::-webkit-input-placeholder {
  color: #666;
}

::-webkit-selection {
  background: #ed1c24;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}

::-moz-selection {
  background: #ed1c24;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}

::-ms-selection {
  background: #ed1c24;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}

::selection {
  background: #ed1c24;
  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%;
}

a[data-toggle='modal'] {
  outline: none;
}

a {
  color: #304683;
}

body {
  font-family: 'Roboto', sans-serif;
}

.homePage {
  background: url(../images/rbl_bg.jpg) no-repeat center top/cover;
}

.centerSection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.centerSection {
  background: transparent;
}

.loginArya {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(8, 8, 8, 0.4);
}

.loginArya h3 {
  color: #79181e;
}

.loginArya h6 {
  font-size: 22px;
}

.loginArya form {
  max-width: 400px;
  margin: 0 auto;
}

.loginArya form .form-control {
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.loginArya form .btn {
  font-size: 18px;
}

.OtpNumberSection {
  display: none;
}

.loginArya form .btn.fs-12 {
  font-size: 12px;
}

.top-links {
  margin: 0;
  font-family: 'Lato', sans-serif;
}

.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: #db4444;
  text-decoration: none;
}

.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: 20px 5px;
  position: relative;
  font-size: 14px;
}

.top-icon-arye .list-inline-item:not(:last-child) {
  margin-right: 0.75rem;
}
.top-icon-arye .list-inline-item a {
  color: #333;
}
.top-icon-arye .list-inline-item a:hover {
  color: #000;
  text-decoration: none;
}

.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;
  background: rgba(0, 0, 0, 0.4);
}

.hamburger-icon {
  vertical-align: middle;
  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%;
  background-color: #d62625;
}

.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-image: url(../images/nav-icon/SEARCH.png);
  background-position: center;
  width: 24px;
  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/nav-icon/CART.png);
  background-position: center;
  width: 24px;
  height: 26px;
}

.icon-custom.wishlist + span,
.icon-custom.cart + span {
  background: #1c3184;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  top: 15px;
  right: -2px;
}

.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 200ms linear 0.1s;
  -moz-transition: all 200ms linear 0.1s;
  -o-transition: all 200ms linear 0.1s;
  transition: all 200ms linear 0.1s;
}

.customDropdownMenu > div {
  padding: 20px 0;
}

.customDropdownMenu h4 {
  font-size: 14px;
}

.customDropdownMenu ul li {
  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: 500px;
  -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);
}

.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: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 0;
  font-size: 20px;
  border-bottom: 1px solid #c5c5c5;
  padding: 15px;
}

.cart-box h4 {
  text-align: left;
  color: #000;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
}

.cart-box h4 a {
  color: #000;
  text-decoration: none;
}

.cart-box h5 {
  margin: 2px 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  color: #8c8989;
  font-weight: 400;
}

.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: 10px 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: #dd4848;
  bottom: -2px;
  width: 30px;
  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%;
}

.desktopNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}

.desktopNav ul li {
  display: inline-block;
  vertical-align: top;
}

.desktopNav ul li > a {
  text-transform: uppercase;
  display: block;
  color: #304683;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 15px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  /* border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.05); */
  position: relative;
}

/* .desktopNav ul li:nth-child(1) > a {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
} */

.desktopNav ul li a figure {
  padding: 0;
  margin: 0;
}

.desktopNav ul li a figure figcaption {
  padding: 5px 0 0;
  margin: 0;
}

.desktopNav ul li.dropdown:hover > a,
.desktopNav ul > li > a:hover {
  text-decoration: none;
  color: #150145;
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.05);
  border-color: #f0f6fd;
}

.desktopNav ul li a[aria-haspopup='true'],
.desktopNav ul li a.dropdown-toggle {
  white-space: initial;
  position: relative;
  z-index: 3;
}
.desktopNav ul li a:before {
  left: 0;
  right: 0;
  height: 5px;
  background: #fff;
  bottom: 0px;
  content: '';
  position: absolute;
  display: none;
  z-index: 6;
}
.desktopNav ul li.dropdown:hover > a:before {
  display: block;
}

