@charset "utf-8";
/* CSS Document */
body {
  /*background-image: url(../images/bg.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f1f1;
}
.navbar-brand {
  padding: 13px 15px !important;
}
.profile_icon {
  padding-top: 9px !important;
  padding-bottom: 10px !important;
  padding-right: 10px;
}
.nav a {
  font-size: 16px;
}
.four-grids {
  background: #fff;
  padding: 4em 0em 0em;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}
.form-group input[type="text"] {
  margin-top: 0px !important;
  background-color: #fff;
}
.four-grid {
  margin-bottom: 4em;
}
.four-grid1 {
  background: #494949;
}
.four-grid2 {
  background: #989898;
}
.four-grid3 {
  background: #f7aa47;
}
.four-grid4 {
  background: #0e62c7;
}
.four-grid5 {
  background: #d00003;
}
.four-grid6 {
  background: #0099c8;
}
.icon i {
  margin-top: -1.8em;
}
i.glyphicon-user {
  background: #68b828;
}
.icon i {
  font-size: 1.5em;
  border-radius: 62px;
  border: 3px solid #fff;
  padding: 1em;
  background: #494949;
  color: #fff;
}
/*.icon{



    font-size: 1.5em;



    border-radius: 62px;



    border: 3px solid #fff;



    padding: 1em;



    background: #34495e;



    color: #fff;



}*/
.four-grid h3 {
  font-size: 1.2em;
  font-family: "Comfortaa", cursive;
  padding: 1em 0 0.5em;
  color: #fff;
}
.four-grid h4 {
  font-size: 2em;
  font-family: "Comfortaa", cursive;
  color: #fff;
  padding-bottom: 0.5em;
  font-weight: 600;
}
.four-grid1 a, .four-grid2 a, .four-grid3 a, .four-grid4 a, .four-grid5 a, .four-grid6 a {
  font-size: 1em;
  color: #fff;
  box-shadow: inset 0 -50px 0 0 rgb(255 255 255 / 10%);
  display: block;
  padding: 0.5em;
  margin-top: 1em;
  text-decoration: none;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0px;
}
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: transparent;
}
.login-bg {
  background-image: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-head {
  padding: 4em 20% 0em;
  text-align: center;
  margin-top: 160px;
}
.login-head h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 42px;
}
.login {
  background-color: rgba(33, 160, 233, 0.8);
  padding: 3em 4em 3em;
  margin-top: 0px;
  border-radius: 15px;
  box-shadow: 0 6px 76px 0 rgba(0, 0, 0, 0.1), 0 10px 26px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: 0px auto;
  border: 3px solid #fff;
}
.login-name-tag {
  padding: 15px 0px;
  font-size: 18px;
  color: #fff;
}
input[type="text"], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 25px;
  resize: vertical;
  background-color: transparent;
  color: #000;
}
input[type="Password"], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 10px;
  resize: vertical;
  background-color: transparent;
  color: #000;
}
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #45a049;
}
.remember {
  float: left;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.forgot {
  float: right;
  text-align: right;
  color: #002c46;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-black {
  color: #fff;
  background-color: #001928;
  font-size: 16px;
  margin: 0px 10px 0px 0px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black:active.focus, .btn-black:active:focus, .btn-black:active:hover, .open > .dropdown-toggle.btn-black.focus, .open > .dropdown-toggle.btn-black:focus, .open > .dropdown-toggle.btn-black:hover {
  color: #fff !important;
  background-color: #064162;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #d4d4d4;
}
.gray {
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.order-details {
  background: #fff;
  padding: 0em 0em 0em;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}
.order-details h3 {
  color: #298be6;
  padding: 10px 0px 15px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0px;
}
.order-details-pic {
  text-align: center !important;
}
.order-details-link {
  font-weight: bold;
}
.order-details td {
  vertical-align: middle !important;
}
footer {
  background-color: #555;
  color: white;
  padding: 15px;
  margin-top: 30px;
  font-size: 18px;
}
.pad_none {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/*for category sec css*/
.product_category_details {
  padding: 30px 0px 30px 0px;
}
.product {
  border: 1px solid #c5c5c5;
  margin-bottom: 30px;
}
.product:hover {
  box-shadow: 0 10px 20px #0000002b;
}
.product-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.product-img img {
  max-height: 200px;
}
.product-img-lrg {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
}
.product-img-lrg img {
  max-height: 400px;
}
.product-name {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #f4f4f4;
  padding: 5px 0px;
}
.product-name h4 {
  font-weight: bold;
  font-size: 17px;
}
.product-name h4 a {
  color: #333;
}
.product-name h4 a:hover {
  color: #17bfef;
  text-decoration: none;
}
.link a {
  color: #333;
}
.link a:hover {
  color: #0c4e6c;
  text-decoration: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 10000;
  border-left: 1px solid #17bff0;
}
.sidenav a {
  padding: 4px 8px 4px 10px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 20px;
  z-index: 10000;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.dropdown-cart-header {
  border-bottom: 1px solid #e6ebee;
  color: #696969;
  font-size: 1.3rem;
}
.dropdown-cart-header a {
  color: #474747;
}
.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 5px !important;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.notification img {
  width: 21px !important;
}
.notification:hover {
  background: #17bff0 !important;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 4px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
}
.cart-main {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.cart-img {
  width: 25%;
  float: left;
  display: block;
  padding: 5px 5px 5px 0px;
}
.cart-img img {
  width: 100%;
}
.cart-details {
  width: 70%;
  float: left;
  display: block;
  padding: 5px 5px 5px 0px;
}
.cart-item-head {
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  float: left;
  text-align: left;
  font-size: 14px;
  padding: 0px 10px;
}
.cart-item-view {
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  float: right;
  text-align: right;
  font-size: 14px !important;
  padding: 0px 10px;
}
.cart-item-view a {
  padding: 0px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.cart-checkout-position {
  width: 26.5%;
  position: fixed;
  bottom: 0px;
  background-color: #fff;
}
.home-checkout {
  width: 100%;
  text-align: center;
  padding: 8px 0px 8px 0px !important;
  background-color: #373a4e;
  color: #fff !important;
  border-radius: 0px;
  margin-top: 40px;
}
.home-checkout:hover {
  background-color: #17bff0 !important;
  color: #373a4e !important;
}
.product_category_details h2 {
  font-size: 26px !important;
}
.product_category_details h4 {
  font-size: 15px !important;
}
.product_category_details .category-name {
  font-size: 15px !important;
}
.padding-left-none {
  padding-left: 0px !important;
}
.padding-right-none {
  padding-right: 0px !important;
}
.margin-top-none {
  margin-top: 0px !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.well {
  float: left;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f2fcff !important;
  border: 1px solid #d0f5fe !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.well input[type="text"] {
  width: 30%;
  float: left;
  padding: 22px 12px;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff !important;
  text-align: center !important;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 0px;
  resize: vertical;
  background-color: transparent;
  color: #000;
  font-size: 20px;
}
.breadcrumb-nav {
  color: #8e8e8e;
  border-bottom: 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 1.2rem 0;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  font-size: 11.2px;
  letter-spacing: 0.09em;
  line-height: 24px;
  text-transform: uppercase;
}
.breadcrumb-item a, .breadcrumb-item.active {
  color: inherit;
}
.add-to-cart-but {
  background-color: #4caf50;
  color: white;
  font-size: 15px !important;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.add-to-cart-but:hover {
  background-color: #373a4e;
  color: white;
  text-decoration: none !important;
}
.add-to-cart-but:focus {
  color: #fff !important;
  text-decoration: none !important;
}
.checkout-sec-cart {
  padding-top: 20px !important;
}
.checkout-cart-but {
  background-color: #4caf50;
  color: white;
  font-size: 15px !important;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 0px;
}
.checkout-cart-but:hover {
  background-color: #373a4e;
  color: white;
}
.save-for-draft-but {
  background-color: #17bff0;
  color: #000;
  font-size: 15px !important;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.save-for-draft-but:hover {
  background-color: #373a4e;
  color: white;
}
.adcrtBtn .msgDiv {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.price-style {
  font-size: 22px;
  font-family: cursive;
  color: #373a4e;
}
.cart-item {
  float: left;
  max-height: 500px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  direction: ltr;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cart-item::-webkit-scrollbar {
  width: 10px;
}
.cart-item::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 50px;
}
.cart-item::-webkit-scrollbar-thumb {
  border-radius: 50px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #bebec3;
}
.adcrtBtn {
  width: 70%;
  float: left;
  display: block;
  padding-left: 10px;
  display: flex;
}
.top-sec-item-num {
  margin-top: -60px;
}
.img-cart-sec {
  width: 18%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 0px !important;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.qty-field {
  float: left;
  width: 100%;
  margin-top: 0px !important;
  top: 0px !important;
  border: 1px solid #337ab7 !important;
}
.text-align-center {
  text-align: center;
}
.price-cart {
  font-size: 16px;
  margin-left: 20px;
}
.total-cart {
  font-size: 15px;
  font-weight: bold;
}
.product_category_details .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.combination-sec {
  display: flex;
}
.combination-qty {
  float: left;
  display: block;
  margin-right: 20px;
  color: #989898;
  font-size: 12px;
}
.shiping-details {
  float: left;
  font-size: 20px;
  margin: 20px 0px 10px 0px;
  color: #373a4e;
}
.total-amount {
  float: left;
  font-size: 19px;
  margin: 0px 0px 10px 0px;
  color: #373a4e;
}
.order-place {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 21px !important;
  text-align: center;
}
.total-amount-head {
  font-size: 17px !important;
}
.thank-you-auto {
  margin: auto;
  padding: 0px;
  width: auto;
  max-width: 530px;
}
.thank-you-sec {
  width: calc(100% - 0px);
  padding: 10px;
}
.thank-you-h1 {
  font-size: 60px;
  text-align: center;
  padding: 10px;
  margin-top: 0px;
}
.thank-you-img {
  margin-top: 0px;
  padding: 10px;
  text-align: center;
}
.thank-you-success {
  font-size: 20px;
  padding: 10px;
  margin-top: 0px;
  text-align: center;
}
.thank-you-details {
  font-size: 16px;
  padding: 10px;
  margin-top: 0px;
  text-align: center;
  position: relative;
}
.inner-form {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  resize: vertical !important;
  background-color: transparent !important;
  color: #000 !important;
}
.product_category_details .table {
  text-align: center !important;
}
.product_category_details .table tr ul {
  padding: 0px;
  margin-top: 10px;
  color: darkgray;
  font-size: 13px;
}
.product_category_details .table tr ul li {
  list-style-type: none;
}
.table-head-text-center {
  text-align: center !important;
}
.product_category_details .table .sec_round {
  background-color: #efefef;
  text-align: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
}
.right-but-sec .addBtn_nw {
  padding: 15px 15px 15px;
  float: left;
  width: 100%;
  text-align: right;
}
.profile-head h3 {
  margin-bottom: 20px;
}
.order-details label {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
    color: #000;
    font-size: 14px;
}
.edit_profile {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}
.edit_profile:hover {
  background-color: #45a049;
  color: white;
  text-decoration: none;
}
.save_profile {
  margin-bottom: 20px;
}
.eye {
  font-size: 18px !important;
  color: #8a8a8a;
  padding-top: 9px;
  padding-bottom: 9px;
}
.priceTag {
  border-bottom: 1px solid #ddd;
  padding: 2px 0px;
  text-align: right;
  margin-bottom: 0px !important;
}
.priceTag .prcS {
  font-size: 13px;
  padding-bottom: 0px;
  display: block;
  float: right;
  padding-left: 10px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.priceTag .totprcs {
  font-size: 13px;
  font-weight: 600;
  color: #373a4e;
  display: block;
  float: right;
  padding-left: 10px;
}
.priceTag span {
  padding-left: 5px;
}
.cusCrtWrp .rmvBtn {
  position: relative;
  top: 34px;
  left: -1px;
  height: 10px;
  z-index: 9;
}
.cusCrtWrp .rmvBtn a {
  color: red;
}
.order-details label {
  padding-top: 0px !important;
}
.cusCrtWrp .admore {
  display: block;
  float: left;
  padding-top: 10px;
  font-size: 13px;
}
.cusCrtWrp .admore i {
  padding-right: 5px;
}
.cusCrtWrp .panel-body {
  padding: 10px 10px;
}
.cusCrtWrp .inner-form {
  padding: 10px !important;
  text-align: center;
}
.cusCrtWrp .form-group {
  margin-bottom: 1px !important;
}
.cusCrtWrp .product_category_details {
  padding: 30px 0px 0px 0px !important;
}
.cusCrtWrp .pull-right {
  float: right !important;
  text-align: right;
}
.cusCrtWrp .catVAll {
  position: relative;
  top: -35px;
}
.cusCrtWrp .catVAll a {
  color: #fff !important;
}
.cusCrtWrp .rmvBtnmain {
  top: 0px;
  right: 0px;
  height: 10px;
  z-index: 9;
  display: block;
  float: right;
  color: #373a4e;
}
.cusCrtWrp .rmvBtnmain a {
  color: #373a4e;
}
.product-img {
  overflow: hidden;
}
.RW1 .form-group label, .RW2 .form-group label, .RW3 .form-group label, .RW4 .form-group label {
  font-weight: 600;
  color: #000;
  font-size: 14px
}
.RW1 .form-group, .RW2 .form-group, .RW3 .form-group, .RW4 .form-group {
  margin-bottom: 10px !important;
}
.RW1 .priceTag, .RW2 .priceTag, .RW3 .priceTag, .RW4 .priceTag {
  margin: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px dotted #9b9b9b;
  padding: 15px;
  overflow: hidden;
}
.odv-title {
  margin: 15px 0;
}
.solv-block .table-responsive {
  padding: 0 !important;
  min-height: 90px;
}
/* RESPONSIVE STYLE START */
/* Large desktop :1919px. */
@media (min-width: 1919px) {
  html, body {
    overflow-x: hidden;
  }
}
@media (min-width: 1440px) {}
/* iphone */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1269px) {}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {}
/* small mobile :320px. */
@media (max-width: 767px) {
  .login-head {
    padding: 1em 2% 2em;
    text-align: center;
    margin-top: 34px;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


/*New Style */
.inner-wrap{
    background: #fff;
    padding: 30px;
    border-radius: 3rem;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.inner-wrap h3 {
    font-size: 36px;
}
.footer{
    margin-top: 30px;
}
