/*!
Theme Name: offroad
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: offroad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

offroad is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */

body,
html {
    overflow-x: hidden;
}
/* body,html{
    width: 100%;
} */

:root {
    --themcolor: #000000;
    --themcolor2: #ff0000;
    --othercolor: #dddddd;
    --whitecolor: #ffffff;
    --gold-clr: #C0641A;
    --lite-gry-txt: #3F3F3F;
    --border-clr: #D2D4E0;
    --grayColor: #292929;
    --parafont: 'Roboto', sans-serif;
    --headingfont: 'Oswald', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 18px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingfont);
    margin: 0 0 22px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

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

h1,
.h-one {
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
}

h2,
.h-two {
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
}

h3,
.h-three {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}

h4,
.h-four {
    font-size: 18px;
    line-height: 1.2;

}

h5,
.h-five {
    font-size: 16px;
    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: red;
}

img {
    max-width: 100%;
}

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: var(--whitecolor);
    border: none;
    /* border: 1px solid rgba(255, 255, 255, 0.7); */
    border-bottom: 1px solid #DD7B2B;
    height: 66px;
    padding: 0 16px;
    letter-spacing: 0.5px;
    font-size: 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: var(--whitecolor);
    color: #E25B00;
    height: 55px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0 46px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
}

input[type="submit"]:hover {
    background: var(--themcolor);
    color: var(--whitecolor);
}


::-webkit-input-placeholder {
    opacity: 1;
    color: var(--whitecolor);
    font-size: 16px;
    letter-spacing: 0.5px;
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--whitecolor);
    font-size: 16px;
    letter-spacing: 0.5px;
}

::-moz-placeholder {
    opacity: 1;
    color: var(--whitecolor);
    font-size: 16px;
    letter-spacing: 0.5px;
}

:-moz-placeholder {
    opacity: 1;
    color: var(--whitecolor);
    font-size: 16px;
    letter-spacing: 0.5px;
}



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

.cmn_btn {
    position: relative;
    font-size: 16px;
    font-family: var(--parafont);
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid var(--themcolor2);
    background-color: var(--themcolor2);
    color: var(--whitecolor);
    text-align: center;
    display: inline-block;
}
.cmn_btn:hover {
    background-color: transparent;
    color: var(--themcolor2);
}

.cmn_gap {
    padding: 80px 0;
}
.cmn-gap{
    padding: 80px 0;
}
.cmn-button{
    background-color: var(--gold-clr);
    color: var(--whitecolor);
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    padding: 19px 35px;
    transition: all 0.5s ease;
    min-width: 157px;
    text-align: center;
}
.cmn-button:hover{
    background-color: #000;
    color: var(--whitecolor);
}
.trans-btn{
    background-color: transparent;
    border: 1px solid var(--whitecolor);
    line-height: 1;
    padding: 17px 46px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: var(--headingfont);
    color: var(--whitecolor);
}
.trans-btn:hover{
    border: 1px solid var(--whitecolor);
    color: var(--gold-clr);
    background-color: var(--whitecolor);
}

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

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

.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: 176px;
    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;
}

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

.navbar-nav>li {
    margin: 0 16px;
    padding: 0;
    position: relative;
}

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

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

.navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-family: var(--headingfont);
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--gold-clr);
    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;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--gold-clr);
}
.navbar-nav>li>a:hover ~ span,.navbar-nav>li.current-menu-item> span{
    filter: brightness(0) saturate(100%) invert(48%) sepia(44%) saturate(7186%) hue-rotate(14deg) brightness(94%) contrast(80%);
}
.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: 50%;
}


/* 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: var(--gold-clr);
    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 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* SD Starts 29.09.23 */
/*------ Index Page ------ */
.main-head{
    padding: 17px 0 12px;
    border-top: 2px solid var(--gold-clr);
}
.nav-btn-sec{
    display: flex;
    align-items: center;
}
.search-btn{
    width: 18px;
    line-height: 1;
    transition: all 0.5s ease;
}
.srch-warp{
    position: relative;
    line-height: 1;
}
.srch-bar {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 12px;
    background: #fff;
    z-index: 2;
    width: 250px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    display: none;
}
.srch-bar input[type="text"]{
    border: 1px solid #b9b9b9;
    height: 40px;
    font-size: 14px;
    padding-right: 45px;
    color: var(--lite-gry-txt);
}
.srch-bar input[type="submit"]{
    background: url(images/srch-img.svg) center no-repeat;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.search-btn .cls-img{
    display: none;
    width: 15px;
}
.search-btn.active .cls-img{
    display: block;
}
.search-btn.active .opn-img{
    display: none;
}
.srch-input {
    position: relative;
}
.cmn-btn-wrapper{
    padding-left: 25px;
}

.navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
}
.navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 8px;
    background: url(images/down-btn.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
}

.navbar-nav>li.menu-item-has-children>a {
    padding-right: 15px;
}

