/* @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;423;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');
@font-face {
    font-family: 'Poiret One';
    src:  url('../../../fonts/PoiretOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  } */

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&family=EB+Garamond:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

@font-face {
  font-family: "p_normal";
  src: url("../../../fonts/proxima/ProximaNova-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "p_normal" !important;
  background: #fff !important;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Libre Baskerville', serif; */
  /* font-family: "EB Garamond", serif; */
  font-family: "p_normal";
  font-weight: 600;
}


.sec-header {
  color: var(--main-color);
  font-size: 30px;
  font-family: "EB Garamond", serif;
}

.bg-primary {
  background-color: var(--main-color);
}

body .title-slider {}

.btn {
  font-weight: 500;
}

a {
  text-decoration: none;
}

.dropdown-large {
  position: relative;
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large>li>ul>li {
  list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
  display: block;
  padding: 4px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: var(--dark-color);
  white-space: normal;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
  color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (min-width: 769px) {
  #cssmenumob {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-details-content .update_qty {
    display: block !important;
    width: 100%;
  }

  .product-details-content .update_qty input#quantity {
    margin: 15px 0px;
  }

  .container.product-container {
    margin-top: 0px;
  }

  #cssmenu-2 {
    display: none;
  }

  .contact-nbr_inner {
    text-align: left;
  }

  .col-md-6.product-details-content {
    border-left: none;
    padding-left: 0px !important;
  }

  h3.contact-nbr.pull-right.clearfix {
    float: left !important;
  }

  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu-large>li {
    margin-bottom: 30px;
  }

  .dropdown-menu-large>li:last-child {
    margin-bottom: 0;
  }

  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }

  .join-scheme-btn1 a {
    width: 70% !important;
    padding: 0px !important;
    font-size: 12px !important;
  }

  .ag_portfolio_inform1 {
    margin-top: -34px !important;
  }

  .join-mob-btn {
    margin-bottom: 30px !important;
    width: 100% !important;
  }

  .join-mob-btn1 {
    width: 100% !important;
  }

  .sbtn-width {
    width: 80% !important;
  }

  .video-align {
    margin: auto;
    width: 100% !important;
  }

  .new-scheme-well {
    padding: 0px !important;
  }

  .form-pd-0 {
    padding: 0 !important;
  }

  .wrapper-sticky .page-title {
    margin-top: 20px;
  }

  .wrapper-sticky.col-md-10 {
    margin: 30px auto !important;
  }

  .installment-container .scheme-history {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  .scheme-details-box .scheme-total-amt {
    width: 100% !important;
  }

  .scheme-details-box .mleft-10 {
    margin-left: 0% !important;
    margin-top: 20px !important;
  }

  .install-btn {
    margin-top: 20px;
  }

  .view-installment-content .install-btn .primary .register {
    padding: 7px 5px !important;
    font-size: 9px !important;
  }

  .leftSidebar .navbar-default {
    display: block !important;
  }

  .scheme-list-ul li {
    width: 100% !important;
  }

  /* .sidebar-resp .collapse.in {
        display: block!important;
    } */

  .zoom-thumb img {
    width: 50px;
  }

  .relative-pdt-a {
    top: 0px !important;
  }

  .product-relative-img {
    display: block;
    margin-top: -25px;
  }

  .product-relative-img img {
    height: 120px !important;
    width: 100%;
    object-fit: cover;
  }

  .wishlist-icon {
    right: 4% !important;
  }

  .wishlist-icon:hover {
    color: white;
  }
}

#cssmenu ul li a,
#cssmenu>div {
  color: var(--light-color) !important;
}

.dropdown-header {
  padding: 3px 20px 6px 0px;
}

.dropdown-header a {
  color: #428bca !important;
}

.second-nav-item a {
  padding: 5px !important;
}

/* #myFooter {
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
    box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, .2);
    padding: 0px;
} */

#myFooter {
  background-color: #f3ebe0;
  /* box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, .2); */
}

.text-dark {
  color: var(--dark-color);
}

#myFooter h5 {
  color: var(--dark-color);
  font-weight: 400;
  line-height: 2em;
}

#myFooter .row {
  margin-bottom: 0px;
  padding: 0px;
}

.Social-Footer a {
  color: #ffffff;
}

#myFooter .footer-above li:first-of-type,
#myFooter .footer-above li:nth-of-type(2) {
  margin-top: 0px;
}

#myFooter .social-networks a {
  color: var(--main-color);
}

#myFooter .btn {
  color: #fff;
  background-color: var(--secondory-color);
  border: 1px solid var(--secondory-color);
  transition: 0.1s all;
}

#myFooter .btn:hover {
  color: var(--dark-color);
  background: var(--main-color);
}

#myFooter .social-networks a:first-child {
  border-left: none;
}

#myFooter .social-networks a {
  transition: 0.1s all;
  border-left: 1px solid #ccc;
  padding: 0px 14px;
}

#myFooter .row-footer {
  padding: 40px 0px;
}

.subscription-newsletter input[type="email"] {
  border: 1px solid #d8d7d7;
  box-shadow: navajowhite;
  border-radius: 0;
  padding: 18px;
  box-shadow: none;
}

.subscription-newsletter input[type="email"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.payment-methods .payment-method-list>li {
  display: inline;
  list-style-type: none;
  line-height: 4em !important;
  padding-right: 20px;
}

#myFooter .footer-copyright {
  background-color: var(--bg-color);
}

#myFooter .footer-copyright p {
  color: #333;
  padding: 0;
}

.payment-methods img {
  transition: all 0.2s ease-in-out;
  max-height: 100px;
  max-width: 100px;
}

.payment-methods img:hover {
  transform: scale(1.09);
}

#myFooter .footer-menu h5 {
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 22px;
  opacity: 0.8;
}

#myFooter .footer-menu ul>li>a:hover {
  border-bottom: 1px solid #ccc;
}

#myFooter .payment-methods-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

#myFooter .footer-menu .col-centered {
  margin-left: 40px;
  margin-right: 40px;
}

#myFooter .footer-menu {
  display: flex;
  flex: 1;
  padding: 40px 0;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: unset;
}

#myFooter .footer-menu .col {
  display: flex;
  align-items: center;
  flex: 2;
  flex-direction: column;
  border-right: 1px solid #e4e4e4;
  color: white;
  box-sizing: border-box;
}

#myFooter .footer-menu .social-col {
  flex: 3;
}

#myFooter .payment-methods {
  margin-bottom: 15px;
}

#myFooter .footer-menu .col:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  #myFooter .footer-menu .col {
    flex-basis: calc(50% - 12px);
  }
}

@media (max-width: 460px) {
  #myFooter .footer-menu .col {
    flex-basis: 100%;
  }

  .mobile-hide {
    display: none;
  }
}

/* Main navbar */

header {
  background: #fff;
  /* box-shadow: 0px -3px 15px 2px; */
}

.header.stickyheader {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 998;
}

.mini-archer-col {
  display: flex;
  align-items: center;
  justify-content: end;
}

.row:after,
.row:before {
  display: none;
}

.header-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  /* Logo starts stacked on top of nav */
  align-items: center;
}

/* .main-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
   
    overflow: visible;
} */

.main-menu {
  box-sizing: border-box;
}

.cart-items-hover a {
  width: 100%;
  text-align: center;
  padding: 5px;
  display: block;
  border-radius: 4px;
  box-shadow: 1px 1px 0px var(--light-color);
  transition: all 0.25s;
}

.main-menu a.cart-bucket {
  float: right;
  width: 35px;
  /* text-align: center; */
  padding: 0;
  height: 50px;
  font-size: 25px;
  border: navajowhite;
  display: block;
  color: var(--dark-color);
  /* border: 1px solid; */
  border-radius: 100%;
  background-color: none;
  transition: all 0.25s;
  position: relative;
}

.main-menu a.cart-bucket i {
  color: #fac539;
  display: block;
  /* line-height: 51px; */
}

.main-menu a:hover {
  color: var(--dark-color);
  /* font-weight: 600; */
  border-bottom-color: #ddd;
}

.main-menu input[type="text"] {
  box-shadow: none;
  border: none;
  padding: 0px 20px;
  height: 46px;
  border-radius: 0px;
}

.main-menu input[type="text"]:focus {
  outline: 0;
}

.drop-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Allows sub buttons to stretch across button width in main-menu*/
  transition: max-height 0.4s, opacity 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  /* Keeps links in drop menu from displaying until height is large enough */
}

.drop-menu>.menu-button {
  height: 100%;
  transition: transform 0.4s;
  transform: translateY(-300%);
  background: #fefefe;
  /* Makes the menu effects visible on close */
}

.dropdown-wrapper {
  transition: all 0.1s;
}

.wrapper {
  background-color: #fff !important;
}

.section-shadow {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.dropdown-wrapper:hover>.menu-button {
  color: var(--dark-color);
  font-weight: 600;
}

.dropdown-wrapper:hover .drop-menu {
  max-height: 300px;
  opacity: 1;
}

.dropdown-wrapper:hover>.drop-menu .menu-button {
  transform: translateY(0%);
}

.menu-button {
  z-index: 4;
}

.menu-item-cart {
  width: 500px;
}

.dropdown-wrapper-cart:hover .drop-menu {
  overflow-y: overlay;
  z-index: 999;
  position: relative;
}

.top-nav-bar {
  background-color: rgb(183 16 109 / 9%);
  padding: 5px 20px;
  color: #000;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.top-nav-bar .right-top-nav-items {
  float: right;
}

.top-nav-bar .right-top-nav-items a {
  color: var(--dark-color);
  /* display: inline-block;
    margin: 0px 4px; */
}

.top-nav-bar .right-top-nav-items .dropdown a {
  margin-left: 0px;
}

.top-nav-bar li a i.fa,
.right-top-nav-items a i {
  padding-right: 2px;
}

/*==================================== MEDIA QUERIES ====================================*/

@media (min-width: 769px) {
  .logo-link {
    margin-top: 0;
  }
}

@media (min-width: 550px) {
  .effect {
    transition: max-height 0s;
    opacity: 1;
    background: transparent;
  }

  .fade-in .menu-button {
    transition: opacity 0.5s;
    opacity: 0;
  }

  .dropdown-wrapper:hover .fade-in .menu-button {
    opacity: 1;
    border-radius: 0;
    margin: 0;
  }

  .header-container {
    width: 100%;
  }

  .header-container {
    height: 200px;
    justify-content: space-between;
    /* Pushes logo to top, nav bar all the way down */
  }

  .main-menu {
    flex-direction: row;
    /* Horizontal main menu buttons */
    align-items: flex-start;
    /* Makes the top of the 'dropdown-wrapper' div stay flush with button top because it's aligned on the cross-axis */
    /* height: 48px; */
    /* Setting the height allows the dropdown outside of it's parent's bounds, therefore not compensated for by the flex. */
    margin: 0;
  }

  .main-menu>.menu-button {
    width: 23%;
    max-width: 150px;
  }
}

.drop-menu .menu-button:last-of-type {
  border-bottom: 1px solid var(--light-color);
}

.header-container {
  background-color: #332812;
  border-bottom: none;
}

@media (min-width: 850px) {
  .header-container {
    height: 200px;
  }
}

.search-bar {
  text-align: center;
}

.search-btn,
.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.search-btn:active:hover,
.search-btn:active:focus {
  margin-top: 0px;
  color: #fff;
  background-color: var(--dark-color);
  border: 1px solid var(--dark-color);
  transition: 0.1s all;
  width: 100%;
}

.search-btn:hover {
  color: #fff;
  background-color: #ba8700;
  border: 1px solid #ba8700;
}

.search-btn i {
  font-size: 18px;
}

.search-form-box,
.input-group.search-form {
  max-width: 100%;
  margin: 0 auto;
}

.logo-link {
  border-radius: 8px;
}

.top-nav-bar .contact-info .caret {
  margin-left: 0px;
}

.top-nav-bar .contact-info {
  text-align: justify;
}

.top-nav-bar .contact-info a,
.top-nav-bar .fa,
.top-nav-bar .contact-info .label {
  color: #000000;
}

@media (max-width: 768px) {
  .main-menu .cart-wishlist-box {
    margin-top: 5px;
  }

  .navbar-header {
    display: block;
    text-align: center;
  }

  .top-nav-bar {
    /* padding: 8px 20px !important; */
    padding: 0px !important;
  }

  .main-menu {
    margin-top: 0px;
  }

  .ex-collection {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .ex-collection1 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }

  .grayscale-collection-wrap .collection-wrap .collection img {
    height: 100%;
    width: auto;
  }

  .ct-footer-image img {
    height: 80px !important;
  }

  #myFooter {
    background-image: none !important;
    background-color: #011023;
    height: auto !important;
  }

  .top-nav-bar .right-top-nav-items {
    /* text-align: right !important; */
    float: left;
  }

  #myFooter {
    text-align: left;
  }

  .footer_top {
    padding-bottom: 0px !important;
  }

  .mob-ph-plr {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mob-ph-no {
    font-size: 14px !important;
  }

  .mob-today-rate {
    font-size: 14px !important;
  }

  .line-sep img {
    left: 42% !important;
  }

  .banner-statistics {
    height: 259px !important;
    /* REMOVE CODE */
    /* position: initial !important; */
  }

  .product-box img {
    /* height: 80px !important; */
    height: auto !important;
  }

  .products ul.rig-pdt li {
    height: 270px !important;
  }

  ul.rig li img {
    margin: 20px 0 10px !important;
  }

  .label_product span.label_sale1 {
    top: 80px !important;
    left: 180px !important;
  }

  .label_product span.label_sale {
    top: 7px !important;
    left: 7px !important;
  }

  .col-md-12.firstitem-bar {
    height: 40px;
  }

  .showing-products-number {
    font-size: 11px !important;
    margin-left: 0px !important;
  }

  .products .caption .product-name>a {
    font-size: 14px;
    line-height: 12px !important;
  }

  .xzoom-container .xzoom {
    height: 190px !important;
    width: 100% !important;
    object-fit: cover;
  }

  .left-info {
    width: 100% !important;
  }

  .products .caption .product-name>a {
    font-size: 14px;
    line-height: 18px !important;
  }

  .footer-mtop {
    margin-top: 0px !important;
  }

  .grayscale-collection-wrap {
    margin-bottom: 0px !important;
  }

  .xzoom-container {
    margin-bottom: 20px !important;
  }

  .top-10 {
    padding-top: 0px !important;
  }

  .content {
    padding: 0px !important;
  }

  #reviews textarea {
    width: 100% !important;
  }

  .review-mtop {
    margin-top: 0px !important;
  }

  .location input {
    width: 76% !important;
    margin-right: 12px;
  }

  .box_details .mob-new-line {
    display: block;
  }

  .tabs_product_Description hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .breadcrumb {
    padding: 3px 7px !important;
    margin-bottom: 6px !important;
  }

  .breadcrumb li {
    font-size: 13px !important;
  }

  .product-details-content h1 {
    font-size: 18px !important;
    margin-top: 16px !important;
  }

  .product-price {
    font-size: 15px !important;
  }

  .wishlist-produst a {
    top: 4px !important;
    /* position: inherit !important; */
  }

  .wishlist-produst {
    right: 4%;
  }

  .product-container {
    margin-bottom: 0px !important;
  }

  div#products-list {
    margin-left: -30px;
  }

  .product-box-wish .thumbnail1 img {
    height: 80px !important;
  }

  .product-details-table .info ul.left-info li label {
    font-size: 14px !important;
  }

  .cart-container .img-box img {
    height: 30px !important;
  }

  .pay-sum {
    height: 234px !important;
  }

  .mbtm-30 {
    padding-bottom: 30px;
  }

  .cart-table-responsive {
    overflow-x: auto !important;
    min-height: 0.01%;
  }

  .quantity-mid {
    width: 20% !important;
    margin: auto;
    display: inline-table;
  }

  .input-group-sm>.form-control,
  .input-group-sm>.input-group-addon,
  .input-group-sm>.input-group-btn>.btn {
    height: 20px !important;
    padding: 1px 5px !important;
  }

  .cart_table table td {
    line-height: 12px !important;
    text-align: right !important;
  }

  .cart_table table td {
    padding: 0px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px !important;
  }

  .banner-statistics1 {
    height: 259px !important;
    overflow: inherit !important;
  }

  .pay-sum {
    padding-top: 0px !important;
  }

  .login-right .form-group {
    width: 100% !important;
  }

  .login-right {
    padding: 10px !important;
  }

  .col-xs-offset-1 {
    margin-left: 0% !important;
  }

  .mob-mb13 {
    margin-bottom: -13px !important;
  }

  .mob-mt46 {
    margin-top: -46px !important;
  }

  .iPWfsM {
    padding-left: 10px !important;
  }

  .iVfJzP {
    max-width: 134px !important;
  }

  .product-box-wish h5 {
    font-size: 12px;
  }

  .payment-box {
    width: calc(100% - 0px) !important;
    padding: 20px !important;
  }

  .tot-amt-wallet {
    padding-top: 25px !important;
    margin-bottom: 14px !important;
  }

  .payment-adrs-span {
    display: block;
  }

  .payment-adrs-ph {
    float: left;
  }

  .payment-box p {
    font-size: 14.5px !important;
  }

  .top_side_line {
    border-left: 0px solid #ccc !important;
    padding-left: 3px !important;
    margin-right: 0px;
  }

  .desktop-hide {
    display: block !important;
  }

  .product-details-content .row {
    margin-left: 0;
  }

  .mob-ml-0 {
    margin-left: 10px !important;
  }

  .p_group_btns>button {
    bottom: 20px !important;
  }

  .products .caption .old_price {
    font-size: 14px !important;
  }

  .list-price strong {
    font-size: 14px !important;
  }

  .product-box .label_product {
    line-height: 18px;
  }

  .products .caption p {
    font-size: 14px !important;
    color: #000;
  }

  #myFooter .btn {
    margin: 0;
  }

  .subscription-newsletter {
    padding-left: 0px;
    width: 100% !important;
  }

  #product-details-link {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  /* .mr-l-rig {
        margin-left: -55px !important;
    } */
}

