/** Shopify CDN: Minification failed

Line 35:16 Expected ")" to end URL token
Line 1859:42 Expected identifier but found "!"
Line 1859:52 Expected identifier but found "!"
Line 1859:61 Expected identifier but found "!"
Line 1859:69 Expected identifier but found "!"
Line 1859:76 Expected identifier but found "!"
Line 1859:82 Expected identifier but found "!"
Line 1859:87 Expected identifier but found "!"
Line 1859:91 Expected identifier but found "!"
Line 1859:94 Expected identifier but found "!"

**/
/********* Theme Fonts ****************/

@font-face {
    font-family: 'Ruston Block';
    src: url('/cdn/shop/files/RustonBlock-Bold.eot?v=1716509978');
    src: url('/cdn/shop/files/RustonBlock-Bold.eot?v=1716509978?#iefix') format('embedded-opentype'),
         url('/cdn/shop/files/RustonBlock-Bold.woff2?v=1716509964') format('woff2'),
         url('/cdn/shop/files/RustonBlock-Bold.woff?v=1716509968') format('woff'),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ruston Basic';
    src: url('/cdn/shop/files/RustonBasic-Regular.eot?v=1717210065');
    src: url('/cdn/shop/files/RustonBasic-Regular.eot?v=1717210065?#iefix') format('embedded-opentype'),
         url('/cdn/shop/files/RustonBasic-Regular.woff2?v=1717210065') format('woff2'),
         url('/cdn/shop/files/RustonBasic-Regular.woff?v=1717210065') format('woff'),
         url('/cdn/shop/files/RustonBasic-Regular.ttf?v=1717210066') format('truetype'),
         url({{ 'RustonBasic-Regular.svg#RustonBasic-Regular' | asset_url }}) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/********* Theme Fonts End ****************/

.stretched-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    font-size: var(--font-size-base);
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html {
     font-family: var(--font-body-family) !important;
}

body {
    margin: 0;
    font-family: var(--font-body-family) !important;
    font-size: var(--font-size-base) !important;
    font-weight: var(--font-body-weight);
    line-height: var(--line-height-base);
    color: rgba(var(--color-text), 1);
    background-color: rgba(var(--color-background), 1) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.about-sup-inner ul.nav.nav-tabs {
    background: #f99928;
    border-radius: 10px;
}
.about-sup-inner ul.nav.nav-tabs li.nav-item a.nav-link.active {
  
    color: black ;
  
    border-bottom: 2px solid black;
    font-weight: bolder;
}
hr {
    margin: var(--spacer) 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
    height: 1px;
}

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

.stretched-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

h6, h5, h4, h3, h2, .h2, h1 {
    font-family: 'Ruston Block' !important;
    margin-top: 0;
    margin-bottom: var(--spacer-50);
    font-weight: var(--font-body-weight-bold);
    line-height: 1.2;
}

h1 {
    font-size: calc(var(--font-size-base) * 2.5);
}

h2, .h2 {
    font-size: calc(var(--font-size-base) * 2);
}

h3 {
    font-size: calc(var(--font-size-base) * 1.75);
}

h4 {
    font-size: calc(var(--font-size-base) * 1.5);
}

h5 {
    font-size: calc(var(--font-size-base) * 1.25);
}

h6 {
    font-size: calc(var(--font-size-base) * 1);
}

p {
    margin-top: 0;
    margin-bottom: var(--spacer);
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: var(--spacer);
    font-style: normal;
    line-height: inherit;
}

blockquote {
    margin: 0 0 var(--spacer);
}

b,
strong {
    font-weight: var(--font-body-weight-bold);
}

small {
    font-size: calc(var(--font-size-base) * 0.875);
}

a {
    color: rgb(var(--color-link));
}

a:hover {
    color: rgb(var(--color-link));
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.stretched-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

ol,
ul {
    padding-left: calc(var(--spacer) * 2);
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: var(--spacer);
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: var(--font-body-weight-bold);
}

dd {
    margin-bottom: calc(var(--spacer) * 0.5);
    margin-left: 0;
}
b, strong{ 
    color:#000;
}

.stretched-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.\#section.\@spaced.\@color-scheme\:default {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.\#section.\@spaced:not(.\@color-scheme\:default) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.\#section.\@bg\:alt {
    background-color: #f2f2f2;
}

.\#section.\@bg\:dark {
    background-color: #1a1a1a;
}

.\#section.\@bg\:primary {
    background-color: rgb(var(--color-base-accent-1));
}

.\#section.\@color-scheme\:default {
    color: rgba(var(--color-text), 1);
    background-color: rgba(var(--color-background), 1);
}

.\#section.\@color-scheme\:alt {
    color: rgba(var(--color-text), 1);
    background-color: rgba(var(--color-alt-background), 1);
}

