/* ==============
 ========= Css Documentation =========

 Template Name: Foodstash
 Version: 1.0
 Description:
 Author: Omotosho Michael
*/

@font-face {
    font-family: "GTWalsheimProRegular";
    src: url("../fonts/gt/GTWalsheimProRegular.ttf")
}
@font-face {
    font-family: "GTWalsheimProBold";
    src: url("../fonts/gt/GTWalsheimProBold.ttf")
}

:root {
    --textMuted: #9C9C9C;
    --pri: #FD7518;
    --testpri: #262525;
    --test5: #555555;
    --textyellow: #E29417;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'GTWalsheimProRegular';
  color: #000;
  font-size: 14px;
  /* font-weight: 400; */
  /* background-color: #ffffff; */
  overflow-x: hidden;
}

::-moz-selection {
  color: #ffffff;
  background-color: #07286e;
}

::selection {
  color: #ffffff;
  background-color: #07286e;
}
.ffb{
    font-family: "GTWalsheimProBold";
}
.pt2{
    padding-top: 2px;
}
.pt1{
    padding-top: 1px;
}
.fw6{
    font-weight: 600;
}
.fw7{
    font-weight: 700;
}
.fw4{
    font-weight: 400;
}
.fs16{
    font-size: 16px;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.lh27{
    line-height: 27px;
}
.lh25{
    line-height: 25px;
}
.lh20{
    line-height: 20px;
}
.lh17{
    line-height: 17px;
}
.lh10{
    line-height: 10px;
}
.pricol{
    color: var(--pri);
}
.textMuted{
    color: var(--textMuted);
}
.h1small{
    font-size: 22px;
}
.pointer{
    cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before{
    border-color: var(--pri);
    background-color: var(--pri);
}

.display767{
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
.textyellow {
    color: var(--textyellow);
}
a {
  text-decoration: none;
  font-family: 'GTWalsheimProRegular';
}

a img {
    border: none;
    outline: none;
    color: initial;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:hover img {
  border: none;
  outline: none;
}
input:focus{
    /* border: none; */
}

.postRelative{
    position: relative;
}
ul{
    list-style-type: none;
}
.btn{
    font-size: 14px;
    /* padding: 8px 20px; */
}

.btn-primary{
    background: var(--pri);
    border-color: var(--pri);
}
.btn-primary:hover{
    background: var(--pri);
    border-color: var(--pri);
}
.btn-info{
    color: #fff;
    background-color: var(--textyellow);
    border-color: var(--textyellow);
    border-radius: 50px;
}
.btn-info:hover{
    color: #fff;
    background-color: var(--textyellow);
    border-color: var(--textyellow);
    border-radius: 50px;
}
.btn-success{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
}
.btn-success:hover{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
}
.btn-warning{
    color: #fff;
    background-color: #31B55D;
    border-color: #31B55D;
    border-radius: 50px;
}
.btn-warning:hover{
    color: #fff;
    background-color: #31B55D;
    border-color: #31B55D;
    border-radius: 50px;
}
.btn-dark{
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    border-radius: 50px;
}
.btn-dark:hover{
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    border-radius: 50px;
}
.btn-white{
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 50px;
}
.btn-white:hover{
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 50px;
}
.btn-secondary{
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 50px;
}
.btn-secondary:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 50px;
}
.curveBorder{
    border-radius: 50px;
}

/* AUTH PAGES */
.logincontainer{
    max-width: 1340px;
}
.loginpad{
    padding-top: 20px;
    padding-bottom: 20px
}

.roundinpBoth input{
    border-radius: 50px;
    height: 47px;
    border: 1px solid #E8E3E3;
    background: rgba(247, 247, 247, 1);
}
.roundinpBoth textarea{
    border-radius: 20px;
    border: 1px solid #E8E3E3;
    background: rgba(247, 247, 247, 1);
}
.roundinpBoth select{
    border-radius: 20px;
    border: 1px solid #E8E3E3;
    background: rgba(247, 247, 247, 1);
    height: 47px;
}
.roundinp input{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 47px;
    border: 1px solid #E8E3E3;
    border-left: none;
}
.roundinp textarea{
    border-radius: 12px;
    border: 1px solid #E8E3E3;
}
.noIcon input{
    border: 1px solid #E8E3E3;
    border-radius: 50px;
    padding-left: 20px;
}
.noIcon select{
    border: 1px solid #E8E3E3;
    border-radius: 50px;
    padding-left: 20px;
    height: 48px;
}
.roundinp .iconleft{
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #E8E3E3;
    border-right: none;
}
.roundinp .iconright{
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #E8E3E3;
    border-left: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #E8E3E3
}
.roundinp .input-group-prepend svg{
    width: 40px;
    border-right: 1px solid #E8E3E3
}
.roundinp .span{
    padding-left: 5px;
    padding-right: 1px;
}
.brnone{
    border-right: none !important
}
.switchlogin{
    background: rgba(38, 37, 37, 0.05);
    height: 45px;
    border-radius: 50px;
    padding: 4px 5px;
}
.switchlogin a{
    height: 37px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding-top: 6px;
    cursor: pointer;
    font-weight: 700;
    color: var(--testpri);
    display: block;
}
.switchlogin a.active{
    background: #fff;
}
.defaultSelect{
    height: 47px;
    border-radius: 50px;
    background: #fff;
    color: #495057;
    border-color: #E8E3E3;
    text-align: left;
    padding-top: 10px;
}
.defaultSelect span:first-child{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 25px);
}
.defaultSelect:hover{
    background: #fff;
    color: #495057;
    border-color: #E8E3E3;
}
.defaultSelect:not(:disabled):not(.disabled).active, .defaultSelect:not(:disabled):not(.disabled):active, .show > .defaultSelect.dropdown-toggle{
    background: #fff;
    color: #495057;
    border-color: #E8E3E3;
    outline: none;
    box-shadow: none;
}
.selectDef .dropdown-menu{
    border-radius: 10px;
    width: 100%;
    max-height: 220px;
    overflow-x: auto;
}
.selectDef .dropdown-menu p{
    padding: 10px;
    cursor: pointer;
}
.selectDef .dropdown-menu p:hover{
    padding: 10px;
    cursor: pointer;
    background: #F7F7F7;
}
.selectDef .dropdown-toggle::after{
    display: none;
}


/* NOTIFICATION */
.noteWrap.success {
    background-color: #48b343;
}
.noteWrap.failed {
    background-color: #CA4941;
}
.noteWrap {
    display: table;
    text-align: center;
    min-height: 50px;
    width: 300px;
    padding: 5px 10px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, 0);
    -webkit-animation-name: noticeSlide;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: noticeSlide;
    animation-duration: 0.5s;
    animation-delay: -0.1s;
    z-index: 50000;
    font-family: 'GTWalsheimProRegular';
    font-size: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

@-webkit-keyframes noticeSlide {
    0% {
        bottom: 0px;
    }
    10% {
        bottom: 2px;
    }
    20% {
        bottom: 4px;
    }
    30% {
        bottom: 6px;
    }
    40% {
        bottom: 8px;
    }
    50% {
        bottom: 10px;
    }
    60% {
        bottom: 12px;
    }
    70% {
        bottom: 14px;
    }
    80% {
        bottom: 16px;
    }
    90% {
        bottom: 18px;
    }
    100% {
        bottom: 20px;
    }
}

/* Standard syntax */

@keyframes noticeSlide {
    0% {
        bottom: 0px;
    }
    10% {
        bottom: 2px;
    }
    20% {
        bottom: 4px;
    }
    30% {
        bottom: 6px;
    }
    40% {
        bottom: 8px;
    }
    50% {
        bottom: 10px;
    }
    60% {
        bottom: 12px;
    }
    70% {
        bottom: 14px;
    }
    80% {
        bottom: 16px;
    }
    90% {
        bottom: 18px;
    }
    100% {
        bottom: 20px;
    }
}

.noteWrap p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center
}
/* NOTIFICATION END */
@media only screen and (max-width: 991px){
    .noneat991{
        display: none
    }
}


.container1800{
    max-width: 1200px !important;
}
.container1350{
    max-width: 1350px !important;
}
.container1100{
    max-width: 1100px !important;
}
.container900{
    max-width: 900px !important;
}


/* HEADER */
.accountdrop .dropdown-menu.show{
    top: 21px !important;
    left: -80px !important;
}
.accountdrop .dropdown-menu{
    padding: 0px;
    min-width: 250px;
}
.accountdrop .dropdown-menu .dropdown-item{
    padding: 15px 20px
}
.btn-primary:not(:disabled):not(.disabled).active,  .btn-primary:not(:disabled):not(.disabled):active,  .show > .btn-primary.dropdown-toggle{
    color: #000 !important;
    background-color: transparent !important;
    border-color: white !important;
}

header .topheader{
    padding: 10px 0px;
    border-bottom: 1px solid #E3E3E3;
}
header .topheader .helpcenter, header .topheader .socialside{
    border-left: 1px solid rgba(227, 227, 227, 1);
    padding: 3px 0px 5px 20px;
}
/* .helpcenter */

header .middleheader .middlewraper{
    padding: 10px 0px
}
header .middleheader .accountdrop button{
    background: none;
    color: #000;
    border: none;
    padding: 0px;
    margin-top: 10px;
    font-size: 16px;
}
header .middleheader .searchproduct input{
    width: 400px;
    height: 45px;
    border-radius: 50px;
    background: #f2f2f2;
    border-color: #f2f2f2;
    font-size: 13px;
    padding-left: 15px
}
.coloredborder .lines{
    height: 4px;
}
.coloredborder .greencol{
    background: #04830B;
}
.coloredborder .yellowcol{
    background: #F69F29;
}
.coloredborder .firstgreen{
    width: 18%
}
.coloredborder .firstyellow{
    width: 20%
}
.coloredborder .red{
    width: 35%;
    background: #FF6C00;
}
.coloredborder .lastyellow{
    width: 15%;
}
.coloredborder .lastgreen{
    width: 12%;
}

/* bottom header */
header .bottomheader{
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
}
header .bottomheader .megamenu .dropdown button{
    background: none;
    color: #000;
    padding: 0px;
    border: none;
    font-size: 16px;
    font-family: 'GTWalsheimProBold';
    margin-top: 4px
}
header .bottomheader .themenus{
    margin-top: 7px
}
header .bottomheader .themenus .link a{
    font-size: 16px;
    font-family: 'GTWalsheimProBold'
}
header .bottomheader .themenus .link a.current{
    border-bottom: 3px solid var(--textyellow);
    padding-bottom: 16px;
}
header .bottomheader .createaccbtn a{
    background: #04830B;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    font-family: "GTWalsheimProRegular";
}
header .mobileview{
    display: none;
}
header .side-menu {
    display: none;
}

header .side-menu:checked~.nav{
    max-height: 100%;
    z-index: 999;
}
header .side-menu:checked ~ .hamb .hamb-line {
    background: #fff;
}
header .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
header .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

body:has(header .side-menu:checked) {
    overflow: hidden;
}

header .nav{
    width: 100%;
    height: calc(100vh - 200px);
    position: fixed;
    background-color: var(--textyellow);
    overflow: auto;
    overflow-x: hidden;
}
header .menu a{
    display: block;
    padding: 15px 30px;
    color: #000;
    width: 100vw;
    font-family: "GTWalsheimProBold";
    font-size: 16px
}
header .menu a:hover{
    background-color: #FFF6F5;
}
header .nav{
    max-height: 0;
    left: 0px;
    margin-top: 52px;
    transition: max-height .5s ease-out;
}

.hamb{
    cursor: pointer;
    float: right;
    color: #000;
    z-index: 999999999;
    position: relative;
    margin-top: 20px
}/* Style label tag */

.hamb-line {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 7px;
}
.hamb-line::after{
    top: -7px;
}
/* footer */
footer{
    background: #f7f7f7;
    padding: 50px 0px 30px 0px
}
footer .topfooter{
    padding-bottom: 50px;
    border-bottom: 1px solid #E3E3E3
}
.footergridtitle{
    font-family: 'GTWalsheimProBold';
    color: var(--textyellow);
    font-size: 16px;
    margin-bottom: 10px;
}
.newsletter input{
    height: 40px;
    border-radius: 50px;
    padding: 0px 15px;
    font-size: 14px
}


/********************
    HOME PAGE
*********************/
.bannersection .bannerwrapper{
    border-radius: 18px;
    margin: 15px 0px;
    background-repeat: no-repeat;
}
.bannersection .bannerwrapper .content-wrapper{
    padding: 40px 60px 0px 60px
}
.bannersection .bannerwrapper .content-wrapper h1{
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    font-family: "GTWalsheimProBold";
    margin-top: 70px;
}
.bannersection .bannerwrapper .content-wrapper p{
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}

/* call to action */
.calltoAction{
    margin: 50px 0px
}
.calltoAction .calltoActionwrapp{
    border-radius: 18px;
    margin: 15px 0px
}

.calltoAction .calltoActionwrapp .content-wrapper{
    padding: 70px 60px 0px 60px
}
.calltoAction .calltoActionwrapp .content-wrapper h1{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: "GTWalsheimProBold";
    margin-top: 10px;
}
.calltoAction .calltoActionwrapp .content-wrapper p{
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.calltoAction .calltoActionwrapp .content-wrapper .calactionimg{
    text-align: right;
    margin-right: 40px
}
.calltoAction .calltoActionwrapp .content-wrapper .calactionimg img{
    width: 240px
}

/* THREE GRID */
.threegrid .gridwrapper{
    background: #F2F2F2;
    border-radius: 10px
}
.threegrid .gridwrapper .gridtop{
    padding: 30px;
    padding-right: 80px;
    border-bottom: 1px solid #E3E3E3
}
.threegrid .gridwrapper .gridtop .gridtitle{
    font-size: 18px;
    font-family: "GTWalsheimProBold"
}
.threegrid .gridwrapper .gridbottom a{
    padding: 15px 30px;
    display: block;
    font-family: "GTWalsheimProBold"
}
.sectitle{
    margin-top: 100px
}
.sectitle h1{
    font-size: 45px;
    font-family: "GTWalsheimProBold"
}


.eachproduct{
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 25px;
    margin-right: 5px;
    margin-left: 5px;
}
.eachproduct .proimg{
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.eachproduct .price{
    font-size: 16px;
}
.eachproduct .price .new{
    color: #31B55D;
    font-family: "GTWalsheimProBold"
}

.discountbadge{
    position: absolute;
}
.discountbadge p{
    position: absolute;
    font-size: 11px;
    line-height: 15px;
    top: 10px;
    left: 14px;
    color: #fff;
}

/* takecontlwraper */
.takecontlwraper{
    background: #F2F2F2;
    border-radius: 15px;
    padding: 30px 0px
}
.takecontrol .eachrow{
    margin-bottom: 100px
}
.takecontrol .eachrow:last-child{
    margin-bottom: 0px
}
.takecontrol .eachrow .wraptext h1{
    font-size: 30px;
    font-family: 'GTWalsheimProBold';
    line-height: 35px;
}
.takecontrol .eachrow .wraptext p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px
}
.takecontrol .eachrow .wraptext a{
    font-size: 16px;
    margin-top: 20px;
    display: inline-block
}
.takecontrol .eachrow .wraptext.odd{
    margin-top: 30px;
    margin-left: 50px
}
.takecontrol .eachrow .wraptext.even{
    margin-top: 30px;
    margin-right: 50px
}
.takecontrol .eachrow .wrapimg{
    border-radius: 15px;
    width: 100%;
    height: 330px
}
.takecontrol .eachrow .wrapimg img{
    width: 200px;
    margin-top: 78px
}

.testimonial .eachtest{
    background: #F2F2F2;
    padding: 25px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px
}
.testimonial .eachtest p.comment{
    height: 300px;
    line-height: 28px;
    font-size: 16px
}
.testimonial .eachtest .testimg img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}



/* FAQ */
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 20px 15px 30px 0px;
    color: #676767;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    font-size: 16px;
    font-family: 'GTWalsheimProBold';
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    color: #E3E3E3;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 20px;
    right: 15px;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 0px 20px 0px 0px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}
