/*custom menu start*/
.fullnavbarcustom li.category-nav-element img {
    display: block;
    margin: auto;
    margin-bottom: 0;
    width: 100%;
    opacity: 1 !important;
}
.fullnavbarcustom li.category-nav-element .logoimgg img {
    width: 100%;
    height: auto;
}

.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    text-align: center;
}
.fullnavbarcustom ul.list-unstyled.categories {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    top: 68%;
    left: 0;
    width: 100%;
    text-align: left;
    height: auto;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover > a {
    box-shadow: none;
    color: var(--primary) !important;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element .sub-cat-menu li.mb-2 a:hover
{
    color: var(--primary) !important;
}
.seeAll
{
    padding: 9px 16px;
}
@media screen and (max-width: 767px)
{
    
    .f-item{
        padding-right:1.5rem;
        padding-left:1.5rem;
    }
   .fullnavbarcustom ul.list-unstyled.categories {
    flex-wrap: nowrap;
} 
}
.blinkseller
{
    text-transform: uppercase;
    font-weight: 600;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
.blinkseller{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
  
    padding-left: 4px;
    padding-right: 4px;
}
/*custom menu end*/
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    font-weight: normal;
    padding-left: 6px;
    padding-right: 6px;
    padding: 6px 10px 6px 10px;
    font-size: 18px;
    color: #000 !important;
    line-height: 28px;
}
li.category-nav-element a.text-truncate.text-reset.py-2.d-block {
    text-transform: uppercase;
}
.fullnavbarcustom.first_menu li.category-nav-element a, .fullnavbarcustom.first_menu li.category-nav-element
{
    font-weight: 700;
    padding: 4px 5px 4px 13px;
}
.fullnavbarcustom li.category-nav-element a::first-child
{
    padding-left: 0 !Important;
}
@media screen and (min-width: 1600px)
{
    .fullnavbarcustom.first_menu li.category-nav-element a, .fullnavbarcustom.first_menu li.category-nav-element
{
    font-weight: 700;
    padding: 4px 3px 4px 14px;
}
}
@media screen and (max-width: 991px)
{
    .fullnavbarcustom ul.list-unstyled.categories {
    flex-wrap: nowrap;
    }
    .fullnavbarcustom ul.list-unstyled.categories {
    justify-content: right;
    }
    .fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element li a {
    font-size: 13px;
    padding: .5rem 1rem;
}
.fullnavbarcustom li.category-nav-element img {
    width: 40px;
    height: 45px;
}
.fullnavbarcustom .card-columns .card {
    display: block;
}
.sub-cat-menu ul.list-unstyled.mb-3 {
    margin-bottom: 0 !important;
}
.mobpad0
{
    padding: 0;
}
.position-relative.logo-bar-area.z-1 {
    height: auto;    margin: 0;
}
.mobpb10
{
        padding: 5px 0;
}
  .mobp0
    {
        padding: 0 !important;
    }
    .mobslider
    {
        display: block;
    }
    .mobbanner_disnone
    {
        display: none;
    }
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover > a {
    background: transparent;
    box-shadow: none;
    color: #e3af41 !important;
}
.fullnavbarcustom li.category-nav-element a.text-reset.hov-text-primary {
    color: #000 !important;
    text-transform: inherit;
}
.fullnavbarcustom li.category-nav-element a.bold_text
{
    font-weight: 700 !Important;
    font-size: 15px;
}
.fullnavbarcustom li.category-nav-element .catmenu a
{
    font-size: 14px;
}
a.text-reset.hov-text-primary.bold_text {
    font-weight: 700;
}
li.category-nav-element:first-child, li.category-nav-element a:first-child {
    padding-left: 0 !important;
}
 li.category-nav-element.light_al a {
    padding-left: 8px !important;
}
/*mobile menu*/
.showonmob
{
    display: none;
}

#hamburger {
  width: 25px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 8px;
}

#hamburger span:nth-child(3) {
  top: 16px;
}

#hamburger.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li.nav-dropdown:hover > a {
  color: #000;
}
.sitenavigation li a {
  color: #758283;
  text-decoration: none;
  display: block;
  padding: 11px 14px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: white;
  background-color: #ECECEC;
}
.sitenavigation li a.nav-selected {
  background-color: #777;
  color: #000;
}
.sitenavigation li a:hover {
  color: #000;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
}
.sitenavigation li ul a {
  background-color: #dfdfdf;
  font-size: 0.8125em;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  background-color: lightgray;
}
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #ECECEC;
}

.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}
a.text-reset.prlist:hover span {
    color: #9A0056 !important;
}
@media (max-width: 991px) {
 .fullnavbarcustom {
    display: none;
}  
.flex-grow-1.d-flex.align-items-center.bg-white.justify-content-start {
    justify-content: end !important;
    margin-right: 60px;
}
        .showonmob
    {
        display: block;
    }
.navbar {
    width: 100%;
    /* background-color: #f9f9f9; */
    /* border: thin solid #ededed; */
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
}
.d-lg-none.ml-auto.mr-0.mobsearch i {
    position: absolute;
    right: 65px;
    top: 18.4px;
    z-index: 2;
}

/*.position-relative.logo-bar-area.z-1 {
    padding: 10px 0;
}*/
  .navbar .logo {
    float: right;
    font-weight: 800;
    padding: 5px;
    margin: 10px;
  }
.navbar .menu-icon {
    position: absolute;
    height: 25px;
    padding-top: 0;
    margin-top: 15px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 0;
}
  .navbar .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    left: 0;
    z-index: 100;
    top: auto;
    padding: 0;
    margin-top: 0px;
    text-align: left;
  }
 .navbar .sitenavigation.is-tapped > ul a {
    width: 100%;
    margin: 0;
    background-color: #fff;
    display: block;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    padding-left: 30px;
    height: auto;
    color: #000;
    /*text-transform: uppercase;*/
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    line-height: 45px;
}
/*  .navbar .sitenavigation.is-tapped > ul ul a {
    text-transform: capitalize;
}*/
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    border-bottom: solid 1px #0171b614;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    padding-left: 50px;
  }
 .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #fff;
    font-size: 16px;
    /*text-transform: uppercase;*/
    padding-left: 45px;
}
 .navbar .sitenavigation.is-tapped > ul ul a:before {
    /*content: "- ";*/
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 100%;
    position: relative;
  }
  ul.submenulist {
    padding: 20px 0 15px !important;
}
/*  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: "\f107";
    font-family: 'Line Awesome Free';

    position: absolute;
    color: #fff;
    padding: 0;
    display: block;
    width: 10%;
    right: 0;
    margin-top: -33px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #0171b6;
}*/
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown i {
    content: "\f107";
    font-family: 'Line Awesome Free';
    position: absolute;
    color: #c49a41;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
}
 .navbar .sitenavigation.is-tapped > ul li.nav-dropdown.open i
 {
     color: #fff;
 }
 .navbar .sitenavigation.is-tapped > ul ul li.nav-dropdown i
 {
     color: #c49a41 !important;
 }
  .navbar .sitenavigation.is-tapped > ul ul li.nav-dropdown.open i
 {
     color: #ffffff !Important;
 }
