@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1.5;
    font-family: 'Outfit', sans-serif;
}

.wi_full {
    width: 100%;
    display: inline-block;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 500
}

h2 {
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}

p {
    font-size: 18px;
    color: #676767;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

li {
    font-size: 18px;
    color: #5E5E5F;
}

a {
    text-decoration: none;
}

.space {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.button {
    width: auto;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 35px;
    box-shadow: none;
    border: 2px solid #fff;
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    line-height: normal;
    text-align: center;
    transition: .5s all;
    font-family: 'Outfit', sans-serif;
    min-width: 180px;
    margin-top: 30px;
}

/* -----------header-------- */
.responsive_logo{
    display: none;
}
.menu-navbar-box .collapse.navbar-collapse {
    justify-content: end;
}

.close-btn {
    display: none;
}

.menu-navbar-box .navbar-toggler.collapsed {
    border: none;
    box-shadow: none;
}

.menu-navbar-box button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
    border: none;
}

.menu-navbar-box .navbar-toggler {
    border: none;
}

.sticky .menu-navbar-box {
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    transition: 0.7s all;
}

.menu-navbar-box .navbar-expand-lg .navbar-nav .nav-link {
    color: #5E5E5F;
    padding: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
}

.menu-navbar-box {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    transition: 0.9s all;
}

.menu-navbar-box.sticky {
    box-shadow: 0px 1px 5px #6d6d6d29;
    background-color: #fff;
}

.menu-navbar-box .nav-item {
    padding: 16px 0;
    padding-right: 2rem;
}

.menu-navbar-box .navbar-brand img {
    max-width: 75%;
    transition: 0.3s all;
}

.sticky .menu-navbar-box .navbar-brand img {
    max-width: 65%;
    transition: 0.3s all;
}

.social_logos ul li:hover {
    background: #eae3d9;
}

.menu-navbar-box .nav-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.menu-navbar-box .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #EEAA2B;
    transition: width .3s;
}

.menu-navbar-box .nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.menu-navbar-box .nav-link.active:after {
    width: 100%;
    transition: width .3s;
}
.current-menu-item a.nav-link:after {
    width: 100%;
    transition: width .3s;
}
.position-box {
    position: relative;
}

.position-box a {
    background: #000;
    border-radius: 100%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-box .zero-box {
    background: #EEAA2B;
    position: absolute;
    margin-bottom: 0;
    border-radius: 100%;
    top: -6px;
    right: -4px;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 80%;
    line-height: 12px;
}

.position-box a img {
    max-width: 20px;
}

.menu-navbar-box .navbar.navbar-expand-lg {
    padding: 5px 0;
}
.responsive-cart {
    display: none;
}


/* ------------banner------------ */

/* .video-custom {
    position: absolute;
    left: auto;
    top: 0;
    max-width: 50%;
    right: 0;
} */
.video-custom {
    position: relative;
    /* display: flex; */
    height: 100%;
}

/* .video-custom video {
    height: 614px;
} */

/* .video-custom .poster-img {
    display: block;
   }
    */
/* .video-custom video {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
} */

.video-custom .pause-btn,
.video-custom .play-btn {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 30px;
    width: 110px;
    height: 40px;
    border-radius: 0;
    z-index: 3;
    cursor: pointer;
    transition: 0.5s all;
    left: 30px;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
}

.video-custom .play-pause p {
    padding-left: 10px;
    color: #fff;
    padding-top: 14px;
}

.video-custom .pause-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .video-custom .play-pause .pause-btn p {
    margin-left: 45px;
    color: #fff;
} */

/* .playvideo .video-custom img {
    opacity: 0;
} */

.video-custom video {
    opacity: 1;
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.vpause+.play-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-custom .play-btn img {
    max-width: 20px;
    height: 20px;
}
.video-custom .pause-btn img {
    max-width: 10px;
}
.video-custom .play-btn p {
    padding-top: 14px;
}
/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}

.sound-ctrl .off-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .on-button,
.sound-ctrl .off-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .off-button {
    display: block;
}

.soundctrlshow .on-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .off-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -5px;
    z-index: 10;
    width: 3px;
    height: 32px;
    background-color: #fff;
    transform: rotate(45deg);
}
.banner_content .frame_title img {
    width: 85%;
}

.banner_content h4 {
    padding: 20px 0;
    color: #fff;
}

.banner_content h1 span {
    display: block;
    background: linear-gradient(to right, #EEA52B 0%, #F37136 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_box {
    position: relative;
    padding-top: 0%;
    padding-bottom: 36px;
    margin-top: 80px;
    background: #08090C;
}
.slider_box .owl-nav {
    display: none;
}
.banner_box .poster-img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    bottom: auto;
    width: 100%;
    right: 0px;
    top: 0;
}

.banner_box .banner_content p {
    margin-top: 15px;
    padding-right: 80px;
}

.banner_content {
    max-width: 579px;
    margin-left: auto;
    padding: 20px;
    margin-top: 90px;
}

.get_start_btn:hover {
    background: #EEAA2B;
    color: #fff;
    border: 2px solid #EEAA2B;
}

.whatsapp_btn {
    position: absolute;
    bottom: 30px;
    right: 10px;
    display: none;
}

.whatsapp_btn img {
    max-width: 50px;
}

/* -------------pick-up------------ */
.pick_up_sec {
    background: #08090C;
}

.pick_up_sec .pick_up_heading {
    text-align: center;
    padding-bottom: 40px;
}

.pick_up_sec .pick_up_heading h2 {
    color: #fff;
}

.pick_up_sec .pick_up_heading p {
    color: #fff;
    margin: 0;
    padding-top: 20px;
}

.pick_up_detail h3 {
    color: #fff;
}

.pick_up_content .pick_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.pick_up_detail .pick_title:before {
    content: "";
    position: absolute;
    background: #141414;
    height: 1px;
    width: 100%;
    bottom: 0;
    transition: 0.4s all;
}

.pick_up_content:hover ::before {
    background: #fff;
    transition: 0.4s all;
}

.pick_up_sec .pick_up_heading h4 {
    color: #fff;
    padding-bottom: 20px;
}

.pick_up_content .pick_title .arrow img {
    filter: brightness(0) invert(1);
}

.pick_up_content .pick_title .arrow {
    opacity: 0;
    transition: 0.4s all;
}

.pick_up_content:hover .arrow {
    opacity: 1;
    transition: 0.4s all;
}

.view_btn:hover {
    border: 2px solid #EEAA2B;
    background: transparent;
    color: #EEAA2B;
}

.view_btn {
    background: #EEAA2B;
    border: 2px solid #EEAA2B;
    margin: 0 auto;
    display: block;
    width: 240px;
    margin-top: 40px;
}