.\#section.\@color-scheme\:invert {
    color: rgba(var(--color-background), 1);
    background-color: rgba(var(--color-text), 1);
}

.\#section.\@color-scheme\:accent {
    color: rgba(var(--color-accent-c), 1);
    background-color: rgba(var(--color-accent), 1);
}

.\#section-header {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: calc(var(--spacer) * 3);
}

.\#section-header .\#hero {
    margin: 0;
    width: 100%;
}

.\#section-header .\#section-button {
    margin-top: 1rem;
    padding: 0;
}

@media (min-width: 992px) {
    .\#section-header.\@side-button {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .\#section-header.\@side-button .\#section-button {
        flex-shrink: 0;
    }
}

.\#section-button {
    --text-align: var(--section-button-align, center);
    margin-top: calc(var(--spacer) * 2.5);
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: var(--text-align);
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.hide-loading {
    display: none;
}

.strip-link {
    text-decoration: none;
    color: inherit;
}

.strip-link:hover {
    text-decoration: none;
    color: inherit;
}

.flex, .flex-between-center, .flex-center {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-between-center {
    justify-content: space-between;
    align-items: center;
}

.block, .stretched-link {
    display: block;
}

.stretched-link {
    z-index: 20;
}

.text-center {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.template-product .modal-backdrop {
    display: none!important;
}
.template-product  #sizechartmodal {
    background: hsl(0deg 0% 0% / 76.86%);
}
#sizechartmodal table {
    width: 100%;
}
#sizechartmodal table td {
    border: 1px solid #6e6e6e;
    padding: 3px 10px;
    font-size: 13px;
}
#sizechartmodal h6 {
    font-size: 13px;
    font-family: Ruston Basic!important;
    font-weight: 600;
}
#sizechartmodal table th {
    padding: 8px 10px;
    background: #444444;
    color: white;
}
#sizechartmodal table {
    margin-bottom: 30px;
}
.size-chart-btn {
    display: inline-block;
    background: #444444;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 8px;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 5px;
}

.size-chart-btn img {
    margin-right: 10px;
    width: 23px;
    filter: brightness(0) invert(1);
}

.size-chart-btn:hover {
    background: #f57036;
    color: white;
}
.size-chart-wrapper-faq-page .faqs-table {
    width: 100%;
}
.size-chart-wrapper-faq-page .faqs-table th {
    background: #ff7b1b;
    color: white;
    border-color: white;
}
.size-chart-wrapper-faq-page .faqs-table {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
  
    .mobile-visually-hidden {
        position: absolute !important;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        word-wrap: normal !important;
    }
}

@media (min-width: 992px) {
    .desktop-visually-hidden {
        position: absolute !important;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        word-wrap: normal !important;
    }
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.details-reset > summary {
    list-style: none;
    cursor: pointer;
}

.details-reset > summary::marker {
    display: none;
}

.details-reset > summary::-webkit-details-marker {
    display: none;
}

.\#icon {
    color: inherit;
    fill: currentColor;
    width: calc(var(--spacer) * 1.7);
    height: calc(var(--spacer) * 1.7);
    stroke-width: 1.5;
    vertical-align: top;
}

.\#list.\@unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.\#list.\@horizontal.\@spacing\:100 > li:not(:last-child) {
    margin-right: calc(var(--spacer) * 1);
}

.\#list.\@horizontal.\@spacing\:50 > li:not(:last-child) {
    margin-right: calc(var(--spacer) * 0.5);
}

.\#list.\@horizontal.\@spacing\:30 > li:not(:last-child) {
    margin-right: calc(var(--spacer) * 0.3);
}

.\#list.\@horizontal > li {
    display: inline-block;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: var(--font-body-weight-bold);
}

.padded {
    padding-left: calc(var(--spacer) * 3.5);
    padding-right: calc(var(--spacer) * 3.5);
    padding-top: calc(var(--spacer) * 3);
    padding-bottom: calc(var(--spacer) * 3);
}

.m0 {
    margin: 0;
}

.overflow-hidden {
    overflow: hidden;
}

body.preload * {
    transition: none !important;
}

.heading-font {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    text-transform: var(--headings-text-transfrom, none);
}

