html,
body {
    font-family: 'ubuntu';
}

body {
    padding: 0;
    margin: 0;
    ;
}

body::after {
    content: '';
    width: 250%;
    height: 460px;
    background: rgba(241, 244, 248, 0.5);
    position: fixed;
    top: 70%;
    right: 0;
    left: -36%;
    margin: auto;
    z-index: -1;
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
}

a {
    text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
textarea,
div,
img,
select,
option {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #3fbf44;
    border: 0px none #ffffff;
    border-radius: 93px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3fbf44;
}

::-webkit-scrollbar-thumb:active {
    background: #3fbf44;
}

::-webkit-scrollbar-track {
    background: #c4c4c4;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: #c4c4c4;
}

::-webkit-scrollbar-track:active {
    background: #c4c4c4;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.sc-btn {
    background: #fff;
    color: #001820;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sc-btn::after {
    content: '';
    background: #3fbf44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: scale(0.2);
    opacity: 0;
    transition: 0.3s all;
    border-radius: 50px;
}

.sc-btn:hover {
    color: #fff;
}

.sc-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.page-section {
    padding: 0 12%;
}

.btn {
    color: #fff;
    background: #3fbf44;
    border-radius: 7px;
    padding: 10px 15px;
    display: inline-block;
    border:none;
    border-top: #61f167 2px solid;
}

.input{
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 12px 15px;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 6px;
    transition: 0.5s all;
}

textarea.input{
    min-height: 120px;
}

.input:focus{
    border-color: #3fbf44;
    box-shadow: rgba(0,0,0,0.1) 0 2px 13px;
}

.h-title{
    margin-top: 0;
    color: #3fbf44;
    font-size: 21px;
}

body .slick-prev {
    z-index: 5;
    left: 20px;
}

body .slick-next {
    z-index: 5;
    right: 20px;
}

body .slick-next:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}

body .slick-prev:before {
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}

.title-parent {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.title-parent h1 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 30px;
    color: #001820;
    border-bottom: #3fbf44 8px dotted
}

.title-parent img{
    position: absolute;
    width: 100px;
    z-index: -1;
    opacity: 0.1;
    left: 0;
    right: 0;
    margin: auto;
    top: -43px;
}

body .sellers-section {
    padding: 0 5%;
}

.p-card {
    display: inline-flex;
    background: rgb(253, 253, 253);
    border-radius: 22px;
    padding: 13px 0;
    padding-right: 25px;
    width: 390px;
    margin: 7px;
    border-top: #3fbf44 2px solid;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    text-align: left;
    cursor: pointer;
}

.p-card.searched{
    border-top-color: #FF9800;
    background: #fbf3e5;
}

.p-card .p-img {
    width: 250px;
    height: 130px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.p-card .p-brand {
    margin: 0;
    font-size: 14px;
    color: #4b4b4b;
}

.p-card .p-name {
    margin: 10px 0;
    font-size: 20px;
    color: #001820;
    font-weight: bold;
    min-height: 60px;
    line-height: 1.5;
}

.p-card .p-weight,
.p-card .p-code {
    display: none
}

.p-card .p-price {
    background: #3fbf44;
    border-radius: 50px;
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    margin: 0;
    float: right;
}


.hungry-products {
    padding: 0 8%;
}

.hungry-item {
    width: 100%;
    text-align: center;
    padding: 15px 10%;
    position: relative;
    transition: 0.3s all;
    border-radius: 20px 20px 0 0;
    border-top: rgba(0, 0, 0, 0) 3px solid;
}

.hungry-item>h2 {
    color: #222;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 25px;
    font-family: 'Lobster';
}

.hungry-item .h-img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    transition: 0.3s all;
    background-size: cover;
    display: inline-block;
}

.hungry-item p {
    color: #555;
    font-size: 15px;
    height: 25px;
}

.hungry-item span {
    background: #3fbf44;
    padding: 6px 16px;
    border-radius: 50px;
    margin-top: 7px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
}

.hungry-item .h-details {
    position: absolute;
    width: 100%;
    padding: 15px 10%;
    left: 0;
    visibility: collapse;
    opacity: 0;
    transition: 0.3s all;
    border-radius: 0 0 20px 20px;
}

.hungry-item:hover {
    background: rgba(255, 255, 255, 0.8);
    border-top-color: #3fbf44;
}

.hungry-item:hover > img{
    width: 100%;
    border-radius: 0;
}

.hungry-item:hover .h-details {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}

.hungry-item.static{
    width: 300px;
    padding: 15px 2px;
    background: rgba(255, 255, 255, 0.8);
    border-top-color: #3fbf44;
    border-radius: 20px;
    display: inline-block;
    margin: 7px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
}

.hungry-item.static .h-details{
    opacity: 1;
    visibility: visible;
    position: relative;
}

body .paging-ul{
    width: 100%;
    display: block;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

body .paging-ul li{
    display: inline-block;
}

body .paging-ul li a{
    padding: 10px;
    display: block;
    color: #001820;
    font-size: 17px;
    border-radius: 5px
    
}

body .paging-ul li.active a{
    background: #3fbf44;
    color: #fff;
}

body .cards-parent{
    padding: 0 3%;
    text-align: center;
}

body .sellers-slider .slick-prev{
    left: -35px;
}

body .sellers-slider .slick-next{
    right: -35px;
}

body .sellers-slider .slick-next::before,
body .sellers-slider .slick-prev::before{
    color: #001820
}

#prevModal {
    max-width: 650px;
}

#prevModal img {
    max-width: 580px;
    display: block;
    margin: auto;

}

#prevModal .ms {
    background: #3fbf44;
    border-radius: 60px;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;

}

#prevModal .v-brand {
    color: #3fbf44;
    margin-bottom: 0;
}

#prevModal .v-title {
    font-size: 22px;
    margin: 5px;
}


#prevModal .v-code,
#prevModal .v-size,
#prevModal .v-price {
    font-size: 17px;
    padding-left: 25px;
}

#prevModal .btn span:first-child {
    display: block;
    font-size: 20px;
}

#prevModal .btn span:last-child {
    display: block;
    font-size: 13px;
}

.nav-btn {
    display: none;
    background: none;
    border: none;
    color: #fff;
}

.nav-btn {
    display: none;
    background: none;
    border: none;
    color: #ddd;
}
@media(max-width:768px){
    body .nav-btn {
        display: block;

    }
    body .search-parent{
        display:none;
    }
    body .main-nav .nav-right{
        display: none !important;
    }
    body .main-nav .nav-bottom{
        display:none;
    }
    .main-nav .nav-logo-parent{
        margin:auto;
    }
    body .home-slider-item .slider-content{
        position: absolute;
    z-index: 2;
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
    }
    body .home-slider-item .overlay{
        width: 330%;
    height: 200%;
    }
     body .home-slider-item .slider-logo{
        top: 450px;
    right: 114px;
    }
    body .boxes-parent{
        display:block;
    }
    body .boxes-parent .box-item{
        height:200px;
    }
    body .boxes-parent .box-item .box-content{
        top:55px;
    }
    body .boxes-parent .box-item .box-content h2{
        font-size:22px;
    }
    body .boxes-parent .box-item{
        background-size:cover;
    }
    body .p-card{
        width:270px;
    }
    body .sellers-slider .slick-prev
  {
       left:-19px; 
    }
    body .sellers-slider .slick-next{
        right:-19px;
    }
    body .rest-section .title-parent{
        top:-73px;
    }
    body #prevModal img{
          max-width: 318px !important;
    position: relative !important;
    top: 12px !important;
    left: -55px !important;
    }
}