:root{
    --headerBg:#ff6600;
    --yellowColor:#f9ce2e;
    --mainColor:#004373;
    --headerColor:#ff9900;
    --hoverColor:#ff4800;
    --scrollbarBG: #ff9900;
    --thumbBG: #ffbc00;
}


#basket_content::-webkit-scrollbar {
    width: 15px;
    border-radius: 8px;
  }
  #basket_content {
    scrollbar-width: 15px;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  #basket_content::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  #basket_content::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
  }
  
  .menuClass1 img,
  .menuClass1 .menuTooltipe{
    display: none;
  }
  
  .menuClass1 ul{
    display: none;
  }
  
  .menuClass1>a{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  
  .menuClass1:hover > ul{
    display: block;
  }

  .menu ul .menuClass1{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .menu ul .menuClass1:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  /* Side Nav */
  
  .sidenav {
      width: 0;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9999999999;
      background-color: #000;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
    
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 19px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidenav a:hover {
      color: #f1f1f1;
    }
    
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      left: 0px;
      font-size: 36px;
      margin-left: 0px;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
    
    /* Side Nav (END) */
  
  
  
  /* Slider */
  
  
  #slider {
      width: 100%;
      float: right;
      position: relative;
      margin-top: 85px;
    }
    
    #slider .owl-stage-outer {
      width: 100%;
      float: right;
      /* display: flex; */
      overflow: hidden;
    }
    
    #slider .owl-stage-outer .owl-stage {
      height: auto;
      /* display: flex;
      align-items: stretch; */
    }
    #slider .owl-nav {
    
    }
    
    #slider .owl-nav .owl-prev,
    #slider .owl-nav .owl-next {
    
      width: 70px;
    
      background-color: transparent;
    
      cursor: pointer;
    
      visibility: visible;
      -webkit-transition: all 0.2s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
      transition: all 0.2s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
      opacity: 1;
      position: absolute;
      top: 50%;
    }
    
    #slider .owl-nav .owl-prev {
      right: 15px;
    }
    
    #slider .owl-nav .owl-next {
      left: 15px;
      text-align: left;
    }
  
    .itemSlider {
      /* height: 600px; */
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative;
    }
    
    .sliderImage {
      /* width: 40%; */
      /* text-align: center; */
    }
    
    .itemSlider img {
      width: 100%;
      /* height: 100%;
      object-fit: cover; */
    }
  
  .boxOnSlide{
      width: 350px;
      background-color: rgba(0, 0, 0, .9);
      border-radius: 10px;
      position: absolute;
      color: #fff;
      opacity: 0;
      transition: all .5s ease;
      padding: 15px;
      margin-left: 15%;
  }
  
  .BOS-title{
      text-align: center;
      font-size: 25px;
      margin-bottom: 15px;
  }
  
  .BOS-abstract{
      width: 100%;
      text-align: justify;
      font-size: 14px;
      font-weight: 100;
      line-height: 1.5;
      margin-bottom: 15px;
  }
  
  .BOS-btn{
      width: 120px;
      border-radius: 7px;
      background-color: #004373;
      color: #fff;
      text-align: center;
      padding: 10px 15px;
      margin:10px auto;
  }
  
  .itemSlider:hover .boxOnSlide{
      opacity: 1;
  }
  
  
  /* Slider (END) */
  
  
  
  
  /* Header */
  
  .top-header .container{
      display: flex;
      align-items: center;
  }
  
  .topNavMenuHelp{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
  }
  
  
  .menu ul li ul li ul li:hover {
      background-color: #fafafa !important;
  }
  
  .headerHomeLogo{
      color: #fff;
  }
  
  .headerHomeLogo:hover{
      color: var(--headerColor);
  }
  
  .userLogoInHeader{
      cursor: pointer;
      font-size: 20px;
      margin-left: 10px;
  }
  
  .uesrBoxInHeader{
      width: 300px;
      color: #000;
      background-color: #fff;
      border-radius: 5px;
      position: absolute;
      top: 60px;
      left: 20px;
      z-index: 9999;
      text-align: right;
      font-size: 19px;
      display: none;
      padding: 10px;
  }
  
  .loginMainBoxHeader{
      color: #000;
  }
  
  .uesrBoxInHeader a{
      color: #323232 !important;
      display: flex !important;
      align-items: center !important;  
      transition: all .5s ease;
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 10px;
  }
  
  .uesrBoxInHeader a:first-child{
      margin-top: 10px;
  }
  
  .uesrBoxInHeader a span{
      margin-left: 15px;
  }
  
  .uesrBoxInHeader a:hover{
      background-color: var(--headerColor);
      color: #fff !important;
  }
  
  .nameOfUser{
      line-height: 1.5;
      margin: 10px 0;
  }
  
  .headerAddress{
    float: right;
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
  .headerTel{
      font-size: 15px;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      margin-top: 3px;
  }
  
  .headerTel a{
      color: #fff !important;
      margin-right: 5px;
  }
  
  .headerTel i{
    color: #ffca6e;
    font-size: 23px;
    margin-right: 8px;
  }
  
  
  @keyframes menuAnimation {
      from{
        transform: translateY(-100%);
      }to{
        transform: translateY(0);
      }
    }
  
    .resMenuBTN{
      display: none;
      font-size: 30px;
      color: #fff;
      cursor: pointer;
    }
  
  
  /* search */
  .searchHeader{
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
  }
  .logoSearchHeader{
      width: 36px;
      height: 36px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #42474d;
      cursor: pointer;
      color: #fff;
      border-radius: 50%;
  }
  .logoSearchHeader:hover .textSearchHeader{
      width: 100%;
  }
  .textSearchHeader{
      width: 0;
      transition: all .5s ease;
      margin-right: 10px;
  }
  
  .headerMenu{
      display: flex;
      align-items: center;
      color: #fff;
  }
  
  
  .btnMainSideMenu{
    font-size: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .btnMainSideMenu i.fa.fa-bars{
    font-size: 25px;
    margin-left: 5px;
  }
  
  .btnMainSideMenuTitle{
      font-size: 15px;
  }
  
  .btnMainSideMenu:hover .btnMainSideMenuTitle{
    color: #ffcb00;
  }
    
    .menuHeaderControl{
      display: flex;
      align-items: center;
    }
    
    .mainSideMenu{
      min-width: 200;
      position: absolute;
      right: 30px;
      top: 50px;
      z-index: 99;
      background-color: #ffbc00;
      border-radius: 5px;
      box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
      /* padding: 10px 0; */
      display: none;
      margin: 0;
    }
  
    .cartIconHeader{
        /* cursor: pointer; */
        justify-content: flex-end ;
        padding: 0;
    }
  
    #show_basket_icon{
      cursor: pointer;
    }
    
  
    #headerMenuSticky{
      width: 100%;
      position: absolute;
      transition: all .5s ease;
      z-index: 999999;
      margin-bottom: 0;
    }
    
    .stickyMenu {
      position: fixed !important;
      z-index: 9999;
      top: 0;
      width: 100%;
    }
    
    div.row.head.xBgColor.nav-menu.stickyMenu > div > div:nth-child(1) > a > img{
      margin: 5px 0;
      height: 70px;
    }
    
    .stickyMenu .menu {
      /* display: table; */
      /* margin: 0; */
    }
  
    #headerMenuSticky.stickyMenu{
  
        animation: menuAnimation 1s ;
    }
  
    .menu2Main > ul > li{
      margin-left: 10px;
    }
  
    .menu2Main > ul > li:hover > a{
      color: #ffcb00;
    }
  
    .menu ul li{
        border-bottom: 1px solid #e1e1e1;
    }
    .menu>ul>li{
        border-bottom:0;
    }
  
    .top-header{
      position: relative;
      z-index: 99999999;
    }
  
    .resShowDetailOnHeader{
      display: none;
    }
  
    .menuVerticalInRes{
      display: none;
    }
  
    .headerContactUs{
      width: 84%;
    }
  
  
    /* .mainSideMenu .menuClass1{
      border-bottom: 1px solid #ccc;
      padding: 10px;
      padding-bottom: 20px;
      margin-bottom: 10px;
    }
    
    .mainSideMenu .menuClass1:first-child{
      padding-top: 20px;
    }
    .mainSideMenu .menuClass1:last-child{
      border-bottom: 0;
    }
    
    .mainSideMenu .menuClass1 a{
      color: #323232;
      transition: all .5s ease;
    }
    
    .mainSideMenu .menuClass1 a:hover{
      color: var(--primaryColor);
    } */
    
  
  
  /* Header (END) */
  
  /* sideBar Group */
  
  .sidebargpItem{
    cursor: pointer;
  }
  
  .proSubFooterTitle{
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0;
  }
  
  .proSubFooterPrice{
    text-align: center;
    margin: 10px 0;
  }
  
  .proSubFooterPrice span{
    color: #002844;
    font-size: 14px;
  }
  
  /* sideBar Group (END) */
  
  
  
  
  /* store */
  
  #show_basket_icon:hover *{
    color: #ffcb00;
  }
  
  .checkout-table{
      overflow-x: auto;
  }
  
  #basket_content{
    max-height: 550px;
    overflow-y: auto;
  }
  
  .cart-product{
      transition: all .5s ease;
  }
  
  .cart-product:hover{
      background-color: #f7f5f5;
  }
  
  .cart-thumb{
      width: 70px;
      border: 1px solid #000 ;
      display: block !important;
      padding: 5px;
      margin-left: 10px;
  }
  
  .cart-title,
  .cart-count,
  .cart-price{
    flex: 25%;
  }
  
  .cart-count{
    flex: 0%;
    justify-content: flex-end;
    display: flex;
  }
  
  .cart-price{
    flex: 0%;
    text-align: left;
  }
  
  .cart-remove{
      display: none;
      margin-right: 15px;
  }
  
  .cart-remove i{
      color: #d40606 !important;
  }
  
  .customStore{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-left: 35px;
      margin-top: 40px;
  }
  .CS-miniDiv{
      display: flex;
  }
  .CS-miniDiv > div {
      margin-left: 15px;
  }
  
  .rahcode-form{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .rahcode-form form{
      width: 40% !important;
      float: left !important;
      padding-left: 35px;
  }
  
  .rahcode-form form .btn-info{
      background-color: var(--mainColor);
      color: #fff !important;
  }
  .guideTextRahcode{
      width: 55%;
      float: right;
      line-height: 1.5;    
  }
  
  .basket_title i.closeCart{
      float: left;
      color: red !important;
      cursor: pointer;
      margin-right: 25px;
  }
  
  .continueShop a{
      color: #fff !important;
      background-color: var(--mainColor);
  }
  
  .parsley-required{
      margin-top: 10px;
  }
  
  .checkout-form__row label{
      color: #012e55 !important;
  }
  
  .panel-body div{
      /* width: 100%; */
      margin: 10px 0;
  }
  
  .panel-success > .panel-heading{
      background-color: #f0f0f0;
      color: #004373;
  }
  
  .checkOutLogin .form-control{
      /* border-color: #004682 !important; */
      box-shadow: none;
      /* #004373 */
  }
  
  .checkOutLogin .btn-default{
      
      border-color: #fff !important;
  }
  
  .checkOutLogin .btn-success{
      background-color: #ffbc00 !important;
      border: 0;
  }
  
  .topOfCheckotu .nav__item a label{
      display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  }
  
  .topOfCheckotu .nav__item a label i{
  margin-left: 10px;
  }
  
  .mainCheckOutBox .panel-success{
      border: 0;
  }
  
  .checkOutLogin{
      margin-top: 25px;
  }
  
  .loginBtnCheckout{
      width: 100%;
      padding: 0 25%;
  }
  
  /* store (END) */
  
  /* Product Grouped Home */
  
  .head_content{
      color: #323232;
  }
  
  .priceGroupedMember{
      text-align: center;
  }
  
  .tail_content{
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
  }
  
  /* Product Grouped Home (END) */
  
  /* product Advance */
  
  .stock_content_single {
    float: right;
  }
  
  .similar_products .prd_f{
    width: 100%;
  }
  
  .specialListMainBox{
    /* width: 30px; */
    background-color: #00ccd6;
    position: absolute;
    z-index: 9;
    left: 4%;
    top: 8%;
    /* transform: translateY(-20%); */
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* writing-mode: sideways-lr;
    text-orientation: mixed; */
    padding:0 10px;
  }
  
  .list-product-special .special-title{
    display: flex;
    justify-content: center !important;
    font-size: 14px;
    color: red;
    padding-right: 10px;
  }
  
  .list-product-special .countdown.show .running timer{
    font-weight: 100;
    color: #000;
  }

  .list-product-special .countdown .running .labels{
      color: #000;
      font-size: 14px;
  }

  .list-product-special .countdown .running .labels span:first-child{
    margin-right: 20px;
    margin-left: 8px;
  }

  .list-product-special .countdown .running .labels span:last-child{
    margin-right: 0;
  }
  
  
  /* product Advance (END) */
  
  /* special product */
  
  #specialSlider .prd_col .product_single{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
  }
  
  #specialSlider .prd_col .product_single img{
    /* width: 100%; */
  }
  
  /* special product (END) */
  
  
  /* Footer */
  
  .copyRightText{
      color: #111;
      text-align: center;
      margin: 20px auto;
  }
  
  /* Footer (END) */
  
  



