::-webkit-input-placeholder { color: #666; }
::-webkit-selection { background: #083f88; color: #fff; text-shadow: 0 0 transparent; }

/* Firefox 19+ */
::-moz-placeholder { color: #666; }
::-moz-selection { background: #083f88; color: #fff; text-shadow: 0 0 transparent; }

/* IE 10+ */
:-ms-input-placeholder { color: #666; }
::-ms-selection { background: #083f88; color: #fff; text-shadow: 0 0 transparent; }

/* Firefox 18- */
:-moz-placeholder { color: #666; }
::selection { background: #083f88; 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: #090909; }

body { font-family: "Roboto", sans-serif; background: url(../images/bg.png) repeat; }

.carousel-control-next,
.carousel-control-prev { width: 6%; }

.fw-100 { font-weight: 100; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }

.lh-1 { line-height: 1.25; }

.fs-10 { font-size: 10px; }
.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; }

.btn-primary,
.dropdown-item.active, .dropdown-item:active,
.bg-primary { background: #083f88 !important; border-color: #083f88;}
.new-bg-header { background: #fff !important; }

.bg-light2 { background-color: #fefefe !important; }
.bg-light3 { background: rgba(211, 227, 240, 0.1) !important; }

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

.btn-success { color: #fff; background-color: #ed1c24; border-color: #ed1c24; }
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle,
.btn-success:hover { color: #fff; background-color: #e21118; border-color: #e21118; }

.btn-outline-primary:hover,
.btn-primary:hover { color: #fff; background-color: #0c2849 !important; border-color: #0c2849; }

.border-bottom { border-color: rgba(255, 255, 255, 0.1) !important; }
.border-bottom-gray { border-bottom: 1px solid #dee2e6 !important; }
.border-dashed-green { border: 1px dashed #28a745; }

.form-control { border-color: #d7f2fe; }

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

.list-inline-item { vertical-align: middle; }

.modal-dialog { max-width: 700px; }

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

.nav { background: #083f88; margin: 0 -15px; color: #fff; text-align: center; }
.nav ul { list-style: none; margin: 0; padding: 0; width: 100%; font-size: 0; }
.nav ul li { display: inline-block; width: 20%; font-size: 0; vertical-align: middle; }
.nav a {
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nav li.active a,
.nav a:hover { text-decoration: none; background: rgba(0, 0, 0, 0.1); }

.desktopNav ul { list-style: none; padding: 0; margin: 0; font-size: 0; text-align: left; position: relative; white-space: nowrap; }
.desktopNav ul li { display: inline-block; vertical-align: top; }
.desktopNav ul li > a {
  display: block;
  color: #083f88;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  padding: 12px 30px 12px 30px;
  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);
}
.desktopNav ul li:nth-child(1) > a { border-left: 1px solid rgba(0, 0, 0, 0.05); }

.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[aria-haspopup="true"]:before,
.desktopNav ul li a.dropdown-toggle:before { left: 0; right: 0; height: 15px; background: #fff; bottom: -10px; content: ""; position: absolute; display: none; }

.desktopNav ul li.dropdown:hover a[aria-haspopup="true"]:before,
.desktopNav ul li.dropdown:hover a.dropdown-toggle: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: 2; 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; }

.btn.dropdown-toggle::after,
.btn.btn-light.dropdown-toggle::after { border: 0; height: 7px; width: 14px; background: url(../images/down.png) no-repeat; vertical-align: 0.1em; }

.productList .pr-det { padding: 15px 10px; }
.productList .pr-det .logoBox { border: 1px rgb(233, 238, 244) solid; background-color: rgb(255, 255, 255); max-width: 170px; margin: -40px auto 0; position: relative; }
.productList .pr-det .logoBox img { max-width: 100%; }

.topNewLink { font-size: 0; text-transform: uppercase; color: #fff; }
.topNewLink li { margin: 0 !important; }
.topNewLink li a, .topNewLink li span { color: #333; display: inline-block; padding: 0px 10px; font-size: 14px; vertical-align: middle; }

.topNewLink li a.cartBtn,
.topNewLink li a.searchBtn { padding-top: 15px; padding-bottom: 15px; }

.topNewLink li a:hover { text-decoration: none; color: #000; }
.topNewLink li a.cartBtn { position: relative; }
.topNewLink li a.cartBtn span { position: absolute; top: 5px; font-size: 12px; width: 22px; text-align: center; }

.search-box { position: fixed; top: 0; bottom: 0; left: 0; width: 100%; z-index: 2147483; background: rgba(255, 255, 255, 1); overflow: hidden; height: 100%; 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; 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; }
.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; }

.owl-carousel,
.owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative; }
.owl-carousel { display: none; width: 100%; z-index: 1; }
.owl-carousel .owl-stage { position: relative; touch-action: pan-Y; -ms-touch-action: pan-Y; backface-visibility: hidden; -moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper { backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item { min-height: 1px; float: left; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; }
.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled { display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded { display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab { cursor: move; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }

.how-to-Redeem-carousel .owl-nav button {font-size: 35px !important;}
.how-to-Redeem-carousel .owl-nav button:is(:focus, :active, :focus-visible){ outline: none; }

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.owl-height { transition: height 0.5s ease-in-out; }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 0.4s ease; }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: transform 0.1s ease; }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 0.4s ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }
.owl-nav .owl-prev { font-size: 0; position: absolute; width: 15px; height: 30px; left: -20px; top: 50%; background: rgba(255, 255, 255, 0.85) url(../images/spritesheet.png); background-position: -354px 3px; border-radius: 50%; margin-top: -15px; }
.owl-nav .owl-next { font-size: 0; position: absolute; width: 14px; height: 30px; right: -20px; top: 50%; background: rgba(255, 255, 255, 0.85) url(../images/spritesheet.png); background-position: -354px -111px; border-radius: 50%; margin-top: -15px; }

#DeliverModal .modal-dialog,
.customModal .modal-dialog { max-width: 500px; }

.customModal .modal-content { border-radius: 0; border: 0; }
.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: 2px solid #666; }
.customModal .modal-body > div { position: relative; z-index: 2; }
.customModal h3 { margin: -13px 0 15px 0; font-size: 20px; color: #2b3474; }
.customModal h3 span { background: #fff; }
.customModal a.close-btn { right: 8px; top: 10px; position: absolute; content: ""; background: #fff 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; }

.breadcrumb { color: #083f88; font-weight: 400; }
.breadcrumb a { color: #6d7278; font-weight: 400; }
.breadcrumb .active { color: #083f88; font-weight: 400; }

.filterArya { border: 1px rgb(238, 238, 238) solid; background-color: rgb(255, 255, 255); box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04); overflow: hidden; color: #4f5050; }

.custome-check { font-size: 0; }
.custome-check li { width: 50%; margin: 0 !important; position: relative; }
.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; }
.custome-check input { opacity: 0; position: absolute; }

.custome-check input:checked + label,
.custome-check input:checked ~ label { background-color: #2471b4; border-color: #2471b4; color: #fff; }

.rightPn { margin-top: -15px; }

.product-box { box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); overflow: hidden; min-height: 100%; }
.product-box figure { margin: 0; position: relative; overflow: hidden; padding: 10px; }
.product-box figure figcaption { margin: 0; padding: 10px 0 10px; font-weight: 700; font-size: 24px; }

.tableQty,
.tableQty .table { color: #6d7278; }

.cartAdress { position: relative; background-color: rgba(211, 227, 240, 0.7) !important; }
.cartAdress h3 { cursor: pointer; color: #6c757d !important; }
.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; }

.SummaryRight { box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04); }

.define-quantity { width: 65px; border: 1px solid #083f88; overflow: hidden; background-color: #083f88; display: none; vertical-align: middle; }
.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 #083f88; }
.define-quantity span.dec { float: left; border-right: 1px solid #083f88; 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; }

.stepsBox .item { padding-top: 70px; }
.stepsBox .item:after { height: 1px; position: absolute; right: 0.25rem; left: 0.25rem; top: 35px; background: #979797; content: ""; z-index: 1; }
.stepsBox .item:before { height: 10px; position: absolute; right: 0.25rem; left: 0.25rem; top: 30px; content: ""; border-left: 1px solid #979797; border-right: 1px solid #979797; 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: #2471b4;
  border: 1px solid #2471b4;
  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 #2471b4; }
.stepsBox .item figure figcaption { padding: 5px; height: 100px;overflow-y: auto; overflow-x: hidden;}
.stepsBox .item figure figcaption p { margin: 0; }
.stepsBox .item figure figcaption p span { color: #2471b4; }

.ImportantInstructions { border-width: 1px; border-color: rgb(240, 246, 253); border-style: solid; border-radius: 4px; }
.ImportantInstructions .bg-light { background-color: #fafbff !important; }
.ImportantInstructionsList { 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: #083f88;
  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: #083f88; font-weight: 500; }
.ImportantInstructionsList li.dont span { color: #df3c3d; }

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

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

#MobileSummaryPopup .close { right: 0px; top: -7px; }
.MobileSummaryBtn {
  display: block;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  background-color: #2471b4;
  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; }

.productPageCoupon { border: 1px dashed #ced4da; }
.productPageCoupon.OrangeBox { border: 1px dashed #2471b4; }
.productPageCoupon.RedBox { border: 1px dashed #ed1c24; }
.productPageCoupon.GreenBox { border: 1px dashed #4ca746 !important; background: #ebffe9; }
.productPageCoupon.GreenBox label { color: #28a745; }

.productPageCoupon.GreenBox .custom-control-input:checked ~ .custom-control-label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  text-align: center;
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
  font-weight: bold;
}
.productPageCoupon.GreenBox .custom-checkbox .custom-control-label::before { border-radius: 0; }
.productPageCoupon.GreenBox .custom-radio .custom-control-input:checked ~ .custom-control-label::after { display: none; }

.storeLoc-color { border-color: #6c757d !important; }
#storeSearch { box-shadow: none; }
.promoFild .form-control,
.storeFinder .form-control {
  border-width: 0;
  border-radius: 2px;
  padding: 0;
  height: calc(1em + 0.75rem + 2px);
  background-color: transparent;
  border-color: #dee2e6 !important;
}

.promoFild .form-control:is(:focus){box-shadow: none;}
.promoFild .form-control {border-bottom: 1px solid;}

.cart-table tbody td p { color: #408001; 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; }

.table thead th { vertical-align: middle; border-bottom: 1px solid #dee2e6; }

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

.btn.sls { height: 30px; }

.brLogo { position: absolute; z-index: 11; left: 15px; bottom: 30px; border-radius: 10px; overflow: hidden; display: inline-block; background: #fff; max-width: 170px; }

.hamburger-icon { vertical-align: middle; position: relative; height: 32px; width: 32px; z-index: 100; cursor: pointer; display: inline-block; }
.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 2px;
  left: 2px;
  background-color: #666;
  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;
}
.hamburger-icon div.top { top: 25%; margin-top: -1px; }
.open-nav .hamburger-icon div.top { transform: rotate(-135deg); top: 50%; background-color: #ed1c24; }
.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: #ed1c24; }
.open-nav .off-canvas-main {  position: fixed; top: 0; bottom: 0; height: 100%; width: 100%; overflow: hidden; }
.open-nav .hamburger-icon { right: 270px; }
.open-nav .off-canvas-nav { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.open-nav .hamburger-icon:before { opacity: 1; width: 100%; }
.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); }

.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; }
.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; }
.left-nav-toplink { height: 100%; overflow: hidden; overflow-y: auto; }
.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;
}

.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: 12px; font-weight: 500; }
.TransactionsdetailsBox .col { font-size: 12px; }
.TransactionsdetailsBox .row { border-top: 1px dashed #efefef; }

#point-box { background: #2371b4; right: 5%; bottom: 10%; position: fixed; width: 60px; height: 60px; border-radius: 50%; text-align: center; padding: 17px 0; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); z-index: 99; }
#point-box span { display: block; font-size: 14px; color: #fff; text-align: center; line-height: 1; }
#point-box span + span { font-size: 10px; }

.mnemonics { margin: 15px 0 0; padding: 0; vertical-align: middle; white-space: nowrap; }
.mnemonics li { display: inline-block; background: #fff; border: 1px solid #efefef; box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.06); font-size: 13px; padding: 5px 10px 5px; 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 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: #ed1c24; background-image: url(../images/cross-icon.png); }

.mnemonics li.watch-video-link span { background-image: none; padding: 2px 3px 0; color: #333; cursor: pointer; vertical-align: middle; display: inline-block; }

.iconColor { padding: 15px 10px; }

.WalletTable tr th,
.WalletTable tr td { padding-right: 5px !important; padding-left: 5px !important; }
.WalletHead img { min-width: 45px; }

.searchBtn img { filter: invert(1) brightness(0); }

.cartBtn img { filter: invert(1) brightness(0); }

.new-text-color { color: #083f88; }

@media (min-width: 1201px) {
  .productList .pr-det { font-size: 18px; }
  .define-quantity { width: 65px; }
}

@media (max-width: 1200px) {
  .desktopNav ul li > a { font-size: 11px; padding-left: 25px; padding-right: 25px; }
}

@media (min-width: 992px) {
  .nav { position: fixed; left: 0; top: 0; width: 100px; margin: 0; height: 100%; padding-top: 80px; z-index: 9; }
  .nav ul li { display: block; width: 100%; }
  .nav ul li a { border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 10px 0; }
  .nav ul li img { width: 40px; }

  .MobileFilterBtn { display: none; }
  .MobileSummaryBtn { display: none; }
}

@media (max-width: 991px) {
  .DesktopFilter { margin: 0 !important; }
  .desktopNav { display: none; }

  .MobileFilterBtn:focus,
  .MobileFilterBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #2b7db8 url(../images/filter-icon.png) no-repeat center right;
    color: #fff;
    padding: 15px 13px;
    z-index: 99;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
}

@media (max-width: 767px) {
  .py-5 p br { display: none; }

  .nav ul li:nth-child(1) { display: none; }
  .nav ul li { width: 25%; }
  .nav ul li img { width: 36px; }
  .nav ul li a { font-size: 12px; padding: 5px; }

  header .container { padding: 0 0 0 5px; }

  .topNewLink li a { padding-right: 10px; padding-left: 10px; }

  .hideOnMobile { display: none !important; }

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

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

  .cart-list.tableQty table.table tbody tr td { text-align: right !important; padding-right: 15px; }
  .cart-list.tableQty.bg-light { 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; }
  .cart-list.tableQty table.table td { font-size: 12px; }
  .cart-list.tableQty table.table th { font-size: 12px; }
  .cart-table tbody td p { text-align: left; }
  
  .cart-table.brand-2 thead th,
  .cart-table.brand-2 tbody td { width: 25%; font-size: 12px; padding: 10px 5px; vertical-align: middle; }
  
  .pa { padding-top: 0 !important; }
}

@media (max-width: 419px) {
  .topNewLink li a.cartBtn,
  .topNewLink li a.searchBtn { padding-top: 12px; padding-bottom: 12px; }
}

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

@media (max-width: 567px) {
  .topNewLink li img { width: 23px; }
  .topNewLink li a { font-size: 10px; padding: 18px 5px; }
  .iconColor { padding: 9px 5px; }
  .brLogo { max-width: 100px; }
}

/* ************************ Rewards Comp Start ************************ */
.rewrdPop .modal-body { border-radius: 12px; font-size: 14px; }
.rewrdPop .modal-dialog { max-width: 800px !important; }
.rewardsDv { background: #f8002b; }
.rewardsDv:after, .rewardsDv:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background: #fff; border-radius: 50%; }
.rewardsDv:before { left: -9px; }
.rewardsDv:after { right: -9px; }
.rewrdPop li span:before { content: ""; position: absolute; left: 0; top: 0; border-left: 8px solid #f8002b; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.leftImage { background: linear-gradient(124deg, rgba(233,24,63,1) 0%, rgba(194,0,35,1) 100%); }
.rewrdPop .close { opacity: 1; position: absolute; right: 5px; top: 5px; z-index: 1; padding: 0px 6px; border-radius: 50%; }
.rewrdPop .close:hover { opacity: 0.9 !important; }

@media (max-width:  991px) {
  .rewrdPop .modal-dialog { max-width: 98% !important; }
}

@media (max-width:  820px){ 
  .rewrdPop .fs-18 { font-size: 16px; }
  .rewardsDv { font-size: 18px; }
}

@media (max-width: 767px){
  .rewrdPop .modal-dialog { max-width: 80% !important; }
}

@media (max-width: 576px) {
  .rewrdPop .modal-dialog { max-width: 96% !important; }
}
/* ************************ Rewards Comp End ************************ */

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container { display: block; position: absolute; max-height: 323px; width: 100%; border: 1px solid #aaa; background-color: #fff; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border-radius: 5px; z-index: 6; overflow: auto; }
.react-autosuggest__input { width: 240px; height: 30px; padding: 10px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border: 1px solid #aaa; border-radius: 4px; }
.react-autosuggest__container--open .react-autosuggest__input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.react-autosuggest__container--open a { text-decoration: none; color: #083f88; }
.react-autosuggest__container { position: relative; }
.react-autosuggest__input:focus { outline: none; }
.react-autosuggest__suggestions-container { display: none; }
.react-autosuggest__suggestions-list::before { content: ''; }
.react-autosuggest__suggestions-list { margin: 0; padding: 0; list-style-type: none; }
.react-autosuggest__suggestions-list li a:hover { text-decoration: none; }
.react-autosuggest__suggestion { cursor: pointer; }
.react-autosuggest__suggestion:not(:first-child) { border-top: 1px solid #ddd; }
.react-autosuggest__suggestion:hover { background-color: #083f88; color: #fff; }
.react-autosuggest__suggestion--highlighted { background-color: #083f88; color: #fff; }
.react-autosuggest__suggestion--highlighted a .suggestion-highlight,
.react-autosuggest__suggestion--highlighted  a { color: #fff !important; }
.react-autosuggest__suggestion--focused .highlight { color: #120000; }
.suggestion-content { display: flex; align-items: center; background-repeat: no-repeat; }
.suggestion-content:hover { color: #FFFFFF; }
.suggestion-content:hover .suggestion-highlight { color: #FFFFFF; }
.suggestion-name { margin-left: 10px; line-height: 39px; font-size: 14px; }
.suggestion-highlight { color: #083f88; font-weight: bold; }
/* ************************ Autocomplete End ************************ */

/* ************************ Custome Start ************************ */
.cur-pointer { cursor: pointer; }
.read-more { margin-top: -25px; }

@media (max-width: 575px) {
  .frame-contact { height: 1200px !important; }
}
/* ************************ Custome End ************************ */
