del{
  color:#000;
}

.mt-5{
  margin-top: 5px;
}
.pl-0{
  padding-left: 0px; 
}
.pb-5{
  padding-bottom: 5px;
}
.pt-5{
  padding-top:5px;
}
.mt-10{
  margin-top: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}

.mb-20{
  margin-bottom: 20px;
}
.pr-0{
  padding-right: 0px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}

.mt-58{
  margin-top: 58px;
}

.mr-5{
  margin-right: 5px !important;
}



/* slider */
#myCarousel .carousel-inner .item{
  height: auto;
  background: transparent;
}
#myCarousel .carousel-inner .item img{
  border-radius: 10px;
}
.carousel-control.left {
    background-image: none;
    background-image:none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


.top_search_wrapper{
  border-radius: 8px;
}


/* dropdown menu */
.menu_icon {
    position: absolute;
    right: 16px;
    transform: rotate(0deg);
}
.category_module .dropdown .dropdown-menu li a:hover{
  background:#00CCBB;
}
.category_module .dropdown .dropdown-menu {
  top: 0px;
  left: 262px;
}





.category_menu{
      position: relative;
}

.category_dorpdowen{
  position: absolute;
    right: -262px;
    width: 100%;
    top: 0px;
    z-index: 1;
    background: #fff;
    /*padding: 5px 0px;*/
    border-radius: 4px;
    opacity: 0;
    height: auto;
    visibility: hidden;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.category_dorpdowen > li {
  border-top: 1px solid #eee;
}

.category_menu:hover .category_dorpdowen{
      opacity: 1;
      visibility: visible;
}
.category_dorpdowen li a{
  padding: 12px 10px !important;
}
.category_dorpdowen li a:hover{
  background:#1c619b !important;
  color: #fff;
}

/* copy right footer */
.bottom_line {
    padding: 20px 0 20px;
    background-color: #1c619b;
}

.scroll_to_top.active {
    bottom: 30px;
}
/*portfolio button*/
.left_side_widgets div {
  position: relative;
    background: red;
    width: 36px;
    height: 116px;
    padding: 10px 0px 0px 0px;
    border-radius: 0px 8px 8px 0px;
}
.left_side_widgets {
  position: fixed;
  z-index: 199;
  left: 0;
  top: 50%;
  width: 42px;
}
.left_side_widgets i{
  color:#fff;
  margin-left: 8px;
  transform: rotate(90deg);
  font-size: 18px;
}

.left_side_widgets span {
  color:#fff;
    position: absolute;
    transform: rotate(90deg);
    top: 60px;
    left: -20px;
    font-size: 16px;
    font-weight: bold;
}



/* social media */
.side_widgets .widget i{
  transform: rotate(0deg);
  transition:all 0.3s linear;
}
.side_widgets .widget:hover i{
  transform: rotate(360deg);
  transition:all 0.3s linear;
}
.help-block{
  color: red;
  border-color: red;
}

/* index page product show  */
.grid4 .product-grid .item {
    width: 24%;
    margin: 0px 2px 28px 2px;
}
.tab-content{
  background: transparent;
  margin-top: 40px;
  border:0px;
}

.product-grid .item {
    border-bottom: 0px;
    background: #fff;
    transition: all 0.2s linear;
    width: 24%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    float: left;
    margin: 20px 4px 0px 4px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ddd;
}



  .product-grid .item:hover {
      box-shadow: 6px 0px 15px 0px #D6D6D6;
      transition: all 0.2s linear;
    }

  .product-grid .btn-holder.top, .product-list .btn-holder.top {
    background: transparent;
  }

.item a img {
    max-width: 100%;
    height: 200px !important;
}


  .product-filter {
    border-bottom: none;
}
.bordered_content {
    border-radius: 3px;
    border: none;
    background: transparent;
}
.item{
  background: #fff
}
.product-layout{
height: 360px;
}
/* menu bar   */
.menu_wrapper .outer_container, .header_wrapper .outer_container {
    background: #247cc6;
    position: relative;
    border-color: #eaeaea;
    border-color: rgba(0, 0, 0, 0.08);
}

.main_menu>ul.horizontal>li>a {
    font-size: 16px;
    padding: 5px 10px 8px 10px;
    display: block;
    border: none;
    border-color: #eaeaea;
    /* height: 55px; */
    margin-top: 8px;
    border-radius: 30px;
    margin-right: 4px;
}
.main_menu>ul.horizontal>li>.active{
  color: #fff !important; 
  border-color: transparent !important; 
  background-color: #ed7d31; 
  border-radius: 30px;
}
.main_menu>ul.horizontal>li>a:focus {
    color:#000;
}
.main_menu>ul.horizontal>li:first-child>a {
    border-left:none;
    border-color: #eaeaea;
}

.menu_wrapper .wishlist_compare.icons .hover_icon {
    border-radius: 0;
    margin-left: -1px;
    border: none;
    border-color: #eaeaea;
    height: 55px;
    position: relative;
}
.cart_count{
  font-weight: bold !important;
}

.mini_cart {
    border: none;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    text-align: left;
    font-weight: bold;
    padding: 10px 8px 8px 10px !important;
    color: #fff;
    line-height: 18px;
    background: #fff;
}
.menu_cart{
  padding:4px 0px;
}
.main_menu>ul>li>a{
    color: #ffffff !important;
}

.main_menu>ul>li:hover>a{
    color: #fff !important;
    border-color: transparent !important;
    background-color: #ed7d31;
    border-radius: 30px;
}


.main_menu>ul>.active{
  border-top: 4px solid #ff4557 !important;
    color: #247cc6 !important;
    /*border-color: transparent !important;*/
    background-color: #ffffff !important;
}

.main_menu>ul>.active>a{
    color: #247cc6 !important;
}
.main_menu ul>li{
   /*border-top: 4px solid transparent;*/
}
.main_menu ul>li:hover{
   /*border-top: 4px solid #ff4557;*/
}
.main_menu ul>li:last-child:hover{
   /*border-top: 4px solid transparent;*/
}

.menu_search_wrapper {
    width: 45%;
    background: #fff;
    height: 48px;
    left: 54%;
}

.menu_search_wrapper .button-search {
    background: transparent;
    color: #ed7d31;
}
.menu_search_wrapper .button-search:hover{
    background: transparent !important;
    color: #000 !important;
}
.manu_search_input:focus{
  background: #fff;
  transition: all .2s linear;
}


/* .search_wrapper {
    position: relative;
    border: 4px solid;
    border-color: #00979D;
    background: #ffffff;
    border-radius: 53px;
    padding-right: 48px;
}

.search_wrapper .button-search {
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: all 400ms;
    width: 50px;
    line-height: 44px;
    text-align: center;
    background: #00979D;
    border-radius: 0px 20px 20px 0px;
} */

.search_input{
  background:transparent;
}

.login_box {
    border: 1px solid #247cc6;
    width: 161px;
    padding: 10px 16px;
}

.login_box_icon{
    float: left;
    font-size: 30px;
    margin-right: 7px;
}
.login_box {
    border: 1px solid #247cc6;
    width: 161px;
    padding: 10px 16px;
    margin-bottom: 14px;
}

#search select {
    height:38px;
    border-left: 1px solid;
    border-color: #00979D;
    border-radius: 0px;
    background-image: url(../image/arrow-down-sm.png) !important;
}
/* left category title */

.category_module h3{
  background: #247cc6;
  padding: 10px 8px;
  width: 100% ;
  color: #fff;
  margin-top: 0px !important;
  border-radius: 6px;
}
/* .category_module h3::after {
	content: '';
	border-top: 43px solid #0CB;
	border-right: 46px solid transparent;
	position: relative;
	left: 87px;
	top: 35px;
} */
/* product hadeline title */

.product_show_title{
  background: #247cc6;
  color: #fff;
  padding: 10px 8px;
}
.product_show_title::after {
    content: '';
    border-top: 20px solid #247cc6;
    border-right: 14px solid transparent;
    position: absolute;
    left: 277px;
    border-bottom: 21px solid #247cc6;
    top: 0px;
    font
}
/* offer price */
.product_offer > div{
  display: inline;
}
.product_offer {
    position: absolute;
    padding: 4px 0px 4px 4px;
    background: #ff4557;
    color: #fff;
    left: 0px;
    top: 14px;
    width: 64px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
/* brate come */

.common-home .header_wrapper {
    margin-bottom: 0px;
}

.header3 .header {
    /*min-height: 118px;*/
}

.header {
    padding: 10px 0 10px;
    position: relative;
    z-index: 128;
}

/* item privacy sopping */
.banner_bottom_item {
    box-shadow: 0px 1px 10px 0px;
}
.content_blog {
    padding: 40px 0px;
}
.item_privacy_sopping {
    border: 1px solid #ccc;
    transition: all .2s linear;
}

.item_privacy_sopping:hover  {
    border:1px solid #247cc6;
    transition: all .2s linear;
}
.item_privacy_sopping:hover ul li h4{
    color: #1c619b;
    transition: all .2s linear;
}
.item_privacy_sopping ul {
    padding: 22px 18px;
}
.item_privacy_sopping ul li {
    display: inline-block;
    vertical-align: middle;
}
.item_privacy_sopping ul li i {
    font-size: 30px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #000;
}
.item_privacy_sopping ul li h4 {
  margin-bottom:8px;
}

.discount_price{
  color:#000;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;

}
/* product image overlay */

.product_image{
  position: relative;
}

.overlay_content {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    padding: 30px 20px;
    /*transition: all .3s linear;*/
}



.item:hover .overlay_content {
    position: absolute;
    left: 0px;
    top: 0px;
    /*transition: all .3s linear;*/
    opacity: 1;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.6);
    opacity: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(1px)
}


/* product zoom */
.xzoom-thumbs {
    margin-top: 12px;
}


.product_details_tab{
  background: #fff;
}
/*  cart  */

.cart-info td {

   border:none;
}
.card_total_price tr{
  border:none;
}
.card_total_price tr td{
      border: none !important;
}
.card_total_price tr td:nth-child(1){
      text-align: right;
}
.card_total_price tr:last-child {
  color:#00CCBB;
}
/* my account */

.account_table tr{
  border: none;
}
.account_table tr td{
  border-top: none !important;
}
.account_table tr td:nth-child(1){
  max-width: 24px;
}
.account_table tr td:nth-child(2){
  width: 10px;
}
.account_info_bg{
  background: #fff;
  padding: 18px;
}
/* registration page */
.reg_error_mass{
  margin-top:5px;
  color: red;
  border-color:red;
}
.form-group label{
  color: #000;
}
.form-group input{
  color: #000;
}
.form-group input:focus{
  border:1px solid #00CCBB;
}
/* add to cart loadin  */
.loading{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    background: rgb(0,0,0,0.1);
    width: 100%;
    padding-top: 15%;
    text-align: center;
    display: none;
}

.qty_btn {
    background: transparent;
    border: none;
}

.qty_value{
  margin:0px 5px 0px 5px;
}
/* payment method */
#bkash,#rocket{
  display: none;
}


