@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
    --themcolor: #000000;
    --themcolor2: #ff0000;
    --othercolor: #dddddd;
    --whitecolor: #ffffff;
    --gray-txt: #777777;
    --search-color: #878787;
    --deep-gray: #999999;
    --white95: rgba(255, 255, 255, 0.95);
    --parafont: 'Poppins', sans-serif;
    --headingfont:  'Poppins', sans-serif;
    --inter-font: "Inter", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--parafont);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--whitecolor);
    font-size: 17px;
    line-height: 1.5;
    background-color: var(--themcolor);
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingfont);
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--whitecolor);
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1, .h1-title{
    font-weight: 700;
    font-size: 90px;
    line-height: 1.2;
}

h2 , .h2-title{
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
}

h3 , .h3-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

h4 , .h4-title {
    font-size: 24px;
    line-height: 1.2;
   
}

h5 , .h5-title {
    font-size: 20px;
    line-height: 1.2;
   
}




a {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--gray-txt);
}

img {
    max-width: 100%;
}


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


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

 ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 ::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-moz-placeholder {
    opacity: 0.7;
    color: #000;
}
.cmn-gap {
    padding: 100px 0;
}

.cmn-btn {
    padding: 16px 20px;
    text-align: center;
    background-color: var(--themcolor);
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    min-width: 171px;
    border-radius: 5px;
    transition: 0.3s all;
    letter-spacing: 0.06em;
}
.cmn-btn:hover{
    background-color: var(--gray-txt);
    color: var(--whitecolor);
}
.blog-slider .slick-track{
    display: flex;gap: 15px;
}




/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
    cursor: pointer;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
    border-radius: 3px;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:55px;
    height:55px;
    background-color:#bdd653;
    display:none;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
z-index: 9;
}
#scroll:hover{
    background: #88a725;
}
#scroll i{
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(0);
transform: translateY(0);
}

#scroll:hover i{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 196px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 0;
    position: relative;
    line-height: 1;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--whitecolor);
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: 300;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--gray-txt);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler{
    display: none;
}
#navoverlay{
       display: block;
       pointer-events: none;
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: transparent;
       margin: 0;
       padding: 0;
       z-index: 99;
       -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
}
/* for push-menu end*/

/* starts  */

.header-top-part {
    padding: 24px 0;
    border-bottom: 1px solid #484848;
}
.header-search-frm-outer .search-box-wppr input[type="text"]{
    background-color: var(--whitecolor);
    height: 45px;
    border-radius: 3px;
    padding: 0 20px 0 64px;
    width: 600px;
    font-family: var(--inter-font);
    font-size: 14px;
    color: var(--search-color);
}
.header-search-frm-outer .search-box-wppr{
    position: relative;
}
.header-search-frm-outer .search-box-wppr button[type="submit"] {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    border: none;
}
.header-top-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.srch-desktop-view{
    margin: 0 auto;
}
.wish-main-wppr {
    display: flex;
    align-items: center;
}
.wish-list a{
    line-height: 0;
    width: 25px;
}
.wish-list {
    position: relative;
    flex: 0 0 auto;
}
.wish-list:not(:last-child){
    margin-right: 20px;
}
.wish-list span {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 17px;
    height: 17px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: var(--themcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    padding: 2px;
}
.header-btm-main{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.browse-brand-wppr {
    position: relative;
}
.brand-toggle-wppr {
    width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    z-index: 9;
    padding: 80px 40px;
    transform: translateX(-100%);
    transition: 0.3s all;
}
.menu-close-btn{
    position: absolute;
    top: 30px;
    right: 40px;
    width: 20px;
}
.brand-toggle-wppr.menu-open-wppr{
    transform: translateX(0);
}
.brand-lists li{
    padding: 10px 0;
}
.brand-lists li a{
    color: var(--whitecolor);
    font-size: 24px;
}
.browse-brand-wppr span {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}
.login-wppr a {
    display: flex;
    align-items: center;

    span{
        display: inline-block;
        padding-left: 10px;
        text-transform: uppercase;
        color: var(--whitecolor);
        font-size: 13px;
        transition: all 0.3s ease-in-out;
    }
    
}
.login-wppr a span:hover{
    color: var(--gray-txt);
}
.header-bottom-part{
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* banner css  */
.index-banner-sec{
    min-height: 897px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-banner-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    pointer-events: none;
}
.index-banner-innr{
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.index-content {
   margin-bottom: 30px; 
}
.index-content span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.03em;
}
.index-content h1{
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}

/* find brand sec  */
.top-brand-part{
    padding: 44px 0 200px;
    background-color: #181818;
}
.top-brand-head {
    text-align: center;
    margin-bottom: 50px;
}
.top-brand-head h2{
    font-size: 14px;
    color: var(--deep-gray);
}
.each-brand-logo a{
    max-width: 155px;
    width: 100%;
}
/* .brand-lists li{
    margin: 0 98px;
}
.brand-lists li:first-child{
    margin-left: 0;
}
.brand-lists li:last-child{
    margin-right: 0;
} */
 .brand-main{
    max-width: 1134px;
    width: 100%;
    margin: 0 auto;
    position: relative;
 }
 .each-brand-logo{
    text-align: center;
 }
.each-brand-logo a img{
    opacity: 0.7;
    transition: 0.3s all;
}
.each-brand-logo a:hover img{
    opacity: 1;
}
.brand-slider-part {
    padding-bottom: 177px;
    margin-top: -120px;
}

.brand-card-innr {
    position: relative;
    min-height: 556px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    transform: scale(0.9);
    transition: 0.3s all;
    width: 390px;
    filter: grayscale(100%);
}
.brand-card-innr:hover{
    filter: grayscale(0%);
}
.brand-each-card.slick-slide.slick-current.slick-active .brand-card-innr{
    transform: scale(1);
}
.shop-btn {
    padding: 13px 18px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255,0.95);
    color: rgba(255, 255, 255,0.95);
    font-size: 13px;
    border-radius: 5px;
    min-width: 125px;
    text-align: center;
}
.shop-btn:hover{
    background-color: var(--themcolor);
    border-color: var(--themcolor);
    color: var(--whitecolor);
}
.brand-card-innr img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: 0.3s all;
}
.brand-card-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.brand-card-content span{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1;
    
}
.brand-card-content h3{
    font-size: 40px;
    margin-bottom: 20px;
}
.brand-each-card.slick-slide.slick-current.slick-active .brand-card-innr img{
    filter: grayscale(0);
}
.brand-each-card{
    padding: 0 7px;
    transition: 0.3s all;
}

.brand-slider-wppr .slick-list{
    margin: 0 -7px;
}
.brand-slider-wppr .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-text-slide .splide__slide h2{
    font-size: 100px;
    color: white;
    background-color: transparent;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    position: relative;
    font-weight: 600;
}
.brand-text-slide .splide__slide h2::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--whitecolor);
    border-radius: 50%;
}
.brand-text-slide .splide__slide h2.outline-txt{    
  color: #000000;  
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}