/*.navbar .sitenavigation.is-tapped > ul li.nav-dropdown.open a i {
    transform: rotate(
180deg
);
}
 .navbar .sitenavigation.is-tapped > ul ul li.nav-dropdown a i {
    transform: rotate(
0deg
) !Important;
}*/
.navbar .sitenavigation.is-tapped > ul li.nav-dropdown.open > a
 {
    background: #646363;
    color: #fff;
}
/* .navbar .sitenavigation.is-tapped > ul ul li.nav-dropdown.open a i {
    transform: rotate(
180deg
) !Important;
}*/
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
    content: "\f106";
    font-family: 'Line Awesome Free';
    position: absolute;
    color: #fff;
    padding: 0;
    display: block;
    width: 10%;
    right: 0;
    margin-top: -33px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #0171b6;
  }
  .submenulist
  {
      
    background: #fff;
    padding: 20px 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul.submenulist a {
    padding: 0;
    text-align: center;
}
}
@media screen and (max-width: 767px)
{
    .d-lg-none.ml-auto.mr-0.mobsearch i {
    position: absolute;
    right: 65px;
    top: 13.4px;
}
.position-relative.logo-bar-area.z-1 {
    padding: 10px 0;
}
.navbar .menu-icon {
    margin-top: 10px;
}
}
button.btn.btn-sm.p-4.hide-top-menu-bar {
    padding: 15px !important;
}
button.btn.btn-sm.p-4.hide-top-menu-bar i {
    color: #000 !important;
}
header.showonmob {
    position: relative;
    min-height: 300px;
    overflow-y: scroll;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.textblack {
    color: #fff !important;
}
.megamenubg {
    background: #fff;
    box-shadow: 0 5px 10px rgb(135 138 153 / 12%) !important;
    border-radius: 0.25rem;
    margin-bottom: 5px;
    border: 1px solid #ddd9;
}
.fullnavbarcustom li.category-nav-element .logoimgg img {
    width: 40px;
    height: 40px;
    margin: 0 !important;
    object-fit: contain;
}


.p-3.logoimgg .col-lg-4 {
    padding: 6px;
}
.p-3.logoimgg .col-lg-4 a {
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    display: block;
    border-radius: 0 !important;
        padding: 0 3px !important;
    text-align: center !important;
}
.p-3.logoimgg.pl-0 {
    padding-left: 0 !important;
}

.container {
    max-width: 1600px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px)
{
    .container {
            width: auto;
    margin: 0 4%!important;
}

}
@media screen and (min-width: 1441px) and (max-width: 1610px)
{
    .container {
    margin: 0 6%;
            width: auto;
}
}
@media screen and (min-width: 1611px)
{
    .container {
    margin: 0 auto;
}
}
a.btn.btn-secondary.btn-hover.blackbtnn {
    padding: 5px 8px 4px !important;
    background: #000;
    border: 1px solid #000;
}
a.btn.btn-secondary.btn-hover.blackbtnn:hover {
    background: #555454f0;
    border: 1px solid #555454f0;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    animation: spMenuFadeInUp 0.4s;
}
@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.black_fill svg path {
    fill: #000 !important;
}
.nav-user-info .border-black.nav-user-img
{
    border: 1px solid #000 !Important;
}

.topbrands
{
    font-weight: 600;
    height: calc(100% - 64px);
    color: #000 !Important;
}

#offer-banner {
    height: 35px;
    line-height: 35px;
    padding: 0px;
    position: relative;
    /*z-index: 10001 !important;*/
}
#offer-banner.top-strip-bg {
    height: 35px !important;
    background-size: cover !important;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
}
.css-uhagyq {
    border-bottom: solid 1px #e6dede;
    width: 100%;
}
.top_strip_wrapper {
    height: 40px;
    margin: 0 auto;
}
.leftDiv {
    vertical-align: middle;
    float: left;
    height: 35px;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
}
.left-message {
    position: absolute;
    left: 0;
    top: 0;
    animation: slide 2s infinite;
}
.left-message, .right-message {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 35px;
    border: 0px !important;
}
.rightDiv ul li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.rightDiv ul li a::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 10px;
    margin-left: 13px;
    display: none;
}
.rightDiv ul li a.brnone::after
{
    content: none;
}
.rightDiv ul {
    height: 40px;
    list-style: none;
}
.rightDiv ul li {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    padding: 0 13px;
}
.css-37632m .rightDiv {
}
.rightDiv {
    float: right;
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: right;
}
@keyframes slide
{
    0% {
    transform: translateY(40px);
    opacity: 1;
}

5%, 50% {
    transform: translateY(0);
    opacity: 1;
}
51% {
    transform: translateY(-40px);
    opacity: 0;
}
51.1%, 100% {
    transform: translateY(40px);
    opacity: 0;
}
}
.leftDiv {
    vertical-align: middle;
    float: left;
    width: 45%;
    height: 40px;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
}
.top_strip_wrapper.row {
    justify-content: space-between;
}

