.container {
    max-width: 1440px;
}
img {
    max-width: 100%;
}
a {
    color: #ffc525;
}
.menu-header a.text-primary {
    margin-left: 30px;
}
h1,h2,h3,h4,h5{
    font-family: "Jost", serif;
}
p,body{
    font-family: "Jost", serif;
}
body {
    background: #212121;
}
.nav-item a.nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff !important;
}
.current-menu-item a.nav-link {
    font-weight: 700;
    color: #ffc525 !important;
}
.banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0; 
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.35deg, rgba(11, 10, 10, 0) 6.3%, rgba(15, 15, 20, 0.8) 34.98%, #13151F 63.96%);
    z-index: 1; 
    pointer-events: none; 
    opacity: 0.6;
  }
  
  .banner-section .container {
    position: relative; 
    z-index: 2;
  }
  .banner-content h1 {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    line-height: 90px;
    margin-bottom: 0;
}
span.sub-content {
    font-size: 76px;
}
.banner-content {
    max-width: 910px;
    margin: auto;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background-color: #0D0C0B !important;
}
.banner-content {
    position: relative; 
    text-align: center; 
    color: white; 
    margin: auto; 
    padding: 20px; 
    max-width: 910px; 
  }
  
  .banner-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    transform: translateX(-50%); 
    width: 530px;
    height: 5px;
    background-color: white;
  }
  
  .banner-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 455px;
    height: 5px;
    background-color: white; 
  }
  
  .banner-content .left-border {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 5px;
    height: 111px;
    background-color: white;
  }
  
  .banner-content .right-border {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 111px;
    background-color: white;
  }
  .banner-btn a {
    background: #FFC525;
    max-width: 230px;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
    margin: auto;
    margin-top: 70px;
    color: #1A1616;
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s ease;
}
.banner-btn a:hover {
    background: #fff;
}
section.footer-home {
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.copyright h3 {
    color: #fff;
    text-align: center !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
} 
section.footer-inner {
    background: #0D0C0B;
}
section.footer-inner  .copyright h3 {
    color: #fff;
    text-align: center !important;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
} 
section.footer-inner {
    background: #0D0C0B;
    padding-top: 12px;
    padding-bottom: 12px;
}
section.shop-page {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
   background-attachment: fixed;
}
.product-lists {
    background: #141414;
    padding: 25px 22px 25px 22px;
    border: 1px solid #383838;
}
.product-lists h2 {
    font-size: 30px;
    text-decoration: underline;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.prd-listing {
    background: #232323;
    padding: 15px;
    margin-bottom: 18px;
}
.prd-listing h3 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    text-align: center;
    font-weight: 500;
    
}
.price-container {
    position: relative;
    width: 100px; /* Adjust size to fit your image */
    height: 45px; /* Adjust size to fit your image */
    display: flex;
    justify-content: center;
    align-items: center;
}
img.prd-img {
    max-width: 100%;
}
.product-lists img.prd-img {
    height: 205px;
}

.price-bg {
    position: absolute;
    width: auto; /* Make the image circular */
    height: auto;
    z-index: 1; /* Position the image below the text */
}

.price {
    position: relative;
    z-index: 2; /* Position the text above the image */
}

span.price {
    font-size: 16px !important;
    line-height: 23px !important;
    color: #fff !important;
}
img.prd-img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.trending-prd {
    text-align: center;
    background: #453403;
    padding: 22px;
    border: 1px solid #645607;
    margin-top: 38px;
}
.trending-prd h2,.slider-pd h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.ads-list {
    padding-right: 0px;
    padding-left: 0px;
}
.trending-prd h3 {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    margin-top: 25px;
    margin-bottom: 18px;
    line-height: 26px;
}
.img-prd-ads img {
    width: 100%;
    margin-top: 15px;
}
.ads-list1 {
    padding-right: 0px;
}
.special-txt {
    background: #141414;
    padding: 40px 60px 40px 45px;
    margin-top: 15px;
    position: relative;
}
.special-txt h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    opacity: 0.04;
    font-weight: 900;
}
.special-txt h3 {
    position: absolute;
    top: 62px;
    font-size: 40px;
    line-height: 50px;
    color: #FFC525;
    font-weight: 500;
}
span.inner {
    font-size: 32px;
    color: #fff;
    line-height: 40px !important;
}
.slider-pd {
    background: rgba(20, 20, 20, 0.75);
    padding: 20px;
    text-align: center;
}
.slick-dots li button:before {
    color: #424242;
}
.slick-dots li.slick-active button:before{
    color:#fff;
}
.slider-pd button.slick-next.slick-arrow {
    right: -10px;
}
button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 1;
}
.slick-slide img {
    width: 100%;
    display: block;
}
.shop-page a {
    color: #fff;
}
section.single-product {
    background: #212121;
    padding-top: 80px;
    padding-bottom: 90px;
}
.pd-img {
    display: block;
    text-align: center;
}
.img-gal img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
    width: 90px;
    height: 90px;
    background: #404040;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    padding: 15px;
}
.woocommerce-product-gallery__wrapper img.wp-post-image {
    margin-bottom: 50px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img:hover {
    border: 1px solid #FFC525;
}
.pd-des h4 {
    font-size: 18px;
    color: #FFC525;
    line-height: 35px;
}
.pd-des h2 {
    color: #fff;
    font-size: 42px;
    line-height: 57px;
    text-decoration: underline;
}
.pd-des p {
    font-size: 18px;
    color: #949494;
    line-height: 32px;
    margin-top: 15px;
}
.pd-des h5,.variations label {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 500;
}
.sizes {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    width: 53px;
    height: 53px;
    background: #2E2E2E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #676767;
}
.size-chart {
    display: flex;
    column-gap: 15px;
}
.sizes:hover {
    background: #fff;
    color: #212121;
}
.rating {
    margin-top: 25px;
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.pd-des {
    padding-left: 45px;
    position: relative;
}
.pd-des h5 {
    margin-bottom: 0px;
}
.price-prd {
    display: flex;
    align-items: center;
    margin-top: 15px;
    column-gap: 40px;
}
.sign i.fa {
    color: #808080;
    font-size: 18px;
}
.sign {
    width: 37px;
    height: 37px;
    background: #2E2E2E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}
.quant-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.cart-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.add-cart a {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #353535;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.add-cart img {
    margin-right: 12px;
}
.single-product .row {

    align-items: center;
}
section.review-section {
    background: #212121;
    padding-bottom: 60px;
}
.review-section h3 {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
}
.review {
    border-top: 1px solid #363636;
    margin-top: 20px;
    padding-top: 40px;
}
.rating-count {
    height: 258px;
    border: 1px solid #5F5F5F;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rating-count h2 {
    font-size: 62px;
    color: #fff;
}
.rating-count h4 {
    font-size: 25px;
    color: #C9C9C9;
    line-height: 36px;
    margin-top: 15px;
}
.client h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.client span {
    color: #949494;
}
.client p {
    font-size: 18px;
    line-height: 28px;
    color: #949494;
}
.right-rate {
    padding-left: 60px;
}
.rating-people {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7E7E7E;
}
.rating-people:last-child {
    border: none;
}
.review-form {
    background: #141414;
    padding: 30px;
    margin-top: 45px;
}
.review-section .prd-listing h3 {
    font-size: 18px;
    text-align: left;
}
.related .row {
    margin-top: 30px;
}
.container.prd-container {
    max-width: 1160px;
}
ul.tabs.wc-tabs {
    display: none;
}
.review-form.related {
    margin-top: -34px;
}
.single-product nav.woocommerce-breadcrumb {
    display: none;
}
.woocommerce .star-rating {
    color: #ffc525;
    float: none;
}
.woocommerce div.product form.cart .button,button.single_add_to_cart_button.button.alt {
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #353535;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 20px;
    border-radius: 25px;
    border: 1px solid #fff;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover,button.single_add_to_cart_button.button.alt:hover {
    background: #000;
}
button.single_add_to_cart_button:before {
    background: url(https://teamwp84.mydevfactory.com/goutam-roy/slangcouture/wp-content/uploads/2025/01/cart.png);
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 13px;
    background-repeat: no-repeat;
    background-size: auto;
}
.row.review {
    align-items: flex-start;
}
textarea#comment {
    width: 100%;
    height: 137px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #7E7E7E;
}
input#author,input#email{
  
    width: 100%;
    height: 68px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #7E7E7E;
}
.review-form label {
    color: #7E7E7E;
    font-size: 16px !important;
    line-height: 23px;
    margin-top: 22px;
}
.review-form button.submit,.contact-page-form input.wpcf7-submit {
    background: #FFC525;
    max-width: 200px;
    width: 100%;
    height: 55px;
    border-radius: 35px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    color: #1A1616;
    font-weight: 600;
    margin-top: 25px;
    transition: all 0.5s ease;
}
.review-form button.submit:hover,.contact-page-form input.wpcf7-submit:hover{
   background: #fff;
}
input#save-info {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #D2D2D2;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-color: transparent !important;
}
p.comment-notes,p.logged-in-as {
    color: #949494;
    font-size: 18px;
}
span.required {
    color: #E22D32;
}
.woocommerce p.stars a {
    color: #ffc525;
    /* width: 22px; */
}
.rating-frm label {
    margin-top: 0px;
    font-size: 18px !important;
}
.form-group.rating-frm {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
p.stars {
    margin-bottom: 0px;
    margin-top: 8px;
    margin-left: 20px;
}
.review-form h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.review-form .form-group.row {
    margin-top: 15px;
}
section.contact {
    background: #212121;
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact .contact-box {
    background: #141414;
    padding: 45px 55px 45px 55px;
}
.contact h2 {
    color: #fff;
}
input.text-i{
   width: 100%;
    height: 68px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #7E7E7E;
    margin-bottom: 15px;
}
.contact-page-form textarea.wpcf7-form-control.wpcf7-textarea{
   width: 100%;
    height: 137px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #7E7E7E;

}
.contact-page-form {
    margin-top: 45px;
}
::placeholder {
    color: #7E7E7E;
    font-weight: 500;
    font-size: 17px;
}
.wpcf7-response-output {
    color: #fff;
}
.sticky {
    position: relative;
   /* display: flex;
    height: 165vh;*/
}
.past-week,.this-week {
    position: relative;
}
.product-lists {
    position: sticky;
    top: 0;
}
/*Woocommerce Login and account Page Css */

.page-id-42 .woocommerce-account main#main{
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.woocommerce-account main#main{
   padding-top:100px;
   padding-bottom: 100px;
   background: #212121;
}
.page-id-42 .woocommerce h2 {
    color: #fff;
    text-align: center;
}
form.woocommerce-form.woocommerce-form-login.login,form.woocommerce-form.woocommerce-form-register.register {
    max-width: 650px;
    margin: auto;
    margin-top: 40px;
    background: #141414;
}
form.woocommerce-ResetPassword.lost_reset_password{
   max-width: 650px;
    margin: auto;
}
.woocommerce-form-login label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce-form-login input#username,.woocommerce-form-login input#password,input#user_login,.woocommerce form .form-row input.input-text{
   width: 100%;
    height: 60px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #7E7E7E;
    margin-bottom: 15px;
}
.woocommerce-address-fields input,.woocommerce-EditAccountForm input,#shipping input,#billing input,input#textinput-7,input#textinput-14{
   width: 100%;
    height: 60px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    color: #7E7E7E;
    margin-bottom: 15px;
}