/* Menu */

.menuClass1 img,
.menuClass1 .menuTooltipe{
  display: none;
}

.menuClass1 ul{
  display: none;
  background-color: #fff;
}

.menuClass1>a{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.menuClass1:hover>ul{
  /* display: block; */
}

.menuClass1 i{
    transition: all .5s ease;
}

/* Menu (END) */

.topheaderbox{
    width: 100%;
    float: right;
    /* background-color: var(--headerBg); */
    position: relative;
    z-index: 999;
}

.telintopNav{
    background-color: #2d4e7b;
    padding: 10px;
    margin: 0 10px;
}

.telintopNav a{
    color: #fff;
}

.resHelperMenu{
    display: flex;
    align-items: center;
}

/* Cart */

.cart-product{
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;

}

.cart-newPriceMain,
.cart-oldPriceMain{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-countShow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-oldPrice {
    /* width: min-content; */
    position: relative;
    display: inline-block;
}

.cart-oldPrice::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: red;
    transform: rotate(10deg);
}

/* Cart (END) */


/* store */


#basket_content::-webkit-scrollbar {
    width: 15px;
    border-radius: 8px;
  }
  #basket_content {
    scrollbar-width: 15px;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  #basket_content::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  #basket_content::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
  }
  

#show_basket_icon:hover *{
    color: #ffcb00;
  }
  
  .checkout-table{
      overflow-x: auto;
  }
  
  #basket_content{
    max-height: 550px;
    overflow-y: auto;
  }
  
  .cart-product{
      transition: all .5s ease;
  }
  
  .cart-product:hover{
      background-color: #f7f5f5;
  }
  
  .cart-thumb{
      width: 70px;
      border: 1px solid #000 ;
      display: block !important;
      padding: 5px;
      margin-left: 10px;
  }
  
  .cart-title,
  .cart-count,
  .cart-price{
    flex: 25%;
  }
  
  .cart-count{
    flex: 0%;
    justify-content: flex-end;
    display: flex;
  }
  
  .cart-price{
    flex: 0%;
    text-align: left;
  }
  
  .cart-remove{
      display: none;
      margin-right: 15px;
  }
  
  .cart-remove i{
      color: #d40606 !important;
  }
  
  .customStore{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-left: 35px;
      margin-top: 40px;
  }
  .CS-miniDiv{
      display: flex;
  }
  .CS-miniDiv > div {
      margin-left: 15px;
  }
  
  .rahcode-form{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .rahcode-form form{
      width: 40% !important;
      float: left !important;
      padding-left: 35px;
  }
  
  .rahcode-form form .btn-info{
      background-color: var(--mainColor);
      color: #fff !important;
  }
  .guideTextRahcode{
      width: 55%;
      float: right;
      line-height: 1.5;    
  }
  
  .basket_title i.closeCart{
      float: left;
      color: red !important;
      cursor: pointer;
      margin-right: 25px;
  }
  
  .continueShop a{
      color: #fff !important;
      background-color: var(--mainColor);
  }
  
  .parsley-required{
      margin-top: 10px;
  }
  
  .checkout-form__row label{
      color: #012e55 !important;
  }
  
  .panel-body div{
      /* width: 100%; */
      margin: 10px 0;
  }
  
  .panel-success > .panel-heading{
      background-color: #f0f0f0;
      color: #004373;
  }
  
  .checkOutLogin .form-control{
      /* border-color: #004682 !important; */
      box-shadow: none;
      /* #004373 */
  }
  
  .checkOutLogin .btn-default{
      
      border-color: #fff !important;
  }
  
  .checkOutLogin .btn-success{
      background-color: #ffbc00 !important;
      border: 0;
  }
  
  .topOfCheckotu .nav__item a label{
      display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  }
  
  .topOfCheckotu .nav__item a label i{
  margin-left: 10px;
  }
  
  .mainCheckOutBox .panel-success{
      border: 0;
  }
  
  .checkOutLogin{
      margin-top: 25px;
  }
  
  .loginBtnCheckout{
      width: 100%;
      padding: 0 25%;
  }
  #basket_content{
      width: 60vw ;
  }

  ul.cart-product {
      font-size: 14px;
      transition: all .5s ease;
      padding: 10px 35px;
}
  .cart-product {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #cecece;
        margin-bottom: 5px;
}
  
  /* store (END) */