.top_strip_wrapper {
    height: 40px;
    margin: 0 auto;
}
.left-message {
    position: relative;
}
.left-message a {
    color: #fff;
}

.showonlymob,.rowmob
{
    display: none;
}
.hideonmobb
{
    display: inline-block !Important;
}
.showonmobb
{
    display: none !Important;
}


@media screen and (max-width: 991px)
{
    
.aiz-top-menu-sidebar.active .collapse-sidebar {
    /*transform: translate(0%, 3%);*/
    background: #fff !important;
}
header.showonmob nav {
    padding: 0;
}
    .rowdis {
    max-width: 76%;
    flex: 0 0 76%;
}
    .cartmob
    {
    background: transparent !important;
    position: absolute;
    right: 3.7%;
    top: -12px;
}
.cartmob a {
    padding: 0 !important;
}
.cartmob:hover, .cartmob:focus
{
    background: transparent !important;
}
a.showonmobb.botnlogin.text-reset.opacity-60.hov-opacity-100.hov-text-primary.fs-14.d-inline-block.border-width-2.pr-2.ml-3 {
    background: transparent;
    padding: 0;
    position: absolute;
    right: -1%;
    top: -17px;
}
.newrow_col .carousel-box {
    padding: 0 5px !important;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop {
    margin-top: 6px;
    position: absolute;
    right: 14%;
    top: 7px;
}
    .hideonmobb
    {
        display: none !Important;
    }
    .showonmobb
    {
        display: inline-block !Important;
    }
.showonlymob, .rowmob
{
    display: block !Important;
}
.rowmob {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    height: 100%;
        align-items: center;
}
input#search {
    border: 1px solid #dfdfe6 !important;
    border-radius: 4px !important;
}
.rowdis .front-header-search {
    display: none !Important;
}
button.btn.d-lg-none.mr-3.mr-sm-4.p-0.active svg {
    /*width: 35px;
    height: 16px;
    fill: #000 !Important;*/
    margin-top: 1px;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    margin-top: 4px;
}
.showonlymob .front-header-search {
    z-index: 99999999999;
    padding: 10px 20px;
    background: #fff!important;
    width: 100%;
    /* height: 101px; */
    /* left: auto; */
    /* padding-left: 0; */
}
header.sticky-top.z-1020.bg-white .logomt10 img {
    width: 50px !important;
}
input#search {
    border: 1px solid #dfdfe6  !important;
}