#shipping label,#billing label,.wc-block-components-address-form__password label{
    color:#fff !important;
 }
.wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #fff !important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
    height: 60px !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
}
.wc-blocks-components-select select {
    color: #fff !important;
}
.wc-blocks-components-select option{
    color: #212121
}

button.woocommerce-button.button.woocommerce-form-login__submit,.woocommerce-address-fields button.button,.woocommerce-EditAccountForm button.woocommerce-Button.button{
   
   background: #FFC525;
    max-width: 180px;
    width: 100%;
    height: 50px;
    border-radius: 35px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    color: #1A1616;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.button.woocommerce-form-register__submit{
  background: #FFC525 !important;
    max-width: 180px;
    width: 100%;
    height: 50px;
    border-radius: 35px !important;
    border: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 22px !important;
    color: #1A1616 !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    transition: all 0.5s ease;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    position: relative;
    right: 0;
    top: 15px;
}
form.woocommerce-form.woocommerce-form-login.login,form.woocommerce-form.woocommerce-form-register.register {
    padding: 30px 40px 30px 40px;
}
.woocommerce-ResetPassword p {
    color: #fff;
    font-size: 18px;
    width: 100% !important;
}
.woocommerce-ResetPassword button.woocommerce-Button.button,.woocommerce-info a.button{
   background: #FFC525;
    max-width: 220px;
    width: 100%;
    height: 50px;
    border-radius: 35px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    color: #1A1616;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.woocommerce-ResetPassword button.woocommerce-Button.button:hover,.woocommerce-info a.button:hover,button.woocommerce-button.button.woocommerce-form-login__submit:hover,.woocommerce-address-fields button.button:hover,.woocommerce-EditAccountForm button.woocommerce-Button.button:hover{
  background: #fff;
  color: #1A1616;
}
.button.woocommerce-form-register__submit:hover{
  background: #fff !important;
  color: #1A1616 !important;
}
.woocommerce-MyAccount-content {
    color: #fff;
}
span.show-password-input {
    color: #fff;
    position: relative;
    top: 18px !important;
}
nav.woocommerce-MyAccount-navigation {
    background: #141414;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation-link a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
li.woocommerce-MyAccount-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7e7e7e66;
}
li.woocommerce-MyAccount-navigation-link.is-active a,li.woocommerce-MyAccount-navigation-link a:hover {
    color: #ffc525;
}
li.woocommerce-MyAccount-navigation-link:last-child{
    border-bottom: none;
}
.woocommerce-Address-title h2 {
    text-align: left !important;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    margin-bottom: 10px;
}
span.select2-selection.select2-selection--single {
    height: 60px;
    font-weight: 500;
    font-size: 17px;
    color: rgb(126, 126, 126);
    margin-bottom: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 210, 210);
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    padding-top: 13px;
}
span.select2-selection__arrow {
    height: 56px !important;
}
form.woocommerce-form.woocommerce-form-register.register {
    color: #fff;
}