/* underTopnavmain */

.underTopnavmain{
    width: 100%;
    height: 90px;
    float: right;
    display: flex;
    position: relative;
    align-items: center;
    /* background-image: url(../../upload/image/bg.png); */
    background: #051d72;
    background-size: 100%;
    background-position: center;
    /* padding: 20px 0; */
    /* margin-bottom: 20px; */
}

.mainBox2Header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.SBNH_logo{
    float: right;
    background-color: #2e3440;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
}
 
/* .serachBoxNewHeader{
    width: 60px;
    overflow: hidden;
    height: 46px;
    transition: all .5s ease;
} */

.serachBoxNewHeader{
    margin-left: 10px;  
}

.loginAndRegisterTop{
    color: #fff;
    margin-right: 10px;
}

.loginAndRegisterTop a{
    color: #000;
}

.searchHeaderbox form{
    width: 100%;
    background-color: #fff;
    transition: all .5s ease;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px;
    padding-left: 0;
}

.searchHeaderbox form:hover{
    /* width: 242px; */
}

.searchHeaderbox form fieldset{
    width: 100%;
}

.searchInres{
    width: 70px;
    height: 42px;
    float: right;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.serchBodySmall{
    width: calc(100% - 80px);
    float: left;
}

.telOnHeder{
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    border-radius: 40px;
    transition:all .5s ease;
    margin-left: 15px;
}

.telOnHeder span:nth-child(1){
    width: 42px;
    height: 42px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telOnHeder span:nth-child(2){
    float: left;
    width: calc(100% - 52px);
    height: 100%;
    display: flex;
    align-items: center;
}

.telOnHeder:hover{
    width: 150px;
}

a#show_basket_icon{
    /* background-color: #40b73f; */
    border: 2px dashed #425a7b;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
}

.openSerchWidth{
    width: 250px !important;
}

.menuMainBox{
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-right: 0;
}

.innerHeaderBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.HeaderLogo{
    padding-right: 0;
}

.headerMenu2{
    margin: 0;
}

.authBox{
    width: 140px;
    display: none;
    background-color: #fff;
    border-radius: 7px;
    position: absolute;
    left: 0;
    color: #000;
    padding: 10px;
}

/* END underTopnavmain */

.product_container  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px){
    .product_container {
        width: 758px;
    }
}
@media screen and (min-width: 992px){
    .product_container {
        width: 982px;
    }
}
@media screen and (min-width: 1200px){
    .product_container {
        width: 1190px;
    }
}
@media screen and (min-width: 1440px){
    .product_container {
        width: 1430px;
    }
}
@media screen and (min-width: 1680px){
    .product_container {
        width: 1670px;
    }
}

