﻿ 
        @media (max-width: 767px)
            {
                .header1
                {
                    display: none;
                }
               #QCads
               {
                   display:block !important;padding:10px 25px
               }
            }
        /* Track */
         ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #263891; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
  .itemsmallsearch
    {
        display: block;
        width: 30%;
        padding-top: 0px;
        margin: 10px;
        overflow: hidden;
        float: left;
        border-radius: 14px;
        height: 92px;
        border-radius: 14px;
        box-shadow: 0 7px 24px rgb(0 0 0 / 10%);
        grid-template-columns: 0.8fr 1fr !important;
        grid-gap: 6px;
        display: grid;
    }
        .itemsmallsearch img
        {
            width:100%
        }
        .itemsmallsearch span
        {
            padding:5px;text-align:left
        }
        .itemsmallsearch span a
        {
            font-weight:bold; text-align:left; line-height:22px
        }
        .itemsmallsearch span a:hover
        {
            color:#c00000
        }
        .viewall
        {
           
            background: #c00000;
            border-radius: 14px;
            text-align: center;
            clear: both;
            padding: 7px;color:white
        }
    .swapboxsearch
    {
        position: absolute;
        z-index: 100;
        background: white;
        margin-top: 0px;
        width: 100%;
        padding: 0px;top:112px
    }
     .menu-cooking
        {
           display: inline-block;
    position: relative;
        }
        .youfind h2
        {
            float: left;
    display: block;
    overflow: hidden;
    font-weight: 600;
    padding: 20px 15px;
    font-size: 22px;
    line-height: 28px;
    color: #000;
        }
        .youfind
        {
            display:inline-block
        }
        .youfind .timmon
        {
            float: right;margin-top:6px
        }
        .timmon
        {
            display: block;
    width: 629px;
    margin: auto;
    height: 40px;
        }
            .timmon input
            {
                float: left;
    width: 66%;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    box-shadow: inset 0 0 7px rgb(0 0 0 / 14%);
    border-radius: 4px;
    padding: 10px;
            }
            .timmon button
            {
                float: left;
                width: 14%;
                background: #fbd020;
                border-radius: 4px;
                padding: 11px;
                text-align: center;
                border: 0;
                cursor: pointer;margin-left: 11px;
            }
             .show
        {
            display:block
        }
        .hide
        {
            display:none
        }
        .menu-cooking ul li
        {
            float: left;
            width: 9.61%;
            margin: 0 1.5% 1.5% 0;
        }
        .menu-cooking ul a .circle
        {
               display: block;
                overflow: hidden;
                width: 86px;
                height: 86px;
                background: #f4f4f4;
                border-radius: 50%;
                position: relative;
                margin: 2px auto 3px;
                border: 3px solid #fff;
        }
            .menu-cooking ul a .circle:before
            {
               content: "";
            width: 5px;
            height: 5px;
            border-right: 2px solid #fbd020;
            border-bottom: 2px solid #c00000;
            transform: rotate( 
        45deg);
            position: absolute;
            top: 42px;
            left: 35px;
            }
            .menu-cooking ul a .circle:after {
           content: "";
            width: 5px;
            height: 5px;
            border-right: 2px solid #fbd020;
            border-bottom: 2px solid #c00000;
            transform: rotate( 
        45deg);
            position: absolute;
            bottom: 42px;
            left: 35px;
}
    @media (max-width: 767px)
    {
        .youfind
        {
            width: 100%;
        }

            .youfind h2
            {
                padding: 0px 15px !important;
            }

        .swapboxsearch
        {
            margin: 0px;
        }

        .youfind h2
        {
            display: none;
        }

        .timmon button
        {
            width: 25% !important;
        }

        .timmon input
        {
            width: 59% !important;
        }

        .timmon
        {
            width: 95% !important;
            margin: auto !important;
            float: none !important;
        }

        .itemsmallsearch
        {
            width: 31% !important;
            height: 96px;
            margin: 2px;text-align:left
        }

            .itemsmallsearch span a
            {
                line-height: 16px;
            }

        .itemmonan
        {
            width: 205px !important;
        }

        .menu-cooking ul a .circle
        {
            width: 73px;
            height: 73px;
        }

            .menu-cooking ul a .circle:before
            {
                top: 40px;
                left: 32px;
            }

            .menu-cooking ul a .circle:after
            {
                bottom: 31px;
                left: 32px;
            }

        .menu-cooking
        {
       

        padding:10px
        }
    }
        .boxs
        {
            display:inline-flexbox;
        }
         .footergrid img
        {
            grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px;
    display: grid; float:left; padding:10px
        }
        .copyr
        {
            margin-top:54px
        }
           #bttop{z-index:10;text-align:center;padding:5px;position:fixed;bottom:80px;cursor:pointer;display:none;color:#fff;font-size:11px;font-weight:900;}
        #bttop:hover{}
        #scroll_cart{display:none}

          
        .modal-open {
  overflow: hidden;
}
    .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: fixed;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);width:43%; margin-top:20px
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;background:#1e7988
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px)
{
    .modal-dialog{width:600px; margin:30px auto}
}