.front-header-search.d-flex.align-items-center.bg-white.mx-xl-0 {
    width: auto;
}
.top_strip_wrapper.row {
    margin: 0;
}
.leftDiv {
    vertical-align: middle;
    float: none;
    height: 30px;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#offer-banner.top-strip-bg {
    height: auto !important;
}
.rightDiv.ts-wrap-r.col-md-7 ul {
    padding: 0;
    margin: 0;
}
.rightDiv {
    float: none;
    padding: 0;
    line-height: 35px;
    text-align: center;
}
.rightDiv.ts-wrap-r ul {
    padding: 0;
    margin: 0;
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rightDiv ul li {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: initial;
    padding: 0 10px;
}
span.ts-icon svg {
    width: 17px;
}
.rightDiv ul li a::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 13px;
    margin-left: 10px;
}
/*.left-message, .right-message {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    letter-spacing: -0.1px;*/
/*    line-height: 1;*/
/*    border: 0px !important;*/
/*}*/
#offer-banner, .top_strip_wrapper {
    height: auto;
}
.top_strip_wrapper.row {
    margin: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.mobimglogoz_index
{
    z-index: 99999;
}
.dropdown-menu.dropdown-menu-lg {
    width: 290px;
}
button.btn.btn-sm.p-4.hide-top-menu-bar {
    padding: 15px !important;
    margin-top: 0px;
}
.titles-description {
    max-width: 100%;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    margin-top: 2px;
    position: relative;
    right: 53px;
    top: 12px;
}
ul.mb-0.pl-3.pb-3.h-100.mobstyle {
    padding: 0 !important;
}
.mobstyle li.mr-0 a {
    padding: 0 15px !important;
}
.cartmob {
    background: transparent !important;
    position: absolute;
    right: 10px;
    top: 18px;
}
.cartmob svg {
    width: 26px;
    height: 26px;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 i {
    font-size: 26px;
}
a.showonmobb.botnlogin.text-reset.opacity-60.hov-opacity-100.hov-text-primary.fs-14.d-inline-block.border-width-2.pr-2.ml-3 {
    background: transparent;
    padding: 0 !important;
    position: absolute;
    right: 60px;
    top: 14px;
}
}
.cartfill path
{
        fill: none!important;
    stroke-width: 5px;
    stroke: #000 !important;
}
.cartfill
{
    width: 27px;
    height: 27px;
}
a.botnlogin.text-reset.opacity-60.hov-opacity-100.hov-text-primary.fs-14.d-inline-block.border-width-2.pr-2.ml-3 {
    background: #ff5ba4;
    padding: 8px 12px 8px 12px !important;
    color: #fff !important;
    border-radius: 8px !important;
    margin-top: 2px !important;
    opacity: 1 !important;
    text-align: center;
    width: auto !important;
    margin: 0;
}
    .cartoyre {
    display: flex;
    justify-content: end;
    width: auto;
}
.col-md-3.front-header-search.d-flex.align-items-center.bg-white.mx-xl-0 {
    position: relative;
}
.rowdis {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.rowdis {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    max-width: 40%;
    flex: 0 0 40%;
    padding-right: 0;
    align-items: center;
}
.front-header-search.d-flex.align-items-center.bg-white.mx-xl-0 {
    width: 50%;
    margin-right: 10px !Important;
}
.top_strip_wrapper.row {
    margin: 0 20px 0 20px;
}
@media screen and (max-width: 1350px)
{
    .rowdis {
    max-width: 40%;
    flex: 0 0 40%;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 6px 7px 6px 7px;
}
}
@media screen and (max-width: 1264px)
{
    .fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 6px;
}
.rowdis.col-md-5 {
    padding-left: 0;
}
}
@media screen and (max-width: 1200px)
{
    .rowdis {
    max-width: 54%;
    flex: 0 0 54%;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 4px;
}
.titles-description {
    max-width: 250px;
}
.description br {
    display: none;
}
}

@media screen and (max-width: 1255px)
{
    .rowdis {
    max-width: 39%;
    flex: 0 0 39%;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 5px;
}
}
@media screen and (max-width: 1199px)
{
header.showonmob {
    margin-top: 15px;
}
    .hideontablets
    {
        display: none !Important;
    }
    .fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 6px;
}
.rowdis {
    max-width: 35%;
    flex: 0 0 35%;
}
}
@media screen and (max-width: 1155px)
{
.rowdis {
    max-width: 35%;
    flex: 0 0 35%;
}
}
/*@media screen and (max-width: 1165px)
{
    .rowdis {
    max-width: 52%;
    flex: 0 0 52%;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 3px;
}
}*/
@media screen and (max-width: 1150px)
{
/*    .rowdis {
    max-width: 52%;
    flex: 0 0 52%;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 3px;
}*/
.bg-video-wrap {
    position: relative;
    height: 525px;
}
}
@media screen and (max-width: 1100px)
{
       .fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    padding: 5px;
}
a.botnlogin.text-reset.opacity-60.hov-opacity-100.hov-text-primary.fs-14.d-inline-block.border-width-2.pr-2.ml-3 {
    background: #ff5ba4;
    padding: 8px 7px 8px 7px !important;
    margin: 0;
    margin: 0 !important;
}
.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    font-size: 14px;
}
.front-header-search.d-flex.align-items-center.bg-white.mx-xl-0 {
    width: 55%;
}
a.titletext {
    font-size: 15px;
    line-height: 20px;
}

    .rowdis {
    max-width: 35%;
    flex: 0 0 35%;
}
}
@media screen and (max-width: 1025px)
{
.rowdis {
    max-width: 30%;
    flex: 0 0 30%;
}
}
@media screen and (max-width: 991px)
{
    .bg-video-wrap {
    position: relative;
    height: 400px;
}
.rightDiv ul li {
    padding: 0 5px;
}
.rightDiv ul li a::after {
    margin-left: 5px;
}
}
@media screen and (min-width: 1400px)
{
    .rowdis {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    max-width: 42%;
    flex: 0 0 42%;
    padding-right: 0;
}
}
@media screen and (min-width: 1600px)
{
    .top_strip_wrapper.row {
    margin: 0 35px 0 20px;
}
    .rowdis {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    max-width: 45%;
    flex: 0 0 45%;
    padding-right: 0;
}
.centertext p
{
    font-size: 20px;
}
}
@media screen and (min-width: 1800px)
{
    .front-header-search.d-flex.align-items-center.bg-white.mx-xl-0 {
    width: 50%;
    margin-right: 10px !Important;
}
    .top_strip_wrapper.row {
    margin: 0 35px 0 20px;
}
    .rowdis {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    max-width: 49.5%;
    flex: 0 0 49.5%;
    }
    .megamenubg {
    width: 100%;
    margin: 0 8%;
}
}
/* Style the tab */
.tab {
    float: none;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

/* Style the buttons inside the tab */
.tab button {
    margin: 0 10px;
    display: inline-flex;
    background-color: inherit;
    color: black;
    padding: 13px 6px;
    width: 17%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    border-bottom: none;
    line-height: 1;
    background-color: #ccc;
    justify-content: center;
}
.tabcontenrsec
{
        background: #f5f5f5;
    padding: 30px;
}
.fullnavbarcustom.first_menu li.category-nav-element a
{
    line-height: 60px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fc2779;
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fc2779;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  width: auto;
  border-left: none;
  height: 300px;
  display: none;
  border: none;
  margin: 20px 0;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.tabcontent img
{
    width: auto !Important;
}
.threemenucol:hover
{
    border-radius: 5px;
}
.threemenucol:hover img
{
    border: 1px solid #fc2779;
}
.threemenucol h4
{
    text-transform: uppercase;
}
.threemenucol:hover h4, .threemenucol:hover p
{
    color: #fc2779;
}
.threemenucol img {
    width: 265px !important;
    margin: 0 !important;
    border-radius: 5px;
}

.threemenucol h4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.threemenucol p {
    font-weight: 200;
    font-size: 15px;
    line-height: 1;
    text-align: left;
}
.threemenucol a {
    line-height: 1 !important;
}
.threemenucol {
    /* border-radius: 5px; */
}
.front-header-search.d-flex.align-items-center.bg-white.mx-xl-0.m20 {
    width: 100%;
    margin-right: 10px !Important;
    margin: 5px 20px !important;
}
.css-1fzowby {
    position: absolute;
    top: 65px;
    z-index: 6;
    transform: translate(-50%, 0px);
    background: rgb(255, 255, 255);
    padding: 20px;
    width: 320px;
    border-radius: 8px;
    box-shadow: rgb(0 19 37 / 48%) 0px 8px 32px;
    display: none;
    text-align: left;
}
.userbtn:hover .css-1fzowby
{
    display: block;
}
.css-179cumd {
    margin: 8px 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: rgb(0, 15, 29);
}
.css-6sbkyl {
    margin: 8px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(0, 19, 37, 0.64);
}
.css-mko3lk button {
    margin-top: 16px;
    text-align: left;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.css-ejuz3m {
    position: relative;
    margin: 0px;
    border: 1px solid rgba(111, 121, 129, 0.16);
    text-decoration: none;
    overflow: hidden;
    background: none rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1px;
    border-radius: 8px;
    padding: 0.625rem 1rem;
    color: #646363;
}
.css-1fzowby::before {
    bottom: 100%;
    right: 35%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
}
.css-ejuz3m:hover::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(111, 121, 129, 0.08);
}
.containernew
{
        max-width: 90em;
    margin: auto !important;
}
/*.megamenubg {
    width: 1165px;
    margin: auto;
}*/
.css-37632m .rightDiv {
    position: relative;
}
@media screen and (max-width: 991px)
{
    .aiz-carousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 31px;
    }
    .mobp15
    {
        padding: 0 15px !important;
    }
.css-fd2g8d {
    display: inline-flex;
    text-align: left;
    width: 50%;
    margin-bottom: 25px;
    padding: 15px;
        padding-left: 0;
        flex: auto;
}
.css-n51als {
    padding: 0 10px;
}
.css-ccyu1f {
    display: inline-flex;
}
.css-z7ry7e {
    text-align: left;
}
.css-36z0xl {
    width: 100%;
    padding: 0px 0;
}
.css-fd2g8d img {
    margin-bottom: 10px;
}
.css-x4l36m {
    width: 100%;
    text-align: center;
}
.css-z7ry7e {
    text-align: left;
}
.callout-text2 {
    padding-bottom: 20px;
}
.top_strip_wrapper.row {
    margin: 0;
}
#offer-banner.top-strip-bg {
    display: none;
}
.showonlymob .front-header-search {
    z-index: 0;
}
.showonlymob .front-header-search {
    z-index: 1;
    width: 100vw;
    background: #f5f5f5 !important;
    left: 0vw;
    position: absolute;
}
button.btn.d-lg-none.mr-3.mr-sm-4.p-0.active {
    margin-left: 10px;
}
    .css-ccyu1f
    {
        display: flex;
        width: 100%;
    }
    .css-1og3j6c, .css-ccyu1f {
    max-width: 100%;
    flex-wrap: wrap;
    }
.css-5jm2bp {
    padding-bottom: 75px;
}
.css-vdi17s
{
    margin-bottom: 10px;
}
.css-wmf3l9 {
    margin-left: 15px;
    margin-top: 20px;
}
.catfocus_banner.mt-4 .css-yc2rbq {
    display: none;
}
.widthautorow_img img
{
    margin-bottom: 15px;
}
.imgbrnads
{
    padding: 20px !Important;
}
a.d-block.py-20px.mr-3.ml-0 {
    padding: 12px !important;
    padding-left: 0 !Important;
}
}
.textblack {
    color: #000 !important;
}
.cycle-tab-container {
  margin: 10px auto 10px;
  width: 100%;
  padding: 0px;
}
.tab-pane {
    text-align: center;
    margin: 30px auto;
    width: 100%;
    max-width: 100%;
}