/* most visited section  */
.most-visited-sec{
    padding: 171px 0 113px;
}
.cmn-heading-wppr {
    text-align: center;
    margin-bottom: 40px;
}
.cmn-heading-wppr span {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--gray-txt);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.9px;
}
.most-visited-tab-part .all-visit {
    justify-content: center;
    margin-bottom: 75px;
}
.most-visited-tab-part .all-visit li{
    padding: 0 15px;
}
.most-visited-tab-part .all-visit li:first-child{
    padding-left: 0;
}
.most-visited-tab-part .all-visit li:last-child{
    padding-right: 0;
}
.most-visited-tab-part .all-visit li .nav-link {
    padding: 0 0 7px;
    color: var(--gray-txt);
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
}
.most-visited-tab-part .all-visit li .nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--gray-txt);
}
.most-visited-tab-part .all-visit li .nav-link.active {
    color: var(--whitecolor);
    background-color: transparent;
}
.most-visited-tab-part .all-visit li .nav-link.active::before{
    background-color: var(--whitecolor);
}
.most-visited-tab-part .all-visit li .nav-link:hover{
    color: var(--whitecolor);
}

.product-card-main {
    padding: 15px 21px 21px;
    background-color: #2E2E2E;
    height: 100%;
}
.product-card-img {
    max-width: 238px;
    width: 100%;
    max-height: 160px;
    margin: 0 auto 15px;
    text-align: center;
    height: 100%;
}
.product-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-top-txt p {
    font-size: 13px;
    font-weight: 500;
}
.product-top-txt p span {
    color: var(--gray-txt);
    display: block;
}
.product-top-txt {
    margin-bottom: 8px;
}
.card-innr-box{
    padding: 15px 15px 9px;
    background-color: rgba(0, 0, 0, 0.5);
}
.card-big-txt-wppr p {
    font-size: 12px;
    margin-bottom: 8px;
    color: var(--gray-txt);
    line-height: 1;
}
.big-txt{
    display: flex;
    align-items: center;
}
.big-txt span{
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-right: auto;
}
.white-btn {
    padding: 7px 11px;
    line-height: 1;
    font-size: 12px;
    color: var(--themcolor);
    background-color: var(--whitecolor);
    border-radius: 3px;
    text-align: center;
}
.white-btn:hover{
    background-color: var(--gray-txt);
    color: var(--whitecolor);
}
.card-big-txt-wppr {
    margin-bottom: 10px;
}
.card-link-list li a{
    font-size: 12px;
    color: var(--gray-txt);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.card-link-list li a:hover{
    color: var(--whitecolor);
}
.card-link-list li a:hover i img{
    filter: brightness(0) invert(1);
}
.card-link-list li a i img{
    transition: 0.3s all;
}
.card-link-list li a span {
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    margin-left: 10px;
}
.card-link-list li a i{
    line-height: 0;
    margin-left: auto;
}
.card-link-list li{
    padding: 5px 0;
    border-top: 1px solid var(--gray-txt);
}
.visited-card-col{
    width: 33%;
}
.brand-card-col{
    width: 25%!important;
}

.card-row{
    --bs-gutter-x: 13px;
    --bs-gutter-y: 14px;
    justify-content: center;
}

/* tracking price section  */
.track-price-sec{
    padding: 100px 0;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.track-innr-content {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
.track-heading {
    text-align: center;
    margin-bottom: 40px;
}
.track-heading h2 {
    font-size: 70px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}
.newsletter-frm-wppr{
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
}
.newsletter-frm-innr {
    display: flex;
    align-items: center;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="text"]{
    height: 61px;
    padding: 10px 18px;
    background-color: var(--whitecolor);
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 300;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="submit"] {
    height: 61px;
    padding: 10px 35px 10px 15px;
    background-color: var(--themcolor);
    font-size: 14px;
    color: var(--whitecolor);
    font-weight: 400;
    text-transform: uppercase;
    min-width: 132px;
    background-image: url(images/white-arrw.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 10px;
    text-align: center;
    transition: 0.3s all;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="submit"]:hover{
    background-color: var(--gray-txt);
}
 .newsletter-frm-wppr .newsletter-frm-innr input[type="text"]::-webkit-input-placeholder {
    color: var(--themcolor);
}

 .newsletter-frm-wppr .newsletter-frm-innr input[type="text"]:-ms-input-placeholder {
    color: #000;
}

 .newsletter-frm-wppr .newsletter-frm-innr input[type="text"]::-moz-placeholder {
    color: #000;
}

 .newsletter-frm-wppr .newsletter-frm-innr input[type="text"]:-moz-placeholder {
    color: #000;
}


 /* blog section  */
 .blog-sec{
    background-color: #181818;
 }
 .blog-row{
    --bs-gutter-x: 20px;
    justify-content: center;
 }
 .blog-card-col{
    width: 33.33%;
 }
 .blog-img-thumb{
    overflow: hidden;
 }
.blog-card-img {
    width: 100%;
    height: 100%;
}
  .blog-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
    filter: grayscale(100%);
  }
    .blog-card-img:hover img{
        transform: scale(1.05);
        filter: grayscale(0%);
    }
.blog-content-box {
    padding: 25px 25px 15px;
    border-left: 1px solid #313131;
    border-bottom: 1px solid #313131;
    border-right: 1px solid #313131;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-card-content-wppr h3{
    margin-bottom: 15px;
}
.blog-card-content-wppr h3 a{
  color: var(--whitecolor);
}
.blog-card-content-wppr h3 a:hover{
    color: var(--gray-txt);
}
.blog-card-content-wppr p {
    font-family: var(--inter-font);
    font-size: 16px;
    color: var(--gray-txt);
    line-height: 1.1;
    margin-bottom: 20px;
}
.read-more{
    margin-top: auto;
}
.read-more a {
    color: #E7E7E7;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.09em;
}
.read-more a:hover{
    color: var(--gray-txt);
}

/* footer section  */
.footer-sec{
    padding: 80px 0;
}
.footer-col1{
    width: 42%;
}
.footer-col2{
    width: 19%;
}
.footer-col3{
    width: 39%;
}
.footer-image{
    width: 100%;
     margin-bottom: 8px;
}
.footer-logo-img{
    max-width: 163px;
    width: 100%;   
}
.footer-logo-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-logo-wppr {
    padding-top: 40px;
    max-width: 495px;
    width: 100%;
}
.footer-logo-wppr p{
    margin-bottom: 30px;
    font-size: 14px;
    color: var(--gray-txt);
    font-weight: 300;
    line-height: 1.8;
}
.query-txt span{
    display: block;
    color: var(--gray-txt);
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}
.query-txt a{
    font-size: 20px;
    color: var(--white95);
}
.query-txt a:hover{
    color: var(--gray-txt);
}
.footer-top-part {
    padding-bottom: 50px;
}
.footer-cmn-header{
    margin-bottom: 20px;
}
.footer-cmn-header p{
    line-height: 1;
    font-size: 16px;
    color: var(--gray-txt);
    font-weight: 600;
}
.footer-link-lists li{
    line-height: 1;
}
.footer-link-lists li:not(:last-child){
    margin-bottom: 10px;
}
.footer-link-lists li a{
    color: var(--gray-txt);
    font-size: 14px;
    font-weight: 300;
}
.footer-link-lists li a:hover{
    color: var(--whitecolor);
}
.fttr-news-head p{
    margin-bottom: 10px;
    line-height: 1;
    font-size: 24px;
    color: var(--whitecolor);
    font-weight: 600;
}
.fttr-news-head span{
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--gray-txt);
    font-weight: 300;
}
.fttr-news-head {
    margin-bottom: 30px;
}
.footer-news-form-outer .footer-news-form-innr input[type="email"]{
    height: 45px;
    padding: 10px 18px;
    background-color: var(--whitecolor);
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: var(--deep-gray);
    font-weight: 300;
}
.footer-news-form-outer .footer-news-form-innr input[type="submit"] {
    height: 45px;
    padding: 10px 35px 10px 15px;
    background-color: #343A40;
    font-size: 14px;
    color: var(--whitecolor);
    font-weight: 400;
    text-transform: uppercase;
    min-width: 129px;
    background-image: url(images/white-arrw.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 10px;
    text-align: center;
    transition: 0.3s all;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.footer-news-form-outer .footer-news-form-innr input[type="submit"]:hover{
    background-color: var(--deep-gray);
}
.footer-news-form-innr{
    display: flex;
    align-items: center;
}
.footer-news-letter {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
}
.footer-bottom-part {
    padding: 20px 0;
    border-top: 1px solid #2E2E2E;
    display: flex;
    align-items: center;
}
.copy-txt p,
.copy-txt p a{
    color: var(--gray-txt);
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.copy-txt p a:hover{
    color: var(--whitecolor);
}
.copyrit-lists {
    display: flex;
    align-items: center;
}
.copyrit-lists li{
    line-height: 0;
    position: relative;
}
.copyrit-lists li a {
    font-size: 14px;
    color: var(--gray-txt);
    line-height: 1;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
}
.copyrit-lists li a:hover{
    color: var(--whitecolor);
}
.copyrit-wppr {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.copy-txt {
    margin-right: 5px;
}
.copyrit-lists li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
}
.copyrit-lists li:not(:last-child)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #B5B5B5;
    font-size: 10px;
}
.copyrit-lists li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B5B5B5;
}
.fttr-social-icons{
    display: flex;
    align-items: center;
}
.social-txt {
    display: flex;
    align-items: center;
}
.social-txt p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--gray-txt);
    line-height: 1;
    margin-right: 20px;
}
.social-wppr {
    margin-left: auto;
    flex: 0 0 auto;
}
.fttr-social-icons li{
    line-height: 1;
}
.fttr-social-icons li:not(:last-child){
    margin-right: 20px;
}
.fttr-social-icons li a{
    font-size: 14px;
    color: var(--whitecolor);
}
.fttr-social-icons li a:hover{
    color: var(--gray-txt);
    transform: rotate(360deg);
}

/* new arrival section  */
.new-arrival-sec{
    padding: 150px 0 130px;
}
.arrival-lft-col{
    width: 48%;
}
.arrival-rit-col{
    width: 52%;
}
.arrival-img-wppr {
    width: 100%;
    min-height: 614px;
    background: linear-gradient(244.09deg, #747474 10.84%, #000000 81.14%);
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 60px;
    max-width: 821px;
}

/* .arriva-lft-img-wppr {
    width: 64%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */
.arriva-lft-img-wppr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.arriva-lft-img-wppr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom left;
}
/* .arriva-lft-img-wppr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.arrive-head h2{
    font-size: 70px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.arrive-head {
    position: absolute;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    bottom: 51px;
    right: 26px;
}
.arrive-head .shop-btn {
    min-width: 110px;
}
.arrival-row{
    --bs-gutter-x: 50px;
}
.most-visited-tab-part.new-arrival-tab {
    padding-top: 10px;
}
.most-visited-tab-part.new-arrival-tab .all-visit {
    justify-content: flex-end;
    margin-bottom: 30px;
}
.most-visited-tab-part.new-arrival-tab .visited-card-col {
    width: 33.33%;
}
.visited-slider-wppr .slick-dots,
.today-deal-slider-wppr .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.visited-slider-wppr .slick-dots li button,
.brand-slider-wppr .slick-dots li button,
.today-deal-slider-wppr .slick-dots li button{
    width: 50px;
    height: 3px;
    font-size: 0;
    border: none;
    background-color: #524F4B;
    line-height: 1;
    padding: 0px;
}
.visited-slider-wppr .slick-dots li,
.brand-slider-wppr .slick-dots li,
.today-deal-slider-wppr .slick-dots li{
    line-height: 0;
    width: auto; height: auto;
}
.visited-slider-wppr .slick-dots li:not(:last-child),
.brand-slider-wppr .slick-dots li:not(:last-child),
.today-deal-slider-wppr .slick-dots li:not(:last-child){
    margin-right: 10px;
}
.visited-slider-wppr .slick-dots li.slick-active button,
.brand-slider-wppr .slick-dots li.slick-active button,
.today-deal-slider-wppr .slick-dots li.slick-active button{
    background-color: #D9D9D9;
}
.most-visited-innr .visited-slider-wppr .slick-dots {
    margin-top: 56px;
}
.arrival-innr .visited-slider-wppr .slick-dots{
    margin-top: 35px;
}
.today-deal-slider-wppr .slick-dots{
    margin-top: 45px;
}
.brand-slider-wppr .slick-dots {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

/* today deal section   */
.today-deal-sec{
    padding-bottom: 126px;
}
.deal-img-wppr{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.deal-img-wppr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.deal-card-innr {
    position: relative;
    min-height: 221px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
}
.total-content-wppr {
    position: relative;
    z-index: 2;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.total-head {
    text-align: right;
}
.total-head h2{
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    line-height: 1.3;
}
.total-head h2 span{
    display: block;
    font-weight: 500;
}
.shop-total-btn {
    padding: 22px 18px;
    line-height: 1;
    font-size: 18px;
    background-color: var(--whitecolor);
    border-radius: 3px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: var(--themcolor);
    min-width: 210px;
    text-align: center;
}
.shop-total-btn:hover{
    background-color: var(--gray-txt);
    color: var(--whitecolor);
}
.total-btn-wppr {
    margin-left: 37px;
}
.deal-outer {
    position: relative;
    padding: 40px 0 40px 60px;
}
.boad-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 195px;
}
.boad-img img{
    width: 100%;
    height: 100%;
}

/* --- shop page --- */
.cmn-banner-sec{
    min-height: 320px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cmn-header{
    text-align: center;
}
.cmn-header h1{
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.shop-list-sec {
    background-color: #181818;
}
.short-by-wppr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 20px;
}
.short-by-wppr span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.sorl-list select{
    border: none;
    height: 25px;
    width: 100%;
    padding: 3px 11px;
    background: url(images/down-arrw.svg) no-repeat calc(100% - 16px) center #2E2E2E;
    background-size: 12px;
    padding-right: 40px;
    color: #969696;
    font-size: 14px;
    font-weight: 500;
    min-width: 177px;
}
.shop-lft-col{
    width: 27%;
}
.shop-rit-col{
    width: 73%;
}
.shop-list-row{
    --bs-gutter-x: 80px;
}

/* category faq css  */
.category-each-faq {
    margin-bottom: 20px;
}
.category-hading {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-transform: capitalize;
    position: relative;
    letter-spacing: normal;
    padding: 20px 30px 18px 0;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #444444;
    font-weight: 600;
}

.category-hading::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 25px;
    transform: translateY(-50%);
   }
.category-each-faq.active .category-hading::after {
    content: "-";
     position: absolute;
    top: 50%;
    right: 0;
    font-size: 25px;
    transform: translateY(-50%);
}
.category-answer {
    display: none;
}
.category-answer-inner {
    padding: 30px 0 20px;
}
.category-answer-inner li:not(:last-child) {
    margin-bottom: 14px;
}
.category-answer-inner li a{
    font-size: 18px;
    color: var(--gray-txt);
}
.category-answer-inner .form_input_check label span {
    color: var(--gray-txt);
    font-size: 18px;
}
.price-heading {
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 1px solid #444444;
}
/* range slider  */
.range-slide-outer .price-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 22px 0 24px;
}

.range-slide-outer .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 18px;
    -moz-appearance: textfield;
    background-color: transparent;
    color: var(--gray-txt);
    border: none;
    font-weight: 500;
}


