
/* customize css */
.right-top-line ul.studiare-social-links li {
    display: inline-block;
    margin: 1px;
  }
  .right-top-line ul.studiare-social-links li a {
    width: 36px;
    height: 36px;
    display: flex;
    font-size: 15px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .mobile-menu .shopping-cart-box .login-button{
    background: #fff;
      color: #f9b34e;
      font-weight: 700;
      padding: 5px 10px;
      border-radius: 20px 20px 20px 20px;
  }
  .navbar-brand img,.footer-logo img{
    height: 100px;
  }
  footer .subscribe-widget a{
    color:#ffc107!important;
    font-weight: bold;
  }
  .shopping-cart-box a div i {
    color: white;
  }
  .mobile-menu .shopping-cart-box a span {
    min-width: 20px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
      left: 78%;
      top: 35px;
  }
  
  .feature-content h2{
    font-weight: bold;
  }
  section.testimonial-section .testimonial-box .testimonial-post .profile-test{
    margin-left: 40px;
  }
  .navbar-nav > li > a{
    color:#fff !important;
  }
  .navbar .login-button{
    border: 2px solid #f9b34e;
    background-color: transparent;
  }
  .navbar .login-button:hover{
    background-color: #f9b34e;
  }
  .product-details{
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .product-details a {
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    border: 1px solid #222222;
    background-color: #222222;
    font-weight: bold;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
  }
  header, .navbar{
    /* background: #182c4a !important; */
    background: #04a5a5 !important;
  }
  .navbar{
    border-bottom: none !important;
  }
  
  .navbar-nav .dropdown li a:hover{
    font-weight: bold;
    color:#f9b34e;
  }
  .drop-link i.fa{
    color: #fff !important;
  }
  .title-section{
    display: block;
  }
  .title-section h1{
    font-size: xx-large;
    margin-bottom: 40px;color: #182c4a;
    font-weight: bold;
    text-align: center;
  }
  .course-title{
    text-align: center;
  }

  
/* customize css */
.right-top-line ul.studiare-social-links li {
  display: inline-block;
  margin: 1px;
}
.right-top-line ul.studiare-social-links li a {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.mobile-menu .shopping-cart-box .login-button{
  background: #fff;
    color: #f9b34e;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px 20px 20px 20px;
}
.navbar-brand img,.footer-logo img{
  height: 100px;
}

.main-btn{
color: #fff;
    text-align: center;
    border: 0;
    padding: 11px 22px;
    vertical-align: bottom;
    font-weight: 600;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #f9b34e;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.signup-content {
  background: #fff;
  border-radius: 10px;
  padding: 50px 55px;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.47);
  margin: 15% 10%;
}
.signup{
  margin: 5% 0;
}

.signup-content input[type="text"],.signup-content input[type="username"],.signup-content input[type="password"]{
    width: 100%;
    border: 1px solid #bfbebe;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 11px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #07294d;
}
.tshadow {
  background: #fff;
  border-radius: 10px;
  padding: 47px 25px;
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.47);
  margin: 2% 2%;
}

.tshadow input[type="text"],.tshadow input[type="username"],.tshadow input[type="password"]{
    width: 100%;
    border: 1px solid #bfbebe;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 11px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #07294d;
}


.box-content{
  box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.47);
}