/* Banner section  */
.banner-sec{
    position: relative;
}
.banner-slide-cards{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
.banner-inner{
   width: 100%;
   height: 100%;
}
.banner-slide-cards::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    background: linear-gradient(180deg, rgba(0, 34, 67, 0.00) 15.92%, #021D36 91.5%);
    width: 100%;
    height: 100%;
    z-index: 1;

}
.banner-txt{
    max-width: 872px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.banner-txt h1, .h-one{
    color: var(--whitecolor);
    text-transform: uppercase;
    margin-bottom: 22px;
}
.banner-txt p{
    color: var(--whitecolor);
    margin-bottom: 35px;
}
.cmn-arrw-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    display: inline-flex;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cmn-arrw-btn:hover{
    border: 1px solid var(--gold-clr);
    filter: brightness(0) saturate(100%) invert(41%) sepia(68%) saturate(715%) hue-rotate(348deg) brightness(94%) contrast(91%);
}
.cmn-arrw-btn.prev-btn{
    left: calc((100% - 1200px) / 2);
}
.cmn-arrw-btn.next-btn{
    right: calc((100% - 1200px) / 2);
}
.down-slide {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

/* Part Category section  */
.part-category-sec{
    padding: 65px 0 0;
    position: relative;
}
.cmn-heading{
    text-align: center;
    margin-bottom: 37px;
}
.cmn-heading h2{
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}
.cmn-heading h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(images/head-divider.svg);
    width: 114px;
    height: 12px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
}

.category-slide-outer{
    position: relative;
}
.slider-inner-wrap{
    transition: all 0.5s ease;
    width: 100%;
}
.cat-card-outer{
    display: inline-flex;
    align-items: center;
    margin-top: -60px;
    background: var(--whitecolor);
    padding: 15px 17px 20px 14px;
    margin-left: auto;
    transition: all 0.5s ease;
    width: calc(100% - 28px);
    display: flex;
    position: relative;
}
.slider-inner-wrap:hover .cat-card-outer{
    background-color: var(--gold-clr);
    transition: all 0.5s ease;
}
.slider-inner-wrap:hover .cat-card-outer span{
    background-color: var(--whitecolor);
    transition: all 0.5s ease;
}
.slider-inner-wrap:hover .cat-card-outer span img{
    filter: none;
}
.slider-inner-wrap:hover .accessories-txt h3, .slider-inner-wrap:hover .accessories-txt p{
    color: var(--whitecolor);
}

.accessories-txt{
    padding-left: 17px;
    width: calc(100% - 72px);
}
.accessories-txt h3{
    margin-bottom: 11px;
    transition: all 0.5s ease;
}
.accessories-txt p{
    max-width: 212px;
    font-size: 16px;
    color: var(--lite-gry-txt);
    transition: all 0.5s ease;
}
.category-slider .category-slide-items{
    padding: 0 15px;
}
.category-slider .slick-list{
    margin: 0 -15px;
}
.cat-card-outer span{
    background-color: var(--gold-clr);
    width: 72px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.cat-card-outer span img{
    width: 52px;
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}
.prev-btn1, .prev-btn2{
    left: -70px;
}
.next-btn1, .next-btn2 {
    right: -70px;
}
.cmn-arrw-btn2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    display: inline-flex;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
}
.cmn-arrw-btn2:hover img{
    /* border: 1px solid var(--gold-clr); */
    filter: brightness(0) saturate(100%) invert(41%) sepia(68%) saturate(715%) hue-rotate(348deg) brightness(94%) contrast(91%);
}

.cmn-arrw-btn2 img{
    transition: all 0.5s ease;
}

.cmn-arrw-btn2:hover{
    border: 1px solid var(--gold-clr);
    /* filter: brightness(0) saturate(100%) invert(41%) sepia(68%) saturate(715%) hue-rotate(348deg) brightness(94%) contrast(91%); */
}
.category-inner{
    box-shadow: 0px 0px 18.14815px 0px rgba(0, 0, 0, 0.10);
}
.gold-trans{
    text-align: center;
    margin-top: 33px;
}
.gold-trans .trans-btn{
    color: var(--gold-clr);
    border: 1px solid var(--gold-clr);
    font-weight: 600;
    padding: 17px 53px;
}
.gold-trans .trans-btn:hover{
    color: var(--whitecolor);
    border: 1px solid var(--gold-clr);
    background-color: var(--gold-clr);
}

/* Social Feed  */
.social-feed-sec{
    padding: 80px 0 50px;
    position: relative;
}
.social-feed-sec .cmn-heading{
    margin-bottom: 50px;
}
.social-inner{
    border: 1px solid var(--border-clr);
    padding: 19px 20px 22px 24px;
}
.testimonial{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.feed-img{
    display: flex;
    align-items: center;
}
.feed-img img{
    width: 50px;
    height: 50px;
}
.feed-img h3{
    padding-left: 10px;
    text-transform: uppercase;
}
.social{
    width: 24px;
    height: 24px;
}
.rating{
    margin-bottom: 13px;
}
.rating ul{
    display: flex;
    line-height: 1;
}
.rating ul li:not(:last-child){
    margin-right: 5px;
}
.test-para p{
    color: var(--lite-gry-txt);
}
.social-slide-outer{
    position: relative;
}
.social-slider .social-slide-items{
    padding: 0 15px;
}
.social-slider .slick-list{
    margin: 0 -15px;
}

/* About Page  */
.cmn-banner-sec{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cmn-banner-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    background: linear-gradient(180deg, rgba(0, 34, 67, 0.00) 15.92%, #021D36 91.5%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cmn-banner-para-heading{
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
}
.cmn-banner-para-heading h1{
    color: var(--whitecolor);
    text-transform: uppercase;
}
.about-inner-sec{
    position: relative;
}
.about-inner-img{
    margin-bottom: 43px;
    position: relative;
    z-index: 2;
}

.about-inner-sec::after{
    content: "";
    position: absolute;
    top: 228px;
    right: 0;
    width: calc(((100% - 1140px) / 2) + 147px);
    height: 463px;
    background-color: var(--gold-clr);
    z-index: -1;
}
.about-inner-img img{
    width: 100%;
}
.about-para h2{
    margin-bottom: 43px;
    text-transform: uppercase;
}

/* ------- Product page ------ */
.product-inner-sec{
    padding: 64px 0 77px;
}
.products-card-wrapper .row{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/* -------- FAQ PAGE ------ */
.cmn-faq .each-faq {
    background: transparent;
    margin-bottom: 20px;
}
 
  .faq-hading {
    transition: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: normal;
    padding: 19px 60px 27px 17px;
    margin: 0;
    cursor: pointer;
    box-shadow: 0px 8px 35px 20px #EAEAEA;
    line-height: 1.2;
  }
  .faq-hading.active{
    background-color: var(--gold-clr);
    color: var(--whitecolor);
  }
  .faq-answer{
    display: none;
  }
  .ans-inr-wrp{
    padding-top: 20px;
    background: transparent;
    display: block;
    
  }
  /* .faq-hading.active{
    color: var(--whitecolor);
  } */
  .faq-hading::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--themcolor);
}
  .faq-hading::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 33px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: url(images/faq-drop.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .faq-hading.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    filter: brightness(0) invert(1);
    top: 32px;
  }
  .faq-hading.active::before{
    border: 1px solid #DB7A2C;
  }
  .faq-answer-inner{
    padding: 36px 51px 36px 17px;
    background-color: #FFF1E7;
    position: relative;
    z-index: 2;
  }
  .faq-answer-inner p{
    max-width: 1072px;
    color: var(--lite-gry-txt);
    font-weight: 400;
  }
  .faq-answer-inner p:last-child {
    margin-bottom: 0;
  }
  
/* SD Ends */


/*sg 03-10-2023 */


.gallery-img-fancy {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.gallery-img-fancy-clm-wpr a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-load-more {
    text-align: center;
    padding-top: 48px;
}

.contact-hero-sec-clm-wpr {
    text-align: center;
    border: 1px solid #E9E9E9;
    background: var(--whitecolor);
    box-shadow: 0px 8px 35px 20px #EAEAEA;
    padding: 33px 30px 35px;
    height: 100%;
}

.contact-hero-sec-clm-wpr i{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: linear-gradient(180deg, #C0641A -135.59%, rgba(255, 255, 255, 0.00) 91.53%);
}

.contact-hero-sec-clm-wpr i img{
    max-width: 64px;
}

.contact-hero-sec-clm-wpr h2{
    font-weight: 700;
    margin-bottom: 18px;

}

.contact-hero-sec-clm-wpr p {
    color: var(--grayColor);
    max-width: 233px;
    margin: 0 auto;
}

.contact-hero-sec-clm-wpr p a{
    color: var(--grayColor);
}

.contact-hero-sec-clm-wpr p a:hover{
    color: var(--gold-clr);
}

.contact-hero-sec-row{
    --bs-gutter-x: 30px;
    margin-bottom: 80px;
}

.contact-form-clm-lft-wpr{
    padding: 62px 47px 62px;
    background: var(--gold-clr);
    position: relative;
    z-index: 2;
    max-width: 648px;
}

.contact-form-clm-lft-wpr h2{
    color: var(--whitecolor);

}
.contact-form-clm-lft-wpr input[type="submit"]{
    font-family: var(--headingfont);
}
.contact-form-flex{
    --bs-gutter-x: 37px;
    --bs-gutter-y: 37px;
}

.list-youe-form form input[type="email"]::placeholder, 
.list-youe-form form input[type="text"]::placeholder, 
.list-youe-form form input[type="tel"]::placeholder,
.list-youe-form form select{
    color: var(--themcolor);
    
}

.contact-form-clm-rt-wpr figure{
    margin-bottom: 0;
}

.contact-form-clm-rt-wpr figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-row{
    --bs-gutter-x : 0;
    align-items: center;
}

.contact-form-clm-rt-wpr{
    margin-left: -345px;
}
 



/*sg 03-10-2023 */



/*sg 29-09-2023 */

.footer-sec {
    background: #141414;
}

.footer-sec-top {
    padding: 55px 0 62px;

}
.ftr-top-gap{
    padding: 139px 0 62px;
}

.footer-hdr {
    color: var(--whitecolor);
    font-family: var(--headingfont);
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    max-width: 250px;
}

.ftr-para {
    color: var(--whitecolor);
    margin-bottom: 28px;
}

.social-link {
    display: flex;
    align-items: center;
}

.social-link li {
    list-style: none;
    padding-right: 9px;
}

.social-link li:last-child {
    padding-right: 0;
}

.social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #3D3D3D;
}

.social-link li a:hover {
    background: var(--whitecolor);

}

.social-link li a img {
    transition: all 0.3s ease-in-out;
}

.social-link li a:hover img {
    filter: brightness(0);
}

.ftr-link-ul li {
    padding-bottom: 5px;
}

.ftr-link-ul li:last-child {
    padding-bottom: 0;
}

.ftr-link-ul li a {
    color: var(--whitecolor);
    font-size: 16px;

}

.ftr-link-ul li a:hover , .ftr-link-ul li.current-menu-item a{
    /* text-decoration: underline !important; */
    color: var(--gold-clr);
}

.ftr-contact-ul li {
    padding-bottom: 30px;
    display: flex;
}

.ftr-contact-ul li i {
    width: 24px;
    height: 24px;

}

.ftr-contact-txt {
    width: calc(100% - 24px);
    padding-left: 11px;
}

.ftr-contact-ul li:last-child {
    padding-bottom: 0;
}

.ftr-contact-ul li i img {
    margin-top: -6px;
}

.ftr-contact-txt {
    color: var(--whitecolor);
    font-size: 16px;

}

.ftr-contact-txt a {
    color: var(--whitecolor);
}

.ftr-contact-txt a:hover {
    color: var(--gold-clr);
}

.ftr-btm {
    padding: 25px 0;
    border-top: 1px solid #282828;

}

.ftr-btm-wpr {
    text-align: center;
    color: var(--whitecolor);
    font-size: 16px;
}

.ftr-btm-wpr a {
    color: var(--whitecolor);
}

.ftr-btm-wpr a:hover {
    color: var(--gold-clr);
}

.footer-sec-top-clm-lft-wpr {
    padding-right: 84px;
}

.footer-sec-top-clm-mdl-wpr {
    padding-left: 134px;
}

.footer-sec-top-clm-rt-wpr {
    padding-left: 119px;
}

.list-youe-sec {
    padding-top: 80px;
}

.list-youe-sec-wpr {
    background: var(--whitecolor);
    padding: 25px;
    position: relative;
    margin-bottom: -76px;
}

.list-youe-sec-row {
    display: flex;
    flex-wrap: wrap;
}

.list-youe-sec-rt {
    width: 492px;
}

.list-youe-sec-lft {
    width: calc(100% - 492px);
    padding-right: 58px;
}

.list-youe-sec-rt figure {
    margin-bottom: 0;
    height: 100%;
}
.list-youe-sec-rt figure img{
    height: 100%;
    object-position: left center;
    width: 100%;
    object-fit: cover;
}

.cmn-heading {
    text-align: center;
    margin-bottom: 40px;
}

.cmn-heading h2 {
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
}

.cmn-heading h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(images/head-divider.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 114px;
    height: 12px;
    transform: translateX(-50%);
}

.cmn-hd-2 {
    text-align: left;
}

.cmn-hd-2 h2::before {
    left: 0;
    transform: initial;
    background-image: url(images/h2-lft.png);
    width: 309px;
    background-size: 309px;
}

.cmn-hd-2 h2 {
    margin-bottom: 17px;
}

.cmn-hd-2 p {
    color: var(--lite-gry-txt);

}

.cmn-hd-2 p a {
    color: var(--gold-clr);
}

.cmn-hd-2 p a:hover {
    text-decoration: underline !important;
}

.list-form-row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
}

.list-youe-form form input[type="email"],
.list-youe-form form input[type="text"],
.list-youe-form form input[type="tel"],
.list-youe-form form select {
    height: 75px;
    border: 1px solid #E9E9E9;
    background-color: var(--whitecolor);
    box-shadow: 0px 8px 35px 20px #EAEAEA;
    padding: 0 20px;
    font-size: 16px;
    color: var(--lite-gry-txt);

}

.list-youe-form form select{
    padding-right: 25px;
    background: url(images/select-drop.svg) no-repeat center right 20px;
    background-size: 11px;

}

.list-youe-form form input[type="email"]::placeholder,
.list-youe-form form input[type="text"]::placeholder,
.list-youe-form form input[type="tel"]::placeholder {
    opacity: 1;
    font-size: 16px;
}

.list-youe-form form input[type="submit"]{
    height: 60px;
    color: var(--whitecolor);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #A71C1F;
    padding: 0 52px;
background: var(--gold-clr);

}

.list-youe-form form input[type="submit"]:hover{
    background: var(--themcolor);
    border-color: var(--themcolor);

}


.gallery-img-fancy-clm-wpr a{
    width: 100%;
}





/*sg 29-09-2023 */

/* sg update */

.down-slide a{
    width: 25px;
    animation: scrolls 1s linear infinite;
}

@keyframes scrolls{
    0%{
        transform: translateY(0);
    }

    25%{
        transform: translateY(5px);
    }

    75%{
        transform: translateY(-5px);
    }

    100%{
        transform: translateY(0);
    }
}




/* sg update */

/* 6.10.2023 */
.woocommerce-products-header h2{
    color: #C0641A;
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
}
.woocommerce-products-header{
    margin-bottom: 20px;
}
.products-outer-wrapper .col-md-4{
    padding: 0 15px;
}
.products-outer-wrapper > .row{
    margin: 0 -15px;
}
.products-outer-wrapper ul li a{
display: flex;
justify-content: space-between;
padding: 20px 50px 20px 20px;
border-bottom: 1px solid #E4E4E4;
color: #000;
font-family: var(--headingfont);
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
}
.products-outer-wrapper ul li:last-child a{
    border-bottom: 0;
}
.products-outer-wrapper ul{
    border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0px 8px 35px 20px #EAEAEA;
}
.products-outer-wrapper ul li a:hover{
background-color: #C0641A;
color: #fff;
}
.products-outer-wrapper ul li.active1 a{
    background-color: #C0641A;
    color: #fff;
    }
.products-outer-wrapper ul li a:hover i img{
    filter: brightness(0) invert(1);
}
.products-outer-wrapper ul li.active1 a i img{
    filter: brightness(0) invert(1);
}
.products-card-wrapper .category-slide-items{
    padding: 35px 27px 44px 35px;
    border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0px 8px 35px 20px #EAEAEA;
text-align: center;
height: 100%;
}
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link > img{
    display: block;
    margin-bottom: 24px;
    width: 100%;
    height: 100%;
}
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link h2{
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
}
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link p{
    color: #3F3F3F;
text-align: center;
font-size: 18px;
font-weight: 400;
margin-bottom: 30px;
}
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link{
    color: #3F3F3F;
    text-align: center;
}
.products-card-wrapper .category-slide-items .button{
    background-color: transparent;
    line-height: 1;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: var(--headingfont);
    color: var(--gold-clr);
    border: 1px solid var(--gold-clr);
    font-weight: 600;
    padding: 17px 53px;
    border-radius: 0;
}
.products-card-wrapper .category-slide-items .button:hover{
    color: var(--whitecolor);
    border: 1px solid var(--gold-clr);
    background-color: var(--gold-clr);
}
.product-inner-sec .woocommerce-product-gallery{
    float: none !important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.product-inner-sec .summary.entry-summary{
    float: none !important;
}
.product-inner-sec .product-type-simple{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -33px;
}
.product-inner-sec .product-type-simple > *{
    padding: 0 33px;
}
.product-inner-sec .woocommerce-product-gallery__image{
    text-align: center;
}
.product-inner-sec .product_title{
    font-size: 40px;
}
.product-inner-sec .summary.entry-summary > a{
    background-color: transparent;
    line-height: 1;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: var(--headingfont);
    color: var(--gold-clr);
    border: 1px solid var(--gold-clr);
    font-weight: 600;
    padding: 17px 53px;
    border-radius: 0;
}
.product-inner-sec .summary.entry-summary > a:hover{
    color: var(--whitecolor);
    border: 1px solid var(--gold-clr);
    background-color: var(--gold-clr);
}
.product-inner-sec .summary.entry-summary .woocommerce-product-details__short-description{
    margin-bottom: 36px;
}
.product-inner-sec .flex-control-nav{
    display: flex;
    flex-direction: column;
    width: 102px;
    min-width: 102px;
    height: 100%;
}
.product-inner-sec .flex-control-nav > li{
    width: auto !important;
    height: 25%;
    margin-bottom: 15px !important;
    background-color: #fff;
    padding: 8px 6px;
}
.product-inner-sec .flex-control-nav > li:last-child{
    margin-bottom: 0 !important;
}
.product-inner-sec .flex-control-nav > li > img{
    width: 100%;
}
.product-inner-sec{
    background-color: #EDEDED;
}
.product-inner-sec .flex-viewport{
    width: calc(100% - 102px);
    margin-left: 15px;
    height: 100% !important;
    background-color: #fff;
}
.product-inner-sec .flex-viewport .woocommerce-product-gallery__image{
    height: 100%;
    padding-top: 135px;
}
/* 6.10.2023 */

/* 7.10.2023 */
.benefit-hdr{
    text-align: center;
    margin-bottom: 45px;
}
.benefit-hdr h2{
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 42px;
    position: relative;
}
.benefit-hdr h2::after{
    content: "";
    height: 12px;
    width: 114px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://dev.wordpress-developer.us/off-road/wp-content/themes/offroad/images/hdr-line-design.svg) no-repeat center;
    background-size: 100% 100%;

}
.ben-card-innr{
text-align: center;
border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0px 8px 35px 20px #EAEAEA;
padding: 36px 30px;
height: 100%;
}
.ben-card-innr > i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 97px;
    margin-bottom: 17px;
}
.ben-card-innr > i img{
    width: 100%;
}
.ben-card-txt h3 a{
color: inherit;
}
.ben-card-txt h3 a:hover{
    color: #C0641A;
}
.ben-card-txt h3{
    margin-bottom: 16px;
}
.ben-card-txt p{
    color: #3F3F3F;
}
.ben-card-wrap > *{
    padding: 0 15px;
}
.ben-card-wrap{
    margin: 0 -15px;
}
.des-fig{
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.des-fig figure{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.des-fig figure::after{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.95;
background: linear-gradient(180deg, rgba(0, 34, 67, 0.00) 15.92%, #021D36 91.5%);
z-index: 0;
}
.des-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 54px;
    border-radius: 50%;
}
.description-sec{
    position: relative;
    z-index: 1;
}
.description-sec::after{
    content: "";
    height: calc(100% - 58px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 58px;
    background-color: #C0641A;
    z-index: -1;
}
.des-txt-uppr{
    color: #fff;
    margin-bottom: 13px;
}
.des-txt-uppr h2{
    margin-bottom: 18px;
    color: #fff;
}
.des-list li{
    color: #fff;
    padding-bottom: 5px;
}
.des-list li:last-child{
    padding-bottom: 0;
}
.des-btn{
    margin-top: 27px;
}
.des-btn .trans-btn{
    background-color: #fff;
    color: #C0641A;
    font-weight: 500;
}
.des-btn .trans-btn:hover{
    background-color: #000;
    color: #fff;
    border-color: transparent;
}
.spec-hdr{
    margin-bottom: 36px;
}
.spec-list ul{
    column-count: 2;
    column-gap: 42px;
    margin-bottom: -22px;
}
.spec-list li{
    padding-left: 26px;
    padding-bottom: 22px;
    position: relative;
    color: #3F3F3F;
}
.spec-list li::after{
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(https://dev.wordpress-developer.us/off-road/wp-content/themes/offroad/images/white-rgt-tick.svg) no-repeat center;
    background-size: 100% 100%;
}
.benefit-sec.feature-sec{
    background-color: #EDEDED;
}
.faq-accordion-wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.faq-accordion-wrap .accordion-button {
    padding: 19px 17px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-family: var(--headingfont);
    font-weight: 500;
    margin-bottom: 19px;
}
.faq-accordion-wrap .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.faq-accordion-wrap .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-accordion-wrap .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #C0641A;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 8px 35px 20px #EAEAEA;
}
.faq-accordion-wrap .accordion-body {
    padding: 36px 17px;
    color: #3F3F3F;
    background-color: #FFF1E7;
}
.faq-accordion-wrap .accordion-item {
    background-color: #fff;
    border: 0;
    box-shadow: 0px 8px 35px 20px #EAEAEA;
    margin-bottom: 20px;
}
.faq-accordion-wrap .accordion-item:last-child{
    margin-bottom: 0;
}
.faq-accordion-wrap .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.faq-accordion-wrap .accordion-button::after {
    width: 26px;
    height: 26px;
    background-image: url(https://dev.wordpress-developer.us/off-road/wp-content/themes/offroad/images/accordion-arrow.svg);
    background-size: 11px;
    border: 1px solid #000;
    background-position: center center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.faq-accordion-wrap .accordion-button:not(.collapsed)::after {
    background-image: url(https://dev.wordpress-developer.us/off-road/wp-content/themes/offroad/images/accordion-white.svg);
    border-color: #fff;
    transform: rotate(180deg);
    background-size: 11px;
    background-position: center center;

}
.faq-accordion-wrap .accordion-item:last-child .accordion-button{
    margin-bottom: 0;
}
.product-innr .trans-btn{
    color: var(--gold-clr);
border: 1px solid var(--gold-clr);
font-weight: 600;
padding: 17px 53px;
}
.product-innr .trans-btn:hover{
    color: var(--whitecolor);
    border: 1px solid var(--gold-clr);
    background-color: var(--gold-clr);
}
.product-innr{
    border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0px 8px 35px 20px #EAEAEA;
padding: 16px 60px 38px 60px;
text-align: center;
height: 100%;
}
.product-innr .product-fig{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    margin-bottom: 30px;
}
.product-wrap > *{
    padding: 0 15px;
}
.product-wrap{
    margin: 0 -15px;
}

.details-contact-list li{
    position: relative;
    padding: 0 10px 15px 10px;
    display: flex;
    align-items: center;
}
.details-contact-txt{
    padding-left: 7px;
    color: inherit;
}
.details-contact-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -15px -10px;
}
.details-contact-list li a:hover{
color: #C0641A;
}
.details-contact-list li i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}
.details-rgt-uppr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.details-rgt-uppr > i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 188px;
    background-color: #fff;
    padding: 25px 15px;
}
.details-rgt-uppr .details-rgt-txt{
    width: calc(100% - 188px);
    padding-left: 15px;
}
.details-sec{
    background-color: #EDEDED;
}
.details-rgt-txt > h2{
    margin-bottom: 9px;
}
.details-rgt-txt > p{
    font-size: 20px;
    color: #3F3F3F;
}
.details-rgt-txt-wrap > p{
    color: #3F3F3F;
    line-height: 1.66;
}
.details-rgt-txt-wrap{
    margin-bottom: 17px;
}
.spec-list.spec-list2{
    column-count: 1;
    margin-bottom: 0;
}
.spec-list.spec-list2 > li{
    padding-bottom: 0;
    line-height: 2;
}
.spec-list.spec-list2 > li::after {
    top: 9px;
}
.details-rgt-innr {
    padding-left: 22px;
}
.des-fig figure img{
    width: 100%;
}
.about-inner-sec.general_page::after{
    display: none;
}
.category-slide-items.search_item{
    height: 100%;
    text-align: center;
}
.category-slide-items.search_item .cat-card-outer{
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}
.category-slide-items.search_item .cat-card-outer .accessories-txt{
    padding-left: 0;
}
.category-slide-items.search_item .cat-card-outer .accessories-txt h3{
    margin-bottom: 0;
}
.category-slide-items.search_item .category-inner{
    height: 200px;
    width: 100%;
}
.category-slide-items.search_item .category-inner > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/* 7.10.2023 */

.des-txt-uppr-lwr{
    margin-top: 13px;
}



/*support paulomi 12/10/2023*/
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link p.p_tags{
    margin-bottom: 15px;
    color: var(--gold-clr);
    font-size: 16px;
    text-transform: capitalize;
}
.product-inner-sec .summary.entry-summary > a.s_offer{
    background-color: var(--whitecolor);
}
.product-inner-sec .summary.entry-summary > a.s_offer:hover{
    background-color: var(--gold-clr);
    color: var(--whitecolor);
}
.es-widget-header-container-template{
    display: none;
}
/*support paulomi 12/10/2023*/

/* support 13/10/23 */

.details-rgt-innr .details-rgt-uppr > i{
    background-color: transparent;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_container_inner h4{
    color: #C0641A;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-inner-sec .woocommerce-products-header h2{
    display: none;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox:not(:last-child){
    margin-bottom: 25px;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox li{
    margin: 0;
    border-bottom: 1px solid #E4E4E4;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox li:last-child{
    border-bottom: none;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox .icheckbox_square-blue {
    visibility: hidden;
    display: none;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox .woof_checkbox_label{
    background-image: url(images/check-aro1.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 20px;
    padding: 25px 20px;
    padding-right: 70px;
    color: #000;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    display: block !important;
    margin: 0 !important;
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox .woof_checkbox_label:hover, 
.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox 
.woof_checkbox_label.woof_checkbox_label_selected{
    font-weight: 400;
    color: var(--whitecolor);
    background-color: var(--gold-clr);
    background-image: url(images/check-aro2.svg);
}

.product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox{
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 8px 35px 20px #EAEAEA;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woof_reset_search_form{
    background-color: var(--gold-clr);
    line-height: 1;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: var(--headingfont);
    color: var(--whitecolor);
    border: 1px solid transparent;
    font-weight: 600;
    padding: 13px 23px;
    border-radius: 0;
    font-size: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.woof_reset_search_form:hover{
    background-color: transparent;
    color: var(--gold-clr);
    border: 1px solid var(--gold-clr);
}

.products-outer-wrapper .woof_products_top_panel{
    display: none !important;
}


/* end support 13/10/23 */

/* support 16/10/23 */

.product-inner-sec .summary.entry-summary > a.s_offer{
    margin-bottom: 10px;
}

.product-inner-sec .summary.entry-summary > a{
    min-width: 212px;
    text-align: center;
}

.specification-sec .spec-list-wrap .des-btn{
    margin-top: 10px;
    margin-bottom: 25px;
}

.specification-sec .spec-list-wrap .des-btn .trans-btn{
    background-color: #C0641A;
    color: #fff;
}

.specification-sec .spec-list-wrap .des-btn .trans-btn:hover{
    background-color: #000;
    color: #fff;
}

.specification-sec .spec-hdr {
    margin-bottom: 20px;
}

/* end support 16/10/23 */

/* support start 17-10-23 */
.details-contact-list {
    flex-direction: column;
}
.specification-sec .spec-list-wrap .des-btn .trans-btn {
    background-color: transparent;
    color: var(--gold-clr);
    border: 1px solid var(--gold-clr);
}
.details-rgt-uppr {
    align-items: center;
}
.specification-sec .spec-list-wrap .des-btn .trans-btn:hover {
    color: var(--whitecolor);
    border: 1px solid var(--gold-clr);
    background-color: var(--gold-clr);
}

/*=======06/02/2024========*/

.profile-dashboard-icon .user-icon img{
	border-radius: 100%;
	height: 40px;
	width: 40px;
    margin-left: 20px;
    object-fit: cover;
}
/*.user-icon-area{
	display: block !important;
}*/
.user-icon-area a{
	color: #000;
	/*margin-left: 20px;*/
	display: block;
	font-size: 16px;
    margin-bottom: 10px;
}
.user-icon-area a:hover{
	color: var(--gold-clr);
	}
.dashboard-left-wrapper{
	box-shadow: 0px 0px 4px 0px #4b4b4b52;
    padding: 20px;
    border-radius: 12px;
}
.dashboard-left-wrapper ul li a{
	color: #000;
	padding: 10px !important;
	/*font-size: 16px;*/
}
.dashboard-left-wrapper ul li a:hover{
	color: var(--gold-clr);
}
/* support end 17-10-23 */


/* 25.06.24 start */

.user-icon-area {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 9px;
    padding: 10px 10px 0 10px;
    background: #fff;
    margin-top: 10px;
    z-index: 99;
}
.dashboard-left-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid var(--gold-clr);
}
.page-template-dashboard-user-profile .dashboard-right-wrapper {
    box-shadow: 0px 0px 4px 0px #4b4b4b52;
    padding: 20px;
    border-radius: 12px;
    text-align: center !important;
}
.page-template-dashboard-add-product .dashboard-right-wrapper,
.page-template-dashboard-list-product .property-list-view,
.page-template-dashboard-edit-product .dashboard-right-wrapper {
    box-shadow: 0px 0px 4px 0px #4b4b4b52;
    padding: 20px;
    border-radius: 12px;
}
.dashboard-right-wrapper .profile-image-area img {
    border-radius: 100%;
}
.profile-image-area img {
    height: 350px;
    width: 350px;
    object-fit: cover;
}
.dashboard-right-wrapper .profile-other-info ul li a {
    color: var(--gold-clr);
}
.dashboard-right-wrapper .profile-other-info ul li a:hover {
    color: var(--grayColor);
}
.user-short-desc,
.user-edit-button {
    margin-top: 20px;
}
#gform_wrapper_3 .gfield {
    text-align: left;
}
#gform_wrapper_3 .gform_heading {
    display: none;
}
#gform_wrapper_3 label {
    color: #000;
}
.filepond--drop-label {
    color: #000 !important;
    border-bottom: 1px solid #dd7b2b;
    border-radius: 12px;
    justify-content: left !important;
}
#gform_wrapper_3 input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
    color: #000 !important;
    padding-left: 10px;
    background-color: #f1f0ef;
    height: 50px !important;
    border-radius: 12px;
}
#gform_wrapper_3 textarea {
    background-color: #f1f0ef;
    border-radius: 12px;
    padding: 20px;
}
#gform_wrapper_3 .gform_footer.top_label {
    justify-content: center;
}
#gform_wrapper_3 input[type="submit"] {
    background: var(--gold-clr);
    color: #fff;
    border: 1px solid var(--gold-clr);
    font-size: 18px;
    line-height: 1;
    padding: 12px 35px;
    transition: all 0.5s ease;
    min-width: 157px;
    font-family: var(--headingfont);
    font-weight: 400;
    border: none !important;
}
#gform_wrapper_3 input[type="submit"]:hover {
    background-color: #000;
    color: var(--whitecolor);
}
.page-template-dashboard-add-product .acf-form input[type="text"] {
    background-color: #f1f0ef;
    height: 50px !important;
    border-radius: 12px;
    color: #000;
}
.page-template-dashboard-add-product .acf-form .acf-fields > .acf-field {
    border-top: none !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: var(--gold-clr) !important;
    border-color: var(--gold-clr) !important;
    background: transparent !important;
    outline: none !important;
}
.acf-tab-group li {
    margin: 0 10px 15px 0 !important;
}
.page-template-dashboard-add-product a.acf-tab-button {
    color: #555 !important;
}

.page-template-dashboard-add-product .dashboard-right-wrapper a {
    color: var(--gold-clr);
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
    background-color: var(--gold-clr) !important;
    color: #fff !important;
    border-color: var(--gold-clr) !important;
}
.page-template-dashboard-add-product .acf-form .acf-form-submit {
    text-align: center;
    margin-top: 60px;
}
.page-template-dashboard-add-product .acf-form .acf-form-submit input[type="submit"] {
    background: var(--gold-clr);
    color: #fff;
    border: 1px solid var(--gold-clr);
    font-size: 18px;
    line-height: 1;
    padding: 12px 35px;
    transition: all 0.5s ease;
    min-width: 157px;
    font-family: var(--headingfont);
    font-weight: 400;
    border: none !important;
}
.page-template-dashboard-add-product .acf-form .acf-form-submit input[type="submit"]:hover {
    background-color: #000;
    color: var(--whitecolor);
}
.product-list-table-wrapper select.dt-input {
    width: 110px;
    margin-right: 9px;
}
.page-template-dashboard-list-product .product-list-table-wrapper table {
    border: 1px solid var(--gold-clr);
}
.page-template-dashboard-list-product .property-list-view thead {
    background: var(--gold-clr);
    color: #fff;
    padding: 10px !important;
}
.page-template-dashboard-list-product .property-list-view tr:last-child {
    border-bottom: 0px !important;
}

.page-template-dashboard-list-product .property-list-view tr {
    text-align: center;
}
.page-template-dashboard-list-product .property-list-view tr {
    margin: 0 15px !important;
}
.page-template-dashboard-list-product .property-list-view tr {
    border-bottom: 1px solid var(--gold-clr) !important;
    padding: 0 15px !important;
}
.page-template-dashboard-list-product .property-list-view th {
    padding: 10px;
    width: 10%;
    font-family: var(--headingfont);
    font-weight: 400;
}
.page-template-dashboard-list-product .property-list-view .product-list-thumb img {
    height: 100px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    object-fit: contain;
}
.product-list-table-wrapper td:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    min-height: 115px;
    gap: 20px;
}
.edit-listing a,
.view-listing a {
    color: var(--gold-clr);
}
.edit-listing a:hover,
.view-listing a:hover {
    color: #000;
}
div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: none !important;
}
.single-product .woocommerce-product-gallery__wrapper {
    width: 100%;
}
.single-product .woocommerce-product-gallery__wrapper a {
    width: 100%;
}
.single-product .woocommerce-product-gallery__wrapper a img {
    width: 100%;
}
.page-template-dashboard-edit-product .acf-form input[type="text"] {
    background-color: #f1f0ef;
    height: 50px !important;
    border-radius: 12px;
    color: #000;
}
.page-template-dashboard-edit-product .acf-form .acf-fields > .acf-field {
    border-top: none !important;
}
.page-template-dashboard-edit-product .acf-form .acf-form-submit {
    text-align: center;
}
.page-template-dashboard-edit-product .acf-form .acf-form-submit input[type="submit"] {
    background: var(--gold-clr);
    color: #fff;
    border: 1px solid var(--gold-clr);
    font-size: 18px;
    line-height: 1;
    padding: 12px 35px;
    transition: all 0.5s ease;
    min-width: 157px;
    font-family: var(--headingfont);
    font-weight: 400;
    border: none !important;
}
.page-template-dashboard-edit-product .acf-form .acf-form-submit input[type="submit"]:hover {
    background-color: #000;
    color: var(--whitecolor);
}
.page-template-dashboard-edit-product .acf-actions a {
    color: var(--gold-clr);
}
.page-template-dashboard-edit-product .acf-actions a:hover {
    color: var(--gold-clr);
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
}

/* 25.06.24 end */




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

/* ---- container ---- */
@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0 15px;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    /* .navbar-nav .clickD {
        display: none;
    } */

    
}

@media (max-width: 1200px) {
    /* SD Starts 29.09.2023  */
    .cmn-arrw-btn.next-btn {
        right: calc((100% - 1060px) / 2);
    }
    .cmn-arrw-btn.prev-btn {
        left: calc((100% - 1060px) / 2);
    }
    .prev-btn1, .prev-btn2 {
        left: -15px;
    }
    .next-btn1, .next-btn2 {
        right: -15px;
    }
    /* SD Starts ends  */
   
}


@media(max-width:1199px) {
    /* SD Starts 29.09.2023  */
    h1, .h-one {
        font-size: 55px;
    }
    .cmn-arrw-btn.next-btn {
        right: calc((100% - 955px) / 2);
    }
    .cmn-arrw-btn.prev-btn {
        left: calc((100% - 955px) / 2);
    }
    /* SD Starts ends  */

    /* SD Starts 03.10.2023  */
    /* Index page  */
    .gold-trans {
        margin-top: 20px;
    }
    .cat-card-outer {
        display: inline-flex;
        align-items: center;
        margin-top: -60px;
        background: var(--whitecolor);
        padding: 13px 13px 13px 13px;
        margin-left: auto;
        transition: all 0.5s ease;
        width: calc(100% - 11px);
        display: flex;
        position: relative;
        align-items: flex-start;
    }
    .accessories-txt h3 {
        margin-bottom: 5px;
        transition: all 0.5s ease;
        font-size: 16px;
    }
    .accessories-txt p {
        max-width: 212px;
        font-size: 16px;
        color: var(--lite-gry-txt);
        transition: all 0.5s ease;
    }
    .accessories-txt {
        padding-left: 17px;
        width: calc(100% - 72px);
    }
    .banner-txt {
        max-width: 735px;
    }
    /* SD Starts ends  */

    /* / sg responsive / */

    .list-youe-sec-rt {
       width: 400px;
   }

   .list-youe-sec-lft {
       width: calc(100% - 400px);
       padding-right: 35px;
   }

   .cmn-hd-2 h2::before {
       width: 240px;
       background-size: 240px;
   }

   .list-youe-form form input[type="email"], .list-youe-form form input[type="text"], .list-youe-form form input[type="tel"], .list-youe-form form select{
       height: 60px;
       padding: 0 16px;
   }

   .list-youe-form form select {
       background: url(images/select-drop.svg) no-repeat center right 14px;
   }

   .list-form-row {
       --bs-gutter-x: 22px;
       --bs-gutter-y: 22px;
   }

   .list-youe-form form input[type="submit"]{
       padding: 0 46px;
   }

   .footer-hdr{
       font-size: 21px;
   }

   .footer-sec-top-clm-lft-wpr {
       padding-right: 14px;
   }

   .footer-sec-top-clm-mdl-wpr {
       padding-left: 125px;
   }

   .footer-sec-top-clm-rt-wpr {
       padding-left: 51px;
   }

   .contact-hero-sec-clm-wpr{
       padding: 30px 25px;
   }

   .contact-form-clm-rt-wpr {
       margin-left: -330px;
   }

   .about-inner-sec::after{
    top: 198px;
    height: 414px;
    width: calc(((100% - 936px) / 2) + 147px);
}
.cmn-banner-sec {
    min-height: 378px;
} 


   /* / sg responsive /  */

   /* 7.10.2023 */
   .products-outer-wrapper .col-md-4 {
    padding: 0 12px;
}
.products-outer-wrapper > .row {
    margin: 0 -12px;
}
.products-card-wrapper .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.products-card-wrapper .category-slide-items {
    padding: 20px 20px 30px 20px;
}
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link p {
    font-size: 16px;
    margin-bottom: 20px;
}
.products-card-wrapper .category-slide-items .button {
    padding: 12px 40px;
    font-size: 16px;
}
.products-card-wrapper .category-slide-items .woocommerce-LoopProduct-link h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.products-outer-wrapper ul li a {
    padding: 15px 40px 15px 20px;
}
.product-inner-sec .product-type-simple > * {
    padding: 0 12px;
    margin-bottom: 0 !important;
}
.product-inner-sec .product-type-simple{
    margin: 0 -12px;
}
.product-innr .trans-btn {
    padding: 12px 15px;
    font-size: 16px;
}
.details-rgt-txt > h2 {
    font-size: 30px;
}
.details-rgt-txt > p {
    font-size: 16px;
}
.details-rgt-innr {
    padding-left: 0;
}
   /* 7.10.2023 */

   .product-innr{
    padding: 16px 25px 38px 25px;
   }

   .product-inner-sec .summary.entry-summary > a{
    padding: 17px 39px;
    min-width: 185px;
   }
}

@media(max-width:1024px) {

    /* navbar*/


    .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: 0;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        order: 3;
    }
    .nav-btn-sec {
        margin-left: auto;
        margin-right: 40px;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--gold-clr);
        position: absolute;
        right: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 30px;
    }

    .stick:before {
        content: '';
        top: -10px;
        width: 20px;
        height: 2px;
    }

    .stick:after {
        content: '';
        top: 10px;
        width: 15px;
        height: 2px;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
        width: 20px;
    }

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

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .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.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .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: #fff;
        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 !important;
        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 !important;
    }

    /* push nav end */

    /* / sg responsive / */

     .list-youe-sec-lft{
        width: 100%;
        padding: 0 16px 16px;
        order: 2;
    }

    .list-youe-sec-rt{
        width: 100%;
        order: 1;
        margin-bottom: 34px;
    }

    .list-youe-sec-wpr{
        padding: 0;
    }

    .cmn-hd-2 h2::before {
        width: 268px;
        background-size: 268px;
    }

    .cmn-heading{
        margin-bottom: 30px;
    }

    .footer-sec-top-row{
        --bs-gutter-y:30px;
    }

    .footer-sec-top-clm-lft-wpr {
        padding-right: 0;
    }

    .footer-sec-top-clm-mdl-wpr {
        padding-left: 0;
    }

    .footer-sec-top-clm-rt-wpr {
        padding-left: 0;
    }

    .footer-hdr {
        max-width: initial;
    }

    .gallery-img-fancy {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
        justify-content: center;
    }

    .cmn-gap {
        padding: 70px 0;
    }

    .gallery-img-fancy-clm-wpr a{
        width: 100%;
    }

    .contact-hero-sec-row {
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
        margin-bottom: 65px;
        justify-content: center;
    }

    .contact-hero-sec-clm-wpr i{
        width: 105px;
        height: 105px;
    }

    .contact-hero-sec-clm-wpr i img {
        max-width: 52px;
    }

    .contact-form-clm-lft{
        order: 2;
        margin: 0;
    }

    .contact-form-clm-rt{
        order: 1;
    }

    .contact-form-clm-rt-wpr {
        margin-left: 0;
    }

    .contact-form-row{
        --bs-gutter-y: 35px;
    }

    .contact-form-clm-lft-wpr{
        max-width: initial;
    }


    .about-inner-sec::after {
        top: 140px;
        height: 330px;
        width: calc(((100% - 696px) / 2) + 147px);
    }

    .about-para h2 {
        margin-bottom: 35px;
    }
    .cmn-banner-sec {
        min-height: 333px;
    }


    /* / sg responsive / */

    /* SD starts 03.10.2023  */
    /* Index page   */
    body {
        font-size: 16px;
    }
    .navbar-brand {
        width: 135px;
    }
    h1, .h-one {
        font-size: 50px;
    }
    h2, .h-two {
        font-size: 35px;
    }
    .accessories-txt p {
        font-size: 15px;
    }
    .banner-txt {
        max-width: 550px;
    }
    .cmn-arrw-btn.next-btn {
        right: calc((100% - 720px) / 2);
    }
    .cmn-arrw-btn.prev-btn {
        left: calc((100% - 720px) / 2);
    }
    .cmn-arrw-btn {
        width: 45px;
        height: 45px;
    }
    .trans-btn {
        font-size: 16px;
    }
    .list-youe-sec {
        padding-top: 30px;
    }
    .social-feed-sec {
        padding: 50px 0;
    }
    .accessories-txt p {
        max-width: 212px;
    }
    .cat-card-outer span {
        width: 60px;
        height: 70px;
    }
    .cat-card-outer span img {
        width: 40px;
    }
    .cat-card-outer {
        width: calc(100% - 32px);
    }

    /* SD ends  */

    /* 7.10.2023 */
    .products-outer-wrapper .col-md-4{
        width: 100%;
        padding-bottom: 24px;
    }
    .products-outer-wrapper > .row{
        margin-bottom: -24px;
    }
    .products-outer-wrapper .col-md-8{
        width: 100%;
        padding-bottom: 24px;
    }
    .product-inner-sec .product-type-simple > * {
        padding-bottom: 24px;
    }
    .product-inner-sec .product-type-simple {
        margin-bottom: -24px !important;
    }
    .product-inner-sec .summary.entry-summary .woocommerce-product-details__short-description {
        margin-bottom: 20px;
    }
    .product-inner-sec .product_title {
        font-size: 35px;
    }
    .product-inner-sec {
        padding: 50px 0 50px;
    }
    .ben-card-wrap > * {
        padding: 0 12px;
    }
    .ben-card-wrap{
        margin: 0 -12px;
    }
    .ben-card-wrap > *{
        width: 50%;
        padding-bottom: 24px;
    }
    .ben-card-wrap{
        justify-content: center;
        margin-bottom: -24px;
    }
    .spec-list ul {
        column-count: 1;
        column-gap: 0;
        margin-bottom: -15px;
    }
    .spec-list li {
        padding-bottom: 15px;
    }
    .product-wrap > * {
        padding: 0 12px 24px 12px;
        width: 50%;
    }
    .product-wrap{
        margin: 0 -12px -24px -12px;
        justify-content: center;
    }
    .details-wrap > *{
        width: 100%;
        padding-bottom: 35px;
    }
    .details-wrap{
        margin-bottom: -35px;
    }
    /* 7.10.2023 */

