@font-face {
  font-family: 'introrustg';
  src: url('../motherday/fonts/introrustg-base2line-webfont.woff2')
      format('woff2'),
    url('../motherday/fonts/introrustg-base2line-webfont.woff') format('woff');
}
@import url(fonts.css);
@import url(jquery-ui.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Roboto+Condensed:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap);

::-webkit-input-placeholder {
  color: #bc3f3d;
  font-size: 14px;
}
::-webkit-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
::-moz-placeholder {
  color: #bc3f3d;
  font-size: 14px;
}
::-moz-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
:-ms-input-placeholder {
  color: #bc3f3d;
  font-size: 14px;
}
::-ms-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
:-moz-placeholder {
  color: #bc3f3d;
  font-size: 14px;
}
::selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
h3 {
  font-family: Cinzel, serif;
}
a[data-toggle='modal']:focus {
  box-shadow: none;
  outline: 0;
}
body {
  font-family: Lato, sans-serif;
  overflow-x: hidden;
}
.fw-700 {
  font-weight: 700;
}
.btn {
  border-radius: 0;
}
header.row {
  position: relative;
  z-index: 100;
  background: #fff;
}
.off-canvas-nav {
  position: fixed;
  width: 260px;
  left: -260px;
  background-color: #f3f3f3;
  border-right: 1px solid #c5c5c5;
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.off-canvas-nav .list-inline {
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.off-canvas-nav .list-inline li.list-inline-item {
  width: 49%;
  margin: 0;
  text-align: center;
}
.off-canvas-nav .list-inline li.list-inline-item:not(:last-child) {
  border-right: 1px solid #c5c5c5;
}
.off-canvas-nav .list-inline li a {
  display: block;
  padding: 15px 10px;
}
.off-canvas-nav .list-unstyled li {
  position: relative;
}
.off-canvas-nav .list-unstyled li + li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #c5c5c5;
}
.off-canvas-nav .list-unstyled a {
  position: relative;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.off-canvas-nav li.parent > a:after {
  content: '';
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -232px;
  width: 7px;
  height: 12px;
  margin: 14px 0;
}
.off-canvas-nav .subMenu > div > span {
  text-align: right;
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.off-canvas-nav .subMenu > div > span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -220px;
  width: 7px;
  height: 12px;
  margin: -2px 8px;
}
.subMenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  text-transform: uppercase;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: 50% 0;
}
.subMenu.openSub {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  right: 0;
}
.left-nav {
  position: relative;
  height: calc(100% - 60px);
  overflow: hidden;
}
.left-nav-toplink {
  position: relative;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.leftSearch {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
}
.off-canvas-main {
  position: relative;
  background-color: #fff;
  transition: transform 0.2s ease-out;
  overflow: hidden;
}
.open-nav .off-canvas-main {
  transform: translateX(260px);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.open-nav .off-canvas-nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.open-nav .hamburger-icon:before {
  opacity: 1;
  width: 100%;
}
.my-overlaw {
  position: fixed;
  max-height: 1px;
  left: 0;
  right: 0;
  content: '';
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  z-index: -1;
  -webkit-transition: all 1s -0.25s ease-out;
  -moz-transition: all 1s -0.25s ease-out;
  -o-transition: all 1s -0.25s ease-out;
  -ms-transition: all 1s -0.25s ease-out;
  transition: all 1s -0.25s ease-out;
  opacity: 0;
}
.container-fluid {
  position: relative;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #ffd7a6;
  box-shadow: 0 0 0 0.2rem #ffe5c6;
}
.bg-light {
  background-color: #fff !important;
}
.navbar {
  margin-left: -15px;
  margin-right: -15px;
  z-index: 99;
  font-family: Lato, sans-serif;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f89c2e;
}
.navbar-light .navbar-nav .nav-link:hover .fas {
  color: #f89c2e;
}
.navbar .fas {
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler {
  border-color: #f7941e;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-toggler:hover {
  background: #f89c2e;
}
.top-links {
  margin: 0;
  font-family: Lato, sans-serif;
}
.top-links li {
  position: relative;
  z-index: 2;
  line-height: 30px;
  font-size: 12px;
  color: #58595b;
}
.top-links li span {
  padding: 0 10px;
}
.top-links li a {
  color: #58595b;
}
.top-links li a:hover {
  color: #f89c2e;
}
.desktop-logo-arye {
  position: inherit;
  z-index: 1;
  margin-bottom: 5px;
}
.desktop-logo-arye img {
  position: relative;
  z-index: 1;
}
.top-white {
  background-color: #fff;
}
.top-gry {
  background-color: #f3f3f3;
}
.top-icon-arye ul {
  margin: 0;
  padding: 0;
}
.top-icon-arye .list-inline-item {
  padding: 25px 5px;
  position: relative;
}
.top-icon-arye .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.top-icon-arye .list-inline-item#cart-box {
  margin-right: 0;
}
.hamburger-icon:before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: opacity 0.2s, width 0.05s 0.2s;
  background: rgba(255, 255, 255, 0.7);
}
.hamburger-icon {
  display: block;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}
.topMenuL {
  font-size: 0;
}
.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 2px;
  left: 2px;
  background-color: #58595b;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  vertical-align: top;
}
.storeLocaterIcon {
  float: right;
  margin-top: -2px;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
  font-size: 0;
}
.storeLocaterIcon img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.storeLocaterIcon span {
  font-size: 8px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  width: 45px;
  line-height: 1.2;
  vertical-align: middle;
  letter-spacing: 2px;
  margin-right: 4px;
  text-align: right;
}
.hamburger-icon div.top {
  top: 25%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.top {
  transform: rotate(-135deg);
  top: 50%;
}
.hamburger-icon div.middle {
  top: 50%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.middle {
  opacity: 0;
}
.hamburger-icon div.bottom {
  top: 75%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.bottom {
  transform: rotate(135deg);
  top: 50%;
  background-color: #d62625;
}
.icon-custom {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/spritesheet.png);
}
.icon-custom.wishlist {
  background-position: -201px -220px;
  width: 28px;
  height: 26px;
}
.icon-custom.search {
  background-position: 0 -300px;
  width: 26px;
  height: 26px;
}
.icon-custom.users {
  background-image: url(../images/spritesheet.png);
  background-position: 0 -391px;
  width: 30px;
  height: 30px;
}
.icon-custom.cart {
  background-image: url(../images/spritesheet.png);
  background-position: -134px -140px;
  width: 30px;
  height: 30px;
}
.icon-custom.cart + span,
.icon-custom.wishlist + span {
  background: #121515;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  top: 20px;
  right: -5px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 12px;
}
.customDropdownMenu {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: -9999;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid #c5c5c5;
  min-width: 180px;
  -webkit-transition: all 0.2s linear 0.1s;
  -moz-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
.customDropdownMenu > div {
  padding: 20px 0;
}
.customDropdownMenu h4 {
  font-size: 14px;
  font-weight: 700;
}
.customDropdownMenu ul li {
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 3px 0;
}
.customDropdownMenu ul li a {
  color: #333;
}
.customDropdownMenu ul li a:hover {
  color: #f89c2e;
}
.navbar-expand-md .navbar-nav .nav-item:hover .customDropdownMenu {
  max-height: inherit;
  -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
}
#home-slider {
  width: 100%;
}
#home-slider .carousel-caption h5 {
  font-family: Cinzel;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 20px 40px;
  line-height: 1;
  margin: 0;
}
#home-slider .carousel-caption {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.applyOfferBOx h3 {
  color: #0f7ca0;
  font-size: 20px;
  font-family: Cinzel;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  margin: 20px 0 15px;
  padding-bottom: 7px;
}
.applyOfferBOx h3:after {
  background: #979797;
  width: 100px;
  height: 2px;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.applyOfferBOx .list-unstyled label {
  cursor: pointer;
  padding: 3px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  text-align: center;
}
.applyOfferBOx .list-unstyled label img {
  max-width: 100%;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.applyOfferBOx .list-unstyled [type='radio']:checked,
.applyOfferBOx .list-unstyled [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.applyOfferBOx .list-unstyled [type='radio']:checked + label:after,
.applyOfferBOx .list-unstyled [type='radio']:not(:checked) + label:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: rgba(0, 0, 0, 0.7) url(../images/applyoffer.png) no-repeat center;
  background-size: auto 72%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.applyOfferBOx .list-unstyled [type='radio']:not(:checked) + label:hover:after {
  opacity: 1;
}
.applyOfferBOx .list-unstyled [type='radio']:checked + label:before,
.applyOfferBOx .list-unstyled [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 3px solid #f79520;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.applyOfferBOx .list-unstyled [type='radio']:not(:checked) + label:before {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.applyOfferBOx .list-unstyled [type='radio']:checked + label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.applyOfferBOx .list-unstyled [type='radio']:checked + label img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
ul.product-sort {
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  z-index: 1;
}
ul.product-sort::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0f7ca0;
  left: 0;
  top: 50%;
  z-index: -1;
}
ul.product-sort li {
  list-style: none;
  display: inline-block;
  width: 25%;
  text-align: center;
}
ul.product-sort li > a {
  padding: 5px;
  border: 1px solid #979797;
  background: #fff;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: capitalize;
  color: #979797;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
ul.product-sort li > a:hover {
  border-color: #f89c2e;
  color: #fff;
  background: #f89c2e;
}
.range-slider {
  margin: 0 0 -6px;
}
.checkArya {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 20px;
  text-align: left;
  padding-top: 10px;
}
.range-slider {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 20px;
  text-align: center;
  padding-top: 10px;
}
.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #979797;
  outline: 0;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #f89c2e;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #f89c2e;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #f89c2e;
}
.range-slider__range:active::-moz-range-thumb {
  background: #f89c2e;
}
.placeH,
.range-slider__value {
  display: inline-block;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  width: 44%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #000;
  margin: 20px 0 0;
}
.placeH {
  margin-left: 10%;
}
.range-slider__value::after {
  color: #000;
  padding-left: 5px;
  content: '%';
}
::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
.range-slider input::-moz-focus-inner,
.range-slider input::-moz-focus-outer {
  border: 0;
}
.btn-ar {
  text-align: center;
  padding-bottom: 10px;
}
.filter-arya .btn-ar .btn {
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid #f3f3f3;
  width: 40%;
  margin: 0 4%;
}
.filter-arya .btn-ar .btn:last-child {
  color: #f3f3f3;
  background-color: #000;
  border-color: #000;
}
.product-search .form-control {
  border: 0;
  border-bottom: 1px solid #979797;
  box-shadow: none;
  font-size: 12px;
  text-align: center;
  color: #0f7ca0;
}
.product-search .btn {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #979797;
  background: 0 0;
  color: #b9b49b;
  font-size: 12px;
}
.product-search::-webkit-input-placeholder {
  font-size: 12px;
  color: #0f7ca0;
}
.product-search:-moz-placeholder {
  font-size: 12px;
  color: #0f7ca0;
}
.product-search::-moz-placeholder {
  font-size: 12px;
  color: #0f7ca0;
}
.product-search:-ms-input-placeholder {
  font-size: 12px;
  color: #0f7ca0;
}
.product-box {
  border: 1px solid #dbd3d3;
  padding: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 15px 0;
  position: relative;
}
.product-box img {
  width: 100%;
}
.product-box h3 {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  color: #fff;
  padding: 7px 0;
  margin: 0;
  z-index: 9;
}
.product-box figure {
  position: relative;
  margin: 0;
  z-index: 8;
}
.product-box figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.product-box figure figcaption > div {
  position: relative;
}
.product-box figure figcaption > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #fff;
}
.product-box figure figcaption > div > div > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
}
.product-box figure figcaption > div > div > div h5 {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.product-box figure figcaption > div > div > div h6 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
.product-box figure figcaption > div > div > div h6 span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}
.bottom-nav {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  font-size: 16px;
  color: #fff;
  padding: 4px 0;
  margin: 0;
  z-index: 11;
}
.bottom-nav a,
.by-btn {
  color: #0f7ca0;
  background: #fff;
  text-transform: capitalize;
  font-size: 12px;
  padding: 5px 3px;
  width: 48%;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
}
.bottom-nav a:last-child,
.by-btn:last-child {
  color: #fff;
  background: #0f7ca0;
}
.bottom-nav a:hover,
.by-btn:hover {
  color: #fff;
  background: #f89c2e;
}
.product-box-2 {
  border: 1px solid #dbd3d3;
  padding: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 15px 0;
  position: relative;
}
.product-box-2 h3 {
  position: relative;
  margin-bottom: 0;
}
.product-box-2 h3:after {
  position: absolute;
  height: 1px;
  background: #989898;
  left: 10px;
  top: 50%;
  content: '';
  right: 10px;
  z-index: -1;
}
.product-box-2 h3 span.left {
  color: #f1951c;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  background: #fff;
  padding: 0 15px;
}
.product-box-2 h3 span.saving {
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f36a6a;
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
}
.product-box-2 h5 {
  font-size: 13px;
  margin: 0 0 12px;
}
.product-box-2 .fa {
  color: #f36a6a;
}
.combo {
  border: 1px solid #989898;
}
.product-box:after,
.product-box:before {
  background: rgba(67, 69, 113, 0);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0;
  -moz-transition: all 0.5s ease-in-out 0;
  -o-transition: all 0.5s ease-in-out 0;
  transition: all 0.5s ease-in-out 0;
  width: 100%;
  z-index: 9;
}
.product-box:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.product-box:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}
.recently-viewed {
  padding-top: 30px;
  padding-bottom: 40px;
}
.recently-viewed h3 {
  padding: 0;
  margin: 0 0 15px;
  font-size: 22px;
  font-family: Cinzel;
}
.recently-viewed .owl-carousel .owl-item img {
  width: auto;
  filter: grayscale(0);
  height: 36px;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.recently-viewed .owl-carousel .owl-item:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.recently-viewed .owl-carousel .owl-item > .item {
  border: 2px solid #ccc;
  text-align: center;
  padding: 10px;
}
footer.footer-arya {
  background: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer.footer-arya h4 {
  color: #999;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
  margin: 30px 0 15px;
  color: #606060;
}
footer.footer-arya ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer-arya ul li a {
  color: #999;
  line-height: 1.9;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
footer.footer-arya ul li a:hover {
  color: #333;
}
.footer-social .fab {
  font-size: 26px;
}
.footerLast {
  border-top: 2px solid #c5c5c5;
  padding-top: 15px;
  font-size: 12px;
  color: #626262;
  margin-top: 25px;
}
.footerLast a {
  color: #626262;
}
.cart-box {
  position: absolute;
  right: 0;
  width: 700px;
  background: #fff;
  padding: 0;
  z-index: 999;
  top: 100.8%;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 1s -0.1s ease-out;
  -moz-transition: all 1s -0.1s ease-out;
  -o-transition: all 1s -0.1s ease-out;
  -ms-transition: all 1s -0.1s ease-out;
  transition: all 1s -0.1s ease-out;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
/* .cart-box:after {
  top: 0;
  height: 1px;
  content: '';
  background: #c5c5c5;
  z-index: 1;
  position: absolute;
  left: -500%;
  right: -200%;
} */
#cart-box:hover + .my-overlaw {
  opacity: 0;
  max-height: 999px;
  bottom: 0;
}
#cart-box:hover .cart-box {
  opacity: 1;
  max-height: 999px;
  border-bottom: 1px solid #c5c5c5;
  overflow: inherit;
}
.cart-box h3 {
  text-align: center;
  color: #000;
  margin: 0 0 10px;
  font-size: 20px;
  border-bottom: 1px solid #c5c5c5;
  padding: 15px;
}
.cart-box h4 {
  text-align: left;
  color: #000;
  margin: 0 0 5px;
  font-size: 17px;
}
.cart-box h4 a {
  color: #000;
}
.cart-box h5 {
  margin: 2px 0;
  padding: 0;
  font-size: 14px;
  font-family: Lato;
  text-align: left;
  color: #8c8989;
}
.cart-box h5 span {
  color: #000;
  padding: 0 5px;
}
.cart-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-box ul li {
  position: relative;
  border-bottom: 1px solid #aaa;
  margin: 0;
  padding: 30px;
}
.cart-box ul li a.cartremove {
  background: url(../images/close_icon.png) no-repeat center/67% auto;
  bottom: 40px;
  clear: inherit;
  float: right;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
}
.cart-box ul li:after {
  position: absolute;
  height: 3px;
  content: '';
  position: absolute;
  background: #0f7ca0;
  bottom: -2px;
  width: 50px;
  left: 0;
}
.total-arya {
  font-size: 20px;
  color: #000;
  line-height: 1;
}
#cart-box .total-arya {
  margin: 0;
}
.total-arya div {
  padding: 20px 25px;
}
.total-arya div p {
  margin: 0;
}
.total-arya div p small {
  font-size: 12px;
  color: #0f7ca0;
}
.button-arya {
  text-align: center;
  position: relative;
}
.button-arya:after {
  position: absolute;
  height: 1px;
  content: '';
  position: absolute;
  background: #ccc;
  top: 0;
  left: 3%;
  right: 3%;
}
.outline-btn {
  display: inline-block;
  margin: 15px 5px;
  padding: 0;
  line-height: 1;
  padding: 12px 25px;
  border: 1px solid #aaa;
  color: #333;
}
.outline-btn:hover {
  color: #fff !important;
  background: #f89c2e;
  border-color: #f89c2e;
}
.search-box {
  position: fixed;
  top: 112px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  height: calc(100% - 124px);
  overflow-y: auto;
  right: 0;
  display: none;
}
.search-box .search-inner {
  position: relative;
  width: 100%;
  padding-top: 50px;
  max-width: 1140px;
  margin: 0 auto;
}
.search-box .btn-close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/close_icon.png) no-repeat center;
  border: 0;
  padding: 0;
  outline: 0;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.search-box .search-form {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
.search-box .search-form .text-fild {
  margin: 0;
  width: 100%;
  border: 0;
  background: 0 0;
  outline: 0;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 7px;
}
.search-box .hints {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}
.search-box .search-form::-webkit-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form::-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form:-ms-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form:-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.store-locater-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  right: 0;
  display: none;
}
.store-locater-box .locater-inner {
  width: 100%;
  position: relative;
  padding-top: 50px;
  max-width: 1140px;
  margin: 0 auto;
}
.store-locater-box .locater-close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/close_icon.png) no-repeat center;
  border: 0;
  padding: 0;
  outline: 0;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.store-locater-box .search-form {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.store-locater-box .search-form .text-fild {
  margin: 0;
  width: 100%;
  border: 0;
  background: 0 0;
  outline: 0;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 7px;
}
.store-locater-box .hints {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}
.store-locater-box .search-form::-webkit-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.store-locater-box .search-form::-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.store-locater-box .search-form:-ms-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.store-locater-box .search-form:-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.store-locater-box .aressBox {
  margin-top: 30px;
}
.store-locater-box .aressBox h5 {
  font-size: 16px;
  text-transform: uppercase;
}
.store-locater-box .aressBox {
  font-size: 13px;
}
.store-locater-box .box address {
  margin-bottom: 7px;
}
.store-locater-box .box address p {
  margin-bottom: 0;
}
.store-locater-box .box {
  margin-bottom: 20px;
}
.outline-style .modal-content {
  border-radius: 0;
  border: 0;
  width: 100%;
}
.outline-style .modal-body {
  padding: 40px 30px;
  padding-bottom: 25px;
}
.outline-style .modal-body:before {
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 40px;
  content: '';
  position: absolute;
  z-index: 1;
  border: 1px solid #c7c7c7;
}
.costomFacevalue,
.outline-style .modal-body select.DifRnt {
  padding: 0 20px 0 4px;
  width: auto;
  font-size: 13px;
  border: none;
  box-shadow: none;
  background: 0 0;
  background-image: none;
  background: #fff url(../images/select-arrow.png) no-repeat 90% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.costomFacevalue::-ms-expand,
.outline-style .modal-body select::-ms-expand {
  display: none;
}
.outline-style h3 {
  text-align: center;
  margin: -40px 0 10px;
}
.outline-style h3 span {
  padding: 0 10px;
  background: #fff;
  font-size: 18px;
}
.outline-style .modal-body > div {
  position: relative;
  z-index: 2;
  text-align: center;
}
.outline-style .modal-body div.qtys {
  padding: 7px 5px;
  font-size: 13px;
}
.outline-style .modal-body div.head-t {
  border-bottom: 1px solid #aaa;
  padding: 5px;
  color: #aaa;
}
.outline-style .modal-body div.total {
  font-size: 20px;
  font-family: Cinzel;
  padding-right: 30px;
}
.outline-style .modal-body div.pls {
  border-top: 1px solid #aaa;
  padding-top: 20px;
  font-size: 0;
}
.outline-style .modal-body .outline-btn {
  padding: 10px 15px;
}
.outline-style a.close-btn {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
.card-list {
  margin-top: 15px;
}
.dropdown i {
  background-image: url(../images/spritesheet.png);
  background-position: -134px -132px;
  width: 12px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
}
.filter-arya {
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
}
.filter-arya .btn {
  width: 100%;
  background: 0 0;
  font-size: 12px;
  color: #58595b;
  text-transform: uppercase;
  outline: 0;
  box-shadow: none;
  padding: 25px 20px;
  border: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0;
}
.filter-arya .show .btn i {
  background-position: -354px -334px;
}
.filter-arya .show .btn {
  border-color: #c5c5c5;
}
.filter-arya .dropdown-menu {
  border-radius: 0;
  width: 100%;
  margin: 0;
}
.filter-arya .btn.dropdown-toggle::after {
  display: none;
}
.inner-images {
  margin: 0 -15px;
  position: relative;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.inner-images .inner-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.inner-images h3 {
  color: #000;
  margin: 0;
}
.cartArya,
.login-arya {
  padding-top: 20px;
  position: relative;
}
.login-arya h4 {
  font-weight: 400;
  margin: 15px 0 10px;
  color: #000;
}
.login-arya .custom-form {
  padding-top: 20px;
}
.custom-form .form-group {
  text-align: left;
}
.custom-form label {
  margin: 0;
  font-size: 13px;
}
.login-arya p {
  font-size: 13px;
}
.signupForm.custom-form a {
  color: #f89c2e;
}
.custom-form a {
  color: #272727;
}
.custom-form a:hover {
  color: #fff;
}
.custom-form .form-control {
  border: 0;
  border-bottom: 1px solid #afafaf;
  box-shadow: none;
  padding: 3px 0;
}
.custom-form select.form-control:not([size]):not([multiple]) {
  height: 31px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.custom-form select::-ms-expand {
  display: none;
}
.custom-form .form-control:focus {
  border-color: #272727;
}
.login-arya .btn-outline-secondary {
  border-radius: 0;
  padding: 8px 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 100px;
  border: none;
  text-align: left;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.loginBtn:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
}
.loginBtn:focus {
  outline: 0;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.loginBtn--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  text-shadow: 0 -1px 0 #354c8c;
  padding: 0 91px;
}
.loginBtn--facebook:before {
  background: url(../images/icon_facebook.png) center no-repeat;
}
.loginBtn--facebook:focus,
.loginBtn--facebook:hover {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}
.loginBtn--google {
  background: #dd4b39;
}
.loginBtn--google:before {
  background: url(../images/icon_google.png) center no-repeat;
}
.loginBtn--google:focus,
.loginBtn--google:hover {
  background: #e74b37;
}
.cart-table {
  margin-bottom: 10px;
  /* white-space: nowrap; */
}
.cart-table .thead {
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
}
.cart-table .quantity {
  text-align: center;
  width: 100px;
}
.cart-table .quantity span {
  float: right;
  line-height: 1;
  cursor: pointer;
  width: 16px;
  font-size: 0;
  position: relative;
  height: 20px;
}
.detailsArya .cart-table .quantity span {
  margin-top: 3px;
}
.cart-table .quantity span.dec {
  float: left;
}
.cartArya .cart-table .quantity span.inc:before {
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.detailsArya .cart-table .quantity span.inc:before {
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.cart-table .quantity input {
  border: 0;
  text-align: center;
  display: inline-block;
  width: 30px;
}
.cartArya .cart-table .quantity span:after {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
.detailsArya .cart-table .quantity span:after {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
.cart-table .price {
  text-align: center;
}
.cart-table .delete {
  text-align: right;
  width: 98px;
}
.cart-table thead th {
  border-bottom: 1px solid #dee2e6;
  letter-spacing: 1px;
}
.cart-table tbody {
  border-bottom: 1px solid #dee2e6;
}
.cart-table tfoot tr:nth-child(1) td {
  padding-top: 15px;
}
.cart-table tfoot td {
  border: 0;
  padding: 3px 0.75rem;
  text-align: right;
  font-size: 14px;
}
.cart-table tfoot .total-pay td {
  font-size: 24px;
}
.cart-table {
  font-size: 12px;
  text-align: center;
}
.cart-table tbody td:first-child,
.cart-table thead th:first-child {
  text-align: left;
}
.removeItem {
  color: #272727;
}
.removeItem .icon {
  background-image: url(../images/spritesheet.png);
  background-position: top right;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.product-details-head {
  background: #fafafa;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c5;
}
.product-details-head p {
  font-size: 13px;
  line-height: 1.8;
}
.product-details-head h3 {
  color: #0f7fb9;
}
.star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.star-rating .countss {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 3px;
}
.ratings {
  background: url(../images/star-rate.png) no-repeat bottom right;
  display: inline-block;
  height: 18px;
  width: 112px;
}
.ratings.star-0-5 {
  background-position: -180px -19px;
}
.ratings.star-1 {
  background-position: -95px 0;
}
.ratings.star-1-5 {
  background-position: -95px -19px;
}
.ratings.star-2 {
  background-position: -72px 0;
}
.ratings.star-2-5 {
  background-position: -71px -19px;
}
.ratings.star-3 {
  background-position: -47px 0;
}
.ratings.star-3-5 {
  background-position: -47px -19px;
}
.ratings.star-4 {
  background-position: -23px 0;
}
.ratings.star-4-5 {
  background-position: -23px -19px;
}
.ratings.star-5 {
  background-position: 0 -19px;
}
.detailsArya {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
.detailsArya:after {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background: #dee2e6;
  content: '';
  height: 1px;
}
.detailsArya .cart-table thead th {
  border-top: 0;
  letter-spacing: 1.5px;
}
.detailsArya .cart-table thead th:nth-child(2).price {
  text-align: center;
}
.detailsArya .cart-table tbody td:nth-child(2).price {
  text-align: center;
}
.detailsArya .cart-table {
  font-size: 16px;
}
.detailsArya .cart-table tbody td:not(:last-child),
.detailsArya .cart-table thead th:not(:last-child) {
  color: #666;
}
.detailsArya .cart-table tbody td,
.detailsArya .cart-table thead th {
  width: 25%;
  vertical-align: middle;
}
.detailsArya .cart-table .define-quantity {
  width: 65px;
  display: inline-block;
}
.detailsArya .cart-table p {
  margin: 0;
  color: #c1b8b9;
  font-size: 12px;
  text-transform: uppercase;
}
.price span {
  display: inline-block;
  padding: 0;
}
.leftSearch {
  display: none;
}
.form-coopan {
  width: 100%;
}
.form-coopan .container {
  position: relative;
  z-index: 3;
}
.form-coopan-box {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.form-coopan-box form,
.locater form,
.promocode form,
form.find-location {
  font-size: 0;
  margin: 0;
  width: 100%;
}
.find-location .form-control,
.form-coopan-box .form-control,
.locater .form-control {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 100%;
  border-width: 1px !important;
}
.promocode .form-control {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 75%;
}
.find-location .form-control {
  padding: 0.4rem 0.5rem;
  font-size: 13px;
}
form.find-location {
  margin-bottom: 30px;
  margin-top: 30px;
}
.find-location .btn,
.form-coopan-box .btn,
.locater .btn {
  width: 100%;
  vertical-align: top;
  padding: 0.375rem 0;
  font-size: 13px;
  background-color: #0f7fb9;
  text-align: center;
}
.promocode .btn {
  width: 25%;
  vertical-align: top;
  padding: 0.375rem 0;
  font-size: 13px;
  background-color: #0f7fb9;
  text-align: center;
}
.detailsArya .promocode {
  margin-top: 50px;
  margin-bottom: 20px;
}
.promocode {
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-body .promocode form {
  display: inline-flex;
}
.promocode form {
  margin-top: 10px;
  position: relative;
}
.crossPromo {
  font-size: 12px;
  right: 27%;
  top: 8px;
  position: absolute;
  color: #666;
}
.eyePassword {
  font-size: 12px;
  right: 6%;
  top: 66px;
  position: absolute;
  color: #666;
}
.eyePassword:hover {
  background: #000;
  display: block;
}
.locater {
  margin-bottom: 20px;
}
.ii,
.tnc {
  border-top: 1px solid #ccc;
  font-size: 12px;
  margin-top: 40px;
}
.ii ul,
.tnc ol {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-position: outside;
}
.ii h4,
.tnc h4 {
  font-family: Cinzel, serif;
  font-size: 20px;
  margin: 20px 0 10px;
}
.ii ul li,
.tnc ol li {
  margin: 0;
  padding: 0 0 3px;
}
.box-forCoopan {
  border: 1px solid #c1c1c1;
  margin-bottom: 10px;
  background: #fafafa;
  padding: 5px;
}
.homePage .box-forCoopan {
  margin-top: -1px;
}
.box-forCoopan h4 {
  font-size: 20px;
  color: #075092;
  text-align: center;
  margin: 20px 0 30px;
}
.loginLoyalty {
  font-size: 9px;
  line-height: 1.2;
  display: block;
  text-align: right;
  padding: 5px 24px 5px 2px;
  color: #9a9a9a;
  position: relative;
}
.loginLoyalty:after {
  position: absolute;
  width: 9px;
  height: 10px;
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url(../images/spritesheet.png);
  background-position: -38px -348px;
}
.loginLoyalty:before {
  position: absolute;
  width: 18px;
  height: 20px;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border: 1px solid #c1c1c1;
}
.offer-box .card-list {
  margin: 0;
  margin-top: 10px;
}
.Payment-offer-box > h4,
.offer-box > h4,
.promocode > h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0.75rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.btns-groups2 .btn {
  text-align: left;
  padding: 0.375rem 0.75rem;
  border-color: #c1c1c1;
}
.btns-groups2 .btn span {
  vertical-align: middle;
}
.btns-groups2 .btn span:last-child {
  font-size: 9px;
  float: right;
  width: 40%;
  white-space: normal;
  line-height: 1;
  margin-top: 4px;
}
.locater-link {
  border: 1px solid #ccc;
  font-size: 15px;
  color: #0f7fb9;
  font-family: Lato, sans-serif;
  float: right;
  padding: 9px;
  margin-top: -5px;
  cursor: pointer;
}
.product-box1 {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 20px 5px;
}
.product-box1 .product-name {
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.product-box1 .product-name:after {
  position: absolute;
  content: '';
  background: #4a90e2;
  height: 1px;
  left: 0;
  top: 50%;
  right: 0;
}
.product-box1 .product-name h3 {
  font-size: 16px;
  font-family: Lato, sans-serif;
  color: #f9a51a;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
.product-box1 .product-name h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 8px;
}
.product-box1 .product-name .fevrate-box {
  background: #fff;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: 8px;
  padding: 6px;
  display: inline-block;
  line-height: 1;
  height: 28px;
  margin: -14px 0 0;
  top: 50%;
  color: #b7b7b7;
}
.product-box1 .product-name .fevrate-box.active {
  color: #ed3934;
}
.product-box1 figure {
  margin: 0 0 0 -20px;
  padding-right: 60px;
  position: relative;
}
.product-box1 figure figcaption {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  width: 120px;
  display: flex;
  align-items: center;
}
.product-box1 figure figcaption > div div {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.product-box1 figure figcaption > div > div {
  display: block;
  text-align: center;
  padding: 0;
}
.product-box1 figure figcaption > div > div + div {
  margin-top: 10px;
  padding: 8px 10px 5px;
  text-align: center;
}
.product-box1 figure figcaption > div div span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #898989;
  font-size: 12px;
  text-transform: uppercase;
}
.product-box1 figure figcaption > div div span small {
  font-size: 12px;
  color: #0082c1;
}
.product-box1 figure figcaption > div div.box-5 span:first-child {
  text-align: left;
}
.product-box1 figure figcaption > div div.box-5 span:last-child {
  text-align: right;
}
.product-box1 figure figcaption > div div span.percents {
  font-size: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #0082c1;
  letter-spacing: -2px;
}
.product-box1 .bottom-link {
  padding: 8px;
  font-size: 0;
}
.product-box1 .bottom-link a {
  color: #4a90e2;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  padding: 8px 5px;
  width: 48%;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
}
.product-box1 .bottom-link a:last-child {
  color: #fff;
  background: #0f7ca0;
  border: 1px solid #0f7ca0;
}
.product-box1 .bottom-link a:hover {
  color: #fff;
  background: #f89c2e;
  text-align: center;
}
.min-width-arya {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.min-width-arya .container-fluid {
  min-width: 600px;
}
.plus-box {
  width: 19px;
  height: 19px;
  background-image: url(../images/spritesheet.png);
  background-position: -33px -343px;
  display: inline-block;
  position: relative;
  margin: 5px;
  cursor: pointer;
}
.plus-box:after {
  content: '';
  width: 29px;
  height: 29px;
  position: absolute;
  border: 1px solid #666;
  margin: -5px 0 0 -5px;
  left: 0;
  top: 0;
}
.fs-12 {
  font-size: 12px;
}
.ls-1 {
  letter-spacing: 1px;
}
#voucherDetail {
  font-family: Lato, sans-serif;
}
#voucherDetail h4 {
  font-family: Cinzel, serif;
}
.validityBox {
  border-left: 1px solid #ccc;
}
.validityBox h6 {
  font-size: 12px;
  color: #0f7ca0;
  text-transform: uppercase;
  margin: 0;
}
.validityBox p {
  font-size: 14px;
  color: #979797;
  text-transform: capitalize;
}
.myAccount-arya {
  padding: 20px 0;
}
.myAccount-arya .myAccount-left {
  border-right: 1px solid #c5c5c5;
}
.myAccount-arya .myAccount-left h4 {
  display: none;
}
.myAccount-arya .myAccount-left {
  color: #58595b;
}
.myAccount-arya .myAccount-left .nav li.last {
  margin-top: 45px;
}
.myAccount-arya .myAccount-left .nav li a {
  color: #58595b;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.myAccount-arya .myAccount-left .nav li.last a:before {
  content: '';
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -220px;
  width: 7px;
  height: 12px;
  margin: 3px 5px 0 0;
  float: left;
}
.myAccount-arya .myAccount-left .nav li a.active {
  color: #000;
}
.myAccount-arya .myAccount-left .nav li a:hover {
  color: #000;
}
.myAccount-arya .myAccount-right h3 {
  font-size: 20px;
}
.myAccount-arya .myAccount-right p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}
.myAccount-arya .myAccount-right .aressBox {
  margin-top: 40px;
}
.myAccount-arya .myAccount-right .aressBox h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 10px;
}
.myAccount-arya .myAccount-right .aressBox .box {
  border-top: 1px solid #c5c5c5;
  padding: 20px 0;
}
.myAccount-arya .myAccount-right .aressBox address h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
.myAccount-arya .myAccount-right .aressBox address p {
  font-size: 12px;
  line-height: 1.9;
  margin-top: 15px;
}
.myAccount-arya .myAccount-right.addBok .aressBox address p {
  margin-bottom: 0;
}
.table-address {
  font-size: 12px;
  vertical-align: top;
  width: 100%;
}
.table-address th {
  vertical-align: top;
  text-transform: uppercase;
}
.table-address td,
.table-address th {
  padding: 5px;
  line-height: 1;
}
.link-Edit {
  text-transform: uppercase;
  color: #0f7ca0;
  font-size: 12px;
}
.WishBOXX {
  padding-left: 15px;
}
.custom-select1 {
  position: relative;
}
.custom-select1:after {
  content: '';
  /* background-image: url(../images/spritesheet.png?1481802524079); */
  background-position: -354px -308px;
  width: 12px;
  height: 7px;
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 16px;
}
.custom-select1 select.form-control {
  overflow: hidden;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  height: 32px !important;
}
.custom-select1 select option {
  padding-left: 20px;
}
.password-Hide {
  margin-top: 30px;
  display: none;
}
.address_table {
  font-size: 12px;
  text-align: left;
  min-width: 600px;
  margin-top: 30px;
}
.address_table thead th {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  width: 25%;
}
.modal-open {
  position: fixed;
  height: 100%;
  width: 100%;
}
.gyftrGifts {
  padding-top: 20px;
  display: none;
}
.addressOnCart{
  border-top: 1px solid #ccc;
}
.addressOnCart > div .box {
  padding: 10px;
}
.addressOnCart > div .box h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 10px;
}
.addressOnCart > div .box p {
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}
.addressOnCart > div .box p span {
  text-transform: uppercase;
}
#AddressBook .addressOnCart > div .box {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}
.list-thumb {
  list-style: none;
  margin: 10px -1% 0;
  padding: 0;
  font-size: 0;
}
.list-thumb li {
  width: 25%;
  display: inline-block;
  font-size: 0;
  padding: 0 1%;
}
.list-thumb li img {
  max-width: 100%;
  cursor: pointer;
}
.list-thumb li:hover img {
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transform: scale(1.02);
}
.custom-form .newHi .form-control {
  height: 76px;
  resize: none;
}
#buypopup .custom-form .newHi .form-control {
  height: 40px;
  line-height: 1;
}
.wishlistTable {
  font-size: 12px;
  border-bottom: 1px solid #dee2e6;
  min-width: 500px;
}
.wishlistTable thead th {
  border-bottom: 1px solid #dee2e6;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.wishlistTable thead th:nth-child(1) {
  width: 20%;
}
.wishlistTable thead th:nth-child(2) {
  width: 55%;
}
.wishlistTable thead th:nth-child(3) {
  width: 15%;
}
.wishlistTable tbody td {
  padding: 30px 5px;
  line-height: 1.6;
}
.wishlistTable tbody td:nth-child(3) {
  text-align: left;
  padding-left: 0.75rem;
}
.wishlistTable tbody td:nth-child(2) {
  text-align: left;
  padding-left: 2rem;
  padding-right: 15%;
}
.wishlistTable tbody td .nam-po {
  font-size: 16px;
  font-family: Lato, sans-serif;
  color: #f9a51a;
  padding-top: 20px;
}
.wishlistTable tbody td .nam-text {
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.wishlistTable tbody td .save-po {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 0;
}
.wishlistTable tbody td .nam-po a {
  text-transform: uppercase;
  color: #f9a51a;
}
.wishlistTable .dem-po .DifRnt,
.wishlistTable .qty-po .DifRnt {
  padding: 0 20px 0 4px;
  width: auto;
  font-size: 12px;
  border: none;
  box-shadow: none;
  background: 0 0;
  background-image: none;
  -webkit-appearance: none;
  background: #fff url(../images/select-arrow.png) no-repeat 90% 50%;
}
.wsBtn a {
  color: #fff;
  background-color: #000;
  display: block;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.wsBtn + .wsBtn a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.box .custom-form {
  position: relative;
}
.btnAw {
  background: #fff url(../images/next.svg) no-repeat center;
  border: 0;
  padding: 0;
  background-size: 20px auto;
  font-size: 0;
  text-indent: -999px;
  width: 20px;
  height: 24px;
  position: absolute;
  bottom: 1px;
  right: 0;
  cursor: pointer;
  outline: 0;
}
.faqSection {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cutsColaps .card,
.faqSection .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.cutsColaps .card .card-header,
.faqSection .card .card-header {
  padding: 0;
  background-color: transparent;
}
.cutsColaps .card .card-body,
.faqSection .card .card-body {
  padding: 10px 0 30px;
  font-size: 14px;
  line-height: 1.8;
}
.cutsColaps .card .card-header .btn-link,
.faqSection .card .card-header .btn-link {
  width: 100%;
  text-align: left;
  color: #333;
  position: relative;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0;
}
.cutsColaps .card .card-header .btn-link:after,
.faqSection .card .card-header .btn-link:after {
  width: 2px;
  height: 14px;
  background: #c1c1c1;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.cutsColaps .card .card-header .btn-link:before,
.faqSection .card .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #c1c1c1;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
.cutsColaps .card .card-header .btn-link[aria-expanded='true'],
.faqSection .card .card-header .btn-link[aria-expanded='true'] {
  color: #f7941e;
}
.cutsColaps .card .card-header .btn-link[aria-expanded='true']:after,
.faqSection .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.cutsColaps .card .card-header .btn-link[aria-expanded='true']:before,
.faqSection .card .card-header .btn-link[aria-expanded='true']:before {
  background: #f7941e;
}
.cutsColaps .card .card-header .btn-link:focus,
.cutsColaps .card .card-header .btn-link:hover,
.faqSection .card .card-header .btn-link:focus,
.faqSection .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #f7941e;
}
span.priceSem {
  display: inline-block;
  padding: 0 0 0 12px;
  background: url(../images/inr.svg) no-repeat left center/auto 15px;
}
span.priceSemLarge {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../images/inr.svg) no-repeat left center/auto 18px;
  margin-left: 10px;
}
.description span {
  width: 30px;
  text-align: right;
  display: inline-block;
}
.detailsArya .cart-table tbody td.description span {
  width: 50px;
}
.detailsArya .cart-table.brand-2 tbody td,
.detailsArya .cart-table.brand-2 thead th {
  width: 20%;
}
.detailsArya .cart-table.brand-2 tbody td .editIcon {
  color: #333;
}
.custom-form .form-control:disabled,
.custom-form .form-control[readonly] {
  cursor: not-allowed;
  background: #fff;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.loginForm.custom-form .custom-select1:after {
  top: 11px;
  right: 3px;
}
#GyftingRecipientBox1 .custom-select1:after {
  top: 36px;
  right: 3px;
}
.allowedLocationParent {
  position: relative;
}
.allowedLocation {
  background: url(../images/location.svg) no-repeat center/20px;
  position: absolute;
  right: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  top: 50%;
  margin-top: -20px;
  opacity: 0.4;
  outline: 0;
}
.allowedLocation:hover {
  opacity: 0.8;
  cursor: pointer;
}
.editIcon {
  font-size: 12px;
  display: inline-block;
  padding: 2px;
}
.share {
  background: url(../images/share.svg) no-repeat center/auto 18px !important;
  position: relative;
  height: 28px;
  outline: 0;
  display: block;
  box-shadow: none !important;
  border-top: 1px solid #e4e4e4;
  margin-top: 5px;
}
.share ul {
  list-style: none;
  margin: 0;
  padding: 4px;
  position: absolute;
  bottom: 100%;
  background: #fff;
  right: -5px;
  left: -5px;
  z-index: 9;
  display: none;
  font-size: 0;
  margin-bottom: -5px;
}
.shareBlock ul {
  list-style: none;
  margin: 0;
  padding: 4px;
  bottom: 100%;
  background: #fff;
  right: -5px;
  left: -5px;
  z-index: 9;
  font-size: 0;
  margin-bottom: -5px;
}
.share:hover ul,
.shareBlock:hover ul {
  display: inherit;
}
.share ul li,
.shareBlock ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 0.5% 1%;
}
.share ul li a,
.shareBlock ul li a {
  font-size: 36px;
  line-height: 1;
  color: #666;
}
.share ul li a:hover,
.shareBlock ul li a:hover {
  color: #0f7ca0;
}
.fs-14 {
  font-size: 14px;
}
.fs-10 {
  font-size: 12px;
}
.btn-Social {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 1;
}
.btn-new {
  display: inline-flex;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 14px;
  background-color: #a9a9a9;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  transition: all 0.2s ease-in;
  background-position: 50%;
  outline: 0 !important;
}
.btn-new.btn-circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 0 !important;
  font-size: 16px;
}
.btn-Social input {
  display: none;
}
.btn-Social input:not(:checked) ~ label {
  transform: rotate(0);
}
.btn-Social input:not(:checked) ~ label .btn-new {
  border-radius: 0;
  height: 15px;
  width: 15px;
  box-shadow: none;
}
.btn-Social input:not(:checked) ~ label .btn-new:first-child {
  border-top-left-radius: 100%;
  transform: translate(25px, 25px);
}
.btn-Social input:not(:checked) ~ label .btn-new:nth-child(2) {
  border-top-right-radius: 100%;
  transform: translate(40px, 25px);
}
.btn-Social input:not(:checked) ~ label .btn-new:nth-child(3) {
  border-bottom-left-radius: 100%;
  transform: translate(25px, 40px);
}
.btn-Social input:not(:checked) ~ label .btn-new:nth-child(4) {
  border-bottom-right-radius: 100%;
  transform: translate(40px, 40px);
}
.btn-Social input:not(:checked) ~ label .btn-new .icon {
  opacity: 0;
}
.btn-Social input:not(:checked) ~ label > .icon {
  opacity: 1;
  cursor: pointer;
}
.btn-Social label {
  position: relative;
  height: 80px;
  width: 80px;
  display: inline-block;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
  cursor: default;
}
.btn-Social label .btn-new {
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-Social label .btn-new:nth-child(2) {
  transform: translate(60px, 0);
}
.btn-Social label .btn-new:nth-child(3) {
  transform: translate(0, 60px);
}
.btn-Social label .btn-new:nth-child(4) {
  transform: translate(60px, 60px);
}
.btn-Social label .btn-new .icon {
  opacity: 1;
  transition: all 0.15s ease-in-out;
  transform: rotate(-45deg);
}
.btn-Social label > .icon {
  color: #fff;
  position: absolute;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  top: 25px;
  left: 25px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.btn-Social label .icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.MoreAboutBrands h3 {
  font-size: 22px;
}
.MoreAboutBrands p {
  font-size: 12px;
}
#btn1-StoreLocater {
  font-family: Lato, sans-serif;
  padding: 0.175rem 0.75rem;
}
#btn2-StoreLocater {
  font-family: Lato, sans-serif;
  padding: 0.175rem 0.75rem;
}
.br-b-1 {
  border-bottom: 1px solid #ccc;
}
.br-t-1 {
  border-top: 1px solid #ccc;
}
.br-r-1 {
  border-right: 1px solid #ccc;
}
.br-1 {
  border: 1px solid #ccc;
}
.headerContainer {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  padding: 0 !important;
}
.headerContainer.fixed-top {
  position: fixed;
  top: 0;
  z-index: 99;
  right: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
.headerContainer.fixed-top .top-gry {
  display: none;
}
.tranjection_t {
  font-size: 12px;
}
.tranjection_t td {
  cursor: pointer;
}
.tranjection_t.br-t-0 th {
  border-top: 0;
}
.CongratulationsMsg p {
  font-size: 12px;
}
.table tr.comboFree td {
  border: 0;
  opacity: 0.7;
}
.table tr.comboQty td {
  border: 0;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-160px);
  }
  100% {
    transform: translateY(0);
  }
}
.comboPg.detailsArya {
  padding-top: 0;
}
.comboPg.detailsArya:after {
  display: none;
}
.comboPg .comboDetails p {
  font-size: 14px;
}
.comboPg .comboDetails select.form-control {
  color: #005584;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 30px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/plus-icon.jpg) no-repeat right center;
}
.comboPg .comboDetails select.form-control::-ms-expand {
  display: none;
}
.comboPg .comboDetails h3 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.comboPg .quantity1 .define-quantity {
  width: 80px;
  display: inline-block;
}
.comboPg .quantity1 input {
  border: 0;
  text-align: center;
  display: inline-block;
  width: 30px;
}
.comboPg .quantity1 span {
  float: right;
  padding: 2px 4px 4px;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 25px;
  text-align: center;
}
.comboPg .quantity1 span.dec {
  float: left;
}
.comboOffers .product-box1 .product-name h3 {
  font-size: 14px;
}
.comboOffers .product-box1 figure figcaption {
  width: 120px;
}
.comboOffers .product-box1 figure figcaption > div > div {
  padding: 5px 10px;
}
ul.resp-tabs-list p {
  margin: 0;
  padding: 0;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px !important;
  border-bottom: none;
  background-color: #fff;
}
.resp-accordion-active,
.resp-content-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0 solid #c1c1c1;
  margin: 0;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0 solid #c1c1c1 !important;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: #00f;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 225px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}
h2.resp-tab-active {
  background: #dbdbdb !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0;
}
.resp-tab-content-active {
  display: block;
}
.payment-tabs {
  width: 100% !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.resp-vtabs .resp-tabs-list.payment-tabs li {
  border: 1px solid #ccc;
  background: 0 0;
  width: 30.33%;
  padding: 0 !important;
  padding-left: 0 !important;
}
.resp-vtabs .resp-tabs-list.payment-tabs li:before {
  top: 12px;
}
.payment-tabs li a {
  display: block;
  padding: 15px 15px 15px 60px;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
.gyftr-payment-options {
  padding-top: 0.5rem;
  background: #fff;
}
.gyftr-payment-options .resp-vtabs > ul > li.resp-tab-item {
  background-color: #f9f9f9;
  color: #9b9b9b;
  position: relative;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  padding-left: 60px;
  margin: 5px;
}
.resp-vtabs .resp-tabs-container.tabcon {
  border-radius: 0;
}
.resp-vtabs li.resp-tab-active {
  background-color: #fff !important;
}
.tabcon h2.resp-accordion::before {
  top: 5px;
}
.tabcon h2.resp-accordion {
  background: #f9f9f9;
}
.tabcon h2.resp-accordion.resp-tab-active {
  background: #fff;
}
.gyftr-payment-options .resp-vtabs li.fu::before,
.tabcon h2.resp-accordion:nth-of-type(1)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/freqused.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.fu:hover::before,
.tabcon h2.resp-accordion:nth-of-type(1):hover::before {
  background: url(../card/freqused1.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.fu::before,
.tabcon h2.resp-accordion.resp-tab-active:nth-of-type(1)::before {
  background: url(../card/freqused1.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.cc-dc::before,
.tabcon h2.resp-accordion:nth-of-type(2)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/creditcard.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.cc-dc:hover::before,
.tabcon h2.resp-accordion:nth-of-type(2):hover::before {
  background: url(../card/creditcard2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.cc-dc::before,
.tabcon h2.resp-accordion.resp-tab-active:nth-of-type(2)::before {
  background: url(../card/creditcard2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.nb::before,
.tabcon h2.resp-accordion:nth-of-type(3)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/netbanking.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.nb:hover::before,
.tabcon h2.resp-accordion:nth-of-type(3):hover::before {
  background: url(../card/netbanking2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.nb::before,
.tabcon h2.resp-accordion.resp-tab-active:nth-of-type(3)::before {
  background: url(../card/netbanking2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.mw::before,
.tabcon h2.resp-accordion:nth-of-type(4)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/mobilewallets.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.mw:hover::before,
.tabcon h2.resp-accordion:nth-of-type(4):hover::before {
  background: url(../card/mobilewallets2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.mw::before,
.tabcon h2.resp-accordion.resp-tab-active:nth-of-type(4)::before {
  background: url(../card/mobilewallets2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.emioc::before,
.tabcon h2.resp-accordion:nth-of-type(5)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/emi.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.emioc:hover::before,
.tabcon h2.resp-accordion:nth-of-type(5):hover::before {
  background: url(../card/emi2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.emioc::before,
.tabcon h2.resp-accordion.resp-tab-active:nth-of-type(5)::before {
  background: url(../card/emi2.png) no-repeat;
}
.borderon {
  border: 1px solid #979797;
}
.headertrans p {
  font-size: 20px;
  color: #979797;
  margin-bottom: 0;
  text-transform: capitalize;
}
.poh3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.headertrans p span {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.gyftr-payment-options .resp-vtabs li.pp::before,
.resp-accordion:nth-of-type(6)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/paypal.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.pp:hover::before,
.resp-accordion:nth-of-type(6):hover::before {
  background: url(../card/paypal2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.pp::before,
.resp-accordion.resp-tab-active:nth-of-type(6)::before {
  background: url(../card/paypal2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.gc::before,
.resp-accordion:nth-of-type(7)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/giftcard.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.gc:hover::before,
.resp-accordion:nth-of-type(7):hover::before {
  background: url(../card/giftcard2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.gc::before,
.resp-accordion.resp-tab-active:nth-of-type(7)::before {
  background: url(../card/giftcard2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.cbr::before,
.resp-accordion:nth-of-type(8)::before {
  position: absolute;
  left: 15px;
  content: '';
  background: url(../card/citi.png) no-repeat;
  width: 36px;
  height: 24px;
}
.gyftr-payment-options .resp-vtabs li.cbr:hover::before,
.resp-accordion:nth-of-type(8):hover::before {
  background: url(../card/citi2.png) no-repeat;
}
.gyftr-payment-options .resp-vtabs li.resp-tab-active.cbr::before,
.resp-accordion.resp-tab-active:nth-of-type(8)::before {
  background: url(../card/citi2.png) no-repeat;
}
.emi-tab-texts span {
  color: #979797;
  font-size: 10px;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 0.5rem;
}
.emi-tab-texts p {
  color: #979797;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
}
.selectstyle {
  width: 80%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.selectstyle2 {
  width: 66%;
  position: relative;
}
.selectstyle2 .dropp-header {
  border: 1px solid #ccc;
}
.selectstyle.no-border {
  border-bottom: 0 solid #ccc;
}
.selectstyle .dropp-header::before {
  position: absolute;
  content: '1';
  top: 12%;
  left: -30px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 1;
  line-height: 22px;
}
.border-right {
  border-right: 1px solid #ccc;
}
.selectstyle .dropp-header.dropp-header2::before {
  position: absolute;
  content: '2';
  top: 12%;
  left: -30px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 1;
  line-height: 22px;
}
.selectstyle .dropp-header.dropp-header3::before {
  position: absolute;
  content: '3';
  top: 12%;
  left: -30px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 1;
  line-height: 22px;
}
.selectstyle .icon,
.selectstyle2 .icon {
  display: block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
}
.selectstyle .icon:after,
.selectstyle .icon:before,
.selectstyle2 .icon:after,
.selectstyle2 .icon:before {
  content: '';
  position: absolute;
}
.selectstyle .dropp-header,
.selectstyle2 .dropp-header {
  position: relative;
  color: #000;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.selectstyle .dropp-header__title,
.selectstyle2 .dropp-header__title {
  padding: 0.8em 0.5em;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8;
  color: #000;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.selectstyle .dropp-header__title span,
.selectstyle2 .dropp-header__title span {
  color: #979797;
  font-size: 10px;
  font-style: italic;
  text-transform: capitalize;
}
.selectstyle .dropp-header__btn,
.selectstyle2 .dropp-header__btn {
  display: block;
  color: #fff;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectstyle .interest-rate {
  color: #979797;
  font-size: 14px;
  text-transform: capitalize;
}
.selectstyle .dropp-header__btn .icon,
.selectstyle2 .dropp-header__btn .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.selectstyle .dropp-header__btn .icon:after,
.selectstyle .dropp-header__btn .icon:before,
.selectstyle2 .dropp-header__btn .icon:after,
.selectstyle2 .dropp-header__btn .icon:before {
  top: 27%;
  left: -8%;
  width: 46%;
  height: 8%;
  background: #979797;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.selectstyle .dropp-header__btn .icon:after,
.selectstyle2 .dropp-header__btn .icon:after {
  top: 55%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectstyle .dropp-header__btn.js-open .icon,
.selectstyle2 .dropp-header__btn.js-open .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 53%;
}
.selectstyle .dropp-header__btn.js-open .icon:after,
.selectstyle .dropp-header__btn.js-open .icon:before,
.selectstyle2 .dropp-header__btn.js-open .icon:after,
.selectstyle2 .dropp-header__btn.js-open .icon:before {
  background: #979797;
}
.selectstyle .dropp-header__btn:focus,
.selectstyle2 .dropp-header__btn:focus {
  outline: 0;
}
.selectstyle .dropp-body,
.selectstyle2 .dropp-body {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectstyle .dropp-visible,
.selectstyle2 .dropp-visible {
  overflow: visible;
  width: 100%;
  max-height: 100%;
  color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectstyle .dropp-body.js-open,
.selectstyle2 .dropp-body.js-open {
  max-height: 20em;
}
.selectstyle .dropp-body ul,
.selectstyle2 .dropp-body ul {
  padding: 0;
  margin: 0;
}
.selectstyle .dropp-body ul li,
.selectstyle2 .dropp-body ul li {
  list-style: none;
  text-align: left;
  position: relative;
  background: #fff;
}
.selectstyle .dropp-body ul li:hover,
.selectstyle2 .dropp-body ul li:hover {
  background: #f9f9f9;
}
.selectstyle .dropp-body ul li input[type='radio'],
.selectstyle2 .dropp-body ul li input[type='radio'] {
  position: absolute;
  visibility: hidden;
}
.selectstyle ul li label,
.selectstyle2 ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  padding: 6px 10px 29px 45px;
  margin: 10px auto;
  height: 30px;
  text-transform: capitalize;
  z-index: 9;
  color: #979797;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.selectstyle ul li:hover label,
.selectstyle2 ul li:hover label {
  color: #979797;
}
.selectstyle ul li .check,
.selectstyle2 ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #f79633;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 34%;
  left: 20px;
  z-index: 9;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.selectstyle ul li:hover .check,
.selectstyle2 ul li:hover .check {
  border: 5px solid #f79633;
}
.selectstyle ul li .check::before,
.selectstyle2 ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 7px;
  width: 7px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.selectstyle input[type='radio']:checked ~ .check,
.selectstyle2 input[type='radio']:checked ~ .check {
  border: 2px solid #f79633;
}
.selectstyle input[type='radio']:checked ~ .check::before,
.selectstyle2 input[type='radio']:checked ~ .check::before {
  background: #f79633;
}
.selectstyle input[type='radio']:checked ~ label,
.selectstyle2 input[type='radio']:checked ~ label {
  color: #000;
  background: #f9f9f9;
}
span.totalpayment {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
span.totalpayment i {
  margin-right: 2px;
}
.makepay-btn,
a.makepay-btn {
  background: #0f7ca0;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  float: right;
}
.rowhead h6 {
  font-size: 12px;
  color: #000;
  font-family: AvenBo;
}
.rowhead p {
  color: #000;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.selectstyle ul li.tenurelist label {
  padding: 3px 10px 23px 30px;
  color: #000;
  font-size: 10px;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 600;
}
.selectstyle ul li.tenurelist .check {
  display: block;
  position: absolute;
  border: 1px solid #f79633;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 6%;
  left: 20px;
  z-index: 9;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.selectstyle ul li.tenurelist .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 4px;
  width: 4px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.selectstyle .dropp-body ul li.tenurelist:hover {
  background: #fff;
}
.selectstyle input[type='radio']:checked ~ label {
  color: #000;
  background: #fff;
}
.freq-used input.fu {
  position: absolute;
  visibility: hidden;
}
.freq-used label {
  padding: 9px 10px 9px 16px;
  color: #000;
  font-size: 10px;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 600;
}
.freq-used .check {
  display: block;
  position: absolute;
  border: 1px solid #f79633;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 16%;
  left: 20px;
  z-index: 9;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.freq-used .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.freq-used input.fu:checked ~ .check::before {
  background: #f79633;
}
.freq-used .fuspan {
  color: #979797;
  font-size: 14px;
  text-transform: capitalize;
  font-family: AvenBo;
}
.freq-used .fup {
  color: #979797;
  font-size: 10px;
  margin-top: 0.5rem;
  text-align: right;
}
.v-lock p {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  font-family: AvenBo;
}
.v-lock p::before {
  content: '\f023';
  position: absolute;
  font-family: FontAwesome;
  top: -3px;
  color: green;
  left: 6px;
  font-size: 16px;
}
.freq-otp input.fu {
  position: absolute;
  visibility: hidden;
}
.freq-otp label {
  padding: 5px 10px 9px 31px;
  color: #979797;
  font-size: 14px;
  border: 1px solid #ccc;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 600;
}
span.otpspan {
  font-size: 8px;
  margin-left: 0;
  text-transform: capitalize;
}
.freq-otp label.otp {
  padding: 5px 10px 30px 31px;
  width: 100%;
}
.freq-otp .check {
  display: block;
  position: absolute;
  border: 1px solid #f79633;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 16%;
  left: 20px;
  z-index: 9;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.freq-otp .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.freq-otp input.fu:checked ~ .check::before {
  background: #f79633;
}
.editcard-d a,
.editcard-d a:focus,
.editcard-d a:hover {
  color: #0f7ca0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 5px;
}
.editcard-d i {
  color: #f79633;
  margin-right: 2px;
}
p.redirectbank {
  color: #979797;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: right;
  margin-top: 8px;
  font-style: italic;
}
.rowhead > .row > .col-md-12:first-child {
  background: #f9f9f9;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  height: 50px;
}
.cardselection {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cardselection p {
  color: #979797;
  font-size: 8px;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 600;
}
.cardinput label {
  margin-bottom: 0;
  color: #979797;
  font-size: 9px;
  text-transform: capitalize;
  font-weight: 600;
}
.cardinput input {
  width: 300px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.cardinput input::placeholder {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  color: #0f7ca0;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.cardinput .form-group {
  margin-bottom: 0.2rem;
}
.msgbg.msgbggrey {
  background: #f9f9f9;
}
.msgbg.msgbggrey p {
  color: #9b9b9b;
}
.cardinput2 select.form-control,
.cardinput2 select.form-control:focus {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  height: 30px !important;
  padding: 0.2rem;
  outline: 0;
  color: #979797;
}
.cardinput2 input {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  height: 30px;
  padding: 0.2rem;
}
.cardinput2 input::placeholder {
  color: #979797;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}
.cardinput2 label {
  margin-bottom: 0;
  color: #979797;
  font-size: 8px;
  text-transform: capitalize;
  font-weight: 600;
}
.cardinput2 span {
  color: #000;
  font-size: 8px;
  text-transform: capitalize;
  font-weight: 600;
}
.msgbg {
  background: #fffdd0;
}
.msgbg p {
  color: red;
}
.squaredThree {
  width: 20px;
  position: relative;
  float: left;
}
.squaredThree label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0;
  margin-bottom: 0;
  background: #f79633;
  border-radius: 4px;
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: 0 0;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type='checkbox'] {
  visibility: hidden;
}
.squaredThree input[type='checkbox']:checked + label:after {
  opacity: 1;
}
.savecard span {
  display: inline;
}
.otherbank {
  color: #979797;
  font-size: 8px;
  text-transform: capitalize;
  font-weight: 600;
}
.tabcon > h2.resp-accordion,
.tabcon > h2.resp-accordion.resp-tab-active {
  font-size: 13px;
  position: relative;
  padding: 10px 10px 10px 65px !important;
}
.tabcon > h2.resp-accordion.resp-tab-active {
  background: #fff !important;
  color: #9b9b9b;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
}
.custom-select-s {
  position: relative;
}
.custom-select-s select {
  display: none;
}
.select-selected {
  background-color: #fff;
  color: #005584 !important;
}
.select-selected:after {
  position: absolute;
  content: '+';
  top: 14px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  line-height: 1;
  text-align: center;
  color: #666;
}
.select-selected.select-arrow-active:after {
  content: '-';
}
.select-items div,
.select-selected {
  color: #000;
  padding: 8px 5px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #fafafa;
  top: 100%;
  left: 15px;
  right: 15px;
  z-index: 99;
  -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
}
.select-hide {
  display: none;
}
.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-box1.comBoD {
  background: #fafafa;
  margin: 10px 0;
}
.product-box1.comBoD figure {
  margin: 0;
}
.product-box1.comBoD figure figcaption {
  width: 180px;
}
.product-box1.comBoD .bottom-link {
  position: relative;
  padding: 0;
}
.product-box1.comBoD .bottom-link a {
  position: absolute;
  background: #fff;
  color: #0081ff;
  border: 0;
  text-transform: inherit;
  top: -50px;
  font-size: 16px;
  padding: 10px 5px;
  width: 40%;
  left: 20%;
}
.product-box1.comBoD .bottom-link a.bl-btn {
  position: absolute;
  background: #0081ff;
  color: #fff;
  border: 0;
  text-transform: inherit;
  top: -50px;
  font-size: 16px;
  padding: 10px 5px;
  width: 40%;
  left: 20%;
}
.comBoDVerti {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.comBoDVerti figcaption {
  overflow: hidden;
  padding: 0 15px 15px;
}
.comBoDVerti figcaption .bl-btn {
  background: #0081ff;
  color: #fff;
  font-size: 16px;
  padding: 10px 5px 12px;
  display: block;
  text-align: center;
  line-height: 1;
}
.comBoDVerti .w2 {
  width: 50%;
  float: left;
}
.comBoDVerti .w1 {
  float: left;
  width: 100%;
}
.comBoDVerti figcaption .bl-btn:hover,
.product-box1.comBoD .bottom-link a.bl-btn:hover,
.product-box1.comBoD .bottom-link a:hover {
  background: #6c757d;
  color: #fff;
}
.payment-logos li {
  float: left;
  text-indent: -9999px;
  margin: 0 10px 10px 0;
  background-image: url(../images/spritesheet.png?1481802524079);
  background-position: 0 -60px;
  width: 67px;
  height: 40px;
}
.payment-logos .visa {
  background-position: -67px -100px;
}
.payment-logos .mastercard {
  background-position: -267px -200px;
}
.payment-logos .amex {
  background-position: 0 -140px;
}
.payment-logos .paypal {
  background-position: -267px -120px;
}
.table tr.FreeGread td {
  border-top: transparent;
  padding-top: 0.1rem;
}
.table tr.FreeGread td:first-child {
  padding-left: 25px;
}
.CreatOnCombo.HomeCom a {
  margin: 0 5px 0 -15px;
  display: block;
}
.CreatOnCombo img {
  border: 1px solid #ccc;
  padding: 3px;
}
.br-rD-1:after {
  position: absolute;
  width: 1px;
  right: 0;
  top: 8%;
  bottom: 8%;
  background: #ccc;
  content: '';
  z-index: 1;
}
.comboOnBrand:after {
  position: absolute;
  left: -12px;
  right: -12px;
  top: 0;
  bottom: 0;
  border: 1px solid #dee2e6;
  content: '';
  z-index: 1;
}
.comboOnBrand > div {
  position: relative;
  z-index: 2;
}
.comboOnBrand .comboDetails p {
  color: #333;
}
.comboOnBrand .comboDetails h4 {
  color: #005584;
  font-size: 16px;
  padding: 11px 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}
.homeBack {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: inline-block;
  background: rgba(44, 127, 185, 0.8) url(../images/home.svg) no-repeat 6px 9px/22px
    auto;
  padding: 0;
  z-index: 70;
  border-radius: 0 20px 20px 0;
  font-size: 0;
  height: 41px;
  width: 44px;
}
.br-0 {
  border: 0 !important;
}
.brand-owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 30px;
  left: -15px;
  top: 50%;
  background: rgba(255, 255, 255, 0.85) url(../images/spritesheet.png);
  background-position: -354px 3px;
  border-radius: 50%;
  margin-top: -15px;
}
.brand-owl-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 14px;
  height: 30px;
  right: -15px;
  top: 50%;
  background: rgba(255, 255, 255, 0.85) url(../images/spritesheet.png);
  background-position: -354px -111px;
  border-radius: 50%;
  margin-top: -15px;
}
.addressOnCart > div .box .fa {
  color: #666;
  margin-right: 7px;
}
#tranjectionA .col-12[data-toggle='collapse']:after {
  background-image: url(../images/spritesheet.png);
  background-position: -134px -132px;
  width: 12px;
  height: 7px;
  position: absolute;
  content: '';
  right: 4px;
  top: 14px;
}
#tranjectionA .col-12[data-toggle='collapse'][aria-expanded='true']:after {
  background-position: -354px -334px;
}
@media (min-width: 576px) {
  .order-last1 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}
@media (min-width: 768px) {
  .off-canvas-nav .list-inline {
    display: none !important;
  }
  .box2 {
    width: 43%;
    display: inline-block;
    margin-right: 2%;
  }
  .mobileBanner {
    display: none !important;
  }
  .table-responsive {
    overflow: inherit;
  }
  .MobileFixNav {
    display: none;
  }
  .cartFix,
  .hideOnDesktop,
  .homeBack,
  .mobileBanner {
    display: none !important;
  }
  .br-zero {
    border: 0 !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .OfferVoucherSection > div:nth-child(3n + 2) {
    background: #eaeaea;
  }
  .OfferVoucherSection > div:nth-child(3n + 2) .OfferProductBox {
    border-top: 2px solid #fff;
  }
}
@media (min-width: 992px) {
  .mob-Pfix {
    height: 62px;
    display: flex;
    align-items: center;
  }
  .navbar-light .navbar-brand {
    display: none;
  }
  .navbar {
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 400;
  }
  .navbar .fas {
    font-size: 10px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1.1rem 0.75rem;
    line-height: 1;
  }
  .show-mobile {
    display: none;
  }
  .login-arya:after {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 200px;
    width: 1px;
    background: #ccc;
    content: '';
    margin-top: -100px;
  }
  .btn {
    padding: 0.375rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1202px;
  }
  .navbar .container {
    max-width: 1170px;
  }
  .navbar .customDropdownMenu .container {
    max-width: 1120px;
  }
  .navbar .fas {
    font-size: 12px;
  }
  .OfferVoucherSection > div .OfferProductBox .offBox {
    left: 0;
  }
}
@media (max-width: 991px) {
  .mob-Pfix {
    height: 79px;
    display: flex;
    align-items: center;
  }
  .topSelling > .row > div:last-child {
    display: none;
  }
  .stepRedemtion {
    display: grid !important;
  }
  .container {
    max-width: 100%;
  }
  .desktop-logo-arye {
    display: none;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.row {
    border-bottom: 1px solid #ccc;
  }
  .top-links {
    margin: 0;
    font-size: 13px;
  }
  #home-slider .carousel-caption {
    bottom: 10px;
  }
  .cart-table.brand-2 .thead {
    font-size: 12px;
  }
  #home-slider .carousel-caption h5 {
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1;
    margin: 0;
  }
  .search-box .search-form .text-fild {
    font-size: 70px;
  }
  .bottom-nav a,
  .by-btn {
    font-size: 10px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem;
  }
  .navbar-expand-md {
    display: none;
  }
  .offer-box .applyOfferBOx {
    display: block;
  }
  .show-mobile {
    display: block;
  }
  .product-gradArya {
    padding-left: 15px;
  }
}
@media (max-width: 850px) {
  .top-icon-arye .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .table thead th {
    font-size: 12px;
  }
  .productImages {
    margin: 0 -15px;
  }
  .inner-images {
    border-top: 1px solid #c5c5c5;
  }
  .off-canvas-nav {
    height: calc(100% - 63px);
  }
  body,
  html {
    overflow-x: hidden;
  }
  .desktopBanner {
    display: none !important;
  }
  #home-slider .carousel-caption {
    bottom: 5px;
  }
  #home-slider .carousel-caption h5 {
    font-size: 16px;
    padding: 5px 20px;
    line-height: 1;
    margin: 0;
  }
  .search-box .search-form .text-fild {
    font-size: 60px;
  }
  .top-links {
    position: relative;
  }
  .top-links li {
    position: static;
  }
  .cart-box {
    left: 0;
    right: 0;
    width: 100%;
  }
  .top-icon-arye .list-inline-item {
    display: none;
  }
  .top-icon-arye .list-inline-item:first-child {
    display: inherit;
  }
  .cart-box,
  .my-overlaw {
    display: none !important;
  }
  .store-locater-box .search-form .text-fild {
    font-size: 30px;
  }
  .form-coopan-box {
    width: 260px;
    padding: 8px;
    display: none;
  }
  .leftSearch {
    display: block;
  }
  .leftSearch .form-coopan-box {
    display: block;
    width: 100%;
    box-shadow: none;
    padding: 14px 10px;
    background: #e6e6e6;
  }
  .leftSearch .form-coopan-box .form-control {
    font-size: 14px;
    border: 0;
    max-width: 75%;
  }
  .leftSearch .form-coopan-box .btn {
    max-width: 25%;
  }
  .gyftrGifts {
    padding-top: 10px;
  }
  ul.resp-tabs-list {
    width: 100% !important;
  }
  .resp-vtabs .resp-tabs-list.payment-tabs {
    display: block;
  }
  .resp-vtabs .resp-tabs-list.payment-tabs li {
    width: 100%;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .gyftr-payment-options .resp-vtabs li.fu::before,
  .resp-accordion:nth-child(1)::before {
    position: absolute;
    left: 15px;
    content: '';
    background: url(../card/freqused.png) no-repeat;
    width: 36px;
    height: 24px;
    top: 8px;
  }
  .brandpage {
    font-size: 20px;
  }
  .tabcon h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid #9b9797;
    background: url(../images/select-arrow2.png) no-repeat;
  }
  .tabcon .resp-arrow {
    width: 20px;
    height: 20px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid #9b9797;
    background: url(../images/select-arrow.png) no-repeat;
  }
  .off-canvas-nav {
    z-index: 1000;
  }
  .off-canvas-main {
    padding-bottom: 65px;
    padding-top: 60px;
  }
  header.row {
    position: fixed;
    left: 10px;
    top: 0;
    right: 0;
  }
  .btn-Social,
  .filter-arya,
  .hideOnMobile,
  .star-rating,
  .top-gry {
    display: none !important;
  }
  #desktop-hamburger {
    margin-left: 15px;
    vertical-align: middle;
  }
  .center-logo img {
    max-height: 60px;
  }
  .top-icon-arye .list-inline-item {
    padding: 15px 5px;
  }
  .icon-custom.cart + span,
  .icon-custom.wishlist + span {
    top: -5px;
  }
  .MobileFixNav {
    vertical-align: middle;
    font-size: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    z-index: 8;
    padding: 8px 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .MobileFixNav > ul {
    margin: 0;
    font-size: 0;
    vertical-align: middle;
    padding: 0;
    position: relative;
  }
  .MobileFixNav > ul > li {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    width: 33.3333%;
    border-right: 1px solid #9f9f9f;
  }
  .MobileFixNav > ul > li:last-child {
    border: 0;
  }
  .MobileFixNav > ul > li > a {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #686767;
    padding: 4px 0;
  }
  .MobileFixNav > ul > li > a > p {
    margin: 0;
    padding: 0;
  }
  .MobileFixNav > ul > li > a > p > span {
    border-radius: 4px;
    padding: 1px 5px;
    background: #f7931b;
    color: #fff;
  }
  .MobileFixNav > ul > li > a.mUser {
    padding-top: 12px;
    background: url(../images/userAw.png) no-repeat top center;
  }
  .MobileFixNav > ul > li > a.DiscountsOffers {
    padding-top: 25px;
    background: url(../images/discount.png) no-repeat top center;
  }
  .MobileFixNav > ul > li > a.OffersCards {
    padding-top: 25px;
    background: url(../images/card.png) no-repeat center 2px;
  }
  .MobileFixNav > ul > li > a.DiscountsOffers span,
  .MobileFixNav > ul > li > a.OffersCards span {
    padding: 0 4px;
    background: #f7931b;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 64%;
    border-radius: 4px;
  }
  .product-box1 .product-name h3 {
    font-size: 13px;
  }
  table .table .cart-table .brand-2 {
    min-width: 100% !important;
  }
  .detailsArya .btnsG .btn {
    display: block;
    margin: 5px 0;
  }
  .product-details-head h3 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .product-details-head h5 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product-details-head {
    padding: 0;
  }
  .search-box {
    top: 60px;
    padding: 0 20px;
  }
  .titleFix {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    z-index: 9;
    background: #fafafa;
    animation: smoothScroll 0.5s forwards;
  }
  .product-details-head .titleFix h3 {
    font-size: 22px;
  }
  .product-details-head .titleFix h5 {
    font-size: 16px;
  }
  .HomeCom {
    margin-top: 20px;
  }
  .product-box1 figure figcaption > div div span.percents {
    font-size: 30px;
  }
  .collepsMobileFive ul,
  .collepsMobileFour ul,
  .collepsMobileOne ul,
  .collepsMobileSix ul,
  .collepsMobileThree ul,
  .collepsMobileTwo ul {
    display: none;
  }
  footer.footer-arya .collepsMobileFive h4,
  footer.footer-arya .collepsMobileFour h4,
  footer.footer-arya .collepsMobileOne h4,
  footer.footer-arya .collepsMobileSix h4,
  footer.footer-arya .collepsMobileThree h4,
  footer.footer-arya .collepsMobileTwo h4 {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }
  footer.footer-arya .collepsMobileFive h4:after,
  footer.footer-arya .collepsMobileFour h4:after,
  footer.footer-arya .collepsMobileOne h4:after,
  footer.footer-arya .collepsMobileSix h4:after,
  footer.footer-arya .collepsMobileThree h4:after,
  footer.footer-arya .collepsMobileTwo h4:after {
    content: '+';
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    font-weight: 100;
  }
  footer.footer-arya .collepsMobileFive.open h4:after,
  footer.footer-arya .collepsMobileFour.open h4:after,
  footer.footer-arya .collepsMobileOne.open h4:after,
  footer.footer-arya .collepsMobileSix.open h4:after,
  footer.footer-arya .collepsMobileThree.open h4:after,
  footer.footer-arya .collepsMobileTwo.open h4:after {
    content: '-';
    font-size: 24px;
    top: 2px;
  }
  footer.footer-arya .collepsMobileFive.open h4,
  footer.footer-arya .collepsMobileFour.open h4,
  footer.footer-arya .collepsMobileOne.open h4,
  footer.footer-arya .collepsMobileSix.open h4,
  footer.footer-arya .collepsMobileThree.open h4,
  footer.footer-arya .collepsMobileTwo.open h4 {
    border-color: #ccc;
  }
  footer.footer-arya ul {
    padding: 10px 10px 7px 10px;
    border-bottom: 1px solid #999;
    overflow: hidden;
  }
  footer.footer-arya .collepsMobileFive ul,
  footer.footer-arya .collepsMobileSix ul {
    padding-top: 10px;
  }
  footer.footer-arya .collepsMobileFive ul li {
    max-width: 40%;
    display: inline-block;
    width: auto;
    margin-top: 5px !important;
  }
  footer.footer-arya ul li a {
    font-size: 12px;
    line-height: 1;
  }
  footer.footer-arya {
    padding-top: 0;
  }
  .payment-logos li {
    margin: 10px 10px 10px 0;
  }
  .backToTop {
    margin: 0 -15px 15px;
    text-align: center;
    display: block;
    background: #888;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .backToTop:hover {
    background: #333;
    color: #fff;
  }
  .cartFix {
    position: fixed;
    right: 10px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f7941d url(../images/cartNew.png) center no-repeat;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    z-index: 10;
  }
  .cartFix a {
    height: 50px;
    width: 100%;
    display: block;
    position: relative;
  }
  .cartFix a span {
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    top: 0;
    line-height: 19px;
    font-size: 10px;
    right: 0;
    text-align: center;
  }
  #btn1-StoreLocater {
    position: absolute;
    top: 38%;
    right: 0;
    display: inline-block;
    width: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 7px 12px 8px 33px;
    border-radius: 20px 0 0 20px;
    min-width: 45px;
  }
  #btn2-StoreLocater {
    position: absolute;
    top: 48%;
    right: 0;
    display: inline-block;
    width: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 7px 12px 8px 33px;
    border-radius: 20px 0 0 20px;
    min-width: 45px;
  }
  .product-box1 {
    margin: 10px -5px;
  }
  .product-gradArya {
    padding-left: 0;
  }
  .product-box1 .product-name {
    display: none;
  }
  .product-box1 figure {
    padding-right: 25px;
    margin: 0;
  }
  .CreatOnCombo.HomeCom a {
    margin: 0;
  }
  .product-box1 .bottom-link {
    padding: 3px;
    position: relative;
  }
  .comboOffers .product-box1 figure figcaption {
    left: 0;
    right: inherit;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    width: 65%;
    padding: 5px 5px 32px;
  }
  .product-box1 figure figcaption {
    top: 0;
    bottom: 5px;
    width: 50%;
    padding: 5px 5px 0 0;
    align-items: flex-end;
    right: 0;
  }
  .product-box1 figure figcaption div {
    width: 100%;
  }
  .product-box1 figure figcaption > div div {
    font-size: 0;
    padding: 6px;
  }
  .product-box1 figure figcaption > div.comB > div + div {
    background: #fff;
    padding: 6px;
  }
  .product-box1 figure figcaption > div > div + div {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
  }
  .product-box1 figure figcaption > div div span.percents {
    font-size: 24px;
    letter-spacing: 0;
  }
  .share {
    width: 35px !important;
    border: 0;
    height: 30px;
    top: 0;
    position: absolute;
    right: -4px;
    margin: 0;
    padding: 4px !important;
  }
  .share ul {
    right: 5px;
    left: -38px;
    margin-bottom: 0;
    border: initial;
    top: 100%;
    height: 73px;
  }
  .share ul li a {
    font-size: 30px;
  }
  .br-3-or {
    border: 3px solid #f7941d;
  }
  .DiscountsOffersBox {
    position: fixed;
    bottom: 62px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    display: none;
    height: calc(100% - 120px);
    background: #fff;
  }
  .OffersCardsBox {
    position: fixed;
    bottom: 62px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    display: none;
    height: calc(100% - 120px);
    background: #fff;
  }
  .DiscountsOffersInner {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    max-height: 100%;
    overflow: auto;
  }
  .OffersCardsBox .applyOfferBOxHolder {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-height: 100%;
    overflow: auto;
  }
  .UserMenu {
    position: fixed;
    bottom: 60px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: none;
    height: calc(100% - 120px);
    background: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  .UserMenu ul {
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
  }
  .UserMenu ul li {
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
  }
  .UserMenu ul li a {
    display: block;
    padding: 15px 10px;
    color: #686767;
  }
  .MenuHeadBox {
    background: #fafafa;
    color: #515151;
    padding: 15px;
    -webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
  }
  .MenuHeadBox.bordered {
    background: 0 0;
    box-shadow: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .userHeadBox {
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 10px;
  }
  .userHeadBox a {
    color: #fff;
  }
  .userHeadBox p {
    margin: 0;
    padding: 0;
  }
  .MenuHeadBox h4 {
    font-family: Cinzel, serif;
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 20px;
  }
  .userHeadBox h4 {
    font-family: Cinzel, serif;
    margin: 0;
  }
  .userHeadBox h5 {
    font-weight: 300;
    margin: 0;
  }
  .detailsArya:after {
    display: none;
  }
  .table td,
  .table th {
    padding: 0.5rem;
    font-size: 14px;
  }
  .tranjection_t th, .tranjection_t td {
    font-size: 11px;
}
  .detailsArya .cart-table tbody td,
  .detailsArya .cart-table thead th {
    letter-spacing: 0.5px;
  }
  .detailsArya .cart-table {
    font-size: 12px;
  }
  .cart-table .quantity span .store-locater-box {
    top: 60px;
    height: calc(100% - 130px);
    background: #fff;
  }
  .allowedLocation {
    margin-top: -30px;
  }
  .applyOfferBOx .list-unstyled [type='radio']:checked + label:after,
  .applyOfferBOx .list-unstyled [type='radio']:not(:checked) + label:after {
    background-size: auto;
  }
  .OffersCardsBox .applyOfferBOx .list-unstyled label img {
    max-height: 50px;
  }
  .MenuHeadBox .menuClose {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(../images/close-menu.png) no-repeat center;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
  }
  .DiscountsOffersBox .btn-ar .btn {
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #f3f3f3;
    width: 40%;
    margin: 0 4%;
  }
  .DiscountsOffersBox .btn-ar .btn:last-child {
    color: #f3f3f3;
    background-color: #000;
    border-color: #000;
  }
  .footer-arya .col {
    flex-basis: inherit;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
  }
  .footerLast {
    margin-top: -1px;
    font-size: 12px;
  }
  .modal-backdrop.show {
    opacity: 0;
  }
  .modal-dialog-centered {
    width: 100%;
    max-width: 100%;
    margin: 60px 0;
    min-height: calc(100% - (61px * 2));
    color: #000;
    align-items: inherit;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transform: initial;
    transform: inherit;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: initial;
    transform: inherit;
  }
  .outline-style .modal-body:before {
    display: none;
  }
  .outline-style .modal-body {
    padding: 0 20px 15px;
  }
  .outline-style h3 {
    margin: 0 -15px;
    text-align: left;
    background: #fafafa;
    color: #515151;
    padding: 15px;
    -webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    font-size: 20px;
  }
  #buypopup.outline-style h3 {
    background: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: 0 0;
    border-bottom: 1px solid #ccc;
  }
  #buypopup.outline-style h3 img {
    max-height: 45px;
  }
  #buypopup.outline-style .modal-body div.head-t {
    color: #333;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 -12px;
    font-weight: 700;
  }
  #buypopup .costomFacevalue,
  #buypopup.outline-style .modal-body div.qtys,
  #buypopup.outline-style .modal-body select.DifRnt {
    font-size: 12px;
    margin: 0 -10px;
  }
  #buypopup.outline-style .modal-body div.qtys {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #buypopup.outline-style .modal-body div.qtys:focus,
  #buypopup.outline-style .modal-body div.qtys:hover {
    white-space: inherit;
    text-overflow: inherit;
  }
  #buypopup .min-width-arya .container-fluid {
    min-width: 100%;
  }
  #buypopup .min-width-arya {
    display: block;
    width: initial;
    overflow-x: inherit;
    margin: 0 -15px;
  }
  #buypopup .define-quantity {
    width: 50px;
    margin: 0 auto;
  }
  #buypopup .define-quantity input[type='text'] {
    font-size: 12px;
    padding: 0;
  }
  .outline-style h3 span {
    background: 0 0;
    padding: 0;
    font-size: 20px;
  }
  #buypopup .plus-box {
    margin-bottom: -25px;
    z-index: 1;
  }
  #buypopup.outline-style .modal-body div.total {
    margin-bottom: 15px;
  }
  .outline-style h3 span {
    background: 0 0;
    padding: 0;
    font-size: 20px;
  }
  #buypopup .plus-box {
    margin-bottom: -25px;
    z-index: 1;
  }
  #buypopup.outline-style .modal-body div.total {
    margin-bottom: 15px;
  }
  .outline-style a.close-btn {
    top: 15px;
    right: 15px;
  }
  .loginForm {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .cart-table.mobileCart {
    min-width: 100%;
  }
  .cart-table.mobileCart tfoot .total-pay td {
    font-size: 20px;
  }
  .mobileCartCont {
    margin-top: -15px;
  }
  .addressOnCart > div .box {
    padding: 10px 0;
  }
  .CaratRepet h5 {
    color: #4a90e2;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .comboPg .comboDetails h3 br {
    display: none;
  }
  .comboPg .comboDetails h3 {
    font-size: 26px;
    height: 120px;
    overflow: auto;
  }
  .comboPg .comboDetails p {
    height: 124px;
    overflow: auto;
    margin: 0;
  }
  .myAccount-left {
    display: none;
  }
  .SelectCategoryDropdown {
    margin: 0 -15px;
  }
  .SelectCategoryDropdown .btn {
    border-color: #ccc;
    font-size: 18px;
    font-weight: 300;
    display: block;
    text-align: left;
    border-left: 0;
    border-right: 0;
    color: #6c757d;
  }
  .SelectCategoryDropdown .btn:hover,
  .SelectCategoryDropdown .show > .btn-outline-secondary.dropdown-toggle,
  .SelectCategoryDropdown .show > .btn-outline-secondary.dropdown-toggle:hover {
    background: 0 0;
    border-color: #6c757d;
    color: #6c757d;
  }
  .SelectCategoryDropdown .dropdown-toggle::after {
    right: 15px;
    position: absolute;
    top: 17px;
    border: 0;
    background-image: url(../images/spritesheet.png);
    background-position: -354px -308px;
    width: 12px;
    height: 7px;
  }
  .SelectCategoryDropdown .dropdown-menu {
    margin: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .SelectCategoryDropdown .dropdown-menu.show {
    transform: translate3d(0, 44px, 0) !important;
  }
  .wishlistTable tbody td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
  }
  .wishlistTable {
    min-width: 100%;
  }
  .wishlistTable .wsBtn a {
    font-size: 12px;
    white-space: nowrap;
  }
  .wishlistTable .wsBtn + .wsBtn a {
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.3;
  }
  .product-box1 .bottom-link a:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
  .product-box1 .bottom-link a:last-child {
    width: 100%;
  }
  .MoreAboutBrands h3 {
    font-size: 18px;
  }
  .recently-viewed h3 {
    font-size: 18px;
  }
  .cart-table .quantity span {
    width: 17px;
    margin-top: 0 !important;
  }
  .cartArya .cart-table .quantity span {
    margin-top: 0;
  }
  .validityBox h6,
  .validityBox p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }
  .validityBox > div + div {
    padding-top: 5px;
  }
  .orderDetailsModal {
    max-width: 300px;
  }
  .OfferVoucherSection > div:nth-child(2n + 2) {
    background: #eaeaea;
  }
  .OfferVoucherSection > div:nth-child(2n + 2) .productBox {
    border-top: 2px solid #fff;
  }
}
@media (max-width: 575px) {
  .bannerHeading .h3.fs-20 {
    font-size: 14px;
  }
  .HomeCom {
    margin-top: 0;
  }
  .top-gry .text-left .top-links {
    display: none;
  }
  .top-gry .text-right .top-links {
    text-align: center;
  }
  .search-box .search-form .text-fild {
    font-size: 30px;
  }
  .filter-arya .btn {
    padding: 10px;
    border-top: 1px solid #c5c5c5;
  }
  .filter-arya .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: inherit;
    padding: 0;
  }
  .filter-arya .col-sm-8 .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: inherit;
    padding: 0;
  }
  .filter-arya .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: inherit;
    padding: 0;
  }
  .dropup,
  .filter-arya .dropdown {
    position: inherit;
  }
  .filter-arya .container {
    position: relative;
    padding: 0;
  }
  .inner-images h3 {
    font-size: 17px;
    padding-left: 0px;
  }
  .validityBox {
    border: 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
  .product-gradArya .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-6.aressBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .myAccount-arya .myAccount-left h4 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 16px;
    background: #efedf2;
    position: relative;
    cursor: pointer;
  }
  .myAccount-arya .myAccount-left h4:after {
    content: '+';
    right: 10px;
    position: absolute;
    top: 8px;
  }
  .myAccount-arya .myAccount-left h4.openMEnu:after {
    content: '-';
    top: 8px;
  }
  .myAccount-arya .myAccount-left .nav li.last {
    margin: 0;
  }
  .myAccount-left {
    margin-bottom: 30px;
    border-right: 0 !important;
  }
  .myAccount-left ul {
    display: none;
    margin: 0 20px;
  }
  .new-mobile .product-box1 figure figcaption > div div.box-5 span:first-child {
    text-align: center;
  }
  .new-mobile .share {
    display: none;
  }
  .new-mobile .product-box1 figure {
    margin: 0;
    padding-right: 0;
  }
  .new-mobile .product-box1 figure > img {
    opacity: 0;
  }
  .new-mobile.product-gradArya {
    padding-left: 0;
  }
  .new-mobile .product-box1 figure figcaption {
    left: 8px;
    width: inherit;
  }
  .new-mobile .product-box1 figure figcaption > div {
    width: 100%;
  }
  .product-box1 .bottom-link a {
    font-size: 12px;
  }
  .OfferVoucherSection > div:last-child .OfferProductBox {
    border-bottom: 0;
  }
  .OfferVoucherSection > div .OfferProductBox .offBox {
    left: 15px;
    font-size: 18px;
    top: 28px;
  }
  .OfferVoucherSection > div:nth-child(2n + 2) {
    background: #fff;
  }
  .OfferVoucherSection > div:nth-child(2n + 2) .OfferProductBox {
    border-top: 2px solid #c4c4c4;
  }
}
@media (max-width: 479px) {
  .product-gradArya .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-mobile .product-box1 figure {
    padding-right: 150px;
  }
  .product-box1 .bottom-link a {
    font-size: 12px;
  }
  .OfferVoucherSection > div .OfferProductBox .offBox {
    left: 0;
  }
  .OfferVoucherSection > div .OfferProductBox figure img {
    max-width: 70%;
  }
}
@media (max-width: 400px) {
  .new-mobile .product-box1 figure {
    padding-right: 70px;
  }
  .MobileFixNav > ul > li > a {
    font-size: 10px;
  }
  .product-box1 figure figcaption > div div span,
  .product-box1 figure figcaption > div div span small,
  .product-box1 figure figcaption > div div span.percents {
    font-size: 13px;
  }
  .product-box1 figure figcaption > div div span.percents {
    font-size: 20px;
  }
}
.modal-open .modal {
  padding: 0 !important;
}
.productImages {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.productImages img {
  height: 180px !important;
}
.padding-0 {
  padding: 0 !important;
}
.orange {
  color: #fff;
  background: #0f7ca0;
  border: 1px solid #0f7ca0;
}
.orange:hover {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
  border: 1px solid #f89c2e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.overFl {
  overflow: hidden;
}
.OfferVoucherSection {
  background: #fff;
  margin-top: -2px;
}
.OfferVoucherSection > div {
  text-align: center;
}
.OfferVoucherSection > div .OfferProductBox {
  border-top: 2px solid #c4c4c4;
  padding: 20px 0;
  position: relative;
}
.OfferVoucherSection > div .OfferProductBox figure {
  margin: 0;
  padding: 0;
}
.OfferVoucherSection > div .OfferProductBox figure img {
  max-width: 80%;
}
.OfferVoucherSection > div .OfferProductBox figcaption {
  margin: 0;
  padding: 0;
}
.OfferVoucherSection > div .OfferProductBox .offBox {
  color: #fff;
  background: #bdd94a;
  position: absolute;
  left: -10px;
  top: 27px;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}
.OfferVoucherSection > div .OfferProductBox .offBox span {
  display: block;
  position: relative;
}
.OfferVoucherSection > div .OfferProductBox .offBox span:after {
  color: #bdd94a;
  content: '';
  position: absolute;
  right: -19px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #bdd94a;
  top: 50%;
  margin-top: -10px;
}
.OfferVoucherSection > div:nth-child(even) .OfferProductBox .offBox {
  background: #f29220;
}
.OfferVoucherSection > div:nth-child(even) .OfferProductBox .offBox span:after {
  color: #f29220;
  border-left: 10px solid #f29220;
}
.OfferVoucherSection > div .OfferProductBox figcaption a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #f29220;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
}
.OfferVoucherSection > div .OfferProductBox figcaption a:after {
  height: 2px;
  width: 100%;
  background: #f29220;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.OfferVoucherSection > div .OfferProductBox figcaption a:before {
  height: 2px;
  width: 0;
  background: #000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.OfferVoucherSection > div .OfferProductBox figcaption a:hover {
  color: #000;
}
.OfferVoucherSection > div .OfferProductBox figcaption a:hover:before {
  width: 100%;
}
.OfferVoucherSection > div .OfferProductBox ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.OfferVoucherSection > div .OfferProductBox ul li {
  margin: 0 2px;
  display: inline-block;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  line-height: 1;
  padding: 6px 10px 5px;
  font-size: 14px;
  letter-spacing: 1px;
}
.OfferVoucherSection > div .OfferProductBox ul li:hover {
  cursor: pointer;
  color: #f29220;
  border-color: #f29220;
}
.brand_title_indusiand h4 {
  font-size: 18px;
  color: #fff;
  background: #f87c03;
  font-weight: 400;
  line-height: 28px;
  padding: 1%;
  text-align: center;
}
.brand_title_indusiand span {
  font-size: 24px;
  line-height: 36px;
}
.indusiand_box img {
  width: 100%;
}
.indusiand_box a {
  background: #8f2d2c none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  margin: 5px 0;
  width: 45%;
  padding-bottom: 0;
  height: auto;
  border-bottom: none;
  font-size: 14px;
}
.indusiand_box .logo_sec {
  position: absolute;
  right: 0;
  bottom: 48px;
  background: rgba(255, 255, 255, 0.5);
}
.indusiand_box .logo_sec img {
  float: none;
  vertical-align: middle;
  width: auto;
  max-width: 230px;
  max-height: 50px;
}
.indusiand_box .logo_sec strong {
  width: 610px;
  height: 59px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.float-right {
  float: right;
}
.recharge-section {
  background: #fafafa;
}
.recharge-section .promocode h4 {
  border-bottom: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -15px;
}
.RechargePayments {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  float: left;
  width: 100%;
  background: #e6e6e6;
}
.RechargePayments li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #787878;
  position: relative;
}
.RechargePayments.three3 li {
  width: 33.33%;
}
.RechargePayments li:after {
  content: '';
  height: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background: #a96616 url(../images/whiteDown.png) no-repeat center;
  position: absolute;
  display: none;
}
.RechargePayments li a {
  color: #787878;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding: 60px 5px 15px;
}
.RechargePayments li a:before {
  content: '';
  position: absolute;
  top: 15px;
  width: 44px;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  background: url(../images/recharge-icon.png) no-repeat;
}
.RechargePayments li a.MobRecharge:before {
  background-position: -66px -6px;
}
.RechargePayments li a.MobData:before {
  background-position: -66px -105px;
}
.RechargePayments li a.MobDTH:before {
  background-position: -62px -157px;
}
.RechargePayments li a.MobLandline:before {
  background-position: -66px -55px;
}
.RechargePayments li a.FlightBook:before {
  background-position: -66px -252px;
}
.RechargePayments li a.hotelBook:before {
  background-position: -65px -295px;
}
.RechargePayments li a.LocalBook:before {
  background-position: -66px -214px;
}
.RechargePayments li.active a.MobRecharge:before,
.RechargePayments li:hover a.MobRecharge:before {
  background-position: -6px -6px;
}
.RechargePayments li.active a.MobData:before,
.RechargePayments li:hover a.MobData:before {
  background-position: -6px -105px;
}
.RechargePayments li.active a.MobDTH:before,
.RechargePayments li:hover a.MobDTH:before {
  background-position: -2px -157px;
}
.RechargePayments li.active a.MobLandline:before,
.RechargePayments li:hover a.MobLandline:before {
  background-position: -6px -55px;
}
.RechargePayments li.active a.FlightBook:before,
.RechargePayments li:hover a.FlightBook:before {
  background-position: -6px -252px;
}
.RechargePayments li.active a.hotelBook:before,
.RechargePayments li:hover a.hotelBook:before {
  background-position: -6px -295px;
}
.RechargePayments li.active a.LocalBook:before,
.RechargePayments li:hover a.LocalBook:before {
  background-position: -6px -214px;
}
.RechargePayments li.active,
.RechargePayments li:hover {
  background: #f29220;
  color: #fff;
}
.RechargePayments li.active:after {
  display: inherit;
}
.RechargePayments li.active a,
.RechargePayments li:hover a {
  color: #fff;
}
.recharge-section .headMR {
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  color: #787878;
  padding: 15px 0 10px;
}
.RechargePaymentsForm .form-control {
  background: 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
}
.RechargePaymentsForm .form-control[disabled='disabled'] {
  background: 0 0;
}
.RechargePaymentsForm .form-control.hasDatepicker {
  background-image: url(../images/datePic.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.RechargePaymentsForm input[placeholder='Mobile No.'].form-control {
  font-size: 22px;
}
.RechargePaymentsForm .form-group {
  margin-bottom: 2.5rem;
}
.RechargePaymentsForm
  input[placeholder='Mobile No.']::-webkit-input-placeholder {
  font-size: 22px;
  opacity: 0.6;
}
.RechargePaymentsForm input[placeholder='Mobile No.']::-moz-placeholder {
  font-size: 22px;
  opacity: 0.6;
}
.RechargePaymentsForm input[placeholder='Mobile No.']:-ms-input-placeholder {
  font-size: 22px;
  opacity: 0.6;
}
.RechargePaymentsForm input[placeholder='Mobile No.']:-moz-placeholder {
  font-size: 22px;
  opacity: 0.6;
}
.RechargePaymentsForm::-webkit-input-placeholder {
  color: #787878;
  font-size: 16px;
  opacity: 0.4;
  font-weight: 100;
}
.RechargePaymentsForm::-moz-placeholder {
  color: #787878;
  font-size: 16px;
  opacity: 0.4;
  font-weight: 100;
}
.RechargePaymentsForm:-ms-input-placeholder {
  color: #787878;
  font-size: 16px;
  opacity: 0.4;
  font-weight: 100;
}
.RechargePaymentsForm:-moz-placeholder {
  color: #787878;
  font-size: 16px;
  opacity: 0.4;
  font-weight: 100;
}
.RechargePaymentsForm .disabledFilds {
  opacity: 0.5 !important;
}
.RechargePaymentsForm .custom-select1 select.form-control {
  font-size: 16px;
}
.RechargePaymentsForm .custom-select1:after {
  top: 12px;
  right: 5px;
}
.RechargePaymentsForm .customeRadio input[type='radio']:checked,
.RechargePaymentsForm .customeRadio input[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.RechargePaymentsForm .customeRadio label {
  position: relative;
  padding: 2px 0 2px 26px;
  font-size: 16px;
  color: #787878;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
}
.RechargePaymentsForm .customeRadio label:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: '';
  border: 1px solid #464646;
}
.RechargePaymentsForm .customeRadio label:after {
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '';
  background: #f29220;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.RechargePaymentsForm .customeRadio input[type='radio']:checked + label:after {
  opacity: 1;
  display: initial;
  visibility: visible;
}
.RechargePaymentsForm .form-group {
  position: relative;
}
.RechargePaymentsForm .ChLink {
  color: #f29220;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.swap-btn {
  background: url(../images/swap-img.png) no-repeat center;
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 9;
}
.colFisB {
  margin: 0 0 5px 20px;
  display: inline-block;
  padding: 0 0 5px;
  cursor: pointer;
  color: #6b747c;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px dotted #6b747c;
  position: relative;
}
.colFisB span {
  text-transform: uppercase;
}
.colFisB:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -354px -308px;
  width: 12px;
  height: 7px;
  pointer-events: none;
  position: absolute;
  top: 8px;
  left: -20px;
}
.colFisB[aria-expanded='false']:before {
  transform: rotate(-90deg);
  left: -18px;
}
#PlansCards .card,
#PlansCards .card-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 1px 0;
}
#PlansCards .card-header .btn {
  padding: 10px 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
#PlansCards .card-header .btn:focus,
#PlansCards .card-header .btn:hover {
  text-decoration: none;
}
#PlansCards .card-body {
  padding: 15px;
}
#PlansCards .card-header .btn[aria-expanded='false'] {
  background: #000 url(../images/upAwero-white.png) center 6px no-repeat;
  padding: 15px 0 5px;
}
#PlansCards .card-header .btn[aria-expanded='true'] {
  pointer-events: none;
}
@media (max-width: 767px) {
  .store-locater-box {
    top: 60px;
    height: calc(100% - 130px);
    background: #fff;
  }
  .hideHeaderLogo {
    min-height: calc(100% - (31px * 2));
    margin: 0 0 60px;
  }
}
.mobileNavPromoMessage {
  font-size: 12px;
  text-align: center;
}
.page-404 .img_100 {
  max-width: 100%;
}
.page-404 .rightDIV > div {
  margin-left: -50%;
}
.page-404 .homeBtn {
  color: #ed1f27;
  display: inline-block;
  margin: 20px 0 0;
  padding: 5px 30px;
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #ed1f27;
}
.page-404 .homeBtn:hover {
  color: #fff;
  background: #ed1f27;
}
.page-404 h3 {
  color: #ed1f27;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.page-404 p {
  color: #5a5556;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-404 .h_mob {
    display: none;
  }
  .page-404 .rightDIV > div {
    margin-left: 0;
  }
  .page-404 .img_100 {
    max-width: 90%;
  }
}
#OfferCarouselBanner {
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
}
#OfferCarouselBanner .carousel-caption {
  font-family: anydoreregular;
  font-size: 30px;
  color: #000;
  right: inherit;
  bottom: inherit;
  line-height: 1.1;
  top: 0;
  width: 660px;
  left: 50%;
  margin-left: -330px;
}
.Offer-logo-arya {
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  position: absolute;
  z-index: 9;
}
.gyftr-Diwali {
  max-width: 50%;
}
.offer-product {
  background: url(../images/bg-product.png) no-repeat top center/100% auto;
  padding-top: 200px;
}
.offer-product .offerProBox {
  background: #f3f3f3 url(../images/Image-3.jpg) no-repeat center center/cover;
  position: relative;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 8.28px 0.72px rgba(0, 0, 0, 0.16);
}
.offer-product .container .row > div:nth-child(3n + 0) .offerProBox {
  background-image: url(../images/Image-2.jpg);
}
.offer-product .container .row > div:nth-child(3n + 2) .offerProBox {
  background-image: url(../images/Image-1.jpg);
}
.offer-product .offerProBox:after {
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  content: '';
  border-radius: 5px;
  border: 1px solid #333;
}
.offer-product .offerProBox .pr {
  position: relative;
  z-index: 2;
  margin-right: -15px;
  text-align: right;
}
.offer-product .offerProBox .pr span {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  top: 0;
  text-transform: uppercase;
  width: 140px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -70px;
}
.offer-product .offerProBox figure {
  margin: 0;
  padding: 5px;
  position: relative;
  z-index: 2;
}
.offer-product .offerProBox figure img {
  max-width: 90%;
  margin: 30px 0 20px;
}
.offer-product .offerProBox figcaption {
  margin: 0 0 10px;
  padding: 0;
}
.offer-product .offerProBox figcaption a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #0066c0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.offer-product .offerProBox figcaption a:after {
  height: 2px;
  width: 100%;
  background: 0 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.offer-product .offerProBox figcaption a:before {
  height: 2px;
  width: 0;
  background: #000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.offer-product .offerProBox figcaption a:hover {
  color: #000;
  text-decoration: none;
}
.offer-product .offerProBox figcaption a:hover:before {
  width: 100%;
}
.offer-product .offerProBox ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.offer-product .offerProBox ul li {
  margin: 0 2px;
  position: relative;
  display: inline-block;
  color: #000;
  line-height: 1;
  padding: 6px 10px 5px;
  font-size: 18px;
  letter-spacing: 1px;
}
.offer-product .offerProBox ul li:not(:last-child):after {
  color: #000;
  content: '|';
  position: absolute;
  right: -4px;
  top: 5px;
}
.page-offers {
  background: rgba(255, 213, 3, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
}
@media (max-width: 991px) {
  .gyftr-Diwali {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  #OfferCarouselBanner .carousel-caption br {
    display: none;
  }
  #OfferCarouselBanner .carousel-caption {
    width: 90%;
    font-size: 24px;
    left: 5%;
    margin: 0;
    padding-top: 10px;
  }
  .top-gry .text-sm-right {
    display: none;
  }
  .gyftr-Diwali {
    max-width: 50%;
  }
  .offer-product {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .offer-product {
    padding-top: 40px;
  }
}
.fullWidth {
  width: 100%;
}
.carousel-item img {
  width: 100%;
}
.range-slider {
  padding: 20px 20px 80px !important;
}
.input-range__slider {
  width: 20px !important;
  height: 20px !important;
  margin-left: -10px !important;
  margin-top: -12px !important;
}
.input-range__label--value {
  display: block;
  color: #3f51b5;
}
.input-range__label--max,
.input-range__label--min {
  position: static !important;
  display: inline-block !important;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  width: 44%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #000;
  margin: 30px 0 0;
  bottom: -1.4rem;
}
.input-range__label--max {
  margin-left: 10%;
  right: 0;
}
.input-range__label-container {
  left: auto !important;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.filter-arya .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background: #fff;
  border-color: #c5c5c5;
  color: #58595b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.filter-arya .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.filter-arya .btn-group i {
  background-image: url(../images/spritesheet.png);
  background-position: -134px -132px;
  width: 12px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
}
.input-range__slider {
  appearance: none;
  background: #3f51b5;
  border: 1px solid #3f51b5;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  outline: 0;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.input-range__slider:active {
  transform: scale(1.3);
}
.input-range__slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}
.input-range--disabled .input-range__slider {
  background: #ccc;
  border: 1px solid #ccc;
  box-shadow: none;
  transform: none;
}
.input-range__slider-container {
  transition: left 0.3s ease-out;
}
.input-range__label {
  color: #aaa;
  font-family: 'Helvetica Neue', san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap;
}
.input-range__label--min {
  left: 0;
}
.input-range__label--value {
  position: absolute;
  top: -1.8rem;
}
.input-range__label-container {
  position: relative;
}
.input-range__label--max .input-range__label-container {
  left: 50%;
}
.input-range__track {
  background: #eee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}
.input-range--disabled .input-range__track {
  background: #eee;
}
.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
}
.define,
.input-range {
  position: relative;
}
.input-range__track--active {
  background: #3f51b5;
}
.input-range {
  height: 1rem;
  width: 100%;
}
.qty-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.qty-btn.plus {
  left: auto;
  right: 0;
}
.table-fixed tbody {
  overflow-y: auto;
  height: 200px;
  max-height: 200px;
}
.modal .cart-table {
  min-width: 100%;
}
.search-result-box {
  margin-bottom: 15px;
  text-align: center;
}
.search-result-box a {
  display: block;
}
.search-result-box a span {
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
}
.cart-box ul {
  max-height: 220px;
  overflow: auto;
}
.cart-table {
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.orderDetailsModal {
  max-width: 700px;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-auto {
  margin: auto;
}
.sweet-loading {
  margin: 80px auto 10px;
  width: 70px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.termsConditions {
  font-family: Lato, sans-serif;
}
.react-autosuggest__suggestion,
.react-autosuggest__suggestions-list {
  line-height: 1.5;
  color: #495057;
}
.react-autosuggest__input {
  border: 0;
  border-bottom: 1px solid #afafaf;
  box-shadow: none;
  padding: 3px 0;
  width: 100%;
}
.react-autosuggest__input:focus {
  outline: 0;
}
.react-autosuggest__suggestion--highlighted {
  color: #fff !important;
  background: #0f7fb9;
}
.react-autosuggest__suggestions-container ul {
  list-style: none !important;
  width: 100%;
  padding: 0;
}
.react-autosuggest__suggestions-container ul li {
  width: 100%;
  padding-left: 20px;
}
.margin-t-20 {
  margin-top: 20px;
}
.store-locater-box .search-form .react-autosuggest__input {
  margin: 0;
  width: 100%;
  border: 0;
  background: 0 0;
  outline: 0;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 7px;
}
.store-locater-box .search-form .react-autosuggest__suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  right: 0;
  background: #fff;
  overflow: hidden;
  padding-left: 10px;
  box-shadow: 3px 3px 5px #f0f0f0;
  overflow-y: auto;
  max-height: 200px;
}
.contact-form .react-autosuggest__suggestions-container {
  position: absolute;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  width: 100%;
}
.margin-t-50 {
  margin-top: 50px;
}
@media (max-width: 760px) {
  .margin-t-50 {
    margin-top: 20px;
  }
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.footerTableDivCart {
  width: 450px;
  margin-left: auto;
}
@media (max-width: 550px) {
  .footerTableDivCart {
    width: 330px;
  }
}
@media (max-width: 400px) {
  .footerTableDivCart {
    width: 250px;
  }
}
.VerticalLinksCat {
  display: inline-block;
}
.footerVerticalLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: relative;
  font-size: 12px;
}
.footerVerticalLinks:after {
  background: #666;
  width: 30px;
  height: 4px;
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
}
.footerVerticalLinks-item {
  font-weight: 700;
}
.footerVerticalLinks-item a {
  color: #999;
  font-weight: 400;
  font-size: 15px;
}
.footerVerticalLinks-item a:hover {
  color: #333;
}
.footerVerticalLinks-item::after {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: '|';
}
.footerVerticalLinks-item:nth-child(1)::after {
  content: ':';
  padding-left: 0.2rem;
}
.footerVerticalLinks-item:last-child::after {
  display: none;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.fa-refresh:before {
  content: '\f021';
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.centerDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sum-Wol h4 {
  margin: 0;
  padding: 10px 0;
}
.sum-Wol .card {
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-color: #f1f1f1;
}
.width750 {
  max-width: 750px;
}
.colorRed {
  color: red;
}
.displayBlock {
  display: block;
}
.productBoxHeight {
  min-height: 180px !important;
}
#bothOnline {
  position: absolute;
  top: 44%;
  right: 0;
  display: inline-block;
  width: auto;
  background: rgba(44, 127, 185, 0.9);
  padding: 7px 10px 8px 20px;
  border-radius: 20px 0 0 20px;
  border-color: rgba(44, 127, 185, 0.8);
  min-width: 45px;
}
#youTubeVideo {
  position: absolute;
  top: 61%;
  right: 0;
  display: inline-block;
  width: auto;
  padding: 7px 5px 8px 17px;
  border-radius: 20px 0 0 20px;
  border: none;
  box-shadow: 0px 0px 12px 5px #0000001c;
  min-width: 45px;
  color: black;
}
.stepRedemtion li {
  align-items: center;
  padding: 10px !important;
  display: table-cell;
  justify-content: center;
}
.stepRedemtionOrgange {
  color: #f90;
  font-size: 14px;
}
.stepRedemtionOrgange span {
  color: #000;
}
.gyftrBotTable {
  text-align: center;
}
.gyftrBotTable th {
  padding: 10px;
}
.gyftrBotTable td {
  padding: 10px;
}
.stepRedemtionOrgange br {
  display: none;
}
.fWNmXI {
  color: #fff !important;
}
.gyftrBotButton {
  border-radius: 5px;
  background: #ef6c00;
  color: #fff;
}
.stepsBox {
  padding-top: 70px;
}
.stepsBox .p-1:after {
  height: 1px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: -35px;
  background: #979797;
  content: '';
  z-index: 1;
}
.stepsBox .p-1:before {
  height: 10px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: -39px;
  content: '';
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  z-index: 2;
}
.stepsBox .p-1 figure:after {
  position: absolute;
  top: -65px;
  content: 'STEP';
  text-align: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 0 0;
  font-size: 10px;
  line-height: 1;
}
.stepsBox .p-1 figure:before {
  position: absolute;
  top: -61px;
  content: '1';
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 50%;
  margin-left: -21px;
  z-index: 4;
  font-size: 18px;
  color: #f5a623;
  border: 1px solid #f5a623;
  line-height: 1.5;
  content: 1;
}
.stepsBox .p-1:nth-child(2) figure:before {
  content: '2';
}
.stepsBox .p-1:nth-child(3) figure:before {
  content: '3';
}
.stepsBox .p-1:nth-child(4) figure:before {
  content: '4';
}
.stepsBox .p-1:nth-child(5) figure:before {
  content: '5';
}
.stepsBox .p-1:nth-child(6) figure:before {
  content: '6';
}
.stepsBox .p-1 figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  min-height: 100%;
  position: relative;
}
.stepsBox .p-1 figure img {
  width: 100%;
  border-bottom: 3px solid #f5a623;
}
.stepsBox .p-1 figure figcaption {
  padding: 15px 5px;
}
.stepsBox .p-1 figure figcaption div {
  margin: 0;
}
.stepsBox .p-1 figure figcaption div span {
  color: #f5a623;
}
.stepsBoxMobile.stepsBox .p-1 figure {
  min-height: inherit;
}
.stepsBoxMobile.stepsBox {
  padding-left: 60px;
  padding-top: 0;
}
.stepsBoxMobile.stepsBox .p-1:after {
  height: inherit;
  right: inherit;
  left: -35px;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
}
.stepsBoxMobile.stepsBox .p-1:before {
  height: inherit;
  right: inherit;
  left: -39px;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 10px;
  border: 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.stepsBoxMobile.stepsBox .p-1 figure:after {
  left: -65px;
  top: 50%;
  margin: -25px 0 0;
}
.stepsBoxMobile.stepsBox .p-1 figure:before {
  left: -61px;
  top: 50%;
  margin: -21px 0 0;
}
.table tbody + tbody {
  border-top: 0;
}
.PriceGread .br-1 {
  border-color: #e5e8ea;
}
.PriceGread {
  border: 1px solid #e5e8ea;
  padding: 10px;
  margin: 0;
}
.NewPriceBox {
  background: #fafafa;
  text-align: center;
  padding: 0;
  box-shadow: 0 2px 3.84px 0.16px rgba(71, 71, 71, 0.16);
  color: #666;
}
.NewPriceBox h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}
.NewPriceBox h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px !important;
}
.NewPriceBox p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.PriceGread div.orange {
  cursor: default !important;
}
.PriceGread div.orange,
.PriceGread div.orange:hover {
  background: #e89753;
  border: 1px solid #e89753;
}
.EarningBox {
  font-weight: 400;
  font-size: 0;
}
.EarningBox h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 2px;
}
.EarningBox .wd-100 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 1px;
}
.EarningBox .wd-70 {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding: 1px;
}
.EarningBox .wd-30 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-align: right;
  padding: 1px;
}
.NewQtyBox {
  border: 1px solid #e5e8ea;
  margin: 10px 0;
  padding: 5px 0;
}
.quantityBox {
  max-width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.quantityBox input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  outline: 0;
}
.quantityBox span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 15px;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -23px;
}
.quantityBox span.dec {
  float: left;
}
.quantityBox span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
.quantityBox span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.PriceGread .btn {
  font-size: 14px;
}
.logosSection img {
  border: 1px solid #e5e8ea;
  width: 100%;
}
.EarningBox .wd-100.giftHilightBand {
  background: #fafafa;
  color: #3f81b4;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.EarningBox .wd-100.giftHilightBand span {
  border-top: 1px solid #ccc;
  font-weight: 700;
  padding: 5px 0 0;
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
}
.EarningBox .wd-100 strong,
.EarningBox .wd-70 strong {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cardOffer button:focus {
  outline: 0;
}
.cardOffer button {
  font-size: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  padding: 7px;
  outline: 0;
  margin-bottom: 10px;
}
.cardOffer button[aria-expanded='true'] {
  margin-bottom: 0;
  border-bottom: 0;
  background: #fafafa;
}
.cardOffer button span {
  padding: 3px 0;
}
.cardOffer button span.w-40 {
  width: 40%;
  padding: 0 5px 0 0;
  border-right: 1px solid #ccc;
}
.cardOffer button span.w-60 {
  width: 60%;
  text-align: left;
  padding: 0 0 0 5px;
}
.cardOffer button img,
.cardOffer button span img {
  max-width: 100%;
}
.cardOffer button span strong {
  font-size: 12px;
}
.cardOffer button span {
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
}
.cart-table td.delete {
  padding: 0;
}
.CaratRepet .removeItem[title='Delete'],
.cart-table td.delete .removeItem[title='Delete'] {
  border-right: 1px solid #ccc;
  margin-right: 4px;
  padding-right: 4px;
}
.CaratRepet .removeItem,
.cart-table .delete .removeItem {
  color: #272727;
  position: relative;
  display: inline-block;
  margin: 15px 0 0 0;
  vertical-align: middle;
}
.CaratRepet .removeItem,
.cart-table .FreeGread .delete .removeItem {
  margin: 0;
}
.CaratRepet .removeItem:after,
.cart-table .delete .removeItem:after {
  font-family: Font awesome\5 Free;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 12px;
  top: -10px;
  left: 50%;
  margin-left: -6px;
}

.noBorder {
  border: 0 !important;
}
.customP1 .modal-content {
  border-radius: 10px;
  border: 0;
  background: #f18d99 url(../images/bg-valentine.png) no-repeat bottom
    center/100% auto;
  padding: 15px 0 110px;
  color: #fff;
}
.customP1 .custom-form select.form-control {
  background: url(../images/downAw-2.png) no-repeat right center;
  padding-right: 25px;
}
.customP1 .custom-form .form-control {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.customP1 .custom-form select.form-control option {
  color: #000;
}
.customP1 .btn-primary {
  border: 0;
  color: #333;
  background: #87ffbd;
  background: -moz-linear-gradient(
    -45deg,
    rgba(135, 255, 189, 1) 0,
    rgba(253, 251, 126, 1) 79%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(135, 255, 189, 1) 0,
    rgba(253, 251, 126, 1) 79%
  );
  background: linear-gradient(
    135deg,
    rgba(135, 255, 189, 1) 0,
    rgba(253, 251, 126, 1) 79%
  );
}
.customP1 .btn-primary:hover {
  border: 0;
  color: #333;
  background: #fdfb7e;
  background: -moz-linear-gradient(
    -45deg,
    rgba(253, 251, 126, 1) 21%,
    rgba(135, 255, 189, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(253, 251, 126, 1) 21%,
    rgba(135, 255, 189, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(253, 251, 126, 1) 21%,
    rgba(135, 255, 189, 1) 100%
  );
}
.slider-owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 30px;
  left: 15px;
  top: 50%;
  background: url(../images/spritesheet.png);
  background-position: -354px 3px;
  border-radius: 50%;
  margin-top: -15px;
}
.slider-owl-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 14px;
  height: 30px;
  right: 15px;
  top: 50%;
  background: url(../images/spritesheet.png);
  background-position: -354px -111px;
  border-radius: 50%;
  margin-top: -15px;
}
.slider-owl-carousel .owl-dots {
  text-align: center;
  margin: 0;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.slider-owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  background: #ccc;
  width: 30px;
  height: 3px;
  margin: 0 4px;
}
.slider-owl-carousel .owl-dots .owl-dot.active {
  background: #e89753;
}
.slider-owl-carousel.owl-carousel .owl-item .item {
  border: 0 solid #ffffff !important;
  padding: 0;
}
.slider-owl-carousel.owl-carousel .owl-item .item a {
  display: block;
}
.slider-owl-carousel.owl-carousel .owl-item .item:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.slider-owl-carousel.owl-carousel .owl-stage {
  overflow: hidden;
}
.fs-20 {
  font-size: 20px;
}
.custom-h3 {
  position: relative;
}
.custom-h3 span {
  background: #fff;
  padding: 0 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.custom-h3:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #efefef;
  content: '';
  z-index: 0;
}
.search-box .search-form .text-fild::-webkit-input-placeholder {
  margin: 0;
  width: 100%;
  border: 0;
  background: 0 0;
  outline: 0;
  color: #9c9c9c;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 7px;
}
.no-suggestions {
  color: #999;
  padding: 0.5rem;
}
.suggestions {
  border: 1px solid #999;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  max-height: 143px;
  overflow-y: auto;
  padding-left: 0;
}
.suggestions li {
  padding: 0.5rem;
}
.suggestion-active,
.suggestions li:hover {
  background-color: #0f7ca0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.suggestions li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}
.h3 {
  font-family: Cinzel, serif;
}
.product-details-head .h3 {
  color: #0f7fb9;
}
.ii .h4,
.tnc .h4 {
  font-family: Cinzel, serif;
  font-size: 20px;
  margin: 20px 0 10px 0;
}
.custom-h3 {
  position: relative;
  font-family: Cinzel, serif;
}
.bannerHeading {
  background: #e89753;
  color: #fff;
}
.custom-form1 .custom-select1 select.form-control {
  font-size: 14px;
  height: calc(2.25rem + 2px) !important;
}
.contactOtherProperty .top-gry .container {
  padding-left: 25px;
  padding-right: 25px;
}
.contactOtherProperty .top-gry .text-left .top-links,
.contactOtherProperty.off-canvas-main .top-gry {
  display: block !important;
}
.show-overlaw .modal-backdrop.show {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .contactOtherProperty.off-canvas-main {
    padding-bottom: 0;
    padding-top: 70px;
  }
  .contactPropertyModal.outline-style h3 {
    margin: 0 -20px;
  }
  .contactPropertyModal .modal-dialog-centered {
    margin: 0;
    min-height: calc(100% - (0.5rem * 2));
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    align-items: center;
  }
  .modal-dialog-centered {
    width: 98%;
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
    color: #000;
    align-items: center;
    border-top: unset;
    border-bottom: unset;
    -webkit-transform: initial;
    transform: inherit;
  }
  .cart-table tfoot .total-pay td {
    font-size: 18px;
    padding: 7px 5px 0;
  }
  #youTubeVideo{
    top: 40%;
    font-size: 14px;
  }
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 0;
}
.bg-light-9 {
  background: rgba(255, 255, 255, 0.9);
}
.bogoSection .EarningBox .wd-100.giftHilightBand {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
}
.bogoSection .EarningBox .wd-100.giftHilightBand span {
  font-size: 12px;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
::-webkit-input-placeholder {
  color: #efefef;
  opacity: 0.5 !important;
}
::-webkit-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
::-moz-placeholder {
  color: #efefef;
  opacity: 0.5 !important;
}
::-moz-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
:-ms-input-placeholder {
  color: #efefef;
  opacity: 0.5 !important;
}
::-ms-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
:-moz-placeholder {
  color: #efefef;
  opacity: 0.5 !important;
}
::selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
h3 {
  font-family: Cinzel, serif;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.tab {
  float: left;
  background-color: #f9f9f9;
  width: 100%;
}
.tablinks.btn {
  margin: 0;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  background-color: #f9f9f9;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
  padding: 14px 10px 14px 40px;
  border-radius: 0;
  color: #9b9b9b;
  position: relative;
  overflow: hidden;
}
.tablinks.btn:last-child {
  border-bottom: 0;
}
.tablinks.btn:hover {
  background-color: #fff;
  color: #333;
}
.tablinks.btn.active {
  background-color: #fff;
  border-right-color: #fff;
  color: #333;
}
.tabcontent {
  display: none;
}
.tablinks.btn:after {
  background-image: url(../images/payment_sprite.png);
  background-size: 242.5px 400px;
  -webkit-background-size: 242.5px 400px;
  -moz-background-size: 242.5px 400px;
}
.tablinks.btn:after {
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.tablinks.btn.card_icon:after {
  background-position: -185px -7px;
}
.tablinks.btn.upi_sm_icon:after {
  background-position: -213px -99px;
  width: 24px;
  height: 24px;
}
.tablinks.btn.netbnkng_icon:after {
  background-position: -185px -37px;
}
.tablinks.btn.wallet_iconone:after {
  background-position: -184px -124px;
}
.tablinks.btn.LoyaltyPoints_icon:after {
  background-position: -185px -65px;
}
.tablinks.btn.gyftrPay_icon:after {
  background-position: -184px -155px;
}
.tablinks.btn.gyftrPay_icon.active:after,
.tablinks.btn.gyftrPay_icon:hover:after {
  background-position: -153px -155px;
}
.tablinks.btn.upi_sm_icon.active:after,
.tablinks.btn.upi_sm_icon:hover:after {
  background-position: -213px -72px;
}
.tablinks.btn.card_icon.active:after,
.tablinks.btn.card_icon:hover:after {
  background-position: -154px -7px;
}
.tablinks.btn.netbnkng_icon.active:after,
.tablinks.btn.netbnkng_icon:hover:after {
  background-position: -154px -37px;
}
.tablinks.btn.wallet_iconone.active:after,
.tablinks.btn.wallet_iconone:hover:after {
  background-position: -153px -124px;
}
.tablinks.btn.LoyaltyPoints_icon.active:after,
.tablinks.btn.LoyaltyPoints_icon:hover:after {
  background-position: -154px -65px;
}
.tablinks.btn span {
  width: 70px;
  position: absolute;
  top: 7px;
  right: -19px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #f3953d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-fix {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
  border: #f3953d 1px solid;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f3953d;
}
#MobileWallets .custom-radio .custom-control-label::before {
  border: #f3953d 1px solid;
  background-color: #fff;
  top: 50%;
  margin-top: -8px;
  left: -18px;
}
#MobileWallets
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #f3953d;
  top: 50%;
  margin-top: -8px;
  left: -18px;
}
#MobileWallets .custom-radio .custom-control-label::after {
  margin-top: -8px;
  left: -18px;
  top: 50%;
}
#MobileWallets .custom-radio .custom-control-label img {
  max-width: 100%;
}
#MobileWallets .bg-light {
  background: #f8f9fa !important;
}
.btn-primary {
  color: #fff;
  background-color: #0f7ca0;
  border-color: #0f7ca0;
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .hideOnDesktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hideOnMobile {
    display: none !important;
  }
  .tabcontent {
    border-bottom: 1px solid #dee2e6;
  }
}
@media (max-width: 575px) {
  .tabcontent.p-3 {
    padding: 0 !important;
  }
  .tabcontent.p-3 .card {
    border: 0;
  }
}
.rblBankOffer.OfferVoucherSection > div .OfferProductBox .offBox {
  background: #324a7f;
}
.rblBankOffer.OfferVoucherSection > div .OfferProductBox .offBox span:after {
  border-left: 10px solid #324a7f;
  color: #324a7f;
}
.rblBankOffer.OfferVoucherSection
  > div:nth-child(even)
  .OfferProductBox
  .offBox {
  background: #cf5553;
}
.rblBankOffer.OfferVoucherSection
  > div:nth-child(even)
  .OfferProductBox
  .offBox
  span:after {
  color: #cf5553;
  border-left: 10px solid #cf5553;
}
.outline-style.copyCodeModel .modal-body:before {
  display: none;
}
.outline-style.copyCodeModel .modal-body .copyCode {
  display: inline-block;
  padding: 8px;
  border: 1px dashed #f7941d;
  border-radius: 5px;
}
.outline-style.copyCodeModel .modal-body .copyCode span {
  display: inline-block;
  padding: 0 20px 0 10px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  color: #f7941d;
}
@media (max-width: 360px) {
  #buypopup .cart-table thead th,
  .detailsArya .cart-table.brand-2 thead th {
    font-size: 9px;
  }
}
/* *****************new chicklet****************** */

.newChicletPB {
  text-decoration: none;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  background: #c3ecfc url(../images/Payback-Chiclet.png) no-repeat top left;
  margin: 10px 0;
  color: #0046aa;
  line-height: 1;
}
.newChicletAX {
  text-decoration: none;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  background: #9a2b56 url(../images/Axis-Chiclet.png) no-repeat top center;
  margin: 10px 0;
  color: #fff;
  line-height: 1;
}
.newChicletRB {
  text-decoration: none;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  background: #091b6f url(../images/Chicklet-BG-RBL.png) no-repeat top center;
  margin: 10px 0;
  color: #fff;
  line-height: 1;
}
/* irctc chicklet start */
.newChicletIrctc {
  text-decoration: none;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  background: #e5f3fc url(../images/Chicklet-BG-IRCTC.png) no-repeat top center;
  background-size: 100% 100%;
  margin: 10px 0;
  color: #0046aa;
  line-height: 1;
}
/* irctc chicklet end */

.newChicletSB {
  text-decoration: none;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  background: #e5f3fc url(../images/Smartbuy-Chiclet.png) no-repeat top center;
  margin: 10px 0;
  color: #0046aa;
  line-height: 1;
}
.newChicletAMX {
  text-decoration: none;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  background: #e5f3fc url(../images/Amex-Chicklet.png) no-repeat top center;
  margin: 10px 0;
  color: #fff;
  line-height: 1;
}

.newChicletAMX span,
.newChicletSB span,
.newChicletRB span,
.newChicletIrctc span,
.newChicletAX span,
.newChicletPB span {
  font-size: 40px;
  display: block;
  font-weight: 900;
}
.newChicletSB small,
.newChicletRB small,
.newChicletIrctc small,
.newChicletAMX small,
.newChicletAX small,
.newChicletPB small {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}

/******************* old chicklet******************** */
.div-offer-new a.btn-indus,
.div-offer-new a.btn-payback,
.div-offer-new a.btn-smartbuy,
.div-offer-new a.btn-axisbank,
.div-offer-new a.btn-rblbank {
  color: #000;
  display: block;
  padding: 18px 8px 10px 0;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 0;
  text-align: left;
}
.div-offer-new a.btn-indus:after,
.div-offer-new a.btn-payback:after,
.div-offer-new a.btn-smartbuy:after,
.div-offer-new a.btn-axisbank:after,
.div-offer-new a.btn-rblbank:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 1px solid #822d32;
  content: '';
}
.div-offer-new a.btn-indus span,
.div-offer-new a.btn-payback span {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 40px;
  line-height: 1;
}
.div-offer-new a.btn-smartbuy span,
.div-offer-new a.btn-axisbank span {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 40px;
  line-height: 1;
  color: white;
}
.div-offer-new a.btn-rblbank span {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 30px;
  line-height: 1;
  color: white;
  margin-top: 25px;
}

.div-offer-new a.btn-indus span strong,
.div-offer-new a.btn-payback span strong,
.div-offer-new a.btn-smartbuy span strong,
.div-offer-new a.btn-axisbank span strong,
.div-offer-new a.btn-rblbank span strong {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
.div-offer-new a.btn-indus span small,
.div-offer-new a.btn-payback span small,
.div-offer-new a.btn-smartbuy span small,
.div-offer-new a.btn-axisbank span small,
.div-offer-new a.btn-rblbank span small {
  font-size: 12px;
  padding-top: 5px;
  display: block;
  letter-spacing: 0;
}
.div-offer-new a.btn-rblbank span:nth-child(1) {
  font-size: 70px !important;
  margin-top: 25px;
}
.div-offer-new a.btn-indus span:nth-child(1),
.div-offer-new a.btn-payback span:nth-child(1),
.div-offer-new a.btn-smartbuy span:nth-child(1),
.div-offer-new a.btn-rblbank span:nth-child(1) {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -3px;
  color: #822d32;
  width: 55%;
  text-align: right;
  padding-right: 2%;
}
.div-offer-new a.btn-axisbank span:nth-child(1) {
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -3px;
  color: #822d32;
  width: 55%;
  text-align: right;
}
.div-offer-new a.btn-indus:hover:after {
  border-color: #333;
}

.div-offer-new a.btn-payback {
  background-image: url(../images/payback_banner-btn.jpg);
  background-color: #bde4ec;
  background-position: right top;
  background-repeat: no-repeat;
}
.div-offer-new a.btn-smartbuy {
  background-image: url(../images/Chicklet2-Bg.png);
  background-color: #09458e;
  background-position: center top;
  background-repeat: no-repeat;
}
.div-offer-new a.btn-axisbank {
  background-image: url(../images/Chicklet-Axis.png);
  background-color: #941e4d;
  background-position: center top;
  background-repeat: no-repeat;
}
.div-offer-new a.btn-rblbank {
  background-image: url(../images/Chicklet-RBL-Bg.png);
  background-color: #bde4ec;
  background-position: center top;
  background-repeat: no-repeat;
}
.div-offer-new a.btn-payback span:nth-child(1) {
  color: #1f509a;
}
.div-offer-new a.btn-smartbuy span:nth-child(1) {
  color: white;
  margin-top: 15px;
}
.div-offer-new a.btn-axisbank span:nth-child(1) {
  color: white;
}
.div-offer-new a.btn-rblbank span:nth-child(1) {
  color: white;
}
.div-offer-new a.btn-payback img,
.div-offer-new a.btn-smartbuy img,
.div-offer-new a.btn-axisbank img,
.div-offer-new a.btn-rblbank img {
  max-height: 25px;
}
.div-offer-new a.btn-payback:after,
.div-offer-new a.btn-smartbuy:after,
.div-offer-new a.btn-axisbank:after,
.div-offer-new a.btn-rblbank:after {
  border-color: #1f509a;
}
.scrollAtChicklet {
  height: 425px;
  overflow: auto;
}

.div-offer-new a.btn-amex {
  color: #000;
  display: block;
  padding: 28px 4px 18px 20px;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 0;
  text-align: left;
}
.div-offer-new a.btn-amex span:nth-child(1) {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -3px;
  color: #822d32;
  width: 55%;
  text-align: right;
  padding-right: 2%;
}
.div-offer-new a.btn-amex span {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 40px;
  line-height: 1;
  color: white;
}
.div-offer-new a.btn-amex span small {
  font-size: 12px;
  padding-top: 5px;
  display: block;
  letter-spacing: 0;
}
.div-offer-new a.btn-amex span strong {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
.div-offer-new a.btn-amex span {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font-size: 40px;
  line-height: 1;
  color: white;
}
.div-offer-new a.btn-amex img {
  max-height: 25px;
}
.div-offer-new a.btn-amex span:nth-child(1) {
  color: white;
}
.div-offer-new a.btn-amex {
  background-image: url(../images/ChickletAmex.png);
  background-color: #04297a;
  background-position: center top;
  background-repeat: no-repeat;
}
/* chicklet end */

.div-offer-new a.btn-payback-point {
  background: #efefef url(../images/payback-point-bg.jpg) no-repeat center/cover;
  color: #4a4949;
  display: block;
  padding: 35px 20px 10px 0;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 0;
  text-align: center;
  position: relative;
}
.div-offer-new a.btn-payback-point span {
  display: block;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 2px 5px;
}
.div-offer-new a.btn-payback-point span strong {
  color: #1f509a;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
}
.div-offer-new a.btn-payback-point span strong sup {
  font-size: 16px;
  font-weight: 700;
  top: -2em;
  color: #4a4949;
}
.div-offer-new a.btn-payback-point span small {
  font-weight: 700;
  color: #1f509a;
  display: block;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #1f509a;
  padding: 4px 10px;
}
.div-offer-new a.btn-payback-point span + span {
  padding: 2px 10px;
  line-height: 1.3;
}
.div-offer-new a.btn-payback-point:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 1px solid #1f509a;
  content: '';
}
.div-offer-new a.btn-payback-point span.point-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  background: url(../images/vw-logo.png) no-repeat right 3px / auto 20px;
  margin: 10px;
  padding: 3px 40% 0 4px;
  text-align: left;
  width: auto;
  top: 0;
}
.div-offer-new a.btn-payback-point span.point-inrBox {
  margin: -5px 0 0 0;
  font-weight: 700;
  color: #4a4949;
}
.custom-form .react-datepicker__navigation {
  font-size: 0;
  line-height: 0;
}
.promocode ::-webkit-input-placeholder {
  color: #a1bc33;
  opacity: 1;
}
.promocode ::-moz-input-placeholder {
  color: #a1bc33;
  opacity: 1;
}
.promocode :-ms-input-placeholder {
  color: #a1bc33;
  opacity: 1;
}
.promocode :-moz-placeholder {
  color: #a1bc33;
  opacity: 1;
}
.product-box1 .bottom-link a {
  width: 100%;
}
.product-box1 figure figcaption > div div span.percents {
  font-size: 35px;
}
.product-box1 figure figcaption > div div span small {
  font-size: 12px;
  color: #0082c1;
  letter-spacing: initial;
}
@media (max-width: 767px) {
  .share {
    display: none;
  }
  .product-box1 {
    box-shadow: none;
    background: #efefee;
    border-radius: 0;
  }
  .product-box1 a {
    display: block;
  }
  .product-box1 figure figcaption {
    top: inherit;
    width: 80%;
    bottom: 10px;
    left: 10%;
  }
  .product-box1 figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .product-box1 .bottom-link a:last-child {
    margin-bottom: 0;
    font-size: 14px;
    background: #0f7ca0;
    background: -moz-linear-gradient(top, #0f7ca0 0, #1595d6 100%);
    background: -webkit-linear-gradient(top, #0f7ca0 0, #1595d6 100%);
    background: linear-gradient(to bottom, #0f7ca0 0, #1595d6 100%);
    border-radius: 0;
    margin: 0;
  }
  .product-box1 figure figcaption > div div span {
    font-size: 10px;
  }
  .product-box1 figure figcaption > div div span,
  .product-box1 figure figcaption > div div span small,
  .product-box1 figure figcaption > div div span.percents {
    font-size: 10px;
  }
  .product-box1 figure figcaption > div div span.percents {
    font-size: 30px;
  }
  .product-box1 figure figcaption > div div {
    background: rgba(255, 255, 255, 0.9);
  }
  .product-box1 .bottom-link {
    padding: 0;
  }
}
.cartText {
  font-size: 12px;
  position: absolute;
  top: 6px;
  background: #f89c2e;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .MobileFixNavNew {
    display: none;
  }
}
@media (max-width: 767px) {
  .off-canvas-main {
    padding-bottom: 0px;
  }
  .BotCircle {
    position: absolute;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    right: 15px;
    top: -70%;
    background: #4a90e2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 17px 0;
  }
  .BotCircle:hover {
    background: #000;
    color: #fff;
  }
  .MobileFixNavNew {
    vertical-align: middle;
    font-size: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    z-index: 8;
    padding: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .MobileFixNavNew .UserMenu {
    text-align: left;
  }
  .MobileFixNavNew ul.list-inline {
    margin: 0;
    font-size: 0;
    vertical-align: middle;
  }
  .MobileFixNavNew ul.list-inline > li {
    margin: 0;
    vertical-align: middle;
  }
  .MobileFixNavNew ul.list-inline > li > a {
    position: relative;
    display: block;
    padding: 17px 10px;
  }
  .MobileFixNavNew ul.list-inline > li {
    margin: 0;
    width: 20%;
    text-align: center;
  }
  .OfferText {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    line-height: 1.2;
    color: #333;
    z-index: 99;
  }
  .OfferText span {
    color: #ffa03a;
    display: block;
    font-size: 18px;
    font-weight: 700;
  }
  .OfferText strong {
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    display: inline-block;
    background: #fff;
    padding: 22px 0 23px;
    border-radius: 50%;
    bottom: 0;
  }
}
.icon-custom.users {
  background: url(/styles/images/user.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
}
.icon-custom.home {
  background: url(/styles/images/home.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
}
.icon-custom.cart {
  background: url(/styles/images/cart1.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
}
.icon-custom.call {
  background: url(/styles/images/call.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
}
.icon-custom.users.login {
  background: url(/styles/images/user-active.png) no-repeat center/cover;
}
.icon-custom.cart.added {
  background: url(/styles/images/cart-added.png) no-repeat center/cover;
}
#imgPopups .modal-content {
  border-radius: 0;
  border: 0;
}
#imgPopups .closeNew {
  border: 0;
  padding: 0;
  color: #fff;
  background: 0 0;
  font-size: 12px;
  cursor: pointer;
}
#imgPopups .closeNew span {
  cursor: pointer;
}
.modal-dialog-centeredOne {
  min-height: calc(100% - (1.75rem * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.show-overlaw .modal-backdrop.show {
  opacity: 0.5;
}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.OfferText strong {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.div-offer-new a.btn-personalized,
.div-offer-new button.btn-personalized {
  background: #fdebda;
  color: #58595b;
  display: block;
  padding: 10px;
  position: relative;
  margin: 10px 0;
  font-size: 0;
  border: 0;
  width: 100%;
}
.div-offer-new a.btn-personalized:nth-child(even),
.div-offer-new button.btn-personalized:nth-child(even) {
  background: #f2f7dd;
}
.div-offer-new a.btn-personalized:after,
.div-offer-new button.btn-personalized:after {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px solid #472200;
  content: '';
}
.div-offer-new a.btn-personalized span,
.div-offer-new button.btn-personalized span {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.div-offer-new a.btn-personalized span strong,
.div-offer-new button.btn-personalized span strong {
  font-size: 50px;
  line-height: 1;
  color: #f3943d;
}
.div-offer-new a.btn-personalized span + span,
.div-offer-new button.btn-personalized span + span {
  font-size: 18px;
  padding-top: 10px;
}
.div-offer-new a.btn-personalized.disabled:after,
.div-offer-new a.btn-personalized:hover:after,
.div-offer-new button.btn-personalized.disabled:after,
.div-offer-new button.btn-personalized:hover:after {
  border: 3px solid #822d32;
}
.div-offer-new a.btn-personalized span + span small,
.div-offer-new button.btn-personalized span + span small {
  font-size: 8px;
  text-transform: capitalize;
}
.div-offer-new a.btn-personalized.disabled:after,
.div-offer-new a.btn-personalized:hover:after,
.div-offer-new button.btn-personalized.disabled:after,
.div-offer-new button.btn-personalized:hover:after {
  border: 3px solid #822d32;
  outline: 0;
}
.div-offer-new button.btn-personalized:focus {
  outline: 0;
}
.card_slider {
  background: #fff;
  overflow: hidden;
  background: #fff;
  border-radius: 0.25rem;
  width: 98%;
  max-height: 250px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05),
    0 5px 15px 0 rgba(0, 0, 0, 0.05);
  transition: ease box-shadow 0.3s;
}
.card_productBox {
  background: #fff;
  overflow: hidden;
  background: #fff;
  border-radius: 0.25rem;
  width: 98%;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05),
    0 5px 15px 0 rgba(0, 0, 0, 0.05);
  transition: ease box-shadow 0.3s;
}
.card_productBox:hover {
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.08),
    0 5px 25px 0 rgba(0, 0, 0, 0.08);
}
.card_productBox-detail {
  padding: 0.5rem 1rem;
}
.card_productBox-image {
  margin: 0;
  padding: 0;
  min-height: 170px;
  max-height: 220px;
  overflow: hidden;
}
.loading {
  position: relative;
  background-color: #e2e2e2;
}
.loading.card_productBox-image {
  border-radius: 0;
}
.loading::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: loading 1.5s infinite;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.card_productBox-title.loading {
  height: 1.8rem;
}
.card_productBox-image.image {
  max-width: 100%;
  height: auto;
}
.card_productBox-description.loading {
  min-height: 20px;
  max-height: 80px;
}
.whatapp {
  background: #25d366;
  width: 32px;
  text-align: center;
  font-size: 20px;
  padding: 6px;
  border-radius: 50px;
  color: #fff;
}
.loader-container {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
}
.loader-container div {
  width: 100%;
}
.div-offer-new button.btn-personalized:after {
  border: 2px dashed #472200;
}
.div-offer-new button.btn-personalized span strong {
  font-size: 40px;
}
.div-offer-new button.btn-personalized span + span {
  padding-bottom: 10px;
}
.page-offers {
  background: rgba(255, 213, 3, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 213, 3, 1)),
    color-stop(37%, rgba(255, 230, 102, 1)),
    color-stop(94%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 213, 3, 1) 0,
    rgba(255, 230, 102, 1) 37%,
    rgba(255, 255, 255, 1) 94%
  );
}
.top-gry {
  background-color: #f3f3f3;
}
.top-links {
  margin: 0;
  line-height: 1;
}
.top-links li {
  position: relative;
  z-index: 2;
  line-height: 30px;
  font-size: 12px;
}
.top-links li {
  color: #58595b;
}
.top-links li span {
  padding: 0 10px;
}
.top-links li a {
  color: #58595b;
}
.top-links li a:hover {
  color: #f89c2e;
  text-decoration: none;
}
#OfferCarouselBanner {
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
}
#OfferCarouselBanner .carousel-caption {
  font-family: anydoreregular;
  font-size: 30px;
  color: #000;
  right: inherit;
  bottom: inherit;
  line-height: 1.1;
  top: 0;
  width: 660px;
  left: 50%;
  margin-left: -330px;
}
.Offer-logo-arya {
  left: 9px;
  right: 0;
  top: 50%;
  text-align: center;
  position: absolute;
  z-index: 9;
}
.gyftr-Diwali {
  max-width: 50%;
}
.offer-product {
  background: url(../images/bg-product.png) no-repeat top center/100% auto;
  padding-top: 145px;
}
.offer-product .offerProBox {
  background: #f3f3f3 url(../images/Image-3.jpg) no-repeat center center/cover;
  position: relative;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 8.28px 0.72px rgba(0, 0, 0, 0.16);
}
.offer-product .container .row > div:nth-child(3n + 0) .offerProBox {
  background-image: url(../images/Image-2.jpg);
}
.offer-product .container .row > div:nth-child(3n + 2) .offerProBox {
  background-image: url(../images/Image-1.jpg);
}
.offer-product .offerProBox:after {
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  content: '';
  border-radius: 5px;
  border: 1px solid #333;
}
.offer-product .offerProBox .pr {
  position: relative;
  z-index: 2;
  margin-right: -15px;
  text-align: right;
}
.offer-product .offerProBox .pr span {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  top: 0;
  text-transform: uppercase;
  width: 140px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -70px;
}
.offer-product .offerProBox figure {
  margin: 0;
  padding: 5px;
  position: relative;
  z-index: 2;
}
.offer-product .offerProBox figure img {
  max-width: 90%;
  margin: 30px 0 20px;
}
.offer-product .offerProBox figcaption {
  margin: 0 0 10px;
  padding: 0;
}
.offer-product .offerProBox figcaption a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  color: #0066c0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.offer-product .offerProBox figcaption a:after {
  height: 2px;
  width: 100%;
  background: 0 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.offer-product .offerProBox figcaption a:before {
  height: 2px;
  width: 0;
  background: #000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.offer-product .offerProBox figcaption a:hover {
  color: #000;
  text-decoration: none;
}
.offer-product .offerProBox figcaption a:hover:before {
  width: 100%;
}
.offer-product .offerProBox ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.offer-product .offerProBox ul li {
  margin: 0 2px;
  position: relative;
  display: inline-block;
  color: #000;
  line-height: 1;
  padding: 6px 10px 5px;
  font-size: 18px;
  letter-spacing: 1px;
}
.offer-product .offerProBox ul li:not(:last-child):after {
  color: #000;
  content: '|';
  position: absolute;
  right: -4px;
  top: 5px;
}
@media (max-width: 991px) {
  .gyftr-Diwali {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  #OfferCarouselBanner .carousel-caption br {
    display: none;
  }
  #OfferCarouselBanner .carousel-caption {
    width: 90%;
    font-size: 24px;
    left: 5%;
    margin: 0;
    padding-top: 10px;
  }
  .top-gry .text-sm-right {
    display: none;
  }
  .gyftr-Diwali {
    max-width: 50%;
  }
  .Offer-logo-arya {
    left: 0;
  }
  .offer-product {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .offer-product {
    padding-top: 40px;
  }
}
.addGQty .define-quantity-box {
  display: inline-block;
}
.define-quantity-box {
  width: 65px;
  border: 1px solid #4285f4;
  overflow: hidden;
  background-color: #4285f4;
  display: none;
  vertical-align: middle;
}
.addGQty .define-quantity-box {
  display: inline-block;
}
.define-quantity-box input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  outline: 0;
  background-color: transparent;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  height: 19px;
}
.define-quantity-box span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -20px;
  background: #fcfcff;
  border-left: 1px solid #4285f4;
}
.define-quantity-box span.dec {
  float: left;
  border-right: 1px solid #4285f4;
  border-left: 0;
}
.define-quantity-box span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity-box span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
@media (max-width: 767px) {
  .detailsArya .cart-table p {
    max-width: 100%;
  }
  .mobile-offer {
    background: rgba(241, 241, 241, 0.3);
    line-height: 1;
    padding: 10px 10px 7px !important;
  }
}
.offerLayover {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 9999;
  align-items: center;
}
.offerLayover .offerInner {
  position: relative;
  border: 10px solid #efefee;
  background: #fff;
  padding: 0;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
.offerLayover .offerInner .offerInnerBox {
  position: relative;
  background: #fff;
  padding: 15px;
  z-index: 101;
}
.offerLayover .offerLayoverClose {
  position: absolute;
  height: 32px;
  width: 32px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
  right: -25px;
  top: -25px;
}
.offerLayover .offerLayoverClose div {
  position: absolute;
  height: 3px;
  right: 2px;
  left: 2px;
  background-color: #ff0049;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  vertical-align: top;
}
.offerLayover .offerLayoverClose div.bottom {
  transform: rotate(135deg);
  top: 50%;
}
.offerLayover .offerLayoverClose div.top {
  transform: rotate(-135deg);
  top: 50%;
}
.offerLayover .offerLayoverClose:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  transition: opacity 0.2s, width 0.05s 0.2s;
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .login-arya:after {
    position: absolute;
    top: 5%;
    right: 50%;
    height: 200px;
    width: 1px;
    background: #ccc;
    content: '';
    margin: 0;
  }
}

.off-canvas-nav {
  position: fixed;
  width: 260px;
  left: -260px;
  background-color: #ffffff;
  border-right: 1px solid #c5c5c5;
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.off-canvas-nav .list-unstyled li {
  position: relative;
}
.off-canvas-nav .list-unstyled li + li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #c5c5c5;
}
.off-canvas-nav .list-unstyled a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.off-canvas-nav li.parent > a:after {
  content: '';
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -232px;
  width: 7px;
  height: 12px;
  margin: 14px 0;
}

.off-canvas-nav .subMenu > div > span {
  text-align: right;
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.off-canvas-nav .subMenu > div > span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -220px;
  width: 7px;
  height: 12px;
  margin: -2px 8px;
}
.subMenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  text-transform: uppercase;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: 50% 0;
}
.subMenu.openSub {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  right: 0;
}

.NewYearPopup {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  align-items: center;
}
.NewYearPopup .NewYearPopupInner {
  position: relative;
  width: 503px;
  margin: 0 auto;
  background: #f1f1f1 url(/styles/images/NewYearPopup-bg.jpg) no-repeat
    center/100% 100%;
  text-align: center;
}
.NewYearPopup .NewYearPopupInner h5 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  color: #bed05e;
}
.NewYearPopup .NewYearPopupInner h4 {
  font-size: 48px;
  margin: 0;
  color: #ec9644;
  font-weight: 700;
  line-height: 1.1;
}
.NewYearPopup .NewYearPopupInner h5 + h5 {
  font-size: 20px;
  color: #222;
}
.NewYearPopup .NewYearPopupInner h5 + h4 {
  font-size: 22px;
}
.NewYearPopup a.close-btn {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: #f7f8fa url(../../styles/images/close_icon.png)
    no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}

.NewYearPopup a.close-btn:before {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  cursor: auto;
}

.NewYearPopup .NewYearPopupInner:after {
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  content: '';
}
.NewYearPopup .NewYearPopupInner > div {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
}
.NewYearPopup .NewYearPopupInner > div > div {
  position: relative;
  z-index: 9;
}

@media (max-width: 525px) {
  .NewYearPopup {
    padding: 15px;
  }
  .NewYearPopup .NewYearPopupInner {
    width: 100%;
    background-size: 100% 100%;
  }
  .NewYearPopup .NewYearPopupInner > div {
    padding: 30px 20px;
  }
  .NewYearPopup .NewYearPopupInner h4 {
    font-size: 36px;
  }
  .NewYearPopup .NewYearPopupInner h5 {
    font-size: 28px;
  }
  .NewYearPopup .NewYearPopupInner h5 + h5 {
    font-size: 16px;
  }
  .NewYearPopup .NewYearPopupInner h5 + h4 {
    font-size: 16px;
  }
  .NewYearPopup a.close-btn {
    right: 0;
    top: 0;
  }
}

#GuestLogin.outline-style .modal-content {
  background: #f7f8fa url(/styles/images/NewYearPopup-bg.jpg) no-repeat center
    top/100%;
}

.HappyNewSL h5 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  color: #bed05e;
}
.HappyNewSL h4 {
  font-size: 48px;
  margin: 0;
  color: #ec9644;
  font-weight: 700;
  line-height: 1.1;
}

#GuestLogin.outline-style .modal-content .form-control {
  background: transparent;
}

.fs-24 {
  font-size: 24px;
}
.text-orange {
  color: #ec9644;
}

.customModal .modal-content {
  width: 100%;
  border-radius: 10px;
  border: 0;
  padding-bottom: 100px;
}
.customModal .modal-content {
  width: 100%;
  border-radius: 10px;
  border: 0;
  padding-bottom: 100px;
  color: #333;
}
.normallogin {
  background: #e9eef2 url(../images/Reg_pop.jpg) no-repeat center top/cover;
}
.customModal .modal-body {
  padding: 25px 44px;
  padding-bottom: 35px;
}
.customModal .modal-body:before {
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 25px;
  content: '';
  position: absolute;
  z-index: 0; /* border:1px solid #a4001b;*/
}
.customModal .modal-body > div {
  position: relative;
  z-index: 2;
}

.customModal a.close-btn {
  right: 8px;
  top: 10px;
  position: absolute;
  content: '';
  background: url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
.customModal .form-control,
.customModal .form-control:disabled,
.customModal .form-control[readonly] {
  background-color: transparent;
  /*border-color: #fff ; color: #fff*/
}
.customModal .form-control::-webkit-input-placeholder {
  color: #333;
}
/* Firefox 19+ */
.customModal .form-control::-moz-placeholder {
  color: #333;
}
/* IE 10+ */
.customModal .form-control:-ms-input-placeholder {
  color: #333;
}
/* Firefox 18- */
.customModal .form-control:-moz-placeholder {
  color: #333;
}

@media (max-width: 575px) {
  .fs-30 {
    font-size: 20px;
  }
}
.custom-form a {
  color: #f3974e;
}

.chicklets {
  max-height: 400px;
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a {
  color: #007dc6;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a[data-toggle='modal'] {
  outline: none;
}
body {
  background: #fbfbfb;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.top-gry {
  background-color: #f3f3f3;
}
.top-links {
  margin: 0;
}
.top-links li {
  position: relative;
  z-index: 2;
  line-height: 30px;
  font-size: 12px;
}
.top-links li {
  color: #58595b;
}
.top-links li span {
  padding: 0 10px;
}
.top-links li a {
  color: #58595b;
}
.top-links li a:hover {
  color: #f89c2e;
}

.helpdesk-hdfc .top-gry .container {
  padding-left: 25px;
  padding-right: 25px;
}
.helpdesk-hdfc .top-gry .text-left .top-links,
.helpdesk-hdfc .top-gry {
  display: block !important;
}
.helpdesk-hdfc .top-links li {
  line-height: 22px;
}
.helpdesk-hdfc .modal-backdrop.show {
  opacity: 0.75 !important;
}
.helpdesk-hdfc .top-white {
  padding: 7px 0;
  background: #001f79;
}
.helpdesk-hdfc .center-logo {
  padding: 10px 0;
}
.helpdesk-hdfc .shadow-new {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.19);
  border-top: 7px solid #e6e6e6;
  min-height: 94%;
}
.helpdesk-hdfc .shadow-new.border-blue {
  border-color: #001f79;
}
.helpdesk-hdfc .form-control {
  padding-left: 2px;
  border-width: 0 0 1px 0;
  color: #666;
  font-size: 14px;
}
.helpdesk-hdfc select.form-control {
  padding-left: 0px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: url(images/downAw.png) no-repeat right center/18px;
}
.helpdesk-hdfc input[type='number']::-webkit-inner-spin-button,
.helpdesk-hdfc input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.helpdesk-hdfc input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

@media (max-width: 767px) {
  .helpdesk-hdfc .center-logo {
    padding: 2px 0;
  }
  .helpdesk-hdfc .shadow-new .formfild-box {
    display: none;
  }
  .helpdesk-hdfc .shadow-new.open .formfild-box {
    display: block;
  }
  .helpdesk-hdfc .shadow-new.border-blue {
    border-color: #e6e6e6;
  }
  .helpdesk-hdfc .shadow-new.open {
    border-color: #001f79;
  }
  .helpdesk-hdfc .modal-dialog-centered {
    margin: 0;
    min-height: calc(100% - (0.5rem * 2));
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    align-items: center;
    border: 0;
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .formBox .btn {
    display: block;
    width: 100%;
  }
}

.owl-carousel .owl-item .item {
  border: 0 solid #ffffff !important;
  padding: 0 !important;
}

.fade-background {
  background-color: rgb(0 0 0 / 67%);
}

.form-boss-btn {
  right: 8px;
  top: 10px;
  position: absolute;
  content: '';
  background: url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}

a.shadow-sm.rounded.active {
  margin: 20px 0 -30px;
}

/* Diwali Compagein */
/* .headerContainer header .top-white {
  background: url(../images/deep-header-bg.png) no-repeat bottom center/cover;
} */
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.custom-h3 {
  position: relative;
}
.custom-h3 span {
  background: #fff;
  padding: 0 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.custom-h3:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #efefef;
  content: '';
  z-index: 0;
}

.productAryaDeewali .product-box1 {
  background: #ffde16 url(../images/bg-deewali.jpg) no-repeat top center/cover;
}
.productAryaDeewali .product-box1 .product-name h3 {
  color: #000;
}
.productAryaDeewali .product-box1 .product-name h3 span {
  background: #ffde16;
}
.productAryaDeewali .product-box1 .product-name:after {
  background: #000;
}
.productAryaDeewali .product-box1 .product-name .fevrate-box {
  right: 0;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  background: #2e7ca1;
  margin: -12px 0 0 0;
  padding: 4px 4px 4px 0;
  height: 24px;
  line-height: 1.3;
}

.productAryaDeewali .product-box1 .product-name .fevrate-box:after {
  height: 0;
  width: 0;
  left: -14px;
  border-top: 12px solid #2e7ca1;
  border-bottom: 12px solid #2e7ca1;
  border-left: 14px solid transparent;
  content: '';
  position: absolute;
  top: 0;
}
.productAryaDeewali .product-box1 .product-name {
  display: block;
}
.timerSec {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.timerSec:after {
  background: #c8333b;
  position: absolute;
  left: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
.timerSec h4 {
  color: #e79554;
}
.timerSec > div {
  position: relative;
  z-index: 2;
}
#future_date {
  background: #c8333b;
  padding: 15px 0;
  color: #fff;
  display: flex;
  position: relative;
}
#future_date:before {
  position: absolute;
  left: 0px;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 97px solid #fff;
  top: 0;
}
#future_date div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-right: 1px solid #db7c78;
}
#future_date div:last-child {
  border: 0;
}
#future_date div span {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #future_date:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .productAryaDeewali .product-box1 .product-name .fevrate-box:after,
  .productAryaDeewali .product-box1 .product-name:after,
  .productAryaDeewali .product-box1 .product-name h3 {
    display: none;
  }
  .productAryaDeewali .product-box1 .product-name .fevrate-box {
    width: 100%;
    text-align: center;
    background: #ffde16;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 7px;
    line-height: 1;
    height: auto;
    font-size: 14px;
  }
  #future_date div span {
    font-size: 40px;
    font-weight: 700;
  }
  /* .headerContainer header .top-white {
    background: url(../images/deep-header-bg.png) no-repeat bottom center/auto
      90%;
  } */
}
.bg-yellow {
  background: #ffde16;
}
.bg-yellow2 {
  background: #f9d915;
}
.bg-yellow td {
  color: #000;
}
.bg-yellow td p {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
}
.bg-yellow2 td p {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
}
.bg-yellow2 td p .text-dark {
  font-size: 10px;
  font-weight: normal;
}

/* --Entertainment Style-- */
body.gyftr-ott .off-canvas-main {
  width: 100%;
  overflow: hidden;
}
.gyftr-ott .btn {
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  background: transparent;
}
.gyftr-ott .hamburger-icon:before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.gyftr-ott .hamburger-icon {
  vertical-align: middle;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}
.gyftr-ott .hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 5px;
  left: 5px;
  background-color: #58595b;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s,
    top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s,
    background-color 0.3s;
  vertical-align: top;
}
.gyftr-ott .hamburger-icon div.top {
  top: 25%;
  margin-top: -1px;
}
.open-nav .hamburger-icon div.top {
  transform: rotate(-135deg);
  top: 50%;
  background-color: #d62625;
}
.gyftr-ott .hamburger-icon div.middle {
  top: 50%;
  margin-top: -1px;
}
.gyftr-ott .open-nav .hamburger-icon div.middle {
  opacity: 0;
}
.hamburger-icon div.bottom {
  top: 75%;
  margin-top: -1px;
}
.gyftr-ott .open-nav .hamburger-icon div.bottom {
  transform: rotate(135deg);
  top: 50%;
  background-color: #d62625;
}
.gyftr-ott .open-nav .off-canvas-main {
  transform: translateX(-260px);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gyftr-ott .open-nav .off-canvas-nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gyftr-ott .open-nav .hamburger-icon:before {
  opacity: 1;
  width: 100%;
}

.gyftr-ott .off-canvas-nav {
  position: fixed;
  width: 260px;
  right: -260px;
  background-color: #ffffff;
  border-right: 1px solid #c5c5c5;
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.gyftr-ott .off-canvas-nav .list-unstyled li {
  position: relative;
}
.gyftr-ott .off-canvas-nav .list-unstyled li + li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #c5c5c5;
}
.gyftr-ott .off-canvas-nav .list-unstyled a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.gyftr-ott .off-canvas-nav li.parent > a:after {
  content: '';
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -232px;
  width: 7px;
  height: 12px;
  margin: 14px 0;
}
.gyftr-ott .left-nav-toplink {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.gyftr-ott .off-canvas-nav .subMenu > div > span {
  text-align: right;
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.gyftr-ott .off-canvas-nav .subMenu > div > span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -220px;
  width: 7px;
  height: 12px;
  margin: -2px 8px;
}
.gyftr-ott .subMenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  text-transform: uppercase;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: 50% 0;
}
.gyftr-ott .subMenu.openSub {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  right: 0;
}

.gyftr-ott .custome-check {
  font-size: 0;
}
.gyftr-ott .custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
}
.gyftr-ott .custome-check label {
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 20px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
}
.gyftr-ott .custome-check input {
  opacity: 0;
  position: absolute;
}
.gyftr-ott .custome-check input:checked + label,
.gyftr-ott .custome-check input:checked ~ label {
  background-color: #1d86ff;
  border-color: #1d86ff;
  color: #fff;
}

.gyftr-ott .custome-check2 {
  font-size: 0;
}
.gyftr-ott .custome-check2 label {
  cursor: pointer;
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
}
.gyftr-ott .custome-check2 input {
  opacity: 0;
  position: absolute;
}
.gyftr-ott .custome-check2 input:checked + label,
.gyftr-ott .custome-check2 input:checked ~ label {
  color: #000;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07) !important;
  border-color: #ff9305 !important;
}
.gyftr-ott .custome-check2 input:checked ~ label img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.gyftr-ott .btn-outline-primary {
  color: #090909;
  border-color: #090909;
}
.gyftr-ott .btn-primary {
  color: #fff;
  background-color: #090909;
  border-color: #283e7e;
}
.gyftr-ott .btn-outline-primary:hover,
.gyftr-ott .btn-primary:hover {
  color: #fff;
  background: #4b5eb5; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #4b5eb5 0%,
    #304087 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #4b5eb5 0%,
    #304087 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #4b5eb5 0%,
    #304087 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5eb5', endColorstr='#304087',GradientType=0 ); /* IE6-9 */
}
.gyftr-ott .fw-100 {
  font-weight: 100;
}
.gyftr-ott .fw-300 {
  font-weight: 300;
}
.gyftr-ott .fw-400 {
  font-weight: 400;
}
.gyftr-ott .fw-500 {
  font-weight: 500;
}
.gyftr-ott .fw-700 {
  font-weight: 700;
}
.gyftr-ott .fw-800 {
  font-weight: 800;
}
.gyftr-ott .lh-1 {
  line-height: 1.25;
}

.gyftr-ott .fs-12 {
  font-size: 12px;
}
.gyftr-ott .fs-14 {
  font-size: 14px;
}
.gyftr-ott .fs-16 {
  font-size: 16px;
}
.gyftr-ott .fs-18 {
  font-size: 18px;
}
.gyftr-ott .fs-20 {
  font-size: 20px;
}
.gyftr-ott .fs-22 {
  font-size: 20px;
}
.gyftr-ott .fs-24 {
  font-size: 24px;
}
.gyftr-ott .fs-26 {
  font-size: 26px;
}
.gyftr-ott .form-control {
  border-width: 0 0 1px 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
}
.gyftr-ott .btn-outline-warning {
  color: #ff9100;
  border-color: #ff9100;
}
.gyftr-ott .btn-warning:focus,
.gyftr-ott .btn-warning {
  color: #fff;
  background-color: #ff9100;
  border-color: #ff9100;
}
.gyftr-ott .btn-warning:disabled {
  background-color: lightgrey;
  border-color: lightgrey;
}
/* .gyftr-ott .btn-outline-warning:hover,
.gyftr-ott .btn-warning:hover {
  color: #fff;
  background-color: #ffc107;
} */
.gyftr-ott .btn-danger {
  color: #fff;
  background-color: #e72c30;
  border-color: #e72c30;
}
.gyftr-ott .btn-outline-danger {
  color: #e72c30;
  border-color: #e72c30;
}
.gyftr-ott.open-nav .hamburger-icon:before {
  opacity: 1;
  width: 100%;
}
.gyftr-ott .btn-outline-danger:hover {
  color: #fff;
  background-color: #e72c30;
  border-color: #e72c30;
}
.gyftr-ott .text-primary {
  color: #090909 !important;
}
.gyftr-ott .custom-control-label {
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #fff;
}
.gyftr-ott .custom-control-label span + span {
  font-weight: 500;
}
.gyftr-ott .custom-control-label small {
  position: absolute;
  top: 10px;
  right: 1rem;
  font-size: 60%;
}
.gyftr-ott .custom-control-label small + small {
  position: absolute;
  top: inherit;
  bottom: 10px;
  right: 1rem;
}
.gyftr-ott .custom-control-label::before {
  width: 21px;
  height: 21px;
  top: 3.1rem;
  left: 1rem;
}
.gyftr-ott .custom-control-label::after {
  width: 21px;
  height: 21px;
  top: 3.1rem;
  left: 1rem;
}
.gyftr-ott
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 22px;
}
.gyftr-ott .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff393a;
  background-color: #ff393a;
}
.gyftr-ott .custom-control-input:checked ~ .custom-control-label {
  background: rgba(231, 44, 48, 0.06) !important;
  border: 2px solid #ff393a;
}

.gyftr-ott .packsBox {
  max-width: 700px;
  margin: 0 auto;
}
.gyftr-ott .br-logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 20px 40px 0 40px;
}

.gyftr-ott .transparentModal .modal-content {
  box-shadow: none;
  border: 0;
  border-bottom: 3px solid #ff9100;
}
.gyftr-ott #Thanks .modal-content {
  background: #fff url(../entertainment/images/thanks-bg.jpg) no-repeat top
    center/100%;
}

.gyftr-ott a.close-btn {
  right: 10px;
  top: 10px;
  position: absolute;
  content: '';
  background: url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}

.gyftr-ott .transparentModal .form-control {
  background: transparent;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  font-size: 18px;
}
.gyftr-ott .modal-backdrop.show {
  opacity: 0.8;
}
.gyftr-ott .line-through {
  text-decoration: line-through;
}
.gyftr-ott .bottomRounded {
  border-radius: 5px;
  border-bottom: 3px solid #ff9100;
}
.gyftr-ott .productBoxx {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #fff;
}
.gyftr-ott .productBoxx:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-color: #ff9100;
}

.gyftr-ott .vg-dt {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  border: 1px solid #eff1f3;
  line-height: 1;
}

.gyftr-ott .shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07) !important;
}