section.top-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.top-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    pointer-events: none;
    opacity: 0.7;
}
.top-banner h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 60px;
}
.woocommerce-lost-password main#main {
    height: 100vh;
    display: flex;
    align-items: center;
}
.cfvsw-swatch-inner {
    line-height: normal;
    color: #fff;
    font-weight: 400;
}
.cfvsw-swatches-option.cfvsw-label-option {
    background: #2E2E2E;
}
.cfvsw-swatches-option.cfvsw-label-option:hover {
    background: #fff;
}
.cfvsw-swatches-option.cfvsw-label-option:hover .cfvsw-swatch-inner {
    color: #212121;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    background: #fff;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner{
    color: #212121;
}
button.reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart .variations label {
    font-size: 18px;
    font-weight: 500 !important;
}
.quantity input {
    border: none !important;
    width: 62px !important;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 35px;
}
.wp-block-woocommerce-cart-order-summary-block {
    background: #141414;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 15px;
}
tr.wc-block-cart-items__row {
    background: #141414;
}


.main-feature-img {
    padding-right: 40px;
}
.address p,.phone a {
    color: #ffffffc2;
    font-size: 20px;
    margin-top: 18px;
    line-height: 32px;
    text-decoration: none;
}
.info {
    align-items: center;
}
.phone {
    margin-top: 40px;
    margin-bottom: 50px;
}
.social-icon {
    width: 53px;
    height: 53px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.social-icon:hover {
    background: #ffc525;
}
.social-icon i {
    font-size: 23px;
    color: #212121;
}
.social {
    display: flex;
    column-gap: 18px;
    margin-top: 25px;
}
.social a {
    text-decoration: none;
}
section.map {
    background: #212121;
    padding-bottom: 80px;
    padding-top: 20px;
}
.maps {
    background: #141414;
    padding: 50px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 0 0em;
    background-color: #000;
    color: #fff;
    border-top: 3px solid #fff;
    list-style: none !important;
}
.woocommerce-page .woocommerce-message .button {
    float: right;
    background: #FFC525;
    height: 41px;
    border-radius: 35px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    color: #1A1616;
    font-weight: 600;
}
a.button.wc-forward {
    text-align: center;
}
.prd-listing {
    transition: transform 0.3s ease-in-out; 
}

.prd-listing:hover {
    transform: scale(1.07); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}
section.inner-page {
    background: #212121;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
a.btn.btn-primary {
    background: #FFC525;
    height: 40px;
    border-radius: 35px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #1A1616;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
    transition: all 0.5s ease;
}
a.btn.btn-primary:hover,.btn:first-child:active{
    background : #fff;
}
.category-button {
    text-align: center;
}

/*Product Category Design */

section.prd-cat-listing {
    background-position: center;
    background-size: cover;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-b-x h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
}
.info-b-x {
    position: relative;
    z-index: 2;
}
.breadcrumb {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding-left: 0px;
}
section.category {
    background: #212121;
    padding-top: 80px;
    padding-bottom: 80px;
}
.category-pd-list {
    background: #141414;
    padding: 30px;
}
.category-pd-list .prd-listing h3 {
    text-align: left;
}
.category-pd-list {
    display: flex;
    flex-direction: column;
}
p.woocommerce-result-count {
    color: #fff;
}
.woocommerce-top-bar.custom-top-bar {
    margin-bottom: 50px;
}
.category-pd-list img.prd-img,.related img.prd-img {
    width: 220px;
    height: 250px;
    object-fit: contain;
}
.wpc-filter-title,.filters-heading h2,.wpc-filters-main-wrap li.wpc-term-item a,.wpc-term-count{
    color: #fff;
}
.filters-heading h2 {
    font-size: 26px;
}
.filters-heading {
    border-bottom: 1px solid #363636;
    padding-top: 40px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.filter-size h3,.tag-filter h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.prd-listing p {
    color: #fff;
    font-size: 14px;
}
li.menu-item:hover a {
    color: #ffc525 !important;
}
.pagination {
    margin: auto;
    margin-top: 45px;
    justify-content: center;
}
.page-numbers:not(.next):not(.prev){
    background: #2E2E2E;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #676767;
    transition: all 0.5s ease;
}
span.page-numbers.current:not(.next):not(.prev),.page-numbers:not(.next):not(.prev):hover {
    background: #fff;
    color: #212121;
}
a.page-numbers {
    text-decoration: none;
}
a.next.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
   transition: all 0.5s ease;
}
a.prev.page-numbers{
   display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
   transition: all 0.5s ease;
}
a.next.page-numbers:hover,a.prev.page-numbers:hover {
    color: #ffc525;
}
.prd-listing a {
    color: #fff;
}
.breadcrumb a {
    margin-right: 5px;
    margin-left: 5px;
}
.star-rating span, .star-rating span:before {
    color: #ffc525 !important;
}
.woocommerce .woocommerce-ordering select {
    background: transparent;
    color: #fff;
    border: none !important;
}
.woocommerce .woocommerce-ordering select option {
    color: #000;
}
.main-feature-img .woocommerce-product-gallery.woocommerce-product-gallery--with-images{
   width: 100% !important;
}
.wcapf-filter .wcapf-filter-title {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
}
.stylish-checkbox-radio .wcapf-filter-option .wcapf-filter-item {
    color: #fff;
}
.page-id-40 main#main,.page-id-41 main#main {
    background: #212121;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
button.wc-block-components-quantity-selector__button {
    background-color: #2e2e2e !important;
    width: 50px !important;
    height: 35px;
    border-radius: 194px !important;
    border: 1px solid #676767 !important;
}
.wc-block-cart__submit-container,.wc-block-components-checkout-place-order-button.contained {
    background: #ffc525;
    border-radius: 50px;
    border: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,.wc-block-components-checkout-place-order-button.contained span {
    color: #1A1616;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #ffc525;
}
.wp-block-woocommerce-checkout-order-summary-block{
    border: 1px solid #fff !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #141414;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    border-top: 1px solid #fff !important;
}
.wc-block-components-address-form__email label {
    color: #fff !important;
}
.pd-des .breadcrumb {
    justify-content: flex-start;
    margin-left: -4px;
    margin-bottom: 0px;
}
.breadcrumb li:last-child {
    margin-left: 5px;
}
.filter-section-wrapper {
    position: relative;
}
.filter-section {
    position: sticky;
    top: 0;
}
.filter-section button.accordion-button {
    padding: 0px;
    box-shadow: none !important;
    border: none !important;
}
.filter-section .accordion-body {
    padding: 0px;
    padding-top: 15px;
}
.filter-section .accordion-item {
    background: transparent;
    background: transparent;
    border: none !important;
    color: #fff;
    box-shadow: none;
}
.filter-section button.accordion-button {
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.filter-section .accordion-button::after {
    color: #fff !important;
    filter: invert(1);
}
.filter-section ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}
.filter-section .accordion-body a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.filter-section .accordion-body a:hover {
    color: #ffc525;
}
.filter-section h2.accordion-header {
    border-bottom: 1px solid #363636;
    padding-bottom: 20px;
}
.filter-section div#accordionFlushExample {
    padding-top: 15px;
}
.class-bg {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.class-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    pointer-events: none;
    opacity: 0.7;
}
.catalog-c {
    position: relative;
    z-index: 2;
}
a#userDropdown {
    color: #fff !important;
}
.dropdown-item:active {
    background: #ffbd1d;
}
a.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-c h3 {
    font-size: 40px;
    line-height: 50px;
    color: #FFC525;
    font-weight: 500;
    text-transform: uppercase;
    /* text-decoration: none !important; */
}
.catalog-optio a {
    text-decoration: none;
}
.catalog-c {
    padding-left: 30px;
    padding-right: 30px;
}
.shop-page .prd-listing h3 {
    min-height: 48px;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    border: 1px solid #e9e6ed !important;
    border-radius: 10px !important;
}
.wpc-filters-main-wrap input.wpc-label-input+label:hover,.wpc-filters-main-wrap input.wpc-label-input:checked+label {
        border: 1px solid #ffc525 !important;
        border-radius: 10px !important;
    }
.woofc-menu-item span.woocommerce-Price-amount.amount {
    display: none;
}
.woofc-menu-item i {
    color: #fff;
}
.woofc-menu-item .woofc-menu-item-inner:after {
    background-color: #ffc525;
    color: #141414;
    font-weight: 600;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    color: #2e2e2e;
}
body .qib-button-wrapper {
    margin-top: 0px !important;
    margin-right: 0px !important;
}
a.woocommerce-button.button {
    margin-left: 5px !important;
    margin-right: 5px !important;
    background: #ffc525;
    color: #141414;
}
.submit input[type="submit"],a.button.primary-button.cr-button {
    background: #ffc525;
    color: #141414;
    font-size: 18px;
    margin-top: 15px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-weight: 600;
}
a.woocommerce-button.button:hover,.submit input[type="submit"]:hover,a.button.primary-button.cr-button:hover {
    background: #fff;
    color: #141414;
}
table.woocommerce-table-refund-details {
    width: 100%;
    border-radius: 5px !important;
}
table.woocommerce-table-refund-details tbody tr td {
    background-color: #141414 !important;
    border: 1px solid #eeeeee69 !important;
}
table.woocommerce-table-refund-details thead th {
    background: #141414;
    font-size: 16px;
    border: 1px solid #eeeeee69 !important;
    font-weight: 500;
}
h2.woocommerce-column__title {
    text-align: left !important;
}
.fr-request-form input {
    width: 100%;
    height: 52px;
    border-radius: 30px;
    padding: 15px;
}
.fr-request-form input {
    width: 100%;
    height: 55px;
    border-radius: 30px;
    padding-left: 22px;
    border: none;
    max-width: 550px;
}
select#reason_forrefundcancelexchange {
    width: 100%;
    max-width: 550px;
    height: 55px;
    padding-left: 20px;
    border-radius: 40px;
    border: none;
}
textarea#bank_details {
    width: 100%;
    max-width: 550px;
    height: 100px;
    border-radius: 50px;
   padding: 20px;
    border: none;
}
.fr-request-form div.field-row label {
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.fr-request-form {
    margin-top: 25px;
}
span.fr-field-description {
    margin-left: 15px;
}
section.why-us {
    background: #212121;
    padding-top: 90px;
    padding-bottom: 60px;
}
.why-us h2,.slang h2 {
    color: #fff;
    margin-bottom: 25px;
}
.why-us p,.slang p {
    color: #949494;
    font-size: 18px;
}
.why-us .row,.slang .row {
    align-items: center;
}
.about-box {
    max-width: 540px;
}
.logo-border {
    text-align: center;
    margin-top: 90px;
    padding-top: 60px;
    border-top: 1px solid #ffffff26;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 45px;
}
section.slang {
    background: #212121;
    padding-top: 30px;
    padding-bottom: 70px;
}
.slang-count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 35px;
}
.count-content h3 {
    color: #ffc525;
    margin-bottom: 0px;
    font-size: 38px;
    font-weight: 700;
}
.slang-count .counter:nth-child(2) {
    text-align: center;
}
.slang-count .counter:nth-child(3) {
    text-align: right;
}
.count-content {
    border-right: 1px solid #ffffff26;
}
.counter:nth-child(3) .count-content {
    border-right: 1px solid #ffffff00;
}
.slang-points-t {
    display: flex;
    align-items: flex-start;
}
.slang-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 20px;
    margin-top: 30px;
}
.tick-content h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}
.tick-content p {
    font-size: 17px;
}
.slang-points i.fa.fa-check-circle {
    color: #ffc525;
    font-size: 18px;
    margin-right: 14px;
    position: relative;
    top: 3px;
}
section.special {
    background: #212121;
    padding-top: 40px;
    padding-bottom: 90px;
}
.special h2 {
    color: #fff;
    text-align: center;
}
p.pt {
    color: #949494;
    font-size: 18px;
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.special-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 38px;
    column-gap: 50px;
    row-gap: 30px;
}
.element h4 {
    color: #fff;
    font-size: 26px;
}
.element p {
    color: #949494;
    font-size: 17px;
}
.element {
    border: 2px solid #ffffff26;
    padding: 30px;
    border-radius: 40px;
}
.subscribe-form {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    max-width: 520px;
    margin-top: 30px;
}

