/*
=============== 
Variables
===============
*/

:root {
    /* dark shades of primary color*/
    --clr-primary-1: hsl(205, 86%, 17%);
    --clr-primary-2: hsl(205, 77%, 27%);
    --clr-primary-3: hsl(205, 72%, 37%);
    --clr-primary-4: hsl(205, 63%, 48%);
    /* primary/main color */
    --clr-primary-5: hsl(205, 78%, 60%);
    /* lighter shades of primary color */
    --clr-primary-6: hsl(205, 89%, 70%);
    --clr-primary-7: hsl(205, 90%, 76%);
    --clr-primary-8: hsl(205, 86%, 81%);
    --clr-primary-9: hsl(205, 90%, 88%);
    --clr-primary-10: hsl(205, 100%, 96%);
    /* darkest grey - used for headings */
    --clr-grey-1: hsl(209, 61%, 16%);
    --clr-grey-2: hsl(211, 39%, 23%);
    --clr-grey-3: hsl(209, 34%, 30%);
    --clr-grey-4: hsl(209, 28%, 39%);
    /* grey used for paragraphs */
    --clr-grey-5: hsl(210, 22%, 49%);
    --clr-grey-6: hsl(209, 23%, 60%);
    --clr-grey-7: hsl(211, 27%, 70%);
    --clr-grey-8: hsl(210, 31%, 80%);
    --clr-grey-9: hsl(212, 33%, 89%);
    --clr-grey-10: hsl(210, 36%, 96%);
    --clr-btn: #ed1c24;
    --clr-white: #fff;
    --clr-txt-color: #565555;
    --clr-red-special: #b4345c;
    --clr-grey-special: #eae6eb;
    --clr-red-dark: hsl(360, 67%, 44%);
    --clr-red-light: hsl(360, 71%, 66%);
    --clr-green-dark: #1e7e34;
    --clr-green-light: hsl(125, 71%, 66%);
    --clr-black: #222;
    --transition: all 0.3s linear;
    --spacing: 0.1rem;
    --radius: 0.25rem;
    --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    --max-width: 1170px;
    --fixed-width: 920px;
  }
  /*
  =============== 
  Global Styles
  ===============
  */
  
/*
=============== 
Global Styles
===============
*/

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: var(--clr-white);
  color: var(--clr-txt-color);
  line-height: 1.5;
  font-size: 0.875rem;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h5,
h4 {
  letter-spacing: var(--spacing);
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 0.875rem;
}
p {
  margin-bottom: 1.25rem;
  color: var(--clr-grey-5);
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1;
  }
}
/*  global classes */

/* section */
.section {
  width: 90vw;
  margin: 0 auto;
  max-width: var(--max-width);
}

@media screen and (min-width: 992px) {
  .section {
    width: 95vw;
  }
}

/**/
.txt-red{ color: var(--clr-btn);}
.btn {
   
    border-color: transparent; 
    cursor: pointer;
    margin-left: 1rem;
    align-self: center;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 600;
    background-color: var(--clr-btn);
    outline: 0;
  }
  .btn:hover{
    outline: 0;
    box-shadow:none;
    color: #fff;
  }
  .btn:focus{
    outline: 0;
    box-shadow:none;
    color: #fff;
  }
/*Header*/
.header-top{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%; 
    padding: 5px 0;   
    margin-bottom: 15px;
}
.header-top div{
    display: flex;
    justify-content:  space-between;   
    align-items: center;
}
.header-top .mail-link{
   color:var(--clr-btn);
 }
 .header-top .tel{
    font-size: 13px;
  }
  .header-right{ text-align: right;     display: flex;
    justify-content: end;}