/*.fade {
  opacity: 0;
  transition: opacity 4s ease-in-out;
}*/

.fade.active {
  opacity: 1;
}

.cycle-tab-item {
  width: 50%;
}

.cycle-tab-item .active:after {
    display: block;
    content: '';
    border-bottom: solid 3px #c49a41;
    position: relative;
    top: 10px;
}
.cycle-tab-item .active:after { 
  transform: scaleX(1);
  transform-origin:  0% 50%; 
}


.navtabmobmenus .nav-link:focus,
.navtabmobmenus .nav-link:hover,
.cycle-tab-item.active a {
  border-color: transparent !important;
}
.cycle-tab-item a {
    padding: 7px;
    border: none !important;
    font-size: 15px;
    color: #000 !Important;
}
.cycle-tab-item a {
    padding: 18px 10px 10px;
    border: none !important;
    font-size: 16px;
}
.navtabmobmenus .fade.active {
    opacity: 1;
    height: auto;
    margin: 0;
}
li.cycle-tab-item {
    text-align: center;
}
.navtabmobmenus .nav-tabs .nav-item.show .nav-link, .navtabmobmenus .nav-tabs .nav-link.active {
    border-bottom: 0 !IMPORTANT;
}
.navtabmobmenus .aiz-top-menu-sidebar ul li {
    list-style-type: none;
    margin: 5px 0;
}
.navtabmobmenus .nav-tabs .nav-item.show .nav-link, .navtabmobmenus .nav-tabs .nav-link.active {
    border-bottom: 0 !IMPORTANT;
    border: none !important;
}
.mb-2.mb-md-3.mt-2.mt-md-3.image_row img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.fade {
    transition: opacity 0.5s ease-in-out;
}

.cycle-tab-item a.active
{
    color: #c49a41 !Important;
    
}
ul.brandsrow {
    padding: 0;
    text-align: left;
    overflow-y: scroll;
    height: 400px;
}

ul.brandsrow li a {
    
       padding: 0px 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    height: 44px;
    text-decoration: none;
    color: rgb(58, 64, 71);
    border-bottom: 1px solid rgb(245, 245, 245);
}