.main-menu .badge {
  background-color: #fdedaf;
}

.dropdown-wrapper:hover .badge,
nav.main-menu a:hover .badge {
  color: #fff;
}

.dropdown-wrapper .cart-menu {
  float: right;
  min-width: 280px;
}

.dropdown-wrapper .cart-menu .item-info {
  line-height: 1.4em;
  color: var(--dark-color);
}

nav.main-menu>a:hover,
.header-container .main-menu .menu-item-first:hover {
  font-weight: 600;
}

.top-navigation-section {
  background-color: #fff;
}

.top-navigation-section .item-info span {
  display: block;
}

#cssmenu {
  background-color: var(--main-color);
}

#site-logo {
  margin-top: 0;
}

nav.main-menu {
  z-index: 1001;
  /* margin-bottom: 15px; */
}

/* Second navbar */

#cssmenu-2 {
  background-color: #332812;
  border-top: 1px solid #513d15;
  /* background-image: linear-gradient(315deg, #df9d17 0%, #bc8800 74%); */
  text-rendering: optimizeLegibility;
}

#cssmenu-2 .nav .dropdown-menu li a {
  color: var(--dark-color) !important;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 4px;
}

#cssmenu-2 .nav .dropdown-menu li a:hover {
  color: var(--main-color) !important;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

#cssmenu-2 .dropdown-menu-large .dropdown-header {
  color: var(--dark-color) !important;
}

#cssmenu-2 .nav li>a {
  transition: all 0.4s;
  /* color: #fff; */
  color: #fff;
}

#cssmenu-2 .nav li.dropdown-header a:after {
  content: none;
  /*height: 1px;*/
  /*width: 40px;*/
  bottom: 0;
  left: 0;
  position: absolute;
  /*border-bottom: 1px solid var(--main-color);*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

#cssmenu-2 .nav li.dropdown-header:hover a:after {
  /*width: 100%;*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

#cssmenu-2 .nav li.dropdown-header a {
  border-bottom: none;
  position: relative;
}

#cssmenu-2 .navbar-nav .label {
  color: var(--dark-color);
}

#cssmenu-2 .nav li>a:hover {
  background-color: var(--main-color);
  color: var(--light-color);
}

#cssmenu-2 .nav li>a:hover .label {
  color: var(--dark-color);
}

#cssmenu-2 .thumbnail {
  transition: 0.4s all;
}

#cssmenu-2 .thumbnail:hover {
  box-shadow: 1px 1px 8px var(--light-color);
}

/*---add-new-css---*/

.header-main-2 .search-bar .input-group.search-form {
  /* border: 1px solid #dfdfdf; */
  border-radius: 80px;
  margin: 0px 0px;
  width: 100%;
}

.header-main-2 .search-bar .input-group-btn {
  width: 58px;
  /* padding-right: 5px; */
}

.header-main-2 button.btn.btn-primary.search-btn {
  width: 39px !important;
  border-radius: 100%;
  height: 39px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float: right;
  z-index: 3;
}

.header-main-2 span.badge.cart-count {
  position: absolute;
  top: 0;
}

a.btn-cart-check {
  width: 50%;
  margin: 0px;
  border-radius: 0;
  float: left;
  padding: 0px;
  line-height: 36px;
}

.drop-menu.cart-items-hover.cart-menu.fade-in.effect {
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  opacity: 0;
}

.dropdown-wrapper:hover .drop-menu.cart-items-hover.cart-menu.fade-in.effect {
  opacity: 1;
}

.dropdown-wrapper:hover .fade-in .menu-button {
  opacity: 1;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e1e1e1cc;
  margin: 0;
}

.header-main-2 a:focus,
.header-main-2 a:hover {
  color: var(--dark-color);
  text-decoration: none;
}

.cart-wishlist-box .menu-button {
  margin: 0px 10px;
}

.cart-wishlist-box {
  margin-top: 50px;
}

.cart-wishlist-box .contact-nbr {
  text-align: right;
  line-height: 22px;
  margin-top: 6px;
}

.header-main-1 .dropdown-menu {
  z-index: 999;
}

.header-main-3 .collapse.navbar-collapse.js-navbar-collapse {
  /* text-align: right; */
}

.header-main-3 .navbar-nav {
  float: none;
}

.header-main-3 .navbar-nav>li {
  float: none;
  display: inline-block;
}

.contact-nbr {
  color: var(--dark-color);
  font-size: 18px;
}

.contact-nbr_inner span {
  font-size: 14px;
}

.contact-nbr .fa-phone {
  font-size: 40px;
  margin-top: 6px;
  margin-left: 20px;
}

.newsletter-cont h3 {
  margin: 0;
  font-size: 34px;
  color: var(--light-color);
  text-shadow: 0px 1px 6px var(--dark-color) 333;
  padding: 0;
  font-weight: bold;
}

.newsletter-cont p {
  padding-top: 5px;
}

.row-footer.newsletter-area {
  color: #fff;
  padding: 70px 0 50px 0px;
}

.subscription-newsletter .form-group {
  padding: 0;
}

.subscription-newsletter .form-control {
  height: 55px;
  border-radius: 0px !important;
}

.subscription-newsletter .btn {
  height: 45px;
  font-size: 18px;
  border-radius: 0;
  background-color: var(--main-color);
  color: var(--light-color);
  border-radius: 0px !important;
  margin-top: 0px !important;
  width: auto !important;
}

.subscription-newsletter .btn:hover,
.subscription-newsletter .btn:active {
  margin-top: 0px;
}

.contact-info-item a {
  color: var(--dark-color);
}

.right-top-nav-items .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-default .dropdown-menu {
  margin-top: 0;
  border-width: 0 1px 4px 1px;
  border-top-width: 1px;
  border-radius: 0;
  border: none;
  padding: 6px 15px;
  box-shadow: 0 5px 31px 0 rgba(0, 0, 0, 0.11);
}

.dropdown-menu>li>a {
  display: block;
  padding: 9px 20px;
  font-weight: 400;
  font-size: 12px;
}

.dropdown-menu .divider {
  display: none;
}

#cssmenu-2 .dropdown-menu {
  right: 0;
  margin: 0 auto;
  width: 780px !important;
  left: 30px;
  padding: 20px 0px;
}

#cssmenu-2 .vertical-menu ul li {
  margin-bottom: 6px;
  display: block;
  margin: 0;
}

#cssmenu-2 .vertical-menu ul {
  left: unset;
  margin-left: 0;
  margin-right: 0;
  max-height: 400px;
  overflow-y: overlay;
}

#cssmenu-2 .vertical-menu .dropdown-menu {
  right: auto;
  width: auto;
  left: auto;
  padding: 15px;
}

#cssmenu-2 .dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: var(--main-color);
  background-color: transparent;
}

.contact-nbr_inner p {
  padding: 0px;
  margin: 0;
}

p.label-call {
  font-size: 14px;
  text-align: left;
  color: #7c7c7c;
}

.contact-nbr_inner h3 {
  margin: 0;
  margin-bottom: 7px;
}

/*.large-12.titel-columns h2::after,*/
/*.title-testimonial::after {*/
/*    background: var(--main-color);*/
/*    left: 0;*/
/*    right: auto;*/
/*    width: 50%;*/
/*}*/

/*section:hover .large-12.titel-columns h2::after,*/
/*section:hover .title-testimonial::after {*/
/*    background: var(--main-color);*/
/*    left: 0;*/
/*    right: auto;*/
/*    width: 100%;*/
/*}*/

.title-slider:hover {
  color: #412f00;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-color: #6a6a6a !important;
  visibility: visible;
}

.swiper-wrapper .btn {
  background-color: #ffffff;
  padding: 7px 10px;
  margin: 2px;
  color: #656565;
  border: none;
  border-radius: 1px;
  font-weight: normal;
  display: inline-block;
  width: auto;
}

#cart-form a.btn.btn-xs.btn-primary {
  border-left: 1px solid #ccc;
}

.swiper-wrapper p {
  padding: 0px;
  color: #332812;
}

.subscription-newsletter .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
}

.caption h3 {
  margin: 0;
}

section.well {
  border: none;
}

.swiper-container .swiper-slide.thumbnail:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.swiper-container .swiper-slide.thumbnail {
  border: none;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-top: 10px;
  border-radius: 10px !important;
  /* background-color: #ffffff; */
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  /* border-left: 1px solid #f1f1f1; */
  margin-bottom: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.swiper-container .caption h3 {
  margin-top: 10px;
  padding: 8px 0px;
  font-size: 16px;
}

section.well {
  background-color: #eff4f8;
  border: none;
  box-shadow: none;
}

section.well .titel-columns {
  background-color: #fff0;
}

.thumbnail .caption {
  padding: 0px;
  min-height: 173px;
}

.large-12.titel-columns h2,
.title-testimonial {
  text-align: left;
  /* margin: 30px 0 30px; */
  /* display: inline-block; */
  margin-bottom: 0;
  color: 000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;

  padding: 9px 32px 9px 15px;
  position: relative;
  display: inline-block;
  z-index: 27;
  font-weight: 500;
  margin-top: 17px;
}

.large-12.titel-columns h2 span {
  position: relative;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--main-color);
}

.text-success,
.text-success:hover {
  color: var(--main-color);
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.dropdown.pull-left {
  padding-right: 8px;
  border-right: 1px solid #e1e1e1;
  margin-right: 8px;
}

.product-details-content h1 {
  font-size: 26px;
  /* padding-bottom: 15px; */
  margin-bottom: 0px !important;
}

a {
  color: #4f4f4f;
  text-decoration: none;
}

.product-details-content p {
  padding: 20px 0px;
  margin: 0;
}

.product-details-content .row {
  margin-bottom: 0px;
}

h4.text-muted.monospaced {
  margin: 0;
}

.product-details-content a.btn.dropdown-toggle {
  background: transparent;
  font-weight: normal;
  box-shadow: 2px 2px 2x #333 !important;
  border-radius: 2px;
  border-bottom: 1px solid;
  font-size: 14px;
  padding: 7px;
  text-transform: capitalize;
  font-weight: bold;
}

.col-md-12.update_qty {
  display: flex;
}

.update_qty input#quantity {
  margin: 0px 15px;
  height: 50px;
  background: #c0b7b700;
  border-radius: 0;
  box-shadow: 0px 0px 0px;
  text-align: center;
}

.col-md-12.update_qty {
  display: flex;
  padding: 5px 23px 0px 15px;
  margin: 0 auto;
  text-align: right;
  line-height: 42px;
  text-align: center;
  float: left;
  border-radius: 30px;
}

.btn {
  padding: 9px 12px 7px;
  border-width: 0 1px 4px 1px;
  font-size: 12px;
  border: 0;
  border-radius: 0;
}

.content-wrapper .label-primary {
  background-color: #ebeef1;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
}

.content-wrapper .label-success {
  border: none;
  background-color: #28b62c;
  border-radius: 0px;
}

.col-md-6.product-details-content {
  /* border-left: 1px solid #e5e5e5; */
  padding-left: 60px;
}

.product-price {
  padding-right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #515151;
  /* margin-bottom: 14px; */
}

del.product-price-discount.text-muted {
  padding-right: 10px;
  font-size: 16px;
}

.product-details-content span.product-price-discount.text-success {
  background-color: #008b8b;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  height: 34px;
  font-size: 16px;
  padding: 0px 6px;
  text-align: center;
  border: 2px dotted #fff;
  line-height: 30px;
}

h4.text-muted {
  padding: 4px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumb {
  float: left;
  border-top: none !important;
  padding: 13px 30px;
  border: 1px solid #e9e9e9;
  border: none;
  border-radius: 0px 1px 185px 9px;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #999;
}

.container.product-container {
  margin-top: 0px;
  border: none;
}

.xzoom-container {
  margin-bottom: 40px;
}

.tabs_product_Description .nav-tabs>li {
  float: left;
  margin-bottom: -1px;
  width: 50%;
  display: flex;
}

.tabs_product_Description .nav-tabs>li>a {
  background-color: var(--light-color);
  border-color: var(--light-color);
  color: var(--dark-color);
  width: 100%;
  text-align: center;
  height: 50px;
  margin: 0;
  border-radius: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
}

.tabs_product_Description .nav-tabs>li.active>a,
.tabs_product_Description .nav-tabs>li.active>a:focus,
.tabs_product_Description .nav-tabs>li.active>a:hover {
  color: #fff !important;
  background-color: #ad0663;
  border: 1px solid var(--light-color) !important;
  border-bottom-color: transparent;
  cursor: default;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
}

.update_qty input.btn.btn-success {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 17px;
  height: 50px;
}

.update_qty label {
  font-size: 18px;
  color: #999;
}

.tabs_product_Description li._2-riNZ {
  list-style: circle !important;
}

.tabs_product_Description li._2-riNZ {
  padding: 6px 0 !important;
  list-style: circle !important;
}

#approved_reviews .review-box {
  border: none !important;
}

.glyphicon-star-empty,
.review-box>.glyphicon-star {
  font-size: 17px;
  padding-top: 3px;
  color: var(--main-color);
}

.col-xs-12.col-sm-6.col-md-6.col-lg-5.detail-reviews {
  border-left: 1px solid var(--light-color);
}

.col-md-12.product-detail-Ratings {
  border-top: 1px solid var(--light-color);
  border-bottom: 1px solid var(--light-color);
  padding: 40px 0px;
}

.test-customer .review-box {
  border-radius: 0;
  padding: 26px 0px;
  border: 0;
  border-bottom: 2px dotted var(--light-color);
  margin: 0px;
}

