/**************Header CSS Starts****************/
.header{
	background: #FFF;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
}
.top-bg-bar {
    padding: 10px 0;
    background: var(--defaultColor);
}

.text-icon{
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.text-icon svg{
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.main-navbar{
	padding-top: 16px;
	padding-bottom: 16px;
}

.dv-computer .main-nav .nav-link {
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: var(--textColor);
	padding: 10px 12px;
}
.dv-computer .main-nav .nav-link.searchbar-list{
	padding-left: 30px;
}

#cdi-action span{
	font-size: 0.45rem;
}
.top-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 12px 0px;
	border-bottom: 1px solid #DADDE4;
	margin-bottom: 20px;
}
div#coupon-detail-infox {
    text-align: left;
}
.logo-bar {
	display: flex;
	align-items: center;
}

.logo-bar>img {
	max-width: 200px;
}

.search {
	display: flex;
	align-items: center;
	position: relative;
}

.search-bar {
    border: 1px solid #bababa;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7c7c7c;
    height: 56px;
    border-radius: 170px;
    padding: 10px 60px 10px 20px;
}
.search .searchbar-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000;
    height: 46px;
    width: 46px;
    border-radius: 50px;
    align-items: center;
    color: #1a1a1a;
    font-size: 16px;
    display: flex;
    border: 0;
}
.searchbar-icon svg{
	margin: auto;
}
.searchbar-icon svg path{
	stroke: #fff;
}
.search-bar::placeholder {
	/* color: rgb(9 29 79 / 60%); */
	color: #595959;
}

.search-bar:focus {
	outline: none;
}

.search-bar::placeholder {
	/* color: rgb(9 29 79 / 60%); */
	color: #595959;
}

.dv-computer .site-info {
    display: flex;
    align-items: center;
}

.dv-tablet .site-info {
    display: flex;
    align-items: flex-start;
}

.dv-phone .site-info {
    display: flex;
    align-items: flex-start;
}

.info-item {
	text-align: center;
	cursor: pointer;
}

.info-item a>span {
	/* color: rgb(9 29 79 / 60%); */
	color: #595959;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: -0.01em;
	line-height: 19.2px;
	display: block;
}


.info-item.info-phone {
	text-align: right;
}

.left-border {
	padding-left: 28px;
	position: relative;
	margin-left: 28px;
	height: 100%;
}

.left-border:before {
	content: '';
	width: 1px;
	height: 80%;
	/* background: rgb(9 29 79 / 20%); */
	background: #ccc;
	position: absolute;
	top: 10%;
	left: 0px;
}

.cart-value {
	width: 13px;
	height: 13px;
	border-radius: 20px;
	background: #f00;
	display: block;
	color: #fff;
	line-height: 13px;
	font-size: 8px;
	position: absolute;
	top: 11px;
	right: 5px;
	text-align: center;
	font-weight: 800;
}
.dv-phone .cart-value{
	top: 18px;
	right: -7px;
}

.info-phone a .phone-txt {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #091D4F;
	display: block;
}

.phone {
	display: none;
	width: 18px;
}

.phone img {
	max-height: 18px;
}


/* Footer CSS */

footer.custom-footer {
    padding-bottom: 0px;
}
.logo-info{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #a2abc2;
	max-width: 250px;
}
/* END Footer CSS */

/* Css for Desktop Device Start*/

.dv-computer .custom-footer .col-media {
    width: 28% !important;
}
.dv-computer .custom-footer .footer-links {
    width: 24% !important;
}

.dv-computer .menu-toggle {
	cursor: pointer;
}


.dv-computer .menu-toggle>span {
	/* color: rgb(9 29 79 / 60%); */
	color: #595959;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19.2px;
	letter-spacing: -0.01em;
}

.dv-computer .side-navigation-bar {
	position: fixed;
	right: 0px;
	top: 91px;
	width: 0px;
	min-height: 350px;
	z-index: 9;
	background-color: #091d4f;
	opacity: 0;
	transition: 0.1s all ease-in-out;
	padding: 60px 0px;
}

.open-sidebar {
	overflow-y: hidden;
	height: 100%;
}

.open-sidebar .main-nav  {
	width: 100%;
	opacity: 1;
	transition: 0.1s all ease-in-out;
	display: block !important;
	position: fixed;
	top: 95px;
	z-index: 5;
	background: #fff;
	left: 0;
	padding: 0px 12px 12px 12px;
	height: calc(100vh - 95px);
	border-top: 1px solid var(--border);
}