.addForm .inputBtn {
  position: relative;
  display: inline-block;
}
.addForm .inputBtn .form-control {
  min-width: 260px;
}
.addForm .btn {
  position: absolute;
  right: 2px;
  bottom: 2px !important;
  top: 2px;
}

.gyftr-ott .form-control:disabled {
  background: transparent;
  cursor: not-allowed;
}

.gyftr-ott .bg-light-new {
  background-color: #f9f9f9;
}

.gyftr-ott .ImportantInstructionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gyftr-ott .ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
}
.gyftr-ott .ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #ff9100;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.gyftr-ott .ImportantInstructionsList li.dont:after {
  background-color: #ff0000;
  content: '\f00d';
}
.gyftr-ott .ImportantInstructionsList li span {
  color: #ff9100;
}
.gyftr-ott .ImportantInstructionsList li.dont span {
  color: #ff0000;
}

.gyftr-ott .brLogo {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-color: #fff;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  border-radius: 8px 8px 0 0;
}

.gyftr-ott .addForm {
  position: relative;
}
.gyftr-ott .addForm .reCapchaBox {
  position: absolute;
  background-color: #fff;
  right: 70px;
  z-index: 99;
  padding: 5px;
  max-width: 210px;
  display: none;
}
@media (min-width: 1201px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 991px) {
}