ul.brandsrow li {
    padding: 0 16px;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.letterrow button {
    display: block;
    text-align: center;
    border: none;
    color: #c49a41;
    font-weight: bold;
    background: transparent;
    margin: auto;
        font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.letterrow
{
    overflow-y: scroll;
    height: 410px;
}
.scroll1::-webkit-scrollbar {
  width: 0px;
}
header.showonmob {
    position: relative;
    min-height: 100%;
}
.letterrow p {
    color: #c49a41;
    margin: 0;
}
.mb-2.mb-md-3.mt-2.mt-md-3.image_row .callout-text2 {
    padding-bottom: 15px;
}
.container p span.typed-text {
  font-weight: normal;
  color: #000;
}
.container p span.cursor {
  display: inline-block;
  background-color: #000;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.container p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #000; }
  49% { background-color: #000; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #000; }
}
.gifbox 
  {
    background: #fafafa;
    padding: 23px;
    border: 1px solid #c49a41;
    border-radius: 10px;
    font-size: 20px;
}
.greyb {
    background: #fafaf6;
    padding: 0px 10px 0;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.greybcontent {
    display: flex;
    align-items: center;
}

.greybcontent h5 {
    margin-left: 15px;
    font-size: 22px;
    margin-bottom: 0;
}
.greybcontent i {
    position: absolute;
    right: 10px;
    color: #ff5ba4;
    font-size: 20px;
}

@media screen and (max-width: 991px)
{
 .showonlymob .front-header-search {
    left: 0;
    height: auto;
    padding: 7px 20px;
    position: fixed;
}
.mb-2.mb-md-3.mt-2.mt-md-3.image_row img {
    min-height: auto;
}
}
@media screen and (max-width:  767px)
{
    .d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    top: 4px;
}
}
.hideondesktop
{
    display: none;
}
   
.hideonmobile
{
    display: block;
}
@media screen and (max-width:  575px)
{
    
.hideonmobile
{
    display: none;
}

.hideondesktop
{
    display: block;
}
/* .showonlymob .front-header-search {
    left: -90vw;
    height: 55px;
}*/
.cartmob {
    top: 13px;
}
}
@media screen and (max-width: 360px)
{
 /*.showonlymob .front-header-search {
    left: -88vw;
    height: 55px;
}*/
}
a.d-block.py-20px.mr-3.ml-0 img.mw-100.h-30px.h-md-40px {
    object-fit: contain;
}
.carouselsec .aiz-carousel.gutters-16 .carousel-box {
    position: relative;
}
.carouselsec .callout-text {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}
.carouselsec .callout-text2 {
    color: #ffffff;
    font-size: 18px;
}
.front-header-search.activecls input {
    width: 345px;
    background: #eee;
}
a#OfferBlock {
    top: 6px;
    position: relative;
    background: url(../img/menusprite.webp) -193px -44px no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    /* line-height: 23px; */
    width: 85px;
    padding: 8px !important;
}
header {
    box-shadow: 0 2px 3px 0 rgb(59 58 58 / 10%);
}
[data-vertical="true"] .carousel-box {
    border-color: rgba(111,121,129,0.4) !important;
    border-width: 2px !important;
}
.fullnavbarcustom li.category-nav-element a.light_a {
    color: rgba(3, 2, 26, 0.6) !important;
    font-size: 15px;
}
.fullnavbarcustom li.category-nav-element.light_al
{
    border-bottom: 3px solid transparent;
}
.fullnavbarcustom li.category-nav-element.light_al:hover
{
    border-bottom: 3px solid #fc2779;
}
.fullnavbarcustom li.category-nav-element.light_al:hover a.light_a
{
        font-weight: 600;
    color: #fc2779 !important;
}
a:hover
{
        cursor: pointer !important;
}
.megamenurow
{
    column-count: 0 !important;
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 15px;
}
.megamenurow .card.shadow-none.border-0.col-md-2:nth-child(even) {
    background: #f7f7f7;
}
.megamenurow .card.shadow-none.border-0.col-md-2 {
    padding: 12px !important;
    margin-bottom: 0;
}
.fullnavbarcustom li.category-nav-element a.text-reset.hov-text-primary {
    color: #000000b0 !important;
}
.fullnavbarcustom li.category-nav-element .catmenu a {
    padding: 0 !important;
}
.fullnavbarcustom li.category-nav-element .catmenu a.text-reset.hov-text-primary.bold_text
{
    
    font-size: 16px;
    color: #646363 !important;
}
.object-fit-contain
{
    object-fit: contain;
}
span.under_text {
    display: block;
    text-align: center;
    color: #000;
}
.overlaybox:before {
    border-radius: 7px;
    position: absolute;
    background: #00000042;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
}
.overlaybox {
    position: relative;
}
.rightDiv ul li:last-child
{
    padding-right: 0;
}
@media screen and (max-width: 1199px)
{
    
.desktop-user {
    margin-right: 12px;
}
    .playstore_img img
    {
        width: 100%;
        object-fit: contain;
    }
    .css-5jm2bp {
    padding-bottom: 100px;
}
    .under_text
    {
        display: none !important;
    }
    .d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    right: 55px;
}
.d-lg-block.mr-1.black_fill {
    margin-left: 15px !important;
    margin-right: 0px !important;
}
.imgmenu {
    position: absolute;
    top: 0;
    z-index: -1;
}
span.d-flex.align-items-center.nav-user-info.pl-4 {
    /*margin-top: 120px;*/
    margin-top: 0px;
}
.imgmenu img
{
    width: 100%;
}
button.btn.btn-sm.p-4.hide-top-menu-bar {
    padding: 4px 7px !important;
    margin-top: 0px;
}
button.btn.d-lg-none.mr-3.mr-sm-4.p-0.active {
    margin-left: 0;
}
a.d-block.py-20px.mr-3.ml-0 img {
    object-fit: contain;
    width: auto !important;
    /* height: auto !important; */
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 i {
    font-size: 0;
}
.carton_mobdisnone {
    display: none !important;
}
div#wishlist img {
    width: 24px;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 i img {
    width: 24px;
}
button.btn.d-lg-none.mr-3.mr-sm-4.p-0.active svg {
    width: 35px;
    height: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px)
{

.d-lg-block.mr-1.black_fill {
    margin-left: 27px !important;
    margin-right: 0 !important;
}
div#cart_items a img {
    width: 25px;
}
div#wishlist img {
    width: 27px;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 i img {
    width: 27px;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    right: 75px;
    top: 3px;
}
div#wishlist img {
    width: 27px;
    position: relative;
    top: 1px;
}
}
@media screen and (max-width: 1199px)
{
    
.desktop-user {
    margin-right: 12px;
}
.desktop-user img {
    width: 24px;
}
}

.search-input-box > input{
    background: #f5f5f6 !important;
        padding-left: 30px;
}
ul.gridrow {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -7px;
}

ul.gridrow li {
    width: 18.8%;
    margin: 7px;
}
@media screen and (max-width:  767px)
{
    ul.gridrow li {
    width: 45.8%;
    margin: 7px;
}
}
.desktop-userActions {
       width: 250px;
    left: auto;
    right: -50%;
    transform: translateX(50%);
    top: 62px;
    position: absolute;
    padding: 15px 0px 0px;
    z-index: 9;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
    -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
    transition: opacity .2s ease-out,visibility .2s ease-out;
    background-color: #fff;
    color: #3e4152;
    border: 1px solid #f5f5f6;
    visibility: hidden;
    opacity: 0;
    margin: -5px 0;
    text-align: left;
}
.desktop-userActionsArrow {
    display: block;
    top: -5px;
    position: absolute;
    width: 58px;
    border-bottom: 4px solid #f16565;
    left: 124px;
}
.desktop-userActionsContent {
    display: block;
}
.desktop-contentInfo {
    display: block;
    padding-bottom: 2px;
}
.desktop-infoEmail, .desktop-infoTitle {
    font-size: 14px;
    width: 100%;
    line-height: 10px;
}
.desktop-infoTitle {
    font-weight: 700;
    height: 20px;
}
.desktop-infoTitle{font-weight:700;height:20px}.desktop-infoEmail,.desktop-infoTitle{font-size:14px;width:100%;line-height:18px}.desktop-infoEmail{color:#282c3f}.desktop-info{font-weight:400;font-size:14px;color:#3e4152}.desktop-infoSection{margin:0;cursor:pointer;padding:5px 0 5px!important}.desktop-infoSection:hover{font-weight:700}.desktop-getInLinks{display:inline-block;width:100%;padding:10px 0;border-top:1px solid #eaeaec}.desktop-getUserInLinks{border:none}.desktop-linkButton{display:inline-block;padding:18px 20px;margin:10px 10px 0 0;border:1px solid #eaeaec;border-radius:2px;text-align:center;text-transform:uppercase;font-size:14px;color:#000000;font-weight:700}.desktop-linkButton:hover{border:1px solid #000000}.desktop-linkButton:first-child{margin:0 5px 6px 0}.desktop-linkButton:nth-child(2){margin:0 0 0 13px}.desktop-uaProfileLink{color:#282c3f}.desktop-accActions{font-size:16px;padding:10px 0 0;border-top:1px solid #eaeaec}.desktop-accActions>a.desktop-info{text-decoration:none;color:#333}.desktop-accActions>a.desktop-info>.desktop-infoSection{padding:12px 0!important}.desktop-accInfoSection{cursor:pointer;padding:10px 0}.desktop-accInfoSection:hover{font-weight:700}.desktop-autoSuggest{width:502px;z-index:9;position:absolute;display:block;-webkit-box-shadow:0 1px 6px transparent;box-shadow:0 1px 6px transparent;font-size:13px;color:#696e79;background-color:#fff;-webkit-font-smoothing:antialiased;visibility:hidden;opacity:0;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.05);box-shadow:0 4px 12px 0 rgba(0,0,0,.05)}.desktop-group{margin:0 0 10px;padding:0}.desktop-group>li{list-style:none;padding:15px 4px 15px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-suggestion{background-color:#fff}.desktop-suggestion:hover{background-color:#f5f5f6;cursor:pointer}.desktop-suggestionTitle{font-weight:700;background-color:#eaeaec;cursor:pointer}


.desktop-user:hover .desktop-userActions {
    visibility: visible;
    opacity: 1;
}
.desktop-user {
    position: relative;
}
.desktop-linkButton {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 10px 0 0;
    border: 1px solid #eaeaec;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #c49a41;
    font-weight: 700;
}
.desktop-linkButton a
{
    color: #c49a41;
    margin: 0 5px;
}
.desktop-linkButton a:hover
{
    color: #646363;
}
div#cart_items {
    text-align: center;
}
div#cart_items a {
    display: inline-block !important;
}
li.category-nav-element {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
li.category-nav-element a.text-truncate.text-reset.py-2.d-block {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media screen and (max-width: 991px)
{
    .d-lg-block.mr-1.black_fill {
    margin-right: 0px !important;
}
.position-relative.logo-bar-area.border-md-nonea.z-1025 .container {
    padding: 0 5px;
}
}
.col-12.p-5.pb-0 {
    padding-bottom: 0 !important;
}
.col-12.p-5.pt-0.pb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
        margin-bottom: 100px !important;
}
.btn
{
    border-radius: 5px;
}
.p-3.pb-0
{
    padding-bottom: 0 !Important;
}
.p-3.pt-0
{
    padding-top: 0 !Important;
}

.border-none
{
    border: none;
}
@media screen and (max-width: 1299px)
{
    .css-z7ry7e
    {
        margin: 0 10px;
        font-size: 13px;
    }
}
@media screen and (max-width: 575px)
{
.aiz-carousel.arrow-dark .slick-arrow {
    width: 30px;
    height: 30px;
}
}

.rowdis {
    max-width: initial;
    flex: 1%;
}
@media screen and (max-width: 991px)
{
    .col-12.p-5.pt-0.pb-0 {
    margin-bottom: 0 !important;
}
.row.rowreverse {
    flex-direction: column-reverse;
}
div#cart_items a {
    padding: 15px 0;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    z-index: 1 !important;
}
}
@media screen and (max-width: 767px)
{
    .rowdis.col-md-5 {
    padding-left: 0px;
    flex: auto;
}
.d-lg-block.mr-1.black_fill {
    margin-right: -5px !important;
}

.paddinglesson_mob
{
    padding: 20px !Important;
}
.css-1vqvcw7 {
    flex-wrap: wrap;
}
}
.aiz-mobile-bottom-nav .text-reset {
    color: #000000b3 !important;
}
.megamenubg
{
        width: 94%;
    margin: auto !important;
}
.showonlymob .front-header-search .search-input-box > input {
    background: #fff !important;
        padding-left: 20px;
}
    .container.fullcontainer {
    width: 100%;
    margin: 0%!important;
}
@media screen and (max-width: 575px)
{
/*    .flexicon span.cart-btn-text {
    display: none;
}
span.cart-btn-text {
    display: none;
}*/
.flexicon .cart-btn br {
    display: none;
}

.flexicon a.cart-btn i {
    margin-top: 1px;
}
.flexicon svg {
    margin-top: 8px;
}
.flexicon .h-35px, .flexicon .size-35px {
    height: 30px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1440px)
{
    .container.fullcontainer {
    width: 100%;
    margin: 0%!important;
}
}
.new-class-img {
    height: 260px !important;
    object-fit: scale-down;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu .megamenubg {
    height: 350px;
}
.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu .loadercenter{
    height: 350px;
    /*overflow-y: scroll;*/
    background: #fff;
}

.loadercenter {
    margin: auto;
    background: #fff;
    width: 94%;
}
@media screen and (min-width: 1600px)
{
    .loadercenter {
    width: 89%;
}
}
@media screen and (min-width: 1800px)
{
    .loadercenter {
    width: 85%;
}
    .megamenubg {
    width: 100%;
    margin: 0 8%;
}
}
.desktop-info {
    font-weight: 400;
    font-size: 14px;
    color: #3e4152;
    border-bottom: 1px solid #ededf2 !important;
    display: block;
    padding: 7px 20px;
}
.desktop-getUserInLinks.desktop-getInLinks {
    padding-left: 20px;
    padding-right: 20px;
}

.desktop-contentInfo {
    padding-left: 20px;
    padding-right: 20px;
}
.desktop-infoSection svg path {
    fill: rgb(181, 181, 192) !important;
}

.desktop-infoSection svg {
    position: relative;
    top: -1px;
}
.desktop-info:hover {
    background: #f3af3d26;
}
.logoutsvg svg path
{
    fill: #646363 !Important;
}
.desktop-info:hover .desktop-infoSection svg path {
    fill: #646363  !important;
}
  
  
div#cart_items .cart_anchor a {
    display: inline-flex !important;
}

/*custom*/

.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    width: 300px;
    left: auto;
}
.sub-cat-menu .card-columns
{
    display: block;
    column-count: 1 !important;
}
.fullnavbarcustom ul.list-unstyled.categories {
    align-items: center;
}