.range-slide-outer input[type="number"]::-webkit-outer-spin-button,
.range-slide-outer input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slide-outer .slider {
    height: 4px;
    position: relative;
    background: #484848;
}

.range-slide-outer .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background: var(--whitecolor);
}

.range-slide-outer .range-input {
    position: relative;
}

.range-slide-outer .range-input input {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -2px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2;
}

.range-slide-outer input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--whitecolor);
    pointer-events: auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-slide-outer input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 50%;
    background: var(--whitecolor);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.input-max{
    text-align: right;
}

/* range slider ends */
.brand-logo-slider-outer{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.srch-mob-view {
    display: none;
}

/* --- shop details page --- */
.shop-detail-innr-sec{
    padding: 60px 0 130px;
    background-color: #181818;
}
.breadcrump-lists {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.breadcrump-lists li {
    line-height: 1;
    position: relative;
}
.breadcrump-lists li:not(:last-child)::before{
    content: "/";
    position: absolute;
    top: 2px;
    right: 0;
    color: var(--gray-txt);
    width: 1px;
    height: 100%;
}
.breadcrump-lists li:not(:last-child) {
    margin-right: 10px;
    padding-right: 5px;
}
.breadcrump-lists li a,
.breadcrump-lists li span{
    color: var(--gray-txt);
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}
.breadcrump-lists li a:hover{
    color: var(--whitecolor);
}
.product-list-lft-col{
    width: 55%;
}
.product-list-rit-col{
    width: 45%;
}
.left-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background-color: #2E2E2E;
    margin-bottom: 18px;
    cursor: pointer;
}
.left-nav img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-slide-wrapper .product-thumb-wrap {
    width: 18%;
    padding-right: 12px;
}
.product-slide-wrapper {
    display: flex;
    align-items: flex-start;
}
.product-slide-wrapper .product-main-img {
    width: 82%;
}
.main-img-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E2E2E;
    padding: 30px;
    height: 630px;
}
.main-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.product-slide-wrapper .slick-list {
    padding: 0 !important;
}
.product-slide-row{
    --bs-gutter-x: 22px;
}
.product-context h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.product-context h1 span{
    display: block;
    font-size: 15px;
    color: var(--gray-txt);
    font-weight: 500;
}
.review-count span {
    display: inline-block;
    font-size: 14px;
    color: var(--gray-txt);
    margin-left: 10px;
}
.star-wppr {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.star-lists li{
    line-height: 1;
    width: 12px;
}
.star-lists li:not(:last-child){
    margin-right: 3px;
}
.star-lists li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.star-lists li i{
    line-height: 0;
}
.star-lists{
    display: flex;
    align-items: center;
}
.product-rit-heading-wppr p{
    font-size: 16px;
    color: var(--gray-txt);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-rit-heading-wppr {
    margin-bottom: 20px;
}
.best-deal-wppr h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.best-price-wppr{
    padding: 15px;
    background-color: #2E2E2E;
    border-radius: 5px;
}
.best-price-wppr h3{
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-txt);
    margin-bottom: 10px;
}
.price-text-wppr {
    display: flex;
    align-items: center;
    line-height: 1;
}
.price-text-wppr span{
    display: inline-block;
    font-weight: 600;
    font-size: 50px;
}
.price-text-wppr a {
    margin-left: auto;
    font-size: 14px;
    padding: 15px;
    font-weight: 600;
}
.view-detail-btn{
    margin-bottom: 20px;
}
.view-detail-btn a {
    margin-left: auto;
    font-size: 14px;
    padding: 15px;
    font-weight: 600;
}
.best-deal-wppr {
    margin-bottom: 30px;
}
.size-head-wppr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.size-head-wppr h3{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.size-form .size-form-innr select{
    border: 1px solid #2E2E2E;
    width: 100%;
    height: 40px;
    padding: 0 21px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-txt);
    background: url(images/select-arw.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 16px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; 
}
.size-chart-wppr {
    margin-bottom: 20px;
}
.color-choose-wppr h3{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.detail-related-product-wppr .cmn-heading-wppr{
    margin-bottom: 55px;
}
.color-form-outer .form_input_radio {
    display: flex;
    flex-wrap: wrap;
}
.color-form-outer .form_input_radio label:not(:last-child) {
    padding-right: 10px;
}
.color-form-outer .form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}
.color-form-outer .form_input_radio label {
    height: 40px;
}
.color-form-outer .form_input_radio label span {
    color: var(--themcolor2);
}
.color-form-outer .form_input_radio label input[type="radio"]+span::before {
    width: 30px;
    height: 30px;
    top: 4px;
    background-color: #3B61DC;
    left: 4px;
    border: none;
}
.color-form-outer .form_input_radio label input[type="radio"]+span::after {
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
}
.product-context {
    padding-top: 26px;
}
.color-choose-wppr {
    margin-bottom: 65px;
}
.color-form-outer .form_input_radio label input[type="radio"]+span.color1::before{
    background-color: #9ECBDB;
}
.color-form-outer .form_input_radio label input[type="radio"]+span.color2::before{
    background-color: #FFB428;
}
.color-form-outer .form_input_radio label input[type="radio"]+span.color3::before{
    background-color: #20648B;
}
.color-form-outer .form_input_radio label input[type="radio"]+span.color4::before{
    background-color: #23C714;
}
.color-form-outer .form_input_radio label input[type="radio"]+span.color5::before{
    background-color: #E48F52;
}
.category-main-wppr {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(61, 61, 61, 0.82);
}
.share-media {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.share-social-lists {
    display: flex;
    align-items: center;
    margin-left: 17px;
}
.category-type h3{
    font-size: 14px;
    color: var(--gray-txt);
    font-weight: 500;
}
.category-type h3 span{
    display: inline-block;
    line-height: 1;
    color: var(--whitecolor);
}
.share-media span{
    display: inline-block;
    font-size: 14px;
    color: var(--gray-txt);
    font-weight: 500;
}
.share-social-lists li:not(:last-child){
    margin-right: 7px;
}
.share-social-lists li a {
    width: 27px;
    height: 27px;
    color: var(--gray-txt);
    border: 1px solid var(--gray-txt);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
}
.share-social-lists li a:hover{
    color: var(--whitecolor);
    border-color: var(--whitecolor);
    transform: rotate(360deg);
}
.details-top-part {
    padding-bottom: 100px;
}

.details-mid-part {
    padding-bottom: 100px;
}
.pricing-tab-main .review-tab-list{
    justify-content: center;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 20px;
}
.pricing-tab-main .review-tab-list li .nav-link {
    padding: 0 0 7px;
    color: var(--gray-txt);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
}
.pricing-tab-main .review-tab-list li:not(:last-child){
    margin-right: 95px;
}
.pricing-tab-main .review-tab-list li .nav-link.active {
    color: var(--whitecolor);
    background-color: transparent;
    border-bottom: 1px solid var(--whitecolor);
}

.associate-wppr {
    width: 70px;
    height: 70px;
    background-color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.associate-wppr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.market-logo-wppr {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.associate-main-wrapper {
    display: flex;
    align-items: center;
    padding: 14px 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.associate-main-wrapper:hover{
    background-color: #2E2E2E;
}
.associate-para{
 margin-left: 20px;
}
.associate-para p {
    font-size: 14px;
    font-weight: 500;
    color: #9C9B99;
    margin-bottom: 0;
    line-height: 1;
}
.free-delivery-wppr p{
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-txt);
}
.delv-for-mobile{
    display: none;
}
.delv-for-desktop{
    margin: 0 auto;
}
.view-deal-wppr {
    display: flex;
    align-items: center;
}
.view-deal-wppr span{
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-txt);
    margin-right: 20px;
}
.gray-btn {
    color: var(--gray-txt);
    padding: 8px 11px;
    border: 1px solid var(--gray-txt);
    border-radius: 3px;
    font-size: 12px;
}
.gray-btn:hover{
    background-color: var(--whitecolor);
    color: var(--themcolor);
}
.marketplace-outer-wppr li{
    border-bottom: 1px solid #3D3D3D;
}
.review-rating-wppr {
    padding-top: 27px;
}
.review-star .star-lists li {
    width: 16px;
}
.large-review-wppr h2{
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
}
.review-star {
    margin-left: 13px;
}
.review-star .star-lists{
    margin-bottom: 5px;
}
.review-star p{
    font-size: 14px;
    color: var(--gray-txt);
}
.large-review-wppr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.left-rating-part .star-lists {
    margin-bottom: 10px;
}
.left-rating-part p{
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
    color: var(--gray-txt);
}
.left-rating-part span{
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #484848;
}
.rating-list-outer > li{
    padding-bottom: 20px;
    border-bottom: 1px solid #3D3D3D;
}
.rating-list-outer > li:not(:last-child){
    margin-bottom: 25px;
}
.rating-blocks-wppr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rit-review-part {
    margin-left: auto;
}
.varify-txt {
    text-align: right;
}
.varify-txt p{
    margin-bottom: 10px;
    line-height: 1;
    font-size: 15px;
    color: var(--gray-txt);
}
.varify-txt i {
    line-height: 1;
    display: inline-block;
    width: 83px;
}
.varify-txt i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.descrip-main-wppr {
    padding-top: 43px;
    max-width: 1131px;
    width: 100%;
}
.product-info-wppr h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}
.product-info-wppr p{
    font-size: 16px;
    color: var(--gray-txt);
    
}
.product-info-wppr p:not(:last-child){
    margin-bottom: 15px;
}
.product-info-wppr {
    margin-bottom: 50px;
}
.product-specs-wppr h3{
    font-size: 20px;
    margin-bottom: 40px;
}
.specify-lists li{
    line-height: 1;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-txt);
}
.specify-lists li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--gray-txt);
    border-radius: 50%;
}
.specify-lists li:not(:last-child){
    margin-bottom: 10px;
}
.specification-table-main{
    padding-top: 43px;
}
.specification-heading h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
} 
.specification-table-innr thead tr th:last-child,
.specification-table-innr tbody tr td:last-child{
    text-align: end;
}
.specification-table-innr thead tr th,
.specification-table-innr tbody tr td{
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #2E2E2E;
}
.specification-table-innr thead tr th{
    color: var(--whitecolor);
}
.specification-table-innr tbody tr td{
    color: var(--gray-txt);
}
.specification-table-innr table{
    width: 100%;
}
/* s ends */