@media (min-width: 768px) {
  .gyftr-ott .custome-check2 label {
    display: inline-block !important;
    text-align: center;
    border: 0 !important;
  }
  .gyftr-ott .custome-check2 label .text-right {
    text-align: center !important;
  }
  .gyftr-ott .custome-check2 label .vg-dt {
    display: inline-block !important;
    padding: 30px 10px 10px;
    width: 150px;
    height: 150px;
  }
  .gyftr-ott .custome-check2 input:checked ~ label {
    color: #000;
    box-shadow: none !important;
    border-color: #ff9305 !important;
  }

  .gyftr-ott .custome-check2 input:checked ~ label .vg-dt {
    color: #000;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07) !important;
    border-color: #ff9305 !important;
  }
  .br-tb {
    border-left: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .gyftr-ott .br-logo {
    text-align: right;
    padding: 10px 20px;
  }
  .gyftr-ott .py-5 p br {
    display: none;
  }

  .addForm .inputBtn {
    display: block;
  }
  .addForm .inputBtn .form-control {
    width: 100%;
    font-size: 12px;
    max-width: 100%;
    min-width: inherit;
  }
  .addForm .btn {
    font-size: 11px;
  }
  .bg-light-new .btn .mr-2 {
    margin-right: 15px !important;
  }
  .bg-light-new .btn {
    text-align: left;
    position: relative;
  }
  .bg-light-new .btn:after {
    position: absolute;
    background: url(../entertainment/images/right-32.png) no-repeat center/cover;
    width: 8px;
    height: 12px;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .br-tb {
    border-top: 1px solid #ccc;
  }
  .gyftr-ott .productBoxx {
    border: 0;
  }
  .gyftr-ott .productBoxx figcaption {
    margin: 0 -15px -15px !important;
    padding-bottom: 0 !important;
  }
  .gyftr-ott .productBoxx figcaption p {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px !important;
  }
  .gyftr-ott .productBoxx figcaption .btn {
    display: block;
    font-size: 16px;
    border-radius: 0 0 5px 5px;
  }

  .gyftr-ott .productBoxx.reedemnowbotton button {
    display: inline-block !important;
    margin-bottom: 10px;
    border-radius: 5px !important;
  }
}

@media (max-width: 575px) {
  .gyftr-ott .border-bottom br {
    display: none;
  }
  .gyftr-ott .brLOGO img {
    max-height: 50px;
  }
}

.gyftr-ott .bg-light2 {
  background-color: #fefefe !important;
}
.gyftr-ott .bg-light2 .bg-light {
  background-color: #fbfbfb !important;
}
.gyftr-ott .fs-12 {
  font-size: 12px;
}
.gyftr-ott .fw-600 {
  font-weight: 600;
}
/* 15-Nov-2020 */
.stepsBox {
  padding-top: 70px;
}
.stepsBox .p-1:after {
  height: 1px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: -35px;
  background: #979797;
  content: '';
  z-index: 1;
}
.stepsBox .p-1:before {
  height: 10px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: -39px;
  content: '';
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  z-index: 2;
}
.stepsBox .p-1 figure:after {
  position: absolute;
  top: -65px;
  content: 'STEP';
  text-align: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 0 0 0;
  font-size: 10px;
  line-height: 1;
}
.stepsBox .p-1 figure:before {
  position: absolute;
  top: -61px;
  content: '1';
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 50%;
  margin-left: -21px;
  z-index: 4;
  font-size: 18px;
  color: #f5a623;
  border: 1px solid #f5a623;
  line-height: 1.5;
}
.stepsBox .p-1 figure:before {
  content: '1';
}
.stepsBox .p-1:nth-child(2) figure:before {
  content: '2';
}
.stepsBox .p-1:nth-child(3) figure:before {
  content: '3';
}
.stepsBox .p-1:nth-child(4) figure:before {
  content: '4';
}
.stepsBox .p-1:nth-child(5) figure:before {
  content: '5';
}
.stepsBox .p-1:nth-child(6) figure:before {
  content: '6';
}
.stepsBox .p-1 figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  min-height: 100%;
  position: relative;
}
.stepsBox .p-1 figure img {
  width: 100%;
  border-bottom: 3px solid #f5a623;
}
.stepsBox .p-1 figure figcaption {
  padding: 15px 5px;
}
.stepsBox .p-1 figure figcaption p {
  margin: 0;
}
.stepsBox .p-1 figure figcaption p span {
  color: #f5a623;
}

.stepsBoxMobile.stepsBox .p-1 figure {
  min-height: inherit;
}
.stepsBoxMobile.stepsBox {
  padding-left: 60px;
  padding-top: 0;
}
.stepsBoxMobile.stepsBox .p-1:after {
  height: inherit;
  right: inherit;
  left: -35px;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
}
.stepsBoxMobile.stepsBox .p-1:before {
  height: inherit;
  right: inherit;
  left: -39px;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 10px;
  border: 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.stepsBoxMobile.stepsBox .p-1 figure:after {
  left: -65px;
  top: 50%;
  margin: -25px 0 0 0;
}
.stepsBoxMobile.stepsBox .p-1 figure:before {
  left: -61px;
  top: 50%;
  margin: -21px 0 0 0;
}

.orange {
  color: #fff;
  background: #0f7ca0;
  border: 1px solid #0f7ca0;
}
.orange:hover {
  background: #f89c2e;
  color: #fff;
  text-shadow: 0 0 transparent;
  border: 1px solid #f89c2e;
}

/*17-12-18*/
.PriceGread .br-1 {
  border-color: #e5e8ea;
}
.PriceGread {
  border: 1px solid #e5e8ea;
  padding: 10px;
  margin: 0;
}
.NewPriceBox {
  background: #fafafa;
  text-align: center;
  padding: 15px 3px;
  box-shadow: 0px 2px 3.84px 0.16px rgba(71, 71, 71, 0.16);
  color: #666;
}
.NewPriceBox h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}
.NewPriceBox h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px !important;
}
.NewPriceBox p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.PriceGread div.orange {
  cursor: default !important;
}
.PriceGread div.orange,
.PriceGread div.orange:hover {
  background: #e89753;
  border: 1px solid #e89753;
}
.EarningBox {
  font-weight: 400;
  font-size: 0;
}
.EarningBox h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 2px;
}
.EarningBox .wd-70 {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding: 1px;
}
.EarningBox .wd-30 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-align: right;
  padding: 1px;
}
.NewQtyBox {
  border: 1px solid #e5e8ea;
  margin: 10px 0;
  padding: 5px 0;
}
.quantityBox {
  max-width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.quantityBox input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  outline: none;
}
.quantityBox span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 15px;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -23px;
}
.quantityBox span.dec {
  float: left;
}
.quantityBox span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
.quantityBox span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.PriceGread .btn {
  font-size: 14px;
}
.logosSection img {
  border: 1px solid #e5e8ea;
  cursor: pointer;
  padding: 5px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.logosSection .selected img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  border-color: #333;
}