/* ----------------choose-us------------- */
.choose_detail {
    padding-top: 40px;
}
.choose_us_sec .choose_detail img {
    max-width: 70px;
    padding-bottom: 25px;
}

.choose_us_sec .choose_box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.choose_content h2 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.choose_content p {
    max-width: 390px;
}
/* -----------feedbacks-slider-------- */
.slider_box {
    position: relative;
    padding-bottom: 6rem;
    padding-top: 4rem;
}

.slider_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #08090C;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider_box .feedback_heading h4 {
    color: #fff;
}

.slider_box .feedback_heading h2 {
    color: #fff;
    padding: 10px 0;
    padding-bottom: 40px;
}

.slider_box .feedback_heading {
    color: #fff;
    text-align: center;
}

.slider_box .item {
    background: #fff;
    margin: 0 16px;
    border-radius: 10px;
    padding: 20px 15px;
}

.slider_box .item p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.slider_box .item .stars {
    padding-bottom: 10px;
}

.fa-star:before {
    color: #FFC107;
}

.slider_box .owl-dots {
    text-align: center;
    padding-top: 30px;
}

.slider_box .owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    background-color: #fff !important;
}

.slider_box .owl-dots button.owl-dot.active {
    background-color: #EEAA2B !important;
    width: 15px;
    height: 15px;
}

.slider_box .owl-dots button.owl-dot:focus {
    outline: none;
}

.slider_box .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

/* .slider_box .owl-dots button.owl-dot:nth-child(-n+2) {
    display: none;
} */

/* --------------accordion_deatil--------- */
/* .accordion .card:first-child {
    margin-top: 0;
    border-top: 0;
}

.accordion .card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    border-top: 1px solid #E1E1DD;
    padding: 10px 0;
}

.accordion .card .card-header {
    background: transparent;
    margin-bottom: 0;
    border: 0;
}

.accordion_deatil .accordion . a {
    width: 100%;
    display: inline-block;
    padding: 12px 14px;
    padding-left: 50px;
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #000;
    border-radius: 4px;
    font-size: 20px;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
}
.accordion_deatil .card-body {
    padding: 0 13px;
    color: #676767;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
} */

.accordion_deatil .accordion-button {
    box-shadow: none;
    outline: none;
    border-top: 1px solid #E1E1DD;
    padding: 10px 0;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #000;
    border-radius: 4px;
    font-size: 20px;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
    border-top-right-radius: unset !important;
    border-top-left-radius: unset !important;
}

.accordion_deatil .accordion-item {
    border: none;
    background: transparent;
}

.accordion_deatil .accordion-button.collapsed {
    border: none;
    border-top-right-radius: unset !important;
    border-top-left-radius: unset !important;
    overflow: hidden;
    border-top: 1px solid #E1E1DD;
    padding: 10px 0;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #000;
    border-radius: 4px;
    font-size: 20px;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
}

.accordion_deatil .accordion-body {
    padding-top: 0;
    padding-left: 0;
    color: #676767;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

.bg_sec {
    background: linear-gradient(1deg, #F4EEEE, #f4eeee00);
}

.accordion_deatil .accordion_heading h2 {
    padding: 10px 0;
    padding-bottom: 30px;
}

.accordion_deatil .accordion-button::after {
    content: ' ';
    position: absolute;
    right: auto;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/accordion-plus.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 2px;
    transform: none;
    transition: 0.2s all;
}

.accordion_deatil .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion-minus.webp);
    transition: 0.2s all;
}

.counter_detail .counter_img {
    height: 550px;
    width: 100%;
}

.accordion_deatil .accordion_wraper {
    padding-top: 60px;
}

.accordion_deatil .accordion_wraper .accordion {
    max-width: 100%;
    width: 80%;
}

.counter_detail .counter_img {
    height: 550px;
    width: 90%;
    object-fit: cover;
    margin-left: auto;
    display: block;
}

.counter_detail {
    position: relative;
}

.counter_sec {
    position: absolute;
    bottom: 175px;
    right: 0px;
}

.counter_detail .counter_item1 {
    background: #EEAA2B;
    position: absolute;
    left: -40px;
    padding: 18px 24px;
    width: 230px;
}

.counter_detail .counter_item2 {
    background: #08090C;
    position: absolute;
    left: 210px;
    padding: 18px 24px;
    width: 230px;
}

.counter_detail p {
    margin: 0;
}

.counter_detail .item p {
    color: #fff;
}

.counter_detail .item h2 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

.counter_detail .item h4 {
    color: #fff;
}

/* ---------------blog-------- */
.blog_arrow {
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.post_item:hover .blog_arrow {
    width: 30px;
    transform: translateX(5px);
}

.btn .blog_arrow {
    margin: 0;
    margin-left: 5px;
    width: 0;
    opacity: 0;
}

.btn:hover {
    color: #ddd;
    background-color: #000;
}

.btn:hover .blog_arrow {
    opacity: 1;
    transform: translateX(5px);
    width: 15px;
}

.blog_arrow {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 22px;
    right: 0;
}

.blog_arrow::before,
.blog_arrow::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #000;
    border-radius: 0;
}

.arrow__line {
    display: block;
    background-color: #000;
    border-radius: 0;
}

.arrow--left,
.arrow--right {
    width: 22px;
}

.arrow--left .arrow__line,
.arrow--right .arrow__line {
    width: 100%;
    height: 2px;
}

.arrow--left::before,
.arrow--left::after,
.arrow--right::before,
.arrow--right::after {
    top: 0;
    width: 10px;
    height: 100%;
}

.arrow--left::before,
.arrow--right::before {
    transform: rotate(-45deg);
}

.arrow--left::after,
.arrow--right::after {
    transform: rotate(45deg);
}

.arrow--left::before {
    left: 0;
    transform-origin: left top;
}

.arrow--left::after {
    left: 0;
    transform-origin: left bottom;
}

.arrow--right::before {
    right: 0;
    transform-origin: right bottom;
}

.arrow--right::after {
    right: 0;
    transform-origin: right top;
}

.arrow--up,
.arrow--down {
    height: 22px;
}

.arrow--up .arrow__line,
.arrow--down .arrow__line {
    width: 2px;
    height: 100%;
}

.arrow--up::before,
.arrow--up::after,
.arrow--down::before,
.arrow--down::after {
    left: 50%;
    width: 2px;
    height: 10px;
    margin-left: -1px;
}

.arrow--up::before,
.arrow--down::before {
    transform: rotate(45deg);
}

.arrow--up::after,
.arrow--down::after {
    transform: rotate(-45deg);
}

