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

@font-face { font-family: DaxOT-Mediumium; src: url(../fonts/DaxOT-Medium.woff) format('woff'), url(../fonts/DaxOT-Medium.ttf) format('truetype'); }

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


a[data-toggle='modal'] { outline: none; }
a { color: #0072bc; }

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

.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; vertical-align: middle; }
.top-links li span { padding: 0 10px; }
.top-links li a { color: #58595b; }
.top-links li a:hover { color: #db4444; text-decoration: none; }

.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; }
.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; 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; }
.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;
}
.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/SEARCH.png); background-position: center; width: 30px; height: 30px; }
.icon-custom.users { background-image: url(../images/spritesheet.png); background-position: 0 -391px; width: 30px; height: 30px; }
.icon-custom.cart { background-image: url(../images/CART.png); background-position: center; width: 30px; height: 38px; }

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

.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: #ff9500; 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; }
.desktopNav ul li { display: inline-block; }
.desktopNav ul li > a {
  display: block;
  color: #0072bc;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 0px 11px 10px 10px;
  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 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; position: relative; }

.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,
.desktopNav ul li a:before { left: 0; right: 0; height: 15px; background: #fff; bottom: -10px; content: ''; position: absolute; display: none; z-index: 3; }

.desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
.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: 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; }
  
.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; }
  