.desktopNav ul li a.dropdown-toggle:after {
  display: none;
}

.desktopNav ul li.dropdown.spriteMenu {
  position: initial;
}

.desktopNav ul li.dropdown:hover > .dropdown-menu {
  display: block;
}

.desktopNav ul li.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.desktopNav ul li.dropdown > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  z-index: 5;
  margin: 0;
}

.desktopNav ul li.dropdown > .dropdown-menu a {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.desktopNav ul li.dropdown > .dropdown-menu a:hover {
  box-shadow: none;
}

.desktopNav ul li.dropdown.spriteMenu .dropdown-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.desktopNav ul li.dropdown.spriteMenu .dropdown-menu a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.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%;
}

.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;
}

.left-nav-toplink {
  height: calc(100% - 60px);
  overflow: hidden;
  overflow-y: auto;
}

.leftSearch {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
}

.leftSearch .form-coopan-box {
  display: block;
  width: 100%;
  box-shadow: none;
  padding: 14px 10px;
  background: #e6e6e6;
}

.leftSearch .form-coopan-box form {
  font-size: 0;
}

.leftSearch .form-coopan-box .form-control {
  font-size: 14px;
  border: 0;
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 0;
}

.leftSearch .form-coopan-box .btn {
  width: 30%;
  font-size: 14px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.search-box {
  position: fixed;
  top: 120px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  height: calc(100% - 110px);
  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: none;
  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;
  font-weight: 300;
  background: transparent;
  outline: none;
  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;
}

/* Chrome/Opera/Safari */
.search-box .search-form ::-webkit-input-placeholder {
  color: #b0acac;
  font-size: inherit;
  font-weight: 300;
}

/* Firefox 19+ */
.search-box .search-form ::-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
  font-weight: 300;
}

/* IE 10+ */
.search-box .search-form :-ms-input-placeholder {
  color: #b0acac;
  font-size: inherit;
  font-weight: 300;
}

/* Firefox 18- */
.search-box .search-form :-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
  font-weight: 300;
}

.haadArya {
  position: relative;
  text-align: center;
}

.haadArya:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ccc;
  content: '';
  z-index: 1;
}

.haadArya h3 {
  background: #fff;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.CategoriesListBox {
  position: relative;
  overflow: hidden;
}

.CategoriesListBox a {
  display: block;
  padding: 15px;
  padding-bottom: 0;
}

.CategoriesListBox a:hover {
  text-decoration: none;
}

.CategoriesListBox .border {
  border-color: #dd4747 !important;
  color: #dd4747 !important;
  border-radius: 4px;
}

.CategoriesListBox figure figcaption {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
.CategoriesListBox:hover figcaption .border {
  background: #dd4747 !important;
  color: #fff !important;
}
.tagNew {
  background: #c00;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.2;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  padding-right: 20px;
}
.tagNew:after {
  display: block;
  width: 10px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: #ffffff;
}
.topSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
  height: calc(100vh);
}
.tag {
  background: #c00;
  color: #fff;
  width: 200px;
  position: absolute;
  top: 15px;
  left: -70px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.ExclusivePromosList .CategoriesListBox a.p-3 figure figcaption {
  position: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
}

.filterArya {
  /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); */
  border-radius: 5px;
  overflow: hidden;
}

.custome-check {
  font-size: 0;
  margin: -5px;
}

.custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
}

.custome-check label {
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
  background-color: #f6f6f6;
}

.custome-check input {
  opacity: 0;
  position: absolute;
}

/* .custome-check input:checked + label,
.custome-check input:checked ~ label {
  background-color: #1d86ff;
  border-color: #1d86ff;
  color: #fff;
} */

.custome-check2 {
  font-size: 0;
}

.custome-check2 li {
  width: 33.33%;
  margin: 0 !important;
  position: relative;
}

.custome-check2 label {
  cursor: pointer;
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
}

.custome-check2 input {
  opacity: 0;
  position: absolute;
}

.custome-check2 label img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.custome-check2 input:checked + label,
.custome-check2 input:checked ~ label {
  color: #1d86ff;
}