.close-bar {
	display: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
    left: 0px;
}

.open-sidebar .close-bar {
	display: block;
}

.open-sidebar .menu-toggle {
	display: none;
}

.dv-computer .close-bar svg {
	width: 30px;
	height: 30px;
}

.dv-computer .sd-mnu-lst-rw {
	display: flex;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.dv-computer .sd-mnu-lst-rw-itm {
	padding: 0px 15px;
	text-align: left;
}

.dv-computer .sd-mnu-lst-rw-hdr {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19.2px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 32px;
}

.dv-computer .sd-mnu-lst-rw-hdr>img {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin-right: 12px;
}

.dv-computer .sd-mnu-lst-rw-bdy ul li a {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25.6px;
	color: rgb(255 255 255 / 70%);
	margin-bottom: 16px;
}

.dv-computer .sd-mnu-lst-rw-bdy ul li a svg {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.dv-computer .sd-mnu-lst-rw-bdy .social-links {
	flex-direction: column;
	margin-top: 0px;
}

.dv-computer .sd-mnu-lst-rw-bdy .social-links a {
	margin-bottom: 16px;
	display: inline-block;
}


.dv-computer .main-nav .nav-link:hover,
.dv-computer .main-nav .nav-link.active {
	color: #D6151E;
}


.dv-computer .main-nav .navbar-nav {
	width: 100%;
	align-items: center;
}

.dv-computer .main-nav {
	position: relative;
}

.dv-computer .megamenu-main.open .megamenu-link::after {
	border-top-color: #D6151E;
}

.dv-computer .megamenu-body {
	position: absolute;
	left: 0px;
	top: calc(100% + 0px);
	background: #FFFFFF;
	box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.1);
	border-radius: 23px;
	width: 100%;
	background: #FFFFFF;
	z-index: 999;
	padding: 30px;
	display: none;
	transition: 0.1s all ease;
}

.dv-computer .megamenu-main.open .megamenu-body {
	visibility: visible;
	opacity: 1;
	height: 500px;
	overflow-y: auto;
	transition: 0.5s all ease;
}

.dv-computer .megamenu-list-rw {
	display: flex;
}
.megamenu-list a.link-btn {
    font-weight: 600 !important;
}
.dv-computer .megamenu-itms {
	padding: 0px 15px;
	flex: 1;
	padding-left: 0px;
}

.dv-computer .megamenu-itms.megamenu-itms-half {
	flex: 2;
}

.dv-computer .megamenu-title {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: #004CBE;
	margin: 0px 0px 20px 0px;
	display: block;
	border-bottom: 1.5px solid rgb(80 91 119 / 30%);
	padding-bottom: 15px;
	position: relative;
}

.dv-computer .megamenu-list>li {
	list-style: none;

}

.dv-computer .megamenu-list>li>a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color:#383836;
	margin-bottom: 7px;
}

.dv-computer .megamenu-list>li>a:hover {
	font-weight: 500;
	color: rgb(35 34 32);
}

.dv-computer .menu-pr-brndng-rw {
	display: flex;
	justify-content: flex-end;
}

.dv-computer .menu-pr-brndng-rw .brndng-itms {
	flex: 1;
	margin-right: 15px;
	max-width: 190px;
}

.dv-computer .menu-pr-brndng-rw .brndng-itms:last-child {
	margin-right: 0px;
}

.dv-computer .brndng-itms img {
	width: 100%;
}

.dv-computer .all-list {
	display: flex;
	flex-wrap: wrap;
}

.dv-computer .all-list>a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #091D4F;
	margin: 0px 10px 7px 10px;
	width: calc(20% - 20px);
	padding-bottom: 0px;
	border: 0px;
}
.dv-computer .submenu-itm-img{
	width:100%;
}
.dv-computer .submenu-itm-img>a{
	display: inline-block;
}
.dv-computer .submenu-itm-img img{
	width:100%;
	height: auto;
	border-radius: 8px;
}
.dv-computer .submenu-itm-img h5{
	display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #383836;
    margin: 10px 0px 7px;
	font-weight: 600;
}
.dv-computer .submenu-itm-img-dv{
	text-align: center;
	/* display: flex; */
}
.dv-computer .submenu-itm-img-dv>a{
	display: inline-block;
	margin-right: 8px;
}
.flex-2-img{
	flex: 2 !important;
}