.arrow--up::before {
    top: 0;
    transform-origin: left top;
}

.arrow--up::after {
    top: 0;
    transform-origin: right top;
}

.arrow--down::before {
    bottom: 0;
    transform-origin: right bottom;
}

.arrow--down::after {
    bottom: 0;
    transform-origin: left bottom;
}

.blog_heading {
    text-align: center;
}

.blog_heading h2 {
    padding-top: 10px;
    padding-bottom: 25px;
}

.blog_sec .blogger_item_content {
    background: #fff;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.blogger_post .post_categories a {
    color: #EEAA2B;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.blogger_post {
    padding-bottom: 20px;
}
.blog_sec .blogger_item_content h3 {
    height: 90px;
}
.blog_sec .blogger_item_content  p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blogger_post .post_date a {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    padding-left: 8px;
    position: relative;
}

.blogger_post .post_date a:before {
    content: "";
    position: absolute;
    background: #676767;
    height: 4px;
    width: 4px;
    border-radius: 20px;
    bottom: 4px;
    left: 0;
}
.blog_sec .owl-nav {
    display: none;
}
.blog_sec  .owl-dots {
    display: none;
}

/*---------------contact-sec-----------------*/
.contact_sec {
    background: #EEAA2B;
    padding-bottom: 1rem;
}

.contact_form .form-field {
    color: #fff;
    padding: 20px 0;
    padding-top: 0;
}
.contact_form input {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #fff;
}
.contact_form label {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: 1.1rem;
    color: #fff;
}

.contact_form label {
    text-align: right;
    width: 30%;
}

.contact_form input::placeholder {
    color: #fff;
}