/* support start 17-10-23 */
.details-sec .details-wrap{
    flex-direction: column-reverse;
}
.details-rgt-innr .details-rgt-uppr > i {
    padding: 12px 15px 12px 0;
}
.details-rgt-uppr .details-rgt-txt {
    padding-left: 0;
}
.details-rgt-uppr {
    flex-direction: column-reverse;
    align-items: flex-start;
}
/* support end 17-10-23 */


/* 25.06.24 start */

.dashboard-main-inner>.row {
    --bs-gutter-y: 30px;
}

/* 25.06.24 end */

}

@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;
    }
    /* SD STARTS  */
    h1, .h-one {
        font-size: 40px;
    }
    h2, .h-two {
        font-size: 26px;
    }
    body {
        font-size: 15px;
    }
    .part-category-sec {
        padding: 45px 0 0;
    }
    .cmn-arrw-btn2 {
        bottom: -60px;
        top: auto;
        transform: initial;
        width: 40px;
        height: 40px;
        left: 0;
    }
    .next-btn1, .next-btn2 {
        left: 50px;
    }
    .gold-trans {
        margin-top: 20px;
        text-align: end;
    }
    .gold-trans .trans-btn {
        padding: 12px 28px;
    }
    .slider-btn2{
        display: flex;
        justify-content: center;
        margin-top: 21px;
    }
    .slider-btn2 .cmn-arrw-btn2{
        position: static;
    }
    .slider-btn2 .cmn-arrw-btn2:not(:last-child){
        margin-right: 11px;
    }
    .cmn-button {
        font-size: 16px;
        padding: 14px 20px;
        min-width: 120px;
    }
    /* SD ENDS  */

    /* / sg responsive / */
    .cmn-hd-2 h2::before {
       width: 270px;
       background-size: 270px;
   }

   .ftr-top-gap {
       padding: 118px 0 55px;
   }

   .list-youe-form form input[type="submit"] {
       padding: 0 34px;
       height: 55px;
       font-size: 16px;
   }

   .footer-sec-top-row {
       --bs-gutter-y: 35px;
   }

   .footer-hdr{
       margin-bottom: 20px;
   }

   .list-youe-sec {
       padding-top: 60px;
   }

   body{
       font-size: 15px;
   }

   .gallery-load-more {
       padding-top: 40px;
   }

   .cmn-gap {
       padding: 60px 0;
   }

   .contact-form-clm-lft-wpr{
    padding: 45px;
}