.custome-check2 input:checked ~ label img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.recently-viewed .owl-carousel .owl-item img {
  filter: grayscale(0);
  -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: 1px solid #efefef;
  text-align: center;
  padding: 10px;
}

.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;
}

.btn-outline-primary {
  color: #304683;
  border-color: #304683;
}

.btn-primary {
  color: #fff;
  background-color: #304683;
  border-color: #283e7e;
}

.btn-outline-primary:hover,
.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 */
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.text-primary {
  color: #304683 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #304683;
  background-color: #304683;
}

.productPageBox {
  background: #ffffff;
  border: 1px solid #ecf2f6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}

.tableQty table td {
  padding: 0.45rem 0.25rem 0.25rem;
  font-size: 12px;
}

.tableQty table td span {
  display: inline-block;
  width: 40px;
  text-align: right;
}

.productPageBox .table td,
.productPageBox .table th {
  border-bottom-width: 1px;
  vertical-align: middle;
}

.table-borderless.table th {
  font-weight: 500;
}

.cartAdress {
  position: relative;
}

.cartAdress h3 {
  cursor: pointer;
}

.cartAdress:after {
  background: url(../images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

.tableQty.open .cartAdress:after {
  transform: rotate(180deg);
}

.cartAdress .detailsBox {
  display: none;
}

.tableQty.open .cartAdress .detailsBox {
  display: block;
}

.brLogo {
  position: absolute;
  right: 15px;
  bottom: 0;
  background: #fff;
  padding: 5px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.define-quantity {
  width: 65px;
  border: 1px solid #dd4848;
  overflow: hidden;
  background-color: #dd4848;
  display: none;
}

.addGQty .define-quantity {
  display: inline-block;
}

.define-quantity input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  height: 20px;
  outline: none;
  background-color: transparent;
  color: #fff;
}

.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 #dd4848;
}

.define-quantity span.dec {
  float: left;
  border-right: 1px solid #dd4848;
  border-left: 0;
}

.define-quantity 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 span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.cart-table tbody td p {
  color: #ed1c24;
  font-size: 12px;
}

.cart-table tbody td.description span {
  width: 42px;
  display: inline-block;
  text-align: right;
}

.product-page .table td,
.product-page .table th {
  border-bottom-width: 1px;
  vertical-align: middle;
  text-align: center;
}

.cart-table p,
.product-page .table td p {
  margin: 0;
}

.cart-table.brand-2 thead th,
.cart-table.brand-2 tbody td {
  width: 20%;
  text-align: center !important;
}

.cart-box a.btn.btn-outline-dark:hover {
  color: #fff !important;
}

.ImportantInstructions {
  border-width: 1px;
  border-color: rgb(240, 246, 253);
  border-style: solid;
  border-radius: 4px;
}

.ImportantInstructions .bg-light {
  background-color: #fafbff !important;
}

.ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
}

.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #304683;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.ImportantInstructionsList li.dont:after {
  background-color: #df3c3d;
  content: '\f00d';
}

.ImportantInstructionsList li span {
  color: #304683;
  font-weight: 500;
}

.ImportantInstructionsList li.dont span {
  color: #df3c3d;
}

@media (min-width: 1201px) {
  .define-quantity {
    width: 80px;
  }
}

@media (max-width: 1200px) {
  .desktopNav ul li > a {
    font-size: 12px;
    padding: 16px 3px;
  }
}

@media (max-width: 991px) {
  .desktopNav {
    display: none;
  }
  .CategoriesListBox .fs-14 {
    font-size: 14px;
    padding: 6px 14px !important;
}
.mnemonics {
  overflow: hidden;
  overflow-x: auto;
}
.top-icon-arye .list-inline-item{
  padding: 6px 5px;
}
.icon-custom.wishlist + span, .icon-custom.cart + span{
  top: 0;
}
}