.contact_form input {
    border: none;
    border-radius: 2px;
    background: transparent;
/*    border-bottom: 2px solid #fff;*/
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    border-radius: 0;
}
/*.contact_form .wpcf7-response-output {
    margin-top: 0!important;
    border-color: #fd0000!important;
}*/
.rc-anchor {
    cursor: pointer;
}
.contact_form label,
textarea {
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.contact_form textarea::placeholder {
    color: #fff;
}

.contact_form textarea {
    padding: 10px;
    max-width: 100%;
    width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 100px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 30px;
}

.contact_form .submit_btn {
    border: none;
    border: 1px solid #fff;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
}
.contact_form .submit_btn:hover {
    background: #000;
    border-color: #000;
}
.contact_form label {
    display: block;
    margin-bottom: 10px;
}

.contact_sec .contact_detail h2 {
    color: #fff;
}

.contact_sec .contact_detail h4 {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.contact_sec .contact_detail p {
    color: #fff;
}

/* ----------footer-------- */
.footer_box {
    background: #0F1114;
    text-align: center;
    padding-bottom: 0;
}

.footer_box .footer-nav {
    /* padding: 30px 0; */
}

.footer_box .footer-nav ul {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.footer_box .footer-nav ul li a {
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.footer_box .footer-nav ul li a:hover {
    text-decoration: underline;
    color: #EEAA2B;
}

.footer_box .footer-icon ul {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.footer_box .footer-icon ul li a {
    margin: 0px 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_box .footer-icon ul li a:hover {
    background: #EEAA2B;
    border-color: #EEAA2B;
}

.footer_box .footer_cpyrgt .cprgt-box p {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    margin: 0;
}

.footer_box .footer_cpyrgt .cprgt-box p a {
    color: #EEAA2B;
    text-decoration: none;
}

.footer_box .footer_cpyrgt .cprgt-box p a:hover {
    color: #EEAA2B;
    text-decoration: underline;
}

.footer_cpyrgt .cprgt-box {
    border-top: 1px solid #FFFFFF;
    padding: 30px 0;
}
/* ---------------product-page------------ */
.product_sec {
    margin-top: 6rem;
}
.product_header {
    background: #000;
}
.product_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.product_header .position-box a {
    background: #fff;
}

  .copyright {
    display:block;
    margin-top: 100px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .copyright a{
    text-decoration: none;
    color: #EE4E44;
  }
  
  
/*----------------blog-page--------------*/
.blog_page {
    background: linear-gradient(1deg, #F4EEEE, #f4eeee1a);
}
.blog_banner{
   background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 12rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.blog_banner:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #101218cc 0%, #10121899 90%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
  --color-text: #5d5d5d;
  list-style: none;
  border-radius: 10px;
  padding: 7px 12px;
}
.breadcrumbs li {
  display: inline;
  color: #fff;
}
.breadcrumbs li:nth-child(2) {
    color: #EEAA2B;
}
.breadcrumbs li + li::before {
    content: "/";
    padding: 6px;
    color: #fff;
}
.breadcrumbs li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-transform: capitalize;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
  color: #EEAA2B;
}
.blog_page_sec .blogger_item_content {
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.blog_page_sec .post_item h3 {
    padding: 0px 15px;
    padding-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 2px;
}
.blog_page_sec .blogger_post {
    padding: 20px;
    padding-bottom: 10px;
}
.blog_page_sec .blog_arrow {
    left: 10px;
    top: 6px;
    display: none;
}
.blog_page_sec .blogger_item_content .post_item:hover .blog_img img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 12px, 0) scale(1.1, 1.1);
    overflow: hidden;
    transition: 0.4s all;
}
.blog_page_sec .blogger_item_content .blog_img img {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, 0px, 0);
    transition: 0.4s all;
}
.inner_blog_sec .blogger_item_content .post_item:hover .blog_img img {
    transform: none;
}

/*--------------contact-page---------*/
.contact_page{
    background: #fff;
    padding-bottom: 3rem;
}
.contact_page .textarea_input {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}

.textarea_input i.fa-solid.fa-pen.fa-pen:before {
    position: absolute;
    left: 0px;
    top: 40px;
    color: #000;
}

.textarea_input textarea {
    padding-left: 30px;
    border-color: #000;
    margin: 0;
    color: #000;
    padding-top: 38px;
}
.contact_page .contact_form .form-field p {
    position: relative;
}
.contact_page .contact_form form.wpcf7-form.init p {
    margin: 0;
}
.contact_page .footer-icon ul {
    display: flex;
}

.contact_page .footer-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.4s all;
}
.contact_page .footer-icon ul li a:hover {
    background: #000;
    transition: 0.4s all;
    border-color: #000;
}
.contact_page .contact_detail h2 {
    color: #000;
    padding-bottom: 10px;
}

.contact_page .contact_detail p {
    color: #000;
}

.contact_page .footer-icon ul li a {
    border-color: #eeaa2b;
    background: #eeaa2b;
}
.contact_page .contact_form .form-field i {
    padding-right: 10px;
    color: #000;
}
.contact_page .contact_form input::placeholder {
    color: #000;
}

.contact_page .contact_form .form-field {
    border-color: #000;
    padding: 0;
    display: block;
}
.textarea_input textarea::placeholder {
    color: #000;
}
.contact_page .contact_form .submit_btn {
    border-color: #000;
    color: #000;
    padding-left: 0;
}
.contact_page .contact_form .submit_btn:hover {
    background: #eeaa2b;
    color: #fff;
    border-color: #eeaa2b;
}
.contact_page .contact_form input {
    color: #000;
    border-color: #000;
    border-radius: 0;
    padding-left: 30px;
}
.contact_page .contact_form .form-field i::before {
    position: absolute;
    top: 38px;
    left: 0;
}
.about_content .read_btn {
    font-size: 17px;
    letter-spacing: -0.03em;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    color: #000;
    font-weight: 500;
}
.about_content .read_btn::after {
  content: "";
  position: absolute;
  bottom: -0.01em;
  left: 0;
  width: 100%;
  height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #EEAA2B 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  transition: 0.6s all;
}
.about_content .read_btn:hover::after {
  background-position: 0% 50%;
  background-image: linear-gradient(to right, #EEAA2B 50%, #EEAA2B 50%);
  transition: 0.6s all;
}
.about_content .read_btn:hover {
    color: #EEAA2B;
}
.about_content p strong {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}
.about_carousel .carousel_heading h2 {
    max-width: 700px;
}

.about_carousel .owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.about_carousel .owl-carousel .owl-nav [class*=owl-].diFsabled:hover {
  background-color: #D6D6D6;
}

.about_carousel .owl-carousel {
  position: relative;
}

.about_carousel .owl-carousel .owl-next,
.about_carousel .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #E1E1DD!important;
  text-align: center;
  transition: 0.4s all;
}
.about_carousel .owl-carousel .owl-next:hover, .about_carousel .owl-carousel .owl-prev:hover {
    border: 1px solid #EEAA2B!important;
    transition: 0.4s all;
}
.about_carousel .owl-carousel .owl-next:hover , .about_carousel .owl-carousel .owl-prev:hover{
    color: #EEAA2B;
}
/*
.about_carousel .owl-nav:hover i.fa.fa-angle-right {
    color: #EEAA2B;
}
*/
.about_carousel .owl-carousel .owl-prev {
  left: auto;
  right: 60px;
  top: -90px;
  bottom: auto;
}

.about_carousel .owl-carousel .owl-next {
    right: 0;
    top: -90px;
}

.about_carousel {
    background:linear-gradient(1deg, #F4EEEE, #f4eeee1a);
}
.about_carousel .item .shadow-effect img {
    width: 20%;
}

.about_carousel .item {
    background: #fff;
    padding: 30px 30px;
    height: 100%;
}
.about_carousel .item .shadow-effect p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
}
.about_carousel .item .item-details h3 {
    padding: 10px 0;
    margin: 0;
}
.about_carousel .carousel_heading {
    padding-bottom: 30px;
}
.about_carousel .owl-nav {
    display: block!important;
}
.what_do_counter .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}
.what_do_counter #projectFacts .fullWidth {
    padding: 0;
}

.what_do_counter .projectFactsWrap .item {
    width: 100%;
    height: 100%;  
    padding: 0px 0px;
    display: flex;
}

.what_do_counter .projectFactsWrap .item p.number {
    font-size: 60px;
    padding: 0;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.what_do_counter .projectFactsWrap .item span {
    color: #fff;
    font-size: 60px;
    padding: 0;
    font-weight: 700;
}
.what_do_counter .happy_customers {
    display: flex;
    justify-content: center;
    padding-right: 30px;
}
.what_do_counter {
    position: relative;
    z-index: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.what_do_sec {
    background: #08090C;
}

.what_do_sec  .what_detail h4 {
    color: #fff;
    margin: 0;
}

.what_do_sec  .what_detail p {
    color: #fff;
    margin: 0;
}

.what_do_sec .what_detail h2 {
    color: #fff;
    padding: 20px 0;
}

.what_do_counter .counter_content h3 {
    color: #fff;
}
.what_do_counter .counter_content p {
    color: #fff;
}
#wpcf7-f113-o1 p, .shipping li {
    margin-bottom: 0!important;
}
/*--------------blog_inner-------------*/
.blog_inner_img img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.blog_inner_box{
    padding-top: 3rem;
}
.blog_inner_content {
    padding: 20px 0;
    padding-bottom: 10px;
}
/*
.blog_inner_detail .content {
    padding-top: 30px;
}
*/
.blog_box_detail{
    background: linear-gradient(1deg, #F4EEEE, #f4eeee1a);
}
.blog_related_detail h2 {
    text-align: center;
    padding-bottom: 30px;
}
.blog_item_content {
    background: #fff;
}
.blog_relate_content{
    padding: 20px;
}
.inner_blog_sec {
    background: linear-gradient(9deg, #F4EEEE, #f4eeee1a);
}
.link-arrow {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  line-height: 1em;
  padding: 0 12px;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.link-arrow::before, .link-arrow::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 100px;
    transform: translate(0%, -50%);
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
    background: url(/wp-content/themes/framehub/images/arrowblak.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 26px;
}

.link-arrow.font-reg::before,
.link-arrow.font-reg::after {
  font-weight: 300;
}

.link-arrow::before { 
  opacity: 0;
  transform: translate(-100%, -50%);
}

.link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
  filter: invert(64%) sepia(55%) saturate(622%) hue-rotate(358deg) brightness(102%) contrast(87%);
}
.link-arrow:hover {
    color: #EEAA2B;
}
.link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}
.inner_blog_sec .post_item  h3 {
    padding: 0px 20px;
}

.single-product h1.product_title.entry-title {
    color: #000;
    font-size: 30px;
}
/*------------privacy-policy----------*/
.privacy_detail ul li{
    list-style: disc;
    padding-bottom: 10px;
}
.privacy_detail ul {
    padding-left: 20px;
}
.privacy_detail h3 {
    padding: 10px 0;
    padding-top: 30px;
}
.privacy_sec{
    padding-top: 2rem;;
    padding-bottom: 1rem;
}
.privacy_detail h4 {
    padding-bottom: 10px;
}
.privacy_detail p strong {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}









.single-product .variations tr td.value div {
    display: flex;
    margin: 5px 5px;
    cursor: pointer;
}

.woocommerce-product-gallery  {
    background: url(/wp-content/uploads/2023/08/wall-c.webp);
    padding: 5%;
    background-size: cover;
}

/* The Modal (background) */
/*div#myModal {
    display: none;
}*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 105px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 99;
/*  overflow: hidden;*/
  transition:all .5s ease-in-out;
}
/* Modal Content */
.single-product .modal-content {
    background-color: transparent;
    margin: auto;
    /* padding: 20px; */
    width: 60%;
    border: none;
    display: block;
    transition:all .5s ease-in-out;
    width: 800px;
    height: auto;
}

/* The Close Button */
.single-product .close {
  color: #fff;
  float: right;
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  right: 9px;
  top: -11px;
  height: 0%;
}
.single-product .row_close {
  background: #EEAA2B;
  position: absolute;
  right: -25px;
  top: -24px;
  height: 40px;
  width: 40px;
  z-index: 6;
  border-radius: 50%;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
/*
    border-width: 3px;
    border-style: solid;
    border-color: #000;
*/
    border: none;
    margin: 0 auto;
    margin-top: 60px;
}
.single-product .woocommerce-product-gallery .show_preview img {
    margin: 0!important;
    margin-right: 10px!important;
}
.single-product .big_img {
    background: url(/wp-content/uploads/2023/09/wall-c.webp);
    padding: 100px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    background: url(/wp-content/uploads/2023/09/wall-c.webp);
    padding: 70px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    display: inline-block;
    width: 100%;
    height: 600px;
}
.single-product .cls_img_wrap {
    display: block;
    height: 100%;
    width: 50%;
}
.single-product .cls_img_wrap .cls_terms {
    display: inline-block;
    width: 100%;
}
.single-product .cls_img_wrap .cls_terms p {
    color: #000;
}
.single-product p.stock.in-stock {
    text-align: center;
    color: #EEAA2B!important;
    font-size: 15px!important;
}
.single-product p.stock.in-stock span {
    color: #08090C;
}
/*form.cart {
    display: flex;
}
.wapf {
    order: 2;
}
.wau_wrapper_div {
    order: 1;
}
.quantity {
    order: 3;
}
.cart_row {
    order: 4;
}*/

.site-main .entry.product.type-product.post-120.status-publish.first.instock.product_cat-uncategorized.sale.shipping-taxable.purchasable.product-type-variable.has-default-attributes {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.woocommerce-notices-wrapper .woocommerce-message, ul.woocommerce-error {
    margin-top: 60px;
}
.single-product p.price {
    display: none;
}
.single-product tr.attribute-pa_shape {
    text-align: center;
    border: 1px solid #DEDEDE;
    padding: 20px 0;
    display: block;
}

.single-product td.label {
    display: inline-block;
    padding-right: 0!important;
}

.single-product td.value {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}
.single-product td.value input {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
    width: 20%;
}
.single-product .quality_res p {
    color: #000;
    text-align: center;
    border-left: 1px solid #DEDEDE;
    width: 80%;
    margin: 0 auto;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 900;
}
.single-product .quality_res p span.quality_frame_size {
    color: #EEAA2B;
}
.single-product tr.attribute-pa_frame-size td.value {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    width: 66%;
}
.single-product tr.attribute-pa_frame-size, tr.attribute-pa_thickness, tr.attribute-pa_frame, .cls_frame_color{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.single-product tr.attribute-pa_thickness td.value {
    justify-content: flex-start;
    width: 64%;
}
.single-product .woocommerce-product-gallery .show_preview {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #000;
    padding: 4px 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}
.single-product .woocommerce-product-gallery .show_preview img {
    width: 10%!important;
    margin-right: 10px;
}
.single-product .woocommerce-product-gallery .size_guide {
    position: absolute;
    bottom: 14px;
    right: 20px;
    color: #fff;
    background: #EEAA2B;
    padding: 4px 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.single-product .wau-auto-width {
    display: none;
}
.single-product .wau_wrapper_div label {
    display: block;
    color:#08090c00;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
    width: 70%;
    border: 1px solid #A7A7A7;
    padding: 40px;
    border-style: dashed;
    background: #F5F5F5;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding-left: 90px;
}
.single-product .wau_wrapper_div label:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/09/select_icon.svg);
    top: 30px;
    left: 70px;
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-product .wau_wrapper_div label:after {
    content: "Select File To Uplaod";
    color: #000;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 65%;
}
.single-product label{
    position: relative;
    font-size: 17px;
    font-weight: 400!important;
}
.single-product td.label label, .wapf-field-label.wapf--above label span{
    font-size: 18px;
    font-weight: 500!important;
}
/*
.single-product [type=radio] + label:after {
    left: 0;
    border-bottom: none;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    background: #f4eeee;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.single-product [type=radio] + label {
    display: inline-block;
    color: #fff;
    padding: 0.5em 1em;
    position: relative;
    left: 6px;
}
*/
.single-product input:checked + label {
    background-color: #fff;
    z-index: 1;
    color: #fff;
    padding: 0 8px;
    border: 2px solid #EEAA2B;
    width: 100%;
    text-align: center!important;
    background: #EEAA2B;
}
.single-product .frame_shape label, .frame_size label, .frame_thickness label, .with_frame.frame_frame label, .with_frame.frame_frameless label {
    border: 2px solid #707070;
    padding: 0 8px;
}

.single-product tr.attribute-pa_frame td.value {
    justify-content: flex-start;
    width: 60%;
}
.single-product .wapf-checkable {
    overflow: hidden;
    float: left;
}

.single-product .wapf-checkable label input {
    position: absolute;
    display: none;
    color: #fff !important;
}
.single-product .wapf-wrapper .cls_remove_bg .wapf-field-input {
    margin-right: auto;
}
.single-product .wapf-wrapper .cls_remove_bg .wapf-field-input span.wapf-label-text {
    margin-right: 10px;
}
.single-product .wapf-wrapper .cls_remove_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-product label span.wapf-label-text {
    text-align: center;
    padding: 4px 10px;
    display: block;
    border: 2px solid #000;
}

.single-product input:checked + span {
    border: 2px solid #EEAA2B;
    color: #fff;
    background: #EEAA2B;
}
.single-product .wapf-field-container.wapf-field-checkboxes {
    display: flex;
    align-items: center;
}
.single-product .cls_remove_bg span.wapf-pricing-hint {
    display: none;
}
.single-product .wapf-wrapper .wapf-field-label.wapf--above {
    max-width: 138px;
    display: block;
    width: 100%;
}
.single-product .cls_frame_color .wapf-field-input {
    width: 74%;
}
.single-product .cls_frame_color .wapf-checkable {
    margin: 0;
    margin-right: 10px;
}
.single-product label input[value=mq2eb] + span {
    background-color: #000;
    color:#fff;
}
.single-product label input[value=n5cgv] + span {
    background-color: #fff;
    color: #000;
}
.single-product .wapf-wrapper {
    border-bottom: 1px solid #707070;
}
.single-product button.single_add_to_cart_button.button.alt {
    background-color: #EEAA2B;
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
    float: none!important;
    border: 1px solid #EEAA2B;
    font-size: 20px;
    font-weight: 500;
}
.single-product button.single_add_to_cart_button.button.alt:hover {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #EEAA2B;
}
.single-product .woocommerce-variation.single_variation {
    display: none;
}
.single-product .wapf-product-totals .wapf--inner {
    display: none;
}
.single-product  a.reset_variations {
    display: none;
}
.single-product .product_meta {
    display: none;
}
.single-product  .cls_remove_bg .wapf-field-description {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    position: relative;
    padding-right: 35px;
    padding-left: 10px;
}

.single-product .cls_remove_bg .wapf-field-description:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/09/img_bg_icon.webp);
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.single-product .price {
    color: #000!important;
}
.single-product .cls_final_price {
    padding: 20px 0;
    text-align: center;
}
.single-product .woocommerce-variation-availability {
    display: none;
}
.single-product .price del {
    text-decoration: line-through;
}
.single-product .cls_img_wrap .cls_terms a {
    color: #eeaa2b;
}
/*
.single-product .modal-content .big_img img {
    width: auto;
}
*/
.single-product .modal-content img {
    width: 100%;
}  

.cls_pincode_wrap {
    text-align: center;
    max-width: 100%;
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}

.cls_pincode_wrap p#pincode_field_idp {
    background: transparent;
    padding: 0;
}

.cls_pincode_wrap div#my_custom_checkout_field {
    background: transparent;
    border: none;
    padding: 0;
}

.cls_pincode_wrap a#checkpin.button.wpc-check-button {
    padding: 14px 0;
    background: #eaa72a;
    border-radius: 0;
    min-width: 30%;
}

.cls_pincode_wrap p#pincode_field_idp::before {
    display: none;
}