div#approved_reviews {
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-review .test-customer {
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.review-box strong {
  font-size: 17px;
  font-weight: normal;
}

.related-products h3 span {
  border-bottom: 2px solid #332812;
  color: #333;
}

.related-products {
  /* margin-top: -20px; */
  margin-bottom: 30px;
}

.progress-bar {
  background-color: var(--main-color);
}

ul.rig li .product-box-wish,
.related-product-sec .product-box {
  position: relative;
  border: none !important;
  box-shadow: 3px 4px 13px #ccc;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}



ul.rig li:hover .caption:after,
.deal-swiper-0 .swiper-slide:hover .caption:after {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

ul.rig li .product-box-wish:hover,
.related-product-sec .product-box:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

ul.rig li:hover .sub-caption,
.swiper-slide:hover .sub-caption {
  border-radius: 0%;
  opacity: 1;
  overflow: hidden;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}

.sub-caption {
  /* position: absolute; */
  top: 30%;
  left: 5%;
  /* background: #fff; */
  right: 5%;
  /* padding: 15px; */
  padding-bottom: 20px;
  z-index: 999;
  /* visibility: hidden; */
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  /* transform: translateY(100px);
    -webkit-transform: translateY(100px); */
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.content-wrapper .sub-caption .label-primary .glyphicon {
  font-size: 20px;
}

.content-wrapper .sub-caption .label-primary {
  background-color: #ebeef100;
  border-radius: 0px;
  color: var(--main-color);
  font-size: 18px;
}

.sub-caption p a {
  font-size: 20px;
}

.sub-caption p a:hover {
  color: #333;
}

.sub-caption .fa {
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.product-box a.product_img {
  display: block;
  margin-top: -10px;
}

span.product-name {
  font-size: 15px;
}

.sub-caption button {
  /* background: transparent; */
  /* border: none; */
  /* color: #ffff; */
}

ul.rig li p {
  font-size: 14px;
  line-height: 1.5em;
  color: #999;
}

.product-thumb:hover .product-extra-link2 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.item-product2 .product-thumb .product-extra-link2 {
  bottom: 30px;
}

.product-thumb .product-extra-link2 {
  background: #fff;
  bottom: 20px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  z-index: 10;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.swiper-slide span.text-success,
ul.rig li span.text-success {
  position: absolute;
  background-color: #ff4e65;
  color: #fff;
  top: 0px;
  line-height: 19px;
  padding: 6px 8px;
  display: block;
  text-align: center;
  margin-right: -2px;
  /* width: 54px; */
  right: 5px;
  border-radius: 100%;
  border: 2px dotted;
}

.swiper-slide .sub-caption .fa {
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 35px;
  border-radius: 4px;
  box-shadow: unset;
  border: unset;
  font-size: 18px;
  color: var(--main-color);
}

.right-top-nav-items>a:first-child {
  border-right: 1px solid #ccc;
  padding-right: 6px;
  margin-right: 5px;
}

input.btn.btn-square.btn-xs.btn-danger {
  border-radius: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 27px;
  color: #fff;
}

.cart-items-hover .btn-cart-drop a {
  color: #fff;
}

.cart-items-hover .btn-cart-drop {
  /* margin-top: 15px;
     */
  background-color: var(--main-color);
  padding: 0px;
}

.cart-items-hover .cart-image {
  width: 30%;
  float: left;
  margin-top: 8px;
}

.cart-items-hover .item-info {
  float: left;
  width: 60%;
  text-align: left;
  margin-left: 10px;
}

div#products-list {
  margin-left: 0px;
}

.collapse.in {
  display: block !important;
}

.filters-title.gold {
  padding: 10px;
  margin-bottom: 25px;
  font-size: 44x;
  color: #fff;
  text-align: left;
  border-bottom: 2px solid #610a3a;
  background-color: #ad0663;
}

.filters input#amount {
  text-align: right;
  color: #333;
}

.rating:hover label:hover input~.icon,
.rating:not(:hover) label input:checked~.icon {
  color: var(--main-color);
}

.col-md-12.firstitem-bar {
  padding: 10px;
  background-color: var(--bg-color);
  margin-bottom: 25px;
}

.text-muted.showing-products-number {
  line-height: 35px;
}

.showing-products-number {
  margin-left: 16px;
}

/*--best-hover-effcts--*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.4s, border-color 0.4s,
    background-color 0.4s ease 0s;
  -moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
  -o-transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s ease 0s;
}

.banners-below-main-slider a:hover::before,
.newsletter-area:hover::before {
  right: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.banners-below-main-slider a::before,
.banners-below-main-slider a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.newsletter-area:hover::after,
.banners-below-main-slider a:hover::after {
  top: 50%;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.banners-below-main-slider img {
  border-radius: 30px;
}

.banners-below-main-slider a {
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
  position: relative;
}

.row-footer.newsletter-area {
  position: relative;
}

/*--cart--*/

.cart-container thead tr {
  background-color: transparent;
}

.cart-container thead {
  background-color: #eff4f8;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.cart-container thead th {
  font-size: 15px;
  color: #333;
  padding: 20px 0;
}

.cart-container tbody {
  margin-top: 20px !important;
  padding-top: 20px;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  margin: 15px;
}

.cart-container tfoot th {
  padding: 0;
}

.ftr-cart-row strong {
  padding: 15px 10%;
  text-align: right;
  display: block;
  font-size: 16px;
}

.ftr-cart-row span {
  border-bottom: 1px solid #eaeaea;
  display: block;
  margin: 0;
  padding: 15px 10%;
  text-align: right;
  font-size: 14px;
}

.cart-container table tr {
  border: 1px solid #ddd;
  border: none;
}

.cart-container table tbody tr {
  border-bottom: 1px solid #ddd;
}

.cart-container a.thumbnail.text-center {
  margin-top: 22px;
  /*padding: 18px 7px;
    margin-left: 20px;*/
  padding: 0px 0px;
  margin-left: 0px;
  background-color: #eff4f8;
}

.cart-container .thumbnail {
  margin-bottom: 0px !important;
}

.cart-container .img-box img {
  height: 60px;
  width: auto !important;
}

.cart-container table {
  border: none !important;
}

.circle-icon-header {
  font-size: 30px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}

.circle-icon-header span {
  font-size: 30px;
  padding: 11px 6px;
  font-weight: bold;
  color: #000000;
  text-shadow: 2px 2px 2px #ccc;
}

.circle-icon-header i.fa {
  padding: 13px;
  color: #fff;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin-top: -20px;
  background: var(--main-color);
}

.cart-container tr input.form-control {
  text-align: center;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #eff4f8;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  box-shadow: none;
}

.cart-container .panel {
  border: 1px solid #e7e7e7 !important;
  border-width: 0 1px 4px 1px;
}

.sidenav {
  position: fixed;
  z-index: 999;
}

/*--cart--*/

/*--shipping_details-p--*/

.shipping_details-p {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 60px;
}

/*--shipping_details-check-out-page--*/

.shipping-details-form .form-control {
  border-radius: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 16px;
  transition: all 0.4s ease;
  height: 52px;
}

.shipping-details-form textarea#address {
  height: auto;
}

.shipping-details-form .form-control:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/*--best-hover-effcts--*/

select#sort_products {
  border-radius: 0;
  box-shadow: none;
  height: 30px !important;
  padding: 2px 10px !important;
  font-size: 13px;
}

a.thumbnail.text-center {
  margin-top: 22px;
  padding: 12px 7px;
  background: whitesmoke;
}

form .cntsb button.btn.btn-block {
  font-size: 18px;
  background: #ff5722;
  padding: 6px;
  /* text-shadow: 2px 2px 0px #303030;
     */
  font-weight: normal;
  color: #fbfbfb;
}

.form-group.cntsb {
  padding: 0px;
}

/* iPads (landscape) ----------- */

@media screen and (min-width: 320px) and (max-width: 1023px) and (orientation: landscape) {
  .main-menu {
    flex-direction: none !;
    align-items: none;
    height: 100% !important;
    display: block !important;
  }

  .header-container {
    height: 100%;
  }

  .cart-wishlist-box {
    margin-top: 0;
  }

  .contact-info.col-md-6.col-sm-6 {
    float: left;
  }

  .cart-wishlist-box {
    margin-top: 0;
    padding: 0;
  }
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /* Styles */
  .main-menu {
    flex-direction: none !;
    align-items: none;
    height: 100% !important;
    display: block !important;
  }

  .header-container {
    height: 100%;
  }

  .cart-wishlist-box {
    margin: 0;
    padding: 0;
  }

  .contact-info.col-md-6.col-sm-6 {
    float: left;
  }

  .phone-icon {
    display: none;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-menu {
    flex-direction: none;
    align-items: none;
    height: 100% !important;
    text-align: center;
    display: block !important;
  }
}

.image-box img#xzoom-magnific {
  box-shadow: none;
}

.wishlist-icon {
  z-index: 9 !important;
  color: #000000 !important;
}

/*--contact-css--*/

.googlemap iframe {
  width: 100%;
}

.page-containt {
  margin: 60px auto;
}

/*--contact-css--*/

.margin-80 {
  height: 80px;
}

.margin-40 {
  height: 40px;
}

.margin-20 {
  height: 20px;
}

.padding-60 {
  padding: 60px 0px;
}

.padding-40 {
  padding: 40px 0px;
}

.thumbnail.product-box .caption {
  height: auto;
}

.page_wishlist .thumbnail {
  border: none;
  margin-bottom: 0px;
}

.list-group-item {
  border-radius: 0;
  margin-top: 25px;
}

.shipping-details-form {
  margin-bottom: 40px;
}

/*---webcart-default-btn---*/

.btn {
  position: relative;
}

.btn:hover::before {
  right: 50%;
  left: 50%;
  background-color: #ccc;
  opacity: 0.2;
}

.btn:hover::after {
  top: 50%;
  bottom: 50%;
  background-color: #ccc;
  opacity: 0.3;
}

.btn::after,
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}

/*---webcart-default-btn---*/

span.item-info strong {
  font-weight: normal;
  color: #343434;
  line-height: 25px;
  font-size: 13px;
  text-align: left;
  margin: 0 auto;
  display: block;
  max-width: 90%;
}

span.item-right.pull-right {
  top: 10px;
  right: 10px;
  position: absolute;
}

#cssmenu-2 .nav li>a:hover {
  background-color: #896827;
  color: var(--light-color);
}

/* #cssmenu-2 .nav li>a.dropdown-toggle:after {
    transition: all .4s;
}

#cssmenu-2 .nav li>a.dropdown-toggle:hover:after {
    content: '';
    width: 15px;
    position: absolute;
    z-index: 99999;
    height: 15px;
    top: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: rotate(-46deg);
    background-color: #303377;
    transition: all .4s;
} */

.dropdown-toggle:after {
  display: none;
}

.navbar-default:hover {
  /* z-index: 99999; */
}

textarea {
  resize: vertical;
}

#info {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}

/* * STYLE 7 */

.drop-menu.cart-items-hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.drop-menu.cart-items-hover::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.drop-menu.cart-items-hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.44, rgb(122, 153, 217)),
      color-stop(0.72, rgb(73, 125, 189)),
      color-stop(0.86, rgb(28, 58, 148)));
}

.col-md-8.col-center.m-auto {
  text-align: center;
}

.col-md-8.col-center.m-auto .large-12.titel-columns h2::after,
.title-testimonial::after {
  background: var(--main-color);
  left: 0;
  right: 0;
  width: 50%;
}

.carousel .overview b {
  text-transform: uppercase;
  color: var(--main-color);
}

.existing-addresses .col-xs-12 {
  /* background-color: #eff4f8;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 16px; */
}

.about-title_h1 {
  text-align: center;
}

/*--about-page--*/

.about-title_h1 span {
  position: relative;
  padding-bottom: 5px;
}

.about-title_h1 span:after {
  content: "";
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2px;
  background: #2196f3;
  height: 4px;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff !important;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-group.open .dropdown-toggle.btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff !important;
}

.btn-success,
.btn-primary {
  color: #fff !important;
  background-color: var(--secondory-color);
  border-color: var(--secondory-color);
}

.btn-primary:hover {
  background-color: var(--main-color);
}

/* .btn:hover {
  margin-top: 0px;
} */

.btn-success,
.form-group .btn-primary:hover {
  color: #fff;
}

.label-primary {
  background-color: #ad0663;
}

.product-price-box {
  padding: 5px 0px;
  margin-bottom: 19px;
  /* border-bottom: 1px solid #dddddd; */
  padding-bottom: 0px;
}

/* .wishlist-produst i.fa.fa-heart {
    font-size: 22px;
    border: 1px solid;
    padding: 7px;
    lone: 15px;
    color: red;
    border-radius: 100%;
} */
/* i.fa.fa-heart {
  font-size: 16px;
  border: 1px solid;
  color: red;
  border-radius: 100%;
} */

.update_qty button.btn.btn-success {
  height: 50px;
  width: 100%;
  font-size: 14px;
}

.testimonial-cont {
  /* background: #333; */
  color: #ddd;
  padding: 15px;
}

.testimonial-cont h3.overview {
  color: var(--main-color);
  border-top: 1px solid;
  padding-top: 7px;
  margin: 6px;
  display: inline-block;
  font-size: 18px;
}

.testimonial-swiper .img-box img {
  width: 100% !important;
}

.testimonial-cont:after {
  content: "";
  width: 50px;
  position: absolute;
  z-index: 99999;
  height: 50px;
  top: -37px;
  left: 27px;
  margin: 0 auto;
  text-align: center;
  /* background: linear-gradient(46deg, rgba(255, 255, 255, 0) 47%, rgb(239, 244, 248) 50%); */
  transform: rotate(104deg);
  transition: all 0.4s;
}

.testimonial-cont {
  /*background: #eff4f8; */
  color: #535353;
  position: relative;
  /* border-left: 10px solid #d4e0ea; */
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  /* box-shadow: 2px 2px 3px #ccc; */
  width: 85%;
  margin: auto;
}

.testimonial-swiper .img-box {
  overflow: hidden;
  display: block;
  text-align: center !important;
  background: #eff4f8;
  padding: 8px;
  border-radius: 3%;
  border-radius: 100%;
  position: relative;
  margin-bottom: 10px;
  /* left: 314px; */
  box-shadow: 1px 2px 2px #b8b8b8;
  max-width: 100px;
  height: 100px;
  clear: both;
  margin: auto;
}

.testimonial-section-mt {
  margin-top: 50px;
}

/** Services Page **/
.service-wrapper {
  background: #fff !important;
}

.well-bg {
  background-color: #bc8800;
  padding: 10px;
}

.well-inner {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(231, 229, 222, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(231, 229, 222, 1);
  box-shadow: 0px 0px 3px 0px rgba(231, 229, 222, 1);
}

.widget-title {
  font-size: 18px;
}

.service-icon {
  font-size: 20px;
  font-weight: 700;
  color: #bc8800;
  line-height: 25px;
}

/* Services - How It Works */
.service-padding {
  padding-top: 60px;
  padding-bottom: 50px;
}

/* FAQ */
.dlab-accordion.space .panel {
  margin-bottom: 5px;
  margin-right: 50px;
}

.dlab-accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: -1px;
}

.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.acod-head {
  position: relative;
}

.acod-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}

.acod-title a {
  text-decoration: none;
}

.acod-head a.collapsed,
.acod-head a.collapsed:after {
  color: #3d474a;
}

.acod-head .fa {
  margin-right: 5px;
}

.acod-head a.collapsed:after {
  content: "+";
  font-size: 18px;
}

.acod-head a.collapsed,
.acod-head a.collapsed:after {
  color: #3d474a;
}

.acod-body {
  border-left: 1px solid #ebedf2;
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
  border-top: 1px solid transparent;
  margin-top: -1px;
}

.collapse {
  display: none;
}

.acod-content {
  margin: 20px;
}

.text-primary,
.primary li:before,
.breadcrumb-row ul li a,
.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a .header-nav .nav>li .sub-menu li a:hover,
.header-nav .nav>li:hover>a,
.header-nav .nav>li .mega-menu>li ul a:hover,
.header-nav .nav>li .sub-menu li:hover>a,
.nav-dark.header-nav .nav>li .sub-menu li:hover>a,
.nav-dark.header-nav .nav>li .mega-menu>li ul a:hover,
blockquote:before,
ol.comment-list li.comment .reply a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
button.scroltop,
.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.testimonial-3 .quote-left:before,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.dlab-tabs .nav-tabs>li>a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.icon-box-btn .site-button,
.city-box .glyph-icon {
  color: #d81517;
}

.acod-head a,
.acod-head a.collapsed:hover,
.acod-head a:hover {
  color: #d81517;
}

.acod-head a.collapsed,
.acod-head a.collapsed:after {
  color: #3d474a;
}

.acod-head a {
  display: block;
  padding: 12px 40px 12px 15px;
  border: 1px solid #ebedf2;
  border-radius: 2px;
}

.acod-head a:after {
  font-family: FontAwesome;
  content: "--";
  float: right;
  color: #efbb20;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -2px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.heading {
  padding: 0 0 25px;
  text-align: center;
}

.heading h2 {
  font-weight: 500;
  margin-top: 0;
}

.heading h2 span {
  color: #fb0f0d;
}

/* Testimonial */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  /* margin-top: 30px; */
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 68px;
  height: 68px;
  opacity: 1;
  transition: all 0.2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

.carousel .item {
  min-height: 0px !important;
}

.carousel-indicators li {
  background: none !important;
}

.carousel-control i {
  font-size: 62px !important;
  line-height: 0px !important;
}

.carousel-control.right {
  left: auto;
  right: 24px;
}

.carousel .item {
  color: #000;
}

.review-head {
  font-size: 20px;
  font-weight: 700;
  color: #bc8800;
}

.review-head:hover {
  color: #bc8800;
}

.how-border-right {
  border-right: 1px solid #0000004d;
}