@media (min-width: 768px) {
  .homeBack {
    display: none;
  }

  .MobileSummaryBtn {
    display: none;
  }

  .MobileFilterBtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-icon-arye .list-inline-item#cart-box {
    padding: 0;
  }
  .MobileFilterBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #dd4848 url(../images/filter-icon.png) no-repeat center right;
    color: #fff;
    padding: 15px 13px 10px;
    z-index: 99;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  .MobileFilterBtn:hover {
    text-decoration: none;
  }

  .hideOnMobile {
    display: none !important;
  }

  #cart-box .cart-box {
    display: none !important;
  }

  .top-icon-arye .list-inline-item:not(:last-child) {
    margin: 0;
  }

  .search-box {
    top: 77px;
    height: calc(100% - 77px);
  }

  .homeBack {
    position: absolute;
    bottom: 50%;
    left: -15px;
    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;
  }

  #cart-box > a {
    background: #ffffff;
    right: 20px;
    bottom: 134px;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 2px solid #304683;
    z-index: 99;
  }

  .icon-custom.cart + span {
    top: 7px;
    right: 8px;
  }

  .cart-list.tableQty table.table {
    font-size: 0;
  }

  .cart-list.tableQty table.table thead {
    display: inline-block;
    width: 50%;
    text-align: left;
  }

  .cart-list.tableQty table.table tbody {
    display: inline-block;
    width: 50%;
    text-align: left;
  }

  .cart-list.tableQty table.table thead tr,
  .cart-list.tableQty table.table tbody tr,
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    display: block;
    font-size: 12px;
  }

  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cart-list.tableQty table.table tbody tr td {
    text-align: right !important;
    padding-right: 15px;
  }

  .cart-list.tableQty.cart-list {
    background-color: #fff !important;
    border: 1px solid #ecf2f6;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    overflow: hidden;
  }

  .MobileSummaryBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: #dd4848;
    color: #fff;
    padding: 15px 13px 10px;
    z-index: 99;
    text-transform: uppercase;
    font-family: 'Gotham Medium', sans-serif;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  .MobileSummaryBtn:hover {
    color: #fff;
  }

  .MobileSummaryBtn span {
    float: left;
  }

  .MobileSummaryBtn span:nth-child(2) {
    float: right;
    background: url(../images/downAw1.png) no-repeat right center;
    padding-right: 30px;
  }

  .mobile-offer {
    background: rgba(241, 241, 241, 0.3);
    line-height: 1;
    padding: 10px 10px 7px !important;
  }

  .cart-table tbody td p {
    text-align: left;
  }

  .titleMob h1 {
    margin: 0;
  }

  .cart-table.brand-2 thead th,
  .cart-table.brand-2 tbody td {
    width: 25%;
  }

  .brLogo {
    max-width: 100px;
  }
}

.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: 10px;
  top: 15px;
  cursor: pointer;
}

.transactions-list.open .TransactionsAdress:after {
  transform: rotate(180deg);
}

.TransactionsAdress .TransactionsdetailsBox {
  display: none;
}

.transactions-list.open .TransactionsAdress .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;
  }
}

.CategoriesListBox {
  min-height: 100%;
}

/*new*/
.stepsBox .item {
  padding-top: 70px;
}

.stepsBox .item:after {
  height: 1px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 35px;
  background: #de4848;
  content: '';
  z-index: 1;
}

.stepsBox .item:before {
  height: 10px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 30px;
  content: '';
  border-left: 1px solid #de4848;
  border-right: 1px solid #de4848;
  z-index: 2;
}

.stepsBox .item 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 .item 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: #de4848;
  border: 1px solid #de4848;
  line-height: 1.5;
}

.stepsBox .item figure:before {
  content: '1';
}

.stepsBox .owl-item:nth-child(2) .item figure:before {
  content: '2';
}

.stepsBox .owl-item:nth-child(3) .item figure:before {
  content: '3';
}

.stepsBox .owl-item:nth-child(4) .item figure:before {
  content: '4';
}

.stepsBox .owl-item:nth-child(5) .item figure:before {
  content: '5';
}

.stepsBox .item figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  min-height: 100%;
  position: relative;
}

.stepsBox .item figure img {
  width: 100%;
  border-bottom: 2px solid #de4848;
}

.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}

.stepsBox .item figure figcaption p {
  margin: 0;
}

.stepsBox .item figure figcaption p span {
  color: #de4848;
}

