
@media screen and (max-width:700px){
		/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
	
	
	.hero {
    background: white;
    display: flex;
    flex-direction: column-reverse;
}

.hero .text_area {
        display: inline-block;
    vertical-align: middle;
    padding: 22px;
    text-align: center;
    color: #4e504b;
    width: -webkit-fill-available;
}

.mobile_head {           color: white;
    display: block;
    box-shadow: 0px 0px 9px 0px #cbcbcb4d;
    z-index: 3;
    position: -webkit-sticky;
    position: sticky;
    top: -59px;
    background: #2196f3;
    height: auto;
    padding: 0px 0px 13px;}
.mobile_head img{                 max-width: 208px;
    max-height: 59px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    margin: 12px;
	
}
.header1 img {
    max-width: 203px;
    max-height: 50px;
    margin: 21px;
}

#mobile_seach2 {       width: 94%;
    margin: 0px auto 0px;
    box-shadow: 0px 0px 0px;
    border: 1px solid #d7d7d7;}
	.mobile_head .home_btn {          display: inline-block;
    vertical-align: middle;
    width: auto;
    z-index: 3;
    font-size: 54px;
    font-weight: 700;
    right: 27px;
    position: absolute;
    top: 6px;}
	
	
	
	.header {
		               display: block;
    box-shadow: 0px 0px 20px 0px #7c7c7c5c;
    z-index: 6;
    width: 92%;
    max-width: 500px;
    background: white !important;
    border-radius: 10px;
    margin: 0px auto;
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    left: -600px;
    top: 0px;
    height: 100%;
    color: #171926 !important;
    transition: 0.4s;
}


	.header1 .logo {display:none;}
	.header1 .logom {        display: block;
    max-width: 200px;
    max-height: 50px;
    width: auto;}

.side_cart {
    
    
}

#login_modal .login{
        background: white;
    margin: 61px 5px;
    padding: 23px;
    width: -webkit-fill-available;
    min-width: 250px;
    max-height: 500px;
    overflow-y: auto;
}


.login_container .register, .f_password {
       background: white;
    margin: 0px auto;
    padding: 19px 22px;
    width: -webkit-fill-available;
    min-width: 150px;
    border-radius: 5px;
    max-width: 500px;
}

.slideIn {
	left:0px;
}

.search_result {         position: absolute;
    top: 112px;
    width: 100%;
    height: auto;
    overflow: auto;
    left: 0px;
    margin: 0px;
    max-width: 500px;
    background: #fcfcfc;}
	
	.search_card_preview {            grid-template-columns: 25% 66% 9%;
    border: 0px;
    margin: 6px auto;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0px 0px 0px;}
	.see_more_btn {
        padding: 6px;
    align-self: center;
    width: 29px;
    background: none;
    font-size: 18px;
    align-items: center;
    color: black;
    border-radius: 30px;
    margin: 0px auto 0px;
    top: 50%;
    transform: translate(0px, -50%);
    left: -15px;
}
.search_bar {
               background: white;
    height: 43px;
    padding: 0px 1px 0px 7px;
    margin-left: -12px;
    overflow: hidden;
    width: -webkit-fill-available;
}

.slideshow-container {
    position: relative;
    margin: 11px auto;
    max-width: -webkit-fill-available;
    height: auto;
}
.header1, .header2 {
    width: -webkit-fill-available;
    display: block;
    vertical-align: middle;
}

.head_cont {
        display: block;
    font-size: 18px;
    padding: 26px 33px;
}


.header3 {
    width: -webkit-fill-available;
    display: block;
    vertical-align: middle;
   
    font-size: 25px;
    text-align: left;
    position: relative;
    right: auto;
    top: auto;
    margin: 10px 46px 30px;
}

.header4 {
        width: -webkit-fill-available;
    display: inline-block;
    border-radius: 23px;
    margin: 11px 45px;
}

.search_card_preview img{    height: auto;
    max-height: fit-content;
    max-width: -webkit-fill-available;}

.close_btn {   display:block; text-align: right;
    text-align: -webkit-right;
    font-size: 64px;
    position: absolute;
    right: 20px;
    color: #5d5d5d;
    z-index: 3;}
	
	.button_holder {
    display: grid;
    grid-template-columns: auto auto;
    position: sticky;
    bottom: 0;
    background: white;
    width: -webkit-fill-available;
    border: 0px;
    margin: 20px auto;
}
	
	.hero_banner {
        display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 226px;
    margin: 0 auto;
}

.process_box {
    width: 200px;
    text-align: center;
    background: white;
    padding: 7px;
    display: inline-grid;
    grid-template-rows: 33% 27% 39%;
    height: 211px;
    margin: 2px;
    border-radius: 10px;
    align-items: center;
}

.process {
    
    text-align: center;
    padding: 2px;
}

#youtube_demo {
    width: -webkit-fill-available;
    height: 252px;
    margin: 10px;
    display: block;
    border-radius: 19px;
}

.features .features_box {
      width: -webkit-fill-available;
    padding: 10px;
    margin: 6px;
    box-shadow: none;
    
}

.features .features_box h3 {
   
    font-size: 23px;
}
.flex_pricingin {
   
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
}

.flex_pricingin li {
    padding: 9px 26px;
    list-style-type: none;
    font-size: 17px;
    font-weight: 500;
}