.header-logo{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.navbar-collapse{
    background-color: #514f4f;
 }
 .navbar-light .navbar-nav .nav-link{
    color:#fff
 }
 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:  #fff;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bg-light {
    background-color: #514f4f !important;
}
.account-btn{ position: relative;}
.account-btn .notic{     position: absolute;
    right: -12px;
    top: -18px;
    background-color: var(--clr-red-light);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    box-shadow: 1px 1px 5px rgba(0,0,0, .2);
    animation: pulse 1.5s 1000000;
}
.badge-num:after {
    content: '';
    position: absolute;
    top:-.1rem;
    left:-.1rem;
    border:2px solid rgba(255,0,0,.5);
    opacity:0;
    border-radius: 50%;
    width:100%;
    height:100%;
  
  }
  @keyframes pulse {
    0% {transform: scale(1);}
    20% {transform: scale(1.4); } 
    50% {transform: scale(.9);} 
    80% {transform: scale(1.2);} 
    100% {transform: scale(1);}
  }
  /*Sidebar*/
  #wrapper.toggled {
    padding-right: 350px;
  }
  #sidebar-wrapper {
    z-index: 999999;
    position: fixed;
    right: 350px;
    width: 0;
    height: 100%;
    margin-right: -350px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 350px;
  }
  #page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
  }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -350px;
  }
  /* Sidebar Styles */
  
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 350px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
  }
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
  }
  .sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus {
    text-decoration: none;
  }
  .sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
  }
  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }
  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 350px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  
  .slide-body{ width: 100%; padding: 30px 20px;}
  .side-ul li{ display: flex; justify-content: left; align-items: center; color:#fff; margin-bottom: 25px;}
  .side-icon{ padding: 10px;}
  .side-icon i{ font-size: 24px;}
  .slide-body h3{ color:#fff; margin-bottom: 50px;}
  .side-close i{ color:#fff; font-size: 24px;}
  .side-header{ width: 100%; text-align: right;}
  .side-close{ cursor: pointer;}

  footer{ width: 100%; padding: 30px; background-color: var(--clr-black);  text-align: center;}
  footer a,footer span{ color:#fff}
  main{ width: 100%;    padding-bottom: 100px;}

  .place-fitre{ display: flex; justify-content: flex-end;
    align-items: center;  margin-bottom: 20px;}
  .place-fitre span{ color:#222;margin: 0 0px; }

  .h4-title{     font-size: 1.3rem;}
  .price-list li{
    background-color: #ebebeb;
    width: 100%;
    padding: 6px 8px;
    color: #222;
    margin-bottom: 1px;
    cursor: pointer;
  }
  .price-list li.active{
    background-color:var(--clr-btn);
    color:#fff;
  }
  td{ font-size: 14px; border:1px solid #ddd; padding: 6px;}
  table h5 {    font-size: 14px;
    color: #222;
    margin-bottom: 0;
    letter-spacing: 0;
    padding: 6px 0;
    line-height: normal;}
  table  .btn {
      border-color: transparent;
      cursor: pointer;
      margin-left: 0; 
      align-self: center;
      display: inline-block;
      color: #fff;
      padding: 5px;
      border-radius: 4px;
      font-weight: 400 !important;
      background-color: var(--clr-btn);
      white-space: nowrap;
      font-size: 14px;
  }
  table  .btn:hover {
    color: #fff;}

  table td:nth-child(1){
    white-space: nowrap;
  }
  table td:nth-child(2){
    white-space: nowrap;
  }
  table td:nth-child(3){
    white-space: nowrap;
  }
  table td:nth-child(5){
    white-space: nowrap;
    text-align: center;
  }
  table td:nth-child(6){
    white-space: nowrap;
  }
table  th {
    border-bottom:2px solid #fff !important;
    font-weight: bold;
    background-color: #f0f0f0;
    padding-left: 4px;
}
table{ width: 100%;}
.table-block{ margin-bottom: 30px;}

#button {
  display: inline-block;
  background-color: var(--clr-btn);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.contact-info span:nth-child(1){
  color:#222;
  font-size: 18px;
  font-weight: 800;
}

.contact-info span:nth-child(2){
  color:#B5B5C3 ;
  font-size: 16px;
}
.contact-info span:nth-child(3){
  color: var(--clr-btn) ;
  font-size: 18px;
  font-weight: 800;
}
.contact-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

/*login*/
.main-content{
	width: 50%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}
.main-content .company__info{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.fa-android{
	font-size:3em;
}
@media screen and (max-width: 640px) {
	.main-content{width: 90%;}
  .main-content	.company__info{
		display: none;
	}
  .main-content	.login_form{
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
	}
}
@media screen and (min-width: 642px) and (max-width:800px){
	.main-content{width: 70%;}
}
.main-content .row > h2{
	color:#008080;
}
.main-content .login_form{
	background-color: #fff;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.main-content form{
	padding: 0 2em;
}
.main-content .form__input{
	width: 100%;
	border:0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 1em .5em .5em;
	padding-left: 2em;
	outline:none;
	margin:1.5em auto;
	transition: all .5s ease;
}
.main-content .form__input:focus{
	border-bottom-color: #008080;
	box-shadow: 0 0 5px rgba(0,80,80,.4); 
	border-radius: 4px;
}
/* .main-content .btn{
	transition: all .5s ease;
	width: 70%;
	border-radius: 30px;
	color:#008080;
	font-weight: 600;
	background-color: #fff;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.main-content .btn:hover, .btn:focus{
	background-color: #ebebeb;
	color:#fff;
}
 */

 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ebebeb;
  background-clip: padding-box;
  border: 1px solidrgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ebebeb;
}
.datatable-pager-nav{ display: flex; color: #222; align-items: center;
  justify-content: space-between;}
.datatable-pager-nav span{ color: #222;     font-size: 14px;}
.pagination li{     cursor: pointer;text-align: center;}
.pagination li a{ color: #222;}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #222;
  background-color: #fff;
  border:none;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--clr-btn);
  border-color: var(--clr-btn);
  border-radius: 50%;
}
.pagination{     align-items: center;}
.sablon-list li i{ padding-right: 6px;}
.sablon-txt li{ list-style: disc; color: #000; list-style-position: inside;     font-size: 15px;}
.sablon-txt  p{ color: #000;     font-size: 15px;}
.sablon-table span{ color: #000;}
.sablon-table .btn{ background: none !important;}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.search{ width: 100%;}
.search .card-header{    text-align: right; width: 100%; }
.search .card-header button{    text-align: center; width: 300px; }
.search .btn-link:hover {
  color: #fff;
  text-decoration: none !important;
}
.s-row{ display: flex; margin-bottom: 20px;}
.search label{ color:#000; font-size: 16px;}

.order-trac td{ color: #000; font-size: 13px;     text-align: center;     height: 100%;vertical-align: middle;}
.order-trac th{ color: #000; font-size: 13px;     text-align: center; }
.order-trac table td:nth-child(9) span{ color: #fff; font-size: 13px;     background: var(--clr-btn);
  width: 100%;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-flex;
  padding: 3px; }
  .order-trac table td:nth-child(3) img { max-width: 120px;}
  .order-trac table td:nth-child(3) span { color: #000;}
.j-menu { display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;}

  navbar-light .navbar-toggler-icon {
    background: none !important;
}

  .navbar-toggler-icon i{color: #fff;
    font-size: 30px; }
    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
      color: #fff;
      background-color: #d6171e;
      border-color:#d6171e;
  }
  .btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color:#d6171e ;
    border-color: #d6171e;
    box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color:#d6171e ;
    border-color: #d6171e;
}

@media  (max-width:1200px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
    }

  @media screen and (max-width: 1024px){
    .home-ms{ display: block;}
    .home-ms .col-md-3{ width: 100%; flex: 0 0 100%;  max-width: 100%;}
    .home-ms .col-md-9{ width: 100%; flex: 0 0 100%;  max-width: 100%;}
    .price-list li {background-color: #ebebeb;
      width: 100%;
      color: #222;
      margin: 6px;
      cursor: pointer;
      padding: 6px;
      line-height: 43px; display: inline;}
      .header-right{    flex: 0 0 100%;
        max-width: 100%;
        text-align: right;
        width: 100%;
        margin-top: 20px;
      }
      .header-logo{ display: block;}
     
  }

  @media  (max-width: 768px){
    .table-block{ max-width: 768px; overflow-x: scroll;}
    .header-top .col-md-12{ display: block;}
    .header-right{ margin-top: 40px;}
    .logo { text-align: center;}
    .navbar-collapse {
      background-color: #222;
      margin-top: 20px;
    }
   .order-trac { max-width: 768px; overflow-x: scroll;}
   .s-row {
    display: block;
    margin-bottom: 15px;
    }
    .s-row .col-md-4{margin-bottom: 15px;}
    .text-muted{ width: 100%;}
    .m-info{ margin-top: 64px;}
  }
/**Login page**/
.login-page  .form-style input{
  border:0;
  height:50px;
  border-radius:0;
border-bottom:1px solid #ebebeb;	
}
.login-page  .form-style input:focus{
border-bottom:1px solid #007bff;	
box-shadow:none;
outline:0;
background-color:#ebebeb;	
}
.login-page  .sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  color:#ccc;
}
.login-page  button{
height:50px;	
}
.login-page  .sideline:before,
.login-page .sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.login-page  .sideline:after {
    margin: 0 0 0 20px;
}
.login-page  .left-login{ padding: 80px 40px !important; background-color: #fff; text-align: center;}
.login-page  .left-login-txt{ margin-top: 50px ;}
.login-page  .left-login-txt p{margin-bottom: 20px ; color: #222; font-size: 18px; }

/**User İnfo****/
.profile-pic {
  height: 120px;
  text-align: center;
  z-index: 1001;
}
.profile-badge{ position: relative;}
.profile-pic img {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #c1c1c1;
  cursor: pointer;
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}

.info-box{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ddd;
  align-items: center;
    justify-content: space-between;
  border-radius: 4px;
}
.info-box a{   
color: #000;
text-decoration: none;
}
.info-icon i{
  font-size: 25px;
  color: #000;
}
.info-icon {
  padding: 25px;
}
.user-block{     width: 100%;
  display: flex;    margin-top: 40px;
  justify-content: stretch;}
.user-img{ position: relative;
  justify-content: space-between;
  padding-right: 60px;}

  .hidden {
    display: none!important;
    visibility: hidden!important;
}

.right-boxs{
  width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
 
    overflow: hidden;
    position: relative;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.right-boxs p{ color:#fff; margin-bottom: 0;font-size: 15px;}
.right-boxs h5{ font-size: 15px;}
.right-boxs-top{
  width: 100%;
  position: relative;
    float: left;
    background: #969696;
    margin-bottom: 5px;
    padding: 15px;
}
.right-boxs-bottom{
  width: 100%;
  position: relative;
    float: left;
    background-color: var(--clr-btn);
    padding: 15px;
}

.sec-box{ display: flex;}
.slider-bottom-icon{   
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  align-content: flex-end;
  margin: 1px 0;
  VERTICAL-ALIGN: MIDDLE;
  display: flex;
  align-items: center;
  background: #ddd;
  padding: 10px;
  height: 70px;
  padding-left: 20px;
}
  .slider-bottom-icon img {

}
.slider-end-box {
  margin-top: 20px;
  background: url(../images/kargo-golge.png) no-repeat bottom center;
}
.slider-bottom-icon span {
  font-size: 14px;
  color: #222;
  margin-left: 10px;
  display: inline-block;
  text-align: left;
}
.cargo-box {
  width: 100%;
  position: relative;
  margin-top: 60px;
  display: none;
}

.cargo-icon-bg-items {  
  
  background: url('../images/siparisicon.png') no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.1)), to(rgb(117, 117, 117)));
  padding-left: 25px !important;
  background-position: 8px;
}
.cargo-row:nth-child(1){ width:100%; text-align:center; padding:10px } 
.cargo-row:nth-child(1) span{  color:#000} 
.cargo-row:nth-child(2){ width:100%; display: flex; padding:0 30px 10px;} 

.product-box {
  margin-bottom: 24px;
  top: 0;
  animation: all ease-in-out 1s;
}
h1.product-title, h4.product-title {
  
  line-height: 36px;
}
.product-content {
  position: relative;
  width: 100%;
  bottom: 32px;
}
.product-box a.product-btn {
  font-weight: 600;
  /*display: block;*/
  padding: 0 14px;
  color: #393939;
}

@keyframes Frames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  25% {
    transform:  translate(0px,-30px)  ;
  }
  50% {
    transform:  translate(0px,-15px)  ;
  }
  75% {
    transform:  translate(0px,-30px)  ;
  }
  100% {
    transform:  translate(0px,-25px)  ;
  }
}

@-moz-keyframes Frames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  25% {
    -moz-transform:  translate(0px,-30px)  ;
  }
  50% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-30px)  ;
  }
  100% {
    -moz-transform:  translate(0px,-25px)  ;
  }
}

@-webkit-keyframes Frames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  25% {
    -webkit-transform:  translate(0px,-30px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-30px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
}

@-o-keyframes Frames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  25% {
    -o-transform:  translate(0px,-30px)  ;
  }
  50% {
    -o-transform:  translate(0px,-15px)  ;
  }
  75% {
    -o-transform:  translate(0px,-30px)  ;
  }
  100% {
    -o-transform:  translate(0px,-25px)  ;
  }
}

@-ms-keyframes Frames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  25% {
    -ms-transform:  translate(0px,-30px)  ;
  }
  50% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-30px)  ;
  }
  100% {
    -ms-transform:  translate(0px,-25px)  ;
  }
}

@keyframes Frames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  25% {
    transform:  translate(0px,-30px)  ;
  }
  50% {
    transform:  translate(0px,-15px)  ;
  }
  75% {
    transform:  translate(0px,-30px)  ;
  }
  100% {
    transform:  translate(0px,-25px)  ;
  }
}

@-moz-keyframes Frames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  25% {
    -moz-transform:  translate(0px,-30px)  ;
  }
  50% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-30px)  ;
  }
  100% {
    -moz-transform:  translate(0px,-25px)  ;
  }
}

@-webkit-keyframes Frames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  25% {
    -webkit-transform:  translate(0px,-30px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-30px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
}

@-o-keyframes Frames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  25% {
    -o-transform:  translate(0px,-30px)  ;
  }
  50% {
    -o-transform:  translate(0px,-15px)  ;
  }
  75% {
    -o-transform:  translate(0px,-30px)  ;
  }
  100% {
    -o-transform:  translate(0px,-25px)  ;
  }
}

@-ms-keyframes Frames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  25% {
    -ms-transform:  translate(0px,-30px)  ;
  }
  50% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-30px)  ;
  }
  100% {
    -ms-transform:  translate(0px,-25px)  ;
  }
}