.cstm-tatto-now {
	height: 43px;
}

.cstm-btn-now {
	height: 43px;
}

.cstm-lanyrd {
	height: 43px;
}

.cstm-ballon-now {
	height: 43px;
}
.dv-computer .rush-promo{
	height:32px;
}

.dv-computer .wrist-band {
	height: 33px;
	margin-right: 10px;
}

/* Css for Desktop Device End*/


/* Css for Mobile Device Start*/
.dv-phone .menu-toggle{
	width: 40px;
	height: 40px;
	padding-top: 13px;
	display: flex;
	position: absolute;
    top: 8px;
    left: 0px;
}
.dv-phone .header-logo{
	margin-left: 30px;
}
.mob-nav-icon {
	display: none;
}
.mob-nav-icon li {
	display: inline-block;
	padding-left: 12px;
}
.mob-nav-icon li a{
	margin: 0px;
	padding: 0px;
}
.dv-phone .mob-nav-icon {
	display: block;
}
.dv-phone .menu-toggle>svg {
	display: block;
	max-height: 18px;
}
.dv-phone.fixed-header {
	padding-top: 90px;
}

.dv-phone .top-header {
	margin-bottom: 0px;
	align-items: center;
	border-bottom: 0px;
}

.dv-phone .close-bar svg {
	width: 20px;
	height: 20px;
}

.dv-phone .mob-mega-menu-main {
	width: 100%;
	height: calc(100vh - 85px);
	overflow: auto;
	position: fixed;
	left: -100%;
	transition: all 300ms linear;
	z-index: 4;
}

.dv-phone .mob-mega-menu-main.main-nav-active {
	left: 0px;
	transition: all 300ms linear;
	z-index: 4;
	background: #2b262b;
}

.dv-phone .logo-bar>img {
	max-width: 105px;
}

.dv-phone .left-border {
	margin-left: 18px;
	padding-left: 18px;
}


.dv-phone .mega-menu-dark {
	/* background: #2b262b; */
	padding: 20px 16px 0px 16px;
}

.dv-phone .mob-mega-menu-main .custom-tab li a {
	text-transform: uppercase;
}

.dv-phone .mob-mega-menu-main .custom-tab li a {
	margin: 0px 16px;
	color: #737476;
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.dv-phone .mob-mega-menu-main .custom-tab {
	justify-content: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	width: fit-content;
}

.dv-phone .mob-mega-menu-main .custom-tab li:first-child a {
	margin-left: 0px;
}

.dv-phone .mob-mega-menu-main .custom-tab li a.active,
.dv-phone .mob-mega-menu-main .custom-tab li a:hover {
	color: #fff;
	border-bottom: 1px solid #FFFFFF;
	opacity: 1;
}

.dv-phone .mob-mega-menu {
	width: 100%;
}

.dv-phone .mob-menu .menu-item-main>li {
	width: 100%;
}
.dv-phone .menu-item-main [title="Logout"] path{
	fill:#ffffff;
}

.dv-phone .mob-menu .menu-item-main>li>a,
.dv-phone .submenu-title,
.dv-phone .main-nav>ul>li>a.nav-link {
	font-size: 16px;
	display: block;
	color: var(--textColor);
	width: 100%;
	text-align: left;
	padding: 14px 0px;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	font-weight: 400;
}

.dv-phone .submenu-title {
	font-weight: 900 !important;
	border-bottom: 0px !important;
}

.dv-phone .mob-innr-menu-main>a,
.dv-phone .mob-slide-drpdwn>a {
	position: relative;
}

.dv-phone .mob-innr-menu-main>a:after,
.dv-phone .mob-slide-drpdwn>a::after,
.dv-phone .mob-innr-menu-hdr:after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 0px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-width: 0px 0px 2px 2px;
	transform: rotate(225deg);
}

.dv-phone .mob-slide-drpdwn>a::after {
	border-color: #ffffff;
	transform: rotate(315deg);
	transition: 0.5s all ease;
}

.dv-phone .header .close-bar svg rect{
	fill:#d9262e !important

}
.dv-phone .mob-innr-menu-hdr {
	position: relative;
	padding: 20px 20px 20px 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	cursor: pointer;
}