.fullnavbarcustom li.category-nav-element a, .fullnavbarcustom li.category-nav-element {
    color: #c49a41 !important;
    line-height: 19px;
    font-weight: 600;
}
.position-relative.logo-bar-area.border-bottom.border-md-nonea.z-1025 {
    position: absolute;
    background: transparent !important;
    border-bottom: none !important;
}
span.under_text {
    display: block;
    text-align: center;
    color: #c49a41;
    font-weight: 600;
}
.front-header-search.d-flex.align-items-center.bg-white.mx-xl-0 {
    background: transparent !important;
    color: #c49a41 !important;
}
.search-input-box > input {
    background: none;
    padding-left: 30px;
    color: #c49a41 !important;
}
.search-input-box > input::placeholder {
    color: #c49a41 !important;
}
.search-input-box svg path {
    fill: #c49a41;
}
.search-input-box > input {
    background: transparent !important;
    padding-left: 30px;
    color: #c49a41 !important;
    border: none !important;
    border-bottom: 1px solid #c49a41 !important;
    border-radius: 0;
    margin-bottom: 12px;
}


.fullnavbarcustom li.category-nav-element .sub-cat-menu a {
    padding: 10px 0px !important;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
}
li.category-nav-element {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
}
.card-columns .card:last-child {
    margin: 0;
}