@media (min-width: 992px) {
    .hide-desktop,
.desktop-hidden {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hide-mobile,
.mobile-hidden {
        display: none !important;
    }
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.link {
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .sticky-top {
        position: sticky;
        top: var(--sticky-header-offset, 0);
        transition: 0.3s;
    }
}

select > option {
    background: white !important;
    color: #4d4d4d !important;
}

html.no-js .no-js-hidden {
    display: none !important;
}


/****************************************** Custom Styling ******************************/

html, body {
    overflow-x: hidden;
}
ul.social-links {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
ul.social-links li svg {
    width: 40px;
    height: 40px;
    border: 1px solid #fffcf4;
    background: #fffcf4;
    padding: 8px;
    transition: .5s ease all;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    fill: #000;
}
ul.social-links li {
    margin-right: 10px;
}
div.site-footer .footer-innerrow {
    text-align: left;
}
div.site-footer {
    background-size: cover !important;
    padding: 80px 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    height: 750px;
}
div.site-footer .mid-footer {
    height: 100%;
    display: flex;
    align-items: center;
}
div.site-footer ul.footer-menu-list {
    padding: 0;
    margin: 0 0 40px;
    list-style-type: none;
}
div.site-footer .footer-menu-box {
    padding: 30px 0;
    border-top: 1px solid #464646;
    margin-top: 60px;
}
div.site-footer ul.footer-menu-list li.custom-menu-item {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: normal;
}
div.site-footer ul.footer-menu-list li.custom-menu-item a:hover {
    color: #ff7b1b;
}
div.site-footer ul.footer-menu-list li.custom-menu-item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    transition: .5s ease all;
}
div.site-footer .foot-col-fifth span.foot-number-text {
    display: block;
    margin-bottom: 10px;
}
div.site-footer .foot-col-fifth span.foot-number-text a:hover {
    color: #ff7b1b;
}
div.site-footer .foot-col-fifth span.foot-number-text a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    transition: .5s ease all;
}
div.site-footer .foot-col-third span.foot-number-text a i {
    margin-right: 10px;
    color: #fffcf4;
}
div.site-footer .foot-col-third span.foot-number-text a:hover {
    color: #f177ae;
}
div.site-footer h3.widget-heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #Fff;
    text-transform: uppercase;
}
.footlogo img.footer-logo {
    width: 100%;
}
a.theme-btn {
    background: #FFFCF4;
    color: #0F1513;
    border: 1px solid #FFFCF4;
    text-decoration: none;
    padding: 10px 20px 7px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s ease all;
    font-family: 'Ruston Block';
}
a.theme-btn:hover {
    background: #0F1513;
    box-shadow: inset 0 0 0 50px #0F1513;
    color: #FFFCF4;
    border: 1px solid #FFFCF4;
}

/******************* My CSS **************************/

.my-header .my-nav {
    justify-content: center;
    align-items: center;
}

.main-hero {
    height: 100vh !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    position: relative;
}

.main-hero .hero-heading {
    color: #FFFCF4;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
}