.dv-phone .mob-innr-menu-hdr:after {
	right: auto;
	left: 0px;
	transform: rotate(45deg);
}

.dv-phone .mob-innr-menu-body {
	position: fixed; 
	background: #091D4F;
	width: 100%;
	height: 100%;
	top: 85px;
	right: -100%;
	z-index: 1;
	padding: 20px 16px;
	transition: all 300ms linear;
	opacity: 0;
}

.dv-phone .mob-innr-menu-main.sub-menu-active .mob-innr-menu-body {
	right: 0px;
	transition: all 300ms linear;
	opacity: 1;
}

.dv-phone .mega-menu-light {
	/* background: #2b262b; */
	padding: 0px 16px 20px 16px;
}

.dv-phone .mega-menu-light .menu-item-main>li>a {
	color: #fff;
	border-bottom: 0px;
}

.dv-phone .mega-menu-light .menu-item-main>li>a svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.dv-phone .mega-menu-light .menu-item-main>li>a .avatar {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
}

.dv-phone .mob-mega-menu-main .social-links>a svg path {
	fill: #fff;
}
.dv-phone .header.mob-menu .mob-mega-menu-main .social-links>a.tiktok-icon svg path:nth-child(1) {
	fill: #fff;
	stroke:#fff;
}
.dv-phone .header.mob-menu .mob-mega-menu-main .social-links>a.tiktok-icon svg path:nth-child(2) {
	fill: #fff;
}

.dv-phone .mob-mega-menu-main .social-links>a:nth-child(4) svg path:nth-child(2) {
	fill: #fff;
}

.dv-phone .mob-mega-menu-main .social-links>a svg rect {
	stroke: #fff;
}

.dv-phone .mob-slide-drpdwn-body {
	display: none;
}

.dv-phone .is-open.mob-slide-drpdwn>a::after {
	transform: rotate(135deg);
	transition: 0.5s all ease;
}

.dv-phone .submenu-scroll {
	height: calc(100% - 104px);
	overflow: auto;
	margin-left: -16px;
	margin-right: -16px;
	padding: 0px 16px;
}
.dv-phone .left-border {
    margin-left: 20px;
    padding-left: 20px;
}
.dv-phone .cstm-lanyrd {
	height: 35px;
}