/* Header */

.productMenubtn{
    float: right;
    color: #000;
    cursor: pointer;
    font-size: 25px;
    cursor: default;
}

.subProduvtMenuBox{
    /* width: 75vw; */
    width: 150px;
    display: block;
    position: absolute;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 10px;
    transition: all .5s ease;
    top: 40px;
}

.testMEnu{
    position: static;
}

.testMEnu:hover .subProduvtMenuBox{
    opacity: 1;
    visibility: visible;
}

.productMenuBox{

}

.xBgColor .container-fluid{
    position: relative;
}

li.menuClass>a{
    width: 50%;
}

.searchFormInHeader{
    display: flex;

}

.headderTopBox{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.headderTopBox .col-sm-8{
    display: flex;
    justify-content: flex-end;
}

.authIcon{
    font-size: 21px;
    cursor: pointer;
}


/* Header (END) */


/* SLIDER */
.maindivSlider{
    width: calc(100% - 90px);
    overflow: hidden;
    position: relative;
    margin: auto;
}

#slider .item {
    position: relative;
}
#slider img{
    width: 100%;
    /* height: 100%; */
    height: auto;
    border-radius: 10px;
}
#slider .carousel-caption{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background-color: rgba(0,0,0,.2);
    overflow: hidden;
}

#slider .carousel-caption h3{
    font-size: 30px;
    margin-bottom: 30px;
}