.contact-form-flex {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select{
    height: 60px;
}

input[type="submit"]{
    font-size: 16px;
    padding: 0 35px;
}

.about-inner-img {
    margin-bottom: 35px;
}

.about-inner-sec::after {
    top: 109px;
    height: 260px;
    width: calc(((100% - 516px) / 2) + 147px);
}

.about-para h2 {
    margin-bottom: 30px;
}

.cmn-banner-sec {
    min-height: 290px;
}

   /* / sg responsive / */
   .faq-answer-inner {
    padding: 36px 17px;
}
/* 7.10.2023 */
.product-inner-sec .product_title {
    font-size: 30px;
    margin-bottom: 10px;
}
.ben-card-innr {
    padding: 20px;
}
.benefit-hdr h2 {
    padding-bottom: 30px;
}
.benefit-hdr {
    margin-bottom: 30px;
}
.faq-accordion-wrap .accordion-button {
    font-size: 16px;
}
.des-fig figure {
    height: 270px;
}
.des-fig figure img{
height: 100%;
width: 100%;
object-fit: cover;
object-position: top;
}
.spec-hdr {
    margin-bottom: 25px;
}
.product-wrap > * {
    width: 100%;
}
.product-innr .product-fig {
    width: 100%;
    margin-bottom: 20px;
}
.des-fig {
    margin-bottom: 25px;
}
.ben-card-txt h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
}
.faq-accordion-wrap .accordion-button {
    padding: 15px 17px;
}
/* 7.10.2023 */