.product-box:hover {
  animation: Frames ease-in-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  -webkit-animation: Frames ease-in-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: Frames ease-in-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  -o-animation: Frames ease-in-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  -ms-animation: Frames ease-in-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--clr-btn);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 800;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #000;
  background: #f1f0f0;
}

@media (max-width:768px) {
  .sec-box {
    display: block;
  }
  .slider-bottom-icon{     padding: 10px;
    text-align: left; border-right: none;}
  .slider-bottom-icon span br{ display: none; }
  .slider-bottom-icon span {     white-space: nowrap; }
  .slider-bottom-icon img {
    margin: 0;
    display: inline-block;
   margin-top: 0; 
}
}

.search-box  .search-container {
  width: 490px;
  display: block;
  margin: 0 auto;
}

.search-box  input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #605e5d;
  outline: none;
}
.search-box  input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
}
.search-box  input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-box  input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-box  input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-box .search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
}
.title {
  text-align: center;
  margin-bottom: 2rem;
}
.underline {
  height: 0.25rem;
  width: 5rem;
  background: var(--clr-btn);
  margin-left: auto;
  margin-right: auto;
}

.right-icn{ display: flex;
  flex-direction: column; margin-top: 16px;}
  .card-body{
    display: flex;
    flex-direction: column;
    /*padding: 30px;*/
    background-color: #f1f1f1;
  }