.drawer {width: 300px;right: 0;	border-left: 1px solid #e5e5e5;	-ms-transform: translateX(300px);-webkit-transform: translateX(300px);transform: translateX(300px);position: fixed;overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;top: 0px;bottom: 0;padding: 30px 10px 10px;z-index: 22;color: #000000;background-color: #ffffff;transition: all ease 0.5s;	}
.cart_open .drawer{-ms-transform: translateX(0);-webkit-transform: translateX(0);transform: translateX(0);	}
.total-area{transition: all ease 0.5s;}
.cart_open{ padding-top: 0; }
.cart_open .total-area{-ms-transform: translateX(-300px);-webkit-transform: translateX(-300px);transform: translateX(-300px);}	
.drawer__header {float:left;height: 50px;width: 100%;padding-top:5px;border-bottom: 1px solid #e5e5e5;}
.table-cell {float:left;width: 50%;font-size:18px;color:#2d2d2d;text-align:left;}
.cart-icon{float: right;margin:15px 25px 0 0;position:relative;	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span { position: absolute;width: 20px;height: 20px;right: -10px;top: -10px; background: #ef5237;border-radius: 50%; text-align: center;font-size: 14px;color: #ffffff;line-height: 19px;	}
.table-cell .cart-icon{margin:4px 40px 0 0;}
.cross-icon{float:right;cursor:pointer;width:16px;margin-top:4px;}
.drawer__header i, .drawer__header svg{ cursor: pointer; font-size: 30px; color: #f00; line-height: 1; }
.drawer_row{float:left;width:100%;padding:15px 0 15px;border-bottom:1px solid #d0d0d0;}
.drawer-prod-lft{float:left;width:60px;height:60px;border:1px solid #c0d3d9;text-align:center;background:#e8f1f4;position:relative;}
.drawer-prod{display:inline-block;vertical-align:middle;margin-top: 2px;   max-width: 90%; max-height: 90%;}
.drawer-prod-lft span{position:absolute;width:20px;height:20px;right:-10px;top:-10px;background:#0c426d;border-radius:50%;text-align:center;font-size:14px;color:#ffffff;line-height:19px;}
.drawer-prod-rght{float:right;width:190px;text-align:left;}
.drwer-prod-name{float:left;width:100%;font-size:14px;line-height:16px;color:#393733;font-weight:normal;margin-top:-3px;}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-txt1{float:left;width:100%;font-size:14px;line-height:18px;color:#393733;}
.drwer-txt1 span{font-weight: 500; color: #0c426d; padding-left:20px;}
.drwer-txt2{float:left;width:100%;font-size:15px;line-height:18px;color:#393733;margin-top:3px;}
.drwer-txt2 a{float:right;font-size:14px;color:#959595;font-weight:300;}
.cart-remv img{display:inline-block;vertical-align:middle;width:15px;margin-top:-50px;    cursor: pointer;}
.sub-total{float:left;width:100%;font-size:19px;line-height:27px;color:#1e1e1e;font-weight:600;margin-top:10px;text-align:left;}
.sub-total span{float:right;}
a.chk-btn{float: left; width: 100%;border: 2px solid #00aeef;color: #fff;font-size: 25px;line-height:25px;text-decoration: none; padding: 12px 0 17px;text-align:center;font-weight: bold;margin-top:20px; background: #00aeef; outline: 0;}
a.chk-btn:hover{    background: transparent; color: #00aeef; border: 2px solid #00aeef;	}

.table-cell img {
    vertical-align: bottom;
    height: 26px;
    margin-right: 6px;
    transform: translateY(-4px);
}

.cart_ab .table-cell img {
    transform: translateY(-2px);
}

@media screen and (max-width: 767px){
    .drawer{
        padding-top: 15px;
    }
}

.search.collapsed {
    position: relative;
}
.search.collapsed input[type="text"] {
     -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    width: 650px;
    opacity: 1;
}
.search.befor_cllps input[type="text"] {
     -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
     width: 0px;  
opacity: 0;
}
.search input[type="text"] {
    position: realtive;
    width: 0px;
        right: 0px;
    height: 50px;
    top: 0px;
     opacity: 0;
    /* transition: 0.5s; */
     -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
}


.search button {
    background: transparent;
    color: #00aeef;
    padding: 0px;
    width: 35px;
    text-align: center;
    height: 35px;
    /* border: 1px solid #00aeef; */
    position: relative;
    right: -10px;
    outline: none !important;
    border: none;
}
.search button img {
    width: 20px;
    height: auto;
}

.inp_with_drp {
    position: absolute;
    right: 30px;
    width: 0px;
    height: fit-content;
    min-height: 70px;
    top: -8px;
    opacity: 0;
     -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;

}
.search.collapsed .inp_with_drp {
     -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    width: 650px;
    opacity: 1;
     /* transition: width 1s; */
}
.search.befor_cllps .inp_with_drp{
     -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    width: 0px;
    opacity: 0;
     /* transition: width 1s; */

}
.resultsDiv {
    position: relative;
    width: 100%;
    bottom: 0px;
    background: #ffffff;
    border: 1px solid #0c426d;
    z-index: 99999;
}

ul.searchResult li {
    padding: 15px 15px 0px;
}
ul.searchResult li a {
    width: 100%;
    display: block;
    text-align: left;
}
ul.searchResult li:last-child {
padding-bottom: 15px;
}
.search button i.fa.fa-search {
    position: relative;
    top: -1px;
    font-size: 19px;
}

.top-cart-area {
    z-index: 2;
    position: relative;
    padding-top: 2px;
}
.top-cart-area span{
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    background: #f63636;
    border-radius: 50%;
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
    right: -8px;
    top: -4px;
}
.top-cart-area img {
    max-width: 19px;
    height: auto;
    cursor: pointer;
}

/*====header====*/
.top-fix-bar{
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	background:#fff;
	border-bottom:1px solid #e2e5e7;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	}
.header-row{
	width:100%;
	height:75px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	}
.logo{
	float:left;
	width:145px;
	}				
.logo img{
	max-width:100%;
	}
ul.topMenu{
	float:right;
	}
ul.topMenu li{
	float:left;
	padding:20px 20px;
	position:relative;
	}
ul.topMenu li a{
	font-size:15px;
	line-height:15px;
	letter-spacing:0.2px;
	color:#000000;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#0c426d;}

.menu-down-arrow{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	padding:0 0 0 5px;
    cursor: pointer;
	}
.header-right{
	float:right;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	column-gap:25px;
	align-items:center;
	}
.search-icn{
	width:20px;
    flex-shrink: 0;
	}
.search-icn img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.cart{
	width:19px;
    flex-shrink: 0;
	position:relative;
	}
.cart img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.cart span{
	position: absolute;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    background: #f63636;
    border-radius: 50%;
    line-height: 20px;
    color: #ffffff;
    font-size: 13px;
    right: -8px;
    top: -4px;
	}

/*====MobileMenuCss====*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:40px;
	z-index:16;
	height:20px;
	}
.mob-mnu-ic button{
	outline: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:2px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:78px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

.shop-dropdown {
    position: relative;
}
.mobilemenu li.shop-dropdown a {
    width: auto;
}
.mobilemenu li.shop-dropdown img.menu-down-arrow {
    width: 100%;
    height: 14px;
    object-fit: contain;
    object-position: right;
}

.shop-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: calc(100% - 5px);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 10;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-25px);
    pointer-events: none;
    transition: all 0.3s ease;
}
.shop-dropdown .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.shop-dropdown .dropdown-menu li {
    display: block;
    float: none;
    padding: 0;
}
.shop-dropdown .dropdown-menu li a {
    display: block;
    padding: 8px 10px;
    text-align: left;
    float: none;
}

@media only screen and (max-width:1021px){
    ul.topMenu li { padding: 20px 12px;}
}

@media only screen and (max-width:767px){
    .nav-strip-list li p { font-size: 13px; line-height: 17px;}
    .top-fix-bar { margin-bottom: 50px;}
    .header { height:50px; margin-top: -50px; top: 50px; box-shadow:0 0 8px 0 rgba(0,0,0,0.1);}
    .header-row { height:50px;}
    .logo { width:120px; order:2; position: absolute; left: 50%; top: 12px; margin-left: -60px;}
    .mob-mnu-ic { height:22px; position:static; display: flex; align-items: center;}
    .search button{
        display: flex; align-items: center; justify-content: center;
    }
    .top-cart-area {
    display: flex;
    align-items: center;
    padding-top: 0;
    }
    .mobilemenu {top:81px;}
    .mobimenu-top { top:50px;}

    .header-right{ order:3; column-gap:15px;}
    .search-icn { width:17px;}
    .cart { width: 15px;}
    .cart span { 
        width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        display: flex;
        justify-content: center;
        right: -5px;
        /* align-items: center; */
    }

    .shop-dropdown span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .shop-dropdown .dropdown-menu {
        position: relative;
        left: auto;
        top: auto;
        border: none;
        background: #fff;
        z-index: 10;
        min-width: 100%;
        box-shadow: none;
        opacity: 1;
        transform: none;
        pointer-events: none;
        transition: all 0.3s ease;
        max-height: 0;
        overflow: hidden;
    }
    .shop-dropdown .dropdown-menu.show {
        opacity: 1;
        transform: none;
        pointer-events: auto;
        max-height: 1000px;
        overflow: visible;
    }
    .menu-down-arrow {
        width: 25px;
        padding: 0 8px;
    }
    .search.collapsed .inp_with_drp, .search.collapsed input[type="text"] {
        width: 250px;
    }
    .shop-dropdown .dropdown-menu li a {
        padding: 8px 10px 8px 45px;
        background: #f3f8fc;
    }
}