.cls_pincode_wrap .cls_pinc_img img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #707070;
}
.entry-content {
    margin-top: 40px;  
}
.entry-content .woocommerce-shipping-fields h3#ship-to-different-address input:checked + span, .entry-content .woocommerce form .form-row.fh_special_note input:checked + span {
    color: #eeaa2b;
    transition: 0.4s all;
    border: none;
}
.entry-content .woocommerce-shipping-fields h3#ship-to-different-address input[type=checkbox], .fh_special_note input[type=checkbox] {
    border: 1px solid #000000!important;
    position: relative;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 6px 0 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
    display: inline-block!important;
}

.entry-content .woocommerce-shipping-fields h3#ship-to-different-address input[type=checkbox]:checked, .fh_special_note input[type=checkbox]:checked {
    background-color: #eeaa2b;
    opacity: 1;
    border: 1px solid #eeaa2b!important;
}

.entry-content .woocommerce-shipping-fields h3#ship-to-different-address input[type=checkbox]:before, .fh_special_note input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0px 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.entry-content .woocommerce-billing-fields__field-wrapper {
    margin-top: 13px;
}
.entry-content input {
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    border-color: #000!important;
    padding: 10px 0;
    font-family: 'Outfit', sans-serif;
}
.entry-content .select2-selection__rendered {
    padding-left: 0!important;
}