.main-hero img.hero-below-img {
    position: absolute;
    bottom: 60px;
    left: 100px;
    width: 250px;
    height: auto;
}
.main-cat {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.main-cat ul.category-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.main-cat ul.category-listing li.cat-item a {
    height: 360px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
  padding: 0px 5px;
    text-align: center;
}
.main-cat ul.category-listing li.cat-item a h4.cat-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
}
.main-cat h2.theme-heading {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Ruston Basic' !important;
}
.main-cat ul.category-listing li.cat-item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.blog-img {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-img img.blog-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dagon-blog-item {
    border: 8px solid #000;
    padding: 10px 10px 15px;
    border-radius: 8px;
}
.main-home-blogs {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    padding-top: 150px;
    padding-bottom: 100px;
}
.main-home-blogs .grid-blog {
    padding-top: 250px;
}
.blog-content {
    text-align: center;
    padding: 20px 0 0;
}
a.blogbtn {
    background: #ff7b1b;
    color: #fff;
    padding: 7px 10px 4px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Ruston Block';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: .5s ease all;
}
a.blogbtn:hover {
    background: #0F1513;
    box-shadow: inset 0 0 0 50px #0F1513;
    color: #FFFCF4;
}
.dagon-about-info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-banner-left {
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 100px;
}
.inner-banner-right {
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px;
}
div.custom-feature-product {
    padding-top: 80px;
    padding-bottom: 80px;
}
div.custom-feature-product .fp-image {
    height: 300px;
}
div.custom-feature-product .fp-image img.prod-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-testimonial {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 750px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}
.main-testimonial ul.testimonial-listing li.testimonial-item {
    text-align: center;
}
.main-testimonial ul.testimonial-listing li.testimonial-item .testinomial-box {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.main-testimonial .testinomial-box-layout {
    width: 60%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.main-testimonial .test-left {
    width: 80%;
    text-align: left;
    padding-right: 20px;
}
.main-testimonial .test-right {
    width: 20%;
}
.main-testimonial .test-right img.review-icon {
    width: 100%;
}
.main-testimonial h4.test-title {
    text-align: center;
    color: #fff;
    font-family: 'Ruston Basic' !important;
    font-size: 18px;
}
.testimonial-row ul.testimonial-listing {
    margin: 0;
    padding: 0;
}
.main-testimonial .test-left * {
    color: #fff;
}
.main-testimonial h2.testimonial-heading {
    color: #fff;
    text-align: center;
    text-indent: 20px;
    font-family: 'Ruston Basic' !important;
}
.main-testimonial img.reviews-image {
    margin: auto;
}
.dagon-about-info .inner-banner-right {
    padding: 50px 80px !important;
}
.dagon-about-info .inner-banner-left {
    padding: 120px 80px;
}
.dagon-about-info .inner-banner-right h5.subheading {
    margin-bottom: 30px;
    color: #424242;
    letter-spacing: 3px;
    font-family: 'Ruston Basic' !important;
}
.dagon-about-info .inner-banner-right p {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.dagon-about-info h2.inner-title {
    font-size: 35px;
    line-height: 45px;
    color: #424242;
}
.dagon-about-info a.blogbtn {
    padding: 5px 15px 10px;
    font-family: 'Ruston Basic';
}
.btnblogs {
    padding-top: 80px;
}
a.view-all-btn:hover {
    background: #ff7b1b;
    box-shadow: inset 0 0 0 50px #ff7b1b;
    color: #FFFCF4;
}
a.view-all-btn {
    background: #000;
    color: #fff;
    padding: 10px 30px 7px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Ruston Block';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    transition: .5s ease all;
}
.about-btnbox span.line {
    width: 2px;
    height: 25px;
    background: #424242;
    display: inline-block;
    margin: 0 10px;
}
.about-btnbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-btnbox a.aboutlink {
    text-decoration: none;
    color: #424242;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease all;
    position: relative;
    top: -2px;
}
.about-btnbox a.aboutlink:hover {
    transition: .5s ease all;
    color: #ff7b1b;
}
.about-btnbox a.aboutlink img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.test-full {
    text-align: center;
    padding-bottom: 60px;
}
img.reviews-image {
    margin: auto;
}
.main-home-blogs h2.blog-title {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
}
.main-home-blogs .grid-blog {
    padding-top: 250px;
}
.main-home-blogs h2.blog-title strong {
    color: #ff7b1b;
    font-size: 80px;
    line-height: 80px;
    padding: 10px 20px;
    border: 8px solid #ff7b1b;
    border-radius: 10px;
}
.main-testimonial .slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    font-size: 60px;
    line-height: 70px;
    top: 0;
    bottom: 0;
    z-index: 9;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.main-testimonial .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    font-size: 60px;
    line-height: 70px;
    top: 0;
    bottom: 0;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.\#product-card .fp-image {
    height: 350px;
}
.\#product-card .fp-image img.prod-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.\#product-card .fp-content h3.prod-title {
    font-size: 18px;
    line-height: 28px;
}
.\#product-card .fp-content {
    text-align: center;
}
.\#product-card span.prod-info {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
.\#product-card span.price {
    display: block;
    font-family: 'Ruston Block';
}
.dagon-newsletter {
    background-size: cover !important;
    height: 700px;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    padding-top: 80px;
    margin-bottom: -50px;
}
.dagon-newsletter h5.subheading {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-bottom: 30px;
}
.dagon-newsletter h5.subheading:after {
    content: '';
    background: url('/cdn/shop/files/Line_39.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 650px;
    height: 26px;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
}
.dagon-newsletter h2.inner-title {
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 20px;
}
.dagon-newsletter-inner p {
    color: #fff;
    font-size: 18px;
}
.topfooter-newsetter {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}
.dagon-newsletter-inner .topfooter-newsetter button#Subscribe {
    background: #73737342;
    height: 54px;
}
.dagon-newsletter-inner .\#main-footer-newsletter-input {
    background: #73737342;
    color: #fff;
}
.dagon-newsletter-inner .\#main-footer-newsletter-input::placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 24px !important;
}
.merch-sec1-right {
    text-align: right;
}
.test-paragraph {
    margin-bottom: 30px;
}
.fp-content {
    padding: 20px 30px 0;
}
.fp-content h3.prod-title {
    font-size: 18px;
    line-height: 28px;
}
.main-feat-products .slick-prev.slick-arrow {
    position: absolute;
    right: 60px;
    font-size: 60px;
    line-height: 70px;
    bottom: 0;
    z-index: 9;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.main-feat-products .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    font-size: 60px;
    line-height: 70px;
    bottom: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.cfs-inner {
    padding-bottom: 50px;
}
span.product-brand {
    display: block;
    margin-bottom: 10px;
}
span.price {
    font-family: 'Ruston Block';
}
.feat-products-list {
    padding-bottom: 100px;
}
.custom-product-slider img.prdimg {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.custom-product-slider {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    margin-top: -80px;
    position: relative;
}
.cfs-inner-two {
    align-items: center;
}
.custom-product-slider .container-fluid {
    padding: 0;
}
.custom-product-slider .pslider-left {
    padding-top: 150px;
}
.blog-listing h3.blog-title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
}
.blog-listing p.blog-descp {
    height: 75px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dagon-military-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.dagon-militart-inner .dagon-military-descp {
    padding: 20px;
    border-top: 1px solid #FF7B1B;
    border-bottom: 1px solid #FF7B1B;
}
.dagon-militart-inner .dagon-military-descp p {
    margin: 0;
}
.dagon-militart-inner h2.dagon-military-title {
    margin-bottom: 20px;
}
.home-contact-right {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.home-contact-right .cont-form-box {
    background: #fff;
    padding: 40px;
    border: 1px solid #000;
}
.home-contact-right .contact-form-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.faqs-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.faqs-section h2.faqs-heading {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
}
.faqs-section h2.faqsbox-title {
    border-top: 1px solid #ff7b1b;
    border-bottom: 1px solid #FF7B1B;
    padding: 15px 0;
    margin-bottom: 0;
}
.faqs-section .faqsbox-body {
    padding: 20px 0;
}
.faqs-section .faqsbox-body a {
    color: #ff7b1b;
}
.dagon-info-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.dagon-info-sec h2.dagon-info-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.template-product product-recommendations h3.\#hero-heading {
    text-align: left;
    color: #FF7B1B;
}
.main-blogs-page {
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 150px;
    background-position: top !important;
}
.main-blogs-page .blogpage-inner {
    text-align: center;
}
.main-blogs-page .blog-title {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    padding: 10px 20px;
    border: 8px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.vision-section {
    padding-top: 80px;
    padding-bottom: 100px;
}
.vision-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.vision-section-inner h2,  .vision-section-inner .ab-heading{
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #FF7B1B;
}
.vision-section .ab-img {
    text-align: center;
    padding: 30px 0;
}
.vision-section .ab-img img.aimg {
    border-radius: 20px;
}
.vision-section .ab-info {
    padding-top: 20px;
    padding-bottom: 20px;
}
.featbox {
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    color: #fff;
    position: relative;
    z-index: 9;
}
.featbox span.featprod-title {
    display: block;
    margin-bottom: 40px;
    font-family: 'Ruston Basic';
    font-weight: 100;
    width: 100%;
}
.featbox h3.feat-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
.featbox span.prod-sub-text {
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.featbox a.feat-shop-btn {
    background: #FFFCF4;
    color: #0F1513;
    border: 1px solid #FFFCF4;
    text-decoration: none;
    padding: 10px 20px 7px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s ease all;
    font-family: 'Ruston Block';
}
.featbox a.feat-shop-btn:hover {
    background: #3b3b3b;
    box-shadow: inset 0 0 0 50px #3b3b3b;
    color: #FFFCF4;
    border: 1px solid #FFFCF4;
}
.topfooter-newsetter h3#ContactFooter-success svg.icon.icon-success {
    width: 20px;
    height: 20px;
}
.topfooter-newsetter h3#ContactFooter-success {
    font-family: 'Ruston Basic' !important;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    color: #ff7b1b;
}
.home-contact-right .cont-form-box h3.contactheading {
    font-family: 'Ruston Basic' !important;
    margin-bottom: 20px;
}
.vision-section {
    background: url('https://cdn.shopify.com/s/files/1/0705/9498/6204/files/Untitled-3_2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body button.\#button:after, button.\#button:before {
    content: unset !important;
}
body button.\#button {
    background: #444;
    padding: 15px 10px 20px;
    transition: .5s ease all;
}
body button.\#button:hover {
    background: #ff7b1b;
    box-shadow: inset 0 0 0 50px #ff7b1b;
    color: #FFFCF4;
    transition: .5s ease all;
}
.dagon-info-descp a {
    color: #ff7b1b;
}
.\#rte a {
    color: #ff7b1b;
}
.template-product .faqs-section {
    padding: 0px 0px;
}





