/*$box-shadow :#302f372e;*/
/*$box-shadow :#302f372e;*/
.todayrate {
  display: flex;
  flex: 1; }
  .todayrate ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .todayrate ul li {
      display: inline-block;
      padding: 0 8px 0 4px;
      border-right: 1px solid #878787;
      font-size: 14px; }
      .todayrate ul li:first-child {
        border-right: none;
        padding: 0; }
      .todayrate ul li:last-child {
        border-right: none; }

#rate-ticker {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px; }

#rate-ticker > li:first-child {
  padding: 0px; }

#rate-ticker > li {
  border-right: 1px solid #878787; }

#rate-ticker > li:first-child, #rate-ticker > li:last-child {
  border-right: 0px; }

#rate-ticker > li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px; }

.todaysRate {
  font-size: 13px;
  position: relative; }

/*$box-shadow :#302f372e;*/
/*******************************************************************/
/*navigation css start here*/
/*******************************************************************/
a {
  text-decoration: none; }

a:hover {
  color: #f5b555;
  text-decoration: none; }

.navbar .dropdown-menu {
  background-color: #fff; }

.nav-item li:hover {
  background-color: #ccc; }

nav ul .navbar-nav {
  flex-direction: row; }

.custom-navigation .navbar-collapse.collapse {
  float: left; }

@media (max-width: 992px) {
  .navbar-collapse.collapse.in {
    margin: 0px !important;
    width: 100% !important; } }
@media (max-width: 992px) {
  .navbar-collapse.collapse.in {
    display: block !important; } }
@media (max-width: 992px) {
  .navbar-collapse.collapse.in {
    display: block !important; } }
@media (max-width: 992px) {
  .navbar-collapse.in {
    overflow-y: auto !important; } }
@media (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; } }
@media (max-width: 992px) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    min-height: 100%; } }
@media (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important; } }
.fixed-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1039; }

.site-header {
  position: absolute;
  top: 10px;
  z-index: 9;
  width: 100%; }

.cart-item-count {
  color: #000; }

/*******************************************************************/
/*navigation search css start here*/
/*******************************************************************/
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none; }

.search-form .form-group input.form-control::-moz-placeholder {
  display: none; }

.navbar-right {
  min-width: 450px;
  /*or I can probably just use columns*/ }

.navbar-right form {
  width: 100%; }

.search-form .form-group {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  transition: width 1s;
  backface-visibility: hidden; }

.search-form .form-group input.form-control {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  width: 100%;
  height: 50px;
  margin: 0;
  z-index: 10; }

.search-form input[type="text"].form-control {
  -webkit-appearence: none;
  -webkit-border-radius: 50px 50px 50px 50px; }

.form-control-submit,
.search-label {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 50px; }

.form-control-submit {
  background: #fff;
  /*stupid IE*/
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.search-label {
  z-index: 90; }

.form-group.sb-search-open,
.no-js .sb-search-open {
  width: 100%; }

.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
  background: #da6d0d;
  color: #fff;
  z-index: 11; }

.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
  z-index: 90; }

/*$box-shadow :#302f372e;*/
.sub-form-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 48px 20px;
  position: absolute;
  top: 10%;
  z-index: 9;
  left: 0;
  right: 0;
  border-radius: 15px;
  text-align: center; }
  @media (max-width: 768px) {
    .sub-form-wrapper {
      width: 90%;
      padding: 0px 10px 10px; } }
  .sub-form-wrapper h2 {
    margin: 15px 0;
    line-height: 28px;
    padding: 0; }

