#menu ul {
margin: 0;
padding: 0;
}

#menu .main-menu {
display: none;
}

#tm:checked + .main-menu {
display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
border-style: solid;
border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: var(--red);
    border-width: 1px 1px 0 solid var(--white);
    margin: 0 1em;
    
}

#menu .sub-menu li:last-child {
border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {

}

#toggle-menu,
#menu a {
    padding: 12px 11px;
    border-left: 1px solid var(--white);
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #fff;
}

#menu a {
transition: all .125s ease-in-out;
-webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    color: #fff;
    background: var(--light_black);
}

#menu .sub-menu {
display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
display: block;
}

#menu .sub-menu a:hover {
color: var(--white);
background-color: var(--light_black);
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
position: absolute;
right: 1.5em;
top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
border-radius: 50%;
width: 1em;
height: 1em;
text-align: center;
background-color: rgba(0, 0, 0, .125);
text-shadow: 0 0 0 transparent;
color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
line-height: 1;
}
.tw-hotdeals {
    /* height: 225px; */
    /* overflow: hidden; */
    display: block;
    background: #fff;
}
@media only screen and (max-width: 400px) {
    .tw-hotdeals {
        height: 150px;
        /* overflow: hidden; */
        display: block;
        background: #fff;
    }
}
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
#menu li {
  width: 33.333%;
}

#menu .sub-menu li {
  width: auto;
}
}

@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu,
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 20em;
    z-index: 3000;
  }

  #menu .sub-menu,
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

.cat-title{
    font-size: 1.1429em !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #313131 !important;
    margin: 0 !important;
    margin-bottom: 1.25em !important;
    letter-spacing: normal !important;
}
.padding-zero{
    padding: 0;
}
.padding-10px{
    padding: 10px;
}
.top-menu-padding{
    padding: 10px 0 10px 17px;
}
.fotter-menu-padding{
    padding: 5px 0;
}
.fotter-input{
 width: 45% !important;
 padding: 10px;
 float: left;
 background: #F3F3F3;
 border: 0;
}
.fotter-subscribe-btn{
    width: 45%;
    margin-top: 20px;
    background: #F48E00;
    color: #fff;
}
.margin-left-5-percent{
    margin-left: 5%;
}
.font-color1{
    color:#505050;
}
.social-container ul {
  display:flex;
}

.social-container ul li {
  list-style: none;
}

.social-container ul li a {
    width: 50px;
    height: 50PX;
    display: block;
    text-align: center;
    margin-right: 15PX;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}

.social-container ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.social-container ul li a .fa {
  widht: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size:18px;
  color: #262626;
  transition: .5s;
}

.social-container ul li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social-container ul li:nth-child(2) a:hover .fa {
  color: #00aced;
}

.social-container ul li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

.social-container ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

.social-container ul li:nth-child(5) a:hover .fa {
  color: #e4405f;
}
.product-order-cart{
     visibility: hidden;
    opacity: 0;
    left: 0;
    position: absolute;
    bottom: 43px;
    padding: 0;
    z-index: 1;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
     transition: visibility 0s, opacity 0.5s linear;
}
.product-hover-area:hover .product-order-cart{
    visibility: visible;
    opacity: 1;


}

.alert-box-arrow{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #F6F6F6;
    margin-top: -15px;
    position: absolute;
}

.product-hover-effect:hover{
   border: 1px solid green !important;
   transition:  all .1s;
}

.buy-now:hover{
   color: green;
   transition:  all .1s;
}
li{list-style-type: none;}
img.zoomEffect {
/*    width: 350px;
height: 200px;*/
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
-o-transition: all 1.5s ease-in-out;
-ms-transition: all 1.5s ease-in-out;
}

.transition {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}

.main-category:hover{
    background-color: #ededed;
}
.sub-category-name:hover{
    background-color: #ededed;
}

