html {
    overflow-x: hidden
}
body{padding:0 !important}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

/* Popup testing  */
.nav-craft-bx {
    display: none;
}

.place-bx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);

    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
    box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.75);
}

.pophead .text-danger {
    color: #dc3545 !important
}

.place-bx.show {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.place-bx .box {
    background-color: #fff;
    width: 90%;

    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    padding: 70px 20px 40px 20px;
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 20px;

}

.place-bx.show .box {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pophead h1 {
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #002050;
    font-size: 20px;
    padding-bottom: 20px;
}

.timer {
    display: flex;
}

.timer p+p:before {
    content: ":"
}

.place-bx .box .pop-form-bx .close {

    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
    float: none !important;
    color: #000 !important;
}

.main-pop-btn {
    text-align: center;
}

.popup-btn {
    padding: 12px 40px;
    background-color: #002050;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;


}

.form-control {
    background-color: transparent;
    color: #6c757d ;
    font-family: 'Merriweather', serif;
}


/* Popup ENd */



.container {
    max-width: 1200px;
}

.logo-bg {
    background-color: #002050;
    padding: 20px 0;
    z-index: 999;
    padding-bottom: 50px;
    position: raelative;
}

.btn-secondary {
    padding: 0;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
}

.main-logo-img {
    width: 150px;
}

.location .form-control {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-family: 'Merriweather', serif;
}

.location {
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-right: 8px;
}

.form-control .date-control {
    padding-left: 25px;
}

.location option {
    color: #000;
}

.locaton-toggle {
    display: none;
}

.craft-img .btn.btn-secondary.dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
}

.craft-img {
    margin-right: 15px;
}

.craft-img .dropdown-toggle::after {
    vertical-align: middle !important;
}

.craft-img img {
    margin-right: 10px;
    width: 15px;
}

.craft-img a {
    text-decoration: none;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 12px;
}

.log-in .btn-secondary {
    font-family: 'Merriweather', serif;
    font-size: 12px;
}

.head-Login {
    border-top: 1px solid #b1b1b1;
    margin-top: 15px;
    font-weight: 600;
    display: flex;
    padding-top: 15px;
}

.head-Login i {
    font-size: 14px;
    margin-right: 10px;
}

.head-Login a {
    font-weight: 600;
    font-size: 12px;
    font-weight: normal;
}

.dropdown-margin {
    margin-left: 20;
}

.dropdown-item {
    color: #000 !important;
}

.craft-content {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    padding-right: 0;
}

.craft-img.log-in {
    margin-right: 0;
}

.craft-img .btn-secondary:focus {
    box-shadow: none !important;
}

.craft-img .btn-secondary:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-margin button:hover {
    color: #00b4ff;
}

.craft-rigt button:hover {
    color: #00b4ff;
}

.product-btn a {
    font-size: 12px;
    padding: 0;
}

.product-btn span {
    padding: 0 5px;
}

.product-btn .btn .active {
    color: #002050;
}

.dropdown-menu .show {
    left: 80px !important;
}

.popup-login {
    left: -30px !important;
    margin-top: 10px;
}

.popup-login img {
    width: 15px;
}

.nav-background {
    margin-top: -60px;
    overflow: hidden;
}



.nav-content {
    background-color: #00b4ff;
}

.navbar-brand {
    display: none;
}

.nav-img {
    position: relative;
}

.hedear-top.active .nav-img {
    background-color: #00b4ff !important;
    height: 110px !important;
}

.hedear-top.active .nav-img .pohne-viwe {
    display: none !important;
}





.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #002050;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.location {
    cursor: pointer !important;
}

.location .form-control {
    background-image: url("../images/location-icon.png");
    background-position: 4% 54%;
    background-size: 17px;
    background-repeat: no-repeat;
    padding-left: 27px;
    border: none;
    cursor: pointer !important;
}

.location .date-control {
    background-image: url("../images/clock.png");
    background-position: 4% 49%;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 38px;
}

.loc-pading {
    padding-left: 5px;
    padding-right: 5px;
}

.serachbx-icon {
    position: relative;
}


body {
    font-family: Arial, Sans;
    margin: 0;
}


.wrapper {
    display: flex;
    position: absolute;
    top: 82%;
    left: 77%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #fff;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.city-location select {
    border: none;
}