.dv-phone  .mob-search-input-box{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    align-items: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 16px;
	z-index: 2;
}
.dv-phone  .mob-search-input-box>.position-relative{
	flex: 1;
    margin-right: 16px;
}
.dv-phone  .mob-search-input-box>.position-relative input{
	width: 100%;
}
.dv-phone  .search-result-close{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.dv-phone  .search-result-close svg path{
	stroke: #091D4F;
}
.dv-phone .logo-info{
	max-width: 100%;
}

/* Css for Mobile Device End*/


/* Css for Tablet Device  Start */
.dv-tablet .menu-toggle{
	width: 40px;
	height: 40px;
	text-align: left;
	padding-top: 13px;
}
.dv-tablet .menu-toggle>svg {
	display: block;
	max-height: 18px;
	margin: auto;
}
.dv-tablet.fixed-header {
	padding-top: 90px;
}

.dv-tablet .top-header {
	margin-bottom: 0px;
	align-items: center;
	border-bottom: 0px;
}

.dv-tablet .close-bar svg {
	width: 40px;
	height: 40px;
}

.dv-tablet .mob-mega-menu-main {
	width: 100%;
	height: calc(100vh - 85px);
	overflow: auto;
	position: fixed;
	left: -100%;
	transition: all 300ms linear;
}

.dv-tablet .mob-mega-menu-main.main-nav-active {
	left: 0px;
	transition: all 300ms linear;
	z-index: 4;
}

.dv-tablet .logo-bar>img {
	max-width: 105px;
}

.dv-tablet .left-border {
	margin-left: 18px;
	padding-left: 18px;
}


.dv-tablet .mega-menu-dark {
	background: #091D4F;
	padding: 40px 16px;
}

.dv-tablet .mob-mega-menu-main .custom-tab li a {
	text-transform: uppercase;
}

.dv-tablet .mob-mega-menu-main .custom-tab li a {
	margin: 0px 16px;
	color: rgba(255, 255, 255, 50%);
	padding: 10px 0px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.dv-tablet .mob-mega-menu-main .custom-tab {
	justify-content: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	width: fit-content;
}

.dv-tablet .mob-mega-menu-main .custom-tab li:first-child a {
	margin-left: 0px;
}

.dv-tablet .mob-mega-menu-main .custom-tab li a.active,
.dv-tablet .mob-mega-menu-main .custom-tab li a:hover {
	color: #fff;
	border-bottom: 1px solid #FFFFFF;
	opacity: 1;
}

.dv-tablet .mob-mega-menu {
	width: 100%;
}

.dv-tablet .mob-menu .menu-item-main>li {
	width: 100%;
}

.dv-tablet .mob-menu .menu-item-main>li>a,
.dv-tablet  .submenu-title {
	font-size: 16px;
	display: block;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	padding: 14px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	position: relative;
	font-weight: 400;
}

.dv-tablet .submenu-title {
	font-weight: 900 !important;
	border-bottom: 0px !important;
}

.dv-tablet .mob-innr-menu-main>a,
.dv-tablet .mob-slide-drpdwn>a {
	position: relative;
}

.dv-tablet .mob-innr-menu-main>a:after,
.dv-tablet .mob-slide-drpdwn>a::after,
.dv-tablet .mob-innr-menu-hdr:after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 0px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-width: 0px 0px 2px 2px;
	transform: rotate(225deg);
}

.dv-tablet .mob-slide-drpdwn>a::after {
	border-color: #091D4F;
	transform: rotate(315deg);
	transition: 0.5s all ease;
}

.dv-tablet .mob-innr-menu-hdr {
	position: relative;
	padding: 20px 20px 20px 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	cursor: pointer;
}

.dv-tablet .mob-innr-menu-hdr:after {
	right: auto;
	left: 0px;
	transform: rotate(45deg);
}

.dv-tablet .mob-innr-menu-body {
	position: fixed; 
	background: #091D4F;
	width: 100%;
	height: 100%;
	top: 85px;
	right: -100%;
	z-index: 1;
	padding: 40px 16px;
	transition: all 300ms linear;
	opacity: 0;
}

.dv-tablet .mob-innr-menu-main.sub-menu-active .mob-innr-menu-body {
	right: 0px;
	transition: all 300ms linear;
	opacity:1;
}

.dv-tablet .mega-menu-light {
	background: #DEF5FF;
	padding: 40px 16px;
}

.dv-tablet .mega-menu-light .menu-item-main>li>a {
	color: #091D4F;
	border-bottom: 0px;
}

.dv-tablet .mega-menu-light .menu-item-main>li>a svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.dv-tablet .mega-menu-light .menu-item-main>li>a .avatar {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
}

.dv-tablet .mob-mega-menu-main .social-links>a svg path {
	fill: #091D4F;
}
.dv-tablet .header.mob-menu .mob-mega-menu-main .social-links>a.tiktok-icon svg path:nth-child(1) {
	fill: #ffffff00;
	stroke: rgba(9, 29, 79, 0.4);
}
.dv-tablet .header.mob-menu .mob-mega-menu-main .social-links>a.tiktok-icon svg path:nth-child(2) {
	fill: #091D4F;
}

.dv-tablet .mob-mega-menu-main .social-links>a:nth-child(4) svg path:nth-child(2) {
	fill: #fff;
}

.dv-tablet .mob-mega-menu-main .social-links>a svg rect {
	stroke: rgba(9, 29, 79, 0.4);
}

.dv-tablet .is-open.mob-slide-drpdwn>a::after {
	transform: rotate(135deg);
	transition: 0.5s all ease;
}

.dv-tablet .submenu-scroll {
	height: 100%;
	overflow: auto;
	margin-left: -16px;
	margin-right: -16px;
	padding: 0px 16px;
}
.dv-tablet .left-border {
    margin-left: 20px;
    padding-left: 20px;
}

.dv-tablet .cstm-lanyrd {
	height: 35px;
}
.dv-tablet  .mob-search-input-box{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    align-items: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 16px;
	z-index: 2;
}
.dv-tablet  .mob-search-input-box>.position-relative{
	flex: 1;
    margin-right: 16px;
}
.dv-tablet  .mob-search-input-box>.position-relative input{
	width: 100%;
}
.dv-tablet  .search-result-close{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.dv-tablet .logo-info{
	max-width: 90%;
}
.dv-tablet  .search-result-close svg path{
	stroke: #091D4F;
}

/* Css for Tablet Device End*/

@media screen and (max-width:359px) {
	.wrist-band , .rush-promo{
		height: 17px;
	}
	
	.top-bg-bar{
		padding: 5px 0px;
	}
}
@media screen and (max-width:580px) {
	.top-bg-bar{
		font-size: 10px;
	}
}

/* For Mobile End*/

@media screen and (min-width:992px) and (max-width:1279px) {
	.all-list>a {
		width: calc(25% - 20px);
	}

	.megamenu-itms.megamenu-itms-half {
		flex: 1;
	}

	.search-bar {
		width: 200px;
	}

	.menu-pr-brndng-rw .brndng-itms {
		max-width: 140px;
	}
}


.dv-computer .menu-toggle>svg {
    display: block;
    max-height: 18px;
    margin: auto;
}

.dv-tablet .menu-toggle>span {
    /* color: rgb(9 29 79 / 60%); */
	color: #595959;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19.2px;
    letter-spacing: -0.01em;
}

.dv-phone .menu-toggle>span {
    /* color: rgb(9 29 79 / 60%); */
	color: #595959;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19.2px;
    letter-spacing: -0.01em;
}

@media screen and (min-width:1100px){
	.position-txt{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

.dv-tablet .mob-mega-menu-main .social-links>a[title=twitter] svg path,
.dv-phone .mob-mega-menu-main .social-links>a[title=twitter] svg path 
 {
	fill: #fff !important;
}
/*************Header CSS ENds*************/


/*************Footer css starts**************/
footer {
	background: var(--black-dark-bg);
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-logo p{
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
}
.footer-logo a{
	margin-bottom: 19px;
	display: inline-block;
}
.brading-sec,.quote-list-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.branding-img>img {
    margin-right: 20px;
    display: inline-block
}

.branding-img-txt {
    display: flex;
    flex-wrap: wrap
}

.branding-img-txt h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.branding-img-txt>div {
    margin-left: 15px;
    text-align: center
}

.branding-img-txt>div>img {
    max-height: 50px;
    margin-bottom: 10px
}
.branding-img-txt>div>svg{
    margin-bottom: 10px;
}
.branding-img-txt h4 b {
    display: block;
    font-size: 16px;
    margin-bottom: 4px
}
.body-divider {
	width: 100%;
	height: 1px;
    background: rgb(255 255 255 / 20%);
    margin: 40px 0;
}
body footer .logo {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.social-links {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 20px;
}

.social-links a {
	margin: 0px 3px;
	border-radius: 8px;
}


.copy-right {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}

.footer-links {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.footer-links label {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 32px;
}

.footer-links a,
.footer-links div {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.footer-links .footer-slide-link{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
	opacity: 1;
}
.stripe-img li {
    background: url(https://img.rushmorepromo.com/uploads/images/src/payment.svg) top left/cover no-repeat;
    width: 32px;
    height: 20px;
    float: left;
    color: transparent;
    margin-right: 6px
}

.visa {
    background-position: 0 0!important
}
.opay {
    background-position: 17% 0!important;
}
.paypal {
    background-position: 33% 0!important;
}
.mastercard {
    background-position: 50% 0!important;
}
.gpay {
    background-position: 68% 0!important;
}

.amex {
    background-position: 100% 0!important;
}

.applepay {
    background-position: 84% 0!important;
}

@media screen and (max-width: 991px) {
    .stripe-img li {
        width:38px;
        height: 24.6px;
        margin-bottom: 0;
        margin-right: 4px
    }
    .navbar-toggler{
        background: #D6151E;
    }
    .navbar-toggler .navbar-toggler-icon{
        background-image: url(../images/sr-menu.svg);
    }
}
@media screen and (max-width:580px){
    .footer-logo .branding-img>img{
        max-width: 160px !important;
    }
}
.copyright {
    padding-bottom: 10px
}

.pb-60,.py-60 {
    padding-bottom: 60px
}

.copyright h5,.copyright h5 a {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.footer-links div {
	opacity: 1;
}

.footer-links a:hover {
	color: #fff;
}

.footer-links svg {
	margin-right: 10px;
}

footer .logo img {
	max-width: 236px
}

@media screen and (min-width:992px) and (max-width:1130px) {

	.footer-links a,
	.footer-links div {
		font-size: 12px;
	}
}
.dv-computer .custom-footer .mob-slide-drpdwn-body{
	display: flex;
	flex-direction: column;
}
.dv-computer .col-media{
	width: 25%;
}
.dv-computer  .col-links{
	width: 25%;
}
.dv-computer .col-contact{
	width: 25%;
}

.dv-tablet .col-media{
	width: 100%;
	text-align: center;
}
.dv-tablet  .social-links{
	justify-content: center;
}
.dv-tablet  .col-links{
	width: 33.3333%;
}
.dv-tablet .col-contact{
	width: 25%;
}
.dv-tablet  .footer-links {
	margin-top: 40px;
}
.dv-tablet .footer-links a,
.dv-tablet .footer-links div {
	font-size: 13px;
}

.dv-tablet .mob-slide-drpdwn>a.footer-slide-link::after,
.dv-tablet .mob-slide-drpdwn>a.footer-slide-link::before{
	content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
	background-color: #ffffff;
	border: 0px;
	width: 20px;
	height: 2px;
	transform: rotate(0deg);
}
.dv-tablet .mob-slide-drpdwn>a.footer-slide-link::before{
	transform: rotate(90deg);
}
.dv-tablet .is-open.mob-slide-drpdwn>a.footer-slide-link::before{
	transform: rotate(0deg);
}

.dv-tablet .footer-links .mob-slide-drpdwn-body a{
    width: 100%;
    display: inline-block;
}


.dv-phone .col-media{
	width: 100%;
}
.dv-phone  .col-links{
	width: 100%;
}
.dv-phone .col-contact{
	width: 100%;
}

.dv-phone .footer-links{
	margin-top: 20px;
}
.dv-phone .footer-links label {
	margin-bottom: 14px;
}

.dv-phone footer .logo {
	color: #fff !important;
	margin-bottom: 20px;
}
.dv-phone .mob-slide-drpdwn>a.footer-slide-link::before{
	content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
	border: 2px 2px 0 0;
	width: 10px;
	height: 10px;
	transform: rotate(0deg);
}
.dv-phone .mob-slide-drpdwn>a.footer-slide-link::before{
	transform: rotate(90deg);
}
.dv-phone .is-open.mob-slide-drpdwn>a.footer-slide-link::before{
	transform: rotate(0deg);
}

.dv-phone .footer-links .mob-slide-drpdwn-body a{
	display: inline-block;
	width: 100%;
} 
.dv-phone .social-links{
	margin-top: 10px;
	margin-bottom: 10px;
}

.dv-computer .vertical-menu .megamenu-list-rw {
	flex-direction: column;
	position: relative;
}
.dv-computer .vertical-menu .megamenu-itms{
	display: flex;
	width: 30%;
	padding: 0px;

}
.dv-computer .vertical-menu .megamenu-itms  .menu-img-sec{
	display: none;
}
.dv-computer .vertical-menu .megamenu-itms.active-menu .menu-img-sec{
	display: inline-flex;
	border-left: 1.5px solid #E0F3FF
}
.dv-computer .vertical-menu .menu-img-sec{
	position: absolute;
	top:0px;
	left: 30%;
	width: 70%;
	display: flex;
	padding: 30px;
	background: #fff;
    height: 100%;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
}
.menu-side-list{
	width: 40%;
    margin-right: 20px;
    border-radius: 10px;
}
.dv-computer .vertical-menu .menu-itm-img{
	width: 60%;
}
.menu-itm-img .d-flex .submenu-itm-img{
	display: none;
}
.menu-itm-img .d-flex .submenu-itm-img:nth-child(1),.menu-itm-img .d-flex .submenu-itm-img:nth-child(2){
	display: block;
}
.dv-computer .vertical-menu  .megamenu-title{
	width: 100%;
	margin-bottom: 0px;
	padding: 12px 15px;
	position: relative;
	border: 1px solid transparent;
	color: #252525;

}
.dv-computer .vertical-menu .megamenu-itms.active-menu .megamenu-title{
	background: #009DFF1F;
	border-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.dv-computer .vertical-menu  .megamenu-title:after{
	content: '';
	position: absolute;
	top:15px;
	right: 32px;
    width: 8px;
    height: 8px;
    border: 2px solid #252525;
    border-width: 2px 2px 0px 0px;
    transform: rotate(45deg);
}
.dv-computer .megamenu-list.two-column-list>li{
	width: 40%;
    display: inline-block;
}


.dv-computer .vertical-menu.megamenu-body{
	min-height: 430px;
}
.dv-computer .vertical-menu.megamenu-body.heignt-img{
	min-height: 430px;
}
.megamenu-body.vertical-menu{
	padding: 0px;
}
.megamenu-body.vertical-menu .megamenu-list-rw{
    padding: 30px;
    min-height: 475px;
	border-radius: 23px;
}
.dv-computer .vertical-menu  .megamenu-list>li>a{
	font-weight: 500;
	color: #252525;
	line-height: normal;
	margin-bottom: 15px;
}
.st-catg{
	color: #252525;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin: 0px 0px 23px;
	padding-left: 15px;
}
.dv-computer .megamenu-body.vertical-menu  .megamenu-itms{
	flex: unset;
}
.top-seller-img{
	height: 235px;
	display: flex;
}
.top-seller-img>img{
	margin: auto;
}

img.category-tag {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    padding: 10px;
    width: 60px;
    height: 60px;
}
.category-product {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	display: inline-block;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
  }
  .dv-computer .vertical-menu .category-product .card-img-wrapper {
	width: 100%;
    padding: 0px;
    height: auto;
	max-height: 230px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.category-product .card-img-wrapper img {
	width: 100%;
    height: auto;
    object-fit: unset;
}
.category-product .card-detail-wrapper {
    text-align: left;
    place-items: start;
    padding: 15px;
    margin-top: 0px;
}
.category-product .rating {
    margin-bottom: 15px;
}
.category-product .product-name {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 4px;
}
.category-product .product-desc {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 2px;
}
.overflow-text-ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body .mn-prc, body .mn-prc b {
    color: #7f7f7f;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
body .mn-prc{
	margin-top: 9px !important;
}
/* Footer Payment icons */

.ftr-pymnt-img{
    flex: 1;
 margin-left: 10px;
}
.copyright {
    padding-bottom: 10px;
}
.copyright h5, .copyright h5 a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
body .vertical-menu .megamenu-list a.link-btn {
    color: #004CBE !important;
    display: flex !important;
    align-items: center;
    padding: 0px;
	font-weight: 700 !important;
	font-size: 16px !important;
}
body .vertical-menu .megamenu-list a.link-btn svg{
	margin-left: 6px;
}
h2.top-seller-text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
}
h5.menu-image-title {
    font-size: 18px !important;
    font-weight: 900 !important;
    margin-bottom: 5px !important;
}
@media screen and (max-width:991px){
 .stripe-img li{
     width: 38px;
     height: 24.6px;
     margin-bottom: 0px;
     margin-right: 4px;
 }
}
@media screen and (max-width:767px){
 .ftr-pymnt-img{
     margin-left: 0px;
     margin-top: 8px;
     width: 100%;
     flex: auto;
 }
 .stripe-img li{
     width: 38px;
     height: 24.6px;
     margin-bottom:3px;
     margin-right: 3px;
 }
}
@media screen and (max-width:580px){
 .stripe-img li{
     margin-right: 3px;
 }
}
/***************footer css ends*************/

/* Spacing issue fix  css */
#js-menu-con .navbar {
	min-height: unset !important;
}
body .home-tbanner.pt-22{
	padding-top: 15px !important;
}

/* Spacing issue fix  css */

.dv-computer .get-qoute-side-btn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%) rotate(90deg);
	z-index: 10;
	display: block;
	border: none;
	background: #D6151E;
	color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
	padding: 4px 10px;
	-ms-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
}

.dv-computer .category-menu{
	border:1px solid #e4e4e4;
	border-width: 1px 0px 1px;
}





@media screen and (max-width:580px){
	footer{
		padding-top: 30px;
	}
	.text-icon svg{
		margin-right: 4px;
	}
	.footer-logo p{
		font-size: 12.5px;
	}
	.footer-links .footer-slide-link{
		font-size: 13px;
	}
	.footer-links a, .footer-links div{
		font-size: 12px;
		margin-bottom: 4px;
	}
	.mob-slide-drpdwn{
		border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    	padding-bottom: 10px;
	}
}