/*new*/
.cart-table tbody td p {
  color: #ed1c24;
  font-size: 12px;
}

.productPageCoupon.GreenBox {
  border: 1px dashed #28a745 !important;
  background: #effff3;
}

#searchInput {
  font-size: 12px;
  height: 32px;
}

#globalSearchInput {
  font-size: 12px;
  height: 32px;
}

/* BTF Content */
.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: 700;
}

.btfText h2 {
  font-size: 18px;
  font-weight: 700;
}

.btfText h3 {
  font-size: 16px;
  font-weight: 700;
}

.btfText h4 {
  font-size: 14px;
  font-weight: 700;
}

.btfText ul {
  font-size: 12px;
  padding-left: 20px;
}

.btfText ol {
  font-size: 12px;
  padding-left: 20px;
}

.btfText p + ul {
  margin-top: -15px;
}

.btfText p + ol {
  margin-top: -15px;
}

/* React Autosuggest */
.react-autosuggest__suggestions-container ul li a {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 6px;
}

.react-autosuggest__suggestions-container ul li a {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 6px;
}

.react-autosuggest__suggestions-container ul li:hover a {
  color: #fff;
  text-decoration: none;
  background: #011f79;
}

.react-autosuggest__suggestions-container ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.react-autosuggest__suggestions-container ul {
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
}

.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__suggestion--highlighted a {
  color: #fff !important;
  background: #011f79;
  text-decoration: none;
}

.react-autosuggest__suggestion--highlighted {
  color: #fff !important;
  background: #011f79;
  text-decoration: none;
}

.react-autosuggest__input {
  border: none;
}

.react-autosuggest__suggestion--highlighted {
  color: #fff !important;
}

.react-autosuggest__suggestions-container ul {
  list-style: none !important;
  width: 100%;
  padding: 0;
}

.react-autosuggest__suggestions-container ul li {
  width: 100%;
  padding: 0 0 3px 10px;
  text-align: left;
}

.react-autosuggest__input:focus {
  outline: 0;
}

.react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px #80808078 solid;
  padding: 10px;
}

.search-form .react-autosuggest__input {
  height: 24px;
  width: 100%;
}

.search-form .react-autosuggest__suggestion--highlighted {
  background: lightgrey;
  color: white;
}

.search-form .react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px #80808078 solid;
  padding: 10px;
  width: 100% !important;
  margin-top: 0;
}

.CategoriesListBox {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 39%);
}

.custome-check label {
  cursor: pointer;
  padding: 4px 5px;
  border-radius: 0;
}

.custome-check label.active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #000;
}

.mnemonics {
  margin: 15px 0 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #efefef;
  font-size: 13px;
  padding: 5px 10px 5px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
  border-radius: 5px;
}

.mnemonics li img {
  display: inline-block;
  vertical-align: middle;
}

.mnemonics li span {
  display: inline-block;
  padding: 0 20px 0 5px;
  vertical-align: middle;
  background: url(../images/check-icon.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-icon.png);
}

@media (max-width: 767px) {
  .mnemonics li {
    margin: 0;
    font-size: 12px;
    padding: 3px 8px 3px 10px;
  }

  .mnemonics li span {
    padding: 0 18px 0 5px;
  }

  .mnemonics {
    overflow: hidden;
    overflow-x: auto;
  }
}

.termsList li a {
  border: 1px solid #0056b3;
  background: #fff url(../images/Youtube.png) 5px center no-repeat;
  padding-left: 38px !important;
}

.termsList li:nth-child(2) a {
  background: #fff url(../images/terms_ic.png) 5px center no-repeat;
}

.termsList li:nth-child(3) a {
  background: #fff url(../images/imp_ins.png) 5px center no-repeat;
}

.termsList li:nth-child(4) a {
  background: #fff url(../images/how_to_use.png) 5px center no-repeat;
}

.termsList li:nth-child(5) a {
  background: #fff url(../images/redeem_online.png) 5px center no-repeat;
}

.termsList li:last-child a {
  background: #fff url(../images/store_loc.png) 5px center no-repeat;
}

