:root{
    --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;
}

/* Side Nav */

.sidenav {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    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;
    display: block;}
    .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 > a > span {
    background-color: var(--headerColor) !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: #002844;
    border-radius: 15px;
    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: #fff !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{
  font-size: 17px;
  color: #a5a5a5;
  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 !important;
    align-items: center;
    color: #fff;
}
@media screen and (max-width:768px) {
  .menu2Main{
    display: none;
  }
  .btnMainSideMenu {
    display: none !important;
  }
  .topNavMenuHelp{
    margin-right: 109px;
  }
}

.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;
  }



  #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 #000;
  }
  .menu>ul>li{
      border-bottom:0;
  }

  .top-header{
    position: relative;
    /* z-index: 99999999; */
  }

  .resShowDetailOnHeader{
    display: none;
  }

  .menuVerticalInRes{
    display: none;
  }

  .headerContactUs{
    width: 84%;
  }

  .loginModalHeader{
    width: 100%;
    float: right;
    text-align: center;
  }

  .loginModalHeader input{
    width: 150px !important;
    background-color: #002844 !important;
    border-radius: 35px !important;
    border: 1px solid #ccc !important;
    transition: all .5s ease;
  }

  .loginModalHeader input:hover{
    background-color: var(--headerColor) !important;
  }


  /* .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) */






/* 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: right !important;
  padding-right: 10px;
}

.list-product-special .countdown.show .running timer{
  font-weight: 100;
  color: #000;
}


/* product Advance (END) */

/* special product */

#specialSlider .prd_col .product_single{
  padding: 10px;
}

#specialSlider .prd_col .product_single img{
  width: 100%;
}

/* special product (END) */


/* Footer */

.copyRightText{
    color: #fff;
    text-align: center;
    margin: 20px auto;
}

/* Footer (END) */

/* profile */

.PCD-card{
  font-size: 13px;
  background-color: #f4f4f4;
  border-radius: 7px;
  transition: all .5s ease;
  padding: 0 10px;
  margin-bottom: 5px;
}

.PCD-card:hover{
  background-color: #e8e8e8;
}

.profileCardProduct .btn-primary{
  color: #8c8c8c;
  background-color: #e4e4e4;
  border-color: #ffffff;
  transition: all .5s ease;
}

.profileCardProduct .btn-primary:hover{
  background-color: #999;
  color: #fff;
}

.PCD-showfactor{
  background-color: #00825e;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  transition: all .5s ease;
  padding: 6px 20px;
  margin: 10px 0;
}

.PCD-showfactor:hover{
  background-color: #09a97d;
}

/* profile (END) */


/* Responsive */

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

    #basket_content{
        left: -1vw;
        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 > 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) */