/* Reset ================================================================================= */
* {
   margin: 0;
   padding: 0;
   outline: none;
   box-shadow: none;
}

body {
  font-family: 'IRANSANS';
   font-weight: 400;
   font-size: 15px;
   color: #505050;
}
a {
   text-decoration: none;
   background-color: transparent;
   color: inherit;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
   border: none;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
:hover,
:focus {
   outline: none;
}
a:focus {
   outline: none;
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
.none {
   display: none !important;
}
button:focus {
    outline: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 0 0;
   line-height: 1.35;
}
h1 {
   font-size: 20px;
   font-weight: normal;
}
h2 {
   font-size: 18px;
   font-weight: normal;
}
h3 {
   font-size: 16px;
   font-weight: normal;
}
h4 {
   font-size: 14px;
   font-weight: normal;
}
h5 {
   font-size: 14px;
   font-weight: normal;
}
h6 {
   font-size: 14px;
   font-weight: normal;
}

/* Forms */
form {
   display: inline;
}
fieldset {
   border: 0;
}
legend {
   display: none;
}
input{
  outline: none;
  box-shadow: none;
}
.btn.focus, 
.btn:focus{
  box-shadow: none;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
}

/* Table */
table {
   border: 0;
   border-collapse: collapse;
   border-spacing: 0;
   empty-cells: show;
   font-size: 100%;
}
caption,
th,
td {
   vertical-align: top;
   text-align: left;
   font-weight: normal;
}

/* Lists */
ul,
ol {
   list-style: none;
   margin: 0;
}

/* Global Styles ========================================================================= */
.header-wapper,
.header-top,
.header-middle,
.header-middle-data,
.main-header,
.banner-wrapper,
.agro-solution-wrapper,
.product-category-wrapper,
.trending-product-wrapper,
.brand-wrapper,
.client-wrapper,
.shipping-features-wrapper,
.footer-wrapper,
.brand-directory,
.footer-listing,
.cpywrite-wrapper,
.account-main-wrapper,
.account-details-wrapper,
.register-form-wrapper,
.product-main-wrapper{
   float: left;
   width: 100%;
}
.bg-green {
   background-color: #019FFF;
}
.txt-green {
   color: #019FFF;
}
.bg-blue {
   color: #132c4a
}
.txt-blue {
   color: #132c4a
}
.main-heading {
   border-bottom: 1px solid #d2d2d7;
   display: flex;
   margin-bottom: 40px;
   justify-content: space-between;
   align-items: center;
}
.main-heading h2, .main-heading h1{
   color: #132c4a;
   font-size: 32px;
   font-weight: 500;
   line-height: 70px;
   position: relative;
}
.main-heading h2::after, .main-heading h1::after {
   position: absolute;
   content: "";
   right: 0;
   bottom: 0;
   height: 3px;
   width: 111px;
   background-color: #ffae16;
}
.main-heading .view-btn {
  margin: 15px 0px 15px auto;
  border-radius: 4px;
  border: 1px solid #ffae16;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  transition: .5s ease-out;
  -webkit-transition:.5s ease-out;
  background: linear-gradient(to left, #ffae16 50%, #fff 50%) right;
  background-size: 203%;
}
.main-heading .view-btn:hover {
   background-position: left;
   color: #ffae16;
}
.pt-70 {
   padding-top: 20px;
}

.pb-70 {
   padding-bottom: 50px;
}
.pt-20 {
    padding-top: 30px;
}

.pb-20 {
    padding-bottom: 40px;
}
.bg_color {
   position: relative;
   z-index: 1;
}
.bg_color::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 332px;
   background-color: #DBF3FA;
   content: "";
   z-index: -1;
}
.btn{
    display: block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
}
/*all slider nav css*/
.owl-nav {
   height: 0;
}
.owl-nav button i {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   color: #979797;
   font-size: 24px;
   font-weight: 500;
   padding: 44px 15px;
   background-color: #fff;
   border-radius: 10px;
   border: 1px solid #EBEBEB;
}
.owl-carousel .owl-nav button.owl-next i {
   right: 0;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
}
.owl-carousel .owl-nav button.owl-prev i {
   left: 0;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
}
/* =================== header css =================== */
.header-top{
  background-color: #019FFF;
  padding:4px 0;
}
.header-top .header-topbar {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items:center;
  -ms-flex-align: center;
}
.header-topbar .left-content p {
  margin:0;
  font-size:16px;
  color:#ffffff;
  font-weight:400;
}
.header-topbar .right-content {
  display: -ms-flexbox;
  display: flex;
  align-items:center; 
  justify-content: end;
  -ms-flex-align: center;
}
.header-topbar .social-list {
  justify-content: end;
  align-items: center;
  display: flex;
  align-items:center;
  margin-right:40px;
  -ms-flex-align: center;
}
.header-topbar .social-list li + li {
  margin-left:15px;
}
.header-topbar .social-list li a {
  font-size:16px;
  color:#ffffff;
}
.header-topbar .user-items {
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  -ms-flex-align: center;
}
.header-topbar .user-items li + li {
  margin-right:10px;
}
.header-topbar .user-items li a {
  width:150px;
  height: 28px;
  line-height: 30px;
  border-radius:4px;
  font-size:14px;
  text-transform:uppercase;
  font-weight:500;
  display:block;
  text-align:center;
}
.header-topbar .user-items li.get-app-btn a, 
.header-topbar .user-items li.refer-btn a:hover{
	background-color:#0146bd;
	color:#ffffff;
} 
.header-topbar .user-items li.refer-btn a, 
.header-topbar .user-items li.get-app-btn a:hover{
	background-color:#ffffff;
	color:#019FFF;	
}
.header-middle{
  padding:8px 0;
}
.header-middle .header-middle-inner {
  display: -ms-flexbox;
  display: flex; 
  align-items:center;
  -ms-flex-align: center;
      -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-middle .header-middle-inner .search-area {
  margin:0 auto;
  width: 520px;
}
.header-middle .header-middle-inner .search-area .input-group .form-control{
  height:46px;
  border:1px solid #d2d2d7;
  box-shadow:none;
  color:#262626;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
    border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.header-middle .header-middle-inner .search-area .input-group .form-control:focus {
  border-color:#019FFF;
}
.header-middle .header-middle-inner .search-area .input-group .search-btn{
  width:46px;
  background-color:#019FFF;
  color:#ffffff;
  outline:none;
  border-color:#019FFF;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
}
.header-middle .header-middle-inner .search-area .input-group .search-btn:hover{
  background-color:#0146bd;
}
.header-middle .header-middle-inner .account-area{
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  -ms-flex-align: center;
} 
.account-area .user-cart a,
.account-area .user-account a {
  text-align:center;
  margin-left:15px;
  position:relative;
  display: block;
}
.account-area .user-cart a i,
.account-area .user-account a i{  
  font-size:18px;
  color:#019FFF; 
  height:50px;
  width:50px;
  border:1px solid #b7b7b7;
  background-color:#ffffff;
  display: flex;
  align-items: center;
  border-radius:50px;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account-area .user-cart a:hover i,
.account-area .user-account a:hover i{
  border-color:#019FFF;
  background-color:#019FFF;
  color:#ffffff;
}
.account-area .user-cart a span,  
.account-area .user-account a span{ 
  color:#132c4a;
  font-size:16px;
  font-weight:500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.account-area .user-cart a:hover span,
.account-area .user-account a:hover span {
  color:#019FFF;
}  
.account-area .user-cart a .count {
  height: 20px;
  width: 20px;
  background-color: #132c4a;
  color: #ffffff;
  display: block;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  position:absolute;
  right: 0;
  z-index:1;
}
.language-menu.dropdown .dropdown-toggle::after{
  content: "\f078";
  border: 0px;
  color: #019FFF;
  font-family: "FontAwesome";
  font-size: 12px;
}
/*.nav-item.dropdown > .dropdown-menu::before,*/
.language-menu.dropdown .dropdown-menu::before {
    position: absolute;
    content: "";
    width:20px;
    height:20px;
    background-color: #fff;
    /*border:2px solid #019FFF;*/
    border:1px solid rgba(0,0,0,.15);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -10px;
    left: 50%;
    z-index: -1;
    border-bottom-color: #ffffff;
    border-right-color: #fff;
} 
.language-menu.dropdown .dropdown-menu{
  min-width: 8rem;
} 
.language-menu.dropdown .dropdown-menu li a {
    font-size: 16px;
    font-weight:500;
    display: block;
    color: #019FFF;
    background-color: #ffffff;
    padding: 8px 20px;
}
.nav-item.dropdown > .dropdown-menu > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu,
.nav-item.dropdown > .dropdown-menu > .dropdown > .dropdown-menu,
.nav-item.dropdown > .dropdown-menu,
.language-menu.dropdown .dropdown-menu{
  display:block; 
  opacity: 0  ;  
  visibility: hidden; 
  margin-top:0;  
} 
/*.nav-item.dropdown > .dropdown-menu > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu,
.nav-item.dropdown > .dropdown-menu > .dropdown > .dropdown-menu,
.nav-item.dropdown > .dropdown-menu,*/
.language-menu.dropdown .dropdown-menu{
  top:80%; 
  transform: rotateX(-75deg); 
  -webkit-transform: rotateX(-75deg); 
  transform-origin: 0% 0%; 
  -webkit-transform-origin: 0% 0%; 
}
.nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.nav-item.dropdown:hover > .dropdown-menu,
.language-menu.dropdown:hover .dropdown-menu{
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity:1;
  visibility:visible; 
  top:115%; 
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.language-menu.dropdown:hover .dropdown-menu{
  top: 150%;
}
.nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu{
  top:0;
  left: 100%;
  margin-top: -1;
}
.nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.nav-item.dropdown > .dropdown-menu, 
.language-menu.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
.nav-item.dropdown > .dropdown-menu li a > .dropdown > .dropdown-menu li a > .dropdown > .dropdown-menu li a,
.nav-item.dropdown > .dropdown-menu li a > .dropdown > .dropdown-menu li a,
.nav-item.dropdown > .dropdown-menu li a{
    font-size: 16px;
    font-weight:400;
    display: block;
    color: #132c4a;
    background-color: #ffffff;
    padding: 8px 20px;
}
/*.nav-item.dropdown > .dropdown-menu li + li a > .dropdown > .dropdown-menu li + li a > .dropdown > .dropdown-menu li + li a,*/
/*.nav-item.dropdown > .dropdown-menu li + li a > .dropdown > .dropdown-menu li + li a,*/
/*.nav-item.dropdown > .dropdown-menu li + li a,*/
.language-menu.dropdown .dropdown-menu li + li a {
  border-top:1px solid rgba(0, 0, 0, 0.2); 
}
.nav-item.dropdown > .dropdown-menu li a:hover > .dropdown > .dropdown-menu li a:hover > .dropdown > .dropdown-menu li a:hover,
.nav-item.dropdown > .dropdown-menu li a:hover > .dropdown > .dropdown-menu li a:hover, 
.nav-item.dropdown > .dropdown-menu li a:hover,
.language-menu.dropdown .dropdown-menu li a:hover {
  background-color:#019FFF;
  color:#ffffff;
}
.nav-item.dropdown > .dropdown-toggle > .dropdown > .dropdown-toggle > .dropdown > .dropdown-toggle,
.nav-item.dropdown > .dropdown-toggle > .dropdown > .dropdown-toggle,
.nav-item.dropdown > .dropdown-toggle,
.language-menu.dropdown .dropdown-toggle {
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  -ms-flex-align: center;
  color:#132c4a;
  font-size:16px;
  font-weight:500;
}
.nav-item.dropdown > .dropdown-toggle i > .dropdown > .dropdown-toggle i > .dropdown > .dropdown-toggle i,
.nav-item.dropdown > .dropdown-toggle i > .dropdown > .dropdown-toggle i,
.nav-item.dropdown > .dropdown-toggle i,
.language-menu.dropdown .dropdown-toggle i{
  color:#019FFF;
  font-size:18px;
  padding-left: 6px;
}
.nav-item.dropdown > .dropdown-toggle::after > .dropdown > .dropdown-toggle::after > .dropdown > .dropdown-toggle::after,
.nav-item.dropdown > .dropdown-toggle::after > .dropdown > .dropdown-toggle::after,
.nav-item.dropdown > .dropdown-toggle::after,
.language-menu.dropdown .dropdown-toggle::after {
  border: 0;
  content:"\f107";
  font-family:fontawesome;
  color:#019FFF;
  font-size:16px;
}
.main-header .dropdown .dropdown-toggle::after {
   content: "\f078";
   border: 0px;
   /*color: #019FFF;*/
   font-family: "FontAwesome";
   font-size: 12px;
   /*right: 5px;*/
   /*position: absolute;*/
}
.nav-item.dropdown > .dropdown-menu li a:hover > .dropdown > .dropdown-menu li a:hover > .dropdown > .dropdown-menu li a:hover::after, 
.nav-item.dropdown > .dropdown-menu li a:hover > .dropdown > .dropdown-menu li a:hover::after, 
.nav-item.dropdown > .dropdown-menu li a:hover::after{
  color: #fff;  
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
} 

/*main header css*/
@-webkit-keyframes fadeInDown {
   0% {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0)
   }
   to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0)
   }
} 
@keyframes fadeInDown {
   0% {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0)
   }
   to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0)
   }
} 
.fixed {
    position: fixed;
    top:0; 
    left: 0;
    right: 0;
    width: inherit;
    width: 100%; 
    z-index: 9;
    background-color: #ffffff;
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 32%);
    -webkit-box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 32%);
    -webkit-animation: fadeInDown .5s forwards;
    animation: fadeInDown .5s forwards;
 }