.a-section {
    padding: 3em 3% 0;
}
.a-section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.a-section-marquee-box h2 {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 35s linear infinite;

    font-size: 100px;
    color: white;
    background-color: transparent;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    position: relative;
    font-weight: 600;
}
.a-section-marquee-box h2 span.outline-txt{    
  color: #000000;  
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}
@keyframes a-text-scroll {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}



.product-list-lft-col .slick-next, .product-list-lft-col .slick-prev{
display:none!important;
}

.browse-btn{cursor: pointer;}








/* ========== responsive css =========== */



@media(min-width:1025px) {
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }

    .brand-card-col{
        width: 25%;
    }
}

/* ---- container ---- */
@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
   
    .container.new-arrival-main-wppr{
        max-width: 1920px;
        padding: 0 60px;
        width: 100%;
    }
        .container.shop-container{
        max-width: 1200px;
        width: 100%;
    }
    
}
@media (min-width:1600px) {
     .container.footer-container{
        max-width: 1430px;
        width: 100%;
    }
    .container.large-container{
    max-width: 1920px;
    width: 100%;
    padding: 0 50px;
}
    .container.shop-container{
        max-width: 1440px;
        width: 100%;
    }
   
}
@media (min-width:1920px) {
     .container.shop-container{
        max-width: 1660px;
        width: 100%;
    }
}
@media (max-width:1799px) {
    .shop-list-row {
    --bs-gutter-x: 50px;
}
.arrival-img-wppr {
    padding: 40px 30px;
}
}
@media (max-width: 1599px) {
    h1, .h1-title {
    font-size: 90px;
}
.index-banner-sec {
    min-height: 820px;
}
    .brand-slider-part {
    padding-bottom: 130px;
}
.brand-text-slide .splide__slide h2 {
    font-size: 80px;
}
.most-visited-sec {
    padding: 150px 0 100px;
}
.arrival-row {
    --bs-gutter-x: 30px;
}
.container.new-arrival-main-wppr {
    padding: 0 30px;
}
.big-txt span {
    font-size: 22px;
}
.product-card-main {
    padding: 15px;
}
.track-heading h2 {
    font-size: 50px;
}
.track-innr-content {
    max-width: 820px;
}
.track-price-sec {
    min-height: 580px;
}
.footer-logo-wppr {
    padding-top: 30px;
    max-width: 440px;
}
.arrive-head h2 {
    font-size: 50px;
}
.arrive-head {
    max-width: 250px;
}
.arrival-img-wppr {
    min-height: 520px;
    padding: 35px 20px;
    max-width: 650px;
}

.most-visited-tab-part.new-arrival-tab {
    padding-top: 0;
}
.shop-detail-innr .visited-card-col {
    width: 33.33%;
}
.shop-lft-col {
    width: 25%;
}
.shop-rit-col {
    width: 75%;
}
}