/* footer part */
.footer_wrapper{
  background: #ffffff;

}
.footer_wrapper h3{
  color:#247cc6;
  font-weight: bold;
}

.footer_wrapper ul li a{
  color:#373737;
}
.footer_wrapper ul li a:hover{
  color:#ed7d31;
}
.short_dis{
  color: #373737;
}
#footer{
  color:#fff;
  font-weight: bold;
}
#footer a{
  color:#fff;
  font-weight: bold;
}
#footer a:hover{
  color:#fff;
  font-weight: bold;
}



.login_register_page{
  font-weight: bold;

}

.category_table_content{
      margin-top: 58px;
}
.product-info .description span.in_stock {
      color: green;
}
.button-background-white{
  background: #fff;
  border: 1px solid #247cc6;
  color:#247cc6;
}
.button-background-white:hover{
  background: #ed7d31;
  color:#fff;
    border: 1px solid transparent;

}



.font-width-bold{
  font-weight: bold;
}

.border-gredient{
  border-image-source: linear-gradient(90deg, rgba(36,124,198,1) 0%, rgba(255,254,254,0) 50%);
  border-top:2px solid; 
  border-image-slice: 1;
  /*border-width: 2px; */
  border-bottom:2px solid;
}


.button_background{
  background: #247cc6;
  color: #ffffff;
}