.main-header nav.navbar {
   box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
   padding: 5px 15px;
   border-top: 2px solid #f1f5f6;
}
.main-header.fixed nav.navbar {
   box-shadow: none;
   -webkit-box-shadow: none;
   border:none;
}
.main-header .navbar-nav.left-menu .nav-item .nav-link{
      -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-header .navbar-nav.left-menu .nav-item{
   margin-right: 15px;
}
.main-header .navbar-nav.left-menu .nav-item:nth-child(1){
  margin-right: 0px;
}
.main-header .navbar-nav.left-menu .nav-item:nth-child(1) a{
  padding-right: 15px;
}
.megamenu .submenuarea h6.title,
.main-header .navbar-nav.left-menu .nav-item .nav-link {
   font-size: 16px;
   font-weight: bold;
   color: #132c4a;
   text-transform: uppercase;
   padding-right: 22px;
   padding-left: 0px;
}
.megamenu .submenuarea h6.title:hover,
.main-header .navbar-nav.left-menu .nav-item .nav-link:hover,
.main-header .navbar-nav.left-menu .nav-item .nav-link.active {
   color: #019FFF;
}
.main-header nav.navbar ul.right-menu li:nth-child(2) {
   /*padding-left: 10px;*/
}
.slicknav_nav  li .btn,
.main-header nav.navbar ul.right-menu li .btn {
   padding: 10px 20px;
   background-repeat: no-repeat;
   background-position: center center;
   font-size: 13px;
   font-weight: 700;
   font-style: italic;
   color: #fff;
   text-transform: uppercase;
}
.main-header nav.navbar ul.right-menu li .btn.brand_btn{
  margin-left: 10px;
}
.has-megamenu{
  position: relative;
}
.megamenu::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    /*border: 2px solid #019FFF;*/
    border: 1px solid rgba(0,0,0,.15);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -10px;
    left: 25%;
    z-index: -1;
    border-bottom-color: #ffffff;
    border-right-color: #fff;
}
.megamenu{
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    border:1px solid rgba(0,0,0,.15);
    margin-top: -10px !important;
}
.megamenu .megamenu-row{
  float: left;
  width: 100%;
  display: block;
  padding:20px 15px;
}
.megamenu .submenuarea{
    display: inline-block;
    width: 25%;
    float: left;
    margin-bottom:5px;
}
.megamenu .submenuarea h6.title{
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
}
.megamenu  ul li a{
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #132c4a;
    background-color: #ffffff;
}
.megamenu  ul li a:hover{
  color: #019FFF;
}
.slicknav_nav  li .btn.category_btn,
.main-header nav.navbar ul.right-menu li .category_btn {
   background: url(../../image/pic/category_btnbg.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
}
.slicknav_nav  li .btn.brand_btn,
nav.navbar ul.right-menu li .brand_btn {
   background: url(../../image/pic/brand_btnbg.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
}
.slicknav_nav  li .btn {
   color: #fff !important;
}
.mobile-row {
   display: none;
}
.mobile-bar{
   display: flex;
   align-content: center;
   justify-content: space-between;
   align-items: center;
   padding: 10px 0;
   border-top: 2px solid #f1f5f6;
}
.center-bar{
  padding: 5px 0;
}
.mobile-bar .left-bar{
   width: auto;
}
.mobile-bar .left-bar button{
    background-color: #019FFF;
    border: 1px solid #019FFF;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 4px;
    margin: 0;
}
.mobile-bar .center-bar{
   width: auto;
}
.mobile-bar .center-bar img{
   height: 50px;
}
.mobile-bar .right-bar{
   width: auto;
   display: flex;
   justify-content: flex-end;
}
.mobile-bar .right-bar a{
   display: inline-block;
    margin-right: 10px;
}
.mobile-bar .right-bar span.icone-border{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7b7b7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.mobile-bar .right-bar span i{
   color: #019FFF;
}
.mobile-bar .right-bar span i:hover{
   color: #132c4a;
}
.off-canvas-content-wrap .logo-section{
   padding: 15px;
}
.off-canvas-top-content .slicknav_menu .slicknav_nav > li:nth-child(1){
  border-top: 0px;
}
.slicknav_menu .slicknav_nav li ul li a{
  background-color: transparent;
}
.slicknav_menu .slicknav_nav li a{
   color: #132c4a;
   text-transform: capitalize;
   font-weight: 400;
   font-size: 16px;
   text-align: right;
}
.slicknav_menu .slicknav_nav li.slicknav_parent > .dropdown-toggle::after > li.slicknav_parent > .dropdown-toggle::after,
.slicknav_menu .slicknav_nav li.slicknav_parent > .dropdown-toggle::after{
   content: "\f078";
    border: 0px;
    color: #019FFF;
    font-family: "FontAwesome";
    font-size: 12px;
}
.slicknav_menu .slicknav_nav ul > li:last-child{
  border-bottom: 0px;
}
.slicknav_menu .slicknav_nav li ul li ul{
  background-color: #fff;
}
.slicknav_menu .slicknav_nav li.slicknav_parent > ul li.slicknav_parent a a{
  padding: 0;
}
.slicknav_menu .slicknav_nav > li.slicknav_parent.slicknav_open > a{
  padding-left: 15px;
}
.slicknav_menu .slicknav_nav > li.slicknav_parent.slicknav_open > ul > li > a{
  padding-left: 15px;
}
.slicknav_menu .slicknav_nav > li.slicknav_parent.slicknav_open > a > ul > li.slicknav_parent.slicknav_open > a > a{
  padding-left: 25px;
}
.slicknav_menu .slicknav_nav > li.slicknav_parent.slicknav_open > ul > li.slicknav_parent.slicknav_open > ul > li > a{
  padding-left: 25px;
}
.slicknav_menu .slicknav_nav > li.slicknav_parent.slicknav_open > ul > li.slicknav_parent.slicknav_open > ul > li.slicknav_parent.slicknav_open > ul > li > a{
  padding-left: 35px;
}
.slicknav_menu .slicknav_nav li a:hover{
   background-color: #019FFF;
}
.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close, 
.off-canvas-responsive-menu .off-canvas-content-wrap .btn-close{
   background-color: #019FFF
}
.slicknav_menu .slicknav_nav li ul li h6{
    font-size: 15px;
    padding: 15px 0 15px 40px;
    font-weight: 500;
    color: #132c4a;
}
.slicknav_menu .slicknav_nav li a .slicknav_arrow,
.slicknav_menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow{
   background-color: #132c4a;
}
.slicknav_menu .slicknav_nav li ul li a::before{
   content: none;
   border: 0px;
   color: #019FFF;
   font-family: "FontAwesome";
   font-size: 12px;
}
.slicknav_menu .slicknav_nav li ul li a:hover::before{
   color: #fff;
}
.slicknav_menu .slicknav_nav > li.slicknav_parent.slicknav_open a > li.slicknav_parent.slicknav_open a{
  padding-left: 15px;
}
.off-canvas-responsive-menu .off-canvas-content-wrap .btn-close:hover{
   background-color: #ffae16;
}
.logo-section .menu-logo{
   margin: 0 auto;
   text-align: center;
}
/*banner wrapper css*/

/*agro solution wrapper*/
.agro-solution-wrapper ul {
   display: flex;
   align-items: center;
   justify-content: space-around;
}
.agro-solution-wrapper ul li {
  text-align: center;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out
}
.agro-solution-wrapper ul li span {
   background-color: #019FFF;
   width: 120px;
   height: 120px;
       display: flex;
    align-items: center;
    justify-content: center;
   line-height: 120px;
   position: relative;
   border-radius: 30px;
   margin: 15px auto;
}
.agro-solution-wrapper ul li span img{
   position: relative;
   z-index: 2;
   width:70px;
   height:70px;
}
.agro-solution-wrapper ul li span::before {
   position: absolute;
   content: "";
   border: 4px dashed #a6d4f1;
   border-radius: 30px;
   width: 142px;
   height: 142px;
   top: -11px;
   left: -11px;
   right: -11px;
   bottom: -11px;
}
.agro-solution-wrapper ul li span:hover::before,
.agro-solution-wrapper ul li span:hover{
    background-color: #132c4a;
    -webkit-animation: spin 0.8s linear;
    -moz-animation: spin 0.8s linear;
    animation: spin 0.8s linear;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.agro-solution-wrapper ul li h3 {
   font-size: 32px;
   font-weight: 700;
   color: #132c4a;
   margin-top: 20px;
}
.agro-solution-img {
   position: relative;
   background-color: #f5f5f5;
   border: 4px solid #019FFF;
   border-radius: 30px;
   margin: 0 auto;
   text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.read-more-btn {
    display: none;
    border-radius: 4px;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    background: linear-gradient(to left, #ffffff 50%, #ffae16 50%) right;
    background-size: 201%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #ffae16;
    text-transform: uppercase;
    line-height: 2;
}
.read-more-btn:hover{
     background-position: left;
    color: #ffffff;
}
.agro-solution-img:hover{
   background-color: #b4b4b4;
}
.agro-solution-img:hover img{
   opacity: 0.7;
}
.agro-solution-img:hover .read-more-btn {
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
}
/*product categories wrapper css*/
ul.category-listing li {
   margin-bottom: 50px;
}
.category-box .category-imgarea{
   background-color: #ffffff;
   width: 100%;
   padding: 5px;
   border: 1px solid rgb(235, 235, 235);
   border-radius: 8px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.category-box .category-imgarea img{
   transition: all 0.5s ease 0s;
   -webkit-transition:all 0.5s ease 0s;
   margin: 0 auto;
   display: block;
}
.category-box:hover .category-imgarea img,
.category-box .category-imgarea:hover img{
   transform: scale(0.9);
}
.category-box .category-details{
    background-color:#019FFF;
    border: 1px solid #ebebeb;  
    width: 90%; 
    margin:-25px 5% 0 5%;
    border-radius: 8px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative; 
    -webkit-transition-property: color;
    transition-property: color; 
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
    cursor:pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    display:block; 
    overflow:hidden;
    text-align: center;
}

.category-box .category-details::before{
  content:""; 
  position:absolute; 
  z-index:-1; 
  top:0;  
  left:0; 
  right:0; 
  bottom:0;
  background-color:#019FFF; 
  -webkit-transform:scaleY(0); 
  transform:scaleY(0);
  -webkit-transform-origin:50% 100%;
  transform-origin:50% 100%;
  -webkit-transition-property:transform;
  transition-property:transform;
  -webkit-transition-duration:0.3s;
  transition-duration:0.3s;
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out;  
}   
.category-box:hover .category-details::before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  color: #ffffff;
}
.category-box .category-details a{
    font-size: 20px;
    line-height: 1.35;
    color: #ffffff;
    padding: 10px 0;  
    display: block;
}
.category-box:hover .category-details a{
  color: #fff;
}

/*trending product wrapper */
.client-slider,
.brand-slider,
.trending-product-slider {
   background-color: #fff;
   padding: 35px 75px;
   border: 1px solid #EBEBEB;
}
.product_box {
   border: 1px solid rgb(235, 235, 235);
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   position: relative;
   padding: 20px;
}
.product_box img.product_img {
   width: auto;
   max-height: 200px;
   height: 100%;
   padding-top: 10px;
   margin: 0 auto;
   transition: all 0.5s ease 0s;
   -webkit-transition:all 0.5s ease 0s;
}
.product_box:hover img.product_img{
   transform: scale(0.9);
}
.rightsidebar-inner.product-category-wrapper .product_box span.offprice-tag,
.product_box span.offprice-tag{
   position: absolute;
   left: 0;
   top: 0;
   background-color: #0146bd;
   color: #fff;
   padding: 5px;
   border-radius: 8px 0px 8px 0;
}
.product-details {
   padding: 20px 20px 0 20px;
}
.product-details p {
   font-size: 16px;
   color: #18D39E;
   margin-bottom: 0px;
   font-weight: 400;
}
.product-details h4 {
   font-size: 24px;
   color: rgb(19, 44, 74);
   font-weight: 500;
   text-transform: capitalize;
}
.product-details h6 {
   font-size: 16px;
   color: #18D39E;
   font-weight: 500;
   text-transform: uppercase;
}
/*brand wrapper css*/
.brand_box {
   border: 1px solid #EBEBEB;
   border-radius: 8px;
   background-color: rgb(255, 255, 255);
   margin-bottom:15px;
   height:142px;
}
.brand_box img{
  /*filter: grayscale(80%);*/
  width:100%;
  height:100%;
    border-radius: 10px;
}
.brand_box:hover{
  border:1px solid #019FFF;
}
.brand_box:hover img{
  filter: grayscale(0%);
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 12%);
}
/*client wrapper css*/
.client_box p {
   position: relative;
   font-size: 16px;
   color: rgb(89, 89, 89);
   line-height: 1.625;
   margin: 0px 10%;
   margin-top: 15px;
}
.client_box p::before {
   position: absolute;
   content: url("../../image/pic/left-quote.png");
   left: -12%;
   top: 0;
}
.client_box p::after {
   position: absolute;
   content: url("../../image/pic/left-quote.png");
   right: -12%;
   top: 0;
   transform: rotate(180deg);
}
.client_box .circle-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 20px auto;
}
.circle-wrapper .client-img {
  position: absolute;
  top: 0px;
  left:0px;
  padding: 5px;
  right: 0;
  bottom: 0;
}
.circle-wrapper .circle-border {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: content-box;
  border: 10px solid #019FFF;
  border-right-color: #132C4A;
  border-bottom-color: #132C4A;
}
.circle-wrapper:hover .circle-border {
  animation: spin 3s linear infinite;
}
.client_box h2 {
   font-size: 24px;
   color:#18D39E;
   line-height: 1.125;
   font-weight: 500;
}
.client_box span {
   font-size: 16px;
   color: #132C4A;
   line-height: 1.688;
   font-weight: 500;
}
.client-slider .owl-nav button i {
   color: #18D39E;
}
/*shiping features wrapper css*/
.shipping-features-wrapper ul {
   display: flex;
   justify-content: space-between;
   align-items: center;
   text-align: center;
}
.shipping-features-wrapper ul li {
   background-color: #ffae16;
   width: 32%;
   padding: 30px 0;
   display: flex;
   align-items: center;
   justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shipping-features-wrapper ul li:hover{
  /*margin-top: -20px;*/
}
/*.shipping-features-wrapper ul li:hover::before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}*/
.shipping-features-wrapper ul li:nth-child(2) {
   background-color: #18d39e;
}
.shipping-features-wrapper ul li:nth-child(3) {
   background-color: #132c4a;
}
.shipping-features-wrapper ul li p {
   position: relative;
   font-size: 16px;
   color: #fff;
   font-weight: 500;
   margin-bottom: 0px;
   padding-left: 10px;
}
/*footer*/
.footer-wrapper {
   background-color: #0c1f35;
   background: url("/image/catalog/f69a258c6d02c0d/footer-pattern.png");
   background-repeat: repeat;
   background-position: center center;
   padding: 50px 0;
   color: #fff;
}
.brand-directory {
   border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   padding-bottom: 40px;
   margin-bottom: 40px;
}
.brand-directory h2 {
  text-align: right;
   margin-bottom: 15px;
   font-size: 18px;
   color: rgb(241, 245, 246);
   font-weight: 500;
}
.brand-directory ul{
  text-align: right;
}
.brand-directory ul li {
  text-align: right;
   display: inline-block;
   position: relative;
   padding-right: 12px;
   font-weight: 400;
   font-size: 14px;
   -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-listing ul li a:hover,
.brand-directory ul li a:hover {
   color: #019FFF;
}
.brand-directory ul li::after {
   position: absolute;
   content: "|";
   padding: 0 6px;
}
.brand-directory ul li:last-of-type::after {
   content: none;
}
.footer-listing h2 {
  text-align: right;
   font-size: 28px;
   color: rgb(241, 245, 246);
   line-height: 0.964;
   font-weight: 500;
   margin-bottom: 30px;
}
.footer-listing ul.menu-item li {
  text-align: right;
   position: relative;
   font-size: 16px;
   line-height: 2.25;
   text-transform: capitalize;
   padding-right: 20px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -o-transition: padding .2s linear;
   -moz-transition: padding .2s linear;
   -webkit-transition: padding .2s linear;
   transition: padding .2s linear;
}
.footer-listing ul.menu-item li:hover::before{
   right: 15px;
} 
.footer-listing ul.menu-item li:hover{
   padding-right: 30px;
   color: #019FFF;
}
.footer-listing ul.menu-item li::before {
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%) rotate(180deg);
   /* -webkit-transform: translateY(-50%); */
   content: "\f054";
   color: #019FFF;
   font-family: "FontAwesome";
   font-size: 12px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}

.footer-listing .social-list {
    display: flex;
    display: -ms-flexbox;
    margin-top:40px;
    justify-content: end;
    gap: 15px;
}
/* .footer-listing .social-list li + li {
    margin-left:15px;
} */
.footer-listing .social-list li a {
    font-size:16px;
    color:#ffffff;
}
.google-play-btn {
   border-radius: 4px;
   background-color: #F5F5F5;
   padding: 5px;
   margin-top: 40px;
   display: inline-block;
}
/*cpywrite css*/
.cpywrite-wrapper {
   background-color: #019FFF;
   padding: 20px 0;
}
.cpywrite-wrapper ul {
   display: flex;
   justify-content: space-between;
}
.cpywrite-wrapper ul li {
   font-size: 16px;
   color: #fff;
   line-height: 1.688;
   font-weight: 500;
       -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cpywrite-wrapper ul li p {
   margin-bottom: 0px;
}
.cpywrite-wrapper ul li p.customer-care {
   position: relative;
   padding-left: 30px;
}
.cpywrite-wrapper ul li p.customer-care::before {
   position: absolute;
   content: url("../../image/pic/headphones.png");
   left: 0;
}
.cpywrite-wrapper ul li p a {
   color: #000;
}
.cpywrite-wrapper ul li p a:hover {
   color: #0c1f35
}
.cpywrite-wrapper ul li.payments-list {
   text-align: right;
}
.cpywrite-wrapper ul li.payments-list i {
   padding: 0 5px;
   font-size: 24px;
}
/*======================== category page css======================== */
.page-location{
	padding-top: 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d2d2d7;
	margin-bottom: 25px;
	display:flex;
}
.page-location ul{
        display: flex;
    align-items: center;
    gap: 10px;
}
.page-location ul li{
	display: inline-block;
	position: relative;
	color: #019FFF;
	padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.page-location ul li:nth-child(1){
	padding-left: 0;
}
.page-location ul li:last-of-type::after{
	content: none;
}
.page-location ul li.active{
	color: #132c4a;
}
.page-location ul li::after {
  position: absolute;
  content: "|";
  color: #ccc;
  right: auto;
  padding: 0 10px;
}
.product-category-wrapper .product-details{
	padding: 5px 10px 0 10px;
}
.product-category-wrapper .product_box{
	padding: 5px 0;
	text-align: center;
	margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.trending-product-wrapper .product_box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product-category-wrapper .product_box ul.product-cat,
.trending-product-wrapper .product_box ul.product-cat,
.product-category-wrapper .product_box ul.product-price,
.trending-product-wrapper .product_box ul.product-price{
	display: flex;
	align-content: center;
	justify-content: center;
    flex-wrap: wrap;
}
.product-category-wrapper .product_box ul.product-cat li,
.trending-product-wrapper .product_box ul.product-cat li,
.product-category-wrapper .product_box ul.product-price li,
.trending-product-wrapper .product_box ul.product-price li{
	position: relative;
	padding: 0 6px;
}
.product-category-wrapper .product_box ul.product-cat li marquee,
.trending-product-wrapper .product_box ul.product-cat li marquee,
.product-category-wrapper .product_box ul.product-price li marquee,
.trending-product-wrapper .product_box ul.product-price li marquee{
    line-height: 1;
}
.product-category-wrapper .product_box ul.product-cat li::after,
.trending-product-wrapper .product_box ul.product-cat li::after{
	position: absolute;
	content: "|";
	right: auto;
	padding: 0 3px;
}
.product-category-wrapper .product_box ul.product-cat li:last-of-type::after,
.trending-product-wrapper .product_box ul.product-cat li:last-of-type::after{
	content: none;
}
.product-category-wrapper .product_box ul.product-price li,
.trending-product-wrapper .product_box ul.product-price li {
	font-size: 16px;
}
.product-category-wrapper .product_box ul.product-price li span.org_price,
.trending-product-wrapper .product_box ul.product-price li span.org_price{
	text-decoration: line-through;
	color: #a1a1a1;
	font-weight: 400;
}
.product-category-wrapper .product_box ul.product-price li span.final_price,
.trending-product-wrapper .product_box ul.product-price li span.final_price{
	font-weight: 500;
	color: #132c4a;
}
.product-category-wrapper .product_box ul.product-price li.off-price,
.trending-product-wrapper .product_box ul.product-price li.off-price{
	font-weight: 500;
	color: #18d39e;
}
.product-buttonarea{
	display: flex;
	justify-content: center;
	margin: 10px auto; 
  flex-wrap: wrap;
  gap:10px;
}
.product-buttonarea a{
padding: 0 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-buttonarea a + a{
  margin-left: 12px;
  cursor:pointer;
}
.buy-now{
  color: #000;
  text-align: center;
  border:2px solid #ffae16;
  background-color: #ffae16;
  text-transform: uppercase;
}
.buy-now:hover{
	background-color: rgb(255, 255, 255);
	color: #ffae16;
}
.add-to-cart{
	color: #fff !important;
  text-align: center;
	border: 2px solid #204674;
	background-color: #204674;
  text-transform: uppercase;
}
.add-to-cart:hover,.add-to-cart--active{
	background-color: #fff;
	color: #204674 !important;
}
.product-category-wrapper .product_box span.offprice-tag{
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0146bd;
	font-size: 12px;
	padding: 2px 5px;
}
/*product slidebar css*/
.product-category-wrapper .category-sidebar .card{
	margin-bottom: 15px;
	border:1px solid #D2D2D7;
	background-color: #fff;
	border-radius: 10px;
}
.product-category-wrapper .category-sidebar .card .card-body,
.product-category-wrapper .category-sidebar .card .card-header{
	background-color: #fff;
	padding: 15px ;
}
.product-category-wrapper .category-sidebar .card .card-header{
  border-bottom: none;
}
.product-category-wrapper .category-sidebar .card .card-body{
   border-top: 1px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-category-wrapper .category-sidebar .card .card-header h5 button{
	padding: 0;
	font-size: 18px;
	color: #132c4a;
	text-align: left;
	font-weight: 500;
	text-decoration: none;
}
.product-category-wrapper .category-sidebar .card .card-header h5 button .arrow-icone{
	position: absolute;
	right: 15px;
}
.product-category-wrapper .category-sidebar [aria-expanded="true"] .fa:before {  
  content: "\f078"
}

.product-category-wrapper .category-sidebar  [aria-expanded="false"] .fa:before {
  content: "\f077"
}
.product-category-wrapper .category-sidebar .card .card-body ul li{
	display: flex;
	align-items: center;
	margin: 12px auto
}
.product-category-wrapper .category-sidebar .card .card-body ul li:nth-child(1){
	margin-top: 0px;
}
.product-category-wrapper .category-sidebar .card .card-body ul li span{
  font-size: 15px;
  color: #132c4a;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 12px;
}
.product-category-wrapper .category-sidebar .card .card-body ul li .peste-details{
	padding-left: 12px;
  display: flex;
  align-items: center;
  align-content: center;
}
.product-category-wrapper .category-sidebar .card .card-body ul li .peste-details img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.product-category-wrapper .category-sidebar .card .card-body ul li .peste-details span{
	padding-left: 10px;
}

/*================account page css ============= */
.account-details-wrapper{
}
/*slidebar css*/
ul.sidebar.nav{
  display: block;
}
ul.sidebar.nav li{
  display: block;
  padding: 10px 20px;
  border: 1px solid #D2D2D7;
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  background: linear-gradient(to left, #ffffff 50%, #132c4a 50%) right;
  background-size: 200%;
}
ul.sidebar.nav li a{
    display: inline-block;
    width: 100%;
}
ul.sidebar.nav li + li{
  border-top: 0px;
}
ul.sidebar.nav li.active,
ul.sidebar.nav li:hover{
  background-position: left;
  cursor: pointer;
}
ul.sidebar.nav li.active span,
ul.sidebar.nav li:hover span{
  color: #fff;
}
ul.sidebar.nav li span{
  color: #132c4a;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  -webkit-transition: .5s ease-out;
}
ul.sidebar.nav li i{
  padding-right: 8px;
  color: #019FFF;
}
.logout-btn{
  margin-top: 20px;
  width: 100%;
  border:1px solid #18d39e;
  background-color: #18d39e;
  padding: 10px 20px;
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
}
.logout-btn span{
  text-transform: capitalize;
  color: #ffffff;
}
.logout-btn i{
  padding-right: 8px;
  color: #ffffff;
}
.logout-btn:hover{
  background-color: #ffffff;
  color: #18d39e;
}
.logout-btn:hover i,
.logout-btn:hover span{
  color: #18d39e;
}
/*====== my profile tab css ======= */
form .form-group{
  margin-bottom: 30px;
}
.modal .modal-body form .form-group .label_txt,
form .form-group .label_txt{
  font-size: 16px;
  font-weight: 500;
  color: #405167;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  text-align:right;
}
.modal .modal-body form .form-group .inputfiled,
form .form-group .inputfiled{
  border: 1px solid #D8D8D8 !important;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: none !important;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #2d2a2a;
  /*width: 100%;*/
}
.modal .modal-body .inputfiled{
    border: 1px solid #D8D8D8 !important;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none !important;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #2d2a2a;
    /*width: 100%;*/
}
.modal .modal-body form .form-group .input-group .input-group-prepend .input-group-text,
form .input-group .input-group-prepend .input-group-text{
  background-color: #ffffff;
  color: #000;
}
.modal .modal-body form .form-group .input-group .inputfiled,
form .input-group .inputfiled{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*referral btn css*/
.referral-area{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.referral-code{
  position: relative;
  margin-right: 20px;
}
.referral-code span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color:#ffffff
}
.referral-btn .btn{
  background-color: #0146bd;
  border: 1px solid #0146bd;
  padding: 13px;
}
.referral-btn .btn:hover{
  background-color: #ffffff;
  color: #0146bd;
}
/*submit btn*/
.btn.submit-btn{
    padding: 10px 35px;
    border: 1px solid #ffae16;
    background-color: #ffae16;
}
.btn.submit-btn:hover{
    background-color: #ffffff;
    color: #ffae16;
}

/*address book css*/
.address-book-listing ul li{
  display: flex;
  justify-content: center;
}
.addnew-address{
  border:1px solid #D2D2D7;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.addnew-address span{
  font-size: 14px;
  font-weight: 500;
  color: #132c4a;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0;
  display: block;
}
.address-book-listing ul li .address-boxarea{
  border:1px solid #D2D2D7;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.address-boxarea h2{
  font-size: 20px;
  color: #132C4A;
  font-weight: 500;
}
.address-boxarea p{
  font-size: 14px;
  font-weight: 400;
  color: #585858;
}
.address-boxarea ul.address-action{
  text-align: right;
}
.address-boxarea ul.address-action li{
  display: inline-block;
}
.address-boxarea ul.address-action li ~ li{
  padding-left: 10px;
}
.address-boxarea ul.address-action li .edit-btn{
  color: #ffae16;
}
.address-boxarea ul.address-action li .delete-btn{
  color: #18d39e;
}

/*all model css*/
.modal{
  padding: 0px !important;
}
.modal .modal-dialog .modal-content{
  padding: 42px;
  background-color: #ffffff;
  border:1px solid #F5F5F7;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.modal-header{
  border: none;
  justify-content: center;
  padding: 0;
}
.modal-header h4.modal-title{
  color: #03262c;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
}
.modal-header h4.modal-title::after{
  position: absolute;
  content: "";
  background-color: #ffae16;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100px;
  height: 2px;
}
button.close{
  width: 36px;
  height: 36px;
  line-height: 36px;
  opacity: 1;
  border-radius: 50%;
  background-color: #0146bd;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
  text-shadow: none;
}
button.close:hover{
  background-color:#019FFF;
  color: #ffffff;
}
.modal .modal-body form .form-group .label_txt{
  margin-bottom: 5px;
}
.modal .modal-body form .form-group{
  margin-bottom: 20px;
}
form .other-details,
.modal .modal-body form .other-details{
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
  display: block;
}
form .other-details a.link-area,
.modal .modal-body form .other-details a.link-area{
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 500;
  color: #36970e;
}
form .other-details a.link-area:hover,
.modal .modal-body form .other-details a.link-area:hover{
  color: #132c4a;
}
.modal-btn{
  width: 100%;
  padding: 12px;
  background-color: #019FFF;
  color: #ffffff;
  border:1px solid #019FFF;
  font-size: 18px;
  margin-top: 5px;
  text-transform: uppercase;
}
.modal-btn:hover{
  background-color: #ffffff;
  color: #019FFF;
}
.modal .modal-body form.login-form .form-group{
  margin: 30px auto;
}
.modal .modal-body form.login-form .form-group.otpfiled{
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-body form.login-form .form-group .otp-inputfiled{
  border:1px solid #D8D8D8;
  border-radius: 4px;
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  text-align: center;
}
.modal .modal-body form.login-form .form-group .otp-inputfiled + .otp-inputfiled{
  margin-left: 20px;
}

/* ============================ product details page css ============================ */
.product-main-wrapper{
  background-color: #ffffff;
}
/*single product slider css*/
.single-product-slider{
  border:1px solid #cccccc;
  border-radius: 8px;
}
.single-product-img{
  position: relative;
}
.single-product-img img{
  max-width: 290px;
  height: auto;
  margin: 15px auto
}
.large-view-icone{
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #18d39e;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
}
.large-view-icone i{
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 46px;
}
.single-product-img:hover .large-view-icone{
  opacity: 1;
}
/* ========== product data ========== */
.product-data{
  padding-bottom: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
.product-title{
  font-size: 32px;
  font-weight: 700;
  color: #132c4a;
  text-align:right;
}
/*rating & review */
.ratings-review-row{
  display: block;
  margin: 10px 0;
}
.ratings-review-row li{
  display: inline-block;
  position: relative;
}
.ratings-review-row li span.ratings-txt{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.ratings-review-row li ~ li{
  margin-left: 0px;
}
/*.ratings-review-row li + li::before{*/
  /*position: absolute;*/
  /*content: "|";*/
  /*color: #ccc;*/
  /*margin-left: -25px;*/
/*}*/
/*product pricing*/
.product-pricebox{
  margin-bottom: 0px;
  text-align:right;
}
.product-pricebox span{
    font-size: 22px;
}
.old-price{
  font-weight: 400;
  color: #a1a1a1;
}
.org-price{
  font-weight: 500;
  color: #132c4a;
}
.perctange-off small{
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #18d39e;
}
.company-details,
.variations-details,
.quantity-details{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding:10px 0;
}
.company-details .company-label,
.variations-details .variations-label,
.quantity-details .quantity-label{
  width: 150px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #132c4a;
  margin-bottom: 0px;
  text-align:right;
}
.company-details .company-name{
  font-size: 18px;
  font-weight: 500;
  color: #ffae16;
}
.variable_product_box .variations_box {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px;
    }
.variations_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.radiobox{
  position: relative;
}
.radiobox label{
  -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}
 .variations_value .radiobox input[type="radio"] {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.variations_box .variations_value .radiobox input[type="radio"]:checked + .radio_btn, 
.variations_box .variations_value .radiobox label:hover .radio_btn {
    border-color: #18d39e;
    background-color: #18d39e;
    color: #ffffff;
}
.variations_box .variations_value .radiobox label .radio_btn {
    background-color: #f5f5f5;
    border:1px solid #d8d8d8;
    color: #132c4a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.variations_box .variations_value .radiobox + .radiobox label .radio_btn {
  margin-left: 10px;
}
.quantity-box{
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  height: 40px;
}
input.quantity-count,
.minus, 
.plus{
  text-align: center;
  color: #132c4a;
}
.minus, 
.plus{
  width:40px;
  cursor: pointer;
}
input.quantity-count{
  width: 60px;
  height: 40px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
   font-size: 18px;
  font-weight: 500;
}
.product-action-button{
  display: flex;
  margin-top: 10px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap:10px;
}
.product-data .product-action-button a + a{
  /*margin-left: 20px;*/
}
.product-action-button .add-to-cart,
.product-action-button .buy-now{
  width: 140px;
  height: 40px;
  line-height: 36px;
  border-radius: 4px;
}
.product-action-button .whatsapp-link{
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  color: #132c4a;
  display: flex;
  align-items: center;
}
.product-action-button .whatsapp-link i{
  color: #36B22E;
  font-size: 20px;
}
.product-action-button .whatsapp-link:hover{
  color: #019FFF;
}
/*video slider*/
.video-slider{
  margin-top:10px;
}
.video-item{
  padding: 5px;
  border: 1px solid #d8d8d8;
  position: relative;
}
.product-video{
  position: relative;
}
.product-video img{
  width: 100%;
}
.play_video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*video popup model css*/
.video-modal.modal .modal-dialog .modal-content{
  padding: 0px;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100px;
}
.video-modal .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-modal .modal-body .close {
  background-color: #132c4a;
  opacity: 1;
  text-shadow: none;
  color:#ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 5;
  right: -18px;
  top: -18px;
  border-radius: 50%;
  outline: none;
  padding: 0;
  float: right;
  font-size: 21px;
  line-height: 1;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: normal;
}
.video-modal .modal-body .close:hover {
  background-color: #ffae16;
  opacity: 1;
}

/*product description*/
.product-description table{
  margin-bottom: 30px;
}
.product-description table th{
  background-color: #ebf4e6;
  font-size: 16px;
  font-weight: 500;
  color: #132c4a;
  line-height: 1.625;
  text-align: right;
}
p.product-overview,
.product-description table td{
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 1.625;
  text-align: right;
}
p.product-overview{
  margin-bottom: 0px;
}
.review-form{
  background-color: #f5f5f5;
  display: block;
  padding: 24px 56px;
  margin-bottom: 30px;
}
.review-form span.star{
  font-size: 20px;
  padding-right: 3px;
}
form.review-form .form-group{
  margin-bottom: 22px;
  text-align:right;
}
form.review-form .form-group .inputfiled{
  color: #b6b6b6;
}
form.review-form textarea.inputfiled{
  height: auto;
}
form.review-form button.submit-btn{
  border: 1px solid #0146bd;
  background-color: #0146bd;
}
form.review-form button.submit-btn:hover{
  color: #0146bd;
}
.btn-blue{
  border: 1px solid #0146bd;
  background-color: #0146bd;
  color: #ffffff;
}
.btn-blue:hover{
  color: #0146bd;
  background-color: #ffffff
}
ul.client-review li.review-row{
  display: flex;
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.media-img{
  width: 150px;
  display: inline-block;
  float: left;
}
.user-imgarea{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ebf4e6;
  border:1px solid #a6b79d;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.user-imgarea img{
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.media-img h2{
  font-size: 24px;
  font-weight: 500;
  color: #132c4a;
  padding: 0 2px;
}
.media-img h6{
  font-weight: 400;
  color: #595959;
  padding: 0 2px;
}
.media-img h6 i{
  color: #019FFF;
}
.media-body{
  width: calc(100% - 150px);
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.media-body::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d2d2d7;
  top: 0;
  left: 0;
}
.media-body ul{
  display: flex;
  justify-content: space-between;
}
.rating-btn{
  border: 1px solid #36B22E;
  background-color: #36B22E;
  color: #ffffff;
  font-size: 15px;
  padding: 2px  8px;
}
.rating-btn:hover{
  background-color: #ffffff;
  color: #36B22E;
}
.post-date{
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}
.media-body h4{
  font-size: 18px;
  font-weight: 500;
  color: #132c4a;
  margin-top: 10px;
}
.media-body p{
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 1.625;
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
}

#rightsidebar{
  will-change: min-height;
}
#rightsidebar .rightsidebar-inner{
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}


/*mobile view searchbox design css*/
.search-box{
  border:1px solid #d2d2d7; 
  background: #E8E8E4;
  position: absolute;
  left: 5px;
  right: 5px;
  width: 96%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:2px solid #019FFF;
  display: none;
  z-index: 9;
  padding: 8px;
  margin: 0 auto;
  margin-top: 10px;
}
.dropdown-content::before,
.search-box:before{
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #019FFF;
  margin-left: -10px;
}
.dropdown-content::before{
  margin-left: -5px;
}
.search-box input[type="text"]{
  width: 80%;
  padding: 5px 10px;
  border: 1px solid #019FFF;
  outline: none;
}
.search-box input[type="button"],.search-box input[type="submit"]{
  width: 20%;
  padding: 5px 0;
  background: #019FFF;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #019FFF;
  outline: none;
  cursor: pointer;
}
.mobile-language-menu{
  position: relative;
}
.mobile-language-menu .dropdown-content {
  min-width: 160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border:1px solid #d2d2d7; 
  background: #E8E8E4;
  position: absolute;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:2px solid #019FFF;
  display: none;
  z-index: 9;
  padding: 8px;
  margin-top: 10px;
}
.mobile-language-menu .dropdown-content li{
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #019FFF;
    background-color: #ffffff;
    padding: 8px 20px;
    border: 1px solid rgba(0,0,0,.15);
}
.mobile-language-menu .dropdown-content li:hover{
  background-color: #019FFF;
  color: #ffffff;
}
.mobile-bar .right-bar .shopping-cart{
  position: relative;
  /*margin-right: 0px;*/
}
.mobile-bar .right-bar .shopping-cart span b{
  height: 15px;
  width: 15px;
  background-color: #132c4a;
  color: #ffffff;
  display: block;
  border-radius: 30px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  right: -3px;
  z-index: 1;
  line-height: 15px;
  top: -5px;
}

.about_box {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    /*margin: 0 10px 40px;*/
    padding: 20px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.about_box h3 {
    color: #132c4a;
    font-size: 22px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
}
.about_box  img {
    width: 70px;
    height: 70px;
    margin: 0 0 10px 0;
}

/*Accordion*/

.account-main-wrapper #accordion [data-toggle="collapse"] .fa:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.account-main-wrapper #accordion [data-toggle="collapse"].collapsed .fa:before {
    content: "\f054";
}

.account-main-wrapper #accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#accordion .card-header {
    padding: .20rem 1.25rem;
    margin-bottom: 0;
    /*background: #132c4a;*/
    background: #019FFF;
    border-bottom: 1px solid rgba(19, 44, 74,.125);
    border-radius: 0.25rem;
}

#accordion .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align:right;
}

#accordion .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align:right;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*Accordion*/

.list-inline {
    columns: 2;
    position: relative;
}

.help-block{
    color:#B00020;
}
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #019FFF; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 99999; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/*-------------- cart -----------------*/
.cart .cart-box{
    /*background-color: rgb(255, 255, 255);*/
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
}
.cart .cart-box .title{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart .title{
    font-size: 18px;
    line-height: 56px;
    padding: 0 24px;
    font-weight: 500;
}
.cart button.close{
    width: 36px;
    height: 36px;
    line-height: 36px;
    opacity: 1;
    border-radius: 50%;
    background-color: #0146bd;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 5px;
    text-shadow: none;
}
/*.cart .product-buttonarea a {*/
    /*display: block;*/
    /*padding: 0 5px;*/
    /*border-radius: 4px;*/
    /*text-transform: uppercase;*/
    /*font-size: 17px;*/
    /*line-height: 2;*/
/*}*/


/*.btn{*/
    /*border:0px;*/
    /*margin:10px 0px;*/
    /*box-shadow:none !important;*/
/*}*/

/*.cart-detail{*/
    /*padding:15px 0px;*/
/*}*/
/*.cart-detail-img img{*/
    /*width:100%;*/
    /*height:100%;*/
    /*padding-left:15px;*/
/*}*/
/*.cart-detail-product p{*/
    /*margin:0px;*/
    /*color:#000;*/
    /*font-weight:500;*/
/*}*/
/*.cart-detail .price{*/
    /*font-size:12px;*/
    /*margin-right:10px;*/
    /*font-weight:500;*/
/*}*/
/*.cart-detail .count{*/
    /*color:#C2C2DC;*/
/*}*/

/*.cart .price{*/
    /*background: #fff;*/
    /*border-radius: 2px;*/
    /*min-height: 47px;*/
    /*box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);*/
/*}*/
/*.price h4, .hr_line {*/
    /*border-bottom: 1px solid #f0f0f0;*/
    /*font-size: 16px;*/
/*}*/
/*.hr_line {*/
    /*padding: 0 24px;*/
/*}*/

/*.price h4 {*/
    /*display: block;*/
    /*text-transform: uppercase;*/
    /*padding: 13px 24px;*/
    /*font-weight: 500;*/
    /*color: #878787;*/
    /*min-height: 47px;*/
    /*border-radius: 2px 2px 0 0;*/
/*}*/
/*.price .text-number{*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*margin: 20px 0;*/
    /*-webkit-align-items: flex-start;*/
    /*-ms-flex-align: start;*/
    /*align-items: flex-start;*/
/*}*/
/*.price .text-number .items{*/
    /*max-width: 68%;*/
/*}*/
/*.price .text-number .items .item {*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
/*}*/
/*.price .text-number .amount{*/
    /*line-height: 16px;*/
    /*margin-top: 2px;*/
    /*font-size: inherit!important;*/
/*}*/
/*.price .text-number .amount ._2Tpdn3 {*/
    /*display: inline;*/
    /*white-space: pre-wrap;*/
/*}*/
/*.price .total{*/
    /*border-top: 1px dashed #e0e0e0;*/
    /*font-weight: 500;*/
    /*font-size: 18px;*/
/*}*/
.btn-holder{
    text-align: center;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.default-address{
    font-weight: 600;
    color: #019FFF;
}
.address-slider .owl-nav{
    display: none;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
        display: block;
        padding: .6rem;
        min-width: 320px;
        text-align: right !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }

    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }

    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    table#cart tbody tr td:first-child { background: #333; color: #fff; }
    table#cart tbody td:before {
        margin-bottom: 10px;
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 100%;
        text-align: right;
    }

    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

}
/*-------------- cart -----------------*/


.navbar .megamenu {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static!important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

@media(max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/*catgory page filter menu css*/
.sidebar-toggle {
    position: fixed;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    transition: left .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    background: #fff;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
 .sidebar-opened .sidebar-toggle {
    left: 260px;
    z-index: 9000
 }
 .sidebar-opened .sidebar-toggle i:before {
    content: "\f00d"
 }
.sidebar-toggle{
    display: none;
 }
@media (max-width: 991px) {
    .sidebar-toggle{
       display: block;
    }
    .mobile-sidebar {
       display: block;
       position: fixed;
       top: 0;
       bottom: 0;
       left: 0;
       width: 260px;
       padding: 15px;
       margin: 0;
       transform: translate(-260px);
       transition: transform .2s ease-in-out 0s;
       background-color: #fff;
       z-index: 9999;
       overflow-y: auto
    }
    .sidebar-opened .mobile-sidebar {
       transform: none
    }
.sidebar-opened .sidebar-overlay {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: #000;
   opacity: .35;
   z-index: 8999
}
}
.ratings-container i {
    margin-right: 2px;
    color: #ffc107;
}
#bulk-massage{
    color: #18D39E;
    font-weight: 500;
    font-size: medium;
}
.product-data .seo_tag{
    font-size: 70%;
    font-weight: 400;
    color: #a1a1a1;
    padding-left: 10px;
}
.ui-autocomplete {
    overflow: auto;
    height:300px !important;
}
.product-details marquee{
    line-height: 25px;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom: 30px;
    right: 100px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover{
    color:#FFF;
}
.my-float{
    margin-top:16px;
}

/* ------------------------------------
    34. ScrollUp
---------------------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 999;
}

#scrollUp i {
    background-color: #204674;
    height: 40px;
    font-size: 24px;
    width: 42px;
    color: #ffffff;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    margin-left: 2px;
    border-radius: 50%;
}

#scrollUp i:hover {
    background-color: #091b31;
    color: rgba(255, 255, 255, 0.7);
}

/*.unselectable {*/
    /*-webkit-user-select: none;*/
    /*-webkit-touch-callout: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
/*}*/

.phone-number .help-block {
    width:100%
}
.bulk-notices{
    color:#019FFF !important;
}
.referral_box{
    width: 60%;
    text-align: center;
    display: inline-block;
    float: none;
}
.lh{
    line-height: 22px
}
.content-seo ul, ol{
    list-style: disc;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}

.overlay-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(225, 225, 225, .5);
    pointer-events: none;
}

.overlay-bg .overlay-text{
    position: absolute;
    bottom: 4%;
    font-size: 18px;
    color: darkred;
    font-weight: 600;
    z-index: 1;
    background: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.text-right{
    text-align:right;
}
.about-text-content *{
    text-align:right;
    line-height:30px;
}
.faq-arrow{
    transform:rotate(180deg);
    padding-left:10px;
}
.nav-active{
        color: #019FFF !important;
}
.total-strong{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.number_wrapper{
    flex-direction: row-reverse;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.login_text_alert{
        text-align: right;
    margin: 10px 0;
    color: #0004ad;
    cursor: pointer;
}
.update-cart{
        text-align: center;
    color: #132c4a;
    width:40px;
}

/*menu*/
.header-megamenu-ul-keeper {
    display: flex
;
    padding: 1.5rem 1.5rem;
    align-items: center;
    position: Relative;
    justify-content: flex-start;
}

.store-level1-uls {
    padding: 0 !important;
    margin: 0;
    display: Flex;
    align-items: Center;
    justify-content: flex-start;
}
.store-level1-uls .uls-list-items-stylish:last-child {
    margin: 0;
}
.store-level1-uls .uls-list-items-stylish {
    margin-left: 30px;
    font-size: 15px;
    /* padding-bottom: 15px; */
    font-weight: 600;
    cursor: pointer;
}
.category-name-theme {
    color: var(--config_color_1);
}
.store-level1-uls .uls-list-items-stylish svg {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
.store-list-item-has-child .hover-reveal-under-megamenu {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    transform-origin: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 22222;
    background: #FFF;
    height: calc(100vh - 185px);
    overflow-y: auto !important;
    padding: 0 15px;
    width: 100%;
    border-top: 1px solid var(--config_color_1);
    overflow: hidden;
}
.hover-reveal-ul-level-1-seperate-numbers1 {
    padding: 1.5rem 0 0 0 !important;
    width: 20%;
    height: 100%;
    border-left: 1px solid var(--config_color_1);
    position: relative;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 {
    margin-bottom: 20px;
    /* position: relative; */
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 {
    width: 100%;
    display: flex
;
    align-items: Center;
    justify-content: flex-start;
    color: black;
}
.store-level1-uls .uls-list-items-stylish i {
    vertical-align: middle;
    margin-left: 10px;
    color: var(--config_color_1);
    font-size: 20px;
}

.level2-of-opened-cat-childs-store {
    position: Absolute;
    top: 0;
    left: auto;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    /* width: 80vw; */
    width: calc(80vw - 5px);
    padding: 1.5rem .75rem;
    height: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transition: all .2s;
    transform-origin: 0 0;
    /* flex-direction: Column; */
    /* flex-wrap: wrap; */
    /* display: Flex; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    overflow: hidden;
    overflow-y: scroll !important;
}
.level2-of-opened-cat-childs-store .col-lg-3 {
    text-align: right;
    margin-bottom: 1.5rem;
    position: relative;
}
.level2-of-opened-cat-childs-store .col-lg-3 .title-child-category-128-FLVME {
    color: #000;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    font-size: 16px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
    font-weight: bold;
}
.hover-reveal-under-megamenu a {
    transition: all .25s;
}

.level2-of-opened-cat-childs-store .col-lg-3 .title-child-category-128-FLVME div {
    line-height: 1;
    background: var(--config_color_1);
    border-radius: 5px;
    width: 5px;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
}
.store-list-item-has-child:hover .hover-reveal-under-megamenu {
    opacity: 1;
    visibility: visible;
}

#navbar {
    padding: 0;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 {
    width: 100%;
    display: flex
;
    align-items: Center;
    justify-content: flex-start;
    color: black;
}
.hover-reveal-ul-level-1-seperate-numbers1 .list-items-ul-level1 .list-item-atag-leve-1 .fa-angle-double-left {
    font-size: 20px;
    transition: all .25s;
    margin-left: 15px;
    display: block;
    margin-right: auto;
}
.store-level1-uls .uls-list-items-stylish i {
    vertical-align: middle;
    margin-left: 10px;
    color: var(--config_color_1);
    font-size: 20px;
}


.store-level1-uls .uls-list-items-stylish svg path {
    fill: var(--config_color_1);
}

.our-products-section-main-page {
    position: relative;
    padding: 40px 0px;
}
.our-products-section-main-page .tablist-title-our-products {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: normal;
    text-align: center;
    margin: 0px 0px 40px;
}
.mySwiper-ourproducts {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.our-products-section-main-page .swiper-slide {
    background-size: cover;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-position: center center;
}
.our-products-section-main-page .swiper-slide div {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(245, 245, 245);
    border-radius: 30px;
    padding: 25px;
    overflow: hidden;
}
.our-products-section-main-page .swiper-slide div h1 {
    line-height: 1.5;
    margin: 0px 0px 1.5rem;
}
.our-products-section-main-page .swiper-slide div h1 a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.our-products-section-main-page .swiper-slide div p {
    color: rgb(0, 0, 0);
    font-size: 12px;
    display: -webkit-box;
    min-height: 80px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: iransans !important;
    margin: 0px 0px 1.5rem;
    overflow: hidden;
}
.our-products-section-main-page .swiper-slide div h1 a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.our-products-section-main-page .swiper-slide img {
    display: block;
    margin: auto;
}

.price-tablist {
    padding: 0px !important;
}
.price-tablist span {
    color: black;
    font-size: 18px;
    font-weight: 700;
}
.read-more-btn-pr {
    font-weight: bold;
    font-size: 18px;
    margin-top: 1.5rem;
    display: block;
    color: var(--config_color_1) !important;
    text-decoration: underline !important;
}

.mySwiper-tech-blog {
    overflow:hidden;
}
.technology-blog-module .headname-blog-center {
    text-align: center;
    color: #132c4a;
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
}

.technology-blog-module-2 .all-content-blog  {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 9px;
    margin: 12px;
    text-align: center;
}

.all-content-blog .tech-title-blog a {
    font-size: 15px;
    color: black;
    font-weight: 700;
}

.all-content-blog {
    min-height: 235px;
}


.blog-content .article-title h4 {
   text-align: center;
    margin: 15px;
    font-size:15px;
    color:black;
}

.blog-item-inner {
    min-height: 260px;
}