@media screen and (min-width:1700px) and (max-width: 1920px) {

.main-cat .container {
    max-width: 1600px !important;
}

}


@media screen and (min-width:1500px) and (max-width: 1600px) {

.main-home-blogs .grid-blog {
    padding-top: 200px;
}
.main-cat ul.category-listing li.cat-item a {
    height: 300px;
}  
.\#collection-grid-wrapper {
    padding-top: 80px;
    padding-bottom: 150px;
}


  
  
}

@media screen and (min-width:1400px) and (max-width: 1440px) {



}


@media screen and (min-width:1366px) and (max-width: 1366px) {

.container {
    max-width: 1200px !important;
}
.main-testimonial {
    background-size: cover !important;
}
.custom-product-slider img.prdimg {
    width: 100%;
    height: 350px;
} 
div.custom-feature-product .featbox {
    height: 350px;
}
.main-cat ul.category-listing li.cat-item a {
    height: 260px;
}
.main-home-blogs h2.blog-title strong {
    font-size: 70px;
    line-height: 80px;
    padding: 0 20px;
}
.blog-listing p.blog-descp {
    height: 100px;
}  
body .\#collection-grid-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}
body .main-blogs-page {
    height: 500px;
}
body .main-blogs-page .blog-title {
    font-size: 50px;
    line-height: 60px;
}  
body .\#article-card-exerpt {
    height: 130px;
    font-size: 14px;
}
body .dagon-about-banner {
    height: 600px;
}
body .vision-section-inner h2 {
    font-size: 50px;
    line-height: 60px;
}
body .vision-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
body .dagon-inner-banner {
    height: 500px;
}


  
}
@media  (max-width: 991px) {
 body .main-header-inner {
    padding: 10px 15px;
}
.\#main-header-toolbar.\@start {
    margin-right: 15px;
    gap: 15px;
}
.\#main-header-toolbar.\@end {
    gap: 15px;
}
  .\#modal-popup .\#main-nav-dropdown {
    padding-left: 0px!important;
}
.\#main-nav-megamenu-heading-link {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.\#modal-popup .\#main-nav-dropdown.\@mega .\#row .\#col {
    max-width: 100%;
    padding-bottom: 0px!important;
}
  .\#main-nav-item.\@root:focus-within>.\#main-nav-link.\@root {
    color: #ff7b1b!important;
}
}