@media (max-width:1399px) {
    .new-arrival-sec .most-visited-tab-part.new-arrival-tab .visited-card-col {
    width: 50%;
}
.index-banner-sec {
    min-height: 670px;
}
.index-banner-innr {
    max-width: 680px;
}
h1, .h1-title {
    font-size: 60px;
}
.index-content span {
    font-size: 25px;
    margin-bottom: 10px;
}
.brand-slider-part {
    padding-bottom: 90px;
}
.brand-text-slide .splide__slide h2 {
    font-size: 70px;
}
.brand-card-innr {
    min-height: 500px;
    width: 380px;
}
.most-visited-sec {
    padding: 100px 0;
}
.track-price-sec {
    min-height: 530px;
}
.new-arrival-sec {
    padding: 100px 0;
}
.today-deal-slider-wppr .slick-dots {
    margin-top: 30px;
}
.today-deal-sec {
    padding-bottom: 100px;
}
.shop-list-row {
    --bs-gutter-x: 30px;
}
.cmn-banner-sec {
    min-height: 300px;
}
}
@media(max-width:1199px) {
.header-top-part {
    padding: 18px 0;
}
.header-search-frm-outer .search-box-wppr input[type="text"] {
    height: 40px;
    width: 400px;
}
.navbar-brand {
    width: 160px;
}
.index-banner-sec {
    min-height: 600px;
}
h1, .h1-title {
    font-size: 60px;
}
.brand-card-innr {
    min-height: 410px;
    width: 100%;
}
.brand-slider-part {
    padding-bottom: 70px;
}
.brand-slider-part {
    margin-top: -90px;
}
.top-brand-part {
    padding: 40px 0 150px;
}
.brand-text-slide .splide__slide h2 {
    font-size: 60px;
}
.most-visited-sec {
    padding: 80px 0;
}
h2, .h2-title {
    font-size: 40px;
}
.cmn-heading-wppr {
    margin-bottom: 30px;
}
.most-visited-tab-part .all-visit {
    margin-bottom: 50px;
}
.most-visited-innr .visited-slider-wppr .slick-dots {
    margin-top: 40px;
}
.visited-slider-wppr .slick-dots li button, .brand-slider-wppr .slick-dots li button, .today-deal-slider-wppr .slick-dots li button {
    width: 35px;
}
.track-price-sec {
    min-height: 470px;
}
.track-heading h2 {
    font-size: 35px;
}
.track-innr-content {
    max-width: 640px;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="text"] {
    height: 50px;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="submit"] {
    height: 50px;
}
.arrive-head h2 {
    font-size: 40px;
}
.arrive-head {
    max-width: 170px;
}

.arrive-head .shop-btn {
    min-width: 100px;
}
.shop-btn {
    padding: 10px 15px;
}
.new-arrival-sec {
    padding: 80px 0;
}
.arrival-row {
    --bs-gutter-x: 20px;
}
.shop-total-btn {
    padding: 18px 14px;
    font-size: 16px;
    min-width: 185px;
}
.total-head h2 {
    font-size: 25px;
}
.deal-card-innr {
    min-height: 200px;
    padding: 25px;
}
.boad-img {
    width: 160px;
}
.today-deal-sec {
    padding-bottom: 80px;
}
.today-deal-slider-wppr .slick-dots {
    margin-top: 20px;
}
.cmn-gap {
    padding: 80px 0;
}
.cmn-heading-wppr span {
    margin-bottom: 15px;
}
h3, .h3-title {
    font-size: 20px;
}
.blog-content-box {
    padding: 20px 18px 10px;
}
.blog-card-content-wppr p {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-sec {
    padding: 60px 0 20px;
}
.footer-logo-img {
    max-width: 150px;
}
.footer-col1 {
    width: 38%;
}
.footer-col2 {
    width: 22%;
}
.footer-col3 {
    width: 40%;
}
.fttr-news-head p {
    font-size: 22px;
}
.footer-news-form-outer .footer-news-form-innr input[type="email"] {
    height: 40px;
}
.footer-news-form-outer .footer-news-form-innr input[type="submit"] {
    height: 40px;
    min-width: 125px;
}
.query-txt a {
    font-size: 18px;
}
.footer-logo-wppr p {
    margin-bottom: 20px;
}
.footer-top-part {
    padding-bottom: 30px;
}
.copy-txt {
    margin-right: 0;
    margin-bottom: 10px;
}
.footer-bottom-part {
    padding: 15px 0;
    align-items: flex-start;
}
.fttr-news-head {
    margin-bottom: 20px;
}
.brand-card-content h3 {
    font-size: 30px;
}
.product-card-img {
    max-height: 170px;
}
.main-img-wrap {
    height: 450px;
}
.shop-detail-innr-sec {
    padding: 60px 0 90px;
}
.product-context {
    padding-top: 0px;
}
.product-context h1 {
    font-size: 25px;
}
.price-text-wppr span {
    font-size: 35px;
}
.color-choose-wppr {
    margin-bottom: 30px;
}
.details-top-part {
    padding-bottom: 80px;
}
.pricing-tab-main .review-tab-list li:not(:last-child) {
    margin-right: 75px;
}
.details-mid-part {
    padding-bottom: 80px;
}
.review-rating-wppr {
    padding-top: 20px;
}
.large-review-wppr h2 {
    font-size: 50px;
}
.large-review-wppr {
    margin-bottom: 30px;
}
.descrip-main-wppr {
    padding-top: 30px;
    max-width: 100%;
}
.product-info-wppr h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.product-info-wppr {
    margin-bottom: 40px;
}
.specification-table-main {
    padding-top: 30px;
}
.specification-heading h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
.left-nav {
    margin-bottom: 10px;
}

}

@media(max-width:1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu > li.menu-item-has-children .clickD{
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu > li.menu-item-has-children .clickD.toggled{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav >li.menu-item-has-children {
        padding-right: 20px;
    }
    .sub-menu >li.menu-item-has-children > a{
        padding-right: 20px;
    }
    
    .sub-menu.show {
        display: block;
    }

    .navbar-nav > li{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after{
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

/* navbar end*/


}


@media (max-width: 991px) {
    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 25px;
        height: 2px;
        background: var(--whitecolor);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -7px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 7px;
        left: 0;
    }
    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
        top: -13px;
    }
    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg) ;
        transform: rotate(180deg) ;
    }

    .sub-menu > li.menu-item-has-children .clickD{
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0) ;
        transform: rotate(0) 
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }
     .navbar-nav li.menu-item-has-children > a{
        padding-right: 30px;
    } 
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }
    
    .navbar-nav>li>a:after{
        bottom: 0;
    }
 /* navbar end*/