.entry-content span.select2-selection.select2-selection--single {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
}
.entry-content h3#order_review_heading {
    margin-top: 40px;
}
.entry-content .form-row-wide label {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.entry-content .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'Outfit', sans-serif;
}
.entry-content .variation-Shape, .variation-FrameSize, .variation-Thickness, .variation-Frame, .variation-ImageltbrgtBackground, .variation-FrameColor, .variation-ImageBackground{
    padding: 6px 0;
    padding-bottom: 2px;
}
.entry-content dt.variation-Shape, dt.variation-FrameSize, dt.variation-Thickness, dt.variation-Frame, dt.variation-FrameColor, dt.variation-ImageltbrgtBackground, dt.variation-ImageBackground, dt.variation-UploadedFile{
    margin-right: 10px!important;
    font-size: 18px;
    font-weight: 500!important;
}
.entry-content .variation-UploadedFile {
    padding: 15px 0;
}
.entry-content dd.variation-UploadedFile p {
    display: flex;
    width: 100%;
}
.entry-content dt.variation-UploadedFile {
    padding: 6px 0;
}
.entry-content .shop_table dt.variation-ImageBackground {
    max-width: 200px;
}
.entry-content ul.wc_payment_methods.payment_methods.methods li label {
    border: 1px solid #000;
    color: #000;
    padding: 0 14px;
    cursor: pointer;
    margin-top: 10px;
}
.entry-content ul.wc_payment_methods.payment_methods.methods li input[type="radio"]:checked+label {
    background-color: #EEAA2B;
    border: 1px solid #EEAA2B;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}
.entry-content ul.wc_payment_methods.payment_methods.methods li input {
    position: absolute;
    display: none;
    color: #fff !important;  
}
.entry-content .woocommerce-checkout-payment {
    margin-bottom: 50px;
    background: #F4EEEE!important;
}
.entry-content .woocommerce-checkout-payment .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #000000;
    border-bottom: 1px solid #000000;
    text-transform: capitalize;
}
.entry-content .woocommerce-checkout-payment .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link:hover {
    color: #eeaa2b;
    border-bottom: 1px solid #eeaa2b;
}
.entry-content .form-row.place-order button#place_order:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.entry-content .form-row.place-order button#place_order {
    background: #eeaa2b;
    border-radius: 0;
    border: 1px solid #eeaa2b;
}
.entry-content span.woocommerce-input-wrapper textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-color: #000;
    margin: 0;
    color: #000;
}
.entry-content textarea::placeholder {
    color: #676767;
    font-size: 15px;
    font-weight: 400;
}
.entry-content  .woocommerce-form-coupon-toggle a {
    color: #fff;
}
.entry-content .woocommerce-form-coupon-toggle a:hover {
    text-decoration: underline;
}
.entry-content .woocommerce-form-coupon-toggle .woocommerce-info {
    color: #ffffff;
    background-color: #eeaa2b;
    border-color: #000;
}