.radio-group label{
  margin-left: 10px !important;
}
.req{
  color: red !important;
  font-size: 20px;
} 
.invalid {
  border-color: red !important;
}
.display-none{
  display:none;
}
.waiting {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg-active{
  background-color: #f9b34e ;
  border-color: #f9b34e  !important;
  color: #fff;
  }
  .bg-active:hover{
      background-color: #f9b34e ;
      border-color: #f9b34e  !important;
      color: #fff;
    }
    
  .sidebar .filter .btn-primary.focus, .btn-primary:focus{
  border-color: #f9b34e  !important;
  background-color: #f9b34e ;
  }
  .sidebar .btn-primary:hover{
  background-color: #f9b34e ;
  border-color: #f9b34e  !important;
  }
  .sidebar .btn-primary:not(:disabled):not(.disabled):active{
  background-color: #f9b34e ;
  border-color: #f9b34e  !important;
  }

  .ribbon-wrapper-3 {
    width: 106px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    left: -6px; }
  
  .ribbon-3 {
    font: bold 15px Sans-Serif;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -33px;
    top: 26px;
    width: 150px;
    /* background-color: #07294d; */
    background-color: #005a5e;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px; }
  
  .ribbon-3:before, .ribbon-3:after {
    content: "";
    border-top: 4px solid #4e7c7d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px; }
  
  .ribbon-3:before {
    left: 0; }
  
  .ribbon-3:after {
    right: 0; }

    
/* menu Setting */
.top-menu {
  display: inline-flex;
}
.top-menu .login-button:hover{
  background-color: #f9b34e ;
  border-color: #f9b34e  !important;
  color: #fff;
}
      .top-menu .login-button {
          color: #fff;
          text-align: center;
          padding: 5px 22px;
          vertical-align: bottom;
          font-weight: 600;
          font-size: 16px;
          text-shadow: none;
          display: inline-block;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          border-radius: 50px;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          border: 2px solid #f9b34e;
          background-color: transparent;
      }
    	.second-menu .navbar-nav > li > a{
        padding: 5px 10px 5px !important;
        color:#182c4a !important;
      }
      
      .second-menu .container{
        background: none !important;
        padding-bottom: 5px;
      }
      .second-menu .navbar-nav{
        margin-top: -26px !important;
        background: #fff;
        border-radius: 20px;
      }
      .page-banner-section{
        text-align: center;
      }
      .second-menu ul{
        margin-left: auto !important;
      }
      footer .copyright-inner .highlight {
        color: #f9b34e!important;
      }
      #product_partial  button{
        border-radius: 50px;
      }
      #product_partial button:focus{
        color : #fff !important
      }

      .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #fd680d;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        margin:auto;
      }
      
      /* Safari */
      @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
      }
      
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }


/* Mobile Custome CSS */
.shopinng-buttons{
  display: none;
}
.shop_table.table-responsive{
  display: inline-table;
}

@media (max-width: 991px) {
  /* .left-top-line {
    display: none !important; }
  .staff-login{
    display: none !important;
  } */
  .shopinng-buttons{
    display: inline-flex;
    margin-left: 0 !important;
  }
  .top-menu{
    margin-left:auto;
    margin-right:auto;
  }
  .article-content{
    text-align: left !important;
  }
  .reverse-column{
    flex-direction: column-reverse !important;
  }
  #checkout-partial h2,.cart-widget h2{
    text-align: center;
  }
  .shop_table.table-responsive{
    display: block;
  }

  .right-top-line {
      display: flex !important; }
  .top-line {
    text-align: center; }
    .top-line p {
      padding: 10px 0; }
  header .search_bar {
    display: none; }
  header .navbar-brand {
    padding: 25px; }
  a.mobile-nav-toggle {
    display: flex;
    justify-content: flex-end; 
  } 
    
    /* Mobile CSS */
   .navbar-brand img{
     width: 176px; 
     height: auto !important;
   }
   .signup-content{
      padding: 50px 16px;
    }
    .shop-product .shop-item h2{
      font-size: 1.1rem !important;
    }
    .selling-cost{
      font-size: 22px !important;
    }
    .shop-product .shop-item button,  header a.btn{
      font-size: 0.9rem !important;
    }

  }
 
  

  .signup-content{
    text-align: center;
 
 }
 .bg-nevy-blue{
  background-color: #001f3f !important;
  color : #fff !important
}




/* Shop Page Filter */
#offer-reboan {
  -moz-animation: marquee 30s linear infinite;
  -webkit-animation: marquee 30s linear infinite;
animation: marquee 30s linear infinite;
color: #fff;
white-space: nowrap;
}
@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#offer-reboan:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


#offer-reboan .highlight{
  color:#f9b34e;
  font-weight: bold;
}