.subcription-form {
  background: #3e445087;
  padding: 26px 18px;
  display: flex; }
  @media (max-width: 768px) {
    .subcription-form {
      width: 100%; } }
  .subcription-form .column {
    width: 45%;
    margin: 10px; }
    @media (max-width: 768px) {
      .subcription-form .column {
        width: 100%;
        margin: 0 auto 10px; } }
    .subcription-form .column input {
      background: transparent;
      border: 1px solid #fff;
      text-transform: uppercase;
      font-size: 12px;
      color: #fff;
      padding: 15px 10px;
      width: 100%;
      outline: none; }
      .subcription-form .column input:-ms-input-placeholder {
        color: #fff; }
      .subcription-form .column input:-moz-placeholder {
        color: #fff; }
    .subcription-form .column input::-webkit-input-placeholder {
      color: #fff; }
    .subcription-form .column input::-moz-placeholder {
      color: #fff; }
  .subcription-form .column-button {
    width: 95%;
    margin: 10px; }
  .subcription-form div.column-button button {
    padding: 15px 40px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
    cursor: pointer; }
    .subcription-form div.column-button button:hover {
      background: #696969; }

.error-msg {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 10px;
  color: #c50a0a;
  text-transform: capitalize; }

.error-outer {
  width: 100%;
  text-align: center;
  padding: 15px; }

/*$box-shadow :#302f372e;*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 12000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  transition: 0.3s; }

.sidenav a:hover {
  color: #e48b05 !important; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
ul.nav-menu-list-style .nav-header {
  right: 3px;
  font-size: 12px; }

ul.nav-menu-list-style {
  margin: 0; }

ul.nav-menu-list-style .nav-header {
  display: block;
  margin: 0;
  line-height: 42px;
  padding: 0 8px; }

ul.nav-menu-list-style > li {
  position: relative; }

ul.nav-menu-list-style > li a {
  padding: 0 10px;
  line-height: 32px; }

ul.nav-menu-list-style {
  list-style: none;
  padding: 0px;
  margin: 0px; }

/*$box-shadow :#302f372e;*/
/*.search-container {
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    right: 0px;
    padding: 5px;
    height: 30px;
    padding-left: 30px;
    z-index: 1000;
}

    .search-container input#searchInput {
        opacity: 0;
        z-index: 1;
        position: absolute;
        right: 0px;
        top: 0px;
        -webkit-transition: width .55s ease;
        -moz-transition: width .55s ease;
        -ms-transition: width .55s ease;
        -o-transition: width .55s ease;
        transition: width .55s ease;
    }

        .search-container input#searchInput::-webkit-input-placeholder {
            color: #ccc;
        }

        .search-container input#searchInput:-moz-placeholder { 
            color: #ccc;
        }

        .search-container input#searchInput::-moz-placeholder { 
            color: #ccc;
        }

        .search-container input#searchInput:-ms-input-placeholder {
            color: #ccc;
        }

    .search-container .icon {
        background-color: transparent;
        position: absolute;
        right: 10px;
        z-index: 2;
        text-align: center;
        color: $white;
        display: block;
        font-size: 16px;
        padding: 0 5px;
        top: 5px;
    }

    .search-container .icon-reset {
        right: 37px;
        top: 7px;
        padding: 0px 5px 0;
        cursor: pointer;
        color: #8e8e8e;
        opacity: 0;
    }

    .search-container .icon-search {
        cursor: pointer;
    }

    .search-container:hover .icon-reset, .search-container input#searchInput:focus .icon-reset, .container-2 input#searchInput:active .icon-reset {
        opacity: 1;
    }

    .search-container input#searchInput:focus, .container-2 input#searchInput:active {
        outline: none;
        width: 320px;
        opacity: 1;
        border-color: #777;
    }

    .search-container:hover input#searchInput {
        width: 320px;
        opacity: 1;
        border:solid 1px black;
    }

    .search-container:hover .icon {
        color: #93a2ad;
    }
	
@media screen and (min-width: 1025px) {
    .search-container input#searchInput {
        right: 10px;
    }}
	@media (max-width:330px) {
    #mainSearchContainer .search-container .icon-search {
        right: 10px;
    }

    #mainSearchContainer .search-container .icon-reset {
        right: 26px !important;
    }
}*/
.search-container {
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  /*right: 0px;
  padding: 5px;*/
  /*height: 30px;
  padding-left: 30px;
  z-index: 1000;*/ }

.search-container input#searchInput {
  opacity: 0;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease; }

.search-container input#searchInput::-webkit-input-placeholder {
  color: #ccc; }

.search-container input#searchInput:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.search-container input#searchInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

.search-container input#searchInput:-ms-input-placeholder {
  color: #ccc; }

.search-container .icon {
  background-color: transparent;
  position: absolute;
  right: 10px;
  z-index: 2;
  text-align: center;
  color: #000;
  display: block;
  font-size: 16px;
  padding: 0 5px;
  top: 5px; }

.search-container .icon-reset {
  right: 37px;
  top: 7px;
  padding: 0px 5px 0;
  cursor: pointer;
  color: #8e8e8e;
  opacity: 0; }

.search-container .icon-search {
  cursor: pointer; }

.search-container:hover .icon-reset, .search-container input#searchInput:focus .icon-reset, .container-2 input#searchInput:active .icon-reset {
  opacity: 1; }

.search-container input#searchInput:focus, .container-2 input#searchInput:active {
  outline: none;
  width: 320px;
  opacity: 1;
  border-color: #777; }

.search-container:hover input#searchInput {
  width: 320px;
  opacity: 1;
  border: solid 1px black; }
  @media (max-width: 768px) {
    .search-container:hover input#searchInput {
      width: 150px; } }

@media (max-width: 768px) {
  li .nav-link {
    padding: 0rem 1rem; } }

@media (max-width: 768px) {
  li.nav-item {
    padding: 0rem 0.5rem; } }

.search-container:hover .icon {
  color: #93a2ad; }

@media screen and (min-width: 1025px) {
  .search-container input#searchInput {
    right: 10px; } }
@media (max-width: 330px) {
  #mainSearchContainer .search-container .icon-search {
    right: 10px; }

  #mainSearchContainer .search-container .icon-reset {
    right: 26px !important; } }
/*$box-shadow :#302f372e;*/
[data-toggle="collapse"]:after {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg);
  transition: all linear 0.25s;
  float: right;
  margin-top: 16px;
  margin-right: 8px; }

[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg); }

.product-filter .card {
  background: transparent;
  border-radius: 0px;
  margin-bottom: 20px; }

.product-filter .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  padding: 8px 5px; }

.product-filter .card-header h5 a {
  color: #696969;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0.2em 0.6em; }

.product-filter .card-header h5:hover a.collapsed {
  color: #696969;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0.2em 0.6em; }

.product-filter .card-header h5 a.collapsed {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #696969;
  padding: 0.2em 0.6em; }

.product-filter .card-header p {
  font-size: 12px;
  color: #696969;
  padding: 0.2em 0.6em;
  margin-bottom: 0; }

.card-body {
  border-top: 1px solid #ccc;
  box-shadow: 0px -1px 1px 0px #cccccc59; }

/*checkbox label bold css*/
.checkbox {
  margin-top: 12px;
  margin-bottom: 12px; }

.checkbox label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #555861;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  float: left;
  margin-right: 1.5em;
  margin-top: 4px; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 8%; }

.checkbox label input[type="checkbox"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  /*    transform: scale(3) rotateZ(-20deg);*/
  opacity: 0;
  /*    transition: all .1s ease-in;*/ }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5; }

.labelbold {
  font-weight: bold !important; }

#imagewrap {
  font-size: 14px; }

.clearFilters, #applyFilters, .detailview a {
  font-size: 12px;
  color: #696969 !important;
  text-decoration: underline; }