.subscribe-form input[type="email"] {
    flex: 1;
    padding: 15px;
    border: 1px solid #212121;
    background-color: #ffffff;
    color: #212121;
    border-radius: 40px;
    font-size: 16px;
    width: 100%;
    max-width: 380px;
    height: 60px;
}

.subscribe-form input[type="email"]::placeholder {
    color: #212121;
    opacity: 1;
}

.subscribe-form input[type="submit"] {
    background-color: #212121;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 29px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

.subscribe-form input[type="submit"]:hover {
    background-color: #ffc525;
    color: #212121;
}
section.newsletter {
    background: #212121;
    padding-top: 50px;
    padding-bottom: 90px;
}
.row.subscribe-col {
    background: #fff;
    align-items: center;
    max-width: 955px;
    margin: auto;
    border-radius: 90px;
}
.sub-img img {
    width: 100%;
    display: block;
    border-bottom-left-radius: 75px;
    border-top-left-radius: 75px;
}
.subscribe-content h2 {
    font-size: 54px;
    text-transform: uppercase;
    max-width: 350px;
}
.subscribe-form p {
    width: 100% !important;
    max-width: 539px;
}
.subscribe-col .col-md-4 {
    padding-left: 0;
}
.subscribe-content form.wpcf7-form {
    position: relative;
}
.subscribe-content .wpcf7-response-output {
    position: absolute;
    bottom: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #000;
}
section.blog-list {
    background: #212121;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-head h2 {
    color: #fff;
    text-align: center;
}
.blog-head p {
    color: #949494;
    text-align: center;
    font-size: 18px;
    max-width: 500px;
    margin: auto;
}
.blog-grid h2 {
    color: #fff;
    font-size: 26px;
}
.blog-grid p {
    color: #949494;
}
.blog-grid {
    border: 2px solid #ffffff26;
    padding: 30px 25px;
    border-radius: 30px;
}
.blog-img img {
    max-width: 100%;
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin-bottom: 22px;
}
.meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-head {
    margin-bottom: 40px;
}
.blog-grid a {
    background: #ffc525;
    color: #212121;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50pc;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}
.blog-grid a:hover{
   background: #fff;
}
.meta span {
    font-size: 15px;
}
section.single-blog {
    background: #212121;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}
.single-blog p {
    color: #949494;
    font-size: 18px;
}
h1.post-title {
    margin-bottom: 30px;
}
article.blog-post {
    padding-right: 55px;
}
.featured-image .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.related-post-content p {
    font-size: 16px;
    line-height: 20px;
}
.related-post-content h6 a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}
.related-post-img img.img-fluid {
    width: 190px;
    display: block;
    margin-top: 4px;
    margin-right: 5px;
}
.related-post {
    border-bottom: 1px solid #ffffff26;
    padding-top: 25px;
    padding-bottom: 25px;
}
.related-post-content {
    padding-left: 8px;
}
.related-posts h4 {
    margin-bottom: 20px;
}
span.wpc-filters-button-text {
    color: #fff;
}
a.wpc-open-close-filters-button.wpc-closed.wpc-show-counts-yes {
    border: 1px solid #fff;
}

.search-form-wrapper {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #242424;
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    z-index: 1000;
}

#search-input {
    width: 100%;
    padding: 8px;
    background: #242424;
    color: #fff;
    border: 1px solid #555;
    outline: none;
}

.search-suggestions {
    max-height: 200px;
    overflow-y: auto;
    background: #242424;
    color: #fff;
    margin-top: 5px;
    border-radius: 5px;
}

.search-suggestions div {
    padding: 8px;
    cursor: pointer;
}

.search-suggestions div:hover {
    background: #444;
}
section.testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
}
.testimonial h2 {
    color: #fff;
    text-align: center;
}
.testimonial p,.gallery p {
    color: #949494;
    text-align: center;
    font-size: 18px;
}
.review-block h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.review-block {
    border: 1px solid #383838;
    padding: 30px 15px;
    border-radius: 20px;
    margin-top: 38px;
    background: #141414;
}
.review-block.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.review-slides .slick-dots li button:before {
    font-size: 10px !important;
}
.review-slides .slick-dots li {
    margin: 0 0px;
}
.review-slides .slick-dots {
    bottom: -45px;
}
section.gallery {
    padding-top: 70px;
    padding-bottom: 70px;
}
.gallery h2 {
    text-align: center;
    color: #fff;
}
.masonry-gallery {
    column-count: 4; /* 4 columns on desktop */
    column-gap: 20px; /* Space between columns */
    margin-top: 38px;
}