@media screen and (max-width: 767px) {

body .main-hero {
    height: 50vh;
}
body .main-hero .hero-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
body .main-hero img.hero-below-img {
    bottom: 10px;
    left: 100px;
    width: 150px;
    height: auto;
}
body .innerrow-header {
    flex-flow: row;
}
body .my-header {
    display: none !important;
}
body .my-left-header {
    width: 50%;
}
body .my-actions {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
body .main-cat ul.category-listing {
    grid-template-columns: 1fr 1fr;
}
body .main-cat ul.category-listing li.cat-item a {
    height: 250px;
}
body .dagon-newsletter h2.inner-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}
body .blog-listing {
    grid-template-columns: 1fr;
}
body .main-home-blogs h2.blog-title strong {
    font-size: 30px;
    line-height: 40px;
}
body .main-home-blogs h2.blog-title {
    font-size: 30px;
    line-height: 40px;
}
body .main-home-blogs h2.blog-title strong {
    font-size: 30px;
    line-height: 40px;
    padding: 5px 10px;
    border: 3px solid #ff7b1b;
}
body .dagon-about-info .inner-banner-right {
    padding: 20px !important;
}
body .inner-banner-left {
    height: 300px;
}
body .dagon-about-info .inner-banner-left {
    padding: 20px 40px;
}
body .inner-banner-right {
    height: 400px;
}
body .dagon-newsletter {
    height: 500px;
    padding-top: 40px;
    margin-bottom: -90px;
}
body .dagon-about-banner {
    height: 250px;
}
body .vision-section {
    padding-top: 20px;
    padding-bottom: 30px;
}
body .vision-section .ab-img img.aimg {
    border-radius: 20px;
    width: 100%;
}
body .dagon-inner-banner {
    height: 200px;
}
body .dagon-inner-banner .inner-title {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
body .\#collection-grid-wrapper {
    padding-top: 30px;
    padding-bottom: 80px;
} 
body .\#article-card-title {
    height: auto;
}
body .\#article-card-exerpt {
    overflow: hidden;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: unset;
    height: auto;
    margin-bottom: 20px;
}
body .home-contact-right {
    width: 100%;
}
body .home-contact-right .cont-form-box {
    padding: 20px;
}
body div.site-footer {
    padding: 100px 0;
    height: auto;
}
body div.site-footer h3.widget-heading {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
body .home-contact-right .contact-form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
body div.custom-feature-product .merch-sec1-right {
    text-align: center;
}
body div.custom-feature-product h2.merch-title {
    text-align: center;
}
body .main-testimonial {
    background-size: cover !important;
    height: auto;
}
body .dagon-about-info a.blogbtn {
    font-size: 14px;
    padding: 5px 5px 10px;
}
body .about-btnbox a.aboutlink {
    font-size: 14px;
}
body .main-home-blogs .grid-blog {
    padding-top: 50px;
}

body .main-hero {
    height: 400px!important;
}
a.hero-theme-btn {
    font-size: 16px;
    padding: 5px 20px;
}

.custom-feature-product .theme-btn {
    font-size: 15px;
    background: #f57036;
    color: white;
    padding: 5px 20px;
}
  
  .main-testimonial ul.testimonial-listing li.testimonial-item .testinomial-box {
    flex-direction: column-reverse;
}

.main-testimonial .test-left {
    width: 100%;
    padding-right: 0px;
}

.test-paragraph {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.main-testimonial .test-right {
    width: 100%;
    margin-bottom: 10px;
}

.main-testimonial .test-right img.review-icon {
    height: 100px;
    width: auto;
    margin: auto;
}

.main-testimonial .testinomial-box-layout {
    width: 100%;
    max-width: 100%;
}

body .main-testimonial {
    padding-bottom: 50px;
    padding-top: 50px;
}

.main-testimonial h2.testimonial-heading {
    font-size: 18px;
}

.test-full {
    padding-bottom: 20px;
}

.main-testimonial img.reviews-image {
    width: 70px;
}

.main-testimonial .slick-prev.slick-arrow, .main-testimonial .slick-next.slick-arrow {
    font-size: 40px;
    width: 30px;
    height: 30px;
    margin: 0px;
    top: 50%;
    transform: translateY(-250%);
}
.custom-product-slider img.prdimg {
    display: none;
}

.cfs-inner-two {
    flex-direction: column-reverse;
    margin-top: 110px;
}

.cfs-inner-two .featbox {
    text-align: center;
    height: auto;
    padding: 30px 10px;
    align-items: center;
    background-position: bottom!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.featbox span.featprod-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.featbox h3.feat-title {
    font-size: 27px;
    text-align: center;
    width: 100%;
    line-height: normal;
}

.featbox span.prod-sub-text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
}

.cfs-inner-two .featbox .feat-shop-btn {
    font-size: 15px;
    padding: 5px 20px;
}

.custom-product-slider .pslider-left {
    padding-top: 50px;
    padding-bottom: 0px;
}
  .cfs-inner-two {
    margin-top: 110px;
}
.cfs-inner-two .main-feat-products .fp-content {
    padding: 0px 5px;
}
.cfs-inner-two .main-feat-products .fp-image {
    height: 200px;
}
.cfs-inner-two .main-feat-products .fp-content .prod-title {
    font-size: 14px;
    line-height: normal;
}
.custom-feature-product .feat-products-list {
    padding-bottom: 60px;
}
.dagon-about-info {
    padding-top: 20px;
}
  body .dagon-about-info .inner-banner-right {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.dagon-about-info .inner-banner-right h5.subheading {
    margin-bottom: 0px;
    font-size: 15px;
    margin-bottom: 8px;
}
.dagon-about-info .inner-banner-right p {
    margin-bottom: 30px;
}
.about-btnbox {
    flex-direction: column;
    gap: 20px;
}
.about-btnbox span.line {
    display: none;
}
body .dagon-about-info a.blogbtn {
    padding: 5px 20px;
}
  .blog-listing .slick-dots {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-top: 10px;
}
.blog-listing .slick-dots button {
    background: transparent;
    font-size: 0px;
    border: 2px solid black;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    padding: 0px;
    margin: 0px 3px;
    background: black;
}
.blog-listing .slick-dots li.slick-active button {
    background: transparent;
}

.blog-listing h3.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.blog-listing p.blog-descp span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.main-home-blogs {
    padding-top: 60px;
    padding-bottom: 50px;
}

.btnblogs {
    padding-top: 30px;
    width: 100%;
    padding-right: 0px;
}
  .dagon-newsletter h5.subheading {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 14px;
}

.dagon-newsletter h5.subheading:after {
    width: 300px;
}
body .dagon-newsletter h2.inner-title {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 33px;
}

.dagon-newsletter-inner p {
    font-size: 14px;
    margin-bottom: 7px;
}

.topfooter-newsetter .\#main-footer-newsletter-inner {
    background: #3b3b3b91;
}
body .dagon-newsletter {
    height: 270px;
  margin-bottom: 10px;
}
  body .dagon-inner-banner .inner-title {
    font-size: 20px;
}

.template-collection #main-collection-product-grid #main-collection-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    width: 100%;
}

.template-collection #main-collection-product-grid #main-collection-product-grid>div {
    width: 48%;
}