.termsList li a:hover {
  text-decoration: none;
}
.owl-nav .owl-prev { color: rgba(255, 255, 255, 0); font-size: 0; position: absolute; width: 15px; height: 30px; left: 0; top: 50%; background: url(../images/prev.png) no-repeat center/cover; margin-top: -15px; }
.owl-nav .owl-next { color: rgba(255, 255, 255, 0); font-size: 0; position: absolute; width: 14px; height: 30px; top: 50%; background: url(../images/next.png) no-repeat center/cover; margin-top: -15px; }
.how-to-Redeem-carousel .owl-nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.how-to-Redeem-carousel .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 20px;
  left: -12px;
  transform: translateY(50%);
}

.how-to-Redeem-carousel .owl-next {
  position: absolute;
  right: -11px;
  top: 50%;
  font-size: 20px;
  transform: translateY(50%);
}

@media (max-width: 422px) {
  .storeLoc h5 {
    height: 50px;
  }
.cart-table.brand-2 thead th, .cart-table.brand-2 tbody td {
  padding: 12px 0px;
}
}

.shadowClass {
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 15%) !important;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
  .desktopNav ul li > a {
    font-size: 14px;
    padding: 15px 11px 15px 10px;
  }
}
.bg-light-new {
  background-color: #fafafa !important;
}
.dealDaySec h4 {
  padding-bottom: 10px;
}
.dealDaySec h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  height: 2px;
  width: 90px;
  background-color: #dd4747;
}
.btn.btn-outline-dark.dropdown-toggle {
  min-width: 200px;
  text-align: left;
}
.show > .btn-outline-dark.dropdown-toggle:focus,
.btn.btn-outline-dark.dropdown-toggle:hover {
  background-color: #efefef;
  color: #000;
}
.btn.btn-outline-dark.dropdown-toggle:after {
  display: none;
}
.cursour-pointer {
  cursor: pointer;
}
.btn.btn-outline-dark.dropdown-toggle::before {
  position: absolute;
  height: 10px;
  right: 5px;
  width: 13px;
  background: url(../images/downArrow.png) no-repeat;
  content: '';
  top: 15px;
}
#carouselHomePage .carousel-control-next-icon {
  background: #fff url(../images/downArrow.png) no-repeat center;
  border-radius: 50%;
  padding: 25px;
  transform: rotate(-90deg);
}
#carouselHomePage .carousel-control-prev-icon {
  background: #fff url(../images/downArrow.png) no-repeat center;
  border-radius: 50%;
  padding: 25px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .dealDaySec {
    margin-bottom: -20px;
    z-index: 2;
    position: relative;
  }
}
.search-arya {
  position: relative;
  margin: 0 10px;
}
.search-arya:before {
  position: absolute;
  right: 50px;
  content: '';
  width: 1px;
  bottom: 5px;
  top: 5px;
  background: #7d8a9a;
}
.search-arya:after {
  position: absolute;
  right: 0;
  content: '';
  width: 50px;
  bottom: 5px;
  top: 5px;
  background: url(../images/nav-icon/SEARCH.png) no-repeat center;
}
.search-arya .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #7d8a9a;
  padding: 5px 50px 0 0;
  height: 30px;
  width: 200px;
  position: relative;
  font-size: 14px;
}
.search-arya .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cursor-pointer {
  cursor: pointer;
}

/* Ott brand start */
.listFace td, .table th{
  vertical-align: middle;
}  
.productGray{
  filter: grayscale(1); 
  pointer-events: none;
}
.productGray label {
  color: #7e7d7d;
}
.activeBg td {
  background: #ecf6ff;
} 
.addressForm .form-control {
  height: 46px;
}
@media (max-width: 768px){
  .listFace{
      font-size: 12px;
  }
}

/* ott brand end */


/* checkout instruction start */
.CheckoutInstruction .modal-dialog {max-width: 400px;}
.CheckoutInstruction .modal-dialog .modal-body {font-size: 14px;}
.CheckoutInstruction .modal-dialog .modal-body ul li {padding-bottom: 4px;}
/* checkout instruction start */

.scrollenable {
  overflow: auto;
  max-height: 50px;
}

.modal-open {
  overflow: hidden !important;
}