.logosSection {
  position: relative;
}
.logosSection:after {
  content: 'OR';
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  font-weight: bold;
  background: #fafafa;
  color: #000;
}
.logosSection:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #ccc;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 0;
}

.h3 {
  font-family: 'Cinzel', serif;
}
.product-details-head .h3 {
  color: #0f7fb9;
}
.ii .h4,
.tnc .h4 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin: 20px 0 10px 0;
}

.detailsArya .cart-table tbody td.description span {
  width: 42px;
}

.define-quantity-box {
  width: 65px;
  border: 1px solid #4285f4;
  overflow: hidden;
  background-color: #4285f4;
  display: none;
  vertical-align: middle;
}
.addGQty .define-quantity-box {
  display: inline-block;
}
.define-quantity-box input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  outline: none;
  background-color: transparent;
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
.define-quantity-box span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -20px;
  background: #fcfcff;
  border-left: 1px solid #4285f4;
}
.define-quantity-box span.dec {
  float: left;
  border-right: 1px solid #4285f4;
  border-left: 0;
}
.define-quantity-box span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity-box span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
.detailsArya .cart-table p {
  margin: 0;
  color: #c1b8b9;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 120px;
  margin: 0 auto;
  white-space: initial;
  color: rgb(247, 150, 70);
}