#slider .carousel-caption span{
    font-size: 26px;
}

#slider .owl-nav{
    /* position: absolute;
    top: 50%;
    width: 100%; */
}

#slider .owl-nav [class*="owl-"]{
    background: #fff;
    font-size: 20px;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

#slider .owl-nav .owl-prev{
    right: 15px;
}

#slider .owl-nav .owl-next{
    left: 15px;
}

#slider .item .carousel-caption > div {
    transform: translateY(200%);
    opacity: -1;
    transition: all 1s ease;
}

#slider .active .item .carousel-caption > div {
    transform: translateY(0%);
    opacity: 1;
}

.showmoreinslider{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
}

.showmoreinslider a{
    width: auto;
    border:1px solid #f7992b;
    color: #f7992b;
    padding: 11px 22px;
    float: right;
    transition: all.5s ease-in-out;
    margin: 50px 0;
}

.showmoreinslider a:hover{
    color: #fff;
    background-color: #f7992b;
}

#slider .owl-stage{
    /* display: flex; */
}

#slider .owl-stage .owl-item{
    /* display: flex; */
    float: right;
    /* height: 100%; */
}


/* END SLIDER */

/* Special Product */

.special-products-part .grouped_item{
    overflow: hidden;
    padding: 0;
    padding-top: 15px;
}

.HGLatestProSpe{
    line-height: 2;
}

#specialSlider .owl-nav .owl-prev{
    right: -6px;
}

#specialSlider .owl-nav .owl-next{
    left: -6px;
}

#specialSlider .owl-dots{
    display: none;
    
}

#specialSlider .owl-dots .owl-dot{
    background-color: #f8f9fd;
    line-height: 1.5;
    transition: all .5s ease;
    padding: 15px;
}

#specialSlider .owl-dots .owl-dot.active{
    background-color: #fff;
    box-shadow: 0 4px 20px 0 #bfc1d2;
}

.sidebargpItemSpe .product_single{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.countdown .running{
    color: #00a350;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.countdown .running timer{
    direction: ltr;
    font-weight: 600;
}
.countdown .running timer span{
    margin: 0 20px;
}

.countdown .running .labels{
    display: flex;
    flex-direction: row-reverse;
}

.countdown .running .labels span{
    margin: 0 15px;
}

.HGLatestProSpeBTN{
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #ffd02b;
    border-radius: 7px;
    transition: all .5s ease;
    padding: 10px 20px;
    margin: 15px 0;
}

.HGLatestProSpeBTN:hover{
    opacity: .7;
}


.specialBanner{
    margin-top: 21px;
    padding-left: 0;
}

.specialBanner img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}