#accordion .panel-body p{ margin-bottom: 0; line-height: 25px }
#accordion .panel-collapse{
    border-bottom: 1px solid #E3E3E3;
    padding: 0px 1px 10px;
}


/**************** **
    ABOUT US
*******************/
.counter .eachcount h1{
    text-align: center;
    font-size: 40px;
    color: var(--textyellow);
    font-family: "GTWalsheimProBold"
}
.counter .eachcount p{
    text-align: center;
    font-size: 16px;
}
.aboutimg{
    margin-top: 70px;
    margin-bottom: 70px;
}
.aboutimg img.imgsmall{
    position: absolute;
    width: 92%;
    bottom: 0px;
    border-radius: 16px;
}
.aboutimg img.imgbig{
    position: relative;
    width: 100%;
    bottom: 0px;
    border-radius: 16px;
}

.driveus{
    margin: 100px 0px;
}
.driveus .driveleft{
    margin-right: 100px
}
.driveus .driveleft h1{
    font-size: 35px;
    font-family: "GTWalsheimProBold"
}
.driveus .driveleft p{
    line-height: 25px;
    font-size: 16px
}
.driveus .driveright .sameone{
    border-left: 1px solid #E3E3E3;
    padding-left: 20px;
}


/*********************
    PRODUCT PAGE
**********************/
.bannerwrap{
    position: relative;
}
.bannerwrap .banner{
    width: 100%
}
.bannerwrap .overlay{
    position: absolute;
    left: 0;
    width: 100%
}
.bannerwrap .writeup{
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.bannerwrap .writeup h1{
    color: #fff;
    font-family: 'GTWalsheimProBold';
    font-size: 35px;
    margin-right: 150px;
}
.bannerwrap .writeup p{
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}
.prosider{
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}
.prosider.withborder{
    border-bottom: 1px solid #E3E3E3
}
.bodright{
    border-right: 1px solid #E3E3E3
}
.rowpro{
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
.productpage .sectitle{
    border-bottom: 1px solid #E3E3E3
}
.productpage .sectitle h1{
    border-bottom: 3px solid var(--textyellow);
    padding-bottom: 10px
}

.thepaginate .page-link{
    margin-right: 4px;
    border-radius: 50%;
    padding: 0px;
    width: 35px;
    text-align: center;
    height: 35px;
    padding-top: 0.5rem;
    color: #aaa
}
.thepaginate .page-item:last-child .page-link, .thepaginate .page-item:first-child .page-link{
    font-size: 20px;
    padding-top: 3px;
    border-radius: 50%;
}
.thepaginate .page-item.active .page-link{
    color: var(--textyellow);
    background-color: transparent;
    border-color: var(--textyellow);
}


/*************************
    CONTACT US PAGE
**************************/
.contactinfo{
    margin: 100px 0px
}
.contactinfo .infowrap.second{
    border-right: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
}


/****************
    PACKAGES
*****************/
.packagesection .bannerwrapper .content-wrapper h1{
    color: #000;
}

/* PACKAGES */
.packagewrapper{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(186, 192, 212, 0.4);
    border-radius: 10px
}
.packagewrapper .topinfo{
    border-bottom: 1px solid rgba(186, 192, 212, 0.4)
}
.packagewrapper .topinfo h1{
    font-size: 16px;
    font-family: "GTWalsheimProBold"
}
.packagewrapper .topinfo h2.amount{
    font-size: 20px;
    font-family: "GTWalsheimProBold"
}
.packagewrapper .topinfo p.tenure{
    font-size: 14px;
    font-weight: 400
}
.packagewrapper .bottominfo p{
    font-size: 14px;
}
.packagewrapper .button button.btn-success{
    background: rgba(241, 241, 241, 1);
    border-radius: 100px
}
.packagewrapper .button a.btn-success{
    background: rgba(241, 241, 241, 1);
    border-radius: 100px
}
.packagewrapper .topinfo .name.packcolor2{
    color: rgba(228, 170, 61, 1);
}
.packagewrapper .topinfo .name.packcolor3{
    color: rgba(49, 181, 93, 1);
}
.packagewrapper .topinfo .name.packcolor4{
    color: rgba(151, 71, 255, 1);
}
.packagewrapper.secondchild{
    background: var(--textyellow)
}
.packagewrapper.secondchild .topinfo .packcolor2, .packagewrapper.secondchild .topinfo h2, .packagewrapper.secondchild .topinfo p, .packagewrapper.secondchild .topinfo p .textMuted, .packagewrapper.secondchild .bottominfo p.text-muted{
    color: #fff !important
}
.cartcount{
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #E29417;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    left: 25px;
    background: #E29417;
    color: #fff;
    line-height: 18px;
}