.search-box { position: fixed; top: 112px; 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: #ff9500 !important; color: #ff9500 !important; }
.CategoriesListBox figure figcaption { position: absolute; bottom: 30px; right: 0; left: 0; }
.tag { background: #ff9500; 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); }

.homeCategory { list-style: none; margin: 0; padding: 0; font-size: 0; }
.homeCategory li { display: inline-block; width: 33.33%; vertical-align: top; padding: 15px 0; }
.homeCategory li a { display: block; font-size: 12px; text-align: center; color: #001714; line-height: 1.2; }
.homeCategory li a figure { margin: 0; padding: 0; }
.homeCategory li a figure img { padding-bottom: 8px; }
.homeCategory li a figure figcaption { margin: 0; padding: 10px 0; }
.homeCategory li:nth-child(1) a figure img { border-radius: 50%; background: #f4faff; }
.homeCategory li:nth-child(2) a figure img { border-radius: 50%; background: #f1fff5; }
.homeCategory li:nth-child(3) a figure img { border-radius: 50%; background: #fffaeb; }
.homeCategory li:nth-child(4) a figure img { border-radius: 50%; background: #fef1ff; }
.homeCategory li:nth-child(5) a figure img { border-radius: 50%; background: #f2feff; }
.homeCategory li:nth-child(6) a figure img { border-radius: 50%; background: #fafff1; }
.homeCategory li:nth-child(7) a figure img { border-radius: 50%; background: #f5f5ff; }
.homeCategory li:nth-child(8) a figure img { border-radius: 50%; background: #fff7f1; }
.homeCategory li:nth-child(9) a figure img { border-radius: 50%; background: #f7f1fe; }

.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; }
.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: #0072bc; border-color: #0072bc; 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: #0072bc; }

.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 { 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: 1px solid #efefef; text-align: center; padding: 10px; }

.owl-nav .owl-prev { font-size: 0; position: absolute; width: 15px; height: 30px; left: 0; top: 50%; background: url(../images/prev.png) no-repeat center/cover !important; margin-top: -15px; }
.owl-nav .owl-next { font-size: 0; position: absolute; right: 0; width: 14px; height: 30px; top: 50%; background: url(../images/next.png) no-repeat center/cover !important; margin-top: -15px; }
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled { opacity: 0.3; cursor: not-allowed; }

.owl-nav .owl-prev span,.owl-nav .owl-next span {display: none;}
.owl-nav button:is(:focus, :active){ outline: none; }

.btn-outline-primary { color: #0072bc; border-color: #0072bc; }
.btn-primary { color: #fff; background-color: #0072bc; border-color: #283e7e; }

.btn-outline-primary:hover,
.btn-primary:hover {
  color: #fff;
  background: #0072bc;
  background: -moz-linear-gradient(top, #0072bc 0%, #0072bc 100%);
  background: -webkit-linear-gradient(top, #0072bc 0%, #0072bc 100%);
  background: linear-gradient(to bottom, #0072bc 0%, #0072bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', endColorstr='#0072bc',GradientType=0 );
}
.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; }
.fw-900 { font-weight: 900; }

.fs-0 { font-size: 0; }
.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: #0072bc !important; }
.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #0072bc; background-color: #0072bc; }
  
.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 #ff9500; overflow: hidden; background-color: #ff9500; 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 #ff9500; }
.define-quantity span.dec { float: left; border-right: 1px solid #ff9500; 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: #ff9500; 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; }
  
.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 ul li { padding: 2px 0 2px 30px; position: relative; }
.ImportantInstructionsList ul li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #0072bc;
  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 ul li.dont:after { background-color: #df3c3d; content: '\f00d'; }
.ImportantInstructionsList ul li span { color: #0072bc; font-weight: 500; }
.ImportantInstructionsList ul li.dont span { color: #df3c3d; }

.stepsBox .owl-next { float: right; }
.stepsBox .item { padding-top: 70px; }
.stepsBox .item:after { height: 1px; position: absolute; right: 0.25rem; left: 0.25rem; top: 35px; background: #ff9500; content: ''; z-index: 1; }
.stepsBox .item:before { height: 10px; position: absolute; right: 0.25rem; left: 0.25rem; top: 30px; content: ''; border-left: 1px solid #ff9500; border-right: 1px solid #ff9500; 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: #ff9500;
  border: 1px solid #ff9500;
  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 #ff9500; }
.stepsBox .item figure figcaption { padding: 5px; height: 90px; overflow-y: auto; }
.stepsBox .item figure figcaption p { margin: 0; }
.stepsBox .item figure figcaption p span { color: #ff9500; }
.crouselMainOuter figcaption { word-break: break-word; }

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

@media (max-width: 1200px) {
  .desktopNav ul li > a { font-size: 11px; padding: 0 4px 10px 5px; }
}
  
@media (max-width: 991px) {
  .desktopNav { display: none; }
  .mnemonics { overflow: hidden; overflow-x: auto; }
}

@media (min-width: 768px) {
  .MobileSummaryBtn { display: none; }
  .MobileFilterBtn { display: none; }
}
  
@media (max-width: 767px) {
  .MobileFilterBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #ff9500 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); }
  
  .mobile-offer { background: rgba(241, 241, 241, 0.3); line-height: 1; padding: 10px 10px 7px !important; }

  #cart-box > a {
    background: #ffffff;
    right: 20px;
    bottom: 60px;
    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 #0072bc;
    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: #ff9500;
    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; }
  
  .cart-table tbody td p { text-align: left; }
  
  .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; }
  
.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; }
  
.checkStatues li:first-child { width: 40%; font-weight: 400; color: #777777; }
.checkStatues li { list-style: none; font-size: 14px; color: #212529; line-height: 24px; font-weight: 400; }

.editForm .form-control { font-size:14px; width: 35%; display: inline-block;}
.editForm .text-muted {width:54px; display:inline-block}  

/* ************************ OTT Start ************************ */
.cart-table.brand-2 .custom-control-label::before { width: 1.5rem; height: 1.5rem; border: #2272bd solid 1px; top: 0.1rem; }
.cart-table.brand-2 .custom-control-label::after { width: 1.5rem; height: 1.5rem; top: 0.1rem; }
.ottResend { cursor: pointer; color: #0000a3; }
.ottResend:hover { color: #ff0000; }
.productGray { filter: grayscale(1); pointer-events: none; }
.productGray label { color: #7e7d7d; }
/* ************************ OTT End ************************ */

@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; }
  .checkStatues .fs-24 { font-size: 20px; }
  .mnemonics li { margin: 0; font-size: 12px; padding: 3px 8px 3px 10px; }
  .mnemonics li span { padding: 0 18px 0 5px; }
  .main-heading .fs-24 { font-size: 16px; }
  .main-heading .fs-14 { font-size: 12px; }
}

@media (max-width: 386px) {
  .checkStatues li { font-size: 11px; }
  .checkStatues h5 { font-size: 14px; }
  .checkStatues legend { font-size: 15px; }
  .editForm .form-control {width:77%}
  .editForm .text-muted {width:54px; display:inline-block}
}

.text-danger { color: #ff9500 !important; }
.btn-danger { background-color: #ff9500; border-color: #ff9500; }
.btn-outline-danger:hover,
.btn-danger:hover { background-color: #cd7b31; border-color: #cd7b31; }
.btn-outline-danger { color: #ff9500; border-color: #ff9500; }

@media (min-width: 768px) {
  .MobileSummaryBtn { display: none; }
  .MobileFilterBtn { display: none; }
  .hideOnDesktop{ display:none !important }
  .mobileCat { display: none; }
}

.shadow-custom { box-shadow: 0px 2px 4.95px 0.05px rgba(0, 0, 0, 0.06); }

.btfText { font-size: 12px !important; font-weight: 400; font-family: 'Roboto'; }
.btfText p { font-size: 12px; }
.btfText h5 { font-size: 12px; margin: 0; }
.btfText h1 { font-size: 14px; font-weight: 500; }
.btfText h2 { font-size: 14px; font-weight: 500; }
.btfText h3 { font-size: 14px; font-weight: 500; }
.btfText h4 { font-size: 14px; font-weight: 500; }
.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; }
  
.mnemonics { margin: 15px 0 0 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 10px 5px 15px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.16);
}
.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-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); }
.profile_name_header.show .dropdown-toggle:after {transform: scale(-1);}
.mnemonics li.watch-video-link span { background-image: none; padding: 0 3px; color: #333; cursor: pointer; }

@media (max-width: 575px) {
  .frame-contact { height: 1200px !important; }
  .cart-table.brand-2 thead th, .cart-table.brand-2 tbody td { padding: 10px 0px; font-size: 12px; }
  .editForm .form-control {width: 80%}
  .editForm .text-muted {width:54px; display:inline-block}
}

.productPageCoupon { border: 1px dashed #ced4da; }
.productPageCoupon.OrangeBox { border: 1px dashed #f88358; }
.productPageCoupon.RedBox { border: 1px dashed #ff0000; }
.border-dashed-green { border: 1px dashed #28a745; }
.productPageCoupon.GreenBox { border: 1px dashed #28a745 !important; background: #effff3; }
.productPageCoupon.GreenBox label { color: #28a745; }

.productPageCoupon.GreenBox .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #28a745; background-color: #28a745; }
.productPageCoupon.GreenBox .custom-checkbox .custom-control-label::before { border-radius: 100%; }

/* ************************ Autocomplete Start ************************ */
.locatorForm .react-autosuggest__container--open .react-autosuggest__suggestions-container { display: block; position: absolute; max-height: 200px; 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; }
.locatorForm .react-autosuggest__container { position: relative;width: 100%; }
.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-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 { 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: #002a54; color: #fff; }
.react-autosuggest__suggestion--focused .highlight { color: #002a54; }
.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; }
.suggestion-highlight { color: #f00; font-weight: bold; }
.react-autosuggest__suggestion--highlighted a{ background: #002a54 !important; color: #fff !important; }
.react-autosuggest__suggestion:hover a { color: #fff !important; }
.react-autosuggest__suggestion--highlighted a span{background: #002a54 !important;}
/* ************************ Autocomplete End ************************ */

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

/* Apply Promocode Start*/
.promocode_dv {
  background: #e5f8e6 url(../images/ic_cu.png) no-repeat 10px 22px/18px;
  border: 1px dashed #00bc0e;
  padding: 9px 14px 10px 0px;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  padding-left: 10px;
  position: relative;
}
.promocode_dv .form-control{
  background: transparent;
  border: 0;
  padding-right: 46px;
  padding-left: 24px;
  border-bottom: 1px solid #909390;
}
.promocode_dv .form-control:is(:focus, :active){
  box-shadow: none;
}
.promocode_dv .apply_btn {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 11px;
  color: #909390;
}
.promocode_dv .apply_btn:is(:focus, :active, :hover){
  outline: none;
  color: #0072bc;
}

.promocode_dv .reset_frm {
  position: absolute;
  right: 56px;
  top: 0;
  bottom: 0;
  align-items: center;
  padding: 0px 4px;
  display: none;
  cursor: pointer;
  color: #909390;
}
.promocode_dv .form-control {
  border: 0 !important;
  border-radius: 30px;
  padding-right: 62px !important;
}
.promocode_dv .form-control:not(:-moz-placeholder-shown) ~ .reset_frm {
  display: flex;
}
.promocode_dv .form-control:not(:placeholder-shown) ~ .reset_frm {
  display: flex;
}
@media (max-width: 767px){
  .promocode_dv{
      border-bottom: 1px dashed #00bc0e;
      border-radius: 8px;
      margin-bottom: 10px;
      padding: 2px 14px 1px 14px;
      background: #e5f8e6 url(../images/ic_cu.png) no-repeat 10px 15px/18px;
  }
  .promocode_dv .form-control {
      padding-left: 20px;
  }
}
/* Apply Promocode End*/