/* Special Product (END) */


/* BANNER HOMEPAGE */

.bannerHomePage{
    margin: 15px 0;

}

.bannerHomePage img{
    border-radius: 10px;

}

/* END BANNER HOMEPAGE */

/* HomePageGroup */

.HomePageGroup{
    padding:0 30px;
}

/* HomePageGroup (END) */

/* HOMEPAGE_GROUPED */

.grouped_item{
    background-color: #fff;
    border: 1px solid #eceff4;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
}

.groupHTitle{
    /* width: 100%; */
    width: auto;
    float: right;
    position: relative;
    box-shadow: 10px 14px 31px -16px #c6c9d5;
    padding: 15px;
}

.groupHTitlemin{
    float: right;
    box-shadow: 10px 14px 31px -16px #c6c9d5;
    position: relative;
    padding-right: 20px;
}

.groupHTitlemin::before{
    content: " ";
    background-color: #ffb520;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 8px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 8px;
}

.productHomePageMembers .owl-stage-outer{
    width: 100%;
}

.productHomePageMembers1 .owl-stage-outer{
    width: 100%;
}

.HGPrice{
    color: #000;
    text-align: center;
}


/* END HOMEPAGE_GROUPED */

/* SUB FOOTER */

.subFooterMain{
    margin: 15px 0;
}

.subFooterUl{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.subFooterUl li{
    display: flex;
    align-items: center;
}

.subFooterUl li span{
    margin: 0 5px;
}

.subFooterUl li span>img{
    width: 36px;
    height: 36px;
}


/* END SUB FOOTER */

/* TOOLTIPS */

 /* Tooltip container */
 .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  } 


/* END TOOLTIPS */

/* SOCIAL FOOTER */

.socialAndContactUs{
    width: 100%;
    float: right;
    /* padding-right: 15px; */
    margin: 20px 0;
}

.FooterContactUs{
    text-align: center;
    line-height: 1.6;
    margin: 5px 0;
}

.FooterContactUs a{
    color: #000;
}

.titleFooterSocial{
    text-align: center;
}