.mySlides img {
    border-radius: 0px;
    width: -webkit-fill-available;
    height: auto;
    max-height: 300px;
    box-shadow: 0px 0px 20px 0px #79777747;
}

.products {
    width: auto;
    margin: 10px auto;
    display: grid !important;
    grid-template-columns: 50% 50%;
    /*margin-left: 23px;*/
        top: 16px;
}

.product_box {
                                 width: 99%;
    background: white;
    vertical-align: top;
    min-height: 200px;
    min-width: 150px;
    height: fit-content;
    position: relative;
    margin: 2px 1px;
    display: inline-block;
    box-shadow: 0px 0px 0px 0px black;
}

.product_box img {
           width: fit-content;
    height: 150px;
    margin: 0 auto;
    max-width: 100%;
}
.product_box h3 .s_price {
    color: #363636;
    font-size: 20px;
    margin: 7px 0px;
    font-weight: 700;
    display: block;
}

.wtsp_order_btn {
        background: #2a9f2f;
    color: white;
    padding: 11px 8px;
    width: fit-content;
    font-size: 16px;
    display: flex;
    margin: 0px auto;
    align-items: center;
    border-radius: 3px;
}

.pricing_details {
       display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
.cart_success_alert2 h2 {
    font-size: 4vw;
    
}

.cart_data_left {
       display: inline-block;
    width: 100%;
    border: 0px solid;
        margin: 18px auto 0px;

    min-height: 50px;
    vertical-align: top;
}

.cart_data_right {
                         display: inline-block;
    width: -webkit-fill-available;
    border: 0px solid #2196f3;
    margin: 0px 0px 26px;
    min-height: 50px;
    vertical-align: top;
    position: relative;
    text-align: left;
    bottom: unset;
    background: white;
    padding: 24px 11px 46px;
    box-shadow: 0px -5px 10px 0px #25252524;
    top: unset;
}

.cart_data_left h1 {
    width: fit-content;
    margin: 7px 20px;
    font-size: 8vw;
    color: #171926;
}

.cart_data_left_in {
   
              font-size: 12px;
    width: -webkit-fill-available;
    margin: 5px 4px;
    display: block;
    text-align: center;
    border: 2px solid #2196f3;
}


.cart_data_left_in img {
	    min-height: 40px;
    min-width: 40px;
    max-width: 70px;
    max-height: 70px;
    height: auto;
    margin: 4px;
    border: 1px solid #e0e0e0;
    display: block;
    vertical-align: middle;
}
.cart_data_left_in p input {
   
    margin: 7px 1px;
   
}

.cart_pro_name {       position: absolute;
    top: 19px;
    left: 115px;
    width: 51%;
    font-size: 15px;
    height: 81px;
    overflow: hidden;
    color: #171926;
    font-weight: 500;}
	
	.remove_item_cart {    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 17px;}
	
	.address_form {
    
                  width: 100%;
    max-height: 100%;
    margin: 0px;
    z-index: 11;
    overflow-y: auto;
   
}

.address_form form {
    display: grid;
    grid-template-columns: auto;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px;
}

.address_form .input_class {
    width: -webkit-fill-available;
    border: 1px solid #dcdcdc;
    margin: 15px 10px 0px;
    background: #f6f6f6;
    border-radius: 2px;
    padding: 7px;
}
.address_form h2 {
    
       margin: 9px auto 0px;
    font-size: 17px;	
}


.payment_box {
    
       top: 23px;
    width: 95%;
    border-radius: 5px;
    max-height: 86%;
    z-index: 84;
}

.cart_data_right h2 {
       margin: 7px;
    font-size: 17px;
    font-weight: 600;
}
.product_box h3 {
   
       width: 160px;
    max-width: 90%;
    margin: 0 auto;
  
}

.image_tray {
   
       width: 90%;
    max-width: 400px;
    min-height: 300px;
    position: relative;
    top: 0px;
    border: 0px;
    box-shadow: 0px 0px;
   
}

.disc_tray {
   
    width: 100%;
    text-align: left;
    max-width: 600px;
    padding: 0px 20px;
}
.footer_box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: initial;
    padding: 20px;
}

.inf_bar {
        margin: 0px auto;
    padding: 5px;
    background: white;
    width: fit-content;
    text-align: center;
    width: -webkit-fill-available;
}

.inf_bar .qty_bar {
           display: grid;
    grid-template-columns: 40%  60%;
    align-items: center;
    padding: 9px;
    font-size: 15px;
    margin: 0px;
    width: -webkit-fill-available;
    text-align: left;
}


.inf_bar .qty_bar i {    margin: 0 auto;
    background: #92929238;
    font-size: 16px;
    padding: 15px;}
	
	
	.hero_grid {
    display: grid;
    grid-template-columns: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: white;
}

	.hero_grid .category_h2 {
   
    display:block;
}


.hero_grid .category_h2 .category_h3 .cat_st_box2 {
        width: fit-content;
    display: inline-grid;
    grid-template-columns: auto;
    align-items: center;
    margin: 7px 5px;
    font-size: 13px;
    padding: 3px;
    text-align: center;
    color: #464646;
    grid-template-rows: 100px auto;
    min-width: 100px;
}
.top_product2 {
    width: -webkit-fill-available;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 100%;
    background: white;
    margin: 0 auto;
}