/* push nav */

.navbar-collapse{
    background: var(--themcolor);
    position: fixed;
    top: 0;
    height: 100% !important; 
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
}
.navbar-collapse.show,
.navbar-collapse.collapsing{
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
}
.navbar-collapse .navbar-nav{
    margin: 80px 0 0;
    padding: 0 0 40px 0;
}
.navbar-collapse .navbar-toggler{
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
}
#navoverlay.open{

   background-color: rgba(0,0,0,0.4);
   pointer-events: all;
   -webkit-transition: background-color 0.5s linear;
   transition: background-color 0.5s linear;
}
body.open-nav,
html.open-nav{
    height: 100%;
    overflow: hidden;
}
/* push nav end */

.navbar-brand {
    width: 140px;
}
.header-search-frm-outer .search-box-wppr input[type="text"] {
    width: 350px;
}
.header-top-part {
    padding: 15px 0;
}
.browse-brand-wppr span {
    margin-right:0px;
    font-size: 14px;
}
.index-banner-sec {
    min-height: 540px;
}
h1, .h1-title {
    font-size: 48px;
}
.index-banner-innr {
    max-width: 550px;
}
.index-content span {
    font-size: 20px;
}
.cmn-btn {
    padding: 13px 16px;
    min-width: 160px;
}
.each-brand-logo a {
    max-width: 135px;
}
.top-brand-head {
    margin-bottom: 40px;
}
.brand-card-innr {
    min-height: 320px;
    transform: scale(0.92);
}
.brand-text-slide .splide__slide h2 {
    font-size: 50px;
}
.brand-card-content span {
    margin-bottom: 15px;
}
.most-visited-sec {
    padding: 60px 0;
}
h2, .h2-title {
    font-size: 35px;
}
.most-visited-tab-part .all-visit li .nav-link {
    font-size: 14px;
}
.most-visited-tab-part .all-visit {
    margin-bottom: 35px;
}
.visited-card-col {
    width: 33.33%;
}
.track-price-sec {
    min-height: 420px;
    padding: 80px 0;
}
.newsletter-frm-wppr {
    max-width: 475px;
}
.arrival-lft-col {
    width: 100%;
}
.arrival-rit-col {
    width: 100%;
}
.container.new-arrival-main-wppr {
    padding: 0;
}
.arrival-img-wppr {
    min-height: 300px;
    max-width: 100%;
}