.template-collection #main-collection-product-grid #main-collection-product-grid>div .fp-image {
    height: 200px;
}

.template-collection #main-collection-product-grid #main-collection-product-grid>div  .fp-content {
    padding: 0px 5px;
}

.template-collection #main-collection-product-grid #main-collection-product-grid>div .fp-content .prod-title {
    font-size: 13px;
    line-height: normal;
}

body .\#collection-grid-wrapper {
    padding-bottom: 30px;
}
body .\#product-gallery-item .\#media-image.\@origin-res {
    max-width: 100% !important;
}

div#recommended-products {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

div#recommended-products .\#column.reveal-animate {
    width: 48%;
}

div#recommended-products .\#column.reveal-animate .fp-image {
    height: 200px;
}

div#recommended-products .\#column.reveal-animate .fp-content {
    padding: 0px 5px;
}

div#recommended-products .\#column.reveal-animate .fp-content .prod-title {
    font-size: 14px;
    line-height: normal;
}
  .sinlge-product-wrapper {
    padding-top: 30px;
    padding-bottom: 0px;
}

.\#product-gallery {
    margin-bottom: 20px;
}
#shopify-section-template--15821296926809__17199627045d2803a3 .\#container {
    padding: 0px 15px;
}
  .dagon-about-banner-inner {
    height: auto!important;
}