.clearFilters:hover, .detailview a:hover {
  color: #696969; }

/*$box-shadow :#302f372e;*/
/*$box-shadow :#302f372e;*/
.add-to-cart-wishlist {
  color: #000;
  border: 1px #000 solid;
  border-radius: 5px;
  transition: all 2s ease-out; }

.add-to-cart-wishlist:hover {
  color: #fff;
  background-color: #000; }

.rodio-button {
  overflow: auto;
  float: left;
  margin-right: 20px; }

.rodio-button label {
  float: left;
  margin: 0; }

.rodio-button label span {
  display: block;
  cursor: pointer;
  font-size: 11px;
  color: #16181d;
  background-color: #ffffff;
  border: solid 1px #000000;
  padding: 13px 20px;
  text-align: center;
  cursor: pointer; }

.rodio-button label span:hover {
  background-color: #f9f9f9; }

.rodio-button label input {
  position: absolute;
  top: -20px;
  visibility: hidden; }

.rodio-button label span.input-checked {
  background-color: #000;
  color: #F7F7F7; }

.product-materials-row .material p {
  font-size: 14px;
  margin: 5px 0;
  padding: 0px 15px 0px 0px;
  border-right: 1px solid #ccc; }

.product-materials-row .material:last-child p {
  border-right: 1px solid transparent; }

.product-customization-options #variantDropdown {
  padding: 5px 0px; }

.product-materials-row {
  display: none; }

/*============================================
    Product-Detail page
 * ======================================================================== */
.navbar.innerpage-navbg {
  background: #16181d; }

.product-specifications {
  background-color: #eefafa;
  padding: 10px 0 30px; }

.product-specifications p {
  font-family: Montserrat;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  color: #16181d; }

.product-specifications a.prod-spec {
  font-size: 15px;
  color: #16181d;
  padding: 11px 20px;
  border: 1px solid #30343f;
  background: transparent;
  border-radius: inherit;
  margin: 18px 0px;
  cursor: default; }

.product-specifications a.prod-spec:active:focus, .product-specifications a.prod-spec:hover {
  background-color: transparent;
  border-color: #30343f;
  outline: none;
  outline-offset: 0; }

.product-specifications a, .every-purchase a {
  font-size: 17px;
  color: #16181d;
  border-bottom: 1px solid #16181d; }

.product-specifications a:hover, .every-purchase a:hover {
  text-decoration: none;
  transition: none; }

.carousel-control {
  top: 35%;
  bottom: 50%;
  width: auto;
  font-size: 20px;
  color: #313131;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 10;
  font-size: 29px; }

.carousel-control:focus, .carousel-control:hover {
  color: #313131;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 10; }

#adornists-recommend s.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  width: 50%; }

.every-purchase p {
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
  text-align: center;
  color: #a6e7e5; }

.pro-name h4 {
  margin: 0; }

.pro-name h4 span {
  margin-left: 15px;
  color: #f56476;
  font-size: 16px; }

/*.designer-note p {
    font-family: Merriweather;
    font-size: 13px;
    line-height: 1.85;
    color: #16181d;
    padding-right: 4em;
}*/
.price .base-price {
  margin-left: 15px;
  vertical-align: middle;
  text-decoration: line-through;
  padding-top: 3px; }

.safe-hand h4 {
  line-height: 19px;
  font-size: 15px;
  text-align: center;
  color: #16181d; }

.safe-hand p {
  font-size: 11px;
  line-height: 1.82;
  text-align: center;
  color: #000000;
  line-height: 20px;
  width: 236px;
  margin: 0 auto; }

.safe-hand img {
  width: auto;
  margin: 0 auto 19px;
  text-align: center; }

/*$box-shadow :#302f372e;*/
.product-slider {
  padding: 45px 0 0;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.product-slider #carousel {
  border: 2px solid #f4f4f4;
  margin: 0; }

.product-slider #thumbcarousel {
  margin: 12px 0 0;
  padding: 0 45px;
  border: solid 1px #f4f4f4;
  border-radius: 0px;
  background-color: #f4f4f4; }

.product-slider #thumbcarousel .carousel-item {
  text-align: center; }

.product-slider #thumbcarousel .carousel-item .thumb {
  border: 2px solid #f4f4f4;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 98px;
  border-radius: 0px; }

.product-slider #thumbcarousel .carousel-item .thumb:hover {
  border-color: #ccc; }

/*#thumbcarousel{
    .carousel-inner{
        .carousel-item{
            border:2px solid red;
        }
    }
}*/
/*$box-shadow :#302f372e;*/
h1, h2, h3, h4, h5 {
  color: #000; }

.btn-success {
  color: #fff !important;
  background-color: #696969;
  border-color: #696969; }

a:hover {
  color: #696969;
  text-decoration: none; }

.bg-base {
  background-color: #696969; }

.background-secondary-color {
  background-color: #000; }

.secondary_color {
  color: #000; }

.tertiary_color {
  color: #fff; }

.border-bottom-sec-color {
  border-bottom: 1px solid #000; }

.border-top-sec-color {
  border-top: 1px solid #000; }

a {
  text-decoration: none;
  color: #000; }

.card a {
  color: #fff; }

.product-card-body {
  padding: 0.75rem;
  border-top: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  color: #fff; }

.product-card-body:hover {
  opacity: 1; }

.card .overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.nav-link a, .nav-link i, .nav-link {
  color: #696969; }

.btn-primary {
  color: #696969;
  border-color: #696969;
  background-color: rgba(105, 105, 105, 0.2); }

.btn-primary:hover, .btn-success:hover {
  color: #fff !important;
  border-color: #fff;
  background-color: #696969; }

.carousel-control-next, .carousel-control-prev {
  top: 30%;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #696969;
  display: none; }
  @media (max-width: 767px) {
    .carousel-control-next, .carousel-control-prev {
      top: 10%; } }

.content {
  width: 90%;
  /* or whatever is required */
  text-align: center;
  /* ensures the image is always in the h-middle */
  overflow: hidden;
  /* hide the cropped portion */ }

main-carousel-img {
  position: relative;
  /* allows repositioning */
  left: 100%;
  /* move the whole width of the image to the right */
  margin-left: -200%;
  /* magic! */
  bottom: 0; }

.center-heading {
  position: relative;
  margin: 0 auto 40px; }
  .center-heading h3 {
    line-height: 3rem; }

/* Scroll to top
-------------------------------------------------- */
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px; }

#scrollToTop:hover {
  background-color: #fff;
  color: #000; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc; }

.panel.panel-default {
  border-color: #ccc; }

/*$box-shadow :#302f372e;*/
.form-group input, .form-group label, .form-group .controls, .login-customContent p, .login-customContent input, .login-customContent label, .forgotpasswordlink {
  font-size: 14px; }

.login-customContent {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  .login-customContent label {
    margin-top: 5px; }
  @media screen and (min-width: 992px) {
    .login-customContent {
      margin: 0 auto; }
      .login-customContent .graybg {
        padding: 15px; } }

.borderBottom {
  padding-top: 1rem;
  border-bottom: 1px solid #f4f4f4;
  /*margin-bottom: 20px;*/
  /*padding-bottom: 10px;*/ }

/*@media only screen and (min-width: 768px){*/
.form-control:focus {
  border-color: #878787;
  box-shadow: none; }

/*}*/
.error, .field-validation-error {
  font-size: 14px;
  color: red; }

.btn-facebook .bg {
  background: none repeat scroll 0 0 #3b5998;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #fff; }

.forgotpasswordlink {
  color: #696969; }

.account-heading {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  color: #bf1f29; }

.btn.orangebtn {
  padding: 6px 20px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #696969; }

.nav-tabs .nav-link {
  color: #696969; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #000; }

.nav-tabs .nav-link {
  color: #000; }

.btn.focus, .btn:focus {
  box-shadow: none; }

#clearAnniversayDate {
  line-height: 1.8; }

.login-content {
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  box-shadow: 0px 1px 2px 2px #33333314;
  margin: 2em auto 0; }

.myAccount {
  margin-top: 3rem; }

/*.cart-item-count{
    position: absolute;
    right: -5px;
    top: 0;
    /*border-radius: 50%;
    border: 1px solid  $tab_heading;
    height: 20px;
    width: 20px;
    line-height: 20px;
}*/
.myAccount .panel.panel-default {
  border-color: white; }

.myAccount .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.myAccount .panel-body a {
  font-size: 1rem; }

/*$box-shadow :#302f372e;*/
.removewishlistItem, .addwishlistItemtoCart {
  color: #696969;
  padding: 6px;
  border: 1px solid #f4f4f4;
  cursor: pointer; }
  .removewishlistItem:hover, .addwishlistItemtoCart:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #fff; }

.jf-hide {
  display: none; }

.wishlist-row {
  padding: 10px 0px;
  border: 1px solid rgba(105, 105, 105, 0.2);
  border-radius: 10px;
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(105, 105, 105, 0.2);
  margin: 2em 0em; }
  @media screen and (max-width: 768px) {
    .wishlist-row {
      flex-direction: column;
      margin: 1em 1em;
      padding: 30px 0px; } }

.wish-thumb {
  flex: 1;
  text-align: center; }
  .wish-thumb img {
    width: 60% !important;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 5px 1px #25242424; }

.panel {
  box-shadow: none; }

.wishlist-other-details {
  flex: 2; }
  .wishlist-other-details .jf-catalog-price {
    margin: 10px 0 20px; }
  .wishlist-other-details h3 {
    font-size: 20px;
    margin: 0 0 10px 0; }

.no-wishlist {
  text-align: center;
  color: #555555;
  font-size: 20px;
  font-weight: 100;
  border: 1px solid #f4f4f4;
  padding: 20px 10px;
  margin: 3em;
  border-radius: 6px;
  box-shadow: 0 2px 3px #dddddd91;
  line-height: 28px; }

.wishlist-other-details .btn {
  background: #fff;
  border: 1px solid #696969; }
  .wishlist-other-details .btn:hover {
    border: 1px solid #696969;
    background: #696969;
    color: #fff; }

.wishlist-other-details .fa-shopping-cart {
  margin-right: 7px; }

.fontStrikeThrough {
  text-decoration: line-through;
  font-size: 15px; }

.wishlist-other-details .fa-remove {
  margin-right: 7px; }

.hide {
  display: none !important; }

s {
  font-size: 15px; }

body {
  font-family: Roboto;
  margin-top: 30px;
  /*@media only screen and (max-width: 768px){
      margin-top:165px;
  }*/ }

.graybg {
  background: #f4f4f4; }

.menu-main {
  background: #000;
  color: #696969; }

.menu-main li a.nav-link {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.01em; }

.navbar-nav .nav-item .nav-link {
  color: #fff; }

.menu-main li a.nav-link:hover {
  color: #f5b555; }

nav.not-top {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .top-right-nav ul.navbar-nav {
    flex-direction: row; } }

.orderWidth {
  width: 10%; }

.detailWidth {
  width: 15%; }

.jf-my-order-img > img {
  width: 88px;
  height: 88px;
  border: 1px solid #dddddd;
  padding: 5px; }

.reviewBtn {
  background: #dee2e6;
  border-radius: 0.25rem !important; }

#pinverification .dropdown-toggle::after {
  margin-top: 0px; }

#pinverification .btn-sm {
  background-color: transparent;
  border: 1px solid; }

#pinverification .text-success {
  vertical-align: middle;
  top: 10px;
  padding-left: 1px;
  position: relative; }

#pinverification .pin-label {
  margin: 0 0 0 0;
  padding: 0 0 0 7px; }

#pinverification .form-group {
  margin: 05px 0 0 5px; }

#pinverification .btn {
  padding: 5px 10px;
  margin: 5px 0px 0px 0px; }

#pinverification .text-danger {
  vertical-align: middle;
  top: 9px;
  padding-left: 7px;
  position: relative; }

#pinverification .btn-primary:hover, .btn-success:hover {
  color: #696969 !important; }

#pinverification .dropdown-menu {
  min-width: 18rem; }

@media only screen and (max-width: 600px) {
  #btnverify {
    margin-bottom: 1rem; } }
header .centerlogo {
  transition: all 1s ease 0s;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
  background: transparent;
  transition: all 1s ease 0s; }

.top-right-nav nav.not-top {
  box-shadow: none; }

.myOrders .panel {
  border: none; }

.show-sm-custom {
  display: none; }

/*******************************************************************/
/*home 3-column below caurosal css start here*/
/*******************************************************************/
.orangebg p, .blackbg p {
  width: auto;
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: Courgette; }

.three-imagecol .columnimg {
  min-height: 300px;
  padding: 10rem 0 0; }

.orangebg p {
  background: #f5b555; }

.blackbg p {
  background: #696969;
  color: #fff; }

/*******************************************************************/
/*home tab section for features and best seller css start here*/
/*******************************************************************/
.tab-feature-bestseller .nav-tabs {
  border-bottom: 0;
  border-bottom: none; }
  .tab-feature-bestseller .nav-tabs .nav-link {
    color: #a2a1a5; }
    .tab-feature-bestseller .nav-tabs .nav-link.active {
      color: #696969;
      background-color: transparent;
      border-color: transparent; }
    .tab-feature-bestseller .nav-tabs .nav-link:hover {
      border-color: transparent;
      color: #696969; }

#Newarrivals a.carousel-control-next, #Newarrivals a.carousel-control-prev {
  top: 30%;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000; }

#Bestsellers a.carousel-control-next, #Bestsellers a.carousel-control-prev {
  top: 30%;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000; }

#recentlyViewed a.carousel-control-next, #recentlyViewed a.carousel-control-prev {
  top: 30%;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000; }

/*tab-feature-bestseller end here*/
/*******************************************************************/
/*Home-customer speak css start here*/
/*******************************************************************/
.customer-speak h3 {
  color: #f5b555;
  font-family: Courgette;
  letter-spacing: 1px; }
.customer-speak blockquote {
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  width: auto;
  margin: 0.30em 0;
  padding: 0.35em 0;
  line-height: 1.45;
  position: relative;
  color: #fff; }
  .customer-speak blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 50px;
    position: absolute;
    left: -33px;
    top: -30px;
    color: #fff; }
  .customer-speak blockquote cite {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 5px;
    font-family: Courgette;
    letter-spacing: 1px; }

blockquote p.cust-comment {
  font-size: 16px;
  line-height: 28px;
  font-family: Roboto; }
blockquote cite:before {
  content: "\2014 \2009"; }

.read-more a {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 12px;
  font-family: Roboto, sans-serif;
  transition: all 0.6s; }
  .read-more a:hover {
    text-decoration: none;
    background: #fff;
    color: #696969; }

/*Home-customer speak css end here*/
/*******************************************************************/
/*Blog css start here*/
/*******************************************************************/
.blog-content {
  background: #696969;
  min-height: 260px; }
  .blog-content h4 {
    font-family: Courgette; }
  .blog-content a {
    color: #f5b555;
    font-size: 18px;
    transition: all 1s ease 0s; }
    .blog-content a:hover {
      background: #fff;
      padding: 2px;
      color: #696969;
      text-decoration: none; }
  .blog-content p {
    color: #848484; }

.blog-image img {
  min-height: 259px; }

.ourblog .center-heading h3:after {
  width: 100%; }

/*******************************************************************/
/*facebook and video css start here*/
/*******************************************************************/
@media (max-width: 768px) {
  .videoFrame iframe {
    width: 100%; } }

.center-heading-white {
  position: relative;
  margin: 0 auto 40px; }
  .center-heading-white h3 {
    line-height: 3rem; }
    .center-heading-white h3:before {
      background: #9c9b99 none repeat scroll 0 0;
      border: 1px solid #fff;
      bottom: -5px;
      content: " ";
      height: 14px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 36px;
      z-index: 1;
      border-radius: 100%;
      width: 14px; }
    .center-heading-white h3:after {
      background: #fff none repeat scroll 0 0;
      bottom: 1px;
      content: " ";
      height: 1px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 130px; }

.playbtn {
  position: absolute;
  top: 45%;
  /* bottom: 0; */
  left: 0;
  right: 0;
  text-align: center; }
  .playbtn .fa-play {
    color: #fff;
    background: #c92c2a;
    border-radius: 10px; }

/*facebook and video css end here*/
/*******************************************************************/
/*News letter section css start here*/
/*******************************************************************/
.news-letter {
  background: #f5b555; }
  .news-letter .note {
    color: #686666;
    font-size: 14px; }
  .news-letter .form-group .error {
    color: #f00;
    font-size: 14px;
    position: absolute;
    bottom: 0; }
  .news-letter .form-group input.form-control {
    height: auto;
    padding: 7px;
    font-size: 13px;
    background: #ffffff40;
    border-radius: 0;
    border: 1px solid #878787; }
  .news-letter form.form-inline .form-group {
    width: 90%;
    background: transparent; }
  .news-letter button.btn {
    background: transparent;
    border: 1px solid #878787;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 7px; }
    .news-letter button.btn:hover {
      background: #fff;
      color: #696969; }

.subscribe-success {
  display: block; }

.subscribe-hidden {
  display: none; }

/*News letter section css end here*/
/*******************************************************************/
/*footer section css start here*/
/*******************************************************************/
.copyright-text, .credits, .credits a {
  color: #f4f4f4;
  font-size: 13px;
  line-height: 20px;
  font-family: Roboto; }

.site-footer {
  background: #696969; }

.contact-details.right-border {
  border-right: 1px solid #f4f4f461;
  opacity: 3; }
.contact-details h6 {
  font-family: Courgette;
  color: #f4f4f4; }
.contact-details p {
  font-family: Roboto;
  color: #f4f4f4;
  font-size: 14px; }
.contact-details ul li a {
  color: #fff; }
  .contact-details ul li a:hover i.fa-facebook {
    color: #3b5998; }
  .contact-details ul li a:hover i.fa-twitter {
    color: #00b6f1; }
  .contact-details ul li a:hover i.fa-instagram {
    color: #2c6a93; }
  .contact-details ul li a:hover i.fa-google-plus {
    color: #c20806; }

.bottom-footer {
  background: #282528; }
  .bottom-footer div div ul li a {
    color: #f4f4f4;
    font-size: 14px;
    line-height: 30px; }
    .bottom-footer div div ul li a:hover {
      color: #f5b555;
      text-decoration: none; }

.credits a:hover {
  color: #f5b555;
  text-decoration: none; }

/*footer section css ends here*/
/*******************************************************************/
/*page3 - product-detail*/
/*******************************************************************/
.product-info p {
  padding: 0;
  margin: 0; }
.product-info ul li {
  padding: 8px 0; }

.itemcode {
  opacity: 0.75;
  font-size: 14px; }

.item-desc {
  line-height: 34px; }

.item-price {
  border-bottom: 1px solid #696969;
  display: inline-block;
  padding-bottom: 2px;
  margin: 0; }
  .item-price span .fa {
    font-size: 20px;
    padding-right: 8px; }

.outofstock {
  color: #bf1f29;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600; }

.attribute-head {
  margin: 0;
  padding: 20px 0 5px;
  font-size: 18px;
  font-weight: 600; }

.orangebtn {
  background: #f5b555;
  padding: 15px 30px;
  border-radius: 5px;
  color: #696969;
  transition: all 0.6s; }
  .orangebtn:hover {
    text-decoration: none;
    background: #e48b05;
    color: #fff; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .orangebtn {
      padding: 15px; } }

.schemebanner {
  min-height: 350px; }

/*******************************************************************/
/*Catalog 
 css start here*/
/*******************************************************************/
.page-baner {
  min-height: 300px;
  height: 320px; }

.page-baner.card {
  border-radius: 0px;
  border: transparent;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0eeee; }

.page-baner h3 {
  color: #fff; }

[data-toggle="collapse"]:after {
  display: inline-block;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  /*font: normal normal normal 10px/1 FontAwesome;*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg);
  transition: all linear 0.25s;
  float: right;
  margin-top: 16px;
  margin-right: 8px; }

[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg); }

.product-filter .card {
  background: transparent;
  border-radius: 0px;
  margin-bottom: 20px; }

.product-filter .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  padding: 8px 5px; }

.product-filter .card-header h5 a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0.2em 0.6em; }

.product-filter .card-header h5:hover a.collapsed {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0.2em 0.6em; }

.product-filter .card-header h5 a.collapsed {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #696969;
  padding: 0.2em 0.6em; }

.product-filter .card-header p {
  font-size: 12px;
  color: #696969;
  padding: 0.2em 0.6em;
  margin-bottom: 0; }

.card-body {
  border-top: 1px solid #ccc;
  box-shadow: 0px -1px 1px 0px #cccccc59; }

/*checkbox label bold css*/
.checkbox {
  margin-top: 12px;
  margin-bottom: 12px; }

.checkbox label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #555861;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  float: left;
  margin-right: 1.5em;
  margin-top: 4px; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 8%; }

.checkbox label input[type="checkbox"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  /*    transform: scale(3) rotateZ(-20deg);*/
  opacity: 0;
  /*    transition: all .1s ease-in;*/ }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5; }

.labelbold {
  font-weight: bold !important; }

#imagewrap {
  font-size: 14px; }

.clearFilters, .detailview a {
  font-size: 12px;
  color: #696969;
  text-decoration: underline; }

.clearFilters:hover, .detailview a:hover {
  color: #bf1f29; }

.detailview a, .detailview a:hover {
  font-size: 13px;
  text-decoration: none; }

.productimg {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.productimg .discountLabel-Rupees {
  clip-path: polygon(0 0, 86% 0, 70% 100%, 0% 100%);
  background-color: #696969;
  width: 100px;
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  text-align: left; }
  @media (max-width: 768px) {
    .productimg .discountLabel-Rupees {
      width: 76px;
      line-height: 15px;
      padding: 4px; } }

.productimg .discountLabel-Percentage {
  position: absolute;
  clip-path: polygon(0 0, 86% 0, 70% 100%, 0% 100%);
  background-color: #696969;
  width: 100px;
  height: 20px;
  line-height: 20px;
  padding-left: 11px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  text-align: left; }
  @media (max-width: 768px) {
    .productimg .discountLabel-Percentage {
      width: 76px;
      line-height: 15px;
      padding: 4px; } }

.productimg .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(245, 181, 85, 0.9);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: #696969;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.productimg:hover .overlay {
  opacity: 1; }

.tooltip-catalog, .price {
  font-size: 0.9375rem;
  padding: 0;
  margin: 0 0; }

.price span {
  padding-right: 5px; }

.loadmorebtn {
  background: #f0eeee;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
  color: #696969;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 0.825rem;
  letter-spacing: 0.5px; }

.loadmorebtn:hover {
  color: #bf1f29;
  text-decoration: none; }

/*Catalog page css end here*/
/*******************************************************************/
/*Event page css start here*/
/*******************************************************************/
.eventpage {
  border-bottom: 1px solid #f0eeee; }

.eventpic {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.125); }

.eventoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 181, 85, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease; }

.eventpic:hover .eventoverlay {
  height: 100%; }

.event-text {
  color: #696969;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 16px;
  line-height: 26px; }

.eventdate {
  font-size: 14px;
  color: #696969; }

/*Event page css start here*/
/*******************************************************************/
/*Scheme-detail page css start here*/
/*******************************************************************/
.breadcrumb {
  background-color: transparent;
  /*border-bottom: 1px solid $gray_bg;*/
  padding: 0.75rem 0;
  border-radius: 0; }

.breadcrumb-item a {
  color: #696969; }
  .breadcrumb-item a:hover {
    color: #f5b555; }
.breadcrumb-item.active {
  color: #f5b555; }

.schemeinfo h6 {
  color: #696969;
  font-size: 15px;
  margin-top: 3px; }
.schemeinfo .schemename {
  color: #bf1f29; }
.schemeinfo .desc {
  color: #686666;
  font-size: 14px; }
.schemeinfo .adress {
  color: #686666;
  font-size: 14px; }

.sno {
  color: #696969;
  background: #f5b555;
  font-size: 15px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold; }

.schemedetailtbl .table-bordered thead td {
  vertical-align: middle; }
.schemedetailtbl .table-bordered thead th {
  vertical-align: middle;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  background: #f9f9f9;
  color: #696969;
  letter-spacing: 1px;
  letter-spacing: 0.9px;
  line-height: 22px; }
.schemedetailtbl .table-bordered tbody td {
  font-size: 14px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .row.smallmediarow {
    margin: 0; } }

/*Scheme-detail page css snd here*/
/*******************************************************************/
/*order detail css start here*/
/*******************************************************************/
.orderdetailtbl tbody tr td .pro-desc, .orderdetailtbl tbody tr td .qty, .orderdetailtbl tbody tr td .weight, .orderdetailtbl tbody tr td .status, .orderdetailtbl thead tr th label {
  color: rgba(48, 47, 59, 0.75);
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: normal;
  line-height: 30px; }

.orderdetailtbl tbody tr td .pro-name, .orderdetailtbl tbody tr td .qty-val, .orderdetailtbl tbody tr td .weight-val, .orderdetailtbl tbody tr td .status-val {
  color: #696969;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: normal;
  line-height: 30px; }

.orderdetailtbl thead tr th .shopadress, .orderdetailtbl thead tr th .date, .orderdetailtbl thead tr th .order_no {
  color: #696969;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 300;
  line-height: 20px;
  margin: 5px 0; }

.orderdetailtbl .table thead td {
  vertical-align: text-top;
  background: #f9f9f9; }
.orderdetailtbl .table thead th {
  vertical-align: text-top;
  background: #f9f9f9; }
.orderdetailtbl .table tbody tr td {
  padding: 1.5rem .75rem; }
.orderdetailtbl table {
  border: 1px solid #696969; }
  .orderdetailtbl table thead tr th {
    border: transparent; }
.orderdetailtbl thead tr th .order_no {
  font-size: 24px; }

/*order detail css end here*/
/*******************************************************************/
/*press-release css start here*/
/*******************************************************************/
.press-release-wrapper {
  border: 1px solid #696969; }

.press-release-header h5 {
  color: #bf1f29; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    .press-release-header h5 {
      padding: 10px 0px; } }

.press-release-header h5 span .fa {
  font-size: 14px;
  padding-right: 10px;
  color: #696969; }

.press-release-header {
  min-height: 75px;
  border-bottom: 1px solid #f0eeee; }

.releaseinfo {
  border-left: 1px solid rgba(48, 47, 59, 0.75); }
  @media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    .releaseinfo {
      border-left: 1px solid transparent;
      border-top: 1px solid #f0eeee;
      padding: 10px 0;
      margin: 0 10px; } }

.releaseinfo ul, .releaseinfo ul li, .releaseinfo ul li p {
  margin: 0px;
  padding: 0px; }

.press-r-date, .newspaper {
  color: rgba(48, 47, 59, 0.75);
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: normal;
  font-style: italic;
  line-height: 20px; }

.press-r-date span, .newspaper span {
  color: #696969;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: bold;
  font-style: normal;
  line-height: 20px; }

.newspaper span {
  color: #bf1f29; }

.press-release-body P {
  font-size: 15px;
  line-height: 26px; }

.press-release-footer {
  background: #f9f9f9; }

.customize-popup .modal-title {
  color: #fff; }

#myModal.customize-popup.show .modal-content button.close {
  color: #fff; }

/*press-release customize popup css  here*/
.modal-header {
  background: #696969; }

/*press-release customize popup css end here*/
/*press-release gallery css  here*/
.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; }
  .ekko-lightbox-nav-overlay a {
    flex: 1;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #696969;
    font-size: 30px;
    z-index: 1; }
    .ekko-lightbox-nav-overlay a:focus {
      outline: 0; }
    .ekko-lightbox-nav-overlay a > * {
      flex-grow: 1; }
    .ekko-lightbox-nav-overlay a span {
      padding: 0 0px; }
    .ekko-lightbox-nav-overlay a:hover {
      text-decoration: none; }
    .ekko-lightbox-nav-overlay a > :focus {
      outline: 0; }
    .ekko-lightbox-nav-overlay a:last-child span {
      text-align: right; }

.ekko-lightbox-container {
  position: relative; }
  .ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .5s ease-in-out;
    opacity: 1; }

.ekko-lightbox .modal-footer {
  text-align: left; }
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
    .ekko-lightbox-loader > div > div {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #fff;
      opacity: .6;
      position: absolute;
      top: 0;
      left: 0;
      animation: a 2s infinite ease-in-out; }
      .ekko-lightbox-loader > div > div:last-child {
        animation-delay: -1s; }

@keyframes a {
  0% {
    transform: scale(0); }
  to {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/*press-release css end here*/
@media screen and (min-width: 992px) {
  /*******************************************************************/
  /*navigation media query css start here*/
  /*******************************************************************/
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px; }
    .navbar .nav-item {
      /*padding: .5rem .5rem;*/
      margin: 0 .25rem; }
    .navbar .dropdown {
      position: static; }
      .navbar .dropdown:hover .dropdown-menu {
        display: block !important; }
      .navbar .dropdown .dropdown-menu:hover {
        display: block !important; }
    .navbar .dropdown-menu {
      width: 100%;
      left: 0;
      right: 0;
      /*top: 51px;*/
      background-color: #fff !important;
      border-top: 3px solid #f5b555; }

  /*******************************************************************/
  /*Top right navigation media query css start here*/
  /*******************************************************************/
  .top-right-nav nav ul.navbar-nav li {
    padding: 0 10px;
    margin: 0; }
    .top-right-nav nav ul.navbar-nav li a {
      padding: 0 10px;
      margin: 0;
      font-size: 14px; }
      .top-right-nav nav ul.navbar-nav li a span {
        padding-right: 5px;
        float: left; }
    .top-right-nav nav ul.navbar-nav li:first-child {
      padding-left: 0; }
    .top-right-nav nav ul.navbar-nav li:last-child {
      padding-right: 0; }

  .menu-main #navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav.mr-auto li.nav-item.dropdown div.dropdown-menu li.nav-item a.nav-link {
    color: #696969; } }
.navbar .dropdown-menu {
  border-top: 3px solid #696969;
  border-radius: 0;
  background-color: #fff !important; }
  .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  /*******************************************************************/
  /*product detail bottom caurosal media query css start here*/
  /*******************************************************************/
  /* show 3 items */
  .carousel-inner.pro-detail-footer.pro-detail-footer .active,
  .carousel-inner.pro-detail-footer .active + .carousel-item,
  .carousel-inner.pro-detail-footer .active + .carousel-item + .carousel-item {
    display: block; }

  .carousel-inner.pro-detail-footer .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner.pro-detail-footer .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner.pro-detail-footer .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none; }

  .carousel-inner.pro-detail-footer .carousel-item-next,
  .carousel-inner.pro-detail-footer .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0); }

  .carousel-inner.pro-detail-footer .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible; }

  .carousel-inner.pro-detail-footer .carousel-item img {
    border: 1px solid #302f372e;
    box-shadow: 0px 1px 1px #302f372e;
    -webkit-box-shadow: 0px 1px 1px #302f372e;
    -moz-box-shadow: 0px 1px 1px #302f372e;
    width: 215px; }

  #carouselExample a.carousel-control-next i.fa-chevron-right,
  #carouselExample a.carousel-control-prev i.fa-chevron-left {
    background: #f4f4f4;
    color: #696969;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 1em; }

  .center-heading.ourcollection h3:before {
    background: #fff none repeat scroll 0 0; }

  /*product detail bottom caurosal media query css end here*/ }
.productimg {
  display: flex;
  justify-content: center; }

ul.navbar-nav {
  flex-direction: row; }

@media screen and (max-width: 768px) {
  .navbar-nav {
    flex-direction: row; }

  ul.navbar-nav {
    flex-direction: column; }

  .contact-details.right-border {
    border-right: 1px solid transparent; }

  .contact-details {
    padding-bottom: 20px; }

  .news-letter button.btn {
    margin-bottom: 20px; }

  .facebook {
    margin-bottom: 20px; }

  .carousel-inner.pro-detail-footer .carousel-item img {
    border: 1px solid #302f372e; }

  #carouselExample a.carousel-control-next i.fa-chevron-right,
  #carouselExample a.carousel-control-prev i.fa-chevron-left {
    background: #f4f4f4;
    color: #696969;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 1em; }

  .center-heading.ourcollection h3:before {
    background: #fff none repeat scroll 0 0; }

  .event-title {
    font-size: 0.8rem; } }
/*catalog page css*/
.noofitemdisplay h4 {
  margin: 0px 0px 20px;
  color: #bb3127;
  font-weight: 400; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  background-color: rgba(222, 218, 218, 0.04);
  border-radius: 0;
  border-bottom: 1px solid rgba(226, 224, 224, 0.36); }

.top-breadcrum ol.breadcrumb li.breadcrumb-item a,
.top-breadcrum ol.breadcrumb li.breadcrumb-item a:hover {
  color: #333; }

.top-breadcrum ol.breadcrumb li.breadcrumb-item a:focus {
  color: #bb3127; }

.top-breadcrum ol.breadcrumb li.breadcrumb-item.active {
  color: #bb3127; }

#accordion .panel-heading {
  padding: 0; }

#accordion .panel-title > a {
  display: block;
  padding: 0.4em 0.6em;
  outline: none;
  font-weight: bold;
  text-decoration: none; }

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::after {
  content: "\f077";
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #313131;
  margin-top: 9px; }

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::after {
  content: "\f078"; }

#accordion .panel-heading {
  padding: 8px 5px;
  border-bottom: 1px solid #f2f2f2; }

.panel-default {
  border-color: #f2f2f2; }

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.panel-body {
  padding: 5px 0px 10px; }

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 20px; }

.panel-default > .panel-heading {
  color: #16181d;
  background-color: transparent;
  border-color: #f2f2f2; }

#accordion .panel-title > a {
  font-family: Montserrat;
  font-size: 11px;
  color: #16181d;
  text-transform: uppercase;
  padding: 0.2em 0.6em; }

.panel-heading p {
  font-family: Montserrat;
  font-size: 13px;
  color: #555861;
  padding: 0.2em 0.6em;
  margin-bottom: 0; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.checkbox {
  margin-top: 12px;
  margin-bottom: 12px; }

.checkbox label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #555861;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  float: left;
  margin-right: 1.5em;
  margin-top: 4px; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 8%; }

.checkbox label input[type="checkbox"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  /*    transform: scale(3) rotateZ(-20deg);*/
  opacity: 0;
  /*    transition: all .1s ease-in;*/ }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5; }

.panel-body a {
  font-family: Montserrat;
  font-size: 18px;
  color: #555861;
  margin: 0px 0 10px 22px;
  text-decoration: underline; }

.relative a {
  margin: 0px;
  font-size: 16px; }

#ordersContainer a {
  margin: 0px;
  font-size: 16px; }

.panel-body a:hover {
  color: #bb3127; }

.pro-lists .col-md-3, .col-md-12.noofitemdisplay {
  padding: 0 5px; }

.thumbnail {
  margin-bottom: 0px;
  border-radius: 0; }

.product-detail {
  background: #f2f2f2;
  padding: 5px 5px 0;
  margin-bottom: 12px; }

.product-detail p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.amount-off {
  color: #555861;
  margin-left: 11px;
  text-decoration: line-through; }

.small-txt {
  font-size: 14px; }

.product-detail p i.fa.fa-inr.rupeesign {
  font-size: 14px; }

.product-detail .fa.fa-heart-o,
.product-detail .fa.fa-heart {
  color: #bb3127;
  font-size: 15px; }

.lblbold {
  font-weight: bold; }

.rupeesign {
  padding-right: 3px; }

.loadmoreproduct a {
  text-transform: capitalize;
  font-size: 15px;
  background: transparent;
  border: 2px solid #bb3127;
  color: #bb3127;
  padding: 7px 12px;
  border-radius: 5px;
  font-weight: 500; }

.loadmoreproduct a:hover {
  text-decoration: none;
  color: #fff;
  background: #bb3127; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 991px) and (min-width: 768px) {
  .carousel-inner .item.slides img {
    height: 565px; } }
@media (min-width: 521px) and (max-width: 768px) {
  .navbar-default .navbar-toggle {
    border-color: #bb3127; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

  .navbar-toggle {
    background-color: #bb3127; }

  .trending-now .item-title {
    width: 97%; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
    border: 1px solid #333; }

  .secondnav .navbar-brand {
    padding: 0 0 0 8px; } }
@media (min-width: 320px) and (max-width: 520px) {
  .secondnav .navbar-brand {
    padding: 0 0 0 8px; }

  .navbar-default .navbar-toggle {
    border-color: #bb3127; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

  .navbar-toggle {
    background-color: #bb3127; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
    border: 1px solid #333; }

  .carousel-inner .item.slides img {
    height: 436px; }

  .collection p, .trending-now p {
    font-size: 16px;
    padding: 0px 10px; }

  .mobile-padding-bottom {
    margin-bottom: 20px; }

  .topnav ul li {
    padding: 0 5px; } }
.jf-hide, #menu [data-toggle="collapse"]:after {
  display: none; }

.productListrow {
  column-count: 3; }
  .productListrow .card {
    margin-bottom: 1rem; }

#productReviews .card-columns {
  column-count: 1; }
  #productReviews .card-columns .card {
    margin-bottom: 1rem; }

.testimonial .card-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7; }

.price-breakup-col {
  text-align: right; }

#variantTemplate table {
  margin-bottom: 0px; }
  #variantTemplate table td {
    padding: 0.5rem; }

.basicinfotbl table {
  border: 1px solid #ccc; }

#variantTemplate table td {
  padding: 0.8rem 0.5rem;
  font-size: 13px; }

#variantTemplate table thead tr {
  background: #f1f1f1; }

#variantTemplate table thead tr th {
  font-size: 15px; }

#variantTemplate table tbody tr th {
  padding: 1rem 0.5rem;
  font-size: 13px; }

#variantTemplate table tbody tr:hover {
  background: rgba(136, 136, 136, 0.075); }

.price-info .fa-info-circle {
  color: #696969 !important; }

#RecentlyViewed.card-columns {
  column-count: 4; }

@media (max-width: 768px) and (min-width: 767px) {
  .top-right-nav .nav-link {
    display: inline-flex;
    padding: 0; } }
.nav-link.dropdown-toggle::after {
  position: relative;
  top: 8px; }

.navbar-light .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto; }

.promotionalPicture .card-img-overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.promotionalPicture .card-img-overlay h2 {
  color: #fff; }

.promotionalPicture .card-img-overlay p {
  margin-bottom: 10px; }

.card .card-img-overlay a h2.card-title {
  color: #009999; }

.card-text:last-child {
  margin-bottom: 10px; }

.protional-picture-tile {
  padding-bottom: 15px;
  transition: all 0.3s ease-out; }

.protional-picture-tile .thumbnail {
  padding: 0px; }

.protional-picture-tile img {
  width: 100% !important;
  height: 100% !important;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); }

/*login with fb command google*/
#facebookLogin, #googleLogin {
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  padding: 5px 10px;
  top: 18px; }

#facebookLogin {
  background: #3b5998; }

#googleLogin {
  background: #c20806;
  color: #fff; }

@media (min-width: 768px) {
  .item-product .productimg .item-img-2 {
    display: none; }

  .item-product .productimg:hover .item-img-2 {
    display: block; }

  .item-product .productimg:hover .item-img-1 {
    display: none; } }
@media (max-width: 768px) {
  .item-product .productimg .item-img-2 {
    display: none; }

  .item-product .productimg:hover .item-img-2 {
    display: none; } }

/*# sourceMappingURL=style.css.map */