@media (max-width: 767px) {
  .detailsArya .cart-table p {
    max-width: 100%;
  }
  .mobile-offer {
    background: rgba(241, 241, 241, 0.3);
    line-height: 1;
    padding: 10px 10px 7px !important;
  }
}

.productPageCoupon {
  border: 1px dashed #ced4da;
}
.productPageCoupon p {
  line-height: 1.5;
}
.productPageCoupon.OrangeBox {
  border: 1px dashed #f88358;
}
.productPageCoupon.OrangeBox {
  background: #fff8f5;
}
.productPageCoupon.OrangeBox label {
  color: #f88358;
  font-size: 16px;
  font-weight: bold;
}
.productPageCoupon.OrangeBox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 11px;
  text-align: center;
  color: #fff;
  border-color: #f88358;
  background-color: #f88358;
}
.productPageCoupon.OrangeBox .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.productPageCoupon.OrangeBox
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  display: none;
}

/*22-06-2020 limit-exhaust*/
.br-not-present.modal-dialog {
  max-width: 860px;
}
.br-not-present.modal-dialog .modal-content {
  background: url(../images/newpopup-bg.jpg) no-repeat center/cover;
}
.br-not-present.modal-dialog .modal-content .modal-body {
  border: 1px solid #ccc;
  margin: 15px;
}
.br-not-present.modal-dialog .modal-content .modal-body .form-control {
  text-align: center;
  border-width: 0 0 1px 0;
  background: transparent;
  max-width: 70%;
  margin: 0 auto;
}
.br-not-present.modal-dialog .modal-content .modal-body .btn-outline-primary {
  color: #1b454d;
  background-color: transparent;
  background-image: none;
  border-color: #1d4850;
}
.br-not-present.modal-dialog
  .modal-content
  .modal-body
  .btn-outline-primary:hover {
  color: #fff;
  background-color: #1d4850;
  background-image: none;
  border-color: #1d4850;
}
.br-not-present.modal-dialog .modal-content .modal-body .btn-primary {
  color: #fff;
  background-color: #ff9200;
  background-image: none;
  border-color: #1d4850;
}
.br-not-present.modal-dialog .modal-content .modal-body h3 {
  font-size: 16px;
}
.br-not-present.modal-dialog .modal-content .modal-body h3 + h3 {
  color: #ff9200;
}
@media (max-width: 767px) {
  .br-not-present.modal-dialog .modal-content .modal-body .form-control {
    max-width: 90%;
  }
  .br-not-present.modal-dialog {
    margin: 15px;
    width: inherit;
  }
}

.show-overlaw .modal-backdrop.show {
  opacity: 0.5;
}

.bg-yellow {
  background: #ffde16;
}
.bg-yellow2 {
  background: #f9d915;
}
.bg-yellow td {
  color: #000;
}
.bg-yellow td p {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
}
.bg-yellow2 td p {
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
}
.bg-yellow2 td p .text-dark {
  font-size: 10px;
  font-weight: normal;
}

.StkOutcapTion {
  margin: 0 3%;
}
.StkOutcapTion h4 {
  color: #f7941d;
  font-size: 26px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-top: 5px;
}
.StkOutcapTion h4:after {
  position: absolute;
  left: 50%;
  width: 80px;
  height: 3px;
  bottom: -3px;
  background: #58595b;
  content: '';
  margin-left: -40px;
}
.StkOutcapTion p {
  color: #58595b;
  font-size: 18px;
}

@media (max-width: 767px) {
  .StkOutcapTion {
    margin: 0;
  }
  .StkOutcapTion img {
    max-width: 150px;
  }
  .StkOutcapTion h4 {
    font-size: 22px;
  }
  .StkOutcapTion p {
    font-size: 14px;
  }
}