.card-columns .card {
    background: #f4f4f4;
}
.fullnavbarcustom li.category-nav-element a.text-reset.hov-text-primary:hover {
    color: #000 !important;
}
.search-input-box > input:focus {
    border: none !important;
}



div#cart_items .dropdown-menu.dropdown-menu-lg a {
    display: flex !important;
}

li.list-group-item.border-0.hov-scale-img img {
    /* height: 100%; */
    /* width: 38px; */
    /* height: 30px; */
    object-fit: cover;
}
@media screen and (max-width: 991px)
{
    .desktopsearchh .newsearchdesktop {
    display: none !important;
}
}
@media screen and (max-width: 1200px)
{
    .desktop-userActions {
    width: 224px;
    left: auto;
    right: -25%;
    }
}


@media screen and (max-width: 766px)
{
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    right: 70px;
    top: 18px;
}
}
@media screen and (max-width: 575px)
{
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    right: 50px;
    top: 19px;
}
a.d-block.py-20px.mr-3.ml-0 img {
    width: 175px !important;
}
}

@media screen and (max-width: 575px)
{
   img.mw-100.h-30px.h-md-30px {
    height: 50px;
}
.d-lg-block.d-md-block.mr-0.mr-0.mobsearch.newsearchdesktop.pr-0 {
    right: 70px;
    top: 12px;
}
}

/* Fix gap issue between Mandir and its dropdown menu */
.fullnavbarcustom .aiz-category-menu .category-nav-element .sub-cat-menu {
    margin-top: -5px !important; /* pull it up slightly to overlap Mandir */
    pointer-events: auto;
    z-index: 9999; /* ensure it stays on top */
}

.fullnavbarcustom .aiz-category-menu .category-nav-element:hover .sub-cat-menu {
    display: block !important;
    top: 68% !important;
}

.left-message {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
}