.arrival-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 30px;
}
.most-visited-tab-part.new-arrival-tab .all-visit {
    justify-content: center;
}
.new-arrival-sec {
    padding: 60px 0;
}
.deal-outer {
    padding: 25px 0 25px 60px;
}
.total-head h2 {
    font-size: 22px;
}
.boad-img {
    width: 141px;
}
.deal-card-innr {
    min-height: 165px;
    padding: 20px;
}
.shop-total-btn {
    padding: 15px 14px;
    font-size: 14px;
    min-width: 165px;
}
.total-btn-wppr {
    margin-left: 25px;
}
.visited-slider-wppr .slick-dots li button, .brand-slider-wppr .slick-dots li button, .today-deal-slider-wppr .slick-dots li button {
    width: 25px;
    height: 3px;
}
.today-deal-sec {
    padding-bottom: 60px;
}
.cmn-gap {
    padding: 60px 0;
}
.blog-content-box {
    padding: 15px 14px 10px;
}
h3, .h3-title {
    font-size: 16px;
}
.blog-row {
    --bs-gutter-x: 15px;
}
.footer-col1 {
    width: 100%;
}
.footer-col2 {
    width: 35%;
}
.footer-col3 {
    width: 65%;
}
.footer-top-row{
    --bs-gutter-y: 30px;
}
.footer-logo-wppr {
    padding-top: 10px;
    max-width: 100%;
}
.footer-sec {
    padding: 50px 0 20px;
}
   .shop-detail-innr .visited-card-col {
    width: 50%;
}
.category-answer-inner li a {
    font-size: 16px;
}
.category-answer-inner li:not(:last-child) {
    margin-bottom: 10px;
}
.category-answer-inner {
    padding: 20px 0;
}
.brand-toggle-wppr {
    padding: 80px 30px;
}
.brand-lists li a {
    font-size: 20px;
}
.main-img-wrap {
    height: 380px;
    padding: 25px;
}
.product-context h1 {
    font-size: 22px;
}
.product-rit-heading-wppr p {
    font-size: 14px;
}
.star-wppr {
    margin-bottom: 10px;
}
.color-form-outer .form_input_radio label input[type="radio"]+span::before {
    width: 25px;
    height: 25px;
}
.color-form-outer .form_input_radio label input[type="radio"]+span::after {
    width: 33px;
    height: 33px;
}
.color-form-outer .form_input_radio label {
    height: 20px;
}
.price-text-wppr span {
    font-size: 30px;
}
.price-text-wppr a {
    padding: 12px;
}
.details-top-part {
    padding-bottom: 60px;
}
.details-mid-part {
    padding-bottom: 60px;
}
.shop-detail-innr-sec {
    padding: 60px 0 80px;
}
.browse-brand-wppr {
    position: relative;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.3);
}
.browse-btn a{display: none;}
.a-section {padding: 0;}
}

@media (max-width: 767px) {
    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }
  
    .header-search-frm-outer .search-box-wppr input[type="text"] {
        width: 100%;
        height: 35px;
    }
    .header-search-frm-outer .search-box-wppr button[type="submit"] {
    left: 10px;
}
.navbar-brand {
    width: 130px;
}
.index-banner-sec {
    min-height: 500px;
    padding: 60px 0;
}
.brand-card-innr {
    min-height: 359px;
    transform: scale(1);
}
h1, .h1-title {
    font-size: 38px;
}
.index-banner-innr {
    max-width: 430px;
}
.index-content span {
    font-size: 18px;
}
.top-brand-part {
    padding: 40px 0 120px;
}
.brand-slider-part {
    margin-top: -70px;
}
.brand-slider-part {
    padding-bottom: 20px;
}
.brand-text-slide .splide__slide h2 {
    font-size: 40px;
}
.most-visited-sec {
    padding: 60px 0;
}
.visited-card-col {
    width: 50%;
}
.track-price-sec {
    min-height: 400px;
    padding: 60px 0;
}

.total-content-wppr {
    align-items: flex-end;
    flex-direction: column;
}
.total-head {
    margin-bottom: 10px;
}
.new-arrival-sec {
    padding: 50px 0;
}
.cmn-gap {
    padding: 50px 0;
}
.blog-card-col {
    width: 50%;
}
.blog-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.footer-col2 {
    width: 100%;
}
.footer-col3 {
    width: 100%;
}
.footer-top-row {
    --bs-gutter-y: 20px;
}
.footer-bottom-part {
    flex-direction: column;
}
.social-wppr {
    margin-left: 0;
    margin-top: 20px;
}
.shop-lft-col {
    width: 100%;
}
.shop-rit-col {
    width: 100%;
}
.cmn-banner-sec {
    min-height: 240px;
}
.shop-list-row {
    --bs-gutter-x: 0;
}
.product-list-lft-col {
    width: 100%;
}
.product-list-rit-col {
    width: 100%;
}
.product-slide-wrapper {
    flex-direction: column-reverse;
}
.product-slide-wrapper .product-main-img {
    width: 100%;
}
.product-slide-wrapper .product-thumb-wrap {
    padding-right: 0;
    padding-top: 15px;
}
.left-nav {
    margin-bottom: 0;
    margin-right: 10px;
}
.product-slide-wrapper .product-thumb-wrap {
    width: 100%;
}