/* 6 Jan 2021 GyftrLytics*/
.GyftrlyticsModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  align-items: center;
}
.GyftrlyticsModal .GyftrlyticsModalInner {
  position: relative;
  width: 503px;
  margin: 0 auto;
  background: #fd7e14;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.GyftrlyticsModal a.close-btn {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: #fd7e14 url(../gyftrlytics/images/gift-colse.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 40;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
/* .GyftrlyticsModal  a.close-btn:before {position:fixed;left:0;right:0;top:0;bottom:0;content:''; cursor: auto;} */
.GyftrlyticsModal .GyftrlyticsModalInner:before {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: url(../gyftrlytics/images/Gift-bg.png) no-repeat center
    center/100% auto;
}
.GyftrlyticsModal .GyftrlyticsModalInner:after {
  position: absolute;
  z-index: 1;
  border: 1px solid #efefef;
  left: 15px;
  right: 15px;
  top: 20px;
  bottom: 30px;
  content: '';
}
.GyftrlyticsModal .GyftrlyticsModalInner > div {
  position: relative;
  z-index: 3;
  padding: 10px 30px 18px 30px;
}
.GyftrlyticsModal .GyftrlyticsModalInner > div > div {
  position: relative;
  z-index: 9;
}
.GyftrlyticsModal .GyftrlyticsModalInner h4 {
  font-size: 20px;
}
.GyftrlyticsModal .GyftrlyticsModalInner h4 span {
  background-color: #fd7e14;
  display: inline-block;
  padding: 0 2px;
}
.GyftrlyticsModal .GyftrlyticsModalInner p {
  color: #fce100;
  letter-spacing: 1px;
}
.GyftrlyticsModal .GyftrlyticsModalInner .text-or {
  color: #fd7e14;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul {
  max-width: 235px;
  margin: 20px auto;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul li > div {
  padding: 0 0 40px 20px;
  position: relative;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul li > div:after {
  position: absolute;
  left: 20px;
  height: 1px;
  width: 20px;
  content: '';
  background: #fff;
  bottom: 20px;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul li:last-child > div {
  padding-bottom: 0;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul li:last-child > div:after {
  display: none;
}
.GyftrlyticsModal .GyftrlyticsModalInner ul li div + div {
  font-weight: 700;
  font-size: 16px;
  margin-top: 4px;
}
.GyftrlyticsModal .GyftrlyticsModalInner .OffetDate {
  color: #fd7e14;
  background-color: #fce100;
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
}

@media (max-width: 525px) {
  .GyftrlyticsModal {
    padding: 15px;
  }
}

/* Corporate-reward 18 Jan 2021 */

.bg-banner {
  background: #99cee0 url(../corporate/images/banner.jpg) no-repeat center
    bottom/cover;
  color: #fff;
}
.bg-banner p {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .nav-pills-co li:not(:last-child) {
    margin-right: 5px !important;
  }
}
.giftingType {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.giftingType {list-style: none; padding: 0; margin:0; display: flex;}
.giftingType li {-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; text-align: center; padding:20px}
.giftingType li:nth-child(even) {background-color: #f9f7f7}

.giftingType li figure {margin: 0; padding:0;}
.giftingType li figure img { transition: transform .2s;transform: scale(.95); width: 70px;}
.giftingType li:hover figure img { transform: scale(1.1)}
.giftingType li figure figcaption {margin:0; padding:10px 0 0; font-size: 16px; font-weight:400;line-height: 1 }

.topText {
  color: #ff9000;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-top {
  background-image: linear-gradient(105deg, #ffb85c, #ff9001);
  color: #fff;
  border: 0;
  text-transform: uppercase;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-image: linear-gradient(105deg, #ffb85c, #ff9001);
  color: #fff;
}

.btn-custom { background-image: linear-gradient(105deg,#ffb85c,#ff9001); color: #fff; border:0; text-transform: uppercase; }

.cutomHead h3, .cutomHead p {
  color: #7e7e7e;
}

.cutomHead h3 {
  font-weight: 700;
  font-size: 32px;
}

.alignDV {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.voucherCate img{
  filter: grayscale(100%);
  width: 90%;
}

.bg-clientSay {
  background: url(../corporate/images/client-say-bg.jpg) no-repeat center
    top/100% auto;
}

.clientSay-owl-carousel .item .bg-white {
  border-top: 2px solid #ff9001;
  min-height: 265px;
  background-image: url(../corporate/images/q.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.clients-owl-carousel .item img,
.clientSay-owl-carousel .item .bg-white img {
  display: inline-block;
  width: auto;
}

.clientSay-owl-carousel .owl-carousel .owl-nav {text-align: center;}
.clientSay-owl-carousel .owl-carousel .owl-prev {background:url(../images/back.png) no-repeat center; width:36px; height: 34px; font-size:0; display: inline-block; margin:5px}
.clientSay-owl-carousel .owl-carousel .owl-next {background:url(../images/next.png) no-repeat center; width:36px; height: 34px; font-size:0; display: inline-block; margin:5px}

.testiSec .media img {
  width: 70px;
}

.testiSec .media .media-body {
  font-size: 20px;
}

.testiSec .owl-dots .owl-dot{
  margin-right: 10px;
}

.testiSec .owl-dots .owl-dot {
  width: 26px !important;
  height: 26px !important ;
  background: #7e7e7e !important;
  display: inline-block !important;
  border: 0;
  border-radius: 50%; 
}

.testiSec .owl-dots .owl-dot.active { 
  background: #fff !important; 
}

.testiSec .owl-dots {
  display: flex;
  justify-content: center;
}

.testiSec .owl-dot:last-child {
  margin-right: 0;
}

.ConontaSec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 60%;
  background: #e4d0aa;
}

.ConontaSec .form-control {
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.formShadow{
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}


.formBg {
  background: url(../corporate/images/form-bg.jpg) no-repeat center/cover;
}
.bg-dark .bg-left {
  background: url(../corporate/images/form-left.jpg) no-repeat center/cover;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: #fff url(../corporate/images/downAw.png) no-repeat right center;
}

footer a {
  color: #212529;
}
.footer-email {
  border-radius: 20px;
  font-size: 34px; 
}

.footer-email a {
  white-space: nowrap;
  background: #e1c69f;
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 4px;
}

.owl-carousel .owl-nav {
  text-align: center;
}
.owl-carousel .owl-prev {
  background: url(../corporate/images/back.png) no-repeat center;
  width: 36px;
  height: 34px;
  font-size: 0;
  display: inline-block;
  margin: 5px;
}
.owl-carousel .owl-next {
  background: url(../corporate/images/next.png) no-repeat center;
  width: 36px;
  height: 34px;
  font-size: 0;
  display: inline-block;
  margin: 5px;
}

.trBG {
  margin-top: 40px;
  padding: 0px !important;
}
.bg-black {
  background-color: #292d32 !important;
  color: #fff;
  margin-top: 40px;
}
.trBG .close,
.bg-black .close {
  opacity: 1;
  margin-top: -40px;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.bg-dark {
  background-color: #2b3036 !important;
}

.bg-dark .text-lg-right .media img {
  order: 2;
  margin: 0 0 0 10px !important;
}

.ContactSide {
  background: url(../corporate/images/ContactSide.png) no-repeat top right;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 40%;
  height: 223px;
  width: 60px;
  border: 0;
  outline: none;
}
.ContactSide:focus {
  outline: none;
}

.nav-pills {
  background-color: #f4f4f4;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  display: block;
}
.nav-pills li {
  display: inline-block;
  font-size: 0;
}
.nav-pills li:not(:last-child) {
  margin-right: 0.4rem;
}
.nav-pills .nav-link {
  vertical-align: middle;
  line-height: 1;
  color: #777a7c;
  padding: 0.5rem 0.75rem 0.5rem 0.25rem;
  white-space: nowrap;
  font-size: 15px;
}
.nav-pills .nav-link img {
  display: inline-block;
  vertical-align: middle;
}
.nav-pills .nav-link span {
  display: inline-block;
  vertical-align: middle;
}
.tab-pane .shadow-sm {
  box-shadow: 0px 3px 6.96px 1.04px rgba(0, 0, 0, 0.1) !important;
}

.ContactSide.hide {
  display: none;
}

/*.ConontaSec {z-index: 10; position: relative;}*/
@media (min-width: 768px) {
  .topText {
    font-size: 26px;
  }
  .bg-dark .bg-left img {
    display: none;
  }
}
@media (max-width: 991px) {
  .bg-clientSay {
    background-size: auto;
  }
  .giftingType li  {padding: 15px 10px}
  .giftingType li figure figcaption  {font-size: 14px}  

  .bg-dark .media {
    display: block;
    text-align: center;
  }
  .bg-dark .media img {
    margin: 0 0 10px 0 !important;
  }
  .footer-email { 
    font-size: 22px;
}
.testiSec .media {
  display: flex;
}

.testiSec .media img {
  width: 50px;
} 


.ConontaSec .g-fs-36 {
  font-size: 26px;
}

.ConontaSec .g-fs-28 {
  font-size: 20px;
}
}
@media (max-width: 767px) {
  .bg-banner {
    background: #99cee0 url(../corporate/images/banner-mobile.jpg) no-repeat
      right bottom/cover;
    font-size: 14px;
  }
  .bg-banner h3 {
    font-size: 24px;
  }
  .btn-top {
    background: url(../corporate/images/btn-top.png) no-repeat center;
    font-size: 0;
    text-indent: -9999px;
    height: 34px;
    width: 34px;
  }
  .footer-email {
    font-size: 20px;
  }
  .footer-email span img {margin: 10px}
  .footer-email span + span + span {font-size: 16px}

  .testiSec .media .media-body {
    font-size: 14px;
  }
  .testiSec .owl-dots .owl-dot span {
    width: 18px;
    height: 18px; 
  }

.cutomHead h3 {font-size: 22px}

.alignDV-2 .media {
  flex-direction: row-reverse;
}

.alignDV .media {
  display: flex;
}

.ConontaSec {
  padding: 30px 0px;
}

.ConontaSec .g-fs-36 {
  font-size: 26px;
}

.ConontaSec .g-fs-28 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ConontaSec:before{
  display: none;
}

.formShadow {
  box-shadow: none;
}

  .ContactSide {
    height: 68px;
    border-radius: 0 10px 10px 0;
    background-position: center -5px;
    width: 50px;
  }
  .giftingType {
    display: block;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
  }
  .giftingType li {display: inline-block; max-width:initial; width: 120px; white-space: initial; min-height: 140px; vertical-align: top;}
}

@media (max-width: 575px) {
  .bg-banner h3 {
    font-size: 20px;
    white-space: nowrap;
  }
  .bg-banner p {
    margin: 0;
  }
  .modal-dialog {
    max-width: 450px;
  }
  .giftingType li figure img {width: 40px}
  .giftingType li {width: 130px; min-height: 115px}
  .giftingType li figure figcaption {padding-top: 10px}

  .cutomHead h3 {
    font-size: 20px;
  }

  .testiSec .media img {
    width: 32px !important;
}

}

.chooseSec .media .media-body h5 {
  font-size: 18px;
}


/* Wheel 21-jan-2021 */
/* spining Wheel */
.App {
  text-align: center;
}

/* spining Wheel */
.wheel-container {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: 330px;
  padding: 30px 0 60px;
  margin: auto;
  user-select: none;
  background: url('../wheel/images/Spin_the_Wheel-bg.png') no-repeat center top;
}

.wheel-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background: url('../wheel/images/pointer.png') no-repeat center top;
}

.wheel::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  border-radius: 50%;
  right: -2px;
  bottom: -2px;
  background: url('../wheel/images/bg-top-wheel.png') no-repeat center/cover;
}

#spin_button {
  background: url('../wheel/images/spin.png') no-repeat center;
  color: #edc900;
  font-size: 24px;
  border: 0;
  padding: 5px 10px;
  border-radius: 5px;
  top: 33%;
  z-index: 2;
  left: 50%;
  padding: 30px 10px 40px;
  line-height: 1;
  font-weight: 800;
  width: 120px;
  height: 120px;
  margin: 0 0 0 -60px;
  position: absolute;
  outline: none;
  cursor: pointer;
}

#spin_button span {
  font-size: 12px;
}

#spin_button:focus {
  outline: none;
}

.wheel {
  display: block;
  position: relative;
  margin: auto;
  width: 330px;
  height: 330px;
  overflow: hidden;
  border-radius: 50%;
  border: solid #2879b9 0;
  background-color: #ffffff;
  transition: transform 0.25s;
  transform: rotate(-30deg);
  cursor: pointer;
}

.wheel.spinning {
  transition: transform 2s;
  transform: rotate(
    calc(
      3 * 360deg - 30deg + (-360deg * var(--selected-item) / var(--nb-item, 1))
    )
  );
}

.wheel-item {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 50%;
  transform-origin: center left;
  transform: translateY(-50%)
    rotate(calc((var(--item-nb) - 2) * (360deg / var(--nb-item, 1))));
  color: #ffffff;
  text-align: right;
  padding: 0 25px 0 50px;
  font-weight: 700;
}

.wheel-item span {
  text-align: center;
  display: block;
  line-height: 1.1;
  transform: rotate(90deg);
  margin-right: -25px;
  font-size: 15px;
  padding: 10px;
}

.wheel-item:before {
  content: ' ';
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0px;
  --slice-max-width: calc(var(--PI) * 400px + 400px / 2);
  --slice-width: calc((var(--slice-max-width) / var(--nb-item)) - 18px);
  border: solid transparent calc(var(--slice-width) / 2);
  border-left: solid transparent 27px;
  border-right: solid #400b36 calc(400px / 2);
}

.wheel-item:nth-child(1):before {
  border-right-color: #400b36;
}

.wheel-item:nth-child(2):before {
  border-right-color: #ff8b00;
}

.wheel-item:nth-child(3):before {
  border-right-color: #04756e;
}

.wheel-item:nth-child(4):before {
  border-right-color: #400b36;
}

.wheel-item:nth-child(5):before {
  border-right-color: #ff8b00;
}

.wheel-item:nth-child(6):before {
  border-right-color: #04756e;
}

:root {
  --selected-item: 0;
  --nb-item: 0;
  --item-nb: 0;
  --PI: 3.14159265358979;
}

.republic-day-Heading {
  color: #561249;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
}

.bg-republic-day {
  background: url(../wheel/images/bg-republic-day.jpg) no-repeat center/cover;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.modalRepublicDay .modal-body .btn,
.bg-republic-day .btn {
  font-weight: 600;
  font-size: 14px;
}

.modalRepublicDay .modal-body .btn-danger,
.bg-republic-day .btn-danger {
  background-image: linear-gradient(180deg, #b60020 0%, #840017 100%);
  border: 0;
}

.bg-republic-day img {
  max-width: 100%;
}

.modalRepublicDay .modal-body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: url(../wheel/images/bg-republic-day.jpg) no-repeat center/cover;
  border: 0;
  border-radius: 4px;
  color: #000;
  font-weight: 600;
}

.modalRepublicDay .modal-body h4 {
  font-weight: 700;
  color: #020088;
}

.modalRepublicDay a.close-btn {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: url(../wheel/images/cross.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}

.modalRepublicDay .modal-body figcaption h4 {
  font-size: 50px;
}

.modalRepublicDay .modal-body h3 {
  font-weight: 600;
}

@media (min-width: 992px) {
  .btn-list {
    margin-top: -20px !important;
  }
}

@media (max-width: 991px) {
  .republic-day-Heading br {
    display: none;
  }

  .republic-day-Heading {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .btn-list .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .republic-day-Heading {
    font-size: 20px;
  }
}

/* Smart Buy Popup 29 Jan 2021 */
.custom-modal {
  display: flex;
  position: fixed;
  z-index: 100;
  padding: 10px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}

.custom-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  font-size: 0;
  max-width: 560px;
  position: relative;
}
.custom-modal-content img {
  max-width: 100%;
}

.custom-modal .close {
  font-size: 28px;
  position: absolute;
  z-index: 2;
  padding: 0;
  right: -10px;
  top: -10px;
  color: #fff;
  background: #ff0000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  opacity: 1;
}

.custom-modal .close:hover,
.custom-modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.custom-modal .btnSec {
  text-align: center;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .custom-modal .btnSec {
    margin-top: -10px;
    background: #d0edfc;
    padding-bottom: 5px;
  }
}
/* pizza-day 16 Feb 2021 */
.btfText {
  font-size: 12px !important;
}
.btfText p {
  font-size: 12px;
}
.btfText h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.btfText h1 {
  font-size: 20px;
  font-weight: 600;
}
.btfText h2 {
  font-size: 18px;
  font-weight: 600;
}
.btfText h3 {
  font-size: 16px;
  font-weight: 600;
}
.btfText h4 {
  font-size: 14px;
  font-weight: 600;
}
.btfText ul {
  font-size: 12px;
  padding-left: 20px;
}
.btfText ol {
  font-size: 12px;
  padding-left: 20px;
}
.MoreAboutBrands {
  color: #696969;
}
.MoreAboutBrands h3 {
  font-size: 14px;
}
.MoreAboutBrands h4 {
  font-size: 14px;
}

/* woman-day 04 Mar 2021 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  src: url('../womanday/fonts/Bondi.woff');
  font-family: Bondi;
}

:root {
  --font11: 11px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --text-gray: #888888;
  --font-w-500: 500;
  --font-w-600: 600;
  --font-w-700: 700;
  --hover-color: #7fd024;
  --btn-greeen: #7ed024;
}
.banner {
  background-image: url('../womanday/images/banner-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner .row {
  position: relative;
  z-index: 9;
}
.banner:before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: 361px;
  height: 363px;
  background: url('../womanday/images/left_girl.png');
}

.banner:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 210px;
  height: 372px;
  background: url('../womanday/images/girl_right.png');
  background-repeat: no-repeat;
}
.banner h1 {
  font-size: 34px;
  font-family: 'Bondi';
  color: #fc72b1;
}
.banner h2 {
  font-family: 'Bondi';
  font-size: 25px;
  background: #524759;
  color: #fff;
  display: inline-block;
  padding: 7px 17px;
  border-radius: 4px;
  word-spacing: 5px;
  letter-spacing: 1px;
  margin: 20px 0px;
}
.banner h3 {
  font-family: 'Bondi';
  font-size: 46px;
  color: #34016d;
  margin-bottom: 15px;
}
.banner p {
  font-size: 22px;
  color: #252128;
  font-weight: 500;
  position: relative;
}
.banner p span {
  position: relative;
}
/*.banner p:before {
    content: "";
    position: absolute;
    left: 28.5%;
    top: 43%;
    width: 10%;
    height: 2px;
    background: #000;
}
.banner p:after {
    content: "";
    position: absolute;
    right: 28.5%;
    top: 43%;
    width: 10%;
    height: 2px;
    background: #000;
}*/
.banner p span:first-child:before {
  content: '';
  position: absolute;
  left: -125px;
  top: 30%;
  width: 120px;
  height: 14px;
  /* background: #000; */
  /* border-radius: 50%; */
  background: url('../womanday/images/left.png');
  background-repeat: no-repeat;
  background-position: right;
}
.banner p span:last-child:before {
  content: '';
  position: absolute;
  right: -125px;
  top: 30%;
  width: 120px;
  height: 14px;
  /* background: #000; */
  /* border-radius: 50%; */
  background: url('../womanday/images/right.png');
  background-repeat: no-repeat;
}

/*  content: "\f111";
  	font-family: FontAwesome;*/
.btn_sec button {
  font-size: var(--font14);
  background: var(--btn-greeen);
  border-color: var(--btn-greeen);
  color: #1c3600;
  font-weight: var(--font-w-500);
  padding: 12px 25px;
}

.social_list li {
  float: left;
}
footer {
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 30px;
}
.copy_sec p {
  margin: 0;
  font-size: var(--font14);
  color: #2f2f2f;
}

.copy_sec p a {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  padding-right: 10px;
  color: #2f2f2f;
  font-size: var(--font14);
}
.copy_sec p a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 1px;
  height: 70%;
  background: #2f2f2f;
}
.copy_sec p a:first-child {
  margin-left: 10px;
}
.copy_sec p a:hover {
  text-decoration: none;
  color: var(--hover-color);
}
.terms_pop .modal-dialog {
  /* max-width: fit-content; */
  min-height: fit-content;
  background-image: url('../womanday/images/pop-design.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 60px;
  border-radius: 5px;
  width: auto;
  height: auto;
}
.terms_pop .modal-dialog .modal-content {
  border: 0;
  background: transparent;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.terms_pop .modal-dialog h3 {
  font-size: 30px;
  margin-bottom: 27px;
}
.terms_pop .modal-dialog .modal-body {
  padding: 0;
  border: 0;
}
.terms_pop .modal-dialog .modal-header {
  padding: 0;
  border: 0;
}
.terms_pop .modal-dialog li {
  font-size: 16px;
  list-style-position: inside;
  padding-left: 26px;
  line-height: 38px;
}
.terms_pop .modal-dialog .modal-content button.close {
  opacity: 1;
  position: absolute;
  right: -11%;
  top: -11%;
}
.terms_pop .modal-dialog .modal-content button:focus {
  outline: none;
}
.fixed_btm_nav {
  display: none;
}
.reed_pop h4 {
  font-size: 64px;
  font-family: 'Bondi';
}
.reed_pop h6 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.reed_pop p span {
  background: #524759;
  color: #fff;
  display: inline-block;
  padding: 7px 17px;
  border-radius: 4px;
}
.logo_dv img {
  width: 220px;
}
.button-dice-2 {
  background: transparent;
  border: 0;
}
button#dic_btn:focus {
  outline: none;
}

@media (max-width: 576px) {
  .login_text {
    display: inline-block;
    margin: auto;
    float: none;
    position: relative;
    right: 40%;
  }
  .fixed_btm_nav {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fafafc;
    box-shadow: 0px 0px 12px 11px #00000017;
    z-index: 9999;
  }

  .fixed_btm_nav .offer_mr {
    margin-top: -40px;
    margin-bottom: 10px;
  }
  .fixed_btm_nav .offer_mr img {
    border: 1px solid #f8f9fa;
    border-radius: 50%;
    box-shadow: 0px -9px 16px 2px #00000017;
  }
  section.copy_sec {
    margin-bottom: 60px;
  }
  section.copy_sec p {
    padding: 0px 15px 40px 15px;
  }
}

@media (max-width: 767px) {
  .btn_sec button {
    padding: 5px 10px !important;
    margin: 5px !important;
  }
  .woman-day .terms_pop.modal.show .modal-dialog {
    margin: 20px 15px;
    top: 0;
    transform: inherit;
  }
  .banner h2 {
    margin-top: 300px;
    border-radius: 0;
    position: relative;
  }
  .banner h2:after {
    content: '';
    position: absolute;
    left: -83%;
    top: 0px;
    width: 240%;
    height: 100%;
    background: #524759;
    z-index: -1;
  }
  .banner:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 100px;
    width: 361px;
    height: 363px;
    background: url(../womanday/images/left_girl.png);
    background-size: 80%;
    background-repeat: no-repeat;
  }
  /*.banner:after {
	    content: "";
	    position: absolute;
	    right: 20px;
	    bottom: 55%;
	    width: 361px;
	    height: 363px;
	    background: url(../womanday/images/left_girl.png);
	    background-size: 60%;
	    background-repeat: no-repeat;
	}*/
  .banner:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 100px;
    width: 210px;
    height: 372px;
    background: url(../womanday/images/girl_right.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-repeat: no-repeat;
  }
  /* .modal.show .modal-dialog {
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
  } */
}

@media (max-width: 550px) {
  .banner:before {
    content: '';
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .banner:after {
    content: '';
    position: absolute;
    right: 0px;
    background-size: 50%;
  }
  .banner h2 {
    margin-top: 190px;
  }
}
@media (max-width: 450px) {
  .banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 140px;
    width: 361px;
    height: 363px;
    background: url(../womanday/images/left_girl.png);
    background-size: 40%;
    background-repeat: no-repeat;
  }
  .banner:after {
    content: '';
    position: absolute;
    right: -50px;
    background-size: 48%;
    top: 95px;
  }
  .banner h1 {
    font-size: 30px;
  }
}

@media (max-width: 510px) {
  .banner p span:first-child:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 29%;
    width: 35px;
    height: 14px;
  }
  .banner p span:last-child:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 29%;
    width: 35px;
  }

  .terms_pop .modal-dialog {
    padding: 20px 20px;
  }
  .terms_pop .modal-dialog .modal-content button.close {
    opacity: 1;
    position: absolute;
    right: -3%;
    top: -5%;
  }
  .terms_pop .modal-dialog li {
    font-size: 16px;
    line-height: 34px;
    padding-left: 0px;
  }
  .terms_pop .modal-dialog h3 {
    font-size: 26px;
    margin-bottom: 27px;
  }
}

@media (max-width: 375px) {
  .banner p span:first-child:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 29%;
    width: 35px;
    height: 14px;
    display: none;
  }
  .banner p span:last-child:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 29%;
    width: 35px;
    display: none;
  }
}

.HappyHolyPopup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  align-items: center;
}
.HappyHolyPopup .HappyHolyPopupInner {
  position: relative;
  width: 503px;
  margin: 0 auto;
  background: #f4a673 url(/styles/images/HappyHolyPopup-bg.jpg) no-repeat
    center/100% 100%;
  text-align: center;
  z-index: 2;
}
.HappyHolyPopup .HappyHolyPopupInner h5 {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  color: #000;
}
.HappyHolyPopup a.close-btn {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: url(../../styles/images/close-menu.png) no-repeat
    center;
  width: 26px;
  height: 26px;
  z-index: 2;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
.HappyHolyPopup a.close-btn:before {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  cursor: auto;
}
.HappyHolyPopup .HappyHolyPopupInner > div {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
}
.HappyHolyPopup .HappyHolyPopupInner > div > div {
  position: relative;
  z-index: 9;
}

@media (max-width: 525px) {
  .HappyHolyPopup {
    padding: 15px;
  }
  .HappyHolyPopup .HappyHolyPopupInner {
    width: 100%;
    background-size: 100% 100%;
  }
  .HappyHolyPopup .HappyHolyPopupInner h5 {
    font-size: 20px;
  }
  .HappyHolyPopup a.close-btn {
    right: 0;
    top: 0;
  }
}

.site-map-link {
  font-size: 0;
}
.site-map-link li {
  width: 25%;
  vertical-align: top;
  margin: 0 !important;
}
.site-map-link li a {
  font-size: 14px;
  display: inline-block;
  padding: 3px;
  color: #6b6b6b;
}
.site-map-link li a:hover {
  color: #f3943d;
}

.corporateCorousal .owl-nav {
  display: block !important;
}

.rightForm {
  position: absolute;
  z-index: 999;
  bottom: 6px;
  width: 300px;
  right: 0;
  background: rgba(255,255,255,.9);
  padding: 10px 0;
  border-radius: 10px;
}
/* earth game css started */

@font-face {
  font-family: 'kidsoneregular';
  src: url('kidsone-webfont.woff2') format('woff2'),
    url('kidsone-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 767px) {
  .aftr_row_img:after {
    content: '';
    bottom: -370px;
    display: block;
    background-size: 70%;
    left: 50%;
    transform: translateX(-40%);
  }
}
@media (max-width: 768px) {
  #carouselHome .carousel-item img {
    height: 280px;
  }
}
@media (max-width: 575px) {
  #carouselHome .carousel-item img {
    height: 200px;
  }

  .payAbleAmount {
    background: #f5f5f5;
  }
  .filterHomeTab a {
    font-size: 13px;
  }
  .wlt_gold p {
    font-size: 14px !important;
  }
  .wlt_gold p span {
    font-size: 20px !important;
  }
}

/* my transactions page */

.bg-light2 {
  background-color: #fefefe !important;
}
.bg-light2 .bg-light {
  background-color: #fbfbfb !important;
}
.fs-12 {
  font-size: 12px;
}
.fw-600 {
  font-weight: 600;
}

.TransactionsAdress {
  position: relative;
}
.TransactionsAdress h3 {
  cursor: pointer;
}
.TransactionsAdress:after {
  background: url(../images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 0px;
  top: 12px;
  cursor: pointer;
}
.transactions-list.open .TransactionsAdress:after {
  transform: rotate(180deg);
}
.TransactionsAdressss .TransactionsdetailsBox {
  display: none;
}
.transactions-list.open .TransactionsAdressss .TransactionsdetailsBox {
  display: block;
}
.transactions-list.open .TransactionsAdress h3 {
  padding-bottom: 0 !important;
}

.TransactionsdetailsBox .col span {
  display: block;
  color: #212529;
  font-size: 14px;
  font-weight: 600;
}
.TransactionsdetailsBox .col {
  font-size: 12px;
}
.TransactionsdetailsBox .row {
  border-top: 1px dashed #efefef;
}

@media (min-width: 768px) {
  .TransactionsdetailsBox .row + .row span {
    display: none;
  }
  .TransactionsdetailsBox .row + .row span.priceBox {
    display: inline-block;
    width: 38px;
    text-align: right;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .TransactionsMainGridHead .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .TransactionsdetailsBox .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .TransactionsdetailsBox .TransactionsGrid:nth-child(even) {
    background-color: #f9f9f9;
  }

  /* entertainment start */
  .filterHomeTab {
    order: -1;
  }
  .payAbleAmount span:last-child {
    float: right;
  }
  .filterHomeTab ul li a {
    border-radius: 0px !important;
  }
  .filterHomeTab a {
    padding: 5px 0px;
  }

  .payAbleAmount {
    padding: 12px 15px;
  }
  .addForm .inputBtn .form-control {
    height: 40px;
  }
  .name_text h3 {
    font-size: 30px;
    font-family: inherit;
  }
  .name_text p {
    font-size: 17px;
  }
  .btnClose img {
    width: 30px;
  }
}

/* gyftr pay point */
.gyftr-pay-point .nav-tabs {
  background: #e6e6e6;
  border: 0;
}
.gyftr-pay-point .nav-tabs .nav-item {
  margin: 0;
}
.gyftr-pay-point .nav-tabs .nav-link {
  border-radius: 0;
  margin: 0;
  border: 0;
  border-right: 1px solid #bbbbbb;
  padding: 10px 32px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.gyftr-pay-point .nav-tabs .nav-link span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #ec9644;
  line-height: 1;
}
.gyftr-pay-point .nav-tabs .nav-link span + span {
  font-size: 12px;
  padding-top: 4px;
}
.gyftr-pay-point .nav-tabs .nav-link.active {
  border-bottom-color: #ec9644;
  background-color: #000;
}
.gyftr-pay-point .nav-tabs .nav-link.active span {
  color: #fff;
}
.gyftr-pay-point .nav-tabs .nav-link.active span + span {
  color: #fff;
}

/* entertainment start */

.Wallet_balance {
  /* height: 550px; */
  max-width: 550px;
  background: #000000e0;
  /*overflow-y: scroll;*/
}
.scroolDv {
  overflow-y: scroll;
  height: 415px;
}
.name_text h3 {
  font-size: 32px;
  line-height: 51px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: inherit;
}
.name_text p {
  font-size: 20px;
  font-weight: 300;
}
.wlt_gold {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 4px;
}
.wlt_gold p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
}
.wlt_gold p span {
  font-size: 30px;
}
.wlt_gold h6 {
  font-size: 18px;
}

.wlt_gold h3 {
  font-size: 38px;
  font-weight: bold;
  color: #000;
}
.log_main_dv {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.log_main_dv {
  border-bottom: 1px dashed #fff;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.owl-nav button:focus {
  outline: none;
}
.log_main_dv .owl-item:hover img {
  filter: grayscale(0) !important;
  box-shadow: none;
}

.log_main_dv .owl-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  z-index: -1;
}
.log_main_dv .owl-prev {
  position: relative;
  margin-left: -56px;
  background: url(../images/prevCoro.png) no-repeat center !important;
  border: none;
  background-size: cover !important;
  height: 35px;
  width: 35px;
}
.log_main_dv .owl-next {
  position: absolute;
  top: 12px;
  right: -56px;
  background: url(../images/nextCol.png) no-repeat center !important;
  border: none;
  background-size: cover !important;
  height: 35px;
  width: 35px;
}
/* 
.log_main_dv .owl-nav {
  display: block !important;
}
.log_main_dv .owl-nav span {
    font-size: 60px;
    color: #fff;
    margin-top: -10px !important;
} */
.btnClose {
  opacity: 1;
  position: absolute;
  right: 0px;
  top: -45px;
}
.filterHomeTab li {
  /* width: 33.333%; */
  text-align: center;
  margin-right: 0px !important;
}
.filterHomeTab a {
  font-size: 14px !important;
  font-weight: 400;
  border: 2px solid #9d9d9d;
  padding: 9px 0px !important;
  display: block;
  color: #000 !important;
}

.filterHomeTab .active {
  background: #ffc400 !important;
  border-color: #ffc400;
  color: #000 !important;
}
.filterHomeTab ul li:first-child a {
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
}

.filterHomeTab ul li:last-child a {
  border-radius: 0px 5px 5px 0px;
  overflow: hidden;
}

@media (max-width: 340px) {
  .gyftr-ott .fs-16 {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .log_main_dv .owl-nav button {
    top: -7px !important;
  }
}

@media (max-width: 360px) {
  div#WalletBalanceEnter .modal-dialog {
    padding-top: 5% !important;
    padding-right: 2%;
  }
}

.log_main_dv .owl-nav button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
}

.log_main_dv button.owl-prev {
  left: -55px;
}
.log_main_dv button.owl-next {
  right: -55px;
}

div#WalletBalanceEnter .modal-dialog {
  padding-top: 3%;
  margin-bottom: 2%;
}
#WalletBalanceEnter .modal-content {
  margin: 0 !important;
  width: -webkit-fill-available;
  border: 0 !important;
}
.btn-light {
  color: #212529;
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3;
}

/********************* entertainment new***************** */
.claimSec {
  background-color: #f6f6f6;
}
.sterIcon img {
  box-shadow: 0px 0px 11px 5px #0000000a;
  z-index: 9;
}
.step-1:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border: 1px dashed #bbbbbb;
}
.step-2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border: 1px dashed #bbbbbb;
}
.step-3:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border: 1px dashed #bbbbbb;
}
.sterIcon {
  padding: 10px;
  background: #f6f6f6;
  z-index: 9;
}
.filerMainDv {
  background-color: #f6f6f6;
}
.stepInner h5 {
  font-size: 16px;
}
.watchDemo {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 0px 12px 5px #0000001c;
  z-index: 9;
}
.filterHomeTab .active {
  background: #ffb85c !important;
  border-color: #ffb85c;
  color: #fff !important;
}
.filterHomeTab a {
  border: 2px solid #ffb85c;
}
.ImportantInstructionsList li:after {
  position: absolute;
  left: 0px;
  width: 14px;
  height: 14px;
  background-color: #91003e;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.line-through {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .step-1:after {
    content: '';
    display: none;
  }
  .step-2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -70%;
    transform: translateX(-50%);
    width: 2px;
    height: 68px;
    border: 1px dashed #bbbbbb;
    z-index: 9;
  }
  .step-3:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -70%;
    transform: translateX(-50%);
    width: 2px;
    height: 68px;
    border: 1px dashed #bbbbbb;
    z-index: 9;
  }
  .step-4:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -70%;
    transform: translateX(-50%);
    width: 2px;
    height: 68px;
    border: 1px dashed #bbbbbb;
    z-index: 9;
  }
  .filterHomeTab {
    order: 1;
    margin-top: 20px;
  }
  .addForm label {
    font-weight: 600;
  }
}
.brandLeft h4 {
  color: #212529;
}
.listOuterMain {
  box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 17%);
}
.listOuterMain:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: url('../entertainmentnew/leftCircle.png');
}
.listOuterMain:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: url('../entertainmentnew/leftCircle2.png');
}

.imp-btn li a {
  background: rgba(255, 255, 255, 0.7)
    url('../entertainmentnew/instruction.png') no-repeat 8px center;
}

.imp-btn li a {
  display: block;
  position: relative;
  border: 1px solid rgba(151, 151, 151, 0.3);
  font-size: 14px;
  border-radius: 2px;
  padding: 10px 30px 10px 48px;
}
.imp-btn li a:after {
  position: absolute;
  background: url('../entertainmentnew/right-32.png') no-repeat center/cover;
  width: 8px;
  height: 12px;
  content: '';
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.imp-btn li:nth-child(2) a {
  background: rgba(255, 255, 255, 0.7) url('../entertainmentnew/steps.png')
    no-repeat 8px center;
}
.imp-btn li:nth-child(3) a {
  background: rgba(255, 255, 255, 0.7) url('../entertainmentnew/tncatent.png')
    no-repeat 8px center;
}
.fomRight .otpRow:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  border: 1px dashed #000000c9;
}

.billing_form {
  border: 0px;
  border-bottom: 1px solid #ced4da;
  font-size: 15px;
}

.subscriptionDv h3 {
  font-size: 21px;
  color: #212529;
  font-weight: 900;
}
.subscriptionDv p {
  font-size: 13px;
  color: #212529;
  font-weight: bold;
  margin-top: 2px;
}
.bestBuy {
  right: -5px;
  top: 0;
  height: 100%;
}
.bestBuy p {
  font-size: 11px;
  position: relative;
  writing-mode: vertical-rl;
  top: 50%;
  transform: rotateZ(180deg) translateY(52%);
  color: #91003e;
  letter-spacing: 0.5px;
  font-weight: 700;
  height: 100%;
}
.fomRight .form-control {
  border-color: #000;
  color: #000;
}

.fomRight .form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.fomRight .form-control:-ms-input-placeholder {
  color: #000;
}

.fomRight .form-control::-ms-input-placeholder {
  color: #000;
}
.fomRight .otpRow:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  border: 1px dashed #000000c9;
}
.productGray {
  filter: grayscale(1);
  opacity: 0.7;
  pointer-events: none;
}
.nextBtnActive:hover a {
  color: #fff;
}
.activeOuter {
  border-top: 2px solid #ffc400;
  border-bottom: 2px solid #ffc400;
}
.brandogo {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 991px) {
  .faceValueDv .fs-16 {
    font-size: 13px;
  }
  .sbowCart {
    padding-bottom: 0px;
  }
  .listOuterMain p.fs-14 {
    font-size: 13px;
  }
  .listOuterMain .fs-18 {
    font-size: 15px;
  }
  .listOuterMain li.border-left {
    border-width: 0px !important;
  }
  .listOuterMain li br {
    display: none;
  }
}

@media (max-width: 420px) {
  .subscriptionDv h3 {
    font-size: 16px;
  }
  .subscriptionDv p {
    font-size: 10px;
  }
  .bestBuy {
    right: -8px;
  }
  .listOuterMain li.fs-16 {
    font-size: 13px;
  }
}
@media (max-width: 384px) {
  .listOuterMain a.btn {
    font-size: 11px;
  }
  .gyftr-ott .fs-14 {
    font-size: 12px;
  }
}
.howtomodal .modal-header span {
  font-size: 30px;
}
.howtomodal button.close {
  margin-top: 0;
  padding: 3px 15px;
  opacity: 1;
}

.howtomodal figcaption p {
  font-size: 12px;
  color: #000;
  word-break: break-all;
}

.howtomodal figcaption {
  border-top: 3px solid #aaa;
  word-break: break-all;
}
.howtomodal h6 {
  text-align: center;
  position: relative;
  margin-top: -20px;
}

.howtomodal .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  z-index: -1;
}
.howtomodal .overflowhidden {
  overflow: hidden;
}
.howtomodal .owl-prev {
  position: relative;
  margin-left: -28px;
  background: url(../images/prevCoro.png) no-repeat center !important;
  border: none;
  background-size: cover !important;
  height: 35px;
  width: 35px;
}
.howtomodal .owl-next {
  position: absolute;
  top: 12px;
  right: -33px;
  background: url(../images/nextCol.png) no-repeat center !important;
  border: none;
  background-size: cover !important;
  height: 35px;
  width: 35px;
}

.howtomodal h6:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 44%;
  width: 100%;
  height: 1px;
  background: #979797;
  z-index: -99999;
}
.step_pop:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 45%;
  height: 10px;
  width: 1px;
  background: #979797;
  transform: translateY(-50%);
}
.step_pop:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 45%;
  height: 10px;
  width: 1px;
  background: #979797;
  transform: translateY(-50%);
}
.howtomodal h6 span {
  font-size: 11px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ffb85c;
  width: 40px;
  height: 40px;
  padding: 3px;
  background: #fff;
  margin-top: 70px;
}

.howtomodal h6 span b {
  font-size: 15px;
  display: block;
}
.howtomodal .owl-nav button.owl-prev {
  left: -27px;
  background: transparent;
  border: none;
}
.howtomodal span {
  font-size: 70px;
  position: relative;
  top: -44px;
  color: darkblue;
  left: -7px;
}
.howtomodal .owl-nav.disabled {
  display: block;
}
.howtomodal .owl-nav button.owl-next {
  right: -43px;
  background: transparent;
  border: none;
}
.howtomodal span {
  font-size: 70px;
  position: relative;
  top: -44px;
  color: darkblue;
  left: -7px;
}
.crossIc {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9;
}

/* blocked modal */

.blockpopup .jscontentcenter {
  justify-content: center;
}
.blockpopup .oopstext {
  font-size: 22px;
  font-weight: 600;
  color: red;
}
.blockpopup .buttontext {
  border-radius: 20px;
  background: white;
  color: black;
  font-weight: 600;
  border: 1px solid #000;
}
.blockpopup .bodytext {
  text-align: center;
}

.mnemonics {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  font-size: 13px;
  padding: 5px 11px 5px 15px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
}
.mnemonics li img {
  display: inline-block;
  vertical-align: middle;
}
.mnemonics li span {
  display: inline-block;
  padding: 0 25px 0 10px;
  vertical-align: middle;
  background: url(../images/check.png) no-repeat right center;
  color: #019913;
}
.mnemonics li.donotUse img {
  opacity: 50%;
  filter: grayscale(100%);
}
.mnemonics li.donotUse span {
  color: #fe355c;
  background-image: url(../images/cross.png);
}

@media (max-width: 767px) {
  .mnemonics li {
    margin: 0;
    font-size: 12px;
    padding: 3px 8px 3px 10px;
    margin-right: 3px;
  }
  .mnemonics li span {
    padding: 0 18px 0 5px;
  }
  .mnemonics {
    margin: 0 0 -35px;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    z-index: 99;
  }
}

#one-time-use-vg a.close-btn,
#one-time-use-vg-brandpage a.close-btn,
#one-time-use-vg-home a.close-btn,
#one-time-use-vg-header a.close-btn {
  right: 3px;
  top: 3px;
  position: absolute;
  content: '';
  background: #fff url(../../styles/images/close_icon.png)
    no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
#one-time-use-vg .modal-dialog,
#one-time-use-vg-header .modal-dialog {
  height: auto !important;
}

#one-time-use-vg-home .outline-style .modal-body:before {
  border: none !important;
}
#headercheckoutins a.close-btn {
  right: 3px;
  top: 3px;
  position: absolute;
  content: '';
  background: #fff url(../../styles/images/close_icon.png)
    no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
/******** New login Modal **************/
.orange-bg {
  background-color: #ff9200;
}
.NewModelDesign .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  min-height: calc(100% - (1.75rem * 2));
}
/* .modal-backdrop.show {
  opacity: 0.7;
} */
.closeAbsolute {
  position: absolute;
  right: 0;
  top: 5px;
  right: 10px;
  z-index: 9;
}
.NewModelDesign .custom-control {
  font-size: 12px;
  color: #b5b5b5;
}
.NewModelDesign .custom-control a {
  color: #ff9200;
  line-height: 2;
}
.NewModelDesign .line {
  position: relative;
}
.NewModelDesign .line:after {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 14px;
  height: 1px;
  content: '';
  background: #b5b5b5;
}
.NewModelDesign .line span {
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
}
.NewModelDesign .btn-primary {
  background-color: #0f7ca0;
  border-color: #0f7ca0;
}
.NewModelDesign .outlinenone {
  outline: none;
}
.NewModelDesign .loginAlert {
  margin-top: 10px;
  padding: 4px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.crsptr {
  cursor: pointer;
}
button.react-datepicker__navigation.react-datepicker__navigation--previous {
  display: none;
}
button.react-datepicker__navigation.react-datepicker__navigation--next {
  display: none;
}
.customBorderReg .react-datepicker__input-container input {
  border: 1px solid #ced4da;
}
@media (min-width: 768px) {
  .NewModelDesign .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 480px) {
  .NewModelDesign .modal-content {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
  }
}

/* New payment page */

.card-header {
  background: #ececec;
}
.card-body {
  background: #fbfbfb;
}
.orderList li strong {
  font-size: 20px;
}

.checkList input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkList label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.checkList label:before {
  content: '';
  -webkit-appearance: none;
  border: 1px solid #767676;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  background: #fff;
}

.checkList input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkList input:checked + label:before {
  background: #767676;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.checkBrand input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkBrand label {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 12px;
  border: 1px solid rgb(0 0 0 / 6%);
  box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 4%);
  border-radius: 5px;
  padding-left: 32px;
}

.checkBrand label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f79c33;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 5px;
  top: 52%;
  transform: translateY(-50%);
}

.checkBrand input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
.checkBrand input:checked + label:before {
  background: #f79c33;
}

.innerPayment li small {
  font-weight: 500;
  font-size: 14px;
}
.innerPayment ul li button {
  transform: rotate(-90deg);
}
.innerPayment button {
  background: #e89450;
}
.innerPayment button:focus {
  outline: 0;
}

.payList {
  display: none;
}
.openMakePayment .payList {
  display: block;
}
.openMakePayment ul li button {
  transform: rotate(0deg);
}
.paymentMain footer {
  width: 100%;
  background: #f8f9fa;
  bottom: 0;
  font-size: 14px;
}
.paymentMain {
  min-height: calc(100vh - 81px);
  padding-bottom: 100px;
}
.innerPayment a {
  color: #000;
  display: block;
}
.innerPayment a:hover {
  text-decoration: none;
}
.listClick {
  cursor: pointer;
}
.selectOPT {
  font-size: 12px;
  padding-left: 70px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: -16px;
}

.cursor-pointer {
  cursor: pointer;
}
.headingColor {
  background: #dcd5ce;
  padding: 12px 5px;
}
@media (max-width: 767px) {
  .selectOPT {
    padding-left: 57px;
  }
  .checkListWid li {
    width: 100%;
  }
  .payList ul {
    display: flex;
    justify-content: space-between;
  }
  .checkBrand {
    justify-content: flex-start !important;
  }
}
.innerPaymentNotSelect {
  position: relative;
  color: #a59c9c !important;
}
.innerPaymentNotSelect ul {
  background: #e7e7e7 !important;
}
.innerPaymentNotSelect:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
@media (max-width: 356px) {
  .checkBrand label {
    padding: 6px;
    padding-left: 22px;
  }
  .checkBrand label:before {
    content: '';
    width: 16px;
    height: 16px;
  }
  .checkBrand input:checked + label:after {
    content: '';
    left: 11px;
    width: 5px;
    height: 8px;
  }
  .innerPayment li small {
    font-size: 12px;
  }
  .innerPayment li strong {
    font-size: 14px;
  }
  .card-header strong {
    font-size: 14px;
  }
  .selectOPT {
    font-size: 11px;
  }
}

/* css for fonts */
.g-fw-100 {
  font-weight: 100;
}
.g-fw-200 {
  font-weight: 200;
}
.g-fw-300 {
  font-weight: 300;
}
.g-fw-400 {
  font-weight: 400;
}
.g-fw-500 {
  font-weight: 500;
}
.g-fw-600 {
  font-weight: 600;
}
.g-fw-700 {
  font-weight: 700;
}
.g-fw-800 {
  font-weight: 800;
}
.g-fs-10 {
  font-size: 10px;
}
.g-fs-11 {
  font-size: 11px;
}
.g-fs-12 {
  font-size: 12px;
}
.g-fs-13 {
  font-size: 13px;
}
.g-fs-14 {
  font-size: 14px;
}
.g-fs-15 {
  font-size: 15px;
}
.g-fs-16 {
  font-size: 16px;
}
.g-fs-17 {
  font-size: 17px;
}
.g-fs-18 {
  font-size: 18px;
}
.g-fs-19 {
  font-size: 19px;
}
.g-fs-20 {
  font-size: 20px;
}
.g-fs-21 {
  font-size: 21px;
}
.g-fs-22 {
  font-size: 22px;
}
.g-fs-23 {
  font-size: 23px;
}
.g-fs-24 {
  font-size: 24px;
}

.g-fs-25 {
  font-size: 25px;
}
.g-fs-26 {
  font-size: 26px;
}
.g-fs-27 {
  font-size: 27px;
}
.g-fs-28 {
  font-size: 28px;
}
.g-fs-29 {
  font-size: 29px;
}
.g-fs-30 {
  font-size: 30px;
}
.g-fs-31 {
  font-size: 31px;
}
.g-fs-32 {
  font-size: 32px;
}
.g-fs-33 {
  font-size: 33px;
}
.g-fs-34 {
  font-size: 34px;
}
.g-fs-35 {
  font-size: 35px;
}
.g-fs-36 {
  font-size: 36px;
}
.g-fs-37 {
  font-size: 37px;
}
.g-fs-38 {
  font-size: 38px;
}
.g-fs-39 {
  font-size: 39px;
}
.g-fs-40 {
  font-size: 40px;
}
/* road block popup */

.indusRoadBlockOuter button {
  opacity: 1;
  top: -40px;
  z-index: 9;
  right: 0;
}
.shopBtn {
  bottom: 16px;
  left: 50%;
  transform: translate(-50%);
  font-size: 22px;
  font-weight: 500;
  background: #f0582a;
  color: #fff;
  padding: 4px 32px;
  border-radius: 30px;
  border: 2px solid #fff;
  white-space: nowrap;
}
.shopBtn:hover {
  color: #fff;
}
@media (max-width: 400px) {
  .shopBtn {
    bottom: 8px;
    font-size: 14px;
    padding: 4px 32px;
  }
}

/* ent at brand activeOuterbrand */

.activeOuterbrand button {
  background: #ffc400;
  color: white;
  border: #ffc400;
}
.activeOuterbrand button:hover {
  background: #ffc400 !important;
  color: white !important;
  border: #ffc400 !important;
}
.table.cart-table.brand-2.redeemproduct tr.activeOuterbrand td {
  position: relative;
}
.table.cart-table.brand-2.redeemproduct tr.activeOuterbrand td::after {
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  background-color: #ffc400;
  z-index: 2;
}

.table.cart-table.brand-2.redeemproduct tr.activeOuterbrand td::before {
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #ffc400;
  z-index: 2;
}

/* new faq start*/

.faqBannr {
  background: #f7f7f7;
  font-family: 'Cinzel', serif;
  font-size: 28px;
}
.faqPage .nav.nav-tabs .nav-item a {
  font-size: 18px;
  color: #7c7c7c;
}
.faqPage .nav.nav-tabs .nav-item a.active {
  background: #fff8eb;
  color: #f9a51a;
}
.faqPage .nav.nav-tabs .nav-item a i {
  border: 1px solid #7c7c7c;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}
.accordianCustom h5 {
  background: #fff;
  margin-bottom: 0px !important;
  position: relative;
  padding: 4px 0 4px 22px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.faqPage .nav.nav-tabs .nav-item a.active i {
  border: 1px solid #fff8eb;
  background: #f9a51a;
  color: #fff;
}
.accordianCustom {
  border-bottom: 1px solid #dee2e6;
  padding: 14px 18px;
}
.accordianCustom h5:before {
  content: '';
  left: -5px;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f9a51a;
  top: 50%;
  transform: translateY(-50%);
}
.accordianCustom h5:after {
  content: '';
  left: 0px;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #f9a51a;
  top: 50%;
  transform: translateY(-50%);
}
.accordianOpen h5:before {
  content: '';
  left: -5px;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f9a51a;
  top: 50%;
  transform: translateY(-50%);
}
.accordianOpen h5:after {
  content: '';
  display: none;
}

.accordianCustom .lefthighlight {
  border-left: 2px solid #f9a51a;
  padding-left: 15px;
  font-size: 15px;
  margin-left: 26px;
  margin-top: 10px;
  display: none;
  line-height: 26px;
}
.accordianOpen .lefthighlight {
  display: block;
}
.accordianOpen {
  border: 1px solid #cfcfcf;
  box-shadow: 0px 0px 12px 6px #00000017;
  border-top: 0;
  border-radius: 5px;
}
.faqPage .card-body {
  background: #fff;
}
.listingBrandFaq ul::-webkit-scrollbar {
  display: none;
}
.listingBrandFaq li {
  background: #fcfcfc;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: relative;
  padding: 6px 15px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.listingBrandFaq li.listingBrandFaqActive {
  background: #f9a51a;
  border-color: #f9a51a;
  color: #fff;
}
.formFaqSearch {
  box-shadow: 0 0 17px 1px #0000001a;
}
.formFaqSearchinpbtn {
  height: 48px;
}
.faqPage .react-autosuggest__input {
  border: none;
}
.autosuggestionformouter input {
  position: relative;
  padding-right: 130px;
  height: 48px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.autosuggestionformouter .formFaqSearchinpbtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 23px;
  width: 126px;
}
.autosuggestionformouter .react-autosuggest__suggestions-container {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  background: #fff;
  border-top: 1px solid lightgrey;
  box-shadow: 0 10px 17px 1px #0000001a;
  z-index: 9;
}
.autosuggestionformouter .react-autosuggest__suggestions-container ul {
  margin-bottom: 0;
}
.autosuggestionformouter .react-autosuggest__suggestions-container li {
  font-size: 15px;
  padding: 7px 10px;
  /* border-bottom: 1px solid lightgray; */
}
.autosuggestionformouter .react-autosuggest__suggestions-container li:hover {
  color: #000 !important;
  background-color: #ddd8d8;
}
@media (max-width: 1199px) {
  .listingBrandFaq li {
    padding: 6px;
    margin-right: 4px !important;
  }
}
@media (max-width: 991px) {
  .listingBrandFaq ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    display: block;
  }
  .listingBrandFaq ul::-webkit-scrollbar {
    display: none;
  }
  .listingBrandFaq li {
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /* width: 100px; */
    position: relative;
    padding: 6px;
    cursor: pointer;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .faqBannr {
    font-size: 19px;
  }
}
@media (max-width: 567px) {
  .accordianCustom h5 {
    font-size: 14px;
  }
  .autosuggestionformouter .formFaqSearchinpbtn {
    width: 85px;
  }
}
@media (max-width: 476px) {
  .faqPage .nav.nav-tabs .nav-item a {
    padding: 0.5rem 0.3rem;
    font-size: 15px;
  }
  .faqPage .nav.nav-tabs .nav-item a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/* new faq end */

/* january game 2022 start */

.januarygamecss2022 {
  text-align: center;
}

/* spining Wheel */
.wheel-container {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: 330px;
  padding: 30px 0 60px;
  margin: auto;
  user-select: none;
  background: url('../januarygame2022/Spin_the_Wheel-bg.png') no-repeat center
    top;
}

.wheel-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background: url('../januarygame2022/pointer.png') no-repeat center top;
}

.wheel::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  border-radius: 50%;
  right: -2px;
  bottom: -2px;
  background: url('../januarygame2022/bg-top-wheel.png') no-repeat center/cover;
}

#spin_button {
  background: url('../januarygame2022/spin.png') no-repeat center;
  color: #edc900;
  font-size: 24px;
  border: 0;
  padding: 5px 10px;
  border-radius: 5px;
  top: 33%;
  z-index: 2;
  left: 50%;
  padding: 30px 10px 40px;
  line-height: 1;
  font-weight: 800;
  width: 120px;
  height: 120px;
  margin: 0 0 0 -60px;
  position: absolute;
  outline: none;
}

#spin_button span {
  font-size: 12px;
}