.city-location {
    border: 1px solid #ced4da;
    padding: 0;
    margin-top: 10px;
    border-radius: 0.25rem;
    padding-right: 8px;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.overlay.show {
    opacity: 1;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* THANK PAGE */
.thank-box {
    margin: auto;
    width: 900px;
    box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 35px 50px;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.thank-box h2 {
    color: #002050;
    font-family: 'Merriweather', serif;
}

.thank-box i {
    font-size: 50px;
    padding-bottom: 15px;
    color: #17a2b8
}

.thank-box h5 {
    font-weight: 600;
    padding-bottom: 10px;
}

.thank-box h6 {
    font-weight: 600;
}

.thank-box span {
    color: #666;
    font-weight: normal;
}

.thankbx {
    height: 100vh !important;
}

.container-heigth {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.toggle-seatch-2 {
    display: none;
}

/* Search button-2 */


.search-bar {
    background-color: #00b4ff;

    display: flex;
    justify-content: space-between;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.search-bar.hide {
    max-height: 0;
}

.Main-search {
    top: -22px !important;
    right: -30px !important;
}

.search-bar .search-wrapper {
    flex-grow: 1;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    border-bottom: 2px solid #9ca0b1;
}

.search-bar .search-wrapper .search-input {
    flex: 1;
    height: 39px;
    background-color: transparent;
    padding: 2px 15px 0 10px;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    border: none;
    text-align: center;
}

.search-bar .search-wrapper .search-input:focus {
    outline: none;
}

.search-bar .search-wrapper .search-submit {
    background-color: transparent;
    font-size: 15px;
    cursor: pointer;
    border: none;
    color: #fff;
    flex-basis: 33px;
    height: 33px;
    position: relative;
    margin-top: 3px;
    padding-top: 2px;
    transition: all 0.4s ease-in-out;
}

.search-bar .search-close {
    flex-basis: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #9ca0b1;
    padding-top: 4px;
    cursor: pointer;

}

.search-bar .search-close i {

    font-size: 20px;
    transition: all 0.3s;
    color: #fff !important;
}

.search-btn-02 {

    position: relative;
    z-index: 9;
    top: 7px;
    right: 30px;
}


.search-btn-02 ul {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}


.search-btn-02 ul li.menu-search {
    float: right;
    list-style-type: none;
}

.search-btn-02 ul li a {

    padding: 5px 10px;
    text-decoration: none;
    color: #3F51B5;
    background-color: transparent;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    right: -40px;
}

.search-btn-02 ul li a:hover {
    background-color: transparent;
    cursor: pointer;
}

.menu-search i {
    color: #000;
    font-size: 12px;
}

.header-right ul {
    padding: 0;
    margin-right: 5px
}

.header-right {
    padding-top: 13px !important;
}

.header-banner .owl-carousel span {
    width: 10px;
    height: 10px;
    background: #0047a5;
    display: inline-block;
    border-radius: 50%;
    margin: 2px;
}

.header-banner .owl-carousel button.active span {
    background: #00b4ff;
}

.toggle-txt {
    position: absolute;
    bottom: -5px;
}

.menu-icon img {
    width: 11px;
    pointer-events: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 6px !important;
    color: #000;
    font-family: 'SST';
    font-weight: normal;
    font-size: 11px !important;
    font-family: 'Merriweather', serif;
}

.navbar-expand-lg {
    line-height: 1 !important
}

.toggle-menu-txt {
    padding-top: 30px;
}

.toggle-txt {
    display: flex;
    left: 0;

    right: 0;
    margin: auto;
    justify-content: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: 'Merriweather', serif;
    background-color: #00b4ff;
    overflow-x: hidden;
    transition: 0.9s;
    padding: 60px 0 20px;
    padding-top: 60px;
    z-index: 99999;
}

.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.banner-img {
    position: relative;
}

/*.banner-txt{position: absolute;top: 295px;*/
/*    left: 485px;}*/

.banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.first-txt h2 {
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 36px;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
    padding: 10px 15px;
}

.first-txt h3 {
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    padding: 10px 20px
}

.phone-banner {
    display: none;
}

.demo-nav {
    display: flex
}

.navbar .navbar-expand-lg .navbar-light {
    padding: 0 !important
}

.banner-txt h1 {

    text-align: center;
    text-shadow: 1px 1px 10px rgb(255, 255, 255);
    font-weight: 200;
    font-family: 'Ubuntu', sans-serif;
    font-size: 50px;
    font-weight: 800;
    font-size: 36px;
    font-family: 'Merriweather', serif;

    padding: 0 15px;
}

.bannertxt-btn a {
    text-decoration: none;
    background-color: #002050;
    padding: 12px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.bannertxt-btn {
    text-align: center;
    margin-top: 8%;
}

.we-are-btn {
    margin-top: 2%;
}

.we-are-btn a {
    text-decoration: none;
    background-color: 1a1a1a;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
}

.bannertxt-btn a:hover {
    background-color: #0072c0;
}

.card-bg {
    background-color: #000;
    text-align: center;
    border-radius: 1.25rem;
    border: none;
}

.card-bg h5 {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.card-bg p {
    color: #939393;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}

.card-deck {
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.card-body {
    padding: 15px;
}

.card-deck .card {
    margin-right: 3px;
    margin-left: 3px;
    overflow: hidden;
}

.card-deck .card:hover {
    transform: translate(0, -5px)
}


.deal {
    padding-top: 100px;
}

.deal-day-box {
    padding-bottom: 100px;
    position: relative;
}

.deal-back-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    z-index: -1;
}

.deal-back-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: -1
}

.deal-day {
    text-align: center;
    font-family: 'El Messiri', sans-serif;
}

.deal-day p {
    font-size: 30px;
    margin: 0;
}

.offer {
    background-color: #3d6a99;
    margin-top: 100px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 40px;
    padding: 5px;
}

.offer-time {
    display: flex;
    align-items: center;
    padding: 10px;
}

.offer-time p {
    font-size: 14px;
    margin: 0;
}

.offer-time p:last-child {
    margin-left: 10px !important;
}

.deal-before::before {
    display: none !important;
}

.offer-time img {
    display: block;
    width: 20px;
    padding-right: 5px;
    margin-right: 5px;
}
.welcome-container h4 {
    padding: 15px 0;
    text-align: center;
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.min-lgo{background-color: #fff;
    height: 200px;
  text-align: center;
  margin:auto;
    width: 200px;
    border-radius: 50%;}
.min-lgo img{width:150px;
padding-top: 35%;}
.brand-slide-box .active.center .min-lgo{box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);height:220px !important; width: 220px !important;}
.brand-slide-box .active.center .min-lgo img{width: 180px !important;padding-top: 30%;}
.brand-slide-box .owl-next{position:absolute; right:20px;top:40%;width:50px !important;background-color:#fff !important;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);z-index:999 !important}
.brand-slide-box .owl-prev{position:absolute;top:40%;left:20px;width:50px !important;background-color:#fff !important;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);z-index:999 !important}

.brand-slide-box .min-lgo.active{box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);}
.welcome-container h4{padding-top:120px}
.view-all {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.view-all img {
    width: 20px;
    padding-left: 5px;
}

.view-all a {
    text-decoration: none;
    color: #fff;
}

.sea-bass {
    height: 425.5px;
    position: relative;
    border: #e4e4e4 solid 1px;
    border-radius: 10px;
}

.sea-bass img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100% !important;
    border-radius: 10px;
}


.sea-bass-btn-01 {
    display: none;
}

.sea-bass-txt {
    background-color: #fff;
    right: 29px;
    padding: 15px;
    border-radius: 15px;
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 20px;
}

.fullbox-seabass {
    width: 100%;
    display: flex;
    justify-content: center !important;
    margin-top: -115px;
    position: absolute;
    bottom: 25px;
}

.sea-bass-txt h6 {
    font-size: 18px;
}

.sea-bass-price {
    display: flex;
    justify-content: space-between;
}

.price {
    padding-top: 5px;
}

.price p {
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

.price span {
    color: #808080;
    text-decoration: line-through;
}

.off-prise h6 {
    background-color: #dc3545;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    top: -15px;
}

.Shrimps-Peeled {
    border: #e4e4e4 solid 1px;
    padding: 5px;
    border-radius: 10px;
    padding: 15px;
}

.Shrimps-Peeled:hover {
    box-shadow: 0 20px 40px rgb(35 38 125 / 10%);
    background-color: #fff;
}

.Peeled-pading {
    padding-bottom: 18px;
}

.shrimps-pading {
    padding-left: 0;
}

.price-off h6 {
    background-color: #dc3545;
    border-radius: 5px;
    color: #fff;
    width: fit-content;
    padding: 2px 5px;
    padding-top:5px;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.Shrimps-rate h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.Shrimps-rate span {
    font-size: 12px;
    text-decoration: line-through;
    color: #808080;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.Shrimps-rate p {
    color: #808080;
    font-size: 12px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.shrimph-gram {
    text-decoration: none !important;
}

.shrimp-box {
    padding-bottom: 30px;
}

.price-off h5 {
    padding-top: 0px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.price-off a {
    text-decoration: none;
    color: #000;
}

.price-off a:hover {
    text-decoration: none;
    color: #4d4d4d;
}

.btn-pading {
    padding-left: 0;
}

.sea-bass-btn {
    text-align: center;
}

.sea-bass-btn a {
    text-decoration: none;
    background-color: #002050;
    padding: 12px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.Shrimps-Peeled-img {
    width: 100%;
    height: 100%;
}

.Shrimps-Peeled-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sea-bass-btn a:hover {
    background-color: #062f64;
}

.featured {
    position: relative;

}

.featured-product {
    position: relative;
    background-color:#fff;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

.featured-product img {
    border-radius: 15px;
}

.featured-product:hover {
    box-shadow: 0 1px 10px rgb(35 38 125 / 13%);
    background-color: #fff;
}

.sale {
    position: absolute;
    top: -60px;
    right: 0;
    transform: rotate(7deg);
    -webkit-transform: rotate(0deg);
}

.sale p {
    background-color: #fed700;
    padding: 10px 30px;
}

.featured-product h5 {
    font-family: 'Merriweather', serif;
    font-weight: 18px;
   
    padding-top: 10px;
    text-align:center !important;
    height:auto !important;
      white-space: nowrap; 
 
  overflow: hidden;
  text-overflow: ellipsis; 
    margin-bottom:0;
    
    
}
.arab-name h5{margin-bottom:15px;
    font-size:16px;
}

.featured-product a {
    text-decoration: none;
    color: #000;
}
.fish-name-taga{height:68px;
    display:block
}

.featured-product .orderlist-iewbtn a:hover {
    color: #fff;
}

.selling-product:hover {
    box-shadow: 1px 6px 20px rgb(35 38 125 / 13%);
}

.selling-padding .row {
    justify-content: center;
}

.featured-product-slide-img img {
    object-fit: cover
}

.featured h4 {
    padding: 15px 0;
    text-align: center;
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.view-btn {
    position: absolute;
    top: 15px;
    right: 0;
    text-decoration: none;

}

.view-btn a {
    text-decoration: none;
    color: #0072c0;
}

.view-btn img {
    width: 30px;
    padding-left: 5px;
}

.featured img {
    height: 200px;
}

.featured-product img {
    height: 200px;
    object-fit: contain;
    object-position: center;
}




.featured-btn {
    text-align: center;
    margin-top: 20px;
}

.featured-product span {
    color: #939393;
    font-size: 12px;
    font-weight: 400;
}

.featured-btn a {
    text-decoration: none;
    background-color: #002050;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.featured-btn a:hover {
    background-color: #0072c0;
}

.featured .owl-carousel .owl-nav.disabled {
    display: block;
}

.featured .owl-carousel .owl-nav button.owl-prev {
    background-image: url("../images/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.featured .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.featured .owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.featured .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.featured .owl-nav {
    position: absolute;
    top: -65px;
    left: 10px;
}

.selling-padding {
    padding-bottom: 50px;
    margin-top: -80px;
}

.best-selling-header h4 {
    padding: 15px 0;
    text-align: center;
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    font-size: 24px;
}



.welcome {
    background-color: #d4f1ff;
    position: relative;
    padding-bottom: 77px;
    padding-top: 30px;
}

.welcome-container {
    background-color: #d4f1ff;
    position: relative;
    padding-bottom: 40px;
    padding-top: 30px;
    margin-bottom: 100px;
    height:500px;
}

.discount-txt {
    padding-top: 160px;
    ;
    padding-left: 112px;
    ;
}

.welcome img {
    position: relative;
}

.discount-txt h3 {
    font-family: 'Merriweather', serif !important;
}

.discount-txt p {
    font-family: 'Roboto Condensed', sans-serif;
}

.discount-txt h6 {
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.discount-btn a {
    text-decoration: none;
    background-color: #1a1a1a;
    padding: 12px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.discount-btn a:hover {
    background-color: #0072c0;
}

.welcome-top img {
    width: 100%;
    position: absolute;
    top: 0;
}

.welcome-bottom img {
    width: 100%;
    position: absolute;
    bottom: 0;
}


.delivery-details {
    padding-top: 90px !important;
   
}

.delivery-boy-img {
    text-align: right;
  
}

.delivery {
    background-color: #00b4ff;
        position:relative;
    z-index:10;
}

.delivery-boy img {
       position: absolute;
    left: -100px;
    top: -15px;
    max-width: 535px;
}
}

.delivery-box img {
    width: 60px;
    text-align: center;
}

.delivery-box h5 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
}

.delivery-box p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}

.delivery-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.social-media:hover a {
    opacity: 50%;
}

.social-media a:hover {
    opacity: 100%;
}

.footer-bg {
    background-color: #333333;
    position: relative;
    z-index: 9;
    padding-top: 30px;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

.footer-logo::before {
    position: absolute;
    background-color: #4d4d4d;
    height: 1px;
    width: 480px;
    content: '';
    top: 65px;
    left: 34%;
}

.footer-logo-div img {
    width: 250px;
}

.social-media {
    display: flex;
    padding-top: 50px;
}

.social-media a {
    padding-left: 15px;
}

.social-media img {
    width: 30px;
}

.links ul li {
    list-style-type: none;
    color: #b1b1b1;
    font-family: 'Roboto Condensed', sans-serif;
}

.links li {
    padding-bottom: 10px;
}

.links ul {
    padding: 0;
}

.quick h4 {
    color: #f0f0f0;
    font-size: 24px;
    font-family: 'El Messiri', sans-serif;
    padding-bottom: 25px;
}

.links a {
    text-decoration: none;
    color: #b1b1b1;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.links a:hover {
    color: #00b4ff;
}

.quick h6 {
    color: #fff;
    font-family: 'El Messiri', sans-serif;
}

.quick p {
    color: #fff;
    color: #b1b1b1;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    font-size: 14px;
}

.name {
    text-align: right;
}

.all-rights {
    background-color: #4d4d4d;
    text-align: center;
    padding: 20px;
}

.all-rights p {
    color: #aaa;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 15px;
}

.testimonial-slide .owl-carousel .owl-dots.disabled {
    display: block;
}

.testimonial-slide .owl-carousel button.owl-dot {
    border: 1px solid #ccc;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin-right: 5px;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.testimonial-slide .owl-carousel button.owl-dot.active {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f0f0f0;
}

.price-box textarea {
    resize: none !important;
}

.price-area {
    float: none;
    text-align: center;
}

.star-rate ul {
    padding: 0;
}

.price-area input {
    text-align: center !important;
}

.price-slide {
    text-align: center;
}

.rate-area:not(:checked)>label {
    float: none;
}


.hedear-top.active {
    top: 0px;
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}


/* PRODUCT PAGE */
/* Product Page/filture  */
.prodct-bg {
    background: linear-gradient(90deg, rgba(240, 240, 240, 1), rgba(238, 238, 238, 0.6)), url("../images/product-image.jpg") no-repeat;
    padding: 30px 0;
    background-position: center;
    background-size: cover;
}

.btn-danger {
    background-color: #fff !important;
    border: none !important;
}

.btn-danger:focus {
    box-shadow: none !important;
    border: none !important;
}

.btn-danger:active {
    background-color: #fff !important;
    border: none !important;
}

.btn-danger:hover {
    background-color: #fff !important;
    border: none !important;
}

.product-btn {
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding-bottom: 20px;
}


.product-btn a {
    text-decoration: none;
    color: #808080;
}

.product-btn p {
    font-weight: 600;
}

.product-btn a:hover {
    color: #0072c0;
}

.product-head h4 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 700;
}

.product-head-pading {
    margin-bottom: 15px;
}

.arrow-btn .owl-carousel .owl-nav button.owl-prev {
    display: none !important;
}

.arrow-btn .owl-carousel .owl-nav button.owl-next {
    display: none !important;
}

.filter .row {
    justify-content: end;
}

.filter-wrapper {
    text-align: left;
}

.filter-wrapper span{color:#949494 !important}

.filter-wrapper .btn {
    background: #fff;
    color: #949494;
    padding: 5px 5px;
    /* width: 100%; */
    border-radius: 5px;
    border: solid 1px #aeaeae;
    text-align: left;
    cursor: pointer;
    max-width: 100%;

    background-position: 95%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 12px;
    min-width: 150px;
}

.filter-wrapper .btn img {
    width: 11px;
    margin: 0 5px;
}

.filter-wrapper button:active {
    color: #666 !important;
    transition: none !important;
}

.filter-wrapper button:focus {
    color: #666 !important;
    transition: none !important;
}

.filter-wrapper .dropdown-toggle::after {
    transform: translate(-5px, 8px);
    float: right;
}

.filter-wrapper .btn:hover {
    box-shadow: #ccc;
}

.filter-wrapper button {
    transition: none !important;
}

.filter-wrapper {
    position: relative;
    margin-right: 10px;
}

.filter-wrapper .dropdown-menu.show {
    left: unset !important;
    right: 0;
    transform: translate3d(0, 28px, 0px) !important;
    top: 0 !important
}

.filter ul:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.filter-wrapper .filter {
    background-color: #fff;
    padding: 35px;
    border-radius: 8px;
    border: 1px solid lightgray;
    display: none;
    position: absolute;
    left: 0%;
    top: calc(100% + 10px);
    z-index: 99;
    width: 370px;
}

.orderlist-filter-wrap {
    right: 0% !important;
}


.filter ul {
    margin-top: 16px;
    border-bottom: 1px solid lightgray;
    list-style: none;
    padding-left: 0;
    text-align: left;
    padding-left: 20px;

}

.filter li {
    color: #666666;
    font: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.filter.active {
    display: block;
}

.filter h6 {
    font-size: 16px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}


.sort-wrapper {
    text-align: right;
}

.sort-wrapper .btn {
    background: #fff;
    color: #949494;
    padding: 5px 0px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #aeaeae;
    text-align: left;
    cursor: pointer;
    max-width: 100%;
    background-image: url("../images/filter-icon.png");
    background-position: 95%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.sort-wrapper .btn:hover {
    box-shadow: #ccc;
}

.sort-wrapper {
    position: relative;
}

.sort-wrapper .btn img {
    width: 15px;
    margin: 0 5px;
}

.sort-wrapper .sort {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid lightgray;
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 99;
    width: 370px;
}


.sort ul {
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    list-style: none;
    padding-left: 0;
    text-align: left;
    padding-left: 20px;
}

.sort li {
    color: #666666;
    font: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}



.sort.active {
    display: block;
}

.sort h6 {
    font-size: 16px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
}

.product-scroll {
    position: relative;
}


.product-scroll a:active {
    background-color: #00205085 !important;
}

.product-scroll a:focus {
    background-color: #00205085 !important;
    color: #fff;
}

.scroll-shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
    height: 100%;
    z-index: 999;
}

.product-scroll a {
    border: 1px solid #333;
    padding: 0 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    border-radius: 25px;
    padding-right: 10px;
    min-width: max-content;
}

.product-scroll li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    min-width: max-content;
}

.image img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 25px;
}

.product-scroll .owl-item {
    display: inline-block;
}

.product-scroll a:hover {
    background-color: #00205085;
    color: #fff;
}

.product-scroll p {
    padding: 3px 12px 0;
    display: inline;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    font-size: 14px !important;
}

/* Product Page/Featured Product */
.fish-details {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
}

.productpage p {
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #808080;
}

.featured-price-product h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-weight: 700;
}

.featured-price-product span {
    color: #808080;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 5px;
}

.featured-price-product p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #808080;
    font-size: 12px;
    font-weight: 700;
}

.fish-details p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    ;
    padding: 0 10px;
}

.feature-product-slide2 h6 {
    margin-bottom: 45px;
}

.product-offer-txt {
    background-color: #dc3545;
    padding: 15px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50px;
    color: #fff;
    width: 65px;
    height: 65px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-offer-txt h5 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.product-offer-txt h6 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.featured-product-pading {
    padding-bottom: 50px;
    padding-top: 50px;
}

.product-slide-width .owl-item {
    width: auto !important;
    margin-right: 10px;
}

.welcome-bg {
    background-color: #d4f1ff;
    margin-bottom: 50px;
}

.discount-txt {
    padding-left: 40%;
}


/* PRODUCT DEATIS PAGE */

/* Details-Head */

.detail-txtarea textarea {
    resize: none !important;
}

.product-btn p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #002050;
    font-family: 12px;
    margin-bottom: 0 !important;
}

.shoping-head {
    margin-bottom: 60px !important;
}

.shoping-cart-btn-01 a {
    text-decoration: none;

    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    background-color: #002050;
}

.shoping-cart-btn-01 a:hover {
    background-color: #062f64;
    color: #fff !important;
}

.variant-details-head {
    margin-bottom: 100px;
    font-family: 'Merriweather', serif;
}

.variant-details-head h4 {
    font-weight: 600;
}

.shoping-cart-btn-01 {
    text-align: right;
}

.bg-coulor {
    background: #aeaeae;
    color: #fff !important;
    border: #aeaeae solid 1px !important;
    padding: 10px 35px !important;
}

.shoping-cart-btn-02 a {
    text-decoration: none;
    background-color: #aeaeae;
    padding: 15px 35px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}


/* Whole */

.whol-img-bx img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.whole {
    background-color: #fff;
    box-shadow: 2px 2px 9px 2px #ccc;
    border-radius: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -75px;
}

.whole img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: auto;
}

.whole-box {
    padding: 60px;
}

.whole-txt h2 {
    font-family: 'Merriweather', serif;
    font-weight: 18px;
    font-size: 25px;
}

.whole-txt h4 {
    font-size: 20px;
}

.whole-txt p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #808080;
    padding-left:2px !important;
}

.whole-txt {
    margin-bottom: 10px;
}

.whole-box .form-control {
    margin-bottom: 10px !important
}

.whole h6 {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.whole h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #808080;
    font-weight: 700;
    padding-top: 3px
}

.whole span {
    color: #808080;
    text-decoration: line-through;
    font-weight: normal;
}

.txt-whole {
    display: flex;
}

.whole a {
    text-decoration: none;
    background-color: #002050;
    padding: 9px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.whole a:hover {
    background-color: #062f64;
}

.whole-btn-div {
    margin-left: 10px;
    color: #fff;
}

.preparation-bx h6 {
    padding-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    color: #808080;
}

.preparation-bx span {
    color: red;
    text-decoration: none;
}

.wrapper1 {
    display: flex;

    justify-content: left;
    margin-left: 0;
}

.qty-wap {
    display: flex;
}

.quantity-wrapp {
    display: block;
}

.quantity-box {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
}

.quntity .btn {
    border: 1px solid #c7c7c7;
    width: 30px;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    color: #000;
    font-size: 20px;
}

.quntity button:focus {
    box-shadow: none !important;
}

.quntity button:active {
    box-shadow: none !important;
}

.qty-btn-left .btn--minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 40px;
}

.qty-btn-right .btn--plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 40px;
}

.quantity {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 70px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
    border: 1px solid #c7c7c7;


}

.quntity p {
    margin-bottom: 0;
    color: #808080 !important;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px;
    padding-top: 7px;
}

.quantity-slide p {
    padding-top: 20px;
}

.pdct-list h5 {
    padding-top: 20px;
}

.curry-cut {
    margin-top: 50px;
}

.curry-cut img {
    width: 200px;
    padding-top: 50px;
}

.details-fish {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.details-fish p {
    font-size: 12px;
    color: #808080;
    font-family: 'Roboto Condensed', sans-serif;
}

.details-fish-price h6 {
    margin-bottom: 20px;
}

.curry-cut-txt {
    position: absolute;
    top: 10%;
    right: 8%;
    background-color: #dc3545;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    padding: 15px 25px;
    margin: 0;
}

.curry-cut-txt h5 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.whole-add-btn a {
    position: relative;
    top: -1px;
}

.preparation-bx .detail-txt-danger {
    color: #f00 !important;
}

/* Tab */
.tab-container {
    border-radius: 10px;
    box-shadow: 2px 2px 9px 2px #ccc;
    padding: 25px;
    margin-top: 50px;
}

.detail-tab .list-tab .active {
    border: none !important;
    border-bottom: 5px solid #0072c0 !important;
    color: #0072c0 !important;
    font-weight: 700;
    border-radius: 0 !important;
}

.detail-tab .nav-tabs .nav-link {
    border: 0;
}


.detail-tab .list-tab .nav-link {
    width: 33.33333%;
    text-align: center;
}

.detail-tab .list-tab .nav-link:hover {
    border: none !important;
    border-bottom: 5px solid #0072c0 !important;
    border-radius: 0 !important;
}

.detail-tab .list-tab-details {
    padding: 15px;
}

.detail-tab .list-tab-details li {
    list-style-type: none
}

.detail-tab {
    padding: 15px;
    padding-top: 50px;
}

.detail-tab a {
    background-color: transparent;
    color: #0047a5;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.detail-tab a:hover {
    background-color: transparent;
}

.detail-tab h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.nutrition-table {
    padding: 15px;
}

.details-tab-description p {
    margin: 15px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.remark-textarea {
    resize: none !important;
}

/*  */

/* productdetails-delievery */
.delivery-bg-box {
    margin-top: 80px;
}

/* MY CART */

/*  */
.my-cart-main-box {
    border-bottom: 1px solid #e1e1e1;
}

.mycart-1 img {
    width: 85%;
}

.cart-detail-head {
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
}

.cart-detail-head h4 {
    font-weight: 600;
}

.mycart-text-1 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
}

.mycart-text-1 p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #808080;
}

.edit-delete {
    padding: 10px;
    text-align: center;
}

.edit-delete img {
    width: 20px;
}

.shoping-head {
    margin-bottom: 100px !important;
}

.cart-table-tr {
    margin-top: -90px !important;
}

.cart-table-bx {
    margin-bottom: 50px;
    margin-top: 50px;
}

.table-bx {
    background-color: #fff;
    box-shadow: 1px 1px 6px 1px #ccc;
    border-radius: 15px;
    margin-top: -42px;
    padding: 0 20px;
}

.fist-colm {
    display: flex;
    align-items: center;
}

.unit-bx {
    vertical-align: middle !important;
}

.unit-bx p {
    margin-bottom: 0 !important;
}

.quantity-bx {
    vertical-align: middle !important;
}

.sub-bx {
    vertical-align: middle !important;
}

.sub-bx p {
    margin-bottom: 0 !important;
}

.edit-btn-bx {
    vertical-align: middle !important;
}

.table-head p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    padding-top: 0;
    margin: 0;
}

.tble-wdth {
    width: 50%;
}

.table-order th {
    border-top: none;
}

.table-order td {
    border-top: none;
}

.table-order tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.order-coupon-bx {
    background-color: transparent !important;
    padding: 0 !important;
}

.order-review-totalprice {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.redeem-head {
    display: flex;
    justify-content: space-between;
}

.redeem-head a {
    margin-left: 10px;
    font-size: 12px;
    padding-right: 56px;
}

.redeem-radio-btn {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.redeem-radio-btn .form-check-input {
    margin-top: 6px;
}

.redeem-radio-btn .form-check {
    margin-right: 15px;
}

.form-check label {
    color: #000 !important;
}

.colm-img {
    width: 30%;
    margin: 0 10px 0 0;
}

.fist-colm img {
    border-radius: 15px;
}

.table-bx .col-txt {
    width: 70%;
}

.col-txt .form-group {
    line-height: 1;
}

.col-txt label {
    line-height: 0.25;
}

.col-txt h5 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Merriweather', serif;
    margin-bottom: 15px;
}

.col-txt h6 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}

.col-txt p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    display: inline;
}

.col-txt .form-control {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 12px;
}

.unit-txt {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.unit-txt h6 {
    display: none;
}

.remove {
    padding-top: 5px;
}

.edit img {
    width: 15px;
}

.remove img {
    width: 15px;
}

.subtotal-img img {
    width: 14px;
}

.subtotal-clm p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 0 !important
}

.subtotal-img h6 {
    margin-top: -5px;
    font-size: 14px;
}

.coupon-bx {
    margin-bottom: 30px
}

.edit h6 {
    font-size: 10px;
    color: #002050;
}

.edit p {
    display: none;
}

.remove p {
    display: none;
}

.subtotal-clm h6 {
    display: none;
}

.total-price-box {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.redeam-code {
    display: flex;
}

.total-box {
    width: 400px;
    background-color: #ededed;
    padding: 20px;
    height: fit-content;
    display:contents;
}

.form-btn a {
    text-decoration: none;
    background-color: #002050;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
}

.form-btn a:hover {
    background-color: #062f64;
}

.price-box {
    width: 400px;
}

.price-amount-box {
    text-align: right;
}

.price-box h6 {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.price-box h4 {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #000;
    font-weight: normal;
}

.price-box h3 {
    font-size: 24px;
    color: #002050;
    font-weight: 600;
}

.price-btn {
    text-align: right;
    margin-top: 5px;
}

.apply-btn {
    margin-top: 6px;
    text-align: right;
}

.delivery-btn-checkbox {
    text-align: left;
}

.table-bx .table tbody tr td .edit-box .edit a {
    display: block;
    align-items: center;
    width: 100%;
    justify-content: center;


    border-radius: 8px;
}

.table-bx .table thead th {
    border-bottom: 1px solid #ccc;
}

.table-bx thead th {
    border-top: none !important;
}

.tabtl-head-tr .table th {
    border-top: none !important;
}

.table-bx .table tbody tr td .edit-box .remove a {
    display: block;
    align-items: center;
    width: 100%;
    justify-content: center;

    border-radius: 8px;
}

.cart-popup button:focus {
    box-shadow: none !important;
}

.first-btn {
    background-color: transparent !important;
    border: none !important;
    color: #002050;
    padding: 5px !important;
    line-height: 1px !important;
    font-size: 12px;
}

.first-btn:hover {
    color: #0072c0;
    text-decoration: underline;
}

.available-coupon {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
}

.available-coupon p {
    margin-bottom: 0 !important;
    padding: 5px;
}

.coupon-copy-bx p {
    margin: 0;
}

.test-coupon-bx h6 {
    padding: 20px 0 !important;
}

.test-coupon-bx {
    text-align: center;
}

.Coupon-copy-btn {
    background-color: #002050 !important;
    width: 100% !important;
    border: none;
    border-radius: 15px !important;
}

.coupon-content {
    padding: 10px 0;
}

.coupon-content h5 {
    color: #800000;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}

.coupon-content p {
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    padding-bottom: 15px;
}

.coupon-content h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.modal-footer {
    padding: 0 !important;
}

.coupon-code-bx {
    display: flex;
    justify-content: space-between;
}

.coupon-code-bx h6 {
    margin: 5px 0 0;
}

.redeam-code {
    padding-top: 10px;
}

.cart-popup i {
    font-size: 10px;
}




/* CHECKOUT */
.checkout-header h4 {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 100px;
}

.delivery-info-btn .text-danger {
    color: #dc3545 !important
}

/*.checkout-price-btn {*/
/*    padding-top: 105px !important*/
/*}*/

.table-bx .nav-item {
    width: 33.3333%;
}

.form-bx {
    padding: 50px 15px;
}

.form-bx .form-control {
    margin-bottom: 0px;
}

.form-bx .form-control {
    background-color: #ededed;
    margin-bottom:10px;
}

.form-bx label {
    margin-bottom: 0;
    color: #6b6a6a;
    font-size: 12px;
}

.form-bx .nav-link .active {
    background-color: #002050;
    color: #fff;
}

.form-bx-btn {
    text-align: center;
    font-size: 14px;
}

.label-color label {
    color: #000;
}

.label-color input {
    color: #000 !important;
}



.selection-form {
    width: 360px;
    float: right;
    padding-right: 10px;
}

.delivery-info-btn {
    text-align: center;
    padding-top: 50px;
    cursor: pointer;
}

.delivery-info-btn span {
    padding: 10px 50px;
    background-color: #002050;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.delivery-info-btn span:hover {
    background-color: #062f64 !important;
}

.delivery-info-btn .back-button {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.delivery-info-btn a {
    background-color: #6b6a6a !important;
    padding: 10px 0px !important;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.following-address {
    padding-top: 10px;
}

.following-address p {
    color: #6b6a6a;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.following-address h6 {
    color: #002050;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.sub-ttl {
    width: auto !important;
}

.redeam-code-pad {
    padding-bottom: 25px;
}

.wizard_menu .active_wizard {
    background-color: #002050;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    padding: 15px 0;
}

.wizard_menu .active_wizard.delivery-wizard {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wizard_menu .active_wizard.order-wizard {
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
}

.wizard_menu .active_wizard h3 {
    color: #fff
}

.table-bx-heading h3 {
    color: #000;
}

.table-bx-heading h3 {
    font-family: 'Merriweather', serif;
    font-size: 19px;
    text-align: center;
    margin: 0;
}

.head-tr-order {
    background-color: #c7c7c7;
}

.redeem-head a {
    padding-right: 0;
}

.previous_step {
    padding: 0;
}

.checkout-table-head p {
    padding-top: 0 !important;
}

.tab-pane {
    display: none;
}

.active_wizard_content {
    display: block;
}

.table-box-header {
    display: flex;
}

.payment-method h4 {
    font-size: 14px;
}

.checkout-table-bx {
    padding: 0 !important;
    margin-top: -90px !important;
}

.modal-content .modal-header {
    display: none !important;
}

/* MY ORDER */
.oreder-search-wrapper .btn {
    background: #fff;
    color: #949494;
    padding: 5px 0px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #aeaeae;
    text-align: left;
    cursor: pointer;
    max-width: 100%;
    padding-left: 8px;

}

.oreder-search-wrapper .form-control {
    background-color: #fff;
    font-size:14px;
    line-height:0;
}

.order-arrow-bx {
    border-top: 1px solid #dee2e6;
}

.order-arrow {
    text-align: center;
    align-items: center;
}

.order-arrow img {
    width: 30px;
}

.order-sub p {
    font-size: 16px;
    font-weight: normal;
}

.order-dte-id p {
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
}

.order-dte-id span {
    font-size: 12px;
}

.orderpage-qty {
    padding-top: 12px;
}

.orderpage-qty p {
    font-weight: 500;
}

.orderpage-rate {
    padding-top: 12px;
}

.orderpage-qty h6 {
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.orderpage-qty span {
    font-weight: 700;
}

.orderpage-rate h6 {
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.orderpage-rate p {
    line-height: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-weight: 500;
}

.orderpage-rate span {
    font-size: 12px;
}

.orderlist-iewbtn a {
    text-decoration: none;
    background-color: #002050;
    padding: 12px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.orderlist-iewbtn a:hover {
    background-color: #062f64;
}

.order-address-bx {
    border-radius: 15px 0 0 15px;
}

.order-dtls-table {
    padding: 15px !important;
}

.order-arrow-bx {
    padding-top: 13px !important;
}

.order-list-ullbx {
    margin-top: 50px;
}

.orderpage-bx {
    margin-top: 0 !important;
}

/* ORDER DETAILS PAGE */

.allorder-heading {
    margin-bottom: 30px !important;
}

.order-details-head h4 {
    padding-left: 15px;
}

.order-details-colm h5 {
    font-size: 19px;
}

.address-box {
    background-color: #ededed;
    padding: 25px;
}
.address-box p{margin:0}
.address-box h5 {
    font-family: 'Merriweather', serif;
    font-weight: 700
}
.address-row .col-md-6{padding:5px}
.address-Details h5 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.address-box a {
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #666666;
    text-decoration: none;
    line-height: 36px;
}

.address-box a:hover {
    color: #0072c0;
}

.address h6 {
    font-size: 24px;
    font-family: 'Merriweather', serif;
}

.address-Details {
    background-color: #ededed;
    padding: 25px;
    margin-top:30px;
}

.address-row {
    border-bottom: 1px solid #c7c7c7;
}

.address-row p {
    padding-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #666666;
}

.address-row:last-child {
    border: none;
}

.address-txt-bx p {
    font-weight: 600;
    font-size:14px;
}

.order-status-bx {
    border: 1px solid #e1e1e1;
}

.status-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #002050;
    color: #fff;
    font-family: 'Merriweather', serif;
}

.status-header h5 {
    margin-bottom: 0;
}

.order-item h4 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    padding: 15px 30px
}

.order-item-bx {
    padding: 15px;
    /*border-bottom: 1px solid #c7c7c7;*/
    margin-left: 0;
    margin-right: 0;
}

.status-unit-prise {
    padding-bottom: 25px;
}

.status-unit-prise h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    padding-top: 5px;
    margin: 0;
}

.status-unit-prise p {
    margin-bottom: 0;
}

.details-icon {
    text-align: center;
}

.order-sts-btn i {
    font-size: 50px;
    color: #0072c0;
}

.inactive i {
    font-size: 50px;
    color: #939393;
}

.details-icon h5 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    padding-top: 15px;
}

.details-icon {
    position: relative;
}

.details-icon::before {
    position: absolute;
    content: '';
    width: 18%;
    height: 2px;
    background: #939393;
    bottom: 70px;
    left: 15%;
}

.status-border {
    position: relative;
    opacity: 100%;
}

.status-border::after {
    position: absolute;
    content: '';
    width: 79%;
    height: 2px;
    background: #939393;
    bottom: 62px;
    left: 65%;
}

.no-bottam::after {
    display: none !important;
}

.address-bx-col {
    margin-bottom: 100px;
    margin-top: 100px;

}

.order-dtls-table td {
    border-top: none !important;
}

.product-details-form-cnt {
    width: 100% !important;
}

.order-details-top-pading {
    margin-top: 40px;
}

.delivery-info-btn .text-danger {
    color: #dc3545 !important;
}


/* Login-Page */
/* Login-Page11 */
.login-deal-back-img {
    position: absolute;
    left: 0;
    top: 175px;
    width: 394px;
    z-index: 9;
}

.login-deal-back-2 {
    position: absolute;
    right: 0;
    top: 175px;
    width: 200px;
    z-index: 9;
}

.login-page {
    background-color: #ededed;
    ;
    padding: 100px 0;
}

.login-formtxt-padding {
    padding-top: 30px !important;
}

.login-form {
    width: 700px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 1px #ccc;
    position: relative;
    z-index: 99;
}

.login-form img {
    border-radius: 15px 0 0 15px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login-form-txt {
    padding: 15px 30px 30px 0;
}

.login-register {
    text-align: center;
    padding-top: 20px;
}

.login-page h5 {
    font-family: 'Noto Serif Georgian', serif;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

.text-muted {
    color: #002050 !important;
    text-align: end;
    font-weight: 600;
}

.login-register p {
    font-family: 'Noto Serif Georgian', serif;
}

.form-group label {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin-top: 15px;
    color:#000;
  
}

.detail-remark-form label {
    margin-top: 0;
    color: #808080 !important;
    font-weight: 500 !important;
    font-size: 12px;
}

.forget-btn {
    display: flex;
    justify-content: center;
    margin-top: 25px !important
}

.login-form h6 {
    text-align: center;
    font-family: 'Noto Serif Georgian', serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.register-backbtn a {
    text-decoration: none;
    background-color: #808080;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
}

.login-btn-position {
    text-align: center;
    margin-top: 15px !important;
}

.forget-orderlist-iewbtn a {
    padding: 12px 48px !important;
    font-size: 12px !important;
    display: block !important;
    max-width: 100% !important;
    /* margin: 0 auto; */
    margin: 0 7px !important;
}

/* Register */
.register-form {
    width: 700px !important;
}

.register-form-height {
    height: 250px;
    padding: 15px;
}

.backto-log {
    margin-top: 25px;
}

.backto-log p {
    font-family: 'Noto Serif Georgian', serif;
    text-align: center;
}

.login-form-txt .form-group {
    margin-bottom: 0 !important
}

.forget-form {
    padding: 25px;
}

/* password-reset */
.reset-password-from{padding:15px 15px 15px 0;}
.reset-form .form-group{margin:0}
.rest-btn {
    margin-top: 60px;
}
.reset-password-from input{color:#000 !important}
.reset-password-from label{color:#000 !important}
.reset-password-from .text-danger{color:#dc3545!important}



/* Dshboard Page */
/*.reset-modal {top:-100px !important}*/
.dashborad-modal-body .form-group{margin-bottom:0 !important}
.dashborad-modal-body label{color:#000 !important}
.dashborad-modal-body input{color:#000 !important}
.dashboard h6 {
    font-family: 'Merriweather', serif;
    font-weight: 600;
}
.reset-modal .form-group{margin-bottom:0}
.dashboard p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #808080;
}

.address-book {
    font-family: 'Roboto Condensed', sans-serif;
}

.address-book-bx {
    border: 1px solid #c7c7c7;
    height: 110px;
    padding: 20px;
}

.order-item-padding {
    padding: 15px
}

.address-book h5 {
    font-weight: 600;
    font-family: 'Merriweather', serif;
}

.address-book p {
    margin-bottom: 0;
}

.news-letter {
    height: auto;
}

.card-header {
    padding: 0 15px !important;
}

.card {
    margin-bottom: 10px;
}

.address-list {
    justify-content: space-between;
    display: flex;
    padding: 0 !important;
}

.address-head-img {
    display: flex;
}

.address-list img {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
}

.address-edt-btn img {
    width: 15px;
    margin: 0;
}

.address-edt-btn {
    padding-left: 10px;
}

.address-default {
    display: flex;
    padding: 15px;
}

.address-edt-btn a {
    border: 1px solid #002050;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 12px;
}

.address-edt-btn:hover {
    box-shadow: #666;
    background-color: #fff;
}

.phone-number-search input[type=search],
.phone-number-search input[type=tel],
.phone-number-search input[type=text] {
    font-size: 1rem;
    border: 0;
    font-family: inherit;
    outline: none;
    color: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
}

.address-book button {
    background-color: #002050 !important;
    border: none !important;
}


:root {
    --border-radius: 0.75em;
    --border-color: #c3c3c3;
    --border-color-active: #0047a5;
    --dropdown-border-color: #eaeaec;
    --dropdown-trigger-background-color: #f3f5f9;
    --dropdown-trigger-hover-background-color: #e6eaf1;
    --input-error-color: #ff0000;
    --input-label-color: #85898f;
    --input-prefix-color: #656b73;
    --input-phonenumber-color: #081627;
    --list-item-hover-background: #f3f5f9;
}

.dash-edit-closebtn {
    display: none;
}

.dash-edit-all-btn {
    justify-content: center !important;
    padding: 10px 0 !important;
}

.dash-edit-all-btn .btn {
    padding: none !important;
}

.dash-save-btn {
    padding: 10px 30px !important;
    background-color: #002050 !important;
    border: none !important;
}

.dash-save-btn:hover {
    background-color: #062f64 !important;
}

.pn-select {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-color);
    display: grid;
    grid-template-columns: 4.5em 1fr;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-out;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}

.pn-select:focus,
.pn-select:focus-within {
    border-color: var(--border-color-active);
    box-shadow: 0 0 2px 0 var(--border-color-active);
}

.pn-dropdown {
    background: #ffffff;
    border-radius: var(--border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--dropdown-border-color);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.135);
    opacity: 0;
    padding: 0 0.5em 0.5em;
    pointer-events: none;
    position: absolute;
    top: 140%;
    transform-origin: left top;
    transition: all 0.15s ease-out;
    width: 300px;
    visibility: hidden;
}

.pn-select--open .pn-dropdown {
    pointer-events: all;
    transform: none;
    opacity: 1;
    top: 120%;
    visibility: visible;
    right: 0;
}

.pn-search {
    position: relative;
    display: flex;
    border-bottom-width: 1px;

    border-color: var(--dropdown-border-color);
    margin-bottom: 0.5em;
}

.pn-search svg {
    display: block;
    height: 1.25rem;
    left: 0.5em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
}

.pn-search input[type=search] {
    padding-left: 2.5rem;
    height: 3rem;
    width: 100%;
    border: none;
    border-bottom: 1px solid #888;
}

.pn-search input[type=search]::-webkit-search-decoration,
.pn-search input[type=search]::-webkit-search-cancel-button,
.pn-search input[type=search]::-webkit-search-results-button,
.pn-search input[type=search]::-webkit-search-results-decoration {
    display: none;
}

.pn-selected-prefix {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--dropdown-trigger-background-color);
    border-radius: 5px 0 0 5px;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    outline: none;
    padding: 0;
    transition: background 0.2s ease-out;
    width: 60px;
}

.pn-selected-prefix:hover,
.pn-selected-prefix:focus {
    background: var(--dropdown-trigger-hover-background-color);
}

.pn-selected-prefix__flag {
    height: auto;
    width: 1.25rem;
}

.pn-selected-prefix__icon {
    display: block;
    height: 1.25rem;
    margin-left: 0.5em;
    margin-right: -0.25em;
    transition: all 0.15s ease-out;
    width: 1.25rem;
}

.pn-select--open .pn-selected-prefix__icon {
    transform: rotate(180deg);
}

.pn-input {
    background: #ffffff;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    line-height: 1;
    overflow: hidden;
    padding: 7px 0;
}

.pn-input__label {
    color: var(--input-label-color);
    font-size: 0.7rem;
    position: relative;
    top: -0.25em;
}

.pn-input__error {
    bottom: 0;
    color: var(--input-error-color);
    font-size: 0.785rem;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all 0.2s ease-out;
    z-index: -1;
}

.pn-input input[type=text] {
    background: transparent;
    position: absolute;
    color: var(--input-prefix-color);
    max-width: 3rem;
    pointer-events: none;
}

.pn-input input[type=tel] {
    color: var(--input-phonenumber-color);
    padding-left: calc(calc(var(--prefix-length) * 1ch) + 1.5ch);
    font-weight: 500;
}



.pn-list-item {
    align-items: center;
    border-radius: 0.5em;
    display: flex;
    font-weight: 400;
    padding: 0.6em 0.75em;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    outline: none;
}

.pn-list-item__flag {
    width: 1.25em;
    height: auto;
    margin-right: 1em;
    display: block;
}


.pn-list-item--no-results {
    pointer-events: none;
}

.pn-list {
    margin-right: -0.5em;
    max-height: 10.5em;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffffff #ffffff;
    position: relative;
    padding: 0;
}

.pn-list::-webkit-scrollbar {
    width: 10px;
}

.pn-list:hover {
    --scrollbar-background: #ffffff;
    --thumb-background: #c0c4ca;
    scrollbar-color: var(--thumb-background) var(--scrollbar-background);
}

.pn-list:hover::-webkit-scrollbar-thumb {
    background-color: var(--thumb-background);
    border-radius: 6px;
    border: 3px solid var(--scrollbar-background);
}

.dribble-creds {
    bottom: 2em;
    font-size: 0.875rem;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
}

.dribble-creds a {
    color: #ea4c89;
    text-decoration: underline;
}

.modal-title {
    color: #002050;
}

.reset-btn-primary:hover {
    background-color: transparent !important;
    border: none;
    color: #00b4ff;
}

.reset-btn-primary:focus {
    box-shadow: none;
}

.reset-btn-primary {
    background-color: transparent;
    border: none;
    padding: 0 !important;
}

.reset-btn-primary:hover {
    background-color: transparent !important;
    border: none;
    color: #00b4ff;
}

.home-edit-btn-primary {
    background-color: transparent;
    border: 1px solid #002050;
    border-radius: 5px;
    color: #002050;
}

.home-edit-btn-primary:hover {
    background-color: #fff !important;
    border: 3px solid #00b4ff;
    color: #002050;

}

.newsletter-bx {
    margin-top: 25px;
}

/* ADDRESS BOOK */
.address-book-header {
    padding: 20px 0;
}

.form-group-pad {
    border: none;
}

.address-add-btn a {
    text-decoration: none;
    font-family: 'Merriweather', serif;
}

.address-add-btn {
    padding-bottom: 15px;
}

.modal-dialog {
    padding-top: 10%;
}

.home-edit-moadal {
    padding-top: 2%;
}

.modal-dialog {
    padding-top: 8%;
}

.reset-modal {
    padding-top: 12%;
}

.edit-btn-primary {
    color: #002050;
    border: 1px solid #002050;
    border-radius: 3px;
    background-color: transparent;
    padding: 5px 25px;
    font-size: 14px;
}



/*start-Terms & Conditions */
.terms-bg {
    background-image: url(/freshcatch-customer/public/images/terms-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding: 8% 0;
    text-align: center;
}

.terms-bg h1 {
    font-weight: 700;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.home-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-link-btn h6 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding-left: 30px;
    position: relative;
}

.home-link-btn h6::after {
    position: absolute;
    content: '/';
    color: #fff;
    opacity: .35;
    left: 12px;
    top: 0;
}

.home-link-btn a {
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-decoration: none;
}

.home-link-btn a:hover {
    color: #fff;
    font-weight: 600;
}

.condition-text {
    margin-bottom: 30px;
}

.condition-text p {
    font-size: 18px;
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-bottom: 0 !important;
    line-height: 1.6;
    text-align: justify;

}

.condition-text h5 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #002050;
    padding-bottom: 10px;
}

.condition-text span {
    font-weight: bold !important;
    color: #0047a5;
}

.condition-list li {
    list-style: none;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    color: #555;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

.condition-list li::before {
    position: absolute;
    content: '';
    background: #555;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.refund-description {
    margin: 50px 0;
}

.refund-condition-list ul {
    padding: 0 !important;
}

.refund-text h5 {
    color: #000 !important;
}

.refund-text-padding p {
    padding-bottom: 15px;
    line-height: 1.6;
}

.condition-list li:last-child {
    padding-bottom: 0 !important;
}

.privacy-txt span {
    font-weight: 600 !important;
}


/* ----------------------------------------------------------------------------------------About Us */
.about-banner {
    background-image: url(/freshcatch-customer/public/images/about-us-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-attachment: fixed;
}

.about-banner-txt {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}

.about-banner-txt h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 30px;
}

.about-banner-txt h5 {
    text-align: center;
    color: #fff;
    font-family: 'Courgette', cursive;
    font-size: 30px;
}

.about-banner-txt p {
    text-align: center;
    color: #fff;
}

.about-expireince {
    margin: 50px;
    text-align: center;
}

.experience-bx h4 {
    font-weight: 700;
    font-size: 30px;
}

.experience-bx {
    border-right: 1px solid #ddd;
    padding: 10px 0;
}

.customer-rate {
    border-right: none !important;
}

.about-discription-text p {
    line-height: 1.5;
    font-size: 110%;
    color: #555;
    text-align: justify;
}

.about-discription-text {
    margin-right: 25px;
}

.fresh-catch-btn a {
    background-color: #0047a5;
    padding: 10px 40px !important;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

.fresh-catch-btn a:hover {
    background-color: #002050;
    box-shadow: 5px 5px 12px -5px rgba(0, 0, 0, 0.75);
}

.find-map {
    overflow-x: hidden !important;
}

.second-img img {
    width: 100%;
    height: auto;
}

.find-txt {
    text-align: center !important;
}

.about-find {
    margin: 50px 0;
}

.find-txt {
    display: flex;
    justify-content: center;
}

.find-txt img {
    width: 20px;
    height: 20px;
}

.find-txt h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.find-txt i {
    font-size: 17px;
    margin-right: 5px;
}

.find-txt {
    margin-bottom: 10px;
}

.second-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px !important;
}

.fresh-catch-btn .button {
    border-radius: 4px;
    background-color: #0047a5;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 20px;

    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.fresh-catch-btn .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.fresh-catch-btn .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.fresh-catch-btn .button:hover span:after {
    opacity: 1;
    right: 0;
}

/* -------------------------------------------------------------------social-medai-popup */
/* chat-bot	 */
.social-media-popup {
    display: flex;
    padding: 10px 10px;
    border-radius: 10px;
}

.social-media-popup:hover {
    background-color: #e0f2ff;
}

.messanger-img img {
    width: 30px;
    margin-right: 15px;
}

.messanger-txt {
    padding-top: 2px;
    font-size: 18px;
}

.messanger-txt p {
    margin-bottom: 0 !important;
}

.messenger a {
    text-decoration: none !important;
}

.messenger a:hover {
    text-decoration: none !important;
    background-color: #7c8089 !important;
}

#chat-bot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999999999999;
    height: auto;
    float: right;
}

#chat-bot .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: #0077ff;
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 10px;
    padding: 10px 15px;
    transition: 0.3s all;
    box-shadow: 0 30px 50px #0000000d;
    overflow: hidden;
}

#chat-bot .icon:hover {
    box-shadow: 0 2px 5px rgb(209 231 221);
}

#chat-bot .icon .user {
    visibility: hidden;
    margin-left: -50px;
}

#chat-bot .icon.expanded {
    width: 270px;
    justify-content: space-between;
}

#chat-bot .messenger.expanded {
    visibility: visible;
    height: auto;
    width: 270px;
}

#chat-bot .icon.expanded .user {
    visibility: visible;
    margin-left: 0;
    transition: 0.9s;
}

#chat-bot .messenger {
    background-color: #fff;
    border: 1px solid #0f513238;
    box-shadow: 0 30px 50px #0000000d;
    padding: 10px;
    margin-bottom: 10px;
    height: 390px;
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.7s;
    width: 0;
    height: 0;
    visibility: hidden;
}


/* chat-bot	 end */
/* ------------------------------------------------------------------- */
/* ----------------------------------------------------------mssg-bx popup */

#chat-bot-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999999999999999;
    height: auto;
    float: left;
}

#chat-bot-left .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: #0077ff;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 10px;
    padding: 10px 10px;
    transition: 0.3s all;
    box-shadow: 0 30px 50px #0000000d;
    overflow: hidden;
}

#chat-bot-left .icon:hover {
    box-shadow: 0 5px 20px rgb(209 231 221);
}

#chat-bot-left .icon .user {
    visibility: hidden;
    margin-left: -88px;
}

#chat-bot-left .icon.expanded {
    width: 300px;
    justify-content: space-between;
}

#chat-bot-left .messenger.expanded {
    visibility: visible;
    height: auto;
    width: 300px;
}

#chat-bot-left .icon.expanded .user {
    visibility: visible;
    margin-left: 0;
    transition: 0.9s;
}

#chat-bot-left .messenger {
    background-color: #fff;
    border: 1px solid #0f513238;
    box-shadow: 0 30px 50px #0000000d;
    padding: 10px;
    margin-bottom: 10px;
    height: 390px;
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.7s;
    width: 0;
    height: 0;
    visibility: hidden;
}

.messenger .form-control {
    font-size: 12px !important;
}

.message-box-txt {
    background-color: #0047a5;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 10px
}

.message-box-txt p {
    margin-bottom: 0 !important;
}

.send-btn {
    background-color: #0047a5;
    padding: 15px;
    color: #fff !important;
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: center !important;
}

.send-btn a {
    color: #fff;
}

.send-btn i {
    margin-right: 5px !important;
    font-size: 13px;
}

/* ----------------------------------------------------------------------- */


/* --------------------------------------------------Contact Us---------------------------------------------------------- */
.contact-banner {
    background-image: url(/freshcatch-customer/public/images/contact-us.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}

.contact-banner h1 {
    color: #0047a5 !important;
    font-weight: 800;
}

.contact-submit {
    width: 100%;
    background-color: #0047a5;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.contact-submit:hover {
    background-color: #002050;
}

.contact-submit a {
    text-decoration: none !important;
    color: #fff;
}

.getintouch-box {
    margin: 50px 0;
}

.contact-lft-col h4 {
    font-weight: 700;
}

.contact-lft-col .form-control {
    font-size: 14px !important;
    padding: 10px 15px;
    font-family: inherit;
}

.contact-lft-col p {
    font-size: 18px;
}

.getintouch-content {
    padding: 20px !important;
    box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.contact-banner-txt {
    padding-top: 60px;
}

.contact-lft-col textarea {
    resize: none !important;
}

/* --------------------------------------------------End --------------------------------------------------------------- */

/* --------------------------------------------------FAQ's---------------------------------------------------------- */
.refund-description h4 {
    color: #002050;
}

.faq-accordin ul {
    padding-top: 15px !important;
}

.acc_panel:last-child {
    border-bottom: 1px solid #2980b9 !important;
}

/*.acc dl:after {*/
/*    content: "";*/
/*    display: block;*/
/*    height: 1em;*/
/*    width: 100%;*/
/*    background-color: #2980b9;*/
/*  }*/
.acc dt>a {
    text-align: center;
    font-weight: 300;
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
}

.acc dd {
    background-color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    background-image: linear-gradient(to bottom, #444 0%, #000 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.acc dd>p {
    padding: 1em 2em 1em 2em;
}



.acc_title {
    background-color: #3498db;
    border-bottom: 1px solid #258cd1;
}

.acc_title:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    transition: transform 0.3s ease-in-out;
    padding-top: 5px;
}

.acc_title:hover {
    background-color: #2980b9;
}

.acc_title_active {
    background-color: #2980b9;
}

.acc_title_active:before {
    transform: rotate(-225deg);
}

.acc_panel {
    height: auto;
    overflow: hidden;
}

@media all {
    .acc_panel {
        max-height: 50em;
        transition: max-height 1s;
    }
}

@media screen and (min-width: 48em) {
    .acc_panel {
        max-height: 15em;
        transition: max-height 0.5s;
    }
}

.acc_panel_col {
    max-height: 0;
}

.anim_in {
    -webkit-animation-name: acc_in;
    animation-name: acc_in;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.anim_out {
    -webkit-animation-name: acc_out;
    animation-name: acc_out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes acc_in {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes acc_in {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes acc_out {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes acc_out {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

.faq-accordin {
    margin-bottom: 50px;
}

.still-quastion {
    background-color: rgb(244, 244, 244);
    text-align: center;
    padding: 30px 0 50px;
}

.still-quastion h4 {
    font-weight: 600;
}

.still-quastion p {
    font-size: 17px;
    color: #555;
}

.still-quastion a {
    background-color: #3bc8f6 !important;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
}

.still-quastion a:hover {
    background-color: #45aacb !important;
}

.acc_title {
    color: #fff !important;
    cursor: pointer;
}

.acc_panel .accordin-register a {
    font-weight: 700;
    color: #45aacb !important;
    text-decoration: underline !important;
}

.consumer-img {
    text-align: center !important;
    margin-top: 30px !important;
}

/* --------------------------------------------------End --------------------------------------------------------------- */

/* THANK PAGE */
.thank-box {
    margin: auto;
    width: 900px;
    box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 35px 50px;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.thank-box h2 {
    color: #002050;
    font-family: 'Merriweather', serif;
}

.thank-box i {
    font-size: 50px;
    padding-bottom: 15px;
    color: #17a2b8
}

.thank-box h5 {
    font-weight: 600;
    padding-bottom: 10px;
}

.thank-box h6 {
    font-weight: 600;
}

.thank-box span {
    color: #666;
    font-weight: normal;
}

.thankbx {
    height: 100vh !important;
}

.container-heigth {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-success {
    text-align: center !important;
}

.addressbook-padding {
    padding: 15px !important;
}

.toggle-popup-location .date-control {
    padding-left: 50px !important;
}

.toggle-popup-location .form-control {
    padding-left: 47px !important;
}

.checkout-sub-ttl p {
    margin-bottom: 0px !important;
}

.checkout-table-order td {
    vertical-align: middle !important;
}
.checkout-table-order{margin-bottom:40px}

.checkout-subtotal-clm {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1366px) {}

@media screen and (max-device-width: 1281px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 10px;
    }

    /*.banner-txt {*/
    /*    top: 205px;*/
    /*}*/

}

@media only screen and (max-width:1270px) {

    .navbar-expand-lg {
        padding: 0;
    }


}

@media only screen and (max-width:1210px) {
    .featured-product h5 {
        font-size: 16px;
    }


}


@media only screen and (max-width: 1199px) {

    .toggle-txt {
        position: absolute;
        bottom: 5px;
    }

    .menu-icon img {
        width: 11px;
        pointer-events: all;
    }

    .header-right {
        padding-top: 11px !important;
    }

    .search-btn-02 ul li a {
        top: -19px !important;
    }

    .navbar a {
        font-size: 10px;
    }

    .popup-login {
        left: -38px !important;
        margin-top: 10px;
    }

    .search-btn .form-control {
        background-size: 17%;
        width: 107px;
    }

    /*.banner-txt{left: 300px;*/
    /*top: 132px;}*/
    .Shrimps-txt h4 {
        font-size: 14px;
    }

    .Shrimps-txt h5 {
        font-size: 12px;
    }

    .Shrimps-txt h6 {
        font-size: 12px;
        font-weight: 600;
    }

    .Shrimps-txt span {
        font-size: 10px;
    }

    .Shrimps-txt p {
        font-size: 10px;
    }

    .delivery-details {
        padding-top: 89px;
    }

    .rating {
        font-size: 12px;
    }

    .rating>label:before {
        font-size: 16px;
    }

    .sea-bass-txt {
        bottom: 20px;

        width: 90%;


    }

    .curry-cut-txt {
        padding: 10px 20px;
        top: 11%;
        right: 20%;
    }

    /* Address Book */



}

@media only screen and (max-width:1123px) {
    .Shrimps-rate span {
        font-size: 10px;
    }

    .Shrimps-rate h4 {
        font-size: 14px;
    }

    .rating>label:before {
        font-size: 15px;
    }

    .sea-bass-btn a {
        padding: 10px 25px;
    }
}

@media only screen and (max-width:1093px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:1045px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .featured-product h5 {
        font-size: 15px;
    }

    /*.toggle-txt {top: 60%;*/
    /*}*/
    .header-right {
        padding-top: 10px;
    }

}


@media only screen and (max-width: 1024px) {


    /*.banner-txt{left: 230px;*/
    /*    top: 130px;*/
    /*}*/
    .Shrimps-txt h4 {
        font-size: 14px;
    }

    .Shrimps-txt h5 {
        font-size: 12px;
    }

    .Shrimps-txt h6 {
        font-size: 12px;
        font-weight: 600;
    }

    .Shrimps-txt span {
        font-size: 10px;
    }

    .Shrimps-txt p {
        font-size: 10px;
    }

    .rating>label:before {
        font-size: 19px;
    }

    .rating {
        display: flex;
    }

    .shrimp-btn a {
        font-size: 10px;
    }

    .sea-bass {
        padding-top: 35px;
    }

    .discount-txt {
        padding-top: 120px;
        padding-left: 123px;
    }

    .discount-txt h6 {
        margin-bottom: 20px;
    }

    .shrimps-pading {
        width: 90%;
    }

    .price-off h5 {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .price-off h6 {
        font-size: 10px;
    }

    .Shrimps-rate h4 {
        font-size: 12px;
    }

    .Shrimps-rate span {
        font-size: 10px;
    }

    .shrimps-pading {
        padding-left: 0;
    }

    .sea-bass-txt {
        width: 90%;
    }

    .sea-bass {
        padding-top: 0;
    }

    .sea-bass-txt {
        bottom: 28px;
        right: 25px;
    }

    .sea-bass-btn a {
        padding: 5px 10px;
    }

    .footer-logo::before {
        width: 450px;
    }

    .footer-logo-div img {
        width: 220px;
        margin-top: 25px;
    }

    .Peeled-pading {
        padding-bottom: 5px;
    }

    /* product page */
    .sort-wrapper .sort {
        width: 310px;
    }

    .filter-wrapper .filter {
        width: 310px;
    }

    .col-size {
        flex: 100%;
        max-width: 100%;
    }

    /* product page */
}


@media only screen and (max-width:991px) {
    .welcome-container h4 {
    padding-top: 80px;
}
.my-order-btn img{padding-right:5px !important}
.craft-img img {
    margin-right: 0px;

}
.address-txt-bx p {
    font-weight: 600;
    font-size: 12px;
}
.address-row p{ font-size: 12px;
    margin-bottom: 5px;
}
    /* index */
    .hedear-top.active .nav-img {
        background-color: #fff !important;

    }
    .unit-txt h6 {
    display:none;
    margin:0;
    color:#808080;
    font-size:12px;
}
.subtotal-clm h6 {
    display: none;
    margin: 0;
    color: #808080;
    font-size: 12px;
}
.subtotal-clm{    padding: 0;}
    .navbar-expand-lg {
        width: 100% !important
    }

    .orderpage-tble {
        border-top: none;
    }

    .reset-btn-primary {
        font-size: 14px !important;
    }

    .Footer-col {
        width: 50% !important;
        max-width: 50% !important;
    }

    .orsder-status-prise {
        padding-top: 15px !important;
    }

    .orsder-status-prise .status-unit-prise {
        padding-bottom: 0 !important;
    }

    .craft-img .dropdown-toggle::after {
        display: none;
    }

    .city-location {
        margin-top: 0;
    }

    .sidenav .locaton-toggle {
        display: none;
    }

    .search-bar .search-wrapper .search-submit {
        color: #000 !important;
    }

    .search-bar .search-close i {
        color: #000 !important
    }

    .search-bar {
        background-color: transparent !important;
    }



    .location {
        padding-top: 0px;
        margin-top: 0 !important;
    }

    .nav-craft-bx {
        display: block;
    }

    .cart-btn-img {
        margin-right: 15px;
    }

    .loction-box {
        flex: 100%;
        max-width: 100%;
    }

    .cart-bx-login {
        display: none;
    }

    .nav-img-cart {
        margin-right: 0 !important;
    }

    .nav-craft-bx {
        position: absolute;
        right: 150px;
        z-index: 9999 !important;
        top: 20px !important;
    }

    .craft-nav-img {
        filter: brightness(0.1);
    }

    .nav-craft-content {
        justify-content: end !important;
        padding: 5px 0 !important;
       
    }

    .total-header {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .craft-nav-img::after {
        display: none !important;
    }

    .responsive-my-cart {
        display: none;
    }

    .toggle-search-btn-02 {
        top: 20px;
        right: 65px;
    }

    .toggle-seatch-2 {
        display: block;
        right: 100%;
    }

    .menu-icon {
        padding-left: 10px;
    }

    .box .input {
        height: 30px;
    }

    .box:hover input {
        background: none !important;
    }

    .navbar-toggler {
        display: none;
    }

    .deal-back-img img {
        display: none;
    }

    .Mainlogo-img {
        display: none;
        z-index: 999;
    }

    .logo-bg {
        padding: 20px;
        z-index: 999;
    }

    .menu-icon img {
        width: 11px;
        pointer-events: fill;
    }

    /* .banner-txt {*/
    /*    left: 211px;*/
    /*    top: 77px;*/
    /*}*/
    .craft-content {
        padding: 15px 0;
    }

    .craft-img img {
        width: 13px !important;
    }

    .card-deck {
        padding-bottom: 0px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .offer {
        margin-top: 50px;
    }

    .Shrimps-Peeled {
        padding: 15px;
        height: auto;
    }

    .Shrimps-Peeled .shrimps-pading {
        padding-left: 0;
    }

    .price-off h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .price-off h6 {
        font-size: 16px;
    }

    .Shrimps-rate h4 {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .Shrimps-rate span {
        font-size: 12px;
    }

    .sea-bass {
        padding: 0;
        height: auto
    }

    .sea-bass-txt {
        left: 24px;
    }

    .Shrimps-txt h4 {
        font-size: 12px;
    }

    .Shrimps-txt h5 {
        font-size: 10px;
    }

    .Shrimps-txt h6 {
        font-size: 12px;
    }

    .Shrimps-txt span {
        font-size: 10px;
    }

    .Shrimps-txt p {
        font-size: 10px;
    }

    .shrimps-rate .price-area .rating>label:before {
        font-size: 12px;
    }

    .shrimp-btn a {
        font-size: 10px;
    }

    .sea-bass-txt {
        width: 90%;
    }

    .rating>label:before {
        font-size: 15px;
    }

    .banner-txt h2 {
        font-size: 20px;
    }

    .banner-txt h3 {
        font-size: 20px;
    }

    .banner-txt h1 {
        font-size: 27px;
    }

    .card-body {
        padding: 5px;
    }

    .card-bg h5 {
        font-size: 13px;
        margin-top: 5px;
    }

    .sea-bass img {
        position: relative;

    }

    .total-price-box {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .off-prise h6 {

        right: 7%;
    }

    .shrimp-box {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .logo-bg.logobg-z-index {
        z-index: 999999;
    }

    /* togle drop */


    .nav-background {
        margin-top: 0;
        z-index: 99999;
        height: 70px;
    }

    .hedear-top.active .toggle-txt {
        position: relative;
        left: 0;
        top: -5px;
    }

    .nav-background.active {
        height: 75px;
        background-color: #fff !important;
    }

    .nav-menu {
        display: block;
    }

    .navbar-brand {
        display: block;
    }

    .toggle-txt {
        position: relative;
        left: 0;

    }

    .navbar-brand img {
        width: 160px;
    }

    .pohne-viwe {
        display: none;
    }

    .nav-menu {
        width: 100%;
    }

    .nav-menu button {
        display: none;
    }

    .header-right {
        padding-top: 4px;
        position: absolute;
        right: 9px;
        z-index: 99;
        top: 20px;
    }

    .deal {
        padding-top: 50px;
    }

    .offer {
        margin-top: 50;
        margin-bottom: 50px;
    }

    .featured {
        padding-bottom: 0;
    }

    .featured-product {
        margin-right: 0;
        padding: 0;
        background: #fff;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        margin: 11px 15px;
        border-radius: 20px;
        padding-bottom: 30px;
    }

    .featured-btn a {
        padding: 10px 20px;
    }

    .welcome {
        margin-top: 30px;
        padding-top: 83px;
    }

    .delivery {
        margin-top: 50px;
    }

    .head-details-craft {
        justify-content: space-between;
    }

    /* index */


    /* product page */
    .no-slide-product-page {
        padding: 0;
    }

    .colm-img {
        width: 50%;
    }

    .col-txt h5 {
        font-size: 21px;
    }

    .col-txt h6 {
        font-size: 16px;
    }

    .col-txt h5 {
        font-size: 18px;
        margin-bottom: 27px;
    }

    .selection-form {

        width: 100%;

    }

    .footer-logo::before {
        width: 290px;
    }

    .delivery>.row>[class*="col-"] {
        flex: 100%;
        max-width: 100%;
    }

    .special-div-class>.row>.col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .fullbox-seabass {
        bottom: 50px;
    }

    .sea-bass-btn-01 {
        display: block;
    }

    .sea-bass-btn {
        text-align: center;
        display: none;
    }

    .sea-bass-btn-01 a {
        text-decoration: none;
        background-color: #002050;
        padding: 12px 40px;
        border-radius: 5px;
        color: #fff;
        font-size: 10px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .Shrimps-rate p {
        margin-bottom: 20px;
    }

    .price-off h6 {
        padding: 5px 20px;
    }

    .delivery {
        padding: 0 15px;
    }

    .craft-img {
        margin-right: 0px;
    }

    .discount-txt {
        padding-top: 70px;
        padding-left: 3px;
    }

    .prodct-bg {
        padding: 30px;
    }

    .product-bg-pading {
        padding-bottom: 60px;
    }

    .filter-wrapper .filter {
        width: 290px;
    }

    .sort-wrapper .sort {
        width: 290px;
    }

    .discount-txt {
        padding-top: 40px;
    }

    .curry-cut-txt {
        padding: 10px 20px;
        top: 6%;
        right: 22%;
    }

    .table-bx .nav-item {
        padding: 15px;
        width: 33.333%;
    }

    .table-bx-heading h3 {
        font-family: 'Merriweather', serif;
        font-size: 10px;
    }

    .payment-method h4 {
        font-size: 16px;
    }

    .order-review-totalprice {
        display: flex;
    }

    .redeam-code {
        display: block;
    }

    .total-box {
        width: 50%;
        margin-bottom: 50px;
    }

    .price-box {
        width: 50%;
        margin-left: 15px;
    }

    .cart-container .table-bx .table tbody tr th[scope="row"] {
        max-width: 100%;
        width: 100%;
        display: inline-block;
    }

    .cart-container .table-bx .table tbody tr td {
        max-width: 33.3333%;
        width: 33.3333%;
        display: inline-block;
        text-align: center;
    }

    .wrapper1 {
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

    .table-bx .table tbody tr td .edit-box .edit {
        max-width: 50%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .table-bx .table tbody tr td .edit-box .remove {
        max-width: 50%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .remove {
        padding-top: 0px;
    }

    .tabtl-head-tr {
        display: none;
    }

    .shoping-cart-btn-01 a {
        padding: 10px 10px;
    }

    .details-head {
        margin-bottom: 0;
    }

    .discount-txt {
        padding-top: 80px;
        padding-left: 0px;
    }

    .cart-container .table-bx .table tbody tr td:last-child {
        max-width: 100%;
        width: 100%;
    }

    .table-bx .table tbody tr td .edit-box {
        display: flex;
    }

    .table-bx .table tbody tr td .edit-box .edit a {
        display: flex;
        align-items: center;
        width: 90%;
        justify-content: center;
        padding: 10px;
        border: 1px solid darkblue;
        border-radius: 8px;
    }

    .table-bx .table tbody tr td .edit-box .remove a {
        display: flex;
        align-items: center;
        width: 90%;
        justify-content: center;
        padding: 10px;
        border: 1px solid lightgray;
        background-color: lightgray;
        border-radius: 8px;
    }

    .cart-container .table-bx .table tbody tr {
        margin-bottom: 30px;
        box-shadow: 1px 1px 6px 1px #ccc;
        border-radius: 15px;
        background-color: #fff;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .table-bx {
        background-color: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .checkout-table-bx {
        background-color: #fff;
        box-shadow: 1px 1px 6px 1px #ccc;
        ;
        border: none;


    }

    .edit h6 {
        margin: 0;
        font-size: 14px;
    }

    .remove p {
        display: none;
        text-decoration: none;
        color: #999999;
        margin: 0;
        padding-left: 5px;
    }

    .welcome-container {
        padding-bottom: 50px;
        padding-top: 80px;
    }

    .check-tablebx {
        margin-top: -90px;
    }

    .orderlistpage-header {
        display: none;
    }

    .orderpage-bx .table tbody tr td {
        max-width: 25% !important;
        width: 25% !important;
        display: inline-block;

    }

    .orderpage-bx .table tbody tr td.order-arrow-bx {
        max-width: 100% !important;
        width: 100% !important;
    }

    .orderpage-qty h6 {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #808080;
        font-weight: normal;
    }

    .order-arrow {
        padding: 10px;
        margin: auto;
    }

    .orderpage-tablebx {
        margin-bottom: 50px;
    }

    .orderpage-bx .table tbody tr {
        margin-bottom: 30px;
        box-shadow: 1px 1px 6px 1px #ccc;
        border-radius: 15px;
        background-color: #fff;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .order-col-txt h5 {
        font-size: 16px;
    }

    .col-txt-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .orderprice-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .status-prise {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .order-first-colm h5 {
        font-size: 15px;
        margin-bottom: 19px;
    }

    .order-first-colm h6 {
        font-size: 15px;
    }

    .orderpage-rate h6 {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #808080;
        font-weight: normal;
    }

    .welcome-container {
        margin-top: 100px;
    }

    .quick {
        padding-bottom: 30px;
    }

    .status-header h5 {
        font-size: 14px;
    }

    .address-book h5 {
        font-size: 14px;
    }

    .whole-box {
        padding: 21px;
    }

    .col-size {
        flex: 100%;
        max-width: 100%;
    }

    .order-address-bx {
        border-radius: 0;
    }

    .table th {
        border: none !important;
    }

    .delivery-details {
        padding-top: 175px !important;
    }

    .table td,
    .head-tr-order .table th {
        padding: 15px !important;
    }

    .remove img {
        width: 15px;
    }

    .price-box h4 {
        font-size: 15px;
        font-family: 'Roboto Condensed', sans-serif;

        padding-top: 0px;
    }

    .variant-details-head {
        margin-bottom: 70px;
    }

    .toggle-txt {
        justify-content: left;
    }

    .unit-txt {
        margin: auto;
        padding:0 !important;
         text-align: center;
    }

    .wrapper1 {
        justify-content: center;
     
    }

    .subtotal-clm p {
        text-align: left;
       
    }

 

    .checkout-price-bx {
        margin-left: 15px !important;
    }

    .checkout-col-txt h5 {
        margin-bottom: 10px !important;
        text-align: left !important;
    }
       .cart-unit-txt{text-align:center !important;}
         .cart-unit-txt h6{display:block !important}
   .cart-subtotal-clm p{text-align:center !important}
   .cart-subtotal-clm h6{display:block !important;font-family: 'Roboto Condensed', sans-serif;}


}

@media only screen and (max-width:910px) {

    .details-icon h5 {
        font-size: 15px;
    }
    .details-icon::before {

    width: 16%;
    height: 2px;

    bottom: 65px;
    left: 16%;
}
.status-border::after {
  width: 73%;
    height: 2px;
    bottom: 58px;
    left: 72%;
}
}
@media only screen and (max-width:850px) {
    .dashboard-address-col{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom:30px;
        
    }
    
}


@media only screen and (max-width:767px) {
    /* index */

    /*Location Toggle*/
    
    .nav-craft-bx {
   
    right: 145px;
  
}

.address-row p{ font-size: 16px;
    margin-bottom: 5px;
}

.reset-modal {
    padding-top: 16%;
}

.delivery-details .col-md-4{flex: 0 0 25%;
    max-width:25%;}
.payment-method-box{margin-top:40px}

.wrapper1 {
    justify-content: center;
    padding: 0px 0 !important;
}


.table-bx .col-txt {
    padding-left:5px;
}
    
   .cart-unit-txt{text-align:center !important;}
   .cart-subtotal-clm p{text-align:center !important}
     .dashboard-address-col{
        margin-bottom:0px !important;
        
    }
    .reset-form img{display:none}
    .reset-password-from {
    padding: 15px 15px 15px 15px;
}
    .hedear-top.active .nav-img {
        background-color: #fff !important;
    }

    .toggle-txt {
        top: -30
    }


    .address-colm {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .list-productscroll .owl-stage-outer .owl-stage {
        width: auto !important;
        display: flex;
        align-items: center
    }

    .Responsive-searchbtn {
        display: none;
    }

    .checkout-table-bx .form-bx {
        padding-top: 20px !important;
    }

    .checkout-col-txt h5 {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .checkout-price-bx {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .checkout-col-txt h6 {
        text-align: center !important;
    }

    .checkout-fist-colm {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .checkout-sub-ttl p {
        margin-bottom: 0 !important;
    }

    .wizard_menu .active_wizard.delivery-wizard {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .wizard_menu .active_wizard.order-wizard {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .cart-col {
        width: 40% !important;
        max-width: 40% !important;
    }

    .cart-col-btn {
        width: 60% !important;
        max-width: 60% !important;
    }

    .Shrimps-Peeled {
        padding: 10px;
    }

    .discount-txt h3 {
        font-size: 18px;
    }

    .discount-txt p {
        font-size: 12px;
    }

    .discount-btn a {
        padding: 6px 20px !important;
    }

    .product-head h4 {
        font-size: 22px;
    }

    .logo-bg {
        padding: 0 !important;
    }

    .edit img {
        width: 12px !important;
    }

    .table-bx .table tbody tr td .edit-box .edit a {
        padding: 8px;
    }

    .edit p {
        font-size: 12px;
    }

    .address-bx-col {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .location {
        margin-bottom: 10px;
    }

    .locaton-toggle {
        display: block !important;
    }

    .loction-box {
        display: none;
    }

    .responsive-location {
        display: none;
    }

    #menu {

        background: transparent;
        align-items: center;
        display: flex;
        justify-content: left;
        padding: 15px 15px;
    }

    #menu>.container>div {
        width: 50%;
        display: flex;
    }

    #menuStripes {
        flex-direction: row;
        justify-content: flex-end;
    }

    #menuStripes a {
        display: flex;
        align-items: center;
    }

    #menu .container {

        display: flex;
        flex-direction: row;

    }

    #menuPlate {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 0;
        background: #002050;
        overflow: hidden;
        transition: 1s ease;

    }

    /* #menuPlate:target{
	height:100%;
} */
    #menuHidden {
        display: none;
    }

    /* #menuPlate:target #menuHidden {
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    position: fixed;
    letter-spacing: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
} */
    #menuHidden>div {
        width: 50%;
    }

    #menuHidden .button {
        display: flex;
        justify-content: flex-end;
    }

    #menuPlate a {
        color: #fff;
        position: relative;
        font-weight: bold;
    }





    .stripe {
        background: #fff;
        position: absolute;
        height: 3px;
        transition: 0.2s linear;

    }

    .stripe:nth-of-type(1) {
        top: 0;
        left: 0;
        width: 100%;
    }

    .stripe:nth-of-type(2) {
        top: 50%;
        left: 0;
        width: 66%;
    }

    .stripe:nth-of-type(3) {
        top: 100%;
        left: 0;
        width: 33%;
    }

    #menu button {
        width: 27px;
        height: 10px;
        cursor: pointer;
        border: none;
        position: relative;
        background: none;
    }

    #menu button:hover .stripe {
        width: 100%;
        background-color: #fff;
    }

    /*menuPlate links*/

    #menuPlate ul a::after {}

    #menuPlate ul {
        width: auto;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .openMenu {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    /**/


    /*.craft-content {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*}*/


    .main-logo-img img {
        display: none;
    }

    .footer-logo {
        display: block;
    }

    .footer-logo-div img {
        width: 240px;
        padding-top: 20px;


        ;
    }

    .card-deck {
        padding-bottom: 0;
    }

    .delivery {
        background-color: #00b4ff;
        padding-left: 15px;
    }

    .shrimps-rate .price-area .rating>label:before {
        font-size: 21px;
    }

    .curry-cut .col-md-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    /*.banner-txt{      left: 215px;*/
    /*    top: 83px;}*/
    .banner-txt h2 {
        margin: 2px;
    }


    .deal-day p {
        font-size: 18px;
    }

    .off-prise h6 {}

    .off-prize {
        bottom: 65px;
    }

    .sea-bass-txt {
        bottom: 20px;

    }

    .rating {
        display: flex;
    }

    .Shrimps-txt h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .Shrimps-txt h5 {
        font-size: 16px;
        padding: 12px 20px;
    }

    .discount-txt {
        padding-top: 87px;
        padding-left: 0;
    }

    .deal-back-img {
        display: none;
    }

    .deal-back-2 {
        display: none;
    }

    .footer-logo::before {
        display: none;
    }

    .price-off h5 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .price-off h6 {
        font-size: 14px;
    }

    .Shrimps-rate h4 {
        font-size: 18px;
    }

    .sea-bass-btn a {
        padding: 10px 21px;
    }

    /* index */



    .producton-page-products .col-md-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    /* Cart Page */
    .shoping-cart-btn-01 a {
        display: inline-block;
        padding: 10px 10px;
    }

    .shoping-cart-btn-02 a {
        display: inline-block;
    }

    .table-bx .table thead {
        display: none;
    }

    .table-bx .table tbody {
        display: block !important;
    }

    .table-bx .table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .table-bx .table tbody tr th[scope="row"] {
        max-width: 100%;
        width: 100%;
        display: inline-block;
    }

    .table-bx .table tbody tr td {
        max-width: 25%;
        width: 25%;
        display: inline-block;
    }

    .table-bx .table tbody tr td:last-child {
        max-width: 100%;
        width: 100%;
        display: flex;
        
    }

    .table-bx .table tbody tr td .edit-box {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .table-bx .table tbody tr td .edit-box .edit {
        max-width: 50%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .table-bx .table tbody tr td .edit-box .remove {
        max-width: 50%;
        width: 50%;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .remove img {
        width: 10px;
    }

    .table-bx-heading .nav-item .nav-link {
        display: none;
    }

    .table-bx-heading .nav-link {
        display: none;
    }

    .table-bx-heading .active_wizard {
        display: block !important;
        width: 100%;
        text-align: center;
        border-top-right-radius: 15px;
    }

    .colm-img {
        width: 30%;
    }

    .col-txt h5 {
        font-size: 17px;
        margin-bottom: 21px;
        margin-top: 10px;
        text-align: left;
    }

    .col-txt h6 {
        font-size: 16px;
        text-align: left;
    }

    .col-txt .form-group {
        text-align: left !important;
    }

    .unit-txt h6 {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #808080;
        font-weight: normal;
    }

    .subtotal-clm h6 {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #808080;
        font-weight: normal;
    }

    .edit {
        display: flex;
    }

    .edit h6 {
        display: none;
    }

    .edit p {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        color: #002050;
        font-weight: normal;
        margin-bottom: 0;
        padding-left: 5px;
    }

    .quantity {
        width: 30px;
    }

    .unit-txt p {
        font-size: 12px;
    }

    .subtotal-clm p {
        font-size: 12px
    }

    .qty-btn-right .btn--plus {
        width: 30px;
    }

    .remove p {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #002050;
        font-weight: normal;
    }

    .total-price-box {
        display: block;
    }

    .price-box {
        margin-left: 0 !important;
    }

    .price-box h4 {
        font-size: 19px;
    }

    .total-box {
        margin-bottom: 30px;
    }

    .total-price-box {
        justify-content: end;
    }

    .form-btn a {
        padding: 10px 25px;
    }

    .selection-form {
        float: none;
        width: auto;

    }

    .sub {
        max-width: 25% !important;
        width: 25% !important;
    }

    .qty-kg {
        padding-top: 15px;
    }

    .qty-kg h6 {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        color: #808080;
        font-weight: normal;
    }

    .total-box {
        width: auto;
    }

    .price-box {
        width: auto;
    }

    .redeam-code {
        display: block;
    }

    .order-review-totalprice {
        display: block;
    }

    .redeem-head a {
        padding-right: 0;
    }

    .footer-logo::before {
        display: none !important;
    }

    .welcome-bg {
        padding-top: 30px;
    }

    .disc-b-img {
        padding-top: 20px;
    }

    .welcome-container {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .product-btn p {
        display: block;
    }

    .product-details-btn p {
        display: block;
    }

    .prodct-bg {
        padding: 30px 0;
    }

    .whole {
        margin-top: -72px;
        padding: 15px;
    }


    /* responsive cart design */
    .img-head-bx {
        order: 1;
    }

    .fist-colm {
        flex-wrap: wrap;
        padding-right: 0;
        justify-content: center;
        text-align: center;
    }

    .colm-img {
        width: 50%;
        margin: 0 0 10px 0;
    }

    .col-txt {
        text-align: center;
        width: 50% !important;
    }

    .unit-bx {
        order: 3;
        width: 33.333% !important;
        max-width: 33.333% !important;
        /*border-top: 0 !important;*/
        text-align: center;
    }

    .quantity-bx {
        order: 2;
        width: 33.333% !important;
        max-width: 33.333% !important;
    }

    .sub-bx {
        order: 4;
        width: 33.333% !important;
        max-width: 33.333% !important;
        /*border-top: 0 !important;*/
        text-align: center;
    }

    .edit-btn-bx {
        order: 5 !important;
    }

    /* responsive cart design end*/
    .orderpage-bx .table tbody tr td {
        max-width: 3333%;
        width: 33.3333%;
        display: inline-block;


    }

    .order-sub {
        max-width: 25% !important;
        width: 33.3333% !important;
    }

    .head-details-craft {
        justify-content: inherit;
    }

    .order-sts-btn i {
        font-size: 30px;
    }

    .details-icon h5 {
        font-size: 12px;
    }

    .inactive i {
        font-size: 30px;
    }

    .details-icon::before {
        bottom: 55px;
        left: 15%;
        width: 17%;
        
    }

    .status-border::after {
        bottom: 47px;
        left: 69%;
        width: 82%;
    }

    .status-prise {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .address-Details {
        margin-bottom: 30px;
    }

    /* Login-Page */
    .login-form {
        width: auto;
    }

    .status-header h5 {
        font-size: 17px;
    }

    .address-book-bx {
        margin-bottom: 25px;
    }

    .book-bx {
        margin-bottom: 0;
    }

    .order-address-bx {
        border-radius: 0;
        margin-bottom: 30px;
    }

    .whole img {
        border-radius: 40px;
        width: 100%;
    }

    .unit-txt {
        margin: auto;
    }

    .unit-txt h6 {
        margin-bottom: 0 !important;
    }

    .subtotal-clm h6 {
        margin-bottom: 0 !important;
    }

    .best-selling-col {
        width: 50%;
    }

    .address-box {
        margin-bottom: 25px;
    }

    .category-bx {
        flex: 40% !important;
        max-width: 40% !important;
    }

    .category-filter {
        flex: 60% !important;
        max-width: 60% !important;
    }


    .image img {
        width: 35px;
        height: 35px;
        border-radius: 25px;

    }

    .qty-btn-left .btn--minus {
        width: 30px;
    }

    .delivery-info-btn {
        padding-top: 15px;
    }

    .table-bx-heading h3 {
        font-family: 'Merriweather', serif;
        font-size: 15px;
    }

    .checkout-table-bx {
        padding: 0 !important;
        margin-top: -70px !important;
    }

    .log-img-bx {
        flex: 50%;
        max-width: 50%;
    }

    .log-img-txt {
        flex: 50%;
        max-width: 50%;
    }

    .register-form {
        width: auto !important;
    }

    /* .product-scroll .owl-stage{display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        transform: none !important;
    width: auto !important;}
     */
    .product-scroll .owl-stage::-webkit-scrollbar {
        width: 0;
    }

    .product-scroll .owl-stage::-webkit-scrollbar-thumb {
        width: 0;
    }

    .subtotal-clm p {
        padding: 0 !important;
    }

    .unit-txt {
        padding: 0px 0 !important;
    }

    .subtotal-clm {
        padding-top: 0px !important;
    }

}


@media only screen and (max-width:675px) {

    .sea-bass-btn-01 a {
        padding: 10px 25px !important;
    }
}

@media only screen and (max-width:594px) {

    .details-icon::before {
        bottom: 54px;
    }

}

@media only screen and (max-width:575px) {
    .Shrimps-rate h4 {
   
    padding-bottom: 23px;
}
      .table-bx .table tbody tr td:last-child {justify-content:center}
    .table-bx .table tbody tr td {
    max-width: 50%;
    width: 50%;
    display: inline-block;
}
.sub {
    max-width: 50% !important;
    width: 50% !important;
}

     .order-head-col{flex: 0 0 50%;
    max-width: 50%;
                  }
    .order-head-col-small{flex: 0 0 50%;
    max-width: 50%;}
    .featured .owl-carousel .owl-nav.disabled {
        display: none;
    }
.best-selling-header h4{text-align:left}
  

    .address-colm {
        flex: 50% !important;
        max-width: 50% !important;
    }

    .Responsive-searchbtn i {
        color: #fff;
    }

    .discount-txt h3 {
        font-size: 16px !important;
    }

    .discount-txt p {
        font-size: 12px !important;
    }

    .welcome-container {
        padding-bottom: 45px;
    }

    .best-selling-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sea-bass-btn-01 a {
        padding: 12px 45px !important;
    }

    .Shrimps-Peeled {
        margin-bottom: 15px;
    }

    .shrimp-box {
        padding-bottom: 0px;
    }

    .log-img-bx {
        flex: 40%;
        max-width: 40%;
    }

    .log-img-txt {
        flex: 60%;
        max-width: 60%;
    }

    .place-bx .box {
        width: 90%;
    }

    .producton-page-products .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .togle-srch-hover:hover input {
        width: 250px !important;
    }

    .curry-cut .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .curry-cut img {
        width: 240px;
    }

    .curry-cut-txt {
        padding: 10px 20px;
        top: 11%;
        right: 25%;
    }


    .featured h4 {
        text-align: left;
        font-size: 26px;
    }

    .shoping-cart-btn-01 {
        text-align: left;
    }

    .featured .owl-nav {
        display: none;
    }

    .discount-txt h3 {
        font-size: 22px;
        font-family: 'Merriweather', serif !important;
    }

    .discount-txt p {
        font-size: 14px;
    }

    .details-icon::before {
        width: 16%;
        left: 15%;
        bottom: 42px;
        display: none;
    }

    .status-border::after {
        bottom: 35px;
        left: 76%;
        width: 77%;
        display: none;
    }

    .order-sts-btn i {
        font-size: 30px;
    }

    .inactive i {
        font-size: 30px;
    }

    .details-icon h5 {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .order-active-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .details-icon .order-sts-btn {
        text-align: left;
        display: flex;
    }

    .details-icon .status-border {
        text-align: left;
        display: flex;
    }

    .order-icon-txt {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
    }

    .icone-img::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 50px;
        background: #939393;
        left: 48%;
        top: 32px;
    }

    .icone-img {
        position: relative;
    }

    .icone-img-border::after {
        display: none;
    }


    .address-book h5 {
        font-size: 14px;
        font-weight: 600;
    }

    .craft-content {
        padding: 7px 0;
    }

    .whole {
        border-radius: 10px;
        margin-top: -70px;
    }

    .whole img {
        border-radius: 10px;
    }

    .best-selling-col {
        width: 100%;
    }

    .disc-b-img {
        padding-top: 70px !important;
    }

    .category-bx {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .category-filter {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .filter .row {
        justify-content: start;
        margin-left: 0;
        padding-bottom: 10px;
    }

    .filter-wrapper .dropdown-menu.show {
        left: 0 !important;
    }

    .product-btn {
        padding-bottom: 10px !important;
    }

    .product-head h4 {
        padding-bottom: 10px;
    }

    .prodct-bg {
        padding: 15px 0;
    }

    .details-head h4 {
        margin-bottom: 15px !important;
    }

    .cart-detail-head h4 {
        margin-bottom: 15px !important;
    }

    .whole-box {
        padding: 35px;
    }

    .detail-tab a {
        font-size: 14px !important;
    }

    .details-icon h5 {
        font-size: 16px !important;
        text-align:initial;
    }
}




@media only screen and (max-width:499px) {
    .price-btn {
    text-align: center;
}
.reset-modal {
    padding-top: 35%;
}
.payment-method h4 {
    font-size: 14px;
}
.text-muted {font-size:10px}
    .offer-time{padding-top:0}
    .nav-craft-bx {
    right: 105px !important;
}
.coupon-code-bx h6 {

    font-size: 12px;
}
.price-box .form-btn.price-btn{text-align:center !important}
    .craft-img img {
    width: 15px !important;
}
    .popup-login {
    left: -135px !important;
    margin-top: 10px;
}

    .header-right {top:17px}
    .hedear-top.active .header-right{
            top: 22px;
        }
     .order-head-col{flex: 0 0 100%;
    max-width: 100%;
                  }
    .order-head-col-small{flex: 0 0 100%;
    max-width: 100%;}

    .hedear-top .active .nav-craft-bx {
        top: 19px !important
    }

    .address-colm {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .order-dtls-table {
        border-bottom: 1px solid #ccc !important;
    }

    .order-dtls-table:last-child {
        border-bottom: none !important;
    }

    .orderpage-qty {
        border-top: 1px solid #ccc !important;
    }

    .orderpage-rate {
        border-top: 1px solid #ccc !important;
    }

    .orderpage-qty {
        border-top: 1px solid #ccc !important;
    }

    .checkout-fist-colm {
        padding: 15px !important;
    }

    .list-productscroll .owl-stage-outer .owl-stage {
        width: 1500px !important;
    }

    .checkout-sub-responsive {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .forget-orderlist-iewbtn a {
        padding: 10px 15px !important;
    }

    .search-bar .search-wrapper .search-submit {
        color: #fff !important;
    }

    .search-bar .search-close i {
        color: #fff !important;
    }

    .search-btn-02 ul li a {
        top: -19px;
        right: -65px;
    }

    .search-btn-02 {
        position: relative;
        z-index: 0;
        top: 24px;
        right: 70px;
    }

    .Responsive-searchbtn {
        display: block;
    }

    .ad-img {
        order: 1;
        flex: 100% !important;
        max-width: 100% !important;
    }

    .discound-pading {
        order: 2;
        flex: 100% !important;
        max-width: 100% !important;
    }

    .sea-bass-txt h6 {
        font-size: 16px;
    }

    .price p {
        font-size: 14px;
    }

    .Shrimps-rate h4 {
        padding-bottom: 20px;
    }

    .delivery-info-btn span {
        padding: 10px 25px !important;
    }

    .quick h4 {
        font-size: 20px !important;
    }

    .edit-box .edit a {
        padding: 5px !important;
    }

    .log-img-bx {
        display: none;
    }

    .log-img-txt {
        flex: 50%;
        max-width: 100%;
    }

    .login-form-txt {
        padding: 0;
    }

    .nav-log-padd {
        padding-left: 0 !important;
    }

    .main-logo-img img {
        display: none;
    }

    .location .form-control {
        padding-left: 25px;
    }

    .loc-pading {
        padding: 2px;
    }

    .logo-bg {
        padding-bottom: 20px;
    }

    .responsive-toggle-search {
        display: none;
    }

    .craft-rigt {
        text-align: end;
    }

    .delivery-box img {
        width: 60px;
    }

    .offre-head {
        padding: 0;
    }

    .deal-day {
        padding: 10px;
    }

    .deal-day p {
        margin: 0;
    }

    .toggle-txt {
        top: 0px;
    }

    .phone-banner {
        display: block;
    }

    .main-banner {
        display: none;
    }

    .menu-icon img {
        width: 13px;
    }

    .banner-txt h2 {
        font-size: 16px;
    }

    .banner-txt h1 {
        font-size: 17px;
    }

    .bannertxt-btn a {
        padding: 12px 30px;
        border-radius: 5px;
    }

    .deal-day {
        font-size: 19px;
    }

    .shrimps-rate .price-area .rating>label:before {
        font-size: 21px;
    }

    /*.banner-txt {*/
    /*left: 41px;*/
    /*top: 186px;*/
    /*    }*/


    .discount-txt {
        padding-top: 0px;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .craft-pading {
        padding-left: 40px;
    }

    .disc-b-img {
        padding-top: 40px;
    }

    .discound-pading {
        padding-right: 0;
    }

    .discount-txt h3 {
        font-size: 12px;
        font-weight: 700;
    }

    .discount-txt p {
        font-size: 10px;

    }

    .discount-txt h6 {
        margin-bottom: 19px;
        font-size: 10px;
    }

    .discount-btn a {
        font-size: 10px;
        padding: 5px 10px;
    }


    .featured .owl-nav {
        display: none;
    }


    .view-all a {
        font-size: 10px;
    }

    .offer-time p {
        font-size: 10px;
    }

    .deal-day {
        padding: 0;
    }

    .deal-day p {
        margin-top: 5px;
    }

    .rating {
        display: flex;
    }

    .card-deck {
        padding-bottom: 0px;
    }

    .sea-bass-txt {
        bottom: 15px;
        left: 17px;
    }

    .sea-bass a {
        text-decoration: none !important;
    }

    .sea-bass-txt {
        width: 90%;
    }

    .off-prize {
        bottom: 60px;
    }

    .off-prise h6 {

        right: 10%;
    }

    .Shrimps-txt h4 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .Shrimps-txt h5 {
        font-size: 16px;
        margin-bottom: 31px;
    }

    .Shrimps-txt h6 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .Shrimps-txt span {
        font-size: 14px;
    }

    .Shrimps-txt p {
        font-size: 14px;
    }

    .btn-pading {
        padding-left: 0;
    }

    .shrimp-btn a {
        padding: 10px 20px;
    }



    .price-off h5 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .Shrimps-rate h4 {
        font-size: 21px;
    }

    .Shrimps-rate span {
        font-size: 16px;
    }

    .Shrimps-rate h4 {
        font-size: 16px;
    }

    .price-off h6 {
        font-size: 15px;
        padding: 5px 20px;
    }

    .curry-cut .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-head h4 {
        font-size: 18px;
    }

    .selection-form {
        float: none;
        width: auto;

    }

    .Shrimps-rate span {
        margin-right: 5px;
    }

    .prod-list-btn>.row>.col-7 {
        flex: 100%;
        max-width: 100%;
    }

    .prod-list-btn>.row>[class*="col-"] {
        flex: 100%;
        max-width: 100%;
    }

    .details-head h4 {
        font-family: 'Merriweather', serif;
        font-size: 20px;
    }

    .curry-cut-txt {
        padding: 10px 20px;
        top: 6%;
        right: 22%;
    }

    .table-bx-heading .nav-item .nav-link {
        display: none;
    }

    .table-bx-heading .nav-link {
        display: none;
    }

    .table-bx-heading .active_wizard {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .col-txt h5 {
        margin-bottom: 5px;
    }

    .unit-txt {
        padding-top: 0;
    }

    .subtotal-clm {
        padding-top: 15px;
    }

    .subtotal-clm p {
        margin-bottom: 0;
    }

    .remove a {
        padding: 6px !important;
    }

    .welcome {
        padding-top: 20px;
        padding-bottom: 35px;

    }

    .details-head {
        margin-bottom: 0;
    }

    .shoping-cart-btn-01 {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }

    .shoping-cart-btn-02 {
        width: 100%;
        text-align: center;
    }

    .deal-dat {
        order: 2;
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 050% !important;
    }

    .deal-view {
        order: 3;
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .deal-main-head {
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .orderpage-bx .table tbody tr td {
        max-width: 50% !important;
        width: 50% !important;
        display: inline-block;
        text-align: center;
    }

    .order-sub {
        max-width: 50% !important;
        width: 50% !important;
        text-align: center;
    }

    /* login Page */
    .login-form {
        padding: 30px 30px;
    }

    .login-page {
        padding: 50px 0;
    }

    .login-page h5 {
        font-size: 20px;
    }

    .product-details-form-cnt {
        width: 100% !important;
    }

    .disc-b-img {
        padding-top: 26px !important;
    }

    .whole {
        margin-top: -20px;
    }

    .quantity {
        width: 30px;
    }

    .qty-btn-left .btn--minus {
        width: 30px;
    }

    .qty-btn-right .btn--plus {
        width: 30px;
    }

}

@media only screen and (max-width:399px) {
    .delivery-info-btn .back-button {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .card-deck .card {
    width: 100% !important;
}

    .address-colm {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .qty-btn-left .btn--minus {
        width: 45px !important;
    }

    .quantity {
        width: 45px !important;
    }

    .qty-btn-right .btn--plus {
        width: 45px !important;
    }

    .category-filter {
        /* flex: 100% !important; */
        max-width: 100% !important;
    }

    .txt-whole {
        margin-bottom: 10px;
    }

    .txt-whole p {
        margin-bottom: 0 !important;
    }

    .filter-wrapper .btn {
        min-width: 120px;
    }

    .nav-img-cart {
        margin-right: -15px !important;
    }

    /*.craft-img img {*/
    /*    margin-top: 3px;*/
    /*    margin-right: 0 !important;*/
    /*}*/

    .filter-wrapper {
        margin-bottom: 10px;
    }


    .sea-bass-txt h6 {
        font-size: 14px;
    }

    .price p {
        font-size: 12px;
    }

    .pdt-dtl-qty {
        justify-content: left;
    }

    .whole-btn-div {
        margin-left: 0;
        margin-top: 15px;
        text-align:end;
        margin-top:30px;
    }

    .col-txt h5 {
        font-size: 13px;
    }

    .sub-ttl p {
        font-size: 12px;
    }

    .subtotal-clm p {
        font-size: 12px;
    }

    .table-bx-heading h3 {
        font-family: 'Merriweather', serif;
        font-size: 14px;
    }

    .table-bx .nav-item {
        padding: 15px 10px;
    }

    .craft-pading {
        padding-left: 0;
    }

    .log-in {
        padding-left: 20px;
    }

    /* Register Page */

    .login-form h6 {
        font-size: 12px;
    }

    .deal-day-box {
        padding-bottom: 30px;
    }

    .welcome-container {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .offer {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .shoping-cart-btn-01 a {
        padding: 10px 15px;
    }

    .details-head h4 {
        padding-bottom: 10px;
    }

    .status-header h5 {
        font-size: 14px;
    }

    .all-rights p {
        font-size: 12px;
    }

    .preparation-bx {
        padding-bottom: 0;
        color: #000;
    }

    .preparation-bx option {
        font-size: 12px;
    }

    .sea-bass-btn-01 a {
        padding: 12px 35px !important;
    }

}


@media only screen and (max-width:320px) {
    .nav-craft-bx {
        right: 80px;
    }

    .delivery-info-btn span {
        font-size: 12px;
    }

    .location-box {
        width: 97%;
    }

    .craft-pading {
        padding-left: 0;

    }

    .logo-bg {
        padding: 0px 0px 8px 0;
    }

    .location .form-control {
        background-size: 16px;
    }

    .location .form-control {
        padding-left: 20px;
    }

    /*.banner-txt {*/
    /*    left: 21px;*/
    /*    top: 127px;*/
    /*}*/
    .bannertxt-btn {
        margin-top: 4%;
    }

    .sea-bass-txt {
        left: 15px;
    }

    .off-prize p {
        padding: 2px 8px;
        border-radius: 5px;
    }

    .off-prize {
        position: absolute;
        bottom: 95px;
        right: 19px;
    }

    .Shrimps-txt h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .rating {
        padding-top: 5px;
    }

    .sea-bass-txt {
        background-color: #fff;
        position: absolute;
        bottom: 55px;
        right: 33px;
        padding: 10px;
        border-radius: 10px;
        width: 90%
    }

    .sea-bass-price {
        display: flex;
        justify-content: space-between;
    }

    .sea-bass-txt h6 {
        font-size: 10px;
        padding-top: 10px;
    }

    .star-pading {
        padding-left: 0;
    }

    .sea-bass-txt {
        font-size: 12px;
    }

    .rating {
        display: flex;
    }

    .Shrimps-txt h4 {
        font-size: 14px;
    }

    .Shrimps-txt h5 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .Shrimps-txt h6 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .Shrimps-txt span {
        font-size: 10px;
    }

    .Shrimps-txt p {
        font-size: 10px;
    }

    .btn-pading {
        padding-left: 0;
    }

    .shrimp-btn a {
        padding: 10px 20px;
    }

    .deal-day p {
        font-size: 12px;
    }

    .rating>label:before {
        font-size: 15px;
    }

    .price p {
        font-size: 12px;
    }

    .off-prise h6 {
        font-size: 12px;
        right: 25px;

    }

    .filter .active {
        padding: 10px;
    }

    .featured h4 {
        text-align: left;
        font-size: 18px;
        padding-top: 20px;
    }

    .discount-txt {
        padding-top: 40px;
        padding-left: 0;
        padding-bottom: 27px;
    }

    .delivery-box h5 {
        font-size: 14px;
    }

    .delivery-box p {
        font-size: 10px;
    }

    .footer-logo-div img {
        width: 180;
    }

    .banner-txt h2 {
        font-size: 16px;
    }

    .banner-txt h3 {
        font-size: 16px;
    }

    .log-in {
        padding-left: 57px;
    }

    .form-control {
        padding-left: 20px;
    }

    .form-control option {
        font: 10px;
        margin-left: 20px;
    }

    .curry-cut-txt {
        padding: 10px 20px;
        top: 11%;
        right: 10%;
    }

    .sort-wrapper .sort {
        width: 290px;
    }

    .filter-wrapper .filter {
        width: 290px;
    }

    .table-bx-heading .nav-item .nav-link {
        display: none;
    }

    .table-bx-heading .nav-link {
        display: none;
    }

    .table-bx-heading .active_wizard {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .welcome {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .shoping-cart-btn-01 a {
        padding: 15px 10px;
    }

    .whole a {
        padding: 10px 32px;
    }

    .prductbtn-featured p {
        display: block;
    }

    .prductbtn-featured {
        display: flex;
    }

    .discount-txt {
        padding-top: 0;
    }

    .welcome-container {
        padding-top: 40px;
        padding-bottom: 8px;
    }

    .disc-b-img {
        padding-top: 20px;
    }

    .price-off h5 {
        margin-bottom: 5px;
    }

    .price-off h6 {
        margin-bottom: 5px;
    }

    .Shrimps-rate h4 {
        font-size: 12px;
    }

    .Shrimps-rate span {
        font-size: 10px;
    }

    .Shrimps-rate p {
        margin-bottom: 3px;
    }

    .Shrimps-Peeled {
        padding-bottom: 8px;
    }

    .price-off h6 {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* ***********************************************  */
/* Raghisha  */
/* ***********************************************  */
@media only screen and (max-width:991px) {
    .order-dtls-table {
        border-top: none !important;
    }

    .orderpage-qty {
        border-top: none !important;
    }

    .orderpage-rate {
        border-top: none !important;
    }

    .orderpage-qty {
        border-top: none !important;
    }

    .checkout-fist-colm {
        padding: 15px !important;
    }

    .shrimp-col-md {
        min-height: auto;
    }


    .nav-mycart a {
        display: block;
        max-width: 16px;
        font-size: 0;
    }

    .delivery-van img {
       
        max-width: 73%;
        margin: 0 auto;
       
        display: block;
         left: 145px;
    top: -193px;
    }
.delivery-boy-img img{width}
    .deal-day-box {
        padding-bottom: 50px;
        position: relative;
    }

    .featured-product {

        margin-bottom: 30px;
    }

    .container {
        max-width: 95%;
    }

    .welcome-container {
        margin-top: 50px;
    }

    .card-deck .card {
        margin: 0;
        overflow: hidden;
        width: 48%;
    }

    .deal .card-deck {
        padding-bottom: 0;
        gap: 15px;
        justify-content: space-between;
    }

    .show__menu {
        height: 100% !important;
    }

    .show__menu #menuHidden {
        display: block !important;
        position: absolute;
        right: 30px;
        top: 20%;
    }

    .price-box h3 {
        font-size: 20px;
    }
}

/* ***********************************************  */
@media only screen and (max-width:768px) {

    .total-price-box {
        margin-top: 0;
    }

    .owl-dots {
        bottom: -4px;
    }
    
    
    .delivery-boy img {
    max-width: 100% !important;
    top: -90px;
    left: 0;
}
    
}

/* ***********************************************  */
@media only screen and (max-width:640px) {

    .colm-img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .col-txt {
        text-align: center !important;
        width: 100% !important;
    }

    .col-txt h5 {
        text-align: center !important;
    }

    .col-txt h6 {
        text-align: center !important;
    }

    .col-txt .form-group {
        text-align: center !important;
    }
}

/* ***********************************************  */

/* ***********************************************  */
@media only screen and (max-width:575px) {
    .reset-modal {
    padding-top: 28%;
}
    .nav-craft-bx {
    right: 135px;
}
.delivery-status-border{display:flex}
.wrapper1{padding:0 !important}
    .following-address {
        margin-bottom: 15px !important;
    }

    .best-selling-col {
        width: 100%;
    }

    .owl-dots {
        bottom: -4px;
    }

    .delivery-boy img {
        max-width: 65%;
    }

    .delivery {
        margin-top: 55px;
    }

    .selling-padding {
        padding-bottom: 0px;
    }

    .banner-img .img-fluid {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        width: 100% !important;
    }

    .banner-img {
        position: relative;
        height: 250px;
    }

    .welcome-container {
        margin-top: 20px;
    }

    #menuPlate ul {
        width: 100%;
    }

    .producton-page-products .row {
        gap: 10px;
    }

    .featured-product {

        margin-bottom: 20px;
    }

    .orderlist-iewbtn a {
        padding: 12px 10px;
        font-size: 12px;
        display: block;
        max-width: 90%;
        margin: 0 auto;
    }

    .filter .row div:last-child .filter-wrapper .dropdown-menu.show {
        left: unset !important;
        right: 0;
    }

    .table-bx {
        padding: 10px;
        margin-top: 30px;
    }

    td.quantity-bx {
        width: 100% !important;
        max-width: 100% !important;
        width: 100%;
        display: flex !important;
        justify-content: center;
        border: unset !important;
    }

    .unit-bx,
    .sub-bx {
        width: 50% !important;
        max-width: 50% !important;
    }

    .table-bx .col-txt {
        width: 70%;
        margin: 3px auto;
    }

    .order-arrow {
        width: 100%;
    }

    .price-box .form-btn.price-btn {
        text-align: right;
        margin: 25px 0 30px;
    }

    .deal .card-deck {
        justify-content: center;
    }

    .cart-col {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cart-col-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ***********************************************  */

@media only screen and (max-width:480px) {
    .nav-img .container {
        padding: 0 !important
    }
.nav-craft-bx {
    right: 90px !important;
}
    .price-bx-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

   /*.popup-login img {*/
   /*     margin-top: 0px;*/
   /*     margin-right: 0 !important;*/
   /* }*/

    /*.nav-craft-bx {*/
    /*    right: 95px !important;*/
    /*    top: 20px !important;*/
    /*}*/

    .card-deck .card {
        width: 47% ;
    }

    .deal-day-box {
        padding-bottom: 25px;
        position: relative;
    }

    .selling-padding {
        margin-top: -30px;
    }

    .featured-product img {
        height: 120px;
    }

    .best-selling-col {
        width: 100%;
    }

    .container {
        max-width: 90%;
        /* padding: 0; */
    }

    .header-right {
        right: 0;
    }

    .navbar-brand img {
        width: 140px;
    }

    .log-in {
        padding-left: 0;
    }

    /*.craft-content {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    justify-content: space-between !important;*/
    /*    gap: 25px;*/
    /*}*/

    .nav-mycart {
        position: unset !important;
        margin-top: 2px;
    }

    .login-form {
        padding: 20px;
    }

    .login-formtxt-padding {
        padding-top: 5px !important;
    }

    .form-group label {
        margin-top: 0px;
    }

    .login-page h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .whole-txt h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .whole-box {
        padding: 30px 20px 20px 20px;
    }

    .quantity-box {
        display: flex !important;
        gap: 10px;
        justify-content: space-between;
    }

    .detail-tab .list-tab .nav-link {
        min-width: 90px;
        text-align: center;
        padding: 10px;
        white-space: nowrap;
    }

    .detail-tab .nav-tabs {
        width: 100%;
        overflow-y: scroll;
        flex-wrap: nowrap;
    }

    .detail-tab {
        padding: 0px;
        padding-top: 35px;
    }

    /* .whole {
        margin-bottom: 60px;
    } */
    .price-box .col-6 {
        padding: 0 !important;
    }

    .price-box h3 {
        font-size: 18px;
    }

    .price-box h4 {
        font-size: 16px;
    }

    .featured-product h5 {
        font-size: 15px;
        max-width: 90%;
        margin: 0 auto;

        overflow: hidden;
        text-overflow: ellipsis;
    }

    .forget-btn div {
        width: 50%;
        text-align: center;
    }

    .sea-bass-txt {
        position: absolute;
    }

    .special-div-class .sea-bass img {

        object-fit: cover;
        padding-bottom: 0px;
    }

    .detail-tab-scroll .nav-tabs {
        overflow-y: hidden !important;
    }

}

@media only screen and (max-width:399px) {
    .nav-craft-bx {
        right: 90px;
        width: 11%;
    }

    .delivery-info-btn span {
        font-size: 12px;
    }

    .quantity-box {
        display: block !important;
        padding-top: 0 !important;
    }

    .checkout-table-bx {
        padding: 0 !important;
        margin-top: -30px !important;
    }
}

redeem-radio-btn.flex_method_rdm h4 {
    margin: 0;
    width: 100%;
}

.redeem-radio-btn.flex_method_rdm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}
.redeem-radio-btn.flex_method_rdm a{
    display:inline-block;
    margin:0;
}
.redeem-radio-btn.flex_method_rdm .payment-method{
    width: 100%;
}
.flex_div_in {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
.redeem-radio-btn.flex_method_rdm .form-btn.price-btn {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
}