.section_banners .banner_33 .img_placeholder__wrap {
  padding: 120.002% 0 0 0;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text {
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.left_caption_text {
  align-items: flex-start;
  text-align: left;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.left_caption_text .item_title {
  font-size: 50px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  letter-spacing: -0.03em;
  line-height: 1em;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.left_caption_text .item_title p {
  margin: 0;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.left_caption_text .item_title em {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: -0.04em;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.left_caption_text .item_title strong {
  font-size: 45px;
  color: #19b3bd;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: initial;
  line-height: 1em;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .item_title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .item_title p {
  margin: 12px 0;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .item_title em {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
  letter-spacing: -0.03em;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .item_title strong {
  font-size: 55px;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-transform: initial;
  line-height: 1em;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .banner_text {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .banner_text:after {
  width: 100%;
  background: #000;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .item_title {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  line-height: 1.1em;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .item_title em {
  font-size: 24px;
  color: #999;
  letter-spacing: -1px;
  font-weight: 200;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .item_title strong {
  font-size: 50px;
  color: #19b3bd;
  font-weight: 200;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .banner_text {
  color: #19b3bd;
  text-transform: uppercase;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .banner_text:after {
  width: 100%;
  background: #19b3bd;
}

.section_banners .banner_33 .banner_caption.style_telling {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 50px;
}

.section_banners .banner_33 .banner_caption.style_telling h4 {
  font-size: 16px;
  letter-spacing: 0;
  font-style: italic;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 p {
  margin: 10px 0;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 em {
  font-size: 55px;
  color: #19b3bd;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 strong {
  font-size: 50px;
  font-weight: 700;
  color: #19b3bd;
  letter-spacing: 0.01em;
}

.section_banners .banner_33 .banner_caption.style_telling .item_text_1 strong {
  font-size: 30px;
}

.section_banners .banner_33 .banner_caption.style_telling .item_text_1 em {
  font-size: 17px;
  font-style: normal;
}

.section_banners .banner_33 .banner_caption.style_telling .btn {
  min-width: 164px;
}

.section_custom_banners .img_placeholder__wrap {
  background-size: cover;
}

.section_custom_banners .banner_item {
  position: relative;
}

.section_custom_banners .banner_caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px;
}

.section_custom_banners .banner_caption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-top: 10px solid #19b3bd;
  border-left: 10px solid #19b3bd;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  pointer-events: none;
}

.section_custom_banners .banner_caption:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 10px solid #19b3bd;
  border-right: 10px solid #19b3bd;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  pointer-events: none;
}

.section_custom_banners .banner_caption:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.section_custom_banners .banner_caption:hover:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 1;
}

.section_custom_banners .position_right {
  justify-content: flex-end;
}

.section_custom_banners .position_bottom {
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.section_custom_banners .position_right .caption_text,
.section_custom_banners .position_left .caption_text {
  max-width: 50%;
}

.section_custom_banners .banner_big_50,
.section_custom_banners .banner_bg_small_25,
.section_custom_banners .banner_one_small_25 {
  padding: 0px;
}

.section_custom_banners .btn {
  letter-spacing: 1px;
  padding: 13px 34px;
}

.section_custom_banners .link_txt {
  text-decoration: underline;
  font-weight: bold;
  display: block;
  letter-spacing: 1.2px;
}

.section_custom_banners .banner_big_50 .position_right .caption_text {
  padding: 35px 32px 0 17px;
}

.section_custom_banners .banner_big_50 .position_left .caption_text {
  padding: 2% 0 0 5%;
}

.section_custom_banners .banner_big_50 .subtitle strong {
  color: #e72c59;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.section_custom_banners .banner_big_50 .subtitle p {
  font-size: 16px;
  line-height: 0.6em;
}

.section_custom_banners .banner_big_50 .subtitle_2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 14px;
}

.section_custom_banners .banner_big_50 .item_title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.1em;
}

.section_custom_banners .banner_big_50 .btn {
  margin-top: 28px;
  font-size: 13px;
}

.section_custom_banners .banner_big_50 .bottom_txt {
  font-style: italic;
  letter-spacing: -0.5px;
  margin-top: 18px;
}

.section_custom_banners .banner_bg_small_25 .img_placeholder__wrap {
  padding: 100% 0 0 0;
}

.section_custom_banners .banner_bg_small_25 .banner_caption {
  padding: 15px 34px;
}

.section_custom_banners .banner_bg_small_25 .caption_text {
  text-align: center;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_subtitle {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.2em;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_subtitle_2 {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1em;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_title {
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 15px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .link_txt {
  color: #19b3bd;
  margin-top: 32px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .link_txt:hover {
  color: #000;
}

.section_custom_banners .banner_bg_small_25 .caption_text.inverted .link_txt {
  color: #fff;
  margin-top: 34px;
}

.section_custom_banners .banner_bg_small_25 .caption_text.inverted .link_txt:hover {
  color: #000;
}

.section_custom_banners .banner_one_small_25 .banner_caption {
  align-items: flex-start;
}

.section_custom_banners .banner_one_small_25 .caption_text {
  padding: 13% 0px 0 4%;
}

.section_custom_banners .banner_one_small_25 .caption_text .item_subtitle {
  font-size: 42px;
  font-weight: 800;
}

.section_custom_banners .banner_one_small_25 .caption_text .item_title {
  margin-top: 32px;
}

.section_custom_banners .banner_one_small_25 .caption_text .item_title strong {
  font-size: 42px;
  color: #e72c59;
  font-weight: 800;
}

.section_custom_banners .banner_one_small_25 .caption_text .link_txt {
  color: #000;
  margin-top: 28px;
}

.section_custom_banners .banner_one_small_25 .caption_text .link_txt:hover {
  color: #19b3bd;
}

.banner_btn {
  background: #8f6803;
  border: 2px solid #8f6803;
  color: #ffffff !important;
}

.inverted {
  color: #fff;
}

.section_custom_banners .banner_big_50 .item_title {
  font-size: 25px;
}

.section_custom_banners .banner_big_50 .subtitle_2 {
  font-size: 30px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_subtitle {
  font-size: 34px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_subtitle_2 {
  font-size: 42px;
}

.section_banners .banner_caption {
  padding: 30px;
}

.section_banners .banner_caption.style_minimal {
  padding: 30px;
}

.section_banners .banner_50 .banner_caption {
  padding: 15px 40px;
}

.section_banners .banner_50 .caption_text .item_title_1 {
  font-size: 35px;
}

.section_banners .banner_33 .banner_caption.style_minimal {
  padding: 0;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .item_title {
  line-height: 1em;
  font-size: 30px;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .item_title strong {
  font-size: 30px;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text.inverted .item_title em {
  font-size: 20px;
  letter-spacing: 0;
  display: none;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .item_title strong {
  font-size: 35px;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .item_title em {
  font-size: 20px;
}

.section_banners .banner_33 .banner_caption.style_minimal .caption_text .banner_text {
  margin-bottom: 20px;
  margin-top: 5px;
}

.section_banners .banner_33 .banner_caption.style_telling {
  padding: 30px;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 {
  font-size: 40px;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 strong {
  font-size: 30px;
}

.section_banners .banner_33 .banner_caption.style_telling .item_title_1 em {
  font-size: 27px;
  margin-left: 0;
}

.section_banners .banner_33 .banner_caption.style_telling .item_text_1 strong {
  font-size: 25px;
}

.section_banners .banner_33 .banner_caption.style_telling .btn {
  min-width: 140px;
  padding: 8px 0;
}

.section_banners .banner_25 .banner_caption .item_title {
  font-size: 30px;
}

.section_banners .banner_25 .banner_caption.style_minimal .banner_text {
  margin-bottom: 0px;
}

.section_banners .btn {
  margin: 5px 0 0px;
  min-width: 200px;
  letter-spacing: 0.01em;
}

.section_banners_33 .banner_33 .banner_caption.style_telling .item_title_1 {
  font-size: 40px;
}

.section_banners_33 .banner_33 .banner_caption.style_telling .item_title_1 strong {
  font-size: 36px;
}

.section_banners_33 .banner_33 .banner_caption.style_telling .item_text_1 strong {
  font-size: 36px;
}

.section_banners_33 .banner_33 .banner_caption.style_telling h4 {
  font-size: 18px;
}

.section_custom_banners .banner_big_50 .item_title {
  font-size: 24px;
}

.section_custom_banners .banner_big_50 .subtitle strong {
  font-size: 24px;
}

.section_custom_banners .banner_big_50 .subtitle_2 {
  font-size: 24px;
}

.section_custom_banners .banner_bg_small_25 .img_placeholder__wrap {
  padding: 100% 0 0 0;
}

.section_custom_banners .banner_bg_small_25 .banner_caption {
  padding: 15px 25px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_subtitle {
  font-size: 24px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_subtitle_2 {
  font-size: 25px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .item_title {
  font-size: 16px;
}

.section_custom_banners .banner_bg_small_25 .caption_text .link_txt {
  margin-top: 15px;
}

.section_custom_banners .banner_one_small_25 .caption_text .item_subtitle {
  font-size: 26px;
}

.section_custom_banners .banner_one_small_25 .caption_text .link_txt {
  margin-top: 16px;
}

/* footer {
	overflow: hidden;
} */
.footer_top {
  padding: 50px 0;
  background-color: #ffe2f2;
}

.footer_logo {
  margin-bottom: 20px;
}

footer p {
  font-size: 14px;
}

footer .widget {
  margin-bottom: 30px;
}

footer .widget_title {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 18px;
}

.widget_links li {
  list-style: none;
}

.widget_links li:last-child {
  padding-bottom: 0;
}

.widget_links li a {
  font-size: 15px;
  color: #687188;
}

.contact_info>li {
  list-style: none;
}

.contact_info>li:last-child {
  margin-bottom: 0px;
}

.contact_info li i {
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 15px;
  vertical-align: top;
}

.contact_info li span {
  float: left;
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
  color: #292b2c;
}

.contact_info span+* {
  overflow: hidden;
  color: #687188;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}

.contact_info p {
  padding-top: 0px;
}

.contact_info i+* {
  overflow: hidden;
  font-size: 15px;
  color: #687188;
  line-height: 22px;
  margin: 0;
  vertical-align: middle;
  max-width: 78%;
  display: inline-block;
}

.contact_info_light li i {
  border-color: var(--secondory-color);
  color: var(--secondory-color);
}

/* .contact_info_light li span,
.contact_info_light li a {
	color: #fff;
} */
.contact_info_style2 i+* {
  font-size: 18px;
}

.contact_info_style2 li i {
  margin-right: 8px;
  margin-top: 2px;
  font-size: 22px;
  color: var(--secondory-color);
}

.bottom_footer {
  background-color: var(--secondory-color);
  position: relative;
  padding: 6px 0px;
}

.bottom_footer p {
  padding-top: 0px;
  color: #f3ebe0 !important;
  margin: 0px;
}

.bottom_footer ul {
  margin-bottom: 0px;
}

#myFooter .widget_links li a:hover {
  border-bottom: 1px solid var(--secondory-color);
}

.footer_link li {
  display: inline-block;
  position: relative;
}

.footer_link li a {
  font-size: 14px;
  padding: 0 5px;
  color: #687188;
}

.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6 {
  color: #ad0663;
}

.footer_dark .footer_top p,
.footer_dark a,
.footer_dark .widget_links li a,
.footer_dark .footer_link li a,
.footer_dark .post_content a {
  color: #000000 !important;
  /* font-weight: 600; */
}

.footer_dark a:hover,
.footer_dark .widget_links li a:hover,
.widget_links li a:hover,
.footer_dark .footer_link li a:hover,
.footer_link li a:hover {
  color: #000000;
}

/* .footer-mtop {
    background-image: url(../../../img/footer-bg.png);
    background-blend-mode: screen;
} */

.footer_bg {
  background-image: url(../images/footer_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.widget_contact_form {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin-top: -190px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pattern_bg {
  background-image: url(../images/pattern_bg2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom_footer .social_icons li {
  padding-bottom: 0;
}

.footer_payment li,
.app_list li {
  display: inline-block;
  list-style: none;
}

.footer_call {
  border-radius: 40px;
  padding: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.footer_call * {
  margin: 0;
  font-size: 22px;
}

.footer_call i {
  margin-right: 10px;
}

.icons-ul {
  display: flex;
}

.Social-Footer li {
  list-style: none;
  margin-right: 14px;
}

.social-top-header.Social-Footer li a {
  border-radius: 50% !important;
}

.Social-Footer li a {
  width: 30px;
  text-align: center;
  color: #fff !important;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Social-Footer li a span {
  color: #ffffff !important;
}

.Social-Footer li.facebook a {
  background: #5d82d1;
  border-radius: 3px;
}

.Social-Footer li.twitter a {
  background: #40bff5;
  border-radius: 3px;
}

.Social-Footer li.instagram a {
  background: #e4405f;
  border-radius: 3px;
}

.Social-Footer li.linkedin a {
  background: #238cc8;
  border-radius: 3px;
}

.Social-Footer li.whatsapp {
  background: #25d366;
  border-radius: 3px;
}

.Social-Footer li.youtube a {
  background: #fa0606;
  border-radius: 3px;
}

.payment-logo {
  transition: all 0.2s ease-in-out;
  max-height: 48px;
  max-width: 100px;
}

.foot-copy {
  margin-top: 15px;
  color: #ddd !important;
}

.foot-copy p {
  color: #ddd !important;
}

.text-md-right {
  float: right;
}

.ibc_orange {
  color: #ff9f54 !important;
  background-color: rgba(255, 159, 84, 0.2) !important;
}

.ibc_purple {
  color: #b598f6 !important;
  background-color: rgba(181, 152, 246, 0.2) !important;
}

.ibc_pink {
  color: #fa247b !important;
  background-color: rgba(250, 36, 123, 0.2) !important;
}

.ibc_green {
  color: #44ceb0 !important;
  background-color: rgba(68, 206, 176, 0.2) !important;
}

.ibc_red {
  color: #fa5e5d !important;
  background-color: rgba(250, 94, 93, 0.2) !important;
}

.ibc_blue {
  color: #439cee !important;
  background-color: rgba(67, 156, 238, 0.2) !important;
}

.icon_box {
  margin-bottom: 30px;
}

.icon {
  margin-bottom: 15px;
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
  text-transform: capitalize;
}

.icon i {
  font-size: 30px;
}

.icon_box p:last-child {
  margin: 0;
}

.icon_box_content .link i {
  vertical-align: middle;
  margin-left: 2px;
}

.box_img {
  margin-bottom: 15px;
}

.icon_box_style1 {
  text-align: center;
  padding: 0 40px;
  position: relative;
}

.icon_box_style1 .icon i {
  font-size: 46px;
  line-height: 1;
}

.icon_box_style1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background-color: #ddd;
}

[class*="col-"]:last-child .icon_box_style1::before {
  content: normal;
}

.icon_box_style2 .icon {
  background-color: #fff;
  max-width: 78px;
  text-align: center;
  float: left;
  height: 78px;
  border-radius: 100%;
  line-height: 78px;
  position: relative;
  margin: 0px 20px 0px 0px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
}

.icon_box_style2:hover .icon {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.icon_box_style2 .icon i {
  font-size: 40px;
  color: #ff324d;
  line-height: 78px;
}

.shopping_info {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.shopping_info .icon_box {
  margin-top: 0;
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.icon_box.icon_box_style3 {
  border: 1px solid #ddd;
  padding: 30px;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
}

.icon_box_style3 .icon {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon_box_style3 .icon_box_content {
  overflow: hidden;
}

.icon_box_style3 .icon i {
  font-size: 36px;
  color: #ff324d;
  line-height: normal;
}

.icon_box_style3 .icon_box_content p {
  font-size: 14px;
  line-height: normal;
}

.icon_box_style4 {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.icon_box_style4 .icon i {
  background-color: #ff324d;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 100%;
  font-size: 24px;
}

.fb-icon {
  color: #ff4136 !important;
}

.mb-o {
  margin-bottom: 0px !important;
}

.btn-fill-out {
  background: var(--main-color);
  color: #fff;
  padding: 9px;
  border-radius: 40px;
  border: none;
  font-size: 17px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.btn-fill-out-buy {
  background: var(--secondory-color);
  color: #fff;
  padding: 9px;
  border-radius: 40px;
  border: none;
  font-size: 17px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  margin-left: 10px;
}

.quantity-pro {
  padding: 3px 10px 0px 10px;
  width: 65px;
  min-height: 34px;
  border: 1px solid #dddddd;

  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.add-to-cart-de {
  padding: 0 16px;
  height: 35px;
  line-height: 35px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 31px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  background: #ad0663 !important;
  border-color: #ad0663 !important;
}

.buy-now-de {
  padding: 0 16px;
  height: 35px;
  line-height: 35px !important;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 31px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  background: transparent;
  border-color: #342913 !important;
  color: #000;
}

.buy-now-de.btn {
  color: #000 !important;
  display: inline-block;
}

.buy-now-de:hover {
  background: #ad0663 !important;
  color: #fff !important;
}

.form-horizontal {
  padding: 10px;
}

.btn-search {
  color: #fff;
  background-color: #832729;
  border-color: #832729;
}

.btn-search.search-btn {
  width: 50px !important;
  border-radius: 0px;
  height: 46px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float: right;
  z-index: 3;
}

/* Box Design */
.tz-banner-animation-simple-zoom:hover img {
  transform: scale3d(1.07, 1.07, 1);
}

.tz-banner-img img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.35s ease;
  height: 100%;
}

.tz-banner-img {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.tz-banner-content {
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  position: absolute;
  line-height: 1.5;
  z-index: 1;
  text-align: center;
}

.tz-banner-content .tz-banner-tag {
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.tz-banner-content .tz-banner-title {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.tz-banner-button {
  display: inline-block;
}

.elementor-element-14ccd46 .tz-banner-content {
  top: 300px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.elementor-element-14ccd46 .tz-banner-content .tz-banner-tag {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.elementor-element-14ccd46 .tz-banner-content .tz-banner-title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.3em;
}

.elementor-element-14ccd46 .tz-banner-title {
  margin-bottom: 10px;
}

.elementor-element-14ccd46 .tz-banner-button {
  font-size: 13px;
}

.elementor-element-b599850 .tz-banner-wrapper .tz-banner-content {
  top: 160px;
  right: 0;
  bottom: 0;
  left: 360px;
  width: 50%;
}

.elementor-element-b599850 .tz-banner-content .tz-banner-tag {
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.elementor-element-b599850 .tz-banner-content .tz-banner-title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3em;
}

.left-360 {
  left: 360px !important;
}

.top-50 {
  top: 50px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.badge:hover {
  margin-left: 5px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  background: #fdedaf;
  color: #000 !important;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  left: 12px;
}

.badge {
  margin-left: 5px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  background: #fdedaf;
  color: #000 !important;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  left: 12px;
}

.navbar-nav .dropdown-large {
  margin-right: -4px;
}

/* Footer Chain */
.ct-footer-image {
  position: relative;
}

.ct-footer-image img {
  position: absolute;
  top: -30px;
  left: 0px;
  height: 220px;
}

/* Footer Chain */
/* Grayscale Color */
.jewel-section {
  margin-top: 180px;
}

.grayscale-collection-wrap {
  margin-bottom: 30px;
}

.grayscale-collection-wrap .collection-header {
  text-align: center;
  background: #f2e8d1;
  padding-top: 60px;
  padding-bottom: 185px;
}

.grayscale-collection-wrap .collection-wrap .collection {
  position: relative;
  min-height: 370px;
}

.collection.inview {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.collection {
  transition: all 0.6s ease-in-out;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.grayscale-collection-wrap .collection-wrap .collection #collection-1 {
  position: absolute;
  left: 50%;
  top: -150px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

img.grayscale {
  /* filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale); */
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: -webkit-filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}

img.grayscale.disabled {
  /* filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale); */
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grayscale-collection-wrap img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.grayscale-collection-wrap img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.grayscale-collection-wrap .collection-wrap .collection #collection-2 {
  margin-left: 10%;
}

.grayscale-collection-wrap .collection-wrap .collection #collection-3 {
  position: absolute;
  top: 46%;
  left: 14%;
}

.grayscale-collection-wrap .collection-wrap .collection #collection-4 {
  float: right;
  margin-right: 10%;
}

.grayscale-collection-wrap .collection-wrap .collection #collection-5 {
  position: absolute;
  top: 35%;
  right: 15%;
}

/* Grayscale Color */
/* Hot Deal */
.ex-collection {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-statistics {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-statistics img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.banner-statistics:hover img {
  transform: scale(1.1);
}

.banner-statistics::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(241 223 215);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* opacity: 0.5; */
  pointer-events: none;
  z-index: -11;
}

.banner-statistics:hover .promo-lines::before,
.banner-statistics:hover .promo-lines::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.banner-statistics .promo-lines:before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgb(194, 153, 88);
  border-bottom: 1px solid rgb(194, 153, 88);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.banner-statistics .promo-lines:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgb(194, 153, 88);
  border-right: 1px solid rgb(194, 153, 88);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.banner-statistics:hover::before {
  opacity: 1;
  /* remove code */
  /* background: rgba(248, 247, 245, 0.28); */
  background: rgb(241 223 215);
}

.banner-content {
  left: 55px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.banner-text1 {
  font-size: 15px;
  line-height: 1.1;
  color: #c29958;
  text-transform: uppercase;
}

.banner-text2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  width: 0%;
  transition: 0.4s;
  margin-bottom: 20px;
  font-size: 22px;
}

.btn-text {
  font-size: 14px;
  color: #333;
  position: relative;
  pointer-events: visible;
  text-transform: uppercase;
}

.btn-text:hover {
  color: #333;
}

.banner-text2 span {
  display: block;
}

.btn-text:before {
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #222222;
}

/* End Hot Deals */
/* Footer App */
.block-style-1 {
  margin-bottom: -10px;
}

.app-icon {
  padding-left: 3px;
  cursor: pointer;
  display: block;
}

.prcs-d {
  cursor: pointer;
}

.app-section .app-icon i.app {
  width: 101px;
  height: 30px;
  display: inline-block;
  background: no-repeat -185px -50px;
  border-radius: 4px;
}

.app-section .app-mobile {
  position: absolute;
  right: -165px;
  top: -108px;
  cursor: pointer;
}

.app-section .app-mobile {
  width: 199px;
  z-index: 999;
  overflow: hidden;
  right: -40px;
}

.app-section .container img {
  background: 0;
}

/* End Footer App */
.line-sep {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 60px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  display: none;
}

.line-sep img {
  left: 48%;
  position: absolute;
  top: 28px;
}

/* Heading ULine */
.heading_overlay {
  display: inline-block;
  position: relative;
  height: 5px;
  border-radius: 30px;
  /* background-color: #4777f4; */
  background-image: linear-gradient(315deg, #f3c534 0%, #cb9f31 74%);
  width: 90px;
  margin-top: 5px;
  margin-bottom: 18px;
  overflow: hidden;
}

.heading_overlay:after,
.about-heading .heading_overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.heading_overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.navbar-nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42%;
  /* width: 1px; */
  border-right: 1px solid #513d15;
  height: 100%;
  background: #9d7302;
  /* border-left: 1px solid #684b09; */
}

.label_product span.label_sale {
  background: #030303;
}

.label_product span.label_sale {
  top: 7px !important;
  left: 7px;
  text-transform: uppercase;
  color: #ffffff;
  background: #40a944;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: auto;
  padding: 0px 7px;
  text-align: center;
  display: block;
  position: absolute;
}

.label_product span.label_sale1 {
  /* top: 115px;
    left: 285px; */
  text-transform: uppercase;
  color: #ffffff;
  background: #40a944;
  font-size: 12px;
  /* height: 20px; */
  line-height: 20px;
  width: 70px;
  text-align: center;
  /* padding: 5px; */
  /* display: block; */
  position: absolute;
  /* border-radius: 5px; */
}

.label_product span.label_sale2 {
  top: 10px;
  left: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #40a944;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  /* border-radius: 5px; */
}

.rel-pdt-off {
  top: 4% !important;
}

/* .label_product span {
    position: absolute;
} */
.top-10 {
  padding-top: 20px;
}

.hover14::before {
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 img:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.logo-front {
  z-index: 999;
}

.scheme-bg-color {
  /* background: #05a189 !important; */
  background: #bb912b !important;
}

.menu-ml-left {
  margin-left: -1px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 15px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 202, 142, 50%);
  }

  100% {
    box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-med-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 202, 142, 0.733);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 202, 142, 0.733);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.example-1 {
  animation: shadow-pulse 1s infinite;
}

.product-details-content .product_desc {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  height: auto;
  overflow: visible;
  padding: 0;
}

.product-details-content .category {
  margin-top: 0px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-20 {
  margin-top: 20px;
}

.tabs_product_Description .nocase {
  text-transform: none !important;
}

.gray {
  background: #f7f9fc;
  /* padding-top: 40px;
    padding-bottom: 40px; */
}

.btn-green {
  color: #fff;
  background-color: #137800;
  border-color: #137800;
}

.btn-green:hover {
  color: #fff;
  background-color: #137800;
  border-color: #137800;
}

.btn-red {
  /* background-color: #ff0e00;
    border-color: #ff0f00;
    color: #fff; */
  color: #f00;
  font-size: 16px;
}

.btn-red:hover {
  /* background-color: #ff0e00;
    border-color: #ff0f00;
    color: #fff; */
  color: #f00;
  font-size: 16px;
}

.page-title h2 {
  margin: 0px;
  /* opacity: 0.4; */
  font-weight: 600;
  color: #fff !important;
  font-size: 20px !important;
}

.main_content_bg {
  padding: 0px;
  padding-bottom: 20px;
}

.wrapper-sticky .page-title {
  background-color: var(--main-color) !important;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 0px !important;
  box-shadow: 2px 2px 46px #f4f4f4;
}

.panel-heading h4 {
  font-size: 14px;
}

.panel-heading {
  padding: 0px !important;
  border: none !important;
}

.font-h4 {
  font-size: 14px;
}

.img-box .product-img {
  height: 75px;
  width: auto !important;
}

.sidebar-collapse .nav-pills>li>a {
  border-radius: 0px !important;
}

.well a {
  color: #832729;
}

.rating label:last-child .icon {
  /* color: #FFC107 !important; */
  font-size: 24px !important;
}

.rating label:last-child .icon:hover {
  /* color: #FFC107 !important; */
  font-size: 24px !important;
}

.rating:hover label:hover input~.icon,
.rating:not(:hover) label input:checked~.icon {
  color: #ffc107 !important;
  font-size: 24px;
}

#reviews textarea {
  height: 100px !important;
  width: 60%;
}

.rating {
  height: 10px !important;
  line-height: 10px !important;
}

.gold-color {
  color: #832729;
}

.green-color {
  color: #1ca188;
}

.top_side_line {
  border-left: 1px solid #ccc;
  padding-left: 7px;
  margin-right: 0px;
}

.account-content {
  /* background: #fef2ff; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  padding: 5% !important;
}

.language-INR span {
  font-size: 14px;
}

/* Password Eye Icon */
/* span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 0.5rem;
    top: 1.4rem;
    z-index: 2;
} */
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: 14px;
  position: absolute;
  z-index: 100;
  right: 18px;
  cursor: pointer;
}

.switcher-options img {
  margin: 10px 0;
  margin-left: -6px;
}

.switcher-options img {
  float: left;
}

.switcher-options p {
  float: left;
  padding-left: 7px;
  margin-top: 6px;
}

.u_line {
  text-decoration: underline;
}

/* Description Table */
.product-info-main .stock.available {
  display: none !important;
}

.product-details-table .product-detail-descrpition {
  font-size: 13px;
  line-height: 18px;
}

.product-details-table .info ul.left-info li label {
  display: block;
  width: 60%;
  float: left;
  font-size: 16px;
  color: #832729;
  font-weight: 700;
  text-transform: capitalize;
}

.product-details-table .info ul.left-info li span {
  display: block;
  width: 40%;
  float: left;
  font-size: 15px;
  color: #5a5a5a;
}

.product-details-table table.table-split-up tr th,
.product-details-table .table-price-break-section tr th {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  color: #444;
  padding: 12px 8px 12px 0;
}

.product-details-table table.table-split-up tr td {
  font-size: 13px;
  font-weight: 300;
  border-top: 1px solid #8d96aa;
  border-bottom: 1px solid #8d96aa;
  padding: 12px 8px 12px 0;
}

.product-details-table .table-price-break-section tr td {
  font-size: 14px;
  font-weight: 300;
  border-top: 1px solid #8d96aa;
  border-bottom: 1px solid #e0e6ef;
  padding: 12px 8px 12px 0;
}

.product-details-table .table-split-up,
.table-price-break-section {
  margin-top: 15px;
}

.product-details-table .panel-default .panel-heading {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px 11px 10px !important;
  background-color: #ad0663;
  color: #fff;
}

.product-details-table .product_details .product.data {
  padding: 20px 30px !important;
  background-color: #f8f9fa;
}

.product-details-table .product_details .product.data.items .product-title {
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 20px;
  color: #434343;
}

.product-details-table .product_details .data.item.content {
  background: none;
}

.product-details-table .product_details {
  padding: 30px 0 30px 0;
}

.left-info {
  padding-left: 0;
  width: 40%;
  /* float: initial; */
  margin-bottom: 40px;
}

.left-info li {
  color: #a1a1a1;
  list-style: none;
  padding: 15px 0;
  margin-bottom: 0;
}

.product-title {
  font-size: 20px;
  font-weight: 600;
}

.location {
  margin-bottom: 20px;
  margin-top: 12px;
}

.location img {
  position: absolute;
  padding: 10px;
}

.location input {
  width: 50%;
  padding-left: 30px;
  height: 35px;
  border: 1px solid #e3e3e3;
}

.location span {
  color: #343434;
  font-size: 13px;
  font-weight: 500;
}

.location span a {
  color: #05a189;
}

.delivery-input {
  margin-bottom: 20px;
}

.buy_now_btn {
  padding: 0 24px;
  height: 38px;
  line-height: 38px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 31px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  background: #832729 !important;
  border-color: #832729 !important;
}

.box_details {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.box_details .watsapp-no {
  padding-bottom: 10px;
}

.product_return {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product_return li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.dropdown_lr {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.view_det_link a {
  font-size: 14px;
}

.add-to-cart-de i:before {
  font-size: 14px;
}

.mb_form_group {
  margin-bottom: 0 !important;
}

/* Product Listing Page */
.col-md-12.firstitem-bar {
  padding: 6px;
  background-color: #ad0663;
  color: #faebd7;
  font-size: 14px;
  margin-bottom: 25px;
}

.showing-products-number {
  font-size: 14px;
  color: #faebd7 !important;
}

.fbold {
  font-weight: bold;
}

.mb_form_group label {
  margin-top: 5px;
}

.left-zero {
  padding-left: 0px;
}

.feat {
  padding-right: 6px;
}

.product_return span {
  font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top-navigation-section .dropdown-menu li a {
  font-size: 13px;
}

.logo-front .text-logo {
  padding-top: 45px;
  margin-left: -112px;
}

.products .caption .product-name>a {
  color: #444;
  font-size: 15px;
  font-weight: 600;
}

.products .caption p {
  font-size: 16px;
  color: #000;
}

.products .caption p {
  padding-top: 0px !important;
}

.filter-checkbox {
  width: 100%;
  margin: 3px auto;
  position: relative;
  display: block;
}

.filter-checkbox label {
  position: relative;
  min-height: 29px;
  display: block;
  padding-left: 29px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  float: left;
}

.filter-checkbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.filter-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #34c37a;
}

.filter-checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #34c37a;
  border-left: 2px solid #34c37a;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 8px;
  left: 7px;
}

.filter-checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}

.filter-checkbox input[type="checkbox"]:checked~label:before {
  border: 2px solid #34c37a;
}

.filter-checkbox input[type="checkbox"]:checked~label:after {
  transform: rotate(-45deg) scale(1) !important;
}

.filter-checkbox input[type="checkbox"]:focus+label::before {
  outline: 0;
}

.dropdown-header {
  display: grid;
  /* padding: 3px 20px; */
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  /* white-space: nowrap; */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*--cart--*/
.mb-100 {
  /* margin-bottom: 100px; */
}

.cart-container thead tr {
  background-color: var(--main-color);
}

.cart-container thead {
  background-color: #eff4f8;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.cart-container thead th {
  font-size: 12px;
  color: #fff;
  padding: 7px 0;
  font-weight: normal;
  letter-spacing: 0;
}

.cart-container tbody {
  margin-top: 20px !important;
  padding-top: 20px;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  margin: 15px;
}

.cart-container tfoot th {
  padding: 0;
}

.ftr-cart-row strong {
  padding: 15px 10%;
  text-align: right;
  display: block;
  font-size: 16px;
}

.ftr-cart-row span {
  border-bottom: 1px solid #eaeaea;
  display: block;
  margin: 0;
  padding: 15px 10%;
  text-align: right;
  font-size: 14px;
}

.cart-container table tr {
  border: 1px solid #ddd;
  border: none;
}

.cart-container table tbody tr {
  border-bottom: 1px solid #ddd;
}

.cart-container a.thumbnail.text-center {
  margin-top: 0px;
  /* padding: 18px 7px; */
  /* margin-left: 20px; */
  background-color: #ffffff;
}

.cart-container .img-box img {
  height: 60px;
  width: auto !important;
}

.cart-container table {
  border: none !important;
}

.circle-icon-header {
  font-size: 20px;
  text-align: left;
  margin-top: 10px;
  /* margin-bottom: 24px; */
  padding: 20px 0px 0px 0px;
}

.circle-icon-header span {
  font-size: 20px;
  padding: 11px 0px;
  font-weight: bold;
  color: #000000;
  /* text-shadow: 2px 2px 2px #ccc; */
}

.circle-icon-header i.fa {
  padding-left: 14px;
  /*line-height: 44px;*/
  color: #fff;
  border-radius: 100%;
  height: 44px;
  width: 44px;
  margin-top: -33px;
  background: var(--main-color);
}

.cart-container tr input.form-control {
  text-align: center;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none;
  box-shadow: none;
}

.cart-container .panel {
  border: 1px solid #e7e7e7 !important;
  border-width: 0 1px 4px 1px;
}

.sidenav {
  position: fixed;
  z-index: 9999999;
}

/* remove code */
/* .old_price{
  margin-top: -10px !important;
} */
.table-size .thumbnail {
  border: 0px solid #eee !important;
}

.table-size .thumbnail h5 {
  font-size: 13px !important;
}

.btn_mb_table {
  margin-bottom: -6px;
}

.cart_table table td {
  padding: 0px;
  text-align: center;
  padding-left: 8px;
}

.rmv_group {
  margin-bottom: 0px !important;
}

.panel-primary {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) !important;
}

/*--shipping_details-p--*/

.shipping_details-p {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 60px;
}

/*--shipping_details-check-out-page--*/

.shipping-details-form .form-control {
  border-radius: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: 52px;
}

.shipping-details-form textarea#address {
  height: auto;
}

.shipping-details-form .form-control:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.pay_col_head {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 16px;
  background-color: var(--main-color);
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 15px;
}

.pay_col_row {
  margin-left: -10px;
  margin-right: -10px;
}

.pay_col p {
  font-size: 15px;
  line-height: 15px;
  padding-top: 10px;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 28px !important;
  padding: 4px 9px;
}

.pay_col p span {
  font-size: 14px;
  color: #606060;
}

.bold_head p span {
  color: #727272;
  font-weight: bold;
}

.font_black span {
  color: #000 !important;
  font-weight: bold;
}

.ship_details {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}

.ship_details .ship_header {
  font-size: 12px;
  color: #ffffff;
  /* font-weight: 600; */
  background: var(--main-color);
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 6px;
}

.ship_details .adrs {
  padding: 15px;
  background: white;
  margin-top: 32px;
}

.head_pt {
  padding-top: 5px;
}

.adrs_button {
  margin-bottom: 0px !important;
  background: #d12283 !important;
}

.coupon_top {
  margin-top: 20px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  padding: 18px 20px 20px;
  border-radius: 5px;
}

.coupon_form .form-control {
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.075) !important;
}

.alert-danger {
  background-color: #ff1103 !important;
  border-color: #ff1103 !important;
  color: #fff;
}

.alert {
  padding: 10px !important;
}

.table-size .thumbnail {
  margin-bottom: 0px !important;
}

.table-size td {
  vertical-align: middle !important;
}

.table-size .input-group-btn .btn-success[disabled]:hover {
  background-color: #036a0f;
  border-color: #036a0f;
}

.table-size .input-group-btn .btn-success {
  background-color: #036a0f;
  border-color: #036a0f;
  font-size: 10px;
}

/*--cart--*/
/* wallet process payment */
.wrapper-cont {
  padding-bottom: 0px;
  padding-top: 0px;
  /* padding-top: 20px; */
}

.payment-box {
  background-color: rgb(255, 255, 255);
  position: relative;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}

.payment-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #332812;
  margin-bottom: 0px !important;
  margin-top: 0px;
}

.payment-box p {
  font-size: 15px;
  color: #332812;
  font-weight: 400;
  display: block;
  margin: 0px;
  padding-top: 0px;
}

.order-received-style {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.order-received:first-child {
  padding-left: 0px;
  border-left: 0px;
}

.order-received {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 0px 15px;
  border-left: 1px solid rgb(241, 241, 241);
}

.order-received .title {
  margin-bottom: 10px !important;
  font-size: 15px;
  color: #332812;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 0px;
}

.order-description:last-child {
  color: #383839;
}

.order-description {
  font-size: 15px;
  color: #332812;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin: 0px;
}

.mbtm-60 {
  margin-bottom: 60px;
}

.order-details-style {
  color: #832729;
  line-height: 1;
  margin-bottom: 24px;
}

.order-details-style h3 {
  margin-bottom: 24px;
  margin-top: 0px;
}

.tot-amt-wallet {
  font-size: 21px;
  font-weight: 700;
  color: #332812;
  margin-bottom: 24px;
  margin-top: 20px;
}

.WNKte {
  display: flex;
  margin-bottom: 16px;
  margin-left: 2px;
  margin-top: 12px;
}

.iVfJzP {
  flex-basis: 180px;
  max-width: 180px;
  flex-shrink: 0;
  position: relative;
}

.iVfJzP::after {
  content: ":";
  position: absolute;
  top: -1px;
  right: -2px;
  line-height: 1;
}

.eUtra-D:last-child {
  color: #832729;
}

.eUtra-D {
  font-size: 15px;
  color: rgb(13, 17, 54);
  font-weight: 700 !important;
  line-height: 1.2;
  display: block;
  margin: 0px;
}

.iPWfsM {
  padding-left: 70px;
}

.juhrAw:last-child {
  color: #383839;
}

.juhrAw {
  font-size: 15px;
  color: rgb(13, 17, 54);
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin: 0px;
}

/*Wishlist*/
/* .products ul.rig li {
    height: 300px
} */
.thumbnail1 {
  display: block;
  padding: 4px;
  margin-bottom: 0px;
  line-height: normal;
  background-color: none;
  border: 0px solid #eee;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.product-box-wish .thumbnail1 img {
  height: 116px;
}

/* Mobile Responsive */
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-hide {
    display: none;
  }

  .top-nav-bar {
    padding: 0px !important;
    letter-spacing: 0 !important;
  }

  .ex-collection {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grayscale-collection-wrap .collection-wrap .collection img {
    height: 100%;
    width: auto;
  }

  #myFooter {
    background-image: none !important;
    background-color: #011023;
    height: 100% !important;
  }

  .top-nav-bar {
    line-height: 34px;
  }

  .testimonial-swiper .img-box {
    left: 114px !important;
  }

  .scheme-bg {
    margin-top: 14px;
  }
}

.banner-statistics1 {
  height: 259px !important;
}

/* Mobile Menu */
.header-content {
  padding: 20px 0 15px 0;
}

.header-content .nav-left {
  padding-top: 6px;
}

.menu-on-mobile.hidden-md.style2 {
  float: right;
}

.menu-on-mobile.style2 .btn-open-mobile.home-page {
  width: 25px;
  padding: 0;
  margin: 18px 0 0 30px;
  cursor: pointer;
}

.btn-open-mobile {
  margin-right: 15px;
  float: left;
  width: 20px;
  padding-top: 3px;
}

.menu-on-mobile.style2 .btn-open-mobile span {
  background-color: #222;
  margin-bottom: 5px;
}

.btn-open-mobile span {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  background-color: #ffffff;
  height: 2px;
}

@media (max-width: 480px) {

  .header-content .nav-left,
  .header-content .nav-right {
    display: inherit;
    width: 100%;
    text-align: center;
    float: inherit;
  }

  .header-content .nav-right {
    margin: 0 auto;
    padding-top: 5px;
  }

  /* 
  ul.rig li {
    width: 46% !important;
    margin: 0 5px 20px;
  } */

  .products .caption .product-name>a {
    font-size: 14px;
    line-height: 18px !important;
  }

  .footer-mtop {
    margin-top: 0px !important;
  }

  .testimonial-swiper .img-box {
    /* left: 148px !important; */
  }

  .scheme-bg {
    margin-top: 14px;
  }
}

@media (max-width: 991px) {
  .header-content .nav-left {
    display: inline-block;
  }

  .nav-mind {
    display: none;
  }

  .btn-open-mobile {
    margin-right: 6px;
  }

  .menu-on-mobile.style2 .title-menu-mobile {
    display: none;
  }
}

/* .footer-mtop{
    margin-top: 100px;
} */
.sidebar-collapse-dash .nav>li>a {
  background: #fff !important;
}

.leftSidebar .sidebar-collapse-dash .active-menu {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.adrs-box {
  height: 170px !important;
  background: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 15px 15px 15px 15px;
}

.pay-sum {
  margin-top: -17px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  padding-top: 10px;
}

.cart-table-responsive {
  overflow-x: hidden;
  min-height: 0.01%;
}

.pbtm-30 {
  padding-bottom: 30px;
}

.mtp-40 {
  margin-top: 40px;
}

/*=========================== 02.Header css ===========================*/
.header-area {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 0;
}

.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 9.5px 0.5px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0px 2px 9.5px 0.5px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 2px 9.5px 0.5px rgba(34, 34, 34, 0.1);
  z-index: 99;
  -webkit-animation: sticky 1.5s;
  -moz-animation: sticky 1.5s;
  -o-animation: sticky 1.5s;
  animation: sticky 1.5s;
  padding: 15px 0;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.header-brand .header-toggle .toggle {
  font-size: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  .header-brand .header-logo a {
    margin-right: 30px;
  }

  .testimonial-swiper .img-box {
    margin: auto;
  }

  .scheme-bg {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .header-brand .header-logo a {
    width: 120px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-brand .header-logo a {
    width: auto;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    padding-top: 60px;
    left: -300px;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .header-menu.menu-open {
    left: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media (max-width: 767px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    padding-top: 60px;
    left: -300px;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .header-menu.menu-open {
    left: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: 9999;
  }

  .meain-menu li {
    color: #333 !important;
  }

  #cssmenumob {
    z-index: 999999;
  }

  .header-navbar .header-brand {
    padding-top: 7px;
    height: 40px;
    line-height: 40px;
  }

  .mob-cart-wishlist-box {
    text-align: right;
    /* margin-top: -32px; */
  }

  .mob-cart-wishlist-box a.cart-bucket i {
    color: #fff;
    display: block;
    font-size: 24px;
    /* line-height: 51px; */
  }

  .mob-cart-wishlist-box a.cart-bucket {
    float: right;
    width: 35px;
    top: 5px;
    padding: 0;
    height: 50px;
    font-size: 25px;
    border: navajowhite;
    display: block;
    color: var(--dark-color);
    /* border: 1px solid; */
    border-radius: 100%;
    background-color: none;
    transition: all 0.25s;
    position: relative;
  }

  .mob-cart-wishlist-box span.badge.cart-count {
    position: absolute;
    top: 0;
  }

  .mob-cart-wishlist-box .badge {
    background-color: #fdedaf;
  }

  .mob-cart-wishlist-box span.badge-count.cart-count {
    position: absolute;
    top: 0;
  }

  .mob-cart-wishlist-box .badge-count {
    background-color: #fdedaf;
  }

  .badge-count {
    margin-left: 5px;
    width: 15px;
    height: 15px;
    line-height: 17px;
    background: #fdedaf;
    color: #000 !important;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    display: inline-block;
    left: 20px;
  }

  .mobile-hide {
    display: none !important;
  }

  .navbar-form {
    padding: 0px !important;
  }

  .drop-menu.cart-items-hover.cart-menu.fade-in.effect {
    box-shadow: none !important;
    opacity: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 38%;
    margin-top: 0px;
  }

  .mb_form_group {
    display: flex;
    width: 70%;
    margin: auto;
  }

  .mob-sortby {
    float: none !important;
    text-align: center;
    display: grid;
  }

  .mob-sortby label {
    width: 50% !important;
  }
}

.header-menu .menu-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #222;
}

.header-menu .index-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
}

.header-menu .meain-menu .header-toggle a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu {
    display: block !important;
    list-style: none !important;
    padding-left: 0px !important;
  }

  .header-menu .meain-menu li {
    position: relative;
    list-style: none !important;
  }

  .header-menu-bg {
    background: #b89541;
    height: 50px;
  }
}

.header-menu .meain-menu li {
  position: relative;
}

.header-menu .meain-menu li .menu-expand {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 17px;
  cursor: pointer;
}

.header-menu .meain-menu li .menu-expand::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}

.header-menu .meain-menu li .menu-expand::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #222;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-menu .meain-menu li.active>.menu-expand::after {
  height: 0;
}

.header-menu .meain-menu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-menu .meain-menu li a {
    padding: 15px 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .meain-menu li a {
    padding: 15px 8px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li a {
    color: #222;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li a {
    color: #222;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .scheme-menu-css {
    font-size: 16px !important;
    font-weight: bold !important;
  }
}

.header-menu .meain-menu li a i {
  margin-left: 5px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li a i {
    display: none;
  }
}

.header-menu .meain-menu li.active>a,
.header-menu .meain-menu li:hover>a {
  color: #ff3941;
}

.header-menu .meain-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(34, 34, 34, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(34, 34, 34, 0.25);
  box-shadow: 2px 2px 8px rgba(34, 34, 34, 0.25);
  width: 220px;
  padding: 8px 0;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
  }
}

.header-menu .meain-menu li .sub-menu li a {
  color: #222;
  font-weight: 400;
  padding: 5px 20px;
  display: block;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-menu li a {
    padding: 8px 20px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-menu li a {
    padding: 8px 20px;
    padding-left: 30px;
  }
}

.header-menu .meain-menu li .sub-menu li a i {
  display: block;
  float: right;
  padding: 6px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-menu li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-menu li a i {
    display: none;
  }
}

.header-menu .meain-menu li .sub-menu li:hover>a {
  color: #ff3941;
}

.header-menu .meain-menu li .sub-menu li .sub-menu {
  top: 15px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-menu li .sub-menu li a {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-menu li .sub-menu li a {
    padding-left: 40px;
  }
}

.header-menu .meain-menu li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header-menu .meain-menu li .sub-mega-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  top: 100%;
  left: -150px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(34, 34, 34, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(34, 34, 34, 0.25);
  box-shadow: 2px 2px 8px rgba(34, 34, 34, 0.25);
  width: 880px;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 35px 25px 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .meain-menu li .sub-mega-menu {
    width: 770px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-mega-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-mega-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
  }
}

.header-menu .meain-menu li .sub-mega-menu li {
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-mega-menu li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-mega-menu li {
    width: 100%;
  }
}

.header-menu .meain-menu li .sub-mega-menu li .menu-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-mega-menu li .menu-title {
    padding: 8px 20px;
    padding-left: 30px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-mega-menu li .menu-title {
    padding: 8px 20px;
    padding-left: 30px;
    font-weight: 600;
  }
}

.header-menu .meain-menu li .sub-mega-menu li .mega-menu-items {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-mega-menu li .mega-menu-items {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-mega-menu li .mega-menu-items {
    margin-top: 0;
  }
}

.header-menu .meain-menu li .sub-mega-menu li .mega-menu-items li {
  display: block;
  width: 100%;
}

.header-menu .meain-menu li .sub-mega-menu li .mega-menu-items li a {
  color: #222;
  font-weight: 400;
  padding: 5px 20px;
  display: block;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .meain-menu li .sub-mega-menu li .mega-menu-items li a {
    padding: 8px 20px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .header-menu .meain-menu li .sub-mega-menu li .mega-menu-items li a {
    padding: 8px 20px;
    padding-left: 40px;
  }
}

.header-menu .meain-menu li .sub-mega-menu li .mega-menu-items li:hover>a {
  color: #ff3941;
}

.header-menu .meain-menu li:hover .sub-menu,
.header-menu .meain-menu li:hover .sub-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0);
  -moz-transform: perspective(600px) rotateX(0);
  -ms-transform: perspective(600px) rotateX(0);
  -o-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-menu .meain-menu li:nth-last-of-type(1) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .meain-menu li:nth-last-of-type(1) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .meain-menu li:nth-last-of-type(2) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
}

.header-meta .meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.header-meta .meta li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .header-meta .meta li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-meta .meta li {
    margin-left: 20px;
  }
}

.header-meta .meta li button,
.header-meta .meta li a {
  font-size: 18px;
  color: #fff;
  position: relative;
  background: none;
  border: 0;
  padding: 0;
}

@media (max-width: 767px) {

  .header-meta .meta li button,
  .header-meta .meta li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-meta .meta li button,
  .header-meta .meta li a {
    font-size: 18px;
  }
}

.header-meta .meta li button span,
.header-meta .meta li a span {
  background-color: #ff3941;
  font-size: 13px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 50px;
  position: absolute;
  top: -13px;
  right: -9px;
}

.header-meta .meta li .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  left: auto !important;
  right: 0 !important;
  min-width: 140px;
  padding: 6px 8px;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
  top: 160% !important;
  -webkit-box-shadow: 0px 2px 9.5px 0.5px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0px 2px 9.5px 0.5px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 2px 9.5px 0.5px rgba(34, 34, 34, 0.1);
  border: 0;
}

.header-meta .meta li .dropdown .dropdown-menu li {
  margin-left: 0;
}

.header-meta .meta li .dropdown .dropdown-menu li a {
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-meta .meta li .dropdown .dropdown-menu li a:hover {
  color: #ff3941;
}

.header-meta .meta li .dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  /* background-color: rgba(34, 34, 34, 0.7); */
  /* background-color: rgb(187 145 43 / 12%); */
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.overlay.open {
  width: 100%;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.header-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-search .search-input {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px 30px;
}

.header-search .search-input input {
  width: 100%;
  height: 50px;
  font-size: 20px;
  padding: 0 20px;
  border: 0;
  background: none;
}

.header-search .search-close {
  position: absolute;
  top: 50%;
  right: 50px;
  font-size: 30px;
  color: #222;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sticky .header-brand .header-toggle .toggle {
  color: #222;
}

.sticky .header-menu .meain-menu li a {
  color: #222;
}

.sticky .header-menu .meain-menu li.active>a,
.sticky .header-menu .meain-menu li:hover>a {
  color: #ff3941;
}

.sticky .header-meta .meta li button,
.sticky .header-meta .meta li a {
  color: #222;
}

.products ul.rig-pdt li {
  height: 300px;
}

.top-nav-bar-inner .dropdown-toggle:after {
  display: none;
}

/*==================================================
Popular Cities Style
====================================================*/
.place-box {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 6px;
}

.place-box-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin: 0 auto;
  z-index: 101;
  transform: translate(0, -50.5%);
}

.place-box-bg {
  background-size: cover;
  /* background-position: center; */
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 100%;
  /* transition: all 0.55s; */
  position: absolute;
  background-repeat: no-repeat;
  /* background-position: 50%; */
  background-size: cover;
  /* transition: transform 0.35s ease-out; */
}

.listing-count {
  padding: 3px 25px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  border: 1px solid #ffffff;
}

/* Saving Scheme  */
.scheme-bg {
  box-shadow: 0 2px 9px 1px #e5e5e5;
  background: #fff;
  padding: 2px 25px 25px;
}

.scheme-h4 {
  text-align: center;
  font-weight: bold;
}

.scheme-new-btn {
  background: #332812;
}

.scheme-golden-btn {
  background: #bb912b;
}

.plan-appoinment-btn a {
  width: 100%;
  padding: 12px;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 0 0 !important;
  display: block;
  text-align: center;
}

.mt-30 {
  margin-top: 30px;
}

/* Scheme Benefits */
.bg-theme-scheme {
  background-color: #f8f7f5;
}

.section-header-scheme {
  margin: 0 auto;
  max-width: 660px;
  padding-bottom: 40px;
  text-align: center;
}

.section-scheme-padding {
  padding: 40px 0;
}

.scheme-top {
  margin-top: -50px;
}

.how-it-works .how-it-works-box {
  text-align: center;
  padding: 20px 0px;
}

.how-it-works .how-it-works-box .how-it-works-box-inner {
  max-width: 250px;
  margin: 0 auto;
}

.how-it-works .how-it-works-box .how-it-works-box-inner .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 15px;
  position: relative;
}

.font-bold {
  font-weight: bold;
}

/* Saving Scheme */
.saving-scheme-border {
  border: 1px solid #bc8800;
  padding: 15px;
  margin-bottom: 30px;
  height: auto;
}

.saving-scheme-header {
  display: table;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-top: 5px;
}

.saving-scheme-header .saving-scheme-header-month {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.saving-scheme-header .saving-scheme-header-month p {
  font-size: 12px;
  color: #9698a2;
  line-height: 5px;
}

.saving-scheme-header .saving-scheme-header-month h2 {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
}

.saving-notify-success {
  background: #e3f1c3;
  border: 1px solid #d3ddbd;
  color: #687940;
  padding: 6px;
  display: table;
}

.saving-notify-failure {
  background: #fde8e8;
  border: 1px solid #fecdcd;
  color: #d52d2d;
  padding: 6px;
  display: table;
}

.saving-notify-success .saving-notify-icon {
  display: table-cell;
  font-size: 14px;
  vertical-align: top;
}

.saving-notify-failure .saving-notify-icon {
  display: table-cell;
  font-size: 14px;
  vertical-align: top;
}

.padleft10 {
  padding-left: 10px;
}

.scheme-details {
  padding: 15px;
}

.scheme-details ul {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  height: auto;
}

.scheme-details ul li {
  width: 100%;
  display: table;
  list-style: none;
  margin-bottom: 3px;
}

.scheme-details ul li .scheme-details-head {
  display: table-cell;
  width: 48%;
  color: #7f7f7f;
}

.scheme-details ul li .scheme-details-content {
  display: table-cell;
  width: 48%;
  font-weight: 500;
}

.scheme-view-btn {
  padding: 0 15px 15px;
  margin-bottom: 15px;
}

.scheme-view-btn .action.view {
  background-color: #832729;
  color: #fff;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.add-scheme-btn {
  padding: 0 15px 15px;
  margin-bottom: 15px;
}

.add-scheme-btn .action.view {
  background-color: #008738;
  text-transform: uppercase;
  color: #fff;
  width: 70%;
  padding: 10px 10px;
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  display: table-cell;
  text-decoration: none;
}

.view-btn-golden {
  background: #cead6e;
}

.nav-list li {
  width: 50%;
}

.new-scheme-well {
  border: 1px solid #e7e7e7;
  min-height: 20px;
  padding: 10px 16px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: block;
  border-radius: 2px;
}

.form-horizontal .control-label1 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 14px;
  display: block;
}

.text-red {
  color: red;
}

.join-form .form-control {
  height: 38px !important;
}

.join-form h4 {
  font-size: 14px;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 700;
  color: #832729;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

.tab-head {
  text-transform: capitalize !important;
  font-size: 14px !important;
}

.view-installment-content {
  border-top: 1px solid #eee;
  padding: 20px 30px;
}

.scheme-details-box .scheme-total-amt {
  float: left;
  width: 48%;
  background: #f8fffd;
  border: 1px solid #00ae7e;
  padding: 10px 20px;
}

.scheme-amt-box {
  display: table;
}

.scheme-details-box .scheme-total-amt .scheme-amt-box .scheme-amt-table {
  display: table-cell;
  vertical-align: middle;
}

.scheme-details-box .scheme-total-amt .scheme-amt-box .scheme-amt-table img {
  vertical-align: middle;
  height: 50px;
}

.scheme-details-box .scheme-total-amt .scheme-amt-box .pleft-15 {
  padding-left: 15px;
}

.scheme-details-box .scheme-total-amt .scheme-amt-box .scheme-amt-table h3 {
  font-size: 14px;
  margin: 5px 0;
}

.scheme-details-box .scheme-total-amt .scheme-amt-box .scheme-amt-table h2 {
  font-size: 24px;
  margin: 5px 0;
}

.scheme-details-box .mleft-10 {
  margin-left: 4%;
}

.installment-container .scheme-history {
  width: 100%;
  /* float: left; */
  margin-top: 40px;
  margin-bottom: 50px;
}

.installment-container .scheme-history .scheme-history-table {
  width: 100%;
  overflow-x: auto;
}

.installment-container .scheme-history table {
  width: 100%;
  /* border: 1px solid #e7e5e5; */
  font-size: 14px;
  border-collapse: collapse;
  white-space: nowrap;
}

.installment-container .scheme-history table thead tr {
  border-bottom: 1px solid #e7e5e5;
}

.installment-container .scheme-history table thead tr th {
  color: #bb912b;
  padding: 7px;
  border-bottom: 1px solid #e7e5e5 !important;
  border: 0;
  text-align: left;
}

.scheme-history-table-det tbody tr {
  border-bottom: 1px solid #ddd;
}

.installment-container .scheme-history table tbody tr td {
  padding: 7px;
  font-size: 13px;
  vertical-align: middle;
}

.view-icon {
  font-size: 36px;
  color: #0d9d74;
}

.eye-icon {
  font-size: 20px;
  color: #bb912b;
}

.scheme-history-table-det .table a:not(.btn),
table a:not(.btn) {
  text-decoration: none;
}

.view-installment-content .install-btn .primary .register {
  background: #332812;
  color: #fff;
  border: 1px solid transparent;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.view-installment-content .install-btn .primary #exist_register {
  background: #bb912b;
}

.install-btn a {
  text-decoration: none;
}

/* Saving Confirm View */
.confirm-table {
  padding: 20px 30px;
}

.confirm-table table.table-order-items tr th {
  font-size: 15px;
  font-weight: 600;
  color: #bb912b;
}

.confirm-table table.table-order-items tr td {
  font-weight: 400;
  font-size: 14px;
  color: #545353;
  padding-bottom: 0px;
}

.table:not(.cart):not(.totals)>thead>tr>th,
.table:not(.cart):not(.totals)>thead>tr>td {
  border-bottom: 1px solid #d1d1d1;
}

.table-scheme-padding {
  padding: 0px 0px 100px;
}

.table-head-bg {
  background: #332812;
  color: #bb912b;
}

.table-bg-gold {
  background: #bb912b;
  color: #fff;
}

.join-scheme-btn a {
  width: 50%;
  padding: 7px;
  border-radius: 0;
  margin: auto;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #d69e00;
  display: block;
  text-align: center;
}

.ag_portfolio_logo {
  margin-top: -26px;
  border-top: 1px solid #513d15;
}

.ag_portfolio_logo {
  position: relative;
  z-index: 999;
}

.ag_portfolio_logo img {
  width: 100%;
  height: auto;
}

.ag_portfolio_inform_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ag_portfolio_inform_2>.container {
  position: relative;
}

.ag_portfolio_inform {
  margin-top: -54px;
}

.ag_portfolio_inform .breadcrumb {
  padding: 8px 15px 8px 0;
  border-radius: 0;
  background-color: transparent;
}

.ag_portfolio_inform .breadcrumb li a {
  font-size: 15px;
  color: #000;
}

.brown-bg {
  background-color: #332812;
}

.gold-gradient-text {
  background: linear-gradient(to right,
      #d79e06 0%,
      #fdf2b0 35%,
      #f8c11e 0%,
      #feeda8 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Offer Page*/

/* ----------------------------------------------
	3.2.2 CMS-Banner
----------------------------------------------- */

.banner {
  overflow: hidden;
}

.bannertext {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.bannertext>h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.bannertext>p {
  color: #000;
  font-size: 16px;
}

.sub-hover {
  overflow: hidden;
}

.sub-hover:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease 0s;
}

#subbanner1 .bannertext {
  top: auto;
  bottom: 11%;
}

#subbanner1 .bannertext h2 {
  font-size: 24px;
}

#subbanner1 .bannertext span {
  color: #000;
}

#subbanner2 .bannertext>p {
  color: #000;
}

#subbanner2 .bannertext>h2 {
  color: #000;
}

#subbanner4 .bannertext {
  left: auto;
  top: 42%;
  text-align: center;
  left: 9%;
}

#subbanner4 .bannertext>h2 {
  color: #000;
}

#subbanner5 .bannertext {
  text-align: center;
  left: auto;
  top: 40%;
}

#subbanner5 .bannertext>h2 {
  font-size: 26px;
  color: #fff;
}

#subbanner5 .bannertext>span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}

.mt_30 {
  margin-top: 30px;
}

/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/
.faq-card-header {
  padding: 0;
  border: 0;
  background-color: #fff8dc;
}

.faq-card {
  margin-bottom: 10px;
  border: 1px solid #e6f0fa;
}

.faq-card-header a {
  padding: 15px 24px;
  display: block;
  font-weight: 600;
  color: #000;
  position: relative;
  text-decoration: none;
}

.faq-card-body {
  color: #000000;
  line-height: 26px;
  padding: 12px 24px;
}

.faq-card-header a:hover {
  background-color: #332812;
  color: #fff;
  border-radius: 2px;
}

.faq-card-header.active a:after {
  content: "\f107";
  color: #332812;
}

.faq-card-header a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 16px;
  color: #332812;
}

.faq-card-header.active a:hover:after,
.faq-card-header a:hover:after {
  color: #fff;
}

.form-control {
  font-size: 14px;
}

.contact-sub {
  padding: 14px 14px;
}

/* Contact Us */
.list-group-item-contact {
  border-radius: 0;
  margin-top: 0px;
  font-size: 15px !important;
  border: 0px solid #fff !important;
  position: relative;
  display: block;
  padding: 0px 15px;
  margin-bottom: 12px;
  text-indent: -6px;
  border: 1px solid #eee;
}

.collection-div-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.scheme-banner-text-left {
  color: white;
  margin-top: -250px;
  float: left;
  width: 30%;
}

.scheme-banner-text-right {
  color: white;
  float: right;
  margin-top: -250px;
  width: 30%;
}

.scheme-banner-gold-gradient-text {
  background: linear-gradient(to right,
      #d79e06 0%,
      #fdf2b0 35%,
      #f8c11e 0%,
      #feeda8 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: bold;
}

.contact-other-info {
  background-color: #ad06630f;
  padding: 30px 30px 19px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}

.contact-other-form {
  background-color: #ffffff;
  padding: 30px 30px 19px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}

.contact-section {
  padding: 40px 0px;
  background-color: rgb(249 233 242 / 36%);
}

@media only screen and (min-width: 767px) {
  .conatct-captcha {
    width: 100%;
    height: 45px;
  }
}

.conatct-box h6 {
  font-size: 18px;
}

.iframe {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.conatct-box i {
  font-size: 25px;
  margin-bottom: 12px;
  color: #ad0663;
}

textarea.contact-area.form-control {
  height: auto !important;
  min-height: auto !important;
}

#cssmenu-2 .nav li.dropdown-header:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.scheme-bg .title-h4 {
  font-weight: bold;
  font-size: 20px;
}

.blue-bg {
  /* background: #0d2547; */
  background: #1ca18e;
}

.m-top-50 {
  margin-top: 0px;
}

.section-video-padding {
  padding-top: 70px;
}

.video-align {
  margin: auto;
  width: 50%;
}

.agent-h4 p {
  font-weight: bold !important;
  line-height: 1.5;
  padding: 0 !important;
  margin: 0 0 0px !important;
}

.agent-register-label {
  padding-left: 0px !important;
}

.agent-register-btn-t30 {
  margin-top: 30px;
}

.agent-register-mb15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mbt-0 {
  margin-bottom: 0px;
}

.pd-0 {
  padding: 0px;
}

.agent-ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper-sticky button#agent_btn {
  width: auto;
  margin: auto;
  font-size: 13px;
  background: var(--main-color);
  font-weight: normal;
  color: #fbfbfb;
}

.alink a {
  color: #832729;
}

.agent-form {
  border: 1px solid #eee;
  padding: 20px;
}

.agent-h2 h2 {
  color: #832729;
  font-size: 24px;
}

.agent-sidebar-ul {
  overflow: visible !important;
  padding-left: 20px !important;
}

.agent-transfer a {
  color: #fff;
}

.dash-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.agent-scheme-head {
  font-size: 30px;
  color: #c3a83d;
  margin-top: 0px !important;
}

.agent-wallet-btn {
  float: right;
  width: 100%;
  margin-top: 12px;
}

.modal-footer-custom {
  border-top: 0px solid #fff !important;
  padding-top: 0px !important;
  text-align: center !important;
}

.modal-body-custom {
  padding-bottom: 0px !important;
}

.modal-content-custom {
  width: 75% !important;
  margin: auto !important;
}

.modal-btn-golden {
  background: #332812 !important;
  color: #fff !important;
}

.nav-second-level>li>a:after,
.nav-third-level>li>a:after {
  background: #832729 !important;
}

.nav-second-level>li>a:before,
.nav-third-level>li>a:before {
  background: #832729 !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: 1px !important;
  right: 10px !important;
  color: inherit;
  opacity: 0.9 !important;
}

.password-eye-icon {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  position: relative;
  z-index: 999;
  right: 18px;
  cursor: pointer;
}

.products .caption .old_price {
  display: inline-block !important;
}

.coupon-box {
  margin-top: 12px;
}

.list-price strong {
  font-size: 16px;
}

.razorpay-payment-button {
  background-color: #007827;
  padding: 9px 12px 7px;
  border-width: 0 1px 4px 1px;
  font-size: 12px;
  border: 0;
  border-radius: 0;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.razorpay-payment-button:hover {
  background-color: #00531b;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.desktop-hide {
  display: none;
}

.content-desktop {
  display: block;
}

.content-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-desktop {
    display: none;
  }

  .content-mobile {
    display: block;
  }
}

.content-desktop1 {
  display: content;
}

.content-mobile1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-desktop1 {
    display: none;
  }

  .content-mobile1 {
    display: block;
  }
}

.list-group-item-contact .contact-info a {
  font-size: 14px;
  font-weight: normal !important;
  color: black !important;
}

.chckbox-existing-adrs {
  height: 17px;
  width: 17px;
}

.mb-20 {
  margin-bottom: 20px;
}

/* Rating */
.rating1 {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}

.rating1 label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating1 label:last-child {
  position: static;
}

.rating1 label:nth-child(1) {
  z-index: 5;
}

.rating1 label:nth-child(2) {
  z-index: 4;
}

.rating1 label:nth-child(3) {
  z-index: 3;
}

.rating1 label:nth-child(4) {
  z-index: 2;
}

.rating1 label:nth-child(5) {
  z-index: 1;
}

.rating1 label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating1 label .icon {
  float: left;
  color: transparent;
}

.rating1 label:last-child .icon {
  color: #000;
}

.rating1:hover label:hover input~.icon,
.rating1:not(:hover) label input:checked~.icon {
  color: #ddc000;
}

.rating1 label input:focus:not(:checked)~.icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #ddc000;
}

#myFooter {
  color: #fff;
  height: auto !important;
  background-repeat: no-repeat;
}

.footer-rname {
  font-size: 16px;
  margin-bottom: 0px;
}

.contact-rname {
  font-size: 26px;
  font-weight: 600;
  /* margin-bottom: 0px; */
}

.related-img img {
  object-fit: cover;
  height: 100px !important;
  width: 100%;
}

.subscription-newsletter {
  padding-left: 0px;
}

.product-relative-img {
  height: 200px;
  overflow: hidden;
  display: block;
}

.product-relative-img img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.wishlist-icon {
  top: 4%;
  position: absolute;
  z-index: 9999;
  right: 3%;
  color: white;
}

.wishlist-icon:hover {
  color: white;
}

.ml-27 {
  margin-left: -27px;
}

.product-box .wishlist-product .relative-pdt-a .fa-heart {
  color: #ad0663;
}

.wishlist-product {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 99;
}

.relative {
  position: relative;
}

.scheme-menu-css {
  font-size: 13px;
  font-weight: bold;
}

.overflow-hidden {
  overflow: hidden;
}

.testimonial-section-mt .swiper-button-next::after {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 42px;
  z-index: 999999;
  color: #332812;
}

.testimonial-section-mt .swiper-button-prev::after {
  content: "\f104";
  font-family: FontAwesome;
  line-height: 42px;
  z-index: 999;
  color: #332812;
}

.filter-clear-all {
  float: right;
  color: white;
  text-decoration: underline;
  font-size: 14px;
}

.filter-clear-all:hover {
  color: white;
  text-decoration: underline;
}

.position-unset {
  position: unset;
}

.menu-head a {
  font-weight: 600;
}

.megamenu.dropdown {
  height: 400px;
  overflow: auto;
}

.mobile-menu .megamenu.dropdown {
  height: unset;
}

/*---------- main menu style start ---------*/
.main-menu ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 0px;
}

.main-menu ul>li {
  position: relative;
  list-style-type: none;
  /* margin-left: 12px; */
}

.main-menu ul li a {
  color: #ffcfcf;
  font-size: 15px;
  padding: 15px 10px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
  color: #ffffff;
}

.main-menu ul li a i {
  font-size: 14px;
  padding: 0 3px;
}

/* .main-menu ul li:first-child a {
  padding-left: 0;
} */

.main-menu ul li ul.dropdown {
  top: calc(100% - 1px);
  left: 0;
  width: 220px;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  pointer-events: none;
  transform: translateY(20px);
  border: 1px solid #efefef;
  max-height: 200px;
  overflow: auto;
}

.main-menu ul li ul.dropdown li {
  margin-right: 0;
  border-right: none;
  flex-basis: 100%;
}

.main-menu ul li ul.dropdown li a {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 16px;
  text-transform: capitalize;
  position: relative;
  border-bottom: 1px dashed #efefef;
  z-index: 1;
}

.main-menu ul li ul.dropdown li a:before {
  width: 10px;
  height: 1px;
  left: 20px;
  top: 50%;
  content: " ";
  position: absolute;
  background-color: #c29958;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: -1;
}

.main-menu ul li ul.dropdown li a i {
  float: right;
  padding-top: 5px;
}

.main-menu ul li ul.dropdown li:hover>a {
  color: #f97242;
  background-color: #fff;
  /* padding-left: 35px; */
}

/* .main-menu ul li ul.dropdown li:hover>a:before {
        opacity: 1;
        visibility: visible;
    } */

.main-menu ul li ul.dropdown li:hover>ul.dropdown {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.main-menu ul li ul.dropdown li ul.dropdown {
  top: 100%;
  left: 100%;
  position: absolute;
  width: 250px;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li ul.dropdown li:last-child a {
  border-bottom: none;
}

.main-menu ul li ul.megamenu {
  width: 100%;
  max-width: 1110px;
  padding: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li ul.megamenu {
    max-width: 100%;
  }
}

/* .main-menu ul li ul.megamenu li {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    } */

.main-menu ul li ul.megamenu li.mega-title {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
}

.main-menu ul li ul.megamenu li.mega-title span {
  position: relative;
  margin-bottom: 0px;
  display: block;
  /* background: #f2e9e9; */
}

.main-menu ul li ul.megamenu li.mega-title span a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

/*
    .main-menu ul li ul.megamenu li.mega-title span:before,
    .main-menu ul li ul.megamenu li.mega-title span:after {
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        content: " ";
        position: absolute;
        background-color: #ebebeb;
    }

    .main-menu ul li ul.megamenu li.mega-title span:after {
        width: 50%;
        background-color: #c29958;
    } */

.main-menu ul li ul.megamenu li a {
  padding: 3px 0px !important;
  border-bottom: none;
}

.main-menu ul li ul.megamenu li a:before {
  left: 0;
}

.main-menu ul li ul.megamenu li ul li {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.main-menu ul li ul.megamenu li:hover>a {
  color: #f97242;
}

.main-menu ul li ul.megamenu li.megamenu-banners {
  flex-basis: 50%;
  margin-top: 25px;
  transition: 0.5s;
  padding-right: 10px;
}

.main-menu ul li ul.megamenu li.megamenu-banners img {
  width: 100%;
}

.main-menu ul li ul.megamenu li.megamenu-banners a:before {
  display: none;
}

.main-menu ul li ul.megamenu li.megamenu-banners:last-child {
  padding-right: 0;
  padding-left: 10px;
}

.main-menu ul li ul.megamenu li.megamenu-banners:hover {
  opacity: 0.6;
}

.main-menu ul li ul.megamenu li.megamenu-banners:hover a {
  padding-left: 0 !important;
}

.main-menu ul li:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.main-menu ul li:hover ul.megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-menu ul.header-style-4>li a {
  padding: 25px 15px;
}

.main-menu ul.header-style-4>li:first-child>a {
  padding-left: 0;
}

/*---------- main menu style end ---------*/
/*------ sticky menu style start ------*/
.header-transparent {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.sticky.is-sticky {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

@media only screen and (min-width: 1600px) {
  .sticky.is-sticky {
    padding: 0 85px;
  }
}

.sticky.is-sticky .main-menu li a {
  padding: 20px 15px;
}

.sticky.is-sticky .main-menu li:first-child a {
  padding-left: 0;
}

.sticky.is-sticky .main-menu li .dropdown li a {
  padding: 10px 20px;
}

.sticky.is-sticky .main-menu li .dropdown li:hover>a {
  padding-left: 35px;
}

.sticky.is-sticky .main-menu li .megamenu li a {
  padding: 6px 0;
}

.sticky.is-sticky .main-menu li .megamenu li:hover>a {
  padding-left: 15px;
}

/*------ sticky menu style end ------*/

/*------- Buttons Style here -------*/
.btn {
  font-size: 14px;
  /* color: #222222; */
  line-height: 1;
}

.btn-text {
  font-size: 16px;
  position: relative;
  pointer-events: visible;
  text-transform: capitalize;
}

.btn-text:before {
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #222222;
}

.btn-text:hover {
  color: #f97242;
}

.btn-text:hover:before {
  background-color: #f97242;
}

.btn-cart {
  padding: 12px 25px;
  background-color: #fff;
  border-radius: 30px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}

.btn-cart:hover {
  color: #fff;
  background-color: #c29958;
}

.btn-cart2 {
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50px;
  padding: 0 25px;
  background-color: #c29958;
}

.btn-cart2:hover {
  color: #fff;
  background-color: #222222;
}

.btn-sqr {
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  background-color: #c29958;
  padding: 12px 25px;
}

.btn-sqr:hover {
  color: #fff;
  background-color: #222222;
}

/*----- mobile menu start -----*/
.mobile-header {
  padding: 10px 0;
}

.mobile-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
  line-height: 1;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
  font-size: 25px;
  line-height: 1;
  color: #222222;
  position: relative;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
  color: #f97242;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
  font-size: 13px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  right: -4px;
  top: -4px;
  position: absolute;
  background-color: #c29958;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
  width: 40px;
  height: 40px;
  border: 0px;
  /* padding: 5px; */
  background: #fdfdfd;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  margin: auto;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #222222;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
  margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
  background-color: #c29958;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
  width: 20px;
}

.mobile-navigation {
  overflow: hidden;
  max-height: 350px;
  border-bottom: 1px solid #ffd2eb;
}

.mobile-navigation nav {
  height: 100%;
}

.mobile-menu {
  margin-top: 30px;
  height: 100%;
  overflow: auto;
  padding-left: 0px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
  .mobile-menu {
    margin-top: 15px;
  }
}

.mobile-menu li>a {
  font-size: 15px;
  color: #222222;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.mobile-menu li>a:hover {
  color: #f97242;
}

.mobile-menu>li {
  list-style-type: none;
}

.mobile-menu li ul li {
  border: none;
}

.mobile-menu li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 8px;
}

.mobile-menu li.menu-item-has-children {
  display: block;
  position: relative;
}

.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}

.mobile-menu li.menu-item-has-children .menu-expand {
  top: 0px;
  right: 0px;
  width: 30px;
  position: absolute;
  height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  display: block;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: absolute;
  top: 6px;
  width: 10px;
  margin: 10px;
  border-bottom: 1px solid #222222;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
  margin-top: auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
  .offcanvas-widget-area {
    padding-bottom: 0;
  }
}

.off-canvas-contact-widget ul {
  padding: 0px;
}

.collection-sec .row {
  margin-bottom: 0px;
}

.off-canvas-contact-widget li {
  color: #555555;
  font-size: 15px;
  margin-bottom: 5px;
  list-style-type: none;
}

.off-canvas-contact-widget li i {
  width: 20px;
}

.off-canvas-contact-widget li a {
  color: #555555;
}

.off-canvas-contact-widget li a:hover {
  color: #f97242;
}

.off-canvas-social-widget {
  margin-top: 20px;
}

.off-canvas-social-widget a {
  color: #555555;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.off-canvas-social-widget a:hover {
  color: #f97242;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  cursor: url("../../../img/icons/cancel.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #fff;
  width: 300px;
  padding: 20px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
  -ms-transform: translateX(calc(-100% - 50px));
  transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 260px;
    padding: 15px;
  }
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #a30000;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  font-size: 24px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 34px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  height: 100%;
}

.search-box-offcanvas form {
  position: relative;
}

.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 40px 0 10px;
  background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  background: #a30000;
}

.search-box-offcanvas form .search-btn:hover {
  color: #f97242;
}

/*------- mobile top bar settings start -------*/
.mobile-settings {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.mobile-settings li {
  margin-bottom: 5px;
}

.mobile-settings .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
  font-size: 14px;
  color: #555555;
  cursor: pointer;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
  color: #f97242;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
  display: none;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
  padding: 0;
  border-color: #efefef;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.4s;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #555555;
  padding: 6px 15px;
}

.position-static {
  position: static !important;
}

.main-menu ul li ul.dropdown.megamenu {
  top: unset;
}

.header {
  /* background-color: #a30000; */
  /* background: #832729; */
  background: var(--secondory-color);
}

.col-md-6 {
  position: unset;
}

/*------- mobile top bar settings end -------*/

/* support section */

.footer-top {
  background-color: #f5f5f5;
  padding: 20px 0px;
}

.support-box {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}

/* .support-box:hover i {
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
} */

.support-box i {
  font-size: 33px;
  color: var(--secondory-color);
}

.support-box h6 {
  font-size: 15px;
  margin-bottom: 3px;
}

.support-box p {
  margin-bottom: 0px;
}

.support-content-box {
  margin-left: 12px;
}

.border-left-dot {
  border-left: 1px dashed rgb(183 16 109 / 27%);
}

.full-banner-sec {
  height: 450px;
  width: 100%;
}

.full-banner-sec img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.full-banner-box {
  overflow: hidden;
}

.full-banner-sec:hover img {
  transform: scale(1.1);
}



.product-img a:hover {
  color: var(--secondory-color);
}

.contact-head {
  color: #ad0663 !important;
}

.row {
  --bs-gutter-x: 0px;
}

@media only screen and (max-width: 465px) {
  .wrapper {
    margin: 0px;
  }

  .support-box {
    padding: 20px 0px;
  }

  .content-mobile1 {
    text-align: center !important;
  }

  .mini-archer-col {
    justify-content: center;
  }
}

@media only screen and (max-width: 400px) {
  ul.rig li {
    width: 100% !important;
    margin: 0 0px 20px;
  }

  .products ul.rig-pdt li {
    height: unset !important;
  }

  .contact-head {
    padding: 0px !important;
    font-size: 20px;
  }

  .contact-other-form {
    padding: 15px 15px 15px;
  }

  .contact-other-form form {
    padding: 0px;
  }

  .wrapper2 {
    margin: 0px 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .border-left-dot {
    border-left: 0px;
  }
}

.search-box-offcanvas {
  display: none;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

/* preloader */

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.loaded {
  overflow-y: auto;
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.loader-new {
  width: 100px;
  margin: auto;
  animation: spinner 2s infinite linear;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 999;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  border-radius: 50%;
  border: 3px solid rgb(255 255 255 / 20%);
  border-top-color: #ffff;
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 4em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.3s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 0.5s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 0.7s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 0.9s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  animation-delay: 1.1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  animation-delay: 1.3s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
  background-color: #000000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {

  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}

@media screen and (max-width: 500px) {

  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}

.inner-head {
  font-size: 34px;
  color: #ad0663;
  margin-bottom: 20px;
}

.inner-sub-head {
  font-size: 21px;
}

.inner-point {
  padding-left: 16px;
}

.inner-point li {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.inner-point li::before {
  content: "";
  display: inline-block;
  width: 20px;
  flex: 0 0 20px;
  height: 15px;
  background-image: url(../../../img/bullet.png);
  background-size: cover;
  margin-right: 8px;
  line-height: 30px;
  margin-top: 6px;
}

.maintain-bg {
  padding: 60px 0px;
  background: url(../../../img/main-bg.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
}

.maintain-bg img {
  width: 100%;
}

.inner-content {
  padding-left: 25px;
}

/* category section  */
.category-sec {
  padding: 60px 0px;
}

.category-swiper {
  overflow: hidden;
}

.category-box {
  text-align: center;
  /* background: #F9F9F9; */
  border-radius: 10px;
  padding: 30px 20px;
}

.category-img-box {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f8f0ed;
  margin: auto;
  position: relative;
}

/* 
.category-box:hover  .category-img-box::before{ 
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.category-img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 158px;
    font-family: "lindo";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "\e921";
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) scale(0);
    color: #a64826;
    transition: all .4s ease;
} */

.category-box img {
  width: 100%;
}

.category-content-box {
  margin-top: 17px;
}

.category-box h6 {
  font-size: 18px;
  margin-bottom: 0px;
}

.my-card {
  padding: 20px;
  background-color: #fffafd;
  box-shadow: rgb(173 6 99 / 24%) 0px 1px 4px;
  border-radius: 12px;
}

.my-card-clrd {
  padding: 20px;
  background-color: #f9e9f2;
  box-shadow: rgb(173 6 99 / 24%) 0px 1px 4px;
  border-radius: 12px;
}

.inner-page {
  margin-top: 60px;
}

.inner-card-head {
  font-size: 20px;
}

.template_col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
}

.card_list_4 {
  padding: 0px;
  /* margin-top: 14px; */
}

.card_list_4 li {
  list-style-type: none;
}

.card_list_4 .my-card {
  padding: 30px;
}

.card-inner-box h6 {
  font-size: 40px;
  font-weight: 600;
}

.card-bottom-title {
  font-size: 22px;
  margin-top: 17px;
}

.table-border-top tr td {
  border-top: 1px solid #0000004d !important;
  border-color: rgb(173 6 99 / 16%) !important;
  padding: 15px 8px !important;
}

.side-bar-head {
  font-size: 20px;
  color: var(--main-color);
}

.side-bar-code {
  border: 2px dashed var(--main-color);
  padding: 15px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  font-size: 20px;
  color: var(--main-color);
  border-radius: 4px;
  font-weight: 600;
  position: relative;
}

.copy-code {
  color: var(--main-color);
  font-size: 14px;
  position: absolute;
  top: -1px;
  right: 13px;
}

.share-mail {
  display: block;
  padding: 22px 30px;
  background: var(--main-color);
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 6px;
}

.share-mail:hover {
  color: #ffffff;
}

.side-social-links h6 {
  font-size: 20px;
  color: var(--main-color);
}

.side-social-links ul {
  display: flex;
  justify-content: space-around;
  padding: 0px;
}

.side-social-links ul li {
  list-style-type: none;
}

.side-social-links ul li i {
  font-size: 30px;
  color: var(--main-color);
}

.terms-btn {
  color: var(--main-color);
  font-size: 18px;
  display: inline-block;
  line-height: 19px;
  font-weight: 500;
  border-bottom: 1px solid;
}

.step_img_box img {
  width: 60%;
}

.step_box_content h6 {
  font-size: 22px;
  font-weight: 800;
}

.step-head {
  font-size: 26px;
  color: var(--secondory-color);
}

#TermsConditionModel {
  opacity: 1;
}

.cart-mini-head {
  font-size: 16px;
  font-weight: 900;
  color: #ad0663 !important;
}

.login-icon i {
  font-size: 20px;
}

.map-btn {
  background-color: var(--main-color);
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}

.map-btn i {
  color: #fff !important;
}

.map-btn:hover {
  color: #ffffff;
}

.star {
  color: #c3a83d;
}

.login-right .form-group.input-group input {
  width: 100%;
}

.template_col_2 .pagebreak {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 991px) {
  .top-navigation-section {
    display: none;
  }

  .logo-sec-header {
    display: none;
  }

  #site-logo-new {
    width: 50px !important;
  }
}

/* order page css */

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/* .page-wrapper {
  height: 100vh;
} */

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  background: #f9e9f2;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.bar-content .page-title h2 {
  color: #ad0663 !important;
}

.bar-content .container-fluid {
  /* background: #f9e9f2; */
  border-radius: 10px;
  height: 100%;
}

.sidebar-wrapper .active-menu {
  background-color: #ad0663 !important;
  color: #ffffff !important;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  /* content: "\f111"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content>div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

/*-----------------------------chiller-theme-------------------------------------------------*/

/* .chiller-theme .sidebar-wrapper {
  background: #31353D;
} */

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  /* border-top: 1px solid #3a3f48; */
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #ad0663;
  text-shadow: 0px 0px 10px rgb(173 6 99 / 48%);
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
  border-right: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ad0663;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ad0663;
}

::-webkit-scrollbar-thumb:active {
  background: #ad0663;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.product-description p {
  line-height: 23px;
}

.product-heading {
  font-size: 20px;
  color: #ad0663;
  margin-bottom: 14px;
}

.description_list {
  padding-left: 30px;
}

.description_list li {
  margin-bottom: 6px;
}

.modal.fade.show {
  opacity: unset !important;
}

.modal-title {
  font-size: 20px !important;
  color: var(--main-color);
}

.size-chart img {
  width: 100%;
}

.link {
  text-decoration: underline;
}

.toast {
  font-size: 16px;
}

.toast-success {
  background-color: #51a351 !important;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.or-before {
  position: relative;
  text-align: center;
  z-index: 1;
}

.or-before span {
  background-color: #fff;
  display: inline-block;
  padding: 6px;
}

.or-before:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  border-top: 1px solid #cdcdcd8f;
  width: 100%;
  left: 0px;
  z-index: -1;
}

.mt-40 {
  margin-top: 40px;
}

.youtube-vdo-box {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  overflow: hidden;
}

/* .youtube-img-box {
  height: 190px;
} */

.youtube-content-box {
  padding: 8px 16px;
}

.youtube-content-box h4 {
  margin: 0px;
  padding: 0px;
  font-size: 19px;
}

.youtube-section {
  margin-bottom: 60px;
}


.youtube-stream {
  margin: 60px 0px;
}

.stream-icon {
  width: 90px;
  height: 90px;
  padding: 8px;
  background-color: #ffffff;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 998;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 400ms infinite alternate;
  border: 2px solid #ad0663;
}


.stream-icon img {
  width: 100%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 5px #ad0663,
      0 0 25px #ad0663,
      0 0 50px #ad0663,
      0 0 100px #ad0663;
  }

  100% {
    box-shadow: 0 0 5px #fff,
      0 0 25px #fff,
      0 0 50px #fff,
      0 0 100px #fff;
  }
}

.mbl-top-header {
  padding: 7px 15px;
}

.account-dropdown .dropdown-menu {
  left: unset;
  right: 0px;
}

.product-img-box img {
  height: 200px !important;
}

tr.collapse.in {
  display: table-row !important;
}

.img-box .product-img {
  height: 80px;
  width: auto !important;
}

.cart-table-responsive {}

.quantity-mid input {
  /* width: unset !important; */
  min-width: 30px !important;

}

.quantity-btn {
  display: flex;
  justify-content: flex-end;
}

.quantity-btn span,
.quantity-btn input,
.quantity-btn button {
  height: 28px !important;
}

.quantity-btn input {
  width: 50px;
}

.quantity-btn .btn-success {
  background-color: var(--secondory-color);
  border-color: var(--secondory-color);
}

.review-img-box .img-box .product-img {
  display: block;
  margin: auto;
}

.add-phn-nmbr {
  width: 80% !important;
  flex: 0 0 80% !important;
}