* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #010a45;
}

p {
  font-size: 16px;
}
.form-check-input:checked {
  background-color: #0c1b56;
  border-color: #0c1b56;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0c1b56;
}

/* Header New */
.row.menu-nav {
  background: #000944;
}
.logo img {
  max-height: 90px;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #fff;
}
a.nav-link.active {
  position: relative;
}
a.nav-link.active:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFF;
  height: 1px;
  width: 100%;
  bottom: 5px;
  left: 0;
  margin: auto;
}
ul.nav-top-right-list li a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 18px;
}
ul.nav-top-right-list li  {
  display: inline-block;
}
.nav-item a.nav-link:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #FFF;
  height: 1px;
  width: 0%;
  bottom: 5px;
  left: 0;
  margin: auto;
  transition: all 0.3s linear;
}

.nav-item a.nav-link {
  position: relative;
}

.nav-item a.nav-link:hover:after {
  width: 100%;
}
.custom-toggler.navbar-toggler {
  border-color: #FFF;
  border: 0px;
}
.custom-toggler .navbar-toggler-icon {
  font-style: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.bg-dark.navbar-blue {
  background-color: transparent !important;
}

@media screen and (max-width: 480px) {
  .logo img {
      max-height: 78px;
  }
  ul.nav-top-right-list {
      text-align: center;
      margin: 10px auto;
      width: 100%;
  }
  ul.nav-top-right-list li a {
      color: #010a45;
      background: #FFF;
  }
  ul.nav-top-right-list li:first-child {
      margin-right: 10px;
  }
}
/* End Header New */

/* Start banner */
.banner-section {
  padding: 100px 0;
  background: url("../images/Banner.jpg");
  background-position: top right;
  background-size: cover;
}

.banner-text {
  margin-bottom: 40px;
}

.btn_blue {
  width: 190px;
  background: #000944;
  color: #FFF;
  font-size: 18px;
  padding: 8px 12px;
  border: 2px solid #0c1b56;
  text-decoration: none;
}
.btn_blue:hover {
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .banner-section {
      background-position: center;
  }
}
/* End banner */

/* Section One */
.section-one {
  padding: 100px 0;
  overflow-x: hidden;
}
.section-text {
  margin-bottom: 40px;
}
.two-img-boxes {
  position: relative;
  text-align: right;
}
.back-img {
  position: relative;
}
.front-img {
  position: absolute;
  top: -8%;
  left: 14%;
}
.back-img img,
.front-img img {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .two-img-boxes,
  .two-img-boxes-left {
      text-align: center;
      margin-bottom: 40px;
  }
  .back-img img, .front-img img {
      width: 85%;
      margin-left: -5%;
  }
}
/* End Section One */

/* Start Section Two */
.section-two {
  padding: 100px 0;
  overflow-x: hidden;
}
.two-img-boxes-left {
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-two {
      padding: 30px 0;
  }
}
/* End Section Two */

/* Start Footer */
footer {
  background-color: #000944;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #FFF;
}
footer a {
  color: #FFFFFF;
}
.footer-top {
  border-top: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
}
.footer-bottom {
  padding: 40px 0;
}
ul.footer-top-links {
  margin: 0;
  display: inline-block;
}
ul.footer-top-links li {
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

ul.footer-top-links li a {
  padding: 20px 18px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width:480px) {
  .footer-top {
      padding: 25px 0 20px;
  }
  footer.fixed-bottom.footer-fixed-bottom {
      position: relative;
  }
}
/* End Footer */


/* Start Cart Page */
.btn_blue_bg {
  width: 240px;
  background: #000944;
  color: #FFF;
  font-size: 18px;
  padding: 8px 12px;
  border: 2px solid #0c1b56;
  text-decoration: none;
}
.btn_blue_bg:hover {
  color: #FFF;
}
.checkout-box {
  text-align: right;
}
.cart-prod-img {
  height: 80px;
}
.table-cart .form-control:focus { box-shadow: none }
.cart-subtotal {
  text-align: revert;
  float: right;
}
.cart-subtotal h4 span {
  font-size: 2.5rem;
  color: #000944;
}
.table-cart td {
  vertical-align: middle;
}
.cart-subtotal p {
  text-align: right;
  margin-bottom: 0;
  color: #000944;
  font-weight: 600;
}
/* End Cart Page */


/* Start Products page */
.product-grid{
  text-align: center;
  border: 1px solid #e7e7e7;
}
.product-grid:hover {
  box-shadow: 0 16px 50px rgb(151 151 151 / 30%);
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.product-grid .product-sale-label{
  color: #fff;
  background: #1abc9c;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 35px;
  width: 55px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  animation: bg-animate 5s infinite linear;
}
.product-grid .product-links{
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 20px;
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
  margin: 0 0 5px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links li:nth-child(2){ transition: all 0.3s ease 0.15s; }
.product-grid:hover .product-links li{
  opacity: 1;
  transform: translateX(0);
}
.product-grid .product-links li a{
  color: #fff;
  background-color: #00b894;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0,0,0,0.7);
  padding: 8px 10px;
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease 0s;
  animation: bg-animate 5s infinite linear;
}
.product-grid .product-links li a:hover{
  color: #fff;
  box-shadow: 0 0 0 3px #fff inset;
  opacity: 1;
}
.product-grid .product-links li a i{ margin: 0 5px 0 0; }
.product-grid .product-content{ padding: 15px 0 20px; }
.product-grid .title{
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 10px 5px;
  margin: 0 0 7px;
  /*border-bottom: 1px solid #dfe5e9;*/
}
.product-grid .title a{
  color: #000;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.product-grid .title a:hover{ animation: color-animate 5s infinite linear; }
.product-grid .price {
  font-size: 24px;
  font-weight: 600;
  animation: color-animate 5s infinite linear;
  margin-bottom: 15px;
  color: #000944;
}
.product-grid .price span{
  text-decoration: line-through;
  margin: 0 3px 0 0;
}

@media screen and (max-width:1200px){
  .product-grid{ margin: 0 0 30px; }
}
.add-to-cart {
  margin-bottom: 10px;
}
/* End Products page */

/* Start Single Products page */
.gallery-wrap .img-big-wrap img {
  height: 480px;
  width: auto;
  display: inline-block;
  /* cursor: zoom-in; */
  padding: 10px;
}
.product-single-container .card {
  border: none;
}
.mr-10 {
  margin-right: 10px;
}

.gallery-wrap .img-small-wrap .item-gallery {
  width: 62px;
  padding: 2px;
  height: auto;
  border: 1px solid #ddd;
  margin: 7px 2px;
  display: inline-block;
  overflow: hidden;
}

.gallery-wrap .img-small-wrap {
  text-align: center;
}
.gallery-wrap .img-small-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 4px;
  /*cursor: zoom-in;*/
}
.price.h3.text-blue {
  color: #0c1b56;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.img-big-wrap {
  text-align: center;
  overflow: hidden;
}

.container.full-desc dl.item-property dt {
  font-size: 32px;
  font-weight: 500;
  color: #000944;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

ul.prod-full-desc {
  color: #999;
}
@media screen and (max-width:480px){
  .gallery-wrap .img-big-wrap img {
      height: auto;
      width: 100%;
  }
  .img-big-wrap>div {
      overflow: auto;
  }
}
@media screen and (max-width: 360px) {
  .gallery-wrap .img-big-wrap img {
      height: 421px;
  }
}
/* End Single Products page */


/* Start Login Page */
.login_form_wrapper {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color:grey;
}

.login_wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  background: #fff;
  /*padding: 50px;*/
}

.login_wrapper a.btn {
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 6px 25px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 5px;
  background: #4385f5;
  font-size: 16px;
  border: 1px solid #4385f5;
}


.login_wrapper a i {
  float: right;
  margin: 0;
  line-height: 35px;
}

.login_wrapper a.google-plus {
  background: #db4c3e;
  border: 1px solid #db4c3e;
}

.login_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #111;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.login_wrapper .formsix-pos, .formsix-e {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.login_wrapper .form-control {
  height: 53px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fafafa;
}

.login_wrapper .form-control:focus {
  color: #999;
  background-color: fafafa;
  border: 1px solid #4285f4 !important;
}

.login_remember_box {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #999;
}

.login_remember_box .control {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #999;
}

.login_remember_box .forget_password {
  float: right;
  color: #db4c3e;
  line-height: 12px;
  text-decoration: underline;
}

.login_btn_wrapper a.login_btn {
  text-align: center;
  text-transform: uppercase;
}

.login_message p {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}

.login_wrapper a.login_btn:hover {
  background-color: #2c6ad4;
  border-color: #2c6ad4;
}

.login_wrapper a.btn:hover {
  background-color: #2c6ad4;
  border-color: #2c6ad4;
}

.login_wrapper a.google-plus:hover {
  background: #bd4033;
  border-color: #bd4033;
}

.login_btn_wrapper {
  margin-top: 15px;
  padding-top: 15px;
}
/* End Login Page */

/*#glass {*/
  /*position: absolute;*/
  /*border-radius: 50%;*/
  /*box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/
  /*display: none;*/
  /*background-repeat: no-repeat;*/
  /*background-color: rgba(0,0,0,.6);*/
/*}*/

/* Start Contact Page */
.lb-contact-box .card {
  border: none;
}
/* End Contact Page */


/* Start product Category Page */
section#sidebar {
  padding-right: 20px;
}
.cat-sidebar {
  background: #000944;
  color: #FFF;
  padding: 30px 25px;
}
.side-logo {
  max-height: 32px;
}
h3.title.pro-cat-title a {
  color: #000944;
  font-weight: 600;
  font-size: 20px;
}
/* End product Category Page */

/* Start Profile  Page */
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #ccc;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.myaccount-tab-menu a:last-of-type {
  border-bottom: 1px solid #ccc;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #000944;
  border-color: #000944;
  color: #ffffff;
}
.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
.myaccount-content .account-details-form {
  margin-top: 50px;
}
#edit-addr {
  display: none;
}
/* End Profile  Page */