.masonry-gallery a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; /* Spacing between images */
}

.masonry-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.masonry-gallery img:hover {
    transform: scale(1.05);
}
section.recentpurchase {
    background: #141414;
    padding-top: 70px;
    padding-bottom: 70px;
}
.recentpurchase h2 {
    color: #fff;
}
.recent-product-slide .prd-listing h3 {
    font-size: 18px;
    text-align: left;
}
.recent-product-slide img.prd-img {
    width: 220px;
    height: 250px;
    object-fit: contain;
}
.prd-listing.slick-slide {
    margin-left: 12px;
    margin-right: 12px;
}
.recent-product-slide .slick-dots li button:before {
    font-size: 10px !important;
}
.recent-product-slide .slick-dots li {
    margin: 0 0px;
}
.recent-product-slide .slick-dots {
    bottom: -45px;
}
.recent-pur {
    margin-top: 38px;
}
section.follow-us {
    padding-top: 70px;
    padding-bottom: 70px;
}
.social-profile {
    background: #fff;
    text-align: center;
    padding: 35px;
    max-width: 600px;
    margin: auto;
    border-radius: 30px;
}
.social-profile .social {
    display: flex;
    column-gap: 18px;
    margin-top: 25px;
    justify-content: center;
}
.platform {
    background: #212121;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}
.platform i {
    font-size: 24px;
}
.platform:hover {
    background: #ffc525;
    color: #141414;
}
.catalog-list img {
    height: 400px;
    object-fit: cover;
}

.catalog-list h3 {
    margin-top: 22px;
    margin-bottom: 25px;
}
section.catalog-page {
    min-height: 100vh;
}
h2.recentH {
    margin-left: 10px;
}
.trending-prd img {
    max-width: 100% !important;
    height: 250px !important;
    object-fit: contain;
}
.slang-content strong {
    color: #ffc525;
}
.catalog-page .product-lists{
   background: rgba(20, 20, 20, 0.75);
}

@media (min-width:993px){
.catalog-page .product-lists img.prd-img {
    height: 245px;
    object-fit: contain;
}
.catalog-page .product-lists {
    min-height: 628px;
}
}
/* Responsive Adjustments */
@media (max-width: 1024px) {
    .masonry-gallery {
        column-count: 3; /* 3 columns for tablets */
    }
}

@media (max-width: 768px) {
    .masonry-gallery {
        column-count: 2; /* 2 columns for mobile */
    }
}

@media (min-width:1025px){
   .location {
    padding-left: 85px;
}
.filter-section {
    padding-right: 40px;
}

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }
.post-type-archive .shop-page .container {
    padding-left: 15px;
    padding-right: 15px;
}

li.menu-item.woofc-menu-item.menu-item-type-woofc {
    margin-left: 15px;
}
.slang-c {
    padding-left: 50px;
}
.subscribe-content {
    padding-left: 45px;
}
.related h3 {
    line-height: 30px;
    min-height: 60px;
}
}