.product-inner-sec .summary.entry-summary > a{
    min-width: 167px;
}


/* 25.06.24 start */

.profile-image-area img {
    height: 200px;
    width: 200px;
}
.page-template-dashboard-list-product .dt-container .dt-length,
.page-template-dashboard-list-product .dt-container .dt-search {
    text-align: left !important;
}

/* 25.06.24 end */

}

@media (max-width: 575px) {
    /* / sg responsive Index / */
    .footer-sec-top {
        padding: 46px 0 55px;
    }
    .list-youe-form form input[type="submit"] {
        padding: 0 29px;
        height: 51px;
        font-size: 15px;
    }

    .ftr-top-gap {
        padding: 110px 0 45px;
    }

    .ftr-contact-ul li{
        padding-bottom: 25px;
    }

    .container{
        padding: 0 15px;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    .gallery-load-more {
        padding-top: 35px;
    }

    .contact-hero-sec-clm-wpr i {
        width: 95px;
        height: 95px;
    }

    .contact-hero-sec-clm-wpr i img {
        max-width: 40px;
    }

    .contact-form-clm-lft-wpr {
        padding: 30px;
    }

    input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
        height: 55px;
        padding: 0 12px;
    }

    input[type="submit"] {
        font-size: 15px;
        height: 51px;
        padding: 0 30px;
    }

    .about-inner-sec::after {
        top: 103px;
        height: 204px;
        width: calc(((100% - 450px) / 2) + 147px);
    }

    .about-para h2 {
        margin-bottom: 25px;
    }
    .cmn-banner-sec {
        min-height: 255px;
    }

    /* / sg responsive Index /  */
    /* SD  */
    .banner-txt {
        max-width: 285px;
    }
    .nav-btn-sec{
        display: none;
    }
    .banner-txt h1, .banner-txt h2{
        max-width: 224px;
        margin: 0 auto 18px;
        line-height: 1.3;
    }
    h1, .h-one {
        font-size: 35px;
    }
    .down-slide {
        display: none;
    }
    .social-feed-sec {
        padding: 35px 0 0;
    }
    .banner-txt p {
        color: var(--whitecolor);
        margin-bottom: 35px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .navbar-brand {
        width: 133px;
    }
    .accessories-txt h3 {
        font-size: 18px;
    }
    .banner-slide-cards {
        min-height: calc(100vh - 116px);
        padding: 50px 0;
    }
   
    .trans-btn {
        font-size: 14px;
        padding: 13px 27px;
    }
    /* 7.10.2023 */
    .product-inner-sec .product_title {
        font-size: 25px;
    }
    .ben-card-wrap > * {
        width: 100%;
    }
    .details-rgt-txt > h2 {
        font-size: 25px;
    }
    .des-play-icon {
        height: 40px;
        width: 40px;
    }
    /* 7.10.2023 */
}

@media (max-width: 479px) {
    /* / sg responsive Index / */
    .cmn-hd-2 h2::before {
        width: 179px;
        background-size: 179px;
    }

    .cmn-hd-2 h2 {
        margin-bottom: 15px;
    }

    body{
        font-size: 15px;
    }

    .cmn-heading {
        margin-bottom: 29px;
    }

    .list-form-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .list-youe-form form select {
        background: url(images/select-drop.svg) no-repeat center right 20px;
        background-size: 10px;
    }

    .list-youe-form form input[type="submit"]{
        width: 100%;
        height: 60px;
        font-size: 14px;
    }

    .list-youe-sec-wpr{
        margin-bottom: -86px;
    }

    .footer-sec-top {
        padding: 40px 0 45px;
    }

    .ftr-top-gap {
        padding: 117px 0 45px;
    }

    .footer-hdr {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ftr-para {
        margin-bottom: 18px;
    }

    .social-link li a{
        width: 32px;
        height: 32px;
    }

    .social-link li a img{
        max-width: 14px;
    }

    .footer-sec-top-row {
        --bs-gutter-y: 48px;
    }

    .ftr-contact-ul li i {
        width: 18px;
        height: 18px;
    }

    .ftr-contact-txt {
        width: calc(100% - 18px);
        padding-left: 8px;
        font-size: 15px;
    }

    .ftr-contact-ul li i img {
        margin-top: 0px;
    }

    .ftr-link-ul li a {
        font-size: 15px;
    }

    .ftr-btm {
        padding: 23px 0;
    }

    .ftr-btm-wpr {
        font-size: 15px;
        max-width: 248px;
        margin: 0 auto;
    }

    .list-youe-sec {
        padding-top: 45px;
    }

    .list-youe-sec-rt figure img{
        min-height: 361px;
    }

    .gallery-load-more {
        padding-top: 30px;
    }


    .ftr-top-gap {
        padding: 117px 0 45px;
    }

    .contact-hero-sec-clm-wpr {
        padding: 37px 21px 23px;
    }

    .contact-hero-sec-clm-wpr i {
        width: 85px;
        height: 85px;
    }

    .contact-hero-sec-clm-wpr i img {
        max-width: 32px;
    }

    .contact-hero-sec-row{
        margin-bottom: 50px;
    }

    .contact-form-clm-lft-wpr {
        padding: 25px;
    }

    .contact-form-flex {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
        height: 50px;
    }

    input[type="submit"]{
        width: 100%;
        font-size: 14px;
        height: 60px;
    }

    .about-inner-sec::after {
        top: 87px;
        height: 142px;
        width: calc(((100% - 290px) / 2) + 147px);
    }

    .about-inner-img {
        margin-bottom: 25px;
    }

    .cmn-banner-sec {
        min-height: 210px;
        padding: 40px 0;
    }


    /* / sg responsive Index /  */

    /* SD  */
    h3, .h-three {
        font-size: 16px;
    }
    .faq-hading {
        padding: 14px 60px 20px 17px;
    }
    /* 7.10.2023 */
    .faq-accordion-wrap .accordion-button {
        font-size: 14px;
    }
    .faq-accordion-wrap .accordion-button {
        padding: 8px 17px;
    }
    .details-contact-list li {
        width: 100%;
    }
    .details-rgt-uppr .details-rgt-txt {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .faq-accordion-wrap .accordion-button::after {
        margin-top: -12px;
    }
    /* 7.10.2023 */

    .product-inner-sec .products-outer-wrapper .woof_container_checkbox .woof_list_checkbox .woof_checkbox_label{
        padding: 20px 15px;
        padding-right: 50px;
        background-position: right 28px center;
    }

    /* support 16/10/23 */

    .content-area .product-inner-sec .summary.entry-summary{
        text-align: center;
    }

    .product-inner-sec .summary.entry-summary > a.s_offer {
        margin-bottom: 10px;
    }

    /* .product-inner-sec .summary.entry-summary > a{
        min-width: 196px;
    } */

    /* end support 16/10/23 */


    /* 25.06.24 start */

    .page-template-dashboard-list-product div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
        width: 480px !important;
    }
    .page-template-dashboard-list-product div.dt-container div.dt-layout-row.dt-layout-table {
        overflow-x: auto;
    }

    /* 25.06.24 end */
   
}

@media (max-width: 374px) {
    .contact-hero-sec-clm-wpr i {
        width: 75px;
        height: 75px;
    }

    .contact-hero-sec-clm-wpr i img {
        max-width: 28px;
    }

    .contact-hero-sec-row {
        margin-bottom: 44px;
    }

    .contact-form-clm-lft-wpr {
        padding: 20px;
    }

    .contact-form-flex {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    /* sd  */
    .navbar-brand {
        width: 120px;
    }
}