.product-slide-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
}
.pricing-tab-main .review-tab-list li:not(:last-child) {
    margin-right: 45px;
}
.delv-for-desktop {
    display: none;
}
.delv-for-mobile {
    display: block;
}
.view-deal-wppr {
    margin-left: auto;
}
.associate-para p {
    margin-bottom: 10px;
}
.delv-for-mobile .free-delivery-wppr p {
    margin-bottom: 0;
}
.descrip-main-wppr {
    padding-top: 20px;
}
.specification-table-main {
    padding-top: 20px;
}
.specification-heading h2 {
    margin-bottom: 20px;
}
.specification-table-innr {
    overflow-x: auto;
}
.specification-table-innr table {
    width: 700px;
}
.rit-review-part {
    margin-left: 0;
    margin-top: 20px;
}
.varify-txt {
    text-align: left;
    display: flex;
    align-items: center;
}
.varify-txt p {
    margin-bottom: 0;
    margin-right: 14px;
}
}

@media (max-width: 575px) {
    .product-card-main {
    padding: 7px 7px;
}
.total-head h2 {
    font-size: 20px;
}
.brand-text-slide .splide__slide h2::before {
    width: 10px;
    height: 10px;
}
.cmn-banner-sec {
    min-height: 200px;
    padding: 50px 0;
}
.brand-toggle-wppr {
    width: 290px;
    padding: 70px 20px;
}
.brand-lists li a {
    font-size: 16px;
}
}

@media (max-width: 479px) {
  .srch-desktop-view{
    display: none;
}
.srch-mob-view {
    display: block;
    margin-left: auto;
}
.wish-main-wppr {
    margin-left: 20px;
}
.srch-desktop-view .header-search-frm-outer {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 15px #00000024;
    box-shadow: 0px 4px 15px #00000024;
    width: 90%;
}
    .srch-desktop-view.search-open {
        display: block;
    }
    .navbar-brand {
    width: 117px;
}
.header-top-part {
    padding: 10px 0;
}
.header-bottom-part {
    padding: 10px 0;
}
.index-banner-sec {
    min-height: 468px;
}
.index-content span {
    font-size: 14px;
}
.index-content span {
    font-size: 14px;
    margin-bottom: 15px;
}
h1, .h1-title {
    font-size: 30px;
}
.index-banner-innr {
    max-width: 345px;
}
.index-content h1 {
    line-height: 1.2;
}
.top-brand-part {
    padding: 36px 0 100px;
}
.each-brand-logo a {
    max-width: 129px;
}
.brand-card-innr {
    min-height: 482px;
}
.brand-card-content h3 {
    font-size: 40px;
}
.shop-btn {
    padding: 13px 15px;
}

.brand-slider-wppr .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    margin-top: 25px;
}
.brand-text-slide .splide__slide h2::before {
   right: -25px;
}

.visited-card-col {
    width: 48%;
}
.new-arrival-sec .most-visited-tab-part.new-arrival-tab .visited-card-col {
    width: 48%;
}
.track-heading h2 {
    font-size: 25px;
}
.track-price-sec {
    min-height: 390px;
}
.track-heading h2 br{
    display: none;
}
.boad-img {
    display: none;
}
.deal-outer {
    padding: 0;
}
.today-deal-sec .container{
    padding: 0;
}
.total-head {
    text-align: center;
}
.total-content-wppr {
    align-items: center;
    margin-left: 0;
    width: 100%;
}
.deal-card-innr {
    min-height: 200px;
    padding: 10px;
}
.total-btn-wppr {
    margin-left: 0;
}
.total-head h2 {
    font-size: 25px;
}
.blog-card-col {
    width: 100%;
}
.cmn-heading-wppr {
    margin-bottom: 35px;
}
.blog-card-content-wppr h3 {
    font-size: 20px;
}
.blog-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 30px;
}
.footer-sec {
    padding: 30px 0 20px;
}
.footer-top-row {
    --bs-gutter-y: 30px;
}
.fttr-news-head p {
    font-size: 20px;
}
.copyrit-lists {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer-news-letter {
    max-width: 340px;
    margin-left: 0;
}
.footer-top-part {
    padding-bottom: 10px;
}

.footer-bottom-part {
    border-top: none;
    padding-top: 10px;
}
.copy-txt {
    margin-bottom: 34px;
}
.copyrit-lists li:not(:last-child) {
    margin-bottom: 10px;
}
.card-row {
    --bs-gutter-x: 10px;
}
   .shop-detail-innr .visited-card-col {
    width: 100%;
} 
.color-choose-wppr {
    margin-bottom: 50px;
}
.associate-main-wrapper {
    align-items: flex-start;
    flex-direction: column;
}
.pricing-tab-main .review-tab-list li:not(:last-child) {
    margin-right: 20px;
}
.associate-para {
    margin-left: 10px;
}
.specification-table-innr table {
    width: 600px;
}
.main-img-wrap {
    height: 360px;
}
.a-section-marquee-box h2{
    font-size: 50px;padding: 0px; margin: 0;
}
.card-innr-box {padding: 8px;}
.big-txt span { font-size: 20px;}
.white-btn { padding: 7px;}
.arrive-head {
    max-width: 198px;
    bottom: 69px;
    right: 26px;
}
.deal-img-wppr:after{
    content:""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);
}

.most-visited-tab-part .all-visit li {
    padding: 0px 10px;
}

}

@media (max-width: 375px) {
    .index-banner-sec {
    min-height: 360px;
}
.visited-card-col {
    width: 100%;
}
.brand-card-innr {
    min-height: 390px;
}
.brand-card-content h3 {
    font-size: 35px;
}
.most-visited-tab-part .all-visit li {
    padding: 0px 7px;
}
.track-price-sec {
    min-height: 440px;
    padding: 40px 0;
}
.track-heading h2 {
    font-size: 22px;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="text"] {
    height: 45px;
}
.newsletter-frm-wppr .newsletter-frm-innr input[type="submit"] {
    height: 45px;
    font-size: 13px;
     min-width: 120px;
}
.arrive-head h2 {
    font-size: 30px;
}
.new-arrival-sec .most-visited-tab-part.new-arrival-tab .visited-card-col {
    width: 90%;
}
.total-head h2 {
    font-size: 20px;
}
h2, .h2-title {
    font-size: 28px;
}
.copyrit-lists {
    margin-bottom: 20px;
}
.pricing-tab-main .review-tab-list li:not(:last-child) {
    margin-right: 12px;
}
.pricing-tab-main .review-tab-list li .nav-link {
    font-size: 12px;
}
.associate-main-wrapper {
    padding: 15px 10px;
}
.product-info-wppr p {
    font-size: 14px;
}
.specification-table-innr thead tr th, .specification-table-innr tbody tr td {
    padding: 13px 0;
    font-size: 14px;
}
.view-deal-wppr span {
    font-size: 18px;
    margin-right: 15px;
}
.shop-detail-innr-sec {
    padding: 50px 0 60px;
}

}