@media (min-width:1025px){
.past-week {
    padding-right: 30px;
}
.this-week {
    padding-left: 30px;
}
}

@media (min-width:1441px){
    section.footer-home {
        bottom: -15px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .banner-content h1 {
        font-size: 70px;
        line-height: 75px;
    }
    span.sub-content {
        font-size: 56px;
    }
    .banner-content::before {
        left: 34%;
        width: 415px;
    }
    .banner-content .left-border {
        left: 42px;
        height: 85px;
    }
    .banner-content::after {
        right: 30px;
        width: 350px;
    }
    .banner-content .right-border {
        right: 26px;
        height: 85px;
    }
    .contact .contact-box {
    padding: 30px 30px 30px 30px;
}
.maps {
    padding: 25px;
}
.logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 40px;
}
}

@media (max-width:992px){
    ul.navbar-nav {
        align-items: flex-start !important;
        padding-left: 10px;
        margin-top: 15px;
    }
    .login-btn {
        justify-content: flex-start !important;
    }
    .menu-header a.text-primary {
        margin-left: 14px;
        margin-right: 20px;
    }
nav.woocommerce-MyAccount-navigation {
    margin-bottom: 45px;
}
.pd-des h2 {
    font-size: 34px;
    line-height: 48px;
}
.rating-count h2 {
    font-size: 48px;
}
.rating-count h4 {
    font-size: 18px;
}
.dropdown.mobile {
    position: absolute;
    top: 15px;
    right: 115px;
}
}