.FooterSocial{
    width: 100%;
    float: right;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.socialIcon{
    float: right;
    margin: 0 0 0 15px;
    font-size: 29px;
}

.socialIcon a{
    color: #9ca0ab;
    transition: all .5s ease;
}

.socialIcon a:hover{
    color: #4a4a4a;
}


/* END SOCIAL FOOTER */

/* MAIN FOOTER */

.mainfooter{
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
}

.footerLogoNamad{
    display: flex;
    justify-content: space-around;
}

.footerLogoNamad li{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f2f6;
    border-radius: 10px;
    padding: 15px;
}

.FooterMenuAndOther{
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
    margin: 15px 0;
}

/* END MAIN FOOTER */

/* SLIDE RESPONSIVE MENU */

#parentMySlideNav{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.iconResMenu{
    display: none;
    float: right;
    color: #fff;
    margin-top: 22px;
    margin-right: 20px;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f57f20;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    /* margin-left: 50px; */
  }
  
  .sidenav .closebtn:hover {
    color: red;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


.navres{
    width: 18px;
    height: 18px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #eaf5ff;
    color: #0068c5;
    border-radius: 5px;
    padding: 4px;
    margin-left: 7px;

}


/* END SLIDE RESPONSIVE MENU */

/* product Latest */

.product_single{
    color: #111;
    line-height: 1.5;
}

.product_single .img-part{
    position: relative;
}

.product_single .img-part .votes{
    color: var(--headerColor);
}

.product_single .img-part .img_2{
    position: absolute;
    top: 20px;
    opacity: 0;
    transition: all .5s ease;
}
.product_single:hover .img-part .img_2{
    opacity: 1;
}

.HGLatestPro .product_name,
.HGLatestPro .discount_content,
.HGLatestPro .empty_stock{
    margin: 10px 0;
}

/* product Latest (END) */


.ressearchHeader{
    width: 30px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    display: none;
    cursor: pointer;
    margin-right: 10px;
}

.resSearchIcon{
    font-size: 35px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    position: absolute;
    left: 21%;
    cursor: pointer;
    display: none;
    background: #fff;
}

.owl-nav.disabled{
    /* display: none !important; */
}

.maindivSlider  .owl-nav.disabled{
    display: block !important;
}

.rvkpRes{
    display: none;
    text-align: center;
    margin: 15px 0;
}

.HeaderLogoRes{
    display: none;
}

.resOtherMenu{
    width: 100%;
    float: right;
    display: none;
    background-color: #f57f20;
    padding: 15px 0;
    margin-top: -1px !important;
    margin-bottom: 15px;
}

.copyRightText{
    margin-bottom: 20px;
}

.trRotate180{
    transform: rotate(180deg);
}

.footerDetailPersonal{
    width: 100%;
    float: right;
    margin-top: 15px;
}

.specialCardCheck{
    background-color: rgba(255, 248, 145,.8);
    position: absolute;
    top: 0;
    border-radius: 0 0 15px 15px;
    padding: 7px 0;
    margin: 10px 0;
}

.owl-theme .owl-nav [class*="owl-"]{
    margin-left: 0;
    margin-right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background: #f6f7fb;
    color: #0093cc;
    text-decoration: none;
}

.other_images .owl-nav{
    display: none !important;
}

.grouped_member_content_price{
    text-align: center;
    color: #051d72;
    margin-top: 10px;
}

.discount_content .price{
    color: #051d72;
}


  /* Responsive */
  
  @media screen and (max-width:999px) {
  
    #basket_content{
        left: -20vw;
        width: 94vw;
    }
    
    .rahcode-form form{
        width: 100% !important;
    }

    .cart-price {
        flex: 20%;
    }

    .mainCheckOutBox{
        width: 95%;
        margin: auto;
    }

    .tblTotal{
        width: 200%;
        max-width: 200%;
    }

    .summary{
        overflow:hidden;
        background-color: #fff;
        border-color: #5cb85c;
        padding: 10px !important;
    }

    .nav__item.active a{
        background-color: #7e7e7e !important;
        color: #fff !important;
    }

    .topOfCheckotu .nav__item.active a{
        background-color: #004382 !important;
        color: #fff !important;
    }

    .list-group-item.active{
        border-color: #ccc !important;
    }

    .list-group-item.active > label{
        background-color: #e4e4e4 !important;
        color: #000 !important;
    }

    .tblOrder tr{
        margin: 10px 0;
    }

    .checkout-form__row .form-control{
        height: 40px;
    }

    .itemSlider{
        flex-direction: column;
    }

    .boxOnSlide{
        width: 100%;
        opacity: 1;
        border-radius: 0 0 10px 10px;
        position: relative;
        margin: 0;
    }

    #slider .owl-nav .owl-next,#slider .owl-nav .owl-prev{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-menu .container::before,
    .nav-menu .container::after,
    .top-header .container::before,
    .top-header .container::after{
        content: unset;
    }

    .top-header .container{
        justify-content: space-between;
    }

    .headerContactUs{
      display: none !important;
    }

    .resShowDetailOnHeader{
      display: block;
    }

    .topNavMenuHelp{
      padding-left: 0px;
      float: left;
      margin-left: -25px;
    }

    .headerTel{
      justify-content: center;
      color: #fff;
    }

    .resMenuBTN{
        display: block;
      }

    .headerAddress {
        display: none;
    }

    ul.topNavMenu.num2{
        position: relative;
    }

    .uesrBoxInHeader{
        left: 10px;
    }

    li.menuClass1:hover > ul{
        display: none;
    }

    #mySidenav ul .menuClass1 ul{
        /* background-color: #fff; */
      }
      
      #mySidenav ul .menuClass1 ul a  {
        /* background-color: #fff; */
        font-size: 15;
        color: #000;
        font-weight: 100;
      }
      
      #mySidenav ul .menuClass1 ul li{
        border-bottom: 1px solid #ccc;
        transition: all .5s ease;
        padding-right: 10px;
      }
      
      #mySidenav ul .menuClass1 ul li:hover{
        background-color: #ccc;
      }

      .b-wrapper {
        font-size: 1.1em;
        align-items: center;
        display: flex !important;
        position: relative;
        opacity: 1;
        color: #fff;
        margin-top: 20px;
    }

    .b-wrapper a{
      width: 100%;
      text-align: center;
      color: #fff;
    }

      .sidebargpContainer{
        height: auto !important;
      }

      .sidebargpItem:hover .b-wrapper {
        margin-top: 20px;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        background-color: transparent;
        opacity: 1;
      }

      .menuVerticalInRes{
        background-color: #001b2e;
        width: 100%;
        float: right;
        display: none;
        font-size: 14px;
        padding: 20px 10px;
        margin: 0;
      }
      #headerMenuSticky.stickyMenu .menuVerticalInRes{
        display: block;
        animation: menuAnimation 1s;
      }

      #mySidenav ul li ul li ul li:hover {
        background-color: var(--headerColor);
      }
      #mySidenav ul li ul li ul li:hover > a {
        background-color: var(--headerColor);
      }

      .customStore{
        align-items: center !important;
        padding: 0 !important;
      }

      #compare-buttons-part{
        justify-content: center;
      }

      .compare-selected{
        width: calc(50% - 6px);
        min-width: unset !important;
        max-width: unset !important;
      }

      .special{
        width: 95% !important;
        float: unset !important;
        margin: auto;
      }

      .product_vote{
        text-align: center;
      }

      .params_full{
        text-align: center;
      }

      p.prd_option{
        justify-content: center;
      }

      .sp > ul > li{
        flex-direction: column;
      }

      .sp > ul > li > p.n{
        min-width: unset;
      }

      .product_advance_order_by > div{
        margin-top: 70px;
      }

      .mobile_option.fix_to_top{
          width: calc(100% - 30px);
      }

            
      .mobile_option > button{
        width: 100%;
        background-color: #333 !important;
        color: #fff !important;
      }

      .mobile_option > button.show_order{
        margin-left: 0;
        margin-right: 5px;
      }

      .mobile_option > button > i{
        color: #fff !important;
        right: 15px;
      }

      .prd_col .product_single{
        flex-direction: column;
      }

      .special-products-part{
        height: auto !important;
      }

      .remained_time{
        width: 100% !important;
      }

      .product_single .content>.product_name{
        height: auto !important;
        margin-top: 50px !important;
      }

      .products .product_single .content>.product_name{
        margin-top: 10px !important;
      }

      .compare.btn{
        margin: 15px auto;
      }

      .votes{
        left: unset;
      }


      

      .rvkp {
        text-align: center;
      }


}