.category_menu:hover a > i{
  transform: rotateZ(-90deg);
}

.title-border {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
.product_overley_button{
  border-radius: 20px 20px;
  padding: 8px 30px;
 background: transparent;
 /*color:#fff;*/
 /*font-weight: bold;*/
}
.login_register_page:hover{
  color:#ed7d31;
}

.menu_category {
  background: #fff;
    color: blue !important;
    padding: 0px 0px 9px 0px;
    margin-right: 10px;
    border-radius: 8px;
}
.main_menu>ul.horizontal>li:first-child>a {
    color: #247cc6 !important;
}
.main_menu>ul.horizontal>li:first-child>a>i {
    color: #ed7d31 !important;
}

.main_menu>ul.horizontal>li:first-child:hover a {
    background:transparent;
    color: #ed7d31 !important;
}

.cart_holder {
  color: #247cc6;
}
.top_ul_li{
  display: inline-block;
}
.top_ul_li li{
  float: left;
  margin-right: 4px;
}
.quotation_print p{
  color: #000;
}
.quotation_print h4{
  text-decoration: underline; 
  font-weight: bold;
}
ul.categories.vertical>li:hover i {

  transform: rotate(-90deg);
}
#search input {
  height: 42px !important;
  color: #000;
  width:90%;
}

#search .search_input_result {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow-y: scroll;
    max-height: 300px;
    text-align:left;
}
#search .search_input_result li {
  padding: 0px 10px 10px 10px;
  border-bottom:1px solid #000;
}
#search .search_input_result li a{
  font-size:14px;
/*  font-weight:400;*/
}
#search .search_input_result li div{
    display: inline-block;
    transform: translateY(10px);
}

.top_bar_account_cart .menu_cart{
  display: none;
  border: 1px solid;
  border-radius: 6px;
}
.breadcrumb_wrapper {
    margin-bottom: 6px;
    min-height: 44px;
    font-size: 0;
    margin-top: 8px;
}