.entry-content .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #ffffff;
}
.entry-content p.form-row.form-row-last button.button {
    background: #eeaa2b;
    color: #fff;
    border-radius: 0;
}
.cls_pincode_wrap p.form-row.my-field-class.form-row-wide input {
    color: #000;
}
.entry-content .product-name a {
    color: #EEAA2B;
/*    border-bottom: 1px solid #EEAA2B;*/
}
.entry-content .coupon input#coupon_code {
    width: 100%;
    border: 1px solid #E1E1DD!important;
    color: #000;
}
.entry-content .coupon button.button:hover, .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover  {
    border: 1px solid #EEAA2B!important;
    background: transparent!important;
    color: #000!important;
}
.entry-content .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: #EEAA2B;
    border: 1px solid #EEAA2B;
    padding: 16px 0;
}
.entry-content form.woocommerce-shipping-calculator a.shipping-calculator-button {
    color: #eeaa2b;
}
.cart_totals.calculated_shipping h2 {
    font-size: 30px;
    padding-bottom: 10px;
}
.site-main.framehub .woocommerce-notices-wrapper a.button.wc-forward {
    margin-top: 0!important;
}
.entry-content .shop_table .button, a.button.wc-forward, a.button.wc-backward {
    margin-top: 10px!important;
    background: #EEAA2B!important;
    color: #fff!important;
    border-radius: 0!important;
    border: 1px solid #EEAA2B!important;
}
.entry-content .shop_table .button:hover, a.button.wc-forward:hover, a.button.wc-backward:hover {
    border: 1px solid #EEAA2B!important;
    background: transparent!important;
    color: #000!important;
}
.entry-content .woocommerce td.product-remove a.remove:hover {
    background: #eeaa2b;
    color: white!important;
}
.entry-content .woocommerce td.product-remove a.remove {
    color: black!important;
    font-size: 40px;
    font-weight: 200;
}
.entry-content .cart-collaterals .cart_totals h2, .woocommerce-order-details__title, .woocommerce-column__title {
    padding-bottom: 15px;
}
/*
.entry-content tr.woocommerce-cart-form__cart-item.cart_item td.product-price, td.product-subtotal, td.product-total {
    vertical-align: bottom!important;
}
*/
.entry-content .woocommerce-message a.restore-item {
    color: #eeaa2b;
    text-decoration: underline;
}
nav.navigation.post-navigation {
    display: none;
}
/*
.logged-in header.menu-navbar-box {
    margin-top: 32px;
}
*/
.cls_pincode {
    display: flex;
    justify-content: space-between;
    border: 1px solid #aaa;
    margin-bottom: 20px;
    padding-left: 10px;
}

.cls_pincode input {
    border: none;
}

.cls_pincode input#pincode {
    width: 600px;
    max-width: 100%;
    color: #000;
}
/*

.cls_pincode input#submit_pincoded:hover {
    background: transparent;
    color: #eeaa2b;
    border: 1px solid #eeaa2b;
}
*/

.cls_pincode input#submit_pincoded {
    background: #eeaa2b;
    border: 1px solid #eeaa2b;
    padding: 10px 30px;
    color: #fff;
}
.entry-content img.attachment-thumbnail.size-thumbnail {
    max-width: 150px!important;
    height: 100%!important;
}
.cls_pincode_wrap p.error {
    color: #f00;
}

.cls_pincode_wrap p.error span {
    font-weight: bolder;
}
.cls_pincode_wrap p.success {
    color: #008000;
}
.single-product .cls_remove_bg .wapf-field-description {
    cursor: pointer;
}
.single-product .quantity {
    display: none!important;
}
.woocommerce-cart 
 tr.woocommerce-cart-form__cart-item.cart_item dd.variation-UploadedFile {
    display: none;
}

.woocommerce-cart 
 tr.woocommerce-cart-form__cart-item.cart_item dt.variation-UploadedFile {
    display: none;
}

.woocommerce-cart 
 tr.woocommerce-cart-form__cart-item.cart_item  td.product-thumbnail {
    max-width: 150px;
    height: auto;
}
.entry-content .woocommerce-info {
    border-top-color: #EEAA2B;
}

.entry-content .woocommerce-info::before {
    color: #EEAA2B;
}
.entry-content .woocommerce form .form-row span.password-input, .show-password-input {
    border: none!important;
    padding: 0;
}
.entry-content .woocommerce form .form-row input:checked + span {
    border: 2px solid #EEAA2B;
    color: #000;
}
.entry-content .woocommerce form .form-row .woocommerce-form-login__rememberme span {
    text-align: center;
    padding: 4px 10px;
    display: block;
    border: 2px solid #000;
    cursor: pointer;
    color: #000;
}
.woocommerce form .form-row input#rememberme {
    position: absolute;
    display: none;
    color: #fff !important;
}
.entry-content .woocommerce form .form-row span.required {
    display: unset;
    padding: 0;
    text-align: unset;
    border: none;
}
.lost_password a:hover {
    text-decoration: underline;
}
.lost_password a {
    color: #EEAA2B;
    padding-left: 4px;
}
.entry-content .woocommerce form .form-row button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #EEAA2B;
}

.entry-content .woocommerce form .form-row button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #EEAA2B;
    padding: 13px 0;
    border: 1px solid #EEAA2B;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
}
.entry-content .woocommerce form .form-row {
    margin-bottom: 20px;
}
.entry-content .woocommerce-order-details .wc-item-meta li {
    padding: 6px 0;
}

.entry-content .woocommerce-order-details .wc-item-meta li strong.wc-item-meta-label {
    margin-right: 10px!important;
    font-size: 18px;
    font-weight: 500!important;
    color: #000;
}
.entry-content .woocommerce-order .woocommerce-thankyou-order-details strong, .order_details li strong {
    color: #000;
    font-weight: 500;
}

.entry-content .woocommerce-order .woocommerce-thankyou-order-details li {
    color: #EEAA2B!important;
    border-right: 1px dashed #EEAA2B!important;
    margin-bottom: 30px
}
.entry-content .woocommerce-order ul.order_details{
    margin-bottom: 0;
}
.entry-content .woocommerce-order-details .wc-item-meta li p a {
    display: flex;
}
#error-page {
    margin-top: 110px!important;
    max-width: 900px!important;
}
header.entry-header.alignwide h1.entry-title {
    color: #000;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 0;
}
.woocommerce-customer-details .woocommerce-column--billing-address p.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
    color: #EEAA2B;
    padding-top: 5px;
}
p.fh_note_message {
    display: none;
}

#fh_custom_checkout_field .fh_note_message textarea {
    height: 10rem!important;
}
p#special_note_message_field span.optional {
    display: none;
}
.example_popup {
    background: url(/wp-content/uploads/2023/09/wall-c.webp);
    padding: 100px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-navbar-box .current_page_parent .nav-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #EEAA2B !important;
    transition: width .3s;
}
.example_content {
    position: absolute;
    bottom: -5px;
    padding: 0 5px;
}

.example_content p {
    color: #000;
    padding: 4px 18px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}