#spin_button:focus {
  outline: none;
}

.wheel {
  display: block;
  position: relative;
  margin: auto;
  width: 330px;
  height: 330px;
  overflow: hidden;
  border-radius: 50%;
  border: solid #2879b9 0;
  background-color: #ffffff;
  transition: transform 0.25s;
  transform: rotate(0deg);
  cursor: pointer;
}

.wheel.spinning {
  transition: transform 2s;
  transform: rotate(
    calc(9 * 360deg + (-315deg * var(--selected-item) / var(--nb-item, 1)))
  );
}

.wheel-item {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 50%;
  transform-origin: center left;
  transform: translateY(-50%)
    rotate(calc((var(--item-nb) - 2) * (360deg / var(--nb-item, 1))));
  color: #ffffff;
  text-align: right;
  padding: 0 25px 0 50px;
  font-weight: 700;
}

.wheel-item span {
  text-align: center;
  display: block;
  line-height: 1.1;
  transform: rotate(90deg);
  margin-right: -25px;
  font-size: 15px;
  padding: 10px;
}
.gamebttn {
  width: 160px;
  padding: 5px 10px !important;
}
.wheel-item:before {
  content: ' ';
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0px;
  --slice-max-width: calc(var(--PI) * 400px + 400px / 2);
  --slice-width: calc((var(--slice-max-width) / var(--nb-item)) - 18px);
  border: solid transparent calc(var(--slice-width) / 2);
  border-left: solid transparent 27px;
  border-right: solid #400b36 calc(400px / 2);
}

.wheel-item:nth-child(1):before {
  border-right-color: #400b36;
}

.wheel-item:nth-child(2):before {
  border-right-color: #ff8b00;
}

.wheel-item:nth-child(3):before {
  border-right-color: #04756e;
}

.wheel-item:nth-child(4):before {
  border-right-color: #400b36;
}

.wheel-item:nth-child(5):before {
  border-right-color: #ff8b00;
}

.wheel-item:nth-child(6):before {
  border-right-color: #04756e;
}

:root {
  --selected-item: 0;
  --nb-item: 0;
  --item-nb: 0;
  --PI: 3.14159265358979;
}

.republic-day-Heading {
  color: #561249;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
}

.bg-republic-day {
  background: url('../januarygame2022/bg-republic-day.jpg') no-repeat
    center/cover;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.modalRepublicDay .modal-body .btn,
.bg-republic-day .btn {
  font-weight: 600;
  font-size: 14px;
}

.modalRepublicDay .modal-body .btn-danger,
.bg-republic-day .btn-danger {
  background-image: linear-gradient(180deg, #b60020 0%, #840017 100%);
  border: 0;
}

.bg-republic-day img {
  max-width: 100%;
}

.modalRepublicDay .modal-body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: url('../januarygame2022/bg-republic-day.jpg') no-repeat
    center/cover;
  border: 0;
  border-radius: 4px;
  color: #000;
  font-weight: 600;
}

.modalRepublicDay .modal-body h4 {
  font-weight: 700;
  color: #020088;
  text-align: center;
}

.modalRepublicDay a.close-btn {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: url('../januarygame2022/cross.png') no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}

.modalRepublicDay .modal-body figcaption h4 {
  font-size: 50px;
}

.modalRepublicDay .modal-body h3 {
  font-weight: 600;
}

@media (min-width: 992px) {
  .btn-list {
    margin-top: -20px !important;
  }
}

@media (max-width: 991px) {
  .republic-day-Heading br {
    display: none;
  }

  .republic-day-Heading {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .btn-list .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .republic-day-Heading {
    font-size: 20px;
  }
}

/* road block popup */

/* #valetineDayPop2022 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000a8;
  z-index: 999;
}
#valetineDayPop2022 .innerMain {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 20px;
}
#valetineDayPop2022 .innerDv {
  width: 555px;
  background-image: linear-gradient(147deg, #fafafa, #ffc0c1);
  border-radius: 12px;
  z-index: 9;
  margin: 20px auto;
}
#valetineDayPop2022 .innerDv:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('images/heart-bg.png') no-repeat center center;
  z-index: -1;
}
#valetineDayPop2022 .innerDv h4 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.innerDv .weektext {
  margin-top: -16px;
}
#valetineDayPop2022 .innerDv h3 {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
#valetineDayPop2022 .shopNowBtn {
  background: #89080c;
  border-radius: 5px;
  padding: 10px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#valetineDayPop2022 .shopNowBtn:hover {
  text-decoration: none;
  opacity: 0.8;
}
#valetineDayPop2022 .closeBtn {
  right: -19px;
  top: -19px;
  cursor: pointer;
}
#valetineDayPop2022 .gfs16 {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  #valetineDayPop2022 .innerDv h3 br {
    display: none;
  }
  #valetineDayPop2022 .innerDv h3 {
    font-size: 30px;
  }
  #valetineDayPop2022 .shopNowBtn {
    padding: 6px 20px;
    font-size: 14px;
  }
  .innerDv .weektext {
    margin-top: -10px;
  }
}
@media (max-width: 555px) {
  #valetineDayPop2022 .innerDv {
    width: 96%;
    display: block;
  }
} */



.oneTimeModalId {
  transform: translate(0, 0) !important;
}



/* contact start */

.ticketBg {
  background: #f8fdfd;
}
.ticketLeft h4 {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ticketLeft button {
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 0;
  width: 120px;
}

.cnt {
  z-index: 9999999;
}
@media (max-width: 767px) {
  .ticketBg {
    background: #fbfbfb;
  }
  .ticketLeft .border-bottom {
    border: 1px solid #8cc5c5 !important;
  }
  .ticketLeft input {
    border: 1px solid #8cc5c5 !important;
  }
  .ticketLeft h4 {
    font-size: 16px;
  }
}

.newcontact .card {
  /* border-radius: 20px !important; */
  border-radius: 15px 15px 0px 0px !important;
}

.newcontact .text-primary {
  color: #4782fc !important;
}

.newcontact .text-info {
  color: #222 !important;
}

.newcontact .text-success {
  color: #18b14d !important;
}

.newcontact .text-danger {
  color: #e5453f !important;
}

.newcontact .rounded {
  border-radius: 7px !important;
}

.newcontact .card-header {
  background:#e89753 !important;
  border-radius: inherit;
  
}

.newcontact .searchForm input.form-control {
  height: 45px;
}

.newcontact .searchIcon {
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  line-height: 44px;
}

.newcontact .selectTicket p:before {
  content: '';
  position: absolute;
  left: 25%;
  top: 50%;
  width: 120px;
  height: 2px;
  background: #6b7cbc;
  transform: translateX(-50%);
}

.newcontact .selectTicket p:after {
  content: '';
  position: absolute;
  right: 8%;
  top: 50%;
  width: 120px;
  height: 2px;
  background: #6b7cbc;
  transform: translateX(-50%);
}

.ticketDigit {
  background: url('../images/newcontact/bg1.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

a:hover .ticketDigit,
a.active .ticketDigit {
  filter: grayscale(100%);
}

.dlftBoxOuter:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 3px solid #e6e7f2;
  border-radius: 50%;
}

.dlftBoxOuter:after {
  content: '';
  position: absolute;
  left: 48px;
  top: 8px;
  width: 2px;
  height: 100%;
  background-color: #e6e7f2;
}

.dlftBoxInner {
  background-color: #fcfdfe;
  border-radius: 0px 8px 8px 15px;
  border: 1px solid #f6f7fb;
}

.dlftBoxOuter2:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 3px solid #e6e7f2;
  border-radius: 50%;
}

.dlftBoxInner2 {
  background-color: #fcfdfe;
  border-radius: 0px 8px 8px 15px;
  border: 1px solid #f6f7fb;
}

.detailsTicket {
  border-radius: 0px 0px 15px 15px;
}

.openStatues {
  clip-path: polygon(
    18% 11%,
    100% 10%,
    100% 60%,
    100% 90%,
    18% 90%,
    0 60%,
    0 40%
  );
  border-radius: 0px 10px 10px 0px;
}

.assignBoxInner {
  background-color: #f1f6fb;
  border: 1px solid #d2d9ec;
  border-radius: 0px 8px 8px 15px;
}

.assignBox:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 3px solid #171e87;
  border-radius: 50%;
}

.assignBox:after {
  content: '';
  position: absolute;
  left: 48px;
  top: 8px;
  width: 2px;
  height: 100%;
  background-color: #d2d9ec;
}

.managerAssignBoxInner {
  background-color: #d9ffe6;
  border: 1px solid #7de8a2;
  border-radius: 0px 8px 8px 15px;
}

.managerAssignBox:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 3px solid #18b14d;
  border-radius: 50%;
}

.managerAssignBox:after {
  content: '';
  position: absolute;
  left: 48px;
  top: 8px;
  width: 2px;
  height: 100%;
  background-color: #d2d9ec;
}

.notApproveBoxInner {
  background-color: #fee7e6;
  border: 1px solid #e5453f;
  border-radius: 0px 8px 8px 15px;
}

.notApproveBox:before {
  content: '';
  position: absolute;
  left: 40px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 3px solid #e5453f;
  border-radius: 50%;
}

.notApproveBox:after {
  content: '';
  position: absolute;
  left: 48px;
  top: 8px;
  width: 2px;
  height: 100%;
  background-color: #d2d9ec;
}

.after_none:after {
  content: '';
  position: absolute;
  display: none;
}

.before_none:before {
  content: '';
  position: absolute;
  display: none;
}

.mainOuter {
  padding-left: 80px;
}

.mainOuter > div {
  padding: 0px 150px 0px 20px;
}

.ticketFrm.d-flex {
  background: #fff;
  height: 48px;
}

.ticketFrm input {
  width: 85%;
  height: 48px;
}

.ticketFrm button {
  width: 15%;
}

.selectedTicket .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.selectedTicket .form-group label {
  position: relative;
  cursor: pointer;
}

.selectedTicket {
  background-image: linear-gradient(to right, #2b6ef9, #4a87fd, #2b6ef9);
  background: url('../images/newcontact/bg1.png') no-repeat center center;
  background-size: contain;
}

.bg-pending {
  background-color: #01257d;
}
.custom-moda-footer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.Toastify__toast-container {
  z-index: 9999999 !important;
}

@media (max-width: 1200px) {
  .selectedTicket .form-group input:checked + label:after {
    content: '';
    display: block;
    left: -4px;
  }
}

@media (max-width: 991px) {
  .selectedTicket p {
    font-size: 15px;
  }
  .selectedTicket {
    padding: 15px 0px;
    background-size: 100%;
  }
  .selectedTicket .form-group label {
    font-size: 14px;
  }
  .selectTicket p:before {
    content: '';
    position: absolute;
    left: 10%;
  }
  .selectTicket p:after {
    content: '';
    position: absolute;
    right: -15%;
  }
}

@media (max-width: 567px) {
  .mainOuter > div {
    padding: 0px 10px 0px 20px;
  }
}

@media (max-width: 468px) {
  .selectTicket p:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 70px;
  }

  .selectTicket p:after {
    content: '';
    position: absolute;
    right: -8%;
    width: 70px;
  }
}

@media (max-width: 375px) {
  .selectTicket p:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 30px;
  }

  .selectTicket p:after {
    content: '';
    position: absolute;
    right: -8%;
    width: 30px;
  }
}

@media (max-width: 342px) {
  .creationDate .fs-13 {
    font-size: 11px;
  }

  .mainOuter > div h6 {
    font-size: 13px;
  }

  .selectedTicket p {
    font-size: 14px;
    padding: 5px 1px;
  }
}


/* contact end */


/* beforePament */
.payableHrd div {
  color: #212529;
  font-weight: 600 !important;
}
.upiText {
  color: #212529;
  font-size: 19px;
}
@media (max-width: 567px) {
  .upiText {
    font-size: 15px;
  }
  .bankingDv {
    font-size: 13px;
  }
  .payableHrd div {
    font-size: 12px;
  }
}

.listingPayment a:hover {
  text-decoration: none;
}
.innerPaymentNotSelect .bankingDv {
  background: #d7d7d7 !important;
  opacity: 0.4;
}

/* discountPaymentoption at brandpage */
.addSec {
  background: #f9f9f9 url(../images/newpayment/additionalBg.jpg) no-repeat center center;
  background-size: cover;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.addSec button.owl-prev {
  background: url(../images/newpayment/newpaymentleft.png) no-repeat center center !important;
  left: 0;
  border: none;
}
.addSec button.owl-prev span {
  opacity: 0;
}
.addSec button.owl-next {
  background: url(../images/newpayment/newpaymentright.png) no-repeat center center !important;
  right: 0;
  border: none;
}
.addSec button.owl-next span {
  opacity: 0;
}

.addSec .owl-nav {
  position: absolute;
  width: 76px;
  height: 100%;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.innerAdd {
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  font-size: 15px;
  padding-right: 60px;
}
.innerAdd:after {
  content: '';
  position: absolute;
  right: 9%;
  top: 50%;
  width: 1px;
  height: 60%;
  background: #000;
  transform: translateY(-50%);
}

.innerAdd img {
  width: auto !important;
}
.innerAdd span {
  color: #f9a51a;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .innerAdd {
    padding-right: 24px;
    font-size: 13px;
  }
  .innerAdd:after {
    content: '';
    right: 0px;
  }
  .innerAdd span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .addSec .owl-nav {
    bottom: -24px;
  }
}

@media (max-width: 767px) {
  .innerAdd.upiDV {
    margin-left: 0;
  }
  .innerAdd {
    white-space: nowrap;
  }
}
.paymentvariable p{
  margin: 0;
  color: black;
  white-space: normal;
}

/* one india sale tnc april 2022 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
.joyOfFreedom h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 600;
    color: #171036;
    position: relative;
     z-index: 9;
} 
.joyOfFreedom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    height: 22%;
    background: url(../oneindiasaledectnc/freedomLeft.png) no-repeat left top;
    /* background-size: 100% 100%; */
}

.joyOfFreedom:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 10%;
    background: url(../oneindiasaledectnc/freedomRight.png) no-repeat top right;
    background-size: 100% 100%;
}
.freedomChoiceInner div {
    border: 7px solid #30314A;
    background: url(../oneindiasaledectnc/textBg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 12px; 
    display: flex;
    align-items: center;
}
.freedomChoiceInner h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 78px;
    line-height: 1.3;
}
.flagBackground {
    background-image: linear-gradient(#fffeff, #fff0f9 , #ffeddb);
    padding: 90px 0 0px; 
}
.flagBackgroundImage {
    border-radius: 7px !important; 
}
.cateDV{
    background: url("../oneindiasaledectnc/shop-1.jpg") no-repeat center center; 
    background-size: 100% 100%;
    padding: 22px;
    border-radius: 16px;
}
.cateInner {
    font-family: 'Playfair Display', serif;
    background: #FDFFF0;
    height: 100%;
}
.cateInner h3 {
    font-size: 42px;
    color: #A97A4E;
    font-weight: 600;
    line-height: 56px;
}
.cateInner h4 {
    font-size: 24px;
    color: #0D0D46;
}
.cateInner p {
    font-size: 22px;
}
.cateInner h5 {
    font-size: 24px;
    color: #0D0D46;
    font-weight: 300;
}
.cateInner h6 {
    font-size: 20px;
    color: #0D0D46;
}
.termAndCon{
    font-family: 'Playfair Display', serif;
}
.termAndCon h3 {
    font-size: 36px;
    color: #0A0146;
    font-weight: 500;
}
.termAndCon li{
    color: #353535;
    font-size: 19px;
    font-weight: 400;   
    /* padding-left: 20px; */
} 

.freedomChoice {
    z-index: 9;
    position: relative;
} 
.termAndCon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 34%;
    width: 30%;
    height: 56%;
    background: url(../oneindiasaledectnc/tcLeft.png) left center;
    background-size: 100% 100%;
}
.termAndCon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 13%;
    width: 20%;
    height: 60%;
    background: url(../oneindiasaledectnc/tcRight.png) left center;
    background-size: 100% 100%;
}
.shopMinimun:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 30%;
    background: url(../oneindiasaledectnc/midBannrAfter.png) center right;
}
.shopMinimun .row{
    position: relative;
    z-index: 9;
}
@media (max-width: 1199px){
    .cateInner h3 {
        font-size: 35px; 
    }
    .freedomChoiceInner h4 { 
        padding: 14px 46px; 
    }
}
@media (max-width: 991px){
    .cateInner h3 {
        font-size: 35px; 
    }
    .cateInner h4 {
        font-size: 18px; 
    }
    .freedomChoiceInner h4 { 
        font-size: 14px; 
    } 
    .freedomChoiceInner h4 {
        padding: 14px 26px;
    }
    .joyOfFreedom h3 { 
        font-size: 38px; 
    }
    .joyOfFreedom:after { 
        background-size: auto;
    }

}
@media (max-width: 767px){
    .joyOfFreedom h3 { 
        font-size: 40px; 
    }
    .joyOfFreedom h4 {
        font-size: 16px;
        padding: 14px 4px;
    }
    .termAndCon li { 
        font-size: 15px; 
    } 
    .joyOfFreedom h3 {
        font-size: 28px;
    }
    .cateDV { 
        padding: 16px; 
    }
    .cateInner p {
        font-size: 18px;
    }
    .joyOfFreedom h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    .cateInner h5 {
        font-size: 18px; 
    }
    .cateInner h6 {
        font-size: 18px; 
    }
    .termAndCon:before { 
        left: 0;
        top: 0%;
        width: 250px;
        height: 400px; 
    }
    .termAndCon { 
        padding-bottom: 100px;
    }
    .termAndCon:after {
        content: "";
        position: absolute;
        right: 0;
        top: 80%;
        width: 270px;
        height: 270px;
        background: url(../oneindiasaledectnc/tcMob.png) left center;
        background-size: cover;
    }
    .shopMinimun:after{
        display: none;
    }
    .joyOfFreedom:before { 
        height: 11%; 
    }
}  
@media (max-width: 467px){
    .cateInner h6 {
        font-size: 14px; 
    }
    .cateInner h5 {
        font-size: 20px; 
    }
    .cateInner h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .cateInner h4 {
        font-size: 14px;
    } 
    .joyOfFreedom h3 {
        font-size: 18px;
    }
    .termAndCon h3 {
        font-size: 24px; 
    }
    .termAndCon li { 
        font-size: 13px; 
    }
    .termAndCon li { 
        font-size: 16px; 
    }

} 
@media (max-width: 371px){
    .cateInner h6 {
        font-size: 11px;
    }
    .cateInner h5 {
        font-size: 18px;
    }
    .cateInner h3 {
        font-size: 24px; 
    }
    .freedomChoiceInner h4 {
        font-size: 10px;
    } 
    .joyOfFreedom h5 { 
        font-size: 20px; 
    } 
    .cateInner p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
.appChat .chat-cross {right:15px}
}

.processingbackgroung{
  color: red;
  border-top: 1px solid #dee2e6;
}
.processingbackgroung td{
  padding-bottom: 5x;
  padding-top: 5px;
  border: 0;
  font-size: 12px;
}

.summersaletnc2022 li{
  font-size: 16px;
  margin: 5px;
}
.summersalezindex{
  z-index: 99;
}
.selectOPTpayment{
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 767px){
  .selectOPTpayment{
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 300;
  }
}

.btfTextNew h1,
.btfTextNew h2,
.btfTextNew h3,
.btfTextNew h4,
.btfTextNew h5,
.btfTextNew h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
}

.btfTextNew p {
  font-size: 13px;
  margin-bottom: 7px;
  color: #6d6d6d;
}

.btfTextNew p strong {
  font-size: 16px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 600;
}

.btfTextNew ul, 
.btfTextNew ol{
  font-size: 13px;
  margin-bottom: 7px;
  color: #6d6d6d;
  padding-left: 40px;
}

/* Annaversary popus for e-pay */

.modFade .modal-body{
  background: #ae27a5 url("../annaversaryepay/anniversary_pop_h.png") no-repeat center center/100% 100%;
   position: relative;
   border-radius: 8px;
   overflow: hidden;
} 
.modFade .anniversryDv:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../annaversaryepay/leftTop.png) no-repeat top center;
  width: 130px;
  height: 40px;
  background-size: 100%;
}
.modFade .anniversryDv:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../annaversaryepay/leftTop.png) no-repeat top center;
  width: 130px;
  height: 40px;
  background-size: 100%;
}