/* Responsive (END) */


@media screen and (max-width:991px){

    .copyRightText{
        color: #000;
    }

    #mySidenav > ul > li{
        border-bottom: 1px dashed #000;
    }

    .menuClass1 ul li{
        border-bottom: 1px solid #ccc ;
        margin-right: -15px;
padding-right: 15px;
    }


    li.menuClass > a {
        width: 100%;
    }

    .menuClass1 ul{
        background-color: #fafafa;
    }

    .resOtherMenu{
        /* display: block; */
    }

    .headderTopBox{
        display: none;  
    }

    .authBox{
        left: unset;
    }

    .navigation ul li a span{
        min-width: auto;
    }

    #basket_content{
        right: unset;
        /* left: -110px */
    }

    #slider{
        margin-top: 41px;
    }

    #slider .owl-nav{
        top: 35%;
    }
    #slider .owl-nav [class*="owl-"]{
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .resSearchIcon{
        display: block;
    }

    .iconResMenu{
        display: block;
        margin-top: 10px;
        margin-right: 0%;
    }

    .navigation ul{
        display: flex;
        justify-content: center;
    }
    

    .searchHeaderbox{
        display: none;
        position: absolute;
        background: #051d72;
        width: 100%;
        z-index: 2;
        height: 100%;
        align-items: center;
    }

    .mainBox2Header{
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .resHelperMenu{
        display: flex;
        align-items: center;
        order: -1;
    }

    .HeaderLogo {
        display: none;
        text-align: center;
        margin: 15px 0;
    }

    .HeaderLogo img{
        width: 120px;
    }

    .HeaderLogoRes{
        width: 120px;
        display: block;
    }

    .underTopnavmain {
        height: auto;
        align-items: start;
        justify-content: space-between;
        background-image: url(../../upload/image/bgmobile.png);
        padding: 10px 0;
        margin-bottom: 0;
    }

    .innerHeaderBox{
        width: 100%;
        flex-direction: column;
    }

    .menuClass1 ul {
        padding-right: 18px;
    }
    
    
    a#show_basket_icon{
        width: auto;
        border: none;
        display: block;
    }

    a#show_basket_icon span:first-child{
        display: none;
    }

    .searchHeaderbox form {
        /* display: none; */
    }

    .sidebargpItemSpe .product_single{
        flex-direction: column; 
    }

    #specialSlider .owl-dots{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    #specialSlider .owl-dots .owl-dot{
        flex: 50%;
    }

    .specialMainBox{
        display: flex;
        flex-direction: column;
    }    

    .specialBanner{
        padding-left: 15px;
    }


    .subFooterUl {
        /* flex-flow: column; */
        text-align: center;
    }

    .subFooterUl li {
        flex-flow: column; 
        margin: 10px;
    }

    .subFooterUl li span {
        width: 100%;
        margin: 5px 0;
        font-size: 14px;
    }

    .socialAndContactUs {
        text-align: center;
    }

    .FooterContactUs {
        margin: 15px 0;
    }
    
    .FooterMenuAndOther {
        flex-flow: column;
        display: none;
    }
    
    .FooterMenuAndOther .rvkp{
        margin: 15px 0;
    }

    .bannerHomePage div{
        margin: 10px 0;
    }

    .mainfooter {
        flex-flow: column;
        display: none;
    }

    .footerLogoNamad li {
        margin: 5px;
    }

    .footerLogoNamad {
        margin: 10px 0;
    }

    .navigation {
        margin: 10px 0;
    }

    .FooterSocial{
        float: unset;
        margin-bottom: 20px;
    }

        
    .ressearchHeader{
        display: block;
        order: -2;
    }

    .resFooterMargin{
        margin-bottom: 50px;
    }

    .rvkp{
        display: none;
    }

    .rvkpRes{
        display: block;
        width: 100%;
        float: right;
    }


}