.example_img h4 {
    font-weight: 600;
}
input::-webkit-inner-spin-button {
  opacity: 0;
}
.entry-content td.product-quantity .quantity input {
    text-align: left;
    border: none;
    padding: 0;
    padding-left: 4px;
}


input[type="number"] {
    position: relative;
    margin: 0 0 1rem;
    border: 1px solid #BBB;
    border-color: #BBB #ECECEC #ECECEC #BBB;
    padding: .2rem;
    width: 50%;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
      width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active{
    box-shadow: 0 0 2px #0CF;
    opacity: .8;
}

input:-webkit-autofill {
    background: black;
    color: red;
}
.cls_whatsapp {
    position: fixed;
    z-index: 99999999;
    margin: 20px;
    inset: auto 0px 0px auto;
}
tr.woocommerce-shipping-totals.shipping {
    display: none;
}


/*
.product-quantity .quantity {
    position: relative;
    display: inline-block;
    border: 1px solid;
}
*/

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}
*/
/*

.product-quantity .quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.product-quantity .quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.3;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
*/
.single-product .quantity1 {
    display: none;
}
.quantity1 {
    display: flex;
    position: relative;
    border: 1px solid;
    width: 70%;
}

.quantity1 span.minus, span.plus {
    cursor: pointer;
    color: black;
    width: 23px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity1  span.minus {
    bottom: 0;
    top: auto;
    border-top: 1px solid #000;
}

input.qty {
    border: 0;
    width: 43px;
    background: transparent;
    border-right: 1px solid #000;
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 14px 5px;
    min-width: 25px;
    text-align: center;
    height: 59px;
    border-radius: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
    border: none;
}
#show_preview a.show_preview, #show_preview a.size_guide {
    display: none;
}
#show_preview .woocommerce-product-gallery__image--placeholder {
    margin: 0 auto;
}
.what_do_counter .counter_item{
    background: transparent;
    position: unset!important;
    padding: 0;
    width: 180px;
}
.what_do_counter h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.what_do_counter .counter_content {
    margin-bottom: 20px;
}
.frame_overlay {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .3s cubic-bezier(.68,0,.265,1);
    -moz-transition: all .3s cubic-bezier(.68,0,.265,1);
    -ms-transition: all .3s cubic-bezier(.68,0,.265,1);
    -o-transition: all .3s cubic-bezier(.68,0,.265,1);
    transition: all .3s cubic-bezier(.68,0,.265,1);
}

.frame_overlay_active {
    z-index: 9999;
    position: relative;
    background: #fff;
    border-radius: 20px;
     -webkit-transition: all .3s cubic-bezier(.68,0,.265,1);
    -moz-transition: all .3s cubic-bezier(.68,0,.265,1);
    -ms-transition: all .3s cubic-bezier(.68,0,.265,1);
    -o-transition: all .3s cubic-bezier(.68,0,.265,1);
    transition: all .3s cubic-bezier(.68,0,.265,1);
}
.frame_tooltip {
    position: absolute;
    z-index: 9999;
    width: 300px;
    cursor: default;
    text-transform: none;
    text-align: center;
    line-height: .9em;
    -webkit-transition: all .3s cubic-bezier(.68,0,.265,1);
    -moz-transition: all .3s cubic-bezier(.68,0,.265,1);
    -ms-transition: all .3s cubic-bezier(.68,0,.265,1);
    -o-transition: all .3s cubic-bezier(.68,0,.265,1);
    transition: all .3s cubic-bezier(.68,0,.265,1);
    -webkit-transition-property: opacity,margin;
    -moz-transition-property: opacity,margin;
    transition-property: opacity,margin;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 0px 0;
}
.tooltip_content {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.tooltip_inner {
    position: relative;
    background: #eeaa2b;
    -webkit-box-shadow: 0 5px 20px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0 5px 20px 0px rgba(0,0,0,.35);
    box-shadow: 0 5px 20px 0px rgba(0,0,0,.35);
    padding: 20px 0;
    border-radius: 10px;
}

.tooltip_arrow {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #eeaa2b transparent;
}

.frame_tooltip.tooltip-target-center-bottom .tooltip-arrow, .tooltip.tooltip-target-center-top .tooltip-arrow {
    left: 50%;
    margin-left: -8px;
}
label[for="pa_frame-size_v_36x48120"], label[for="pa_frame-size_v_48x36120"]  {
    display: none;
}
.frame_frame input[type="radio"]:disabled + label {
    background: #c3c3c3;
    border-color: #c3c3c3;
    cursor: not-allowed;
}
#product-120 span.onsale {
    background: red;
}
.entry-content li.woocommerce-MyAccount-navigation-link.is-active a{
    background: #EEAA2B;
    border: 1px solid #EEAA2B;
    background: #EEAA2B;
    border: 1px solid #EEAA2B;
     color: #fff;
}
.entry-content li.woocommerce-MyAccount-navigation-link a {
    color: #EEAA2B;
    border: 1px solid #EEAA2B;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 80%;
    display: block;
    color: #EEAA2B;
}
.woocommerce-account .woocommerce table.shop_table table {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}
.woocommerce-account .woocommerce table.shop_table td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}
.woocommerce-account .woocommerce table.shop_table th{
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}
.woocommerce-account .woocommerce table.shop_table td{
    border-top: 1px solid #000!important;
    padding: 0 6px;
    padding-bottom: 10px;
}
.woocommerce-account .woocommerce-orders-table__cell a.woocommerce-button.button {
    margin: 0 2px;
}
.woocommerce-account .woocommerce table.shop_table {
    border: none;
}
.entry-content .woocommerce-orders-table__cell-order-number a {
    color: #000;
}
.entry-content  .woocommerce-MyAccount-content button.woocommerce-Button.button, .woocommerce-address-fields button.button {
    background: #EEAA2B!important;
    color: #fff!important;
    border-radius: 0!important;
    border: 1px solid #EEAA2B!important;
}

.entry-content  .woocommerce-MyAccount-content button.woocommerce-Button.button:hover, .woocommerce-address-fields button.button:hover {
    border: 1px solid #EEAA2B!important;
    background: transparent!important;
    color: #000!important;
}
.woocommerce-account .woocommerce-MyAccount-content p {
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #eeaa2b;
}
.woocommerce-Address {
    border: 1px solid;
    border-radius: 4px;
    padding: 10px 10px;
}

.woocommerce-Address a.edit {
    color: #eeaa2b;
    transition: 0.4s all;
}

.woocommerce-Address a.edit:hover {
    text-decoration: underline;
    transition: 0.4s all;
}

.woocommerce-Address address {
    line-height: 2;
}