.modFade .anniversryDv .form-control{
  background: rgba(255, 255, 255, .3);
  height: 48px;
  font-weight: 600;
}
.modFade .anniversryDv .btn-danger{
  background-color: #ff9101 !important;
  border-color: #fff !important;
}
.modFade .text_apper {
  top: 42%;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
.modFade ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.modFade :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.modFade ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.modFade ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.modFade :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.modFade ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.modFade .modal-body{
  position: relative;
}
.modFade .modal-body:after{
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 100px;
  background: url("../annaversaryepay/btmBellMo.png") no-repeat right bottom;
}
.modFade .modal-body:before{
  content: '';
  position: absolute;
  left: 10px;
  bottom: 40px;
  width: 100px;
  height: 100px;
  background: url(../annaversaryepay/leftBtnmm.png) no-repeat left bottom;
  z-index: 1;
}
@media (max-width: 767px){
 .modal-backdrop.show{
    opacity: .7;
  }
  .modFade .modal-dialog.modal-dialog-centered {
    width: 70%;
    margin: 60px auto 60px;
    border: 0;
    width: 96%;
    margin: 60px auto 60px;
    border: 0;
    min-height: inherit;
    align-items: center;
  }
  .modFade .modal-body { 
    padding-bottom: 45px !important;
  }
  .ottmobileview{
    white-space: break-spaces !important;
  }
}
@media (max-width: 567px){ 
  .modFade .modal-dialog.modal-dialog-centered {
    width: 96%;
    margin: 0 auto;
    border: 0;
    min-height: 100%;
  }
}
@media (max-width: 340px){ 
  .text_apper {
      top: 36%; 
  }
}

.modFade .anniversryDv {
  z-index: 2;
  position: relative;
}

.modFade button.close.closeAbsolute {
  opacity: 1;
}

.hiringText {
  animation: careerTextAnim .4s linear infinite; 
} 
@keyframes careerTextAnim{
  from{
    color: #58595b;
  }
  to{
    color: #ed3833;
  }
}

.checkoutinslist ul{
    margin: 0;
    padding: 0 0 0 15px;
}

.checkoutinslist ul strong{
 color: #ff0000;
}

.checkoutinslist ul li{
  padding: 0 0 5px 0;
}

@media (max-width: 325px){
  .payableHrd div {
      font-size: 10px;
  }
}

/* thankyou page social media */

.socialShare{
  background: #2a2a2a;
  font-family: 'Cinzel';
}
.socialShare h6{
  text-transform: uppercase;
  font-family: 'Cinzel';
}
.socialShare h6 a {
  color: #b8d64a !important;
}
.hrtText {
  letter-spacing: 2px;
}
.socialShareBg a{
  color: #b8d64a;
  white-space: nowrap;
}
.hrtText strong:before {
  content: "";
  position: absolute;
  right: 106%;
  top: 50%;
  width: 20%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.hrtText strong:after {
  content: "";
  position: absolute;
  left: 106%;
  top: 50%;
  width: 20%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px){
  .socialShare .g-fs-30 {
      font-size: 20px;
  }
  .socialShare h6{
      font-size: 13px;
  }
}
@media (max-width: 567px){
  .socialList img{
      width: 34px;
  }
}
@media (max-width: 380px){
  .hrtText strong:before {
      width: 10%; 
      right: 102%;
  }
  .hrtText strong:after { 
      width: 10%; 
      left: 102%;
  }
}

/************************ sos sale start ************************/

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap"); 
.sos_sale_2022 {
    font-family: "Lato", sans-serif;
}

.sos_sale_2022 .checkBg {
    background: #2d384d url(../sosImage/checkBg.png) no-repeat center center;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    background-size: 100% 100%;
} 
.yippeeText {
    color: #ffde00;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.claimBtn {
    background: #007CAD;
    color: #fff;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 7px;
}
.textMid{
    position: relative;
    z-index: 1;
}
.sos_sale_2022 .cartBody {
    background: #2d384d url(../sosImage/cartBt.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 18px;
}

.sos_sale_2022 .succesMod{
    background: #2d384d url(../sosImage/congrates_bg.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 18px;
}

.sos_sale_2022 .crouselOuterMain figure {
    background: #fff;
    border-radius: 18px 18px 0 0; 
    padding: 10px 0px;
    border: 2px solid #fff;
    border-bottom: 0;
}

.sos_sale_2022 .crouselOuterMain figcaption {
  color: #0c1837;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 2px dashed #999a99;
  padding-top: 10px;
  margin-top: 10px;
  min-height: 64px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sos_sale_2022 .promoH {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    padding: 4px 10px;
    border: 2px solid #f1f1f1;
    border-top: 0;
}

.sos_sale_2022 .activeSlide  figure, .activeSlide .promoH{
    border-color: #ff0600;
}


.sos_sale_2022 .extra { 
    font-size: 12px; 
}

.sos_sale_2022 .valueTxt {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #044725;
    font-weight: 600;
}

.sos_sale_2022 .buttonSkip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.sos_sale_2022 .buttonSkip button {
    width: 170px;
    margin-top: 0 !important;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.sos_sale_2022 .buttonSkip button:last-child{
    margin-right: 0px;
}

.sos_sale_2022 .valueTxt del {
    font-size: 18px;
    color: #464646;
}
/* 
.sos_sale_2022 .cartBody .owl-slider button.owl-prev {
    font-size: 50px;
    left: -37px;
    color: #ffffff;
    background: transparent url(../sosImage/prev.png) center center no-repeat !important;
    border: 0;
}
.cartBody .owl-slider button span {
    opacity: 0;
}
.cartBody .owl-slider button.owl-next {
    font-size: 50px;
    right: -37px;
    color: #fff;
    background: transparent url(../sosImage/next.png) center center no-repeat !important;
    border: 0;
}
.cartBody .owl-slider button span {
    opacity: 0;
} */
.sos_sale_2022 .indCross {
    position: absolute;
    right: 4px;
    top: 4px;
    opacity: 1;
}
.sos_sale_2022 .fabChoice h3{
    font-size: 42px;
    color: #007CAD;
    font-weight: 700;
    font-family: "Lato", sans-serif;
} 


.sos_sale_2022 .succesMod figure{
    border-radius: 18px 18px 0 0;
    max-width: 300px;
}
.sos_sale_2022 .succesMod figcaption{
    background: #cfcfcf;
    color: #0c1837;
    letter-spacing: 1px;
} 

.sos_sale_2022 .disBefore::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40%;
    background: #fff;
}


/* owl-carousel start****************** */
.sos_sale_2022 .overflowhiddenman{
  overflow: hidden;
}
.sos_sale_2022 .chipsheightmansoon{
  height: 190px;
}
.sos_sale_2022 .owl-item:hover img {
 filter: grayscale(0) !important;
}

.sos_sale_2022 .sliserCart .owl-carousel {
  position: relative;
  z-index: 9999;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-prev {
  left: -34px;
  margin-top: -10px;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-next {
  right: -34px;
  margin-top: -10px;
}
.sos_sale_2022 .modal-body button.owl-prev {
  font-size: 50px;
  left: -15px;
  color: #ffffff;
  background: transparent url('../sosImage/prev.png') center center
    no-repeat !important;
}
.sos_sale_2022 .modal-body button.owl-next {
  font-size: 50px;
  right: -15px;
  color: #fff;
  background: transparent url('../sosImage/next.png') center center
    no-repeat !important;
} 

.sos_sale_2022 .sliserCart .owl-carousel {
  position: relative;
  z-index: 9999;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-prev {
  font-size: 50px;
  left: -28px;
  color: #ffffff;
  background: transparent url(../sosImage/prev.png) center center
    no-repeat !important;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-next {
  font-size: 50px;
  right: -28px;
  color: #fff;
  background: transparent url(../sosImage/next.png) center center
    no-repeat !important;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-prev span {
  display: none;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-next span {
  display: none;
}

.sos_sale_2022 .modal-body button.owl-prev {
  font-size: 50px;
  left: -15px;
  color: #ffffff;
  background: transparent url('../sosImage/prev.png') center center
    no-repeat !important;
}
.sos_sale_2022 .modal-body button.owl-next {
  font-size: 50px;
  right: -15px;
  color: #fff;
  background: transparent url('../sosImage/next.png') center center
    no-repeat !important;
}
.sos_sale_2022  .owl-carousel .owl-prev {
  background: url('../sosImage/prev.png') no-repeat center !important;
  position: absolute;
  left: -30px;
  margin: 0px;
}
.sos_sale_2022  .owl-carousel .owl-next {
  background: url('../sosImage/next.png') no-repeat center !important;
  position: absolute;
  right: -30px;
  margin: 0px; 
}
.sos_sale_2022  .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-prev {
  left: -34px;
  margin-top: -10px;
}
.sos_sale_2022 .cartPOp .modal-body button.owl-next {
  right: -34px;
  margin-top: -10px;
}
.sos_sale_2022 .buttonwidth {
  width: 100px;
  padding: 5px !important;
}
.sos_sale_2022 .buttonwidth2 {
  width: 160px;
  padding: 5px !important;
} 
/* owl-carousel end****************** */

@media (max-width: 991px){
    .valueTxt { 
        font-size: 18px !important; 
        white-space: nowrap;
    }
    .valueTxt del {
        font-size: 16px !important; 
    }
    .crouselOuterMain figcaption {
        font-size: 10px !important;
        height: 70px;
    }
    .buttonSkip button {
        width: 150px !important; 
        font-size: 12px !important; 
        padding: 10px 0 !important;
    }
}

@media (max-width: 767px){
    .checkBg {
        background: #2d384d url(../sosImage/checkBgMob.png) no-repeat center center; 
        background-size: cover;
    } 
    .checkBg:before { 
        width: 70px;
        height: 70px; 
        background-size: 100% 100%;
    }
    .checkBg:after { 
        width: 70px;
        height: 70px; 
        background-size: 100% 100%;
    }
    .fabMod .fs-20 {
        font-size: 15px;
    }
    .succesMod .g-fs-40 {
        font-size: 28px;
    }
    
    .succesMod .g-fs-24 {
        font-size: 20px;
    }
    
    .succesMod .g-fs-20 {
        font-size: 15px;
    }
}

@media (max-width: 567px){
    .checkBg {
        background-size: 100% 100%;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .yippeeText { 
        font-size: 16px;
    } 
    .claimBtn { 
        margin-top: 0px;
    }  
    .valueTxt {
        font-size: 15px !important; 
    }
    .valueTxt del {
        font-size: 14px;
    }
    .succesMod .g-fs-30 {
        font-size: 19px;
    }
    .succesMod figcaption {
        font-size: 20px;
    } 
    .claimBtn { 
        font-size: 11px; 
    }
}

@media (max-width: 390px){
    .yippeeText {
        font-size: 13px;
    }
    .promoH {
        flex-direction: column;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
            .terms_aug_2022{
                background: url(../sosImage/sos_bg.png) no-repeat center center/cover;
                font-family: 'Playfair Display', serif;
            }
            .tc_bg { 
                padding: 30px;
                border-radius: 20px 20px 0 0;
            }
            .terms_aug_2022 .tcHrd {
                color: #0A0146;
                font-size: 36px;
            }
            .tc_banner{
                line-height: 0;
            }
            .terms_aug_2022 ul li, .terms_aug_2022 ol li {
                margin-bottom: 8px;
                line-height: 1.5;
            }  
            .voucherBg {
                background: #FFFCDD;
                padding: 8px 40px;
            }


            @media (max-width: 768px){ 
                .terms_aug_2022 ul, .terms_aug_2022 ol {
                    font-size: 18px;
                }
                .terms_aug_2022{
                    background: url(../sosImage/tc_mob.png) no-repeat center center/cover;
                }
                .tc_bg { 
                    padding: 16px;
                    border-radius: 10px 10px 0 0;
                }
                .terms_aug_2022 .tcHrd { 
                    font-size: 26px;
                }
                .terms_aug_2022 ul, .terms_aug_2022 ol {
                    font-size: 15px;
                    padding-left: 20px;
                }
                .voucherBg { 
                    padding: 8px 10px;
                    font-size: 16px;
                }

            }
/*********************** sos sale end ************************/

/* mansoon offers sale start*/

/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap"); 
.manson_sale_20222 {
    font-family: "Lato", sans-serif;
}
 
.manson_sale_2022 .checkBg {
    background: #B3E5E7 url("../mansoonsale/checkBg.png") no-repeat center center/ cover;
    position: relative;
}
.manson_sale_2022 .checkBg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 64%;
    width: 112px;
    height: 120px;
    background: url(../mansoonsale/left_le.png) no-repeat top left;
    transform: translateY(-50%);
}
.manson_sale_2022 .yippeeText{
    color: #520099;
    font-weight: bold;
    font-size: 51px;
}

.manson_sale_2022 .buyFre {
    background: #520099;
    display: inline-block;
    color: #fff;
    padding: 2px 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 4px 0;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
}

.manson_sale_2022 .claim_abs {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #520099;
}
.manson_sale_2022 .claim_abs {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #520099;
}
.manson_sale_2022 .claim_abs p {
    line-height: 1.2;
}


.manson_sale_2022 .cartD .row{
    position: relative;
    z-index: 9;
}

.manson_sale_2022 .claimBtn {
    background: #520099;
    color: #fff;
    position: relative;
    z-index: 1;
}
.manson_sale_2022 .buttonDv{
    position: relative;
    z-index: 1;
}
.manson_sale_2022 .textMid{
    position: relative;
    z-index: 1;
}
.manson_sale_2022 .cartBody {
    background: #B3E5E7 url("../mansoonsale/cartBt.png") no-repeat center top;
    background-size: 100% 100%;
}

.manson_sale_2022 .cartBody:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../mansoonsale/cartLeft.png) no-repeat left bottom;
    z-index: 1;
}
.manson_sale_2022 .cartBody:after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100px;
    height: 110px;
    background: url(../mansoonsale/cartRight.png) no-repeat left top;
}
.manson_sale_2022 .innerImage {
    background: #fff;
    border: 4px solid #d9d9d9;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}
.manson_sale_2022 .innerImage {
    background: #fff;
    border: 2px solid #fff;
    border-bottom: 0;
}
.manson_sale_2022 .promoH {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
    border: 2px solid #fff;
    border-top: 0;
    position: relative;
    padding-top: 20px;
}
.manson_sale_2022 .promoH:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    border: 1px dashed #979797;
    top: 0;
}

.manson_sale_2022 .activeSlide .promoH{
    border-color: #f00;
}
.manson_sale_2022 .activeSlide .innerImage{
    border-color: #f00;
}


.manson_sale_2022 .promoText {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
.manson_sale_2022 .extra {
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    font-size: 12px;
    padding: 0px 10px 16px;
}
.manson_sale_2022 .indInner ul li:last-child {
    font-size: 13px;
}
.manson_sale_2022 .delCustom:after {
    content: "";
    position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 116%;
    background: #000;
}
.manson_sale_2022 .cartD{
    background: url("../mansoonsale/tba.png") no-repeat bottom right;
}
.manson_sale_2022 .anniversarty_theme_2022 .activeSlide .promoH {
    border: 4px solid #460f0f;
    border-top: 0;
}
.manson_sale_2022 .anniversarty_theme_2022 .activeSlide .innerImage {
    border: 4px solid #460f0f;
    border-bottom: 0;
}

.manson_sale_2022 .cartBody .owl-slider button.owl-prev {
    font-size: 50px;
    left: -37px;
    color: #ffffff;
    background: transparent url(../mansoonsale/prev.png) center center no-repeat !important;
}
.manson_sale_2022 .cartBody .owl-slider button span {
    opacity: 0;
}
.manson_sale_2022 .cartBody .owl-slider button.owl-next {
    font-size: 50px;
    right: -37px;
    color: #fff;
    background: transparent url(../mansoonsale/next.png) center center no-repeat !important;
}
.manson_sale_2022 .cartBody .owl-slider button span {
    opacity: 0;
}
.manson_sale_2022 .indCross {
    position: absolute;
    right: 4px;
    top: 4px;
    opacity: 1;
    z-index: 9;
}
.manson_sale_2022 .fabChoice h3{
    font-size: 42px;
    color: #520099;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.manson_sale_2022 .activeBrand{
    border: 4px solid #460f0f
}
.manson_sale_2022 .offerDv figure {
  display: flex;
  align-items: center;
}
.manson_sale_2022 .offerDv figcaption {
  white-space: initial;
  padding-left: 10px;
  text-align: left;
}

.manson_sale_2022 .dadhedBorder {
  border-bottom: 1px dashed #e9e9e9;
} 
.manson_sale_2022 .offerDv figcaption {
  white-space: initial;
  padding-left: 10px;
  font-size: 13px;
  color: #393939;
}

@media (max-width: 1199px){
    .manson_sale_2022 .reminderTxt .g-fs-22 {
        font-size: 15px;
        white-space: initial;
    }
    .manson_sale_2022 .reminderTxt .g-fs-18 {
        font-size: 14px;
        
    }
    .manson_sale_2022 .claim_abs p { 
        font-size: 13px;
    }
    .manson_sale_2022  .buyFre {
        font-size: 14px;
    }
    .manson_sale_2022 .claim_abs p {
        font-size: 12px;
    }
    .manson_sale_2022  .buyFre {
        padding: 0px 12px;
        font-size: 11px;
    }
    
        
}
@media (max-width: 991px){
    .manson_sale_2022  .promoH {
        height: 90px; 
    }
}

@media (max-width: 767px){
    .manson_sale_2022  .checkBg:before { 
        width: 70px;
        height: 70px; 
        background-size: 100% 100%;
    } 
    .manson_sale_2022 .countDown .g-fs-14 {
        font-size: 11px;
    }
    .manson_sale_2022 .countDown .g-fs-26 {
        font-size: 22px;
    }
    .manson_sale_2022 .yippeeText { 
        font-size: 30px;
    } 
    .manson_sale_2022 .cartBody:after {
        width: 60px;
        height: 60px;
        background-size: cover;
    }
    .manson_sale_2022 .fabMod .fs-20 {
        font-size: 15px;
    }
    .manson_sale_2022 .cartD .g-fs-30 {
        font-size: 23px;
    }
    .manson_sale_2022 .buttonDv .g-fs-22 {
        font-size: 16px;
    }     
    .manson_sale_2022 .bellMob {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -40px;
        width: 80px;
        height: 80px;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        border-radius: 50%;
    }
    .manson_sale_2022  .bellMobile .g-fs-22 {
        font-size: 18px;
    }
    
    .manson_sale_2022 .bellMobile .fs-18 {
        font-size: 14px;
    }
    .manson_sale_2022 .buyFre {
        background: none;
        color: #520099;
        clip-path: none;
        padding: 0;
        font-size: 15px;
    }
    .manson_sale_2022 .claim_abs p {
        line-height: 1.2;
        font-size: 14px;
    }
    .manson_sale_2022 .checkBg:before {
        transform: translateY(0);
        width: 58px;
        height: 58px;
        background-size: 100% 100%;
        top: 49%;
    }
    .claim_abs p {
        font-size: 18px;
    }
    .manson_sale_2022 .buyFre {
        font-size: 17px;
        margin: 0;
    }
    .manson_sale_2022 .claim_abs {
        width: 85%;
        padding-bottom: 8px;
    }
    .manson_sale_2022 .bellMobile {
      margin-top: 10px;
      position: relative; 
      border: 1px solid #f2f2f2;
    }  
    .manson_sale_2022 .bellMob img {
      border: 1px solid #000;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      padding: 10px;
      background: #fff;
    } 
    .manson_sale_2022 .bellMob {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin-top: -40px;
      width: 80px;
      height: 80px;
      border: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0px;
      border-radius: 50%;
    }
    .manson_sale_2022 .bellMobile .g-fs-22 {
      font-size: 18px;
    }
    
    .manson_sale_2022 .bellMobile .fs-18 {
      font-size: 14px;
    }
    .manson_sale_2022 .ofefrBg-1{
      background: #edf4e5;
    }
    .manson_sale_2022 .ofefrBg-2{
        background: #e5f8f8;
    }
}

@media (max-width: 430px){
    .manson_sale_2022 .promoH {
        height: 100px;
    }
    .manson_sale_2022 .claim_abs p {
        font-size: 11px;
    }
    .manson_sale_2022  .buyFre {
        font-size: 13px;
        margin: 0;
    }
}
@media (max-width: 366px){
  .manson_sale_2022 .buttonwidth2 {
    margin-bottom: 10px;
    margin-left: 0 !important;
}
}
@media (max-width: 320px){
    .manson_sale_2022 .claim_abs {
        width: 85%;
        padding-bottom: 2px;
    }
    .manson_sale_2022 .claim_abs p {
        font-size: 8px;
        margin-bottom: -8px !important;
    }
    .manson_sale_2022 .buyFre {
        font-size: 9px;
        margin: 0;
    }
} */
 

/* mansoon offers sale end*/


/* owl corosoul  start*/

/* .manson_sale_2022 .overflowhiddenman{
  overflow: hidden;
}
.manson_sale_2022 .chipsheightmansoon{
  height: 190px;
}
.manson_sale_2022 .owl-item:hover img {
 filter: grayscale(0) !important;
}

.manson_sale_2022 .sliserCart .owl-carousel {
  position: relative;
  z-index: 9999;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-prev {
  left: -34px;
  margin-top: -10px;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-next {
  right: -34px;
  margin-top: -10px;
}
.manson_sale_2022 .modal-body button.owl-prev {
  font-size: 50px;
  left: -15px;
  color: #ffffff;
  background: transparent url('../mansoonsale/prev.png') center center
    no-repeat !important;
}
.manson_sale_2022 .modal-body button.owl-next {
  font-size: 50px;
  right: -15px;
  color: #fff;
  background: transparent url('../mansoonsale/next.png') center center
    no-repeat !important;
} 

.manson_sale_2022 .sliserCart .owl-carousel {
  position: relative;
  z-index: 9999;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-prev {
  font-size: 50px;
  left: -28px;
  color: #ffffff;
  background: transparent url(../mansoonsale/prev.png) center center
    no-repeat !important;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-next {
  font-size: 50px;
  right: -28px;
  color: #fff;
  background: transparent url(../mansoonsale/next.png) center center
    no-repeat !important;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-prev span {
  display: none;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-next span {
  display: none;
}

.manson_sale_2022 .modal-body button.owl-prev {
  font-size: 50px;
  left: -15px;
  color: #ffffff;
  background: transparent url('../mansoonsale/prev.png') center center
    no-repeat !important;
}
.manson_sale_2022 .modal-body button.owl-next {
  font-size: 50px;
  right: -15px;
  color: #fff;
  background: transparent url('../mansoonsale/next.png') center center
    no-repeat !important;
}
.manson_sale_2022  .owl-carousel .owl-prev {
  background: url('../mansoonsale/prev.png') no-repeat center !important;
  position: absolute;
  left: -30px;
  margin: 0px;
}
.manson_sale_2022  .owl-carousel .owl-next {
  background: url('../mansoonsale/next.png') no-repeat center !important;
  position: absolute;
  right: -30px;
  margin: 0px; 
}
.manson_sale_2022  .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-prev {
  left: -34px;
  margin-top: -10px;
}
.manson_sale_2022 .cartPOp .modal-body button.owl-next {
  right: -34px;
  margin-top: -10px;
}
.manson_sale_2022 .buttonwidth {
  width: 100px;
  padding: 5px !important;
}
.manson_sale_2022 .buttonwidth2 {
  width: 160px;
  padding: 5px !important;
} */

/* owl corosoul end */

/* mansoon tnc */

.terms_july_2022 h5 {
  font-size: 48px;
  margin-bottom: 20px;
}

.terms_july_2022 h4 {
  font-size: 60px;
} 
.terms_july_2022  .freeTxtOuter {
  left: 0;
  bottom: 30%;
  width: 100%;
  color: #7A3A19;
}
.terms_july_2022 .freeTxtOuter-2 {
  left: 0;
  bottom: 30%;
  width: 100%;
}
.terms_july_2022 .tcHrd {
  color: #0A0146;
  font-size: 30px;
}
.terms_july_2022 ul li, .terms_july_2022 ol li {
  margin-bottom: 8px;
  line-height: 1.5;
}

@media (max-width: 1199px){
  .terms_july_2022 .freeTxtOuter .g-fs-28 {
      font-size: 22px;
  }

  .terms_july_2022  .freeTxtOuter .g-fs-32 {
      font-size: 22px;
  }
}
@media (max-width: 991px){
  .terms_july_2022 h5 {
      font-size: 44px;
      margin-bottom: 6px;
  }
  .terms_july_2022 h4 {
      font-size: 44px;
  }
}

.whats-help {
  bottom: 150px;
  right: 15px;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 50%);
  border-radius: 50%;
  z-index: 999;
  display: none;
}

.chat {
  margin-bottom: 30px  !important;
}
.notification-count {
  bottom: 80px !important;
}

@media (max-width: 768px){

  .whats-help {
    bottom: 74px;
    display: block;
    transition: all .5s;
}
 .open-nav .whats-help {
    bottom: 140px; 
  }
  .chat {
    margin-bottom: 60px !important;
}
  .chatDesk{
    display: none !important;
    z-index: 99;
  }
  .notification-count {
    bottom: 106px !important;
  }

  .terms_july_2022 .freeTxtOuter { 
      bottom: 30%; 
  }
  .terms_july_2022 h5 {
      font-size: 40px; 
  }
  .terms_july_2022 h4 {
      font-size: 30px;
  }
  .freeTxtOuter .g-fs-28 {
      font-size: 15px;
      line-height: 1;
  }
  .terms_july_2022 .freeTxtOuter .g-fs-32 {
      font-size: 14px;
  }
  .terms_july_2022 ul, .terms_july_2022 ol {
      font-size: 18px;
  }
} 
@media (max-width: 568px){
  .terms_july_2022  .freeTxtOuter .g-fs-28 {
      font-size: 13px; 
  }
  .terms_july_2022 .freeTxtOuter .g-fs-32 {
      font-size: 13px;
  }
  .terms_july_2022 h5 {
      font-size: 26px;
  }
  .terms_july_2022 h4 {
      font-size: 22px;
  }
  .terms_july_2022 ul, .terms_july_2022 ol {
      font-size: 15px;
  }
  .terms_july_2022 .tcHrd { 
      font-size: 22px;
  }
}
@media (max-width: 400px){
  .terms_july_2022 .col-4 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}
.have-promo-code input {
		border: 0;
		border-bottom: 1px solid #000;
		background: transparent;
		padding-left: 0;
	}

  .crossPromoSpin {
  font-size: 12px;
  right: 2%;
  top: 8px;
  position: absolute;
  color: #666;
  cursor: pointer;
}

.freeVoucher {
		position: absolute;
		top: 0;
		background: #0c833f;
		color: #fff; 
		padding: 4px 10px 4px 16px;
		z-index: 9; 
	}
	.freeVoucher:after {
		display: block;
		width: 0px;
		height: 0px;
		content: '';
		border-right: 15px solid transparent;
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
		border-left: 15px solid #0c833f;
		position: absolute;
		top: 0;
		right: -30px;
	}
	.bg-primary-2{
		background: #f7941d;
	} 
	.modalBrand {
		border-radius: 18px; 
    overflow: hidden;
	} 
	.modalBrand .giftPush {
		margin-top: -40px;
	}
	.modalBrand .innerList {
		border: 2px solid #f7941d; 
	}
	.modalBrand .priceDv {
		border-top: 2px dashed #b8d54b;
	}
  .modalBrand .zindex{
    z-index: 9999;
  }
	@media (max-width: 767px){
		.freeVoucher {
			font-size: 13px;
			padding: 4px 10px 4px 9px;
		}
		.freeVoucher:after {  
			border-top: 14px solid transparent;
			border-bottom: 14px solid transparent; 
		}
	}
	@media (max-width: 567px){
		.innerList { 
			font-size: 11px;
		}
		.priceDv.g-fs-20 {
			font-size: 17px;
		} 
    .gyftr-pay-point .nav-tabs .nav-link span {
      font-size: 18px;
  }
  .formFaqSearchinpbtn {
    font-size: 12px;
}
	}

  .centerModal{
    transform: translate(0) !important;
  }

  /* reward program 05Nov2022 start */
  .cashback {
		position: absolute;
		top: 0;
		background: #0c833f;
		color: #fff; 
		padding: 4px 10px 4px 16px;
		z-index: 9; 
		font-size: 12px;
	}
	.cashback:after {
		display: block;
		width: 0px;
		height: 0px;
		content: '';
		border-right: 15px solid transparent;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent; 
		border-left: 15px solid #0c833f;
		position: absolute;
		top: 0;
		right: -30px;
	}

  .productPageBoxNew .voucherGread {
    border: 1px solid #d8d8d8;
    margin-bottom: 16px;
}

.productPageBoxNew .borderOtt{
  border: 1px solid #ffc400;
}

.productPageBoxNew .borderOtt .btn-primary, .productPageBoxNew .borderOtt .btn-primary:focus{
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
}

.productPageBoxNew .borderOtt .btn-primary:focus{
  box-shadow: none !important;
}
 

.productPageBoxNew .voucherGread .VoucherBox {
    text-align: center;
    background: #f6f6f6;
    border-radius: 4px;
    color: #F7941D;
    font-weight: 700;
    font-size: 35px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* padding-left: 26%; */
    min-height: 86px;
    justify-content: center;
}
 
 
.productPageBoxNew .voucherGread .VoucherBox:after {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: -16px;
    top: 50%;
    margin-top: -13px;
    content: '';
    background: #fff;
    position: absolute;
}
 
.productPageBoxNew .voucherGread .VoucherBox span {
    margin-left: -13px;
}
.productPageBoxNew .voucherGread .define-quantity {
    background: transparent;
    border: 0;
}
.addGQty .define-quantity {
    display: inline-block;
    vertical-align: middle;
}

.productPageBoxNew .voucherGread .define-quantity input {
    font-weight: 600;
    font-size: 16px;
    color: #f88358;
    line-height: 1;
    padding: 0;
    border: 0;
}
.define-quantity input {
    border: 0;
    text-align: center;
    display: block;
    width: 100%;
    outline: none;
    background-color: transparent;
    color: #fff;
    height: 20px;
    padding: 0;
}

.productPageBoxNew .voucherGread .define-quantity span {
    background: transparent;
    border-color: #e2efff;
    font-size: 0;
    line-height: 0;
}
 
.define-quantity span {
    float: right;
    padding: 4px;
    line-height: 1;
    cursor: pointer;
    width: 20px !important;
    font-size: 0;
    position: relative;
    height: 20px;
    margin-top: -20px;
    background: #fcfcff;
    border-left: 1px solid #0f7ca0;
}
.define-quantity span.dec {
    float: left;
    border-right: 1px solid #0f7ca0;
    border-left: 0;
}
.voucherGread .border-dashed-green {
  border: 1px dashed #28a745;
}
.voucherGread .define-quantity-box {
    border: 1px solid #0f7ca0;
    overflow: hidden;
    background-color: #0f7ca0;
}
 
.voucherSS-price   div span:first-child{
    width: 140px;
	display: inline-block;
}

.rewardPont {
    background: #fcfcfc;
    padding: 5px 10px;
    font-size: 12px; 
    text-transform: capitalize;
} 

.earnredeempoint{
  font-size: 14px !important;
}

@media (max-width: 991px){
	.productPageBoxNew .voucherGread .VoucherBox {  
		font-size: 26px; 
	} 
	.voucherSS-price {
		font-size: 13px;
	}
} 

@media (max-width: 767px){
	.productPageBoxNew .voucherGread .VoucherBox:after {
		width: 16px;
		height: 16px; 
		right: -8px; 
	}
  .earnredeempoint{
    font-size: 12px !important;
  }
  .open-nav .chatDesk {
    display: block !important;
    z-index: 99;
}
} 




@media (max-width: 575px){
	.productPageBoxNew .voucherGread .VoucherBox { 
		font-size: 20px; 
	} 
	.productPageBoxNew .voucherGread .btn.btn-primary {
		font-size: 12px;
	} 
	.voucherSS-price .d-flex {
		width: 100%;
		justify-content: space-between; 
	}
	.voucherSS-price .d-flex .text-nowrap {
		white-space: initial !important;
	}
	.rewardPont { 
		padding: 3px 6px;
		font-size: 12px; 
	}
	.productPageBoxNew .voucherGread .VoucherBox span {
		margin-left: -10px;
	}
	.voucherSS-price {
		font-size: 12px;
	}

  .cashback {
    padding: 5px 2px 4px 2px;
    font-size: 9px;
}
.cashback:after {
  border-top: 12px solid transparent;
  border-bottom: 11px solid transparent;
}
}

@media (max-width: 419px){
	.productPageBoxNew .voucherGread .VoucherBox { 
		font-size: 22px; 
	} 
	.addOuter { 
		margin-left: -9px;
	} 
	.voucherSS-price div span:first-child {
		width: 90px; 
	}
	.qtyBtn {
		margin-left: -10px;
	}
}

@media (max-width: 375px){
	.productPageBoxNew .voucherGread .VoucherBox {
		font-size: 16px;
	}
}

@media (max-width: 359px){
	.voucherSS-price {
		font-size: 10px;
	}
}

.ottproductName{
  white-space:initial;
  margin: 0;
}
.convenienceFee{
  margin-top: -12px;
}
.earnReward {
  font-size: 14px !important;
  background-color: #fbfbfb !important;
}
  /* reward program 05Nov2022 end */

  /******************************** teen Patt start**********************************/

   .game-arya .game-box .inside-box ul, .game-arya .game-box .inside-box li, .game-arya .game-box .inside-box ol {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.game-arya .game-box .inside-box .point {
    background: red;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
}

/* 1 -  By TAG (html name)
 Straigh selection from the DOM element
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ */

.game-arya .game-box .inside-box ul {
    position: relative;
    margin: 0 auto;
    margin-top: 160px;

    height: auto;
    min-width: 300px;
    min-height: 900px;
    width: 100%;
    max-width: 1000px;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    fex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;

    border: 1px solid rgba(0, 0, 0, .2);
}

.game-arya .game-box .inside-box li {
    float: right;
    width: 200px;
    height: 300px;

    margin: 20px 10px;
    background: azure;
    font-size: 60px;
    padding: 10px 20px;
    color: black;
    border: 1px solid rgba(100, 100, 100, .1);
    position: relative;

    /*
    flex-direction: row | row-reverse | column | column-reverse;
    */

    /* ↓↓↓ CSS3 ↓↓↓*/
    border-radius: 6px;
    /* X Y BLUR*/
    -webkit-box-shadow: 1px 3px 20px rgba(0, 0, 0, .1);
            box-shadow: 1px 3px 20px rgba(0, 0, 0, .1);

}

/* Chainning rules by a (,):
all the element get the same style applied.
Also, specificity wins over stacking order
(this rule overwrites the previous ones) */

.game-arya .game-box .inside-box #hearth, .game-arya .game-box .inside-box #clover, .game-arya .game-box .inside-box #diamond, .game-arya .game-box .inside-box #spades {
    font-size: 50px;
    text-align: left;
}

/*we put this in here to overwrite the previous rule ... */
.game-arya .game-box .inside-box #imperial-flower {
    display: block;
    /*just to overwrite previous rules*/
    border: none;
    margin-left: -200px;
}

/************** some temporary positioning *************/

.game-arya .game-box .inside-box #imperial-flower {
    display: block;
    border: none;
    margin-left: auto;
    width: 400px;
    margin-right: auto;
}

/*...but specificity beats stacking order */

.game-arya .game-box .inside-box #imperial-flower .card {
    /* some css properties accept negative values */
    margin-right: -120px;
    display: inline-block;
    position: relative;
    text-align: right;
    z-index: 1000;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;

}

/*Pseudo selector: nth-children.
Selects elements by their position relative
to the parent.

add red color to clover & ace */
.game-arya .game-box .inside-box ul#imperial-flower li.card:nth-child(even) {
    color: tomato;
}

/*
more pseudos in this list:
:nth-last-child(2n+0) : selects 2,4,6,8,10...
*/

/*pseudo selector:hover -  apply effects when user
enter the pointer inside the element*/
.game-arya .game-box .inside-box #imperial-flower .card:hover {
    cursor: pointer;
    -webkit-transform: translate(2%, -10%) rotate(19deg);
        -ms-transform: translate(2%, -10%) rotate(19deg);
            transform: translate(2%, -10%) rotate(19deg);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;

}

/* each span contains the card symbol */
.game-arya .game-box .inside-box ul li span {
    display: inline-block;
    position: relative;
}

/* to add the ACE card below (:before) the simbol */

.game-arya .game-box .inside-box ul li span::before {
    content: 'A';
    font-family: 'Roboto Mono';
    font-size: 20px;
    display: block;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    padding-right: 20px;
    text-align: right;
}

/* selects second (or in this case, last) element */

.game-arya .game-box .inside-box ul li span:last-child {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* other pseudos that do the same thing:
	:nth-child(2n-2) - selects 2,4,6,8...
	:last-of-type - selects last element of its parent
*/

/* Modifying objects: jquery */
.game-arya .game-box .inside-box li.card {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.game-arya .game-box .inside-box li.card:hover {
    z-index: 5000;

}

.game-arya .game-box .inside-box li.card-behind {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 40, 40)), to(rgb(20, 20, 20)));
    background: -webkit-linear-gradient(rgb(40, 40, 40), rgb(20, 20, 20));
    background: -o-linear-gradient(rgb(40, 40, 40), rgb(20, 20, 20));
    background: linear-gradient(rgb(40, 40, 40), rgb(20, 20, 20));
    -webkit-transform: scale(.85, .85);
        -ms-transform: scale(.85, .85);
            transform: scale(.85, .85);
    color: grey;
    z-index: 1;

}

/*not yet used: the backface of each card */
.game-arya .game-box .inside-box li.card-behind:nth-child(even) {
    color: grey;
}

/* 1 -  for the ACE of SPADES
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ */

.game-arya .game-box .inside-box ul#imperial-flower li.card#ace {
    color: black;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

/* to make the transitions play backwards too */
.game-arya .game-box .inside-box ul#imperial-flower li.card#ace:hover {
    -webkit-transform: scale(1.6, 1.6);
        -ms-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    margin-left: auto;
    margin-right: auto;
    Z-INDEX: 5000;

}

/* put the big ace after the 1 span */
.game-arya .game-box .inside-box #ace span:first-child::after {
    content: '♠';
    font-size: 200px;
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -100px;
    top: 0;
}

.game-arya .game-box .inside-box #ace span:last-child::before {
    content: 'A';
    font-size: 50px;
    color: white;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -67px;
    top: 127px;
    font-weight: 100;
}

/* reset style for the joker */
.game-arya .game-box .inside-box #imperial-flower .card#joker:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;

}

.game-arya .game-box .inside-box #joker {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    background: none; /* the effect will animate the inside */

    /*
    the amount of efect it will have
    small number=more pronunced effect
    bigger num= more subtle (there's a point is n longer efective)
    */
    margin-right: 500px;
    font-size: 20px;
    text-align: center;
}

/* transform on rotate  */
.game-arya .game-box .inside-box #joker:hover .joker-inner {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform: rotateY(180deg) scale(1.3, 1.3);
            transform: rotateY(180deg) scale(1.3, 1.3);
}

.game-arya .game-box .inside-box .joker-inner {
    -webkit-transition-duration: .6s;
         -o-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    /*this is the element that
    sets the FRONT - BACK effect*/
    position: relative;
    width: 100%;
    height: 100%;
}

/*all the jocker contents contained in its parent  */
.game-arya .game-box .inside-box .joker-inner, .joker-front, .joker-back {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 100px;
}

.game-arya .game-box .inside-box .joker-front, .joker-back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; /*also important for the effect*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game-arya .game-box .inside-box .front,
.game-arya .game-box .inside-box ul#imperial-flower li.card#joker .joker-front {
    z-index: 2;
    background: #910404 url(../images/card-back.png) no-repeat center center; border-radius:6px; border: 10px solid #f0efef ;
}

.game-arya .game-box .inside-box .back,
.game-arya .game-box .inside-box ul#imperial-flower li.card#joker .joker-back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background: white;
}

.game-arya .game-box .inside-box .bicycle {
    width: 100%;
    margin-top: -90px;
}

.game-arya .game-box .inside-box .slabo {
    font-family: 'Slabo 27px', serif;
    text-align: center;
    color: azure;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.game-arya .game-box .inside-box .slabo:after,
.game-arya .game-box .inside-box .slabo:before {
    content: '♦';
}

.game-arya .game-box .inside-box .subtitle {
    font-size: 20px;
}
.game-arya .game-box .inside-box .btn-primary{
    color: #ffffff;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #df691a;
    border-color: transparent;
    margin-top: 30px;
}

.game-arya .game-box .inside-box .btn-primary:hover{
    background-color: #8e282b;
    cursor: pointer;
}
.game-arya .game-box .inside-box .cardDiv {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    font: 90px/240px "Times New Roman";
    text-align: center;
    /*border: 1px solid #ccc;*/
    background: #eef0f1;
    border-radius: 6px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 10%, rgba(237,239,240,1) 50%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 10%,rgba(237,239,240,1) 50%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 10%,rgba(237,239,240,1) 50%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.game-arya .game-box .inside-box .cardDiv:before, .game-arya .game-box .inside-box .cardDiv:after {
    position: absolute;
    font-size: 35px;
    line-height: 1;
}
.game-arya .game-box .inside-box  .cardDiv:before {
    top: 0;
    left: 0;
    padding:0 5px 5px 0;
    background:#fff;
   text-align: center; z-index: 2;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(253,252,252,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(253,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(253,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
min-width: 30px
}
.game-arya .game-box .inside-box  .cardDiv:after {
    bottom: 0;
    right: 0;
    padding:0 5px 5px 0;
    background: #fff;
    letter-spacing:-2px;
    -webkit-transform: rotate(180deg);
    text-align: center; z-index: 2;
    background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(253,252,252,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(253,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(253,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
min-width: 30px
}

.game-arya .game-box .inside-box .heart, .game-arya .game-box .inside-box .diamond { color: #d00; }

.game-arya .game-box .inside-box .two:before,   .game-arya .game-box .inside-box .two:after { content: '2'; }
.game-arya .game-box .inside-box .three:before, .game-arya .game-box .inside-box .three:after { content: '3'; }
.game-arya .game-box .inside-box .four:before,  .game-arya .game-box .inside-box .four:after { content: '4'; }
.game-arya .game-box .inside-box .five:before,  .game-arya .game-box .inside-box .five:after { content: '5'; }
.game-arya .game-box .inside-box .six:before,   .game-arya .game-box .inside-box .six:after { content: '6'; }
.game-arya .game-box .inside-box .seven:before, .game-arya .game-box .inside-box .seven:after { content: '7'; }
.game-arya .game-box .inside-box .eight:before, .game-arya .game-box .inside-box .eight:after { content: '8'; }
.game-arya .game-box .inside-box .nine:before,  .game-arya .game-box .inside-box .nine:after { content: '9'; }
.game-arya .game-box .inside-box .ten:before,   .game-arya .game-box .inside-box .ten:after { content: '10'; }
.game-arya .game-box .inside-box .jack:before,  .game-arya .game-box .inside-box .jack:after { content: 'J'; }
.game-arya .game-box .inside-box .queen:before, .game-arya .game-box .inside-box .queen:after { content: 'Q'; }
.game-arya .game-box .inside-box .king:before,  .game-arya .game-box .inside-box .king:after { content: 'K'; }
.game-arya .game-box .inside-box .ace:before,   .game-arya .game-box .inside-box .ace:after { content: 'A'; }

.game-arya .game-box .inside-box  .width-full{
    width: 480px;
    display: table;
    margin: auto;
}
/* Chrome/Opera/Safari */
::-webkit-input-placeholder { color: #bc3f3d; font-size: 14px;}
::-webkit-selection{background:#f89c2e;color:#fff;text-shadow:0 0 transparent}
 /* Firefox 19+ */
::-moz-placeholder { color: #bc3f3d; font-size: 14px;}
::-moz-selection{background:#f89c2e;color:#fff;text-shadow:0 0 transparent}
 /* IE 10+ */
:-ms-input-placeholder {color: #bc3f3d; font-size: 14px;}
::-ms-selection{background:#f89c2e;color:#fff;text-shadow:0 0 transparent}
/* Firefox 18- */
:-moz-placeholder {  color: #bc3f3d;  font-size: 14px;}
::selection{background:#f89c2e;color:#fff;text-shadow:0 0 transparent}
img {-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none; max-width:100%;transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
a {transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
a:hover {text-decoration:none; }
a[data-toggle="modal"]:focus {box-shadow: none; outline: none;}

html,
body { min-height: 100%;font-family: 'lato', sans-serif;}
.page-offers {
background: rgba(255,213,3,1);
background: -moz-linear-gradient(top, rgba(255,213,3,1) 0%, rgba(255,230,102,1) 37%, rgba(255,219,129,1) 94%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,213,3,1)), color-stop(37%, rgba(255,230,102,1)), color-stop(94%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,213,3,1) 0%, rgba(255,230,102,1) 37%, rgba(255,219,129,1) 94%);
background: -o-linear-gradient(top, rgba(255,213,3,1) 0%, rgba(255,230,102,1) 37%, rgba(255,219,129,1) 94%);
background: -ms-linear-gradient(top, rgba(255,213,3,1) 0%, rgba(255,230,102,1) 37%, rgba(255,219,129,1) 94%);
background: linear-gradient(to bottom, rgba(255,213,3,1) 0%, rgba(255,230,102,1) 37%, rgba(255,219,129,1) 94%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd503', endColorstr='#ffea81', GradientType=0 ); overflow: hidden;
}
.top-gry { background-color: #f3f3f3; }
.top-links {margin:0; line-height: 1}
.top-links li {position: relative; z-index: 2; line-height:30px; font-size: 12px;}
.top-links li {color:#58595b;}
.top-links li span {padding:0 10px}
.top-links li a {color:#58595b;}
.top-links li a:hover {color:#f89c2e; text-decoration: none; }
#gameCarouselBanner {-webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.5); box-shadow: 0 2px 7px 0 rgba(0,0,0,.5);}
#gameCarouselBanner .carousel-caption {font-family: 'anydoreregular'; font-size: 30px; color: #000; right: inherit; bottom: inherit; line-height: 1.1; top:0; width: 660px; left: 50%; margin-left:-330px}

.game-arya {background: url(../images/bg.png) no-repeat top center/100% auto; }
.game-box {background: url(../images/bg-game-box.png) no-repeat top center/auto 100%; padding:170px 14px 156px 0px; position: relative; width: 948px; max-width: 100%; min-height:800px; margin:-150px auto 0; z-index: 9}
.game-box .inside-box {width:570px; max-width: 100%; margin: 0 auto; /*overflow: hidden; */text-align: center;}
.game-box .inside-box  h3 {font-family: 'anydoreregular'; font-size:60px; line-height: 1; color: #662d91; margin: 20px 0}
.game-box .inside-box  p {font-size: 22px;}

.game-box .inside-box .playNow {font-size:30px; font-weight: 700; color: #662d91; letter-spacing: 5px; text-transform: uppercase; position: relative; padding:15px 10px; display: inline-block;}
.game-box .inside-box .playNow:before {background: url(../images/line.png) no-repeat top center; position: absolute; left: 0; right: 0; top: 0; content:''; height: 14px;transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.game-box .inside-box .playNow:after {background: url(../images/line.png) no-repeat top center; position: absolute; left: 0; right: 0; bottom: 0; content:''; height: 14px;transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}

.game-box .inside-box .playNow:hover:before {top:86%; }
.game-box .inside-box .playNow:hover:after { bottom:86%;}

.teenpattoOpacity{
  min-height: 120px;
}

.game-box .timerBox {position: absolute; width: 250px; left: 50%; margin-left: -125px; bottom: 105px; text-align: center; overflow: hidden;}
#future_date_stop,
#future_date {max-width: 250px; display: inline-block;}
#future_date_stop>div,
#future_date>div { width: 50%; float: left; text-transform: uppercase; }
#future_date_stop>div>span,
#future_date>div>span {display: block;}
#future_date_stop>div>span.min,
#future_date>div>span.min {font-size: 60px; padding:1px 0 4px 7px; margin:0 7px 10px 10px; font-weight: 700; color: #fff; background: url(../images/min-bg.png) repeat-x top left; line-height: 1.3;letter-spacing:20px;}
#future_date_stop>div>span.sec,
#future_date>div>span.sec {font-size: 60px; padding:1px 0 4px 7px; margin:0 7px 10px 10px; font-weight: 700; color: #fff; background: url(../images/sec-bg.png) repeat-x top left; line-height: 1.3; letter-spacing:20px;}


.bottonBox {width: 100%; background: url(../images/bottom-bg.png) no-repeat top center/auto 100%; padding:30px 50px; margin-bottom:40px; overflow: hidden;}
.bottonBox .bottonBoxInside {background:#fff url(../images/bg-w.png) no-repeat center center/90% auto; position: relative; padding:40px 60px; width: 900px; max-width: 100%; margin: 0 auto; box-shadow: 0px 2px 10.12px 0.88px rgba(0, 0, 0, 0.09);border-radius: 20px; }
.bottonBox .bottonBoxInside h3 {color: #c6168d; font-size: 36px; letter-spacing: 1px; text-transform: uppercase; text-align: center;font-weight: 700; }
.bottonBox .bottonBoxInside ol {color: #662d91 ; font-size: 24px; margin: 0; position: relative; z-index: 2;font-weight: 700}
.bottonBox .bottonBoxInside ol li {padding: 5px 0}
.bottonBox .bottonBoxInside .leftTree {position: absolute; left:-60px; bottom:-20px;}
.bottonBox .bottonBoxInside .rightTree {position: absolute; right:-80px; top:-20px;}


#cardBox_container{position:relative;margin: 0px -20px;text-align:center;z-index:1; font-size: 0;}
#cardBox_container img{max-width:100%}
#cardBox_container{perspective:1000}
.cardBox_card {width:31%;height:280px;display:inline-block;transform-style:preserve-3d;transition:all .5s linear;margin:15px 0;border-radius:5px; }
.cardBox_card:nth-child(2) {margin-right: 3.5%; margin-left: 3.5%}
#cardBox_container .cardBox_card.active{transform:rotateY(180deg);box-shadow:-5px 5px 5px #aaa}
.face{position:absolute;width:100%;height:100%;backface-visibility:hidden}
.face.back{display:block;transform:rotateY(180deg);box-sizing:border-box;padding:0;color:white;text-align:center; padding: 10px;}
.face.back:after {position: absolute; left:20px; right:20px; bottom:20px; top:20px; border: 1px solid #666; content: '';    z-index: 1;border-radius:6px;}
.shadow{box-shadow:0 0rem .5rem rgba(0,0,0,.15)!important}
.shadow:hover{box-shadow:0 0rem 1.5rem rgba(0,0,0,.5)!important}
.shadow.active{box-shadow:0 0rem 1.5rem rgba(0,0,0,.15)!important}

.chartBtn {position: fixed; z-index:99; background: url(../images/chart.png) no-repeat center/cover; right: 0; top: 50%; width: 50px; height: 263px; margin-top: -131px;    border-radius: 6px 0 0 6px; -webkit-box-shadow: -3px 0 10px 0 rgba(0,0,0,.5); box-shadow: -3px 0 10px 0 rgba(0,0,0,.5);}
#scoringChart table {margin: 0;}
#scoringChart table tr td {vertical-align: bottom;}
#scoringChart table tr td h4 {font-size:18px; color: #c6168d}
#scoringChart .modal-body { position: relative; padding:40px; }
#scoringChart .modal-body:before {position: absolute; left: 15px; right: 15px; top: 15px; bottom: 15px; z-index: 1; content:''; border: 1px solid #c6168d; border-radius: 10px}
#scoringChart .modal-body div {position: relative; z-index: 2}
#scoringChart .modal-body div .cutomeClose {position: absolute; top: -30px; right: -30px; background:#fff url(../images/Closeteenpatti.png) no-repeat 10px 0px; font-size: 0; overflow: hidden; text-indent: -9999px;width: 30px; height: 30px;}

.spade,
.club {color: #000}

.pointBox {padding: 0;background: url(../images/coin-bg.png) no-repeat bottom left; padding-left: 49px; display: inline-block;}
.pointBox input {border: 0; border-bottom: 2px solid #d145a4; color: #d145a4; font-weight: 700; font-size: 30px; margin: 0; padding: 0; display: inline-block; width: 100px; text-align: center; background: transparent; }

.playAgain {font-family: 'anydoreregular'; font-size:40px; line-height: 1; color: #662d91; }

.color-c6168d {color: #c6168d}
.colour-5b5b5b {color:#5b5b5b !important}

.btn {border-radius: 0;}
@media (max-width:991px) {
.gyftr-Diwali { max-width:55%; }
.game-box {margin:-170px auto 0;}
}

@media (max-width:767px) {
#gameCarouselBanner .carousel-caption br {display: none;}
#gameCarouselBanner .carousel-caption {width: 90%; font-size: 24px; left: 5%; margin: 0;padding-top: 10px;}
.top-gry .text-sm-right {display: none;}
.game-box {margin:-190px auto 0;}
.bottonBox .bottonBoxInside { padding: 20px 10px;}
.bottonBox {padding: 20px 20px;}
.bottonBox .bottonBoxInside ol {font-size: 16px;}
.chartBtn {width: 30px;height: 150px;}
#cardBox_container {    margin: 0px 20px;}
}

@media (max-width:575px) {
.game-box {margin: -140px auto 0; padding: 150px 0 130px;}
.bottonBox .bottonBoxInside .rightTree { height: 250px; right: -50px;}
.cardBox_card { height: 220px;}
.game-arya .game-box .inside-box .cardDiv {font-size: 70px; line-height: 180px}
.game-arya .game-box .inside-box .cardDiv:before, .game-arya .game-box .inside-box .cardDiv:after {font-size: 25px;}
.game-arya .game-box .inside-box .front, .game-arya .game-box .inside-box ul#imperial-flower li.card#joker .joker-front {background: #910404 url(../images/card-back.png) no-repeat center/cover;}
.game-box .inside-box h3 {
  font-size: 33px;
}
}

@media (max-width:479px) {
.game-box {margin: -110px auto 0;}
.cardBox_card { height: 180px;}
.game-arya .game-box .inside-box .cardDiv {font-size: 70px; line-height: 160px}
}

.teenpattibtf h3 {font-size: 22px;}
.teenpattibtf p {font-size:12px;}

/************************** teenpattipopup start *******************/
.teenPattiLogin{
    background: #ffcc06 url(../images/teenpattilogn_bg.jpg) no-repeat bottom center/100% 100%;
    border-radius: 16px;
  }
  .teenPattiLogin h3{
    font-size: 48px;
    color: #662D91;
    font-weight: 700;
    font-family: Verdana, sans-serif;
  }

  .game-box .inside-box h4 {
    font-family: 'anydoreregular';
    font-size: 40px;
    line-height: 1;
    color: #662d91;
  }

  .teenPattiLogin  h6{
    color: #C6168D;
    font-weight: bold;
  }
  .teenPattiLogin h4{
    color: #C6168D;
    font-size: 36px;
    font-weight: bold;
  }
  .teenPattiLogin .otp_btn {
    font-size: 22px;
    background: #662D91;
    color: #fff;
    font-weight: bold;
} 
.otpMianForm span {
    margin-right: 20px;
}
.otpMianForm span:last-child {
    margin-right: 0;
}
.otpMianForm span .form-control { 
    font-size: 30px;
    text-align: center;
    border-radius: 4px;
    height: 48px;
}

.otpMianForm span .form-control:focus, .otpMianForm span .form-control:hover {
    border-color: #000;
}

.otpMianForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media(max-width: 767px){
  .teenPattiLogin h3 {
    font-size: 32px; 
  }
  .teenPattiLogin h4 { 
    font-size: 28px; 
  }
  .teenPattiLogin .otp_btn {
    font-size: 14px; 
}
.game-box .inside-box h4 { 
  font-size: 26px; 
}
.game-arya .game-box .inside-box .front, .game-arya .game-box .inside-box ul#imperial-flower li.card#joker .joker-front {
  border: 4px solid #f0efef;
}
}

.epPay {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.epPay span {
  font-size: 30px;
  font-weight: 700;
  padding-left: 8px;
}

.close-btn-2 {
  right: 5px;
  top: 5px;
  position: absolute;
  content: '';
  background: #fff url(../images/close_icon.png) no-repeat center;
  width: 22px;
  height: 22px;
  background-size: 10px auto;
  border-radius: 50%;
  cursor: pointer;
}

.teenpattioverflow{
  overflow: visible !important;
}

/* .teenpattitransition{
  transform: translate(0) !important;
} */
  /******************************** teen Patt end**********************************/

.modalBGColor {
  background: rgba(0,0,0,.8) !important;
}

 .pop-feb-2023 .closeBtn-2 {
    position: absolute;
    right: 0px;
    top: -29px;
    z-index: 9;
  }
  .pop-feb-2023 .disTxt{
      font-size: 70px;
      font-weight: 900;
      line-height: 1;
  }
  .pop-feb-2023 .bg-light{
      background: #f1f1f1 !important;
  }
  .pop-feb-2023 .btn-secondary {
      background: #f7941d;
      border-color: #f7941d;
    }
    .teenpattitransition{
      transform: translate(0) !important;
    }

.search-store {
  position: relative;
}
.search-store .btn{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
}