.footer_details {
    color:#fff !important;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}
.footer_details p {
    color:#fff !important;
    font-size: 15px;
    line-height: 38px;
}


.footer-panel > li > a{
    font-weight: bolder
}
.footer-panel > li > a:hover{
    background: none;
    cursor: pointer;
    color: orange !important;
}
.footer-panel > li > a:focus{
    background: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media screen and (max-width: 767px) {
.owl-nav{
    display: none;
 }
     .price-text {

        font-weight: 600;
        display: inline-block;
        font-size: 10px !important;
        color: #fff;
        position: absolute;
        bottom: 6px!important;
        float: left;
        background-color: #0089cf;
        height: 16px !important;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        width: 41px !important;
        text-align: center;
        right: 0;
    }
    .percentage-span-new {
         width: 35px !important;
         height: 35px !important;
         position: absolute !important;
         bottom: 46px !important;
         left: 1px !important;
         background-size: 34px 34px !important;
         text-align: center !important;
         color: #fff !important;
         font-weight: 500 !important;
         font-size: 10px !important;
         z-index: 2;
     }
    .percentage-amount-new {
        font-size: 11px !important;;
        font-weight: 500;
        padding-left: 8px !important;;
        padding-top: 9px !important;;
        line-height: 1;
         display: inline;
    }
    .percentage-sign-new {
        font-size: 9px !important;;
        padding-top: 8px !important;;
    }
     .percentage-discount-amount-new {
        display: inline;
        width: 100%;
        font-size: 8px !important;;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 5px ;
    }
}
.owl-next{
    outline: none;
}

.product {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
.qty-display {
    display: flex;
}
.owl-nav {
    position: absolute;
    top: 39%;
    height: 0;
    font-size: 29px;
    width: 100%;
}
.owl-prev{
    display: none;
}
.owl-next{
    position: absolute;
    right: -30px
}
.percentage-span-new {
background-image: url(image/flash-deal-percentage.png);
background-repeat: no-repeat;
width: 45px;
height: 45px;
position: absolute;
top: 0;
left: 5px;
background-size: 44px 44px;
text-align: center;
color: #fff;
font-weight: 700;
font-size: 12px;
z-index: 2;
}
.percentage-amount-new, .percentage-discount-amount-new, .percentage-sign-new {
font-family: SolaimanLipi,Helvetica,Verdana,'Noto Sans Bengali';
color: #fff;
float: left;
}

.pagination {
    background-color:000;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--red);
    border-color: var(--red);
}

.carousel-indicators .active{
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: var(--red);
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: var(--red);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
}

.percentage-amount-new {
font-size: 15px;
font-weight: 700;
padding-left: 11px;
padding-top: 9px;
line-height: 1;
 display: inline;
}
.percentage-sign-new {
font-size: 11px;
padding-top: 10px;
}
.percentage-discount-amount-new {
display: inline;
width: 100%;
font-size: 10px;
padding: 0 !important;
margin: 0 !important;
line-height: 7px;
}
.price-text {
font-weight: 600;
display: inline-block;
font-size: 16px;
color: #fff;
position: absolute;
bottom: 6px;
float: left;
background-color: var(--red);
height: 23px;
border-top-left-radius: 60px;
border-bottom-left-radius: 60px;
width: 60px;
text-align: center;
right: 0;
}
.navmenu{height: auto;top: 0;box-shadow: none;background: #F3F3F3}


.pimg{margin: 0 auto;padding: 5px;/* border-radius: 20px; */}


.productbox{padding: 0;height: 330px;border: 1px solid #f0f0f0;margin: 5px;border-radius: 10px;}

.mydivouter{
	/* position:relative; */
	/* width: 200px; */
	/* height: 120px; */
	/* margin: 0 auto; */
}
.mydivoverlap{
    position: relative;
    z-index: 1;
}
.mybuttonoverlap{
	position: absolute;
	z-index: 2;
	bottom: 63px;
	display: none;
	right: -16%;
	width: 100%;
}
.mydivouter:hover .mybuttonoverlap{ 
	display:block;
}

.bl30{left: 30px;}

@media only screen and (min-width: 1200px) {
	
	.w5{width: 20%!important;}
}

.searchbtn{
    background: var(--red);
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    }
.searchbox{
    border: 2px solid var(--red)!important;
    border-radius: 4px;

}
.headerbtn{
    background: var(--red);
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}
.cartbox{
    height: auto;
    width: 80px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    bottom: 185px;
    right: 0;
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--red);
    cursor: pointer;
}
.cartbox:hover{
    height: auto;
    width: 80px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    bottom: 185px;
    right: 0;
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--light_black);
    cursor: pointer;
}
.cartamount{
    padding: 8px 0;width:100%;display: inline-block;color:#000;font-size:14px;font-weight:bold;text-align:center
}
.cartitem{
    width:100%;
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-weight:bold;
    padding:2px;
    text-align:center;
    border-radius: 0 0 0 5px;
}
.cartitem:hover{
    width:100%;
    display: inline-block;
    background: var(--light_black);
    color: #fff;
    font-weight:bold;
    padding:2px;
    text-align:center;
    border-radius: 0 0 0 5px;
}
.hcartbtn{
    background: var(--red);
    font-size: 20px;
    margin: 0 11px 12px;
    padding: 5px 10px;
    
}
.hcartbtn:hover{
    background: var(--light_black);
    color: #fff;
    font-size: 20px;
    margin: 0 13px 12px;
    
    padding: 5px 10px;
}
.productbox:hover {
    padding: 0;
    height: 330px;
    border: 1px solid #ef2b2b;
    margin: 5px;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    transition: box-shadow 0.2s,border-color 0.2s;
}
.orderbtn{
    background: var(--red);
    color:#fff;
    font-size: 19px;
    margin:0 13px 12px;
    padding: 3px 15px;
    
}
.orderbtn:hover{
    background: var(--light_black);
    color:#fff;
    font-size: 19px;
    margin:0 13px 12px;
    padding: 3px 15px;
}
.sectionTitle{
    font-size: 28px;
    color: var(--red);
    font-weight: 600;
}

.catprobox{padding: 0;height: 300px;border: 1px solid #f0f0f0;margin: 5px;border-radius: 10px;}
.catprobox:hover {
    padding: 0;
    height: 300px;
    border: 1px solid #ef2b2b;
    margin: 5px;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    transition: box-shadow 0.2s,border-color 0.2s;
}
.footerbg {
    background: #212129 !important;
    /* padding: 30px; */
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footerttl {
    color: #fff;
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 20px;
}
.footersub{
    font-size: 16px;
    padding-bottom: 8px;
    color: #fff;
}
.footersubc{
    font-size: 16px;
    color: #fff;
}
.inv_title{
    color: #ff1919;
}
.orderinfo{
    font-size: 17px;
    padding-bottom: 5px;
}
.orderbody{
    border: solid 3px #e33109;
    margin: auto 2%;
}
.orderlogo{
    padding: 30px 15px;
    border-bottom: solid 2px #e5dcdc;
}
.msttile{
    padding-left: 13px;
    padding-bottom: 5px;
}
.copywrites {
    display: inline-table;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 15px;
    border-top: solid 1px #d9cbcb;
}
.facebookf {
    font-size: 18px;
    background: var(--white);
    color: #3c5997;
    padding: 7px 15px;
    border-radius: 3px;
    margin-right: 15px;
}

.facebookf:hover {
    font-size: 18px;
    background: var(--red);
    color: var(--white);
    padding: 7px 15px;
    border-radius: 3px;
    margin-right: 15px;
}

.twitterf{
    font-size: 18px;
    background: var(--white);
    color: #1ea1f1;
    padding: 7px 12px;
    border-radius: 3px;
    margin-right: 15px;
}

.twitterf:hover{
    font-size: 18px;
    background: var(--red);
    color: var(--white);
    padding: 7px 12px;
    border-radius: 3px;
    margin-right: 15px;
}

.instagramf{
    font-size: 18px;
    background: var(--white);
    color: #bd32a2;
    padding: 7px 13px;
    border-radius: 3px;
    margin-right: 15px;
}

.instagramf:hover{
    font-size: 18px;
    background: var(--red);
    color: var(--white);
    padding: 7px 13px;
    border-radius: 3px;
    margin-right: 15px;
}

.youtubef{
    font-size: 18px;
    background: var(--white);
    color: #ff0000;
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 15px;
}

.youtubef:hover{
    font-size: 18px;
    background: var(--red);
    color: var(--white);
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 15px;
}

.linkedinf{
    font-size: 18px;
    background: var(--white);
    color: #0070ac;
    padding: 7px 12px;
    border-radius: 3px;
    margin-right: 15px;
}

.linkedinf:hover{
    font-size: 18px;
    background: var(--red);
    color:var(--white);
    padding: 7px 12px;
    border-radius: 3px;
    margin-right: 15px;
}

.swidth{
    width: 51px;
    float: left;
    margin-bottom: 12px;
}
.copywtext {
    color: #fff;
    font-size: 11px;
}