@media (min-width:768px) and (max-width:992px){

   .main-feature-img {
    padding-right: 0px;
}
.right-rate {
    padding-left: 40px;
}
}

@media (min-width: 768px) and (max-width: 993px) {
    .third {
        order: 2;
    }
    .fourth {
        order: 1;
    }
.ads-list {
    padding-right: 10px;
    padding-left: 10px;
}
.ads-list1 {
    padding-right: 10px;
    padding-top: 20px;
}
.fourth.this-week {
    padding-top: 20px;
}
.catalog-page .row {
    max-width: 500px;
    margin: auto;
}
.slider-pd {
    margin-top: 20px;
}
.special-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}
.subscribe-content h2 {
    font-size: 34px;
    text-transform: uppercase;
    max-width: 350px;
}
.subscribe-form input[type="submit"] {
    right: 90px;
}
li.menu-item.woofc-menu-item.menu-item-type-woofc {
    position: absolute;
    top: 15px;
    right: 80px;
}
}

@media (min-width:994px) and (max-width:1100px){
  .special-grid {
    column-gap: 25px;
}
}

@media (max-width:767px){
    .banner-content h1 {
        font-size: 34px;
        line-height: 44px;
    }
    span.sub-content {
        font-size: 28px;
    }
    .banner-content::before {
        left: 27%;
        width: 176px;
    }
    .banner-content::after {
        width: 174px;
    }
    .banner-btn a {
        max-width: 205px;
        margin-top: 60px;
        font-size: 24px;
    }
    .contact .contact-box {
    background: #141414;
    padding: 25px;
    margin-top: 55px;
}
.maps {
    background: #141414;
    padding: 15px;
}
section.map {
    padding-top: 0px;
}
.ads-list {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 35px;
}
.ads-list1 {
    padding-right: 12px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.product-lists h2 {
    font-size: 36px;
}
.prd-listing h3 {
    text-align: left;
}
.special-txt h3 {
    font-size: 36px;
}
.main-feature-img {
    padding-right: 12px;
}
.pd-des {
    padding-left: 0px;
    margin-top: 25px;
}

body .qib-button-wrapper {
     float: left !important;
    }
section.single-product {
    padding-bottom: 45px;
}
.right-rate {
    padding-left: 20px;
    margin-top: 40px;
}
.review-form {
    padding: 20px;
}
nav.woocommerce-MyAccount-navigation {
    margin-bottom: 45px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}
.info-b-x h1 {
    font-size: 45px;
}
   .category-pd-list {
        padding: 40px 15px;
    }
.row.listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.listing .col-sm-6:nth-child(odd) {
    padding-right: 5px;
}
.listing .col-sm-6:nth-child(even) {
    padding-left: 5px;
}
.category-pd-list img.prd-img, .related img.prd-img {
    width: auto;
    height: auto;
    object-fit: contain;
}
section.category {
    padding-top: 60px;
    padding-bottom: 60px;
}
.filters-heading {
    display: none;
}
.filters-heading h2 {
    font-size: 20px;
}
.woocommerce-top-bar.custom-top-bar {
    display: flex;
    flex-direction: column;
}
.breadcrumb ul {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
input#email {
    margin-top: 16px;
    margin-bottom: 15px;
}
.review-form label {
    margin-top: 2px;
    margin-left: 5px;
}
.form-group.col-md-12 {
    display: flex;
}
.page-numbers:not(.next):not(.prev) {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.ads {
    margin-top: 55px;
}
.trending-prd {
    margin-top: 25px;
}
.this-week {
    margin-top: 15px;
}
.special-txt {
    padding: 40px 60px 40px 35px;
}
section.prd-cat-listing {
    min-height: 250px;
}
section.top-banner {
    min-height: 300px;
}
.top-banner h1 {
    font-size: 38px;
}
section.gallery {
    padding-top: 50px;
    padding-bottom: 55px;
}
.masonry-gallery {
    column-gap: 10px;
}
section.follow-us {
    padding-top: 30px;
}
.social-profile {
    max-width: 330px;
}
.social-profile .social {
    column-gap: 8px;
}
.slider-pd {
    margin-top: 20px;
}
h2.recentH {
   text-align: center;
    margin-left: 0px;
}
.logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 25px;
    margin-top: 20px;
}
.slang-content {
    margin-top: 35px;
}
.count-content h3 {
    font-size: 28px;
}
.slang-points {
 grid-template-columns: repeat(1, 1fr);
    column-gap: 25px;
}
section.special {
    padding-top: 0px;
    padding-bottom: 50px;
}
.special-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
}
.subscribe-col .col-md-4 {
    padding-right: 0;
}
.sub-img img {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}
.subscribe-content h2 {
    font-size: 28px;
    margin-top: 40px;
}
.subscribe-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.subscribe-form input[type="submit"] {
    position: relative;
    top: 13px;
    display: block;
    margin: auto;
}
section.why-us {
    padding-top: 50px;
}
.element {
    text-align: center;
    padding-bottom: 20px;
}
li.menu-item.woofc-menu-item.menu-item-type-woofc {
    position: absolute;
    top: 15px;
    right: 80px;
}
.widget.widget_wpc_filters_widget {
    margin-top: 15px;
}
tr.wc-block-cart-items__row {
    padding: 20px 15px !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
    padding: 10px 15px;
}
.wc-block-components-text-input.is-active label {
    top: 16px !important;
}
.wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none;
}
}