body .dagon-about-banner {
    height: auto;
}

.dagon-about-banner-inner #myVideo {
    width: 100%;
    height: auto;
}

.dagon-about-banner {
    padding-top: 50px;
}

.vision-section-inner h2, .vision-section-inner .ab-heading {
    font-size: 30px;
    line-height: normal;
    margin: 0px;
}

.vision-section .ab-info {
    font-size: 14px;
}

.vision-section .ab-img {
    padding-top: 0px;
}

.ab-info2 p {
    font-size: 14px;
}
  .main-blogs-page {
    height: 300px;
    padding-top: 70px;
}
.main-blogs-page .blog-title {
    font-size: 40px;
    line-height: 40px;
}
.template-blog .\#section.\@spaced.\@color-scheme\:default {
    margin-top: 30px;
}
.template-blog .\#grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.template-blog .\#grid>div {
    width: 48%;
    margin-bottom: 10px;
}
.template-blog .\#container {
    padding: 0px;
}
.template-blog .\#grid .\#article-card {
    border-width: 4px;
    height: 100%;
}
.template-blog .\#grid .\#article-card .\#article-card-title {
    font-size: 14px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.template-blog .\#grid .\#article-card .\#article-card-exerpt {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.template-blog .\#grid .\#article-card .blogbtn {
    font-size: 12px;
    padding: 5px 20px;
    line-height: 20px;
}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  
body .\#collection-grid-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
}

body collection-product-grid#CollectionProductGrid .\#grid.\@mobile\:columns\:1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}  
body .dagon-inner-banner {
    height: 350px;
}
body .dagon-inner-banner .inner-title {
    font-size: 25px;
    line-height: 35px;
    right: 50px;
    bottom: 50px;
}
body div.site-footer h3.widget-heading {
    font-size: 12px;
    line-height: 20px;
}

body.template-blog .\#grid.\@mobile\:columns\:1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
} 
body .main-blogs-page {
    height: 350px;
    padding-top: 80px;
}
body .main-blogs-page .blog-title {
    font-size: 40px;
    line-height: 50px;
    padding: 10px 20px;
    border: 6px solid #ffffff;
}
body .\#article-card-exerpt {
    height: 200px;
}
















  

}
@media(max-width:575px){
  body .main-hero {
    height: 300px!important;
}
  .footer-innerrow>div {
    width: 50%;
}

.foot-col-first {
    order: 1;
}

.foot-col-second {
    order: 3;
}

.foot-col-third {
    order: 2;
}

.footer-innerrow .foot-col-fourth {
    width: 100%;
    order: 5;
}

.foot-col-fifth {
    order: 4;
}

body div.site-footer h3.widget-heading {
    font-size: 14px;
    margin: 0px;
}

div.site-footer ul.footer-menu-list li.custom-menu-item {
    line-height: 12px;
    margin-bottom: 0px;
}

div.site-footer ul.footer-menu-list li.custom-menu-item a {
    font-size: 11px;
}

div.site-footer .foot-col-fifth span.foot-number-text a {
    font-size: 11px;
}

body div.site-footer {
    padding: 60px 0px;
}
}
.\#form-swatch input[type="radio"]:checked + .\#form-swatch-inner, .\#form-swatch-inner:hover {
    background: #ff7b1b;
    color: white;
    border-color: #ff7b1b;
}
.\#form-swatch-inner {
    transition: 0.5s;
}
.sale-tag span {
    font-size: 18px!important;
    color: white;
    opacity: 1!important;
    line-height: 18px;
}
.sale-tag {
    width: 70px;
    height: 70px;
    background: #f57036;
    opacity: 1 !important;
    color: white;
    font-size: 18px !important;
    line-height: 34px;
    position: absolute;
    top: 0px;
    left: -140px;
    border-radius: 100%;
    display: flex!important;
    align-items: center!important;
    justify-content: center;
      text-align: center;
}
.\#price-item.\@compare .\#price-value {
    opacity: 1;
    color: #f57036;
}
.sale-tag-p {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #ff7b1b;
    color: white;
    text-align: center;
    display: flex;
    top: 0px;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    font-size: 18px;
    justify-content: center;
    right: 0px;
}

span.cut-price del {
    color: #f57036;
}
.feat-products-items {
    position: relative;
}
@media (max-width: 991px){
  .sale-tag {
    position: relative;
        left: 0px;
        width: 140px;
        border-radius: 0px;
        height: 41px;
        clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}
.sale-tag-p {
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 13px;
}

}