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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: 'ProximaNovaRegular';
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    font-family: 'ProximaNovaRegular';
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


















@font-face {
    font-family: 'ProximaNovaCondRegular';
    src: url('fonts/ProximaNovaCondRegular.eot');
    src: url('fonts/ProximaNovaCondRegular.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaCondRegular.woff2') format('woff2'),
        url('fonts/ProximaNovaCondRegular.woff') format('woff'),
        url('fonts/ProximaNovaCondRegular.ttf') format('truetype'),
        url('fonts/ProximaNovaCondRegular.svg#ProximaNovaCondRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaCondSemibold';
    src: url('fonts/ProximaNovaCondSemibold.eot');
    src: url('fonts/ProximaNovaCondSemibold.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaCondSemibold.woff2') format('woff2'),
        url('fonts/ProximaNovaCondSemibold.woff') format('woff'),
        url('fonts/ProximaNovaCondSemibold.ttf') format('truetype'),
        url('fonts/ProximaNovaCondSemibold.svg#ProximaNovaCondSemibold') format('svg');
}

@font-face {
    font-family: 'FontsFreeNetProximaNovaThin';
    src: url('fonts/FontsFreeNetProximaNovaThin.eot');
    src: url('fonts/FontsFreeNetProximaNovaThin.eot') format('embedded-opentype'),
        url('fonts/FontsFreeNetProximaNovaThin.woff2') format('woff2'),
        url('fonts/FontsFreeNetProximaNovaThin.woff') format('woff'),
        url('fonts/FontsFreeNetProximaNovaThin.ttf') format('truetype'),
        url('fonts/FontsFreeNetProximaNovaThin.svg#FontsFreeNetProximaNovaThin') format('svg');
}


@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/ProximaNovaSemibold.eot');
    src: url('fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaSemibold.woff2') format('woff2'),
        url('fonts/ProximaNovaSemibold.woff') format('woff'),
        url('fonts/ProximaNovaSemibold.ttf') format('truetype'),
        url('fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}



@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: url('fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaRegular.woff2') format('woff2'),
        url('fonts/ProximaNovaRegular.woff') format('woff'),
        url('fonts/ProximaNovaRegular.ttf') format('truetype'),
        url('fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/ProximaNovaLight.eot');
    src: url('fonts/ProximaNovaLight.eot') format('embedded-opentype'),
        url('fonts/ProximaNovaLight.woff2') format('woff2'),
        url('fonts/ProximaNovaLight.woff') format('woff'),
        url('fonts/ProximaNovaLight.ttf') format('truetype'),
        url('fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}






a,
textarea,
input,
button,
select {
    outline: none;
    transition: 0.5s;
}


.header_section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 3%;
    align-items: center;
    box-shadow: 0 0 3px #ccc;
}

.main-navigation li {
    margin: 0 30px;
}

.main-navigation a {
    color: #000;
    font-size: 18px;
    font-family: 'ProximaNovaSemibold';
}

.icon_h span {
    margin-left: 25px;
}

.main-navigation a:hover {
    color: #FF0000;
}

.footer_top {
    background: #0B0E12;
    width: 100%;
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 80px;
}


.container {
    max-width: 1530px;
    margin: 0 auto;
    width: 100%;
}

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

.footer_menu ul li {
    display: inline-block;
    margin: 0 20px;
}

.footer_logo {
    margin-bottom: 40px;
}

.footer_menu a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
}

.copy_right_section {
    background: #0B0E12;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #2D3036;
    padding: 15px 0 15px;
}

.copy_right_section p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
    letter-spacing: -0.17000000178813934px;
    color: #fff;
    margin: 0;

}

.footer_menu a:hover {
    color: #FF0000;
}

.copy_right_section a {
    color: #FF0000
}









.banner_contant strong {
    font-family: "Abel", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 38.23px;
    color: #fff;
}


.banner_contant {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    left: 0%;
}

.banner_contant h3 {
    font-family: 'ProximaNovaSemibold';
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 15px 0 25px;
}

.banner_contant p {
    font-family: 'ProximaNovaSemibold';
    font-size: 26px;
    font-weight: 6;
    line-height: 30px;
    margin: 0 0 25px;
    color: #fff;
}

a.requst_btn {
    background: #E60000;
    font-size: 18px;
    font-family: 'ProximaNovaCondRegular';
    text-align: left;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    border: 1px solid #E60000;
}

a.requst_btn:hover {
    border: 1px solid #fff;
    background: transparent;
}

.icon_h {
    display: flex;
    align-items: center;
}

.sech_innr_sect {
    position: relative;
}

span.search-barr {
    position: absolute;
    right: 100%;
    margin: 0;
    top: -20px;
    z-index: 9999999;
}

span.cart_count {
    position: relative;
}

.count_sect {
    position: absolute;
    top: -12px;
    right: -13px;
    background: #E60000;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.currency-swticher {
    margin-left: 20px;
}

.dgwt-wcas-search-wrapp {
    min-width: 300px;
    z-index: 99;
}

.search-iconn img {
    cursor: pointer;
}

.home_banner {
    position: relative;
}

#home_bnnr_slider button.owl-prev {
    position: absolute;
    top: 50%;
    background: #777776;
    left: 0;
    width: 45px;
    height: 60px;
    outline: none;
    font-size: 20px;
    transform: translate(0%, -50%);
    border: 0;
    border-radius: 0;
}

#home_bnnr_slider span {
    color: #000;
    font-size: 25px;
}

#home_bnnr_slider button.owl-next {
    position: absolute;
    top: 50%;
    background: #777776;
    right: 0%;
    width: 45px;
    height: 60px;
    outline: none;
    font-size: 20px;
    transform: translate(0%, -50%);
    border: 0;
    border-radius: 0px;
}

#home_bnnr_slider .owl-nav {
    display: block;
}


.about_h_inr h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #E60000;
    font-family: 'ProximaNovaSemibold';
}

.about_h_inr h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin: 15px 0 15px;
    font-family: 'ProximaNovaSemibold';
}

.about_h_inr p {
    font-family: 'ProximaNovaLight';
    font-size: 18px;
    font-weight: 250;
    line-height: 1.6;
    color: #222222;


}

a.color_about_cont {
    color: #E60000;
    text-decoration: none;
    font-weight: 600;
    font-family: 'ProximaNovaSemibold';
}

.about_home {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 80px;
}

.heading_section h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.3199999928474426px;
    text-align: left;
    color: #10172B;
    display: block;
    width: 15%;
    margin: 0;
    white-space: nowrap;
}

.heading_section {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

/*.heading_section h3:after{
	content: "";
	display: inline-block;
	background-image: url(images/Border.png);
	width: 100%;
	height: 50px;
}*/

.inr_cont_featured p {
    color: #10172B;
    margin: 0;
    font-size: 18.87px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.20999999344348907px;
    font-family: 'ProximaNovaSemibold';
}

/*.inr_cont_featured h6 {
    color: #707376;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.7200000286102295px;
   font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
}*/

.main_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rpt_section {
    width: calc(25% - 15px);
    position: relative;
}


.featured_scores {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.border_sect img {
    width: 97%;
}

.border_sect {
    justify-content: end;
    display: flex;
}




.contact__pgae input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #666666;
    background: #EBEBEB;
    padding: 15px 20px;
    box-shadow: none;
    font-size: 16px;
    line-height: normal;
    padding-left: 40px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-left: 45px;
    outline: none;
}

.icon_inr img {
    position: absolute;
    left: 29px;
    top: 16px;
    z-index: 9;
}

.contact__pgae textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #666666;
    background: #EBEBEB;
    padding: 20px 20px;
    box-shadow: none;
    font-size: 16px;
    line-height: normal;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-left: 15px;
    height: 150px;
    outline: none;
}

.contact__pgae .wpcf7-submit {
    width: auto;
    padding: 13px 30px 13px 30px;
    background: #E60000;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.outborder {
    border: 1px solid #ECECEC;
    margin-right: 10%;
    margin-left: 10%;
    padding: 50px 100px 35px;
}

.contact__pgae {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 80px;
}


.heading_rpt h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 35px;
}

.heading_rpt strong {
    color: #E60000;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    display: block;
    margin: 0 0 25px;
}

.audio-video-page img {
    width: auto !important;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #F5F5F5;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-family: 'ProximaNovaSemibold';
    font-size: 18.87px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.20999999344348907px;
    color: #10172B;

}

.icon_h span:first-child {
    margin-left: 0;
}

.all-in-onecont {
    display: flex;
    gap: 25px;
    padding: 25px 25px 25px;
}

.audio-video-page li {
    display: inline-block;
    margin-right: 15px;
}

.title-video-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 15px 0 15px;
}

.title-video-sec a {
    color: #006CCF;
    font-size: 16px;
    font-weight: 400;
    text-align: left;

}

.title-video-sec span {
    color: #707376;
    font-size: 11.06px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.7200000286102295px;
    text-align: left;
    text-transform: uppercase;

}

.audio-video-page {
    margin-top: 15px;
    display: block;
}

mark,
ins {
    color: #E60000;
    background: transparent;
    font-family: 'ProximaNovaSemibold';
}

.price-description p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

.price-description h4 {
    font-family: 'ProximaNovaSemibold';
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #E60000;
    text-align: right;

}

.price-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.only-price {
    text-align: right;
    color: #515151;
    font-size: 18px;
    font-weight: 600;
}

.grid-panelsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering {
    order: -1;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
}

form.form-wppp-select.products-per-page {
    margin-right: 16%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-sec {
    display: flex;
    align-items: center;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 1px solid #C5C5C5;
    border-radius: 0;
    padding: 10px 20px 10px 5px;
    color: #757575;
    font-size: 14px;
    background: transparent;
    font-family: 'ProximaNovaRegular';
}

select.select.wppp-select {
    padding: 10px 20px 10px 5px;
    color: #757575;
    font-size: 14px;
    font-family: 'ProximaNovaRegular';
}

.woocommerce .woocommerce-ordering select {
    padding: 10px 20px 10px 5px;
    color: #757575;
    font-size: 14px;
}

span.sort-byyy {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: 'ProximaNovaRegular';
}

span.my-shw {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
}

span.sname {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: inherit;
    top: 17px;
    right: 23px;
}

a.woof_front_toggle {
    font-size: 0;
}

a.woof_front_toggle.woof_front_toggle_closed:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 12px;

}

a.woof_front_toggle.woof_front_toggle_opened:after {
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 12px;

}


.woof_childs_list_opener span.woof_is_opened {
    background: inherit;
}

.woof_childs_list_opener span.woof_is_opened:after {
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 12px;

}

.woof_childs_list_opener span.woof_is_closed {
    background: inherit;
}

.woof_childs_list_opener span.woof_is_closed:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 12px;

}





.woof_container_inner h4 {
    font-family: 'ProximaNovaSemibold';
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.11em;
    color: #000;
    border-top: 1px solid #EBEBEB;
    margin: 15px 0 0px;
    padding: 15px 0 0;
    text-transform: uppercase;
}

.woof_list {
    padding-top: 15px;
}

.woof_list label {
    font-size: 16px;
    color: #000;
    font-family: 'ProximaNovaRegular';
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title-video-sec {
    width: 50%;
}

.only-image {
    width: 30%;
}


a.button.wc-forward {
    background: #E60000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.wc-block-cart__submit-container a {
    background: #E60000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #E60000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border: 0;
}

a.wc-block-components-product-name,
a#wc-block-components-totals-shipping__change-address__link,
a.wc-block-components-totals-coupon-link {
    color: #000;
    font-weight: 500;
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
    outline: none;
}

a.wc-block-components-checkout-return-to-cart-button {
    color: #000;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 1px dashed;
    padding-bottom: 15px;
}

.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: 500;
}

.woocommerce-MyAccount-content label {
    display: block;
    width: 100%;
}

button.woocommerce-Button.button {
    background: #E60000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border: 0;
}

.woocommerce-MyAccount-content input {
    height: 45px;
    padding: 0 15px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

#customer_details h3 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    width: 100%;
    float: none;
    color: #000;
    font-size: 16px;
}

.woocommerce-MyAccount-content .screen-reader-text {
    display: none !important;
}

span.select2-selection.select2-selection--single {
    height: 45px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px !important;
    line-height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
}

.woocommerce-input-wrapper .input-text {
    height: 45px;
    padding: 0 15px;
    border-radius: 0;
}

.woocommerce .checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

button#place_order {
    background: #E60000;
    border-radius: 0;
    border: none;
    outline: none;
}

form.checkout_coupon.woocommerce-form-coupon button.button {
    height: 45px;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    background: #E60000;
}

div#order_review {
    margin-bottom: 70px;
}

.woocommerce-terms-and-conditions-wrapper {
    display: block;
    width: 100%;
}


#customer_login input {
    /* height: 55px; */
    border: 1px solid #DCDBDB;
    border-radius: 0px;
    color: #000000;

}

div#customer_login input {
    padding: 12px 8px 15px;
}

#customer_login button {
    padding: 12px 25px 12px;
    background: #E60000;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    border-radius: 0;
    outline: none;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 2em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 17px;
    color: #717171;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #E60000;
}

.marge-video {
    display: flex;
    gap: 15px;
}

.entry-summary h1.product_title.entry-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'ProximaNovaSemibold';
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background: transparent;
}

.woocommerce .product form.cart button.single_add_to_cart_button {
    height: 50px !important;
    border-radius: 0px;
    border: none;
    background: #E60000;
    color: #fff;
    font-size: 16px;
    outline: none;
    font-weight: 600;
    padding: 0 60px;
}

.custom-name-field input {
    width: 100%;
    height: 42px;
}

.custom-input-fields input {
    width: 100%;
    height: 40px;
}

.custom-input-fields {
    margin: 0 0 30px;
}

.custom-input-fields label,
.custom-name-field label {
    display: block;
    margin: 18px 0 4px;
    font-size: 16px;
    font-weight: 600;
}

.custom-name-field {
    margin: 0 0 25px;
}

table.variations td.value select {
    height: 45px;
    padding: 0 6px 0;
}


.woocommerce .product form.cart button.single_add_to_cart_button:before {
    content: "\f07a";
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
}

.qib-container .quantity.buttons_added input.qty {
    border: none !important;
    font-size: 20px !important;
    color: #000 !important;
    height: 46px !important;
    font-family: "Jost", sans-serif;
}

.qib-container {
    position: relative;
    border: 1px solid #F1F1F1;
    background: #F1F1F1;
}

.qib-container button.minus.qib-button {
    bottom: 0;
    width: 35px !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    height: 46px !important;
    font-family: "Jost", sans-serif;
}

.qib-container button.plus.qib-button {
    right: 0;
    top: 0;
    width: 35px !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    height: 46px !important;
    font-family: "Jost", sans-serif;
}

.woocommerce-product-details__short-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #515151;
    opacity: inherit;
    margin-right: 10px;
}

.icon-textt {
    font-size: 16px;
    color: #222222;
    display: block;
}

.title-subcon {
    background: #FCF1F1;
    padding: 15px 15px 5px;
}

.title-subcon b {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}

.title-subcon p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin: 0
}

.title-subcon {
    background: #FCF1F1;
    padding: 15px 15px 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.icon-textt img {
    margin-right: 15px;
}

.digit-down-extra {
    margin-bottom: 40px;
}

.woocommerce-product-share span {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
}

.woocommerce-product-share a {
    margin-right: 15px;

}

.entry-summary {
    margin-top: 0;
}

h4.vidio-hed {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin: 0 0 15px;
    font-family: 'ProximaNovaSemibold';
}

.about-sec h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    color: #000;
}

.about-sec h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}

.about-sec p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
}

.you-like-vedios {
    display: flex;
    gap: 15px;
}

.you-like_single h3 {
    color: #707376;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.7200000286102295px;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
}

.you-like_single h4 {
    color: #10172B;
    margin: 0;
    font-size: 18.87px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.20999999344348907px;
    font-family: 'ProximaNovaSemibold';
}

.single-about-like {
    width: 100%;
    display: inline-block;
    margin: 0 0 80px;
}

.about-sec {
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 24.36px;
    letter-spacing: 0.22em;

}

nav.woocommerce-pagination {
    margin: 0 0 45px;
}

.breadcrumb_contact span {
    color: #FFFFFF;
    font-size: 16px;
}

.breadcrumb_contact a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb_contact {
    position: absolute;
    top: 12%;
    transform: translate(0%, -50%);
    width: 100%;
    left: 0%;
}

.breadcrumb_contact a:hover {
    color: #FF0000;
}

.all-in-onecont .audio-video-page img {
    margin: 0 !important;
}

.woocommerce .audio-video-page ul {
    margin: 0;
}

a.more-infoo {
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
    display: block;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

button.button {
    background: #E60000 !important;
    font-size: 18px;
    font-family: 'ProximaNovaCondRegular';
    text-align: left;
    color: #fff !important;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    border: 1px solid #E60000;
}


section.related.products .only-image {
    width: 100%;
}

section.related.products .all-in-onecont {
    flex-direction: column;
    gap: inherit;
}

section.related.products .title-video-sec {
    width: 100%;
    order: 2;
}

section.related.products .only-price {
    text-align: left;
}

.entry-summary ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

section.related.products .heading_section {
    width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #E60000;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.20999999344348907px;
}

.entry-summary ul li {
    margin: 0 0 15px;
}

.related.products ul li {
    width: 100% !important;
}

#customer_login h2 {
    font-size: 25px;
    color: #000;
    margin: 0;
}

.product_meta {
    margin-bottom: 50px;
}





.archive .prdt-srt-desc iframe {
    display: none;
}

section.related.products .owl-dots {
    display: none !important;
}

.single-product a.more-infoo {
    display: none;
}

.single-product .audio-video-page {
    display: none;
}

.single-product .prdt-srt-desc {
    display: none;
}

.mob-dis {
    display: none;
}

span.cross {
    display: none;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}

span.sku_wrapper {
    display: none;
}

span.posted_in {
    display: none;
}

.woocommerce ul.products li.product .onsale {
    display: none;
}

#home_bnnr_slider img.dstop_img {
    display: block;
}

#home_bnnr_slider img.mb_img {
    display: none;
}

.featured_scores.featred_mb {
    display: none;
}

.featured_scores.featred_detop {
    display: block;
}

.sech_innr_sect.dstop_icon {
    display: block;
}

.sech_innr_sect.mb_icon {
    display: none;
}

.single-product.woocommerce span.onsale {
    display: none;
}


.thank_page {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 80px;
}

.mx_thank {
    background: #e60000;
    text-align: center;
    max-width: 670px;
    width: 100%;
    padding: 30px 28px;
    border-radius: 20px;
    margin: 0 auto;
}

.thank_page h1 {
    font-size: 85px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    color: #fff;
}

.thank_page p {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

button.woof_reset_button_2 {
    background: #000;
    color: #fff;
    padding: 11px 10px;
    border-radius: 0px;
    outline: none;
}

.woof_products_top_panel_ul li ul li:first-child {
    display: none;
}

.woof_products_top_panel_ul li ul li {
    margin: 0 5px 0 0 !important;
    color: #fff;
    padding: 0;
    border-radius: 0px;
}

.woof_products_top_panel li a {
    color: #fff;
    background: #000;
    padding: 10px 15px;
    vertical-align: -webkit-baseline-middle;
}

.woof_products_top_panel li span {
    padding-right: 0;
}

.woof_products_top_panel li span,
.woof_products_top_panel2 li span {
    background-image: inherit;
}

.woof_remove_ppi:after {
    content: "x";
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 12px;
    font-weight: 400;
}

.wpgis-slider-for .btn-next {
    margin-right: 0;
}

.wpgis-slider-for .btn-prev {
    margin-left: 0px;
}

.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
    opacity: 1;
}

.woocommerce-single-product .product_title {
    display: none;
}

.entry-summary h1.product_title.entry-title {
    display: block;
}

span.mob-ptitle {
    display: none;
}



/***********************01-10-2024*******************************************************************************************/


.right_archive .title-video-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-type-variable h1.product_title+div+.price {
    display: none !important;
}



.right_archive .title-video-sec a.more-info,
.single-product a.more-info {
    background: #E60000;
    color: #fff;
    padding: 8px 20px;
}

.single-product a.more-info {
    margin-top: 10px;
    display: inline-block;
}

.right_archive .all-in-onecont {
    padding: 15px 25px;
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    margin-bottom: 0px;
}

.woocommerce ul.products li.product:nth-child(even),
.woocommerce-page ul.products li.product:nth-child(even) {
    background: #fff;
}

a.category-title-custom {
    font-size: 18px;
    font-weight: 600;
    color: #707376;
    font-family: 'ProximaNovaSemibold';
}

.product-categories {
    width: 32%;
}

.single-product .product-categories {
    width: 100%;
}

a.custom-product-title {
    width: 32%;
}

.right_archive h1 {
    margin: 8px 0 18px;
    font-size: 35px;
    color: #000;
    font-family: 'ProximaNovaSemibold';
}

.right_archive h6 {
    margin: 0 0 35px;
    font-size: 21px;
    color: #000;
}

a.woof_front_toggle.woof_front_toggle_closed:after,
a.woof_front_toggle.woof_front_toggle_opened:after {
    font-size: 18px;
}


h1.product_title+p.price {
    display: none;
}

.woocommerce-variation-price .price {
    display: none;
}

span.new-price-amount {
    color: #E60000;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.20999999344348907px;
}

span.new-price-amount span.per-price,
.cso-text {
    font-size: 16px;
}



div#product-slider .inr_cont_featured {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pro-btnn {
    flex-grow: 1;
    align-items: end;
    display: flex;
}

div#product-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
}

div#product-slider .inr_cont_featured h6 {
    font-size: 18px;
    font-weight: 800;
    color: #10172B;
    display: block;
}

div#product-slider .inr_cont_featured p {
    color: #707376;
}

div#product-slider .inr_cont_featured a {
    background: #E60000;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin: 20px 0 0;
}


















/*******************************************************************************************************************************/


@media only screen and (max-width: 767px) {
    .header_section {
        flex-wrap: wrap;
    }




    .woocommerce-single-product .product_title {
        display: block;
    }

    .woocommerce-single-product .product_title {
        margin-bottom: 20px;
        /* Adjust as needed */
    }

    .entry-summary h1.product_title.entry-title {
        display: none;
    }

    span.mob-ptitle {
        display: block;
    }

    span.mob-ptitle h1 {
        font-weight: 600;
        color: #000;
        font-family: 'ProximaNovaSemibold';
        margin-top: 24px !important;
        display: block;
        margin-bottom: 0px !important;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        display: none;
    }

    #home_bnnr_slider img.dstop_img {
        display: none;
    }

    #home_bnnr_slider img.mb_img {
        display: block;
    }

    #home_bnnr_slider .owl-nav {
        display: none;
    }

    .featured_scores.featred_mb {
        display: block;
        margin-bottom: 50px;
    }

    .featured_scores.featred_detop {
        display: none;
    }

    .sech_innr_sect.dstop_icon {
        display: none;
    }

    .sech_innr_sect.mb_icon {
        display: block;
    }

    .border_sect {
        display: none;
    }

    .banner_contant h3 {
        font-size: 28px;
        margin: 0px 0 0px;
    }

    .banner_contant strong {
        font-size: 22px;
    }

    .banner_contant p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    a.requst_btn {
        font-size: 16px;
        padding: 6px 15px;
    }

    .img_upr {
        order: -1;
        margin-bottom: 15px;
    }

    .about_h_inr h2 {
        font-size: 32px;
    }

    .about_h_inr h1 {
        font-size: 20px;
    }

    .about_h_inr p {
        font-size: 16px;
        margin: 0;
    }

    .heading_section h3 {
        font-size: 25px;
    }

    .footer_logo {
        text-align: left;
    }

    .footer_menu ul li {
        margin: 0;
        display: block;
        text-align: left;
        margin-bottom: 25px;
    }

    .footer_logo img {
        width: 245px;
    }

    .footer_top {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .copy_right_section p {
        font-size: 15px;
    }

    .rpt_section {
        width: 100%;
    }

    #featured_slider button.owl-dot {
        background: #000;
        width: 15px;
        height: 15px;
        margin: 5px;
        border-radius: 100px;
    }

    #featured_slider button.owl-dot.active {
        background: #E60000;
    }

    #featured_slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

    .about_home {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .menu_h {
        display: none;
    }

    .logo_h {
        max-width: 172px;
        order: 1;
        margin: auto;
        width: 100%;
    }

    .icon_h {
        display: flex;
        align-items: center;
        width: 67%;
        justify-content: end;
    }




















    /*menu*/
    html.wprmenu-body-fixed body {
        position: inherit !important;
    }

    #mg-wprm-wrap.cbp-spmenu-left,
    #mg-wprm-wrap.cbp-spmenu-right,
    #mg-widgetmenu-wrap.cbp-spmenu-widget-left,
    #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
        top: 100px !important;
        width: 90%;
        max-width: 100%;
    }

    html body div#wprmenu_bar {
        top: 37px;
        position: absolute;
        height: 28px;
        background: transparent;
        z-index: 1;
        width: 31px;
        margin: 0;
        padding: 0;
        left: 15px;
        right: auto;
    }

    html {
        padding-top: 0px !important;
    }

    #wprmenu_bar div.hamburger {
        margin-top: 0;
    }

    #mg-wprm-wrap li.menu-item a {
        padding: 18px 14px;
        border-bottom: 1px solid #DD494C;
    }

    .cbp-spmenu {
        position: absolute;
    }

    html.js {
        padding: 0 !important;
    }

    html.wprmenu-body-fixed body {
        left: 0 !important;
    }

    #wprmenu_bar div.hamburger {
        padding: 0 !important;
        margin-top: 0px !important;
        height: 100%;
    }

    .wprmenu_bar .hamburger-box {
        width: 22px;
    }

    .wprmenu_bar .hamburger-inner {
        width: 22px;
        top: 1px;
        left: 2px;
    }

    .hamburger--slider .hamburger-inner::before {
        width: 22px;
        top: 7px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        height: 2px;
    }

    .wprmenu_bar .hamburger-inner::after {
        width: 22px;
    }

    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(-2px, 8px, 0px) rotate(45deg);
    }

    .hamburger--slider.is-active .hamburger-inner {
        width: 22px;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -14px, 0) rotate(-90deg);
        width: 22px;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 14px;
    }

    #mg-wprm-wrap ul li:last-of-type,
    #mg-wprm-wrap ul li ul.sub-menu li:last-of-type {
        border-bottom: 0px;
    }

    #wprmenu_bar .menu_title a {
        font-size: 0;
    }

    #wprmenu_bar .menu_title {
        font-size: 0;
    }


    html body div.wprm-overlay {
        background: rgb(0, 0, 0, 0.5);
    }

    html body .wprm-overlay.active {
        position: fixed;
    }

    #wprmenu_menu_ul {
        padding: 0px;
        padding-top: 25px;
    }

    html.wprmenu-body-fixed {
        position: relative;
    }

    html.wprmenu-body-fixed:after {
        top: 0%;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    html body div#wprmenu_bar.active {
        left: 81%;
        background: #fff;
        top: 10px;
        z-index: 999999;
        padding: 4px 4px;
    }

    #mg-wprm-wrap.cbp-spmenu-left,
    #mg-wprm-wrap.cbp-spmenu-right,
    #mg-widgetmenu-wrap.cbp-spmenu-widget-left,
    #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
        top: 0px !important;
    }

    /*.cbp-spmenu-open:before {content: "";right: 0;width: 10%;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);position: fixed;display: block !important;}*/
    .active.wprmenu_bar .hamburger-inner,
    .active.wprmenu_bar .hamburger-inner::before,
    .active.wprmenu_bar .hamburger-inner::after {
        background: #e60000 !important;
    }

    .wprmenu_bar .hamburger-inner,
    .wprmenu_bar .hamburger-inner::before,
    .wprmenu_bar .hamburger-inner::after {
        background: #000;
    }

    .sech_innr_sect.mb_icon {
        margin-left: 11%;
    }

    span.search-barr {
        right: auto;
    }

    .cbp-spmenu {
        height: auto;
    }


    .outborder {
        margin-right: 0;
        margin-left: 0;
        padding: 30px;
    }

    .heading_rpt h3 {
        font-size: 28px;
    }

    .contact__pgae {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .wpcf7-spinner {
        position: absolute;
    }

    .contact__pgae .wpcf7-submit {
        padding: 10px 20px;
    }


    .count_sect {
        right: -5px;
        bottom: -11px;
    }

    .all-in-onecont {
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce ul.products.columns-1 li.product,
    .woocommerce-page ul.products.columns-1 li.product {
        width: 100% !important;
    }

    .only-image {
        width: 100%;
    }

    .title-video-sec {
        width: 100%;
    }

    .only-price {
        text-align: left;
        order: 3;
    }

    .price-description p {
        text-align: left;
    }

    .price-description h4 {
        text-align: left;
    }

    nav.woocommerce-pagination {
        margin: 0 0 25px;
    }

    .woof_list_checkbox li div {
        margin-top: 0;
    }


    .mob-dis {
        display: inline-block;
        margin: 0 0 7px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.06em;
        color: #fff;
        background: #000;
        padding: 10px 20px 7px 15px;
    }


    .hid {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 90%;
        padding: 20px 30px 20px 30px;
        overflow: scroll;
        height: 100vh;
        display: none;
    }

    .hid:before {
        content: "";
        right: 0;
        width: 10%;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
    }

    span.cross {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 25px;
        display: block;
    }

    .left_archive {
        margin-top: 38px;
    }

    .mob-dis:before {
        content: url(images/filter.png);
        margin-right: 5px;
        vertical-align: middle;
    }

    span.my-shw,
    span.sort-byyy,
    span.sname {
        display: none;
    }

    select.select.wppp-select {
        display: none;
    }

    .woocommerce .woocommerce-ordering select {
        width: 72%;
        position: absolute;
        top: -49px;
        left: 100px;
        margin-left: 15px;
    }

    .grid-panelsection {
        display: block;
    }

    .woocommerce .woocommerce-ordering {
        width: 100%;
    }

    .search-sec {
        display: block;
    }

    .dgwt-wcas-suggestions-wrapp {
        position: relative;
    }

    .search-sec .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        padding: 10px 0px;
    }




    .vertical-img-left.wpgis-slider-for {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .woocommerce div.product div.images {
        margin-top: 25px;
    }


    .woocommerce-product-details__short-description {
        font-size: 16px;
    }

    .title-subcon p {
        font-size: 16px;
    }

    .title-subcon b {
        font-size: 16px;
    }

    .woocommerce .product form.cart button.single_add_to_cart_button {
        font-size: 16px;
        padding: 0 15px;
    }

    .woocommerce .product form.cart button.single_add_to_cart_button:before {
        margin-right: 6px;
    }

    section.related.products button.owl-dot {
        background: #D9D9D9;
        width: 15px;
        height: 15px;
        margin: 5px;
        border-radius: 100px;
        outline: none;
    }

    section.related.products .owl-dots {
        text-align: center;
        margin-bottom: 20px;
        display: block !important;
    }

    section.related.products button.owl-dot.active {
        background: #E60000;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 18px;
    }

    .woocommerce-product-share a {
        margin-right: 5px;
    }

    .entry-summary h1.product_title.entry-title {
        font-size: 30px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    h1.entry-title {
        font-size: 25px;
    }

    .about-sec h4 {
        font-size: 30px;
    }

    .about-sec h5 {
        font-size: 20px;
    }

    .you-like-vedios {
        flex-direction: column;
    }

    .dgwt-wcas-sf-wrapp {
        position: absolute;
    }

    .right_archive ul.products.columns-1 {
        margin-top: 80px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 20px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
        font-size: 20px;
    }

    .single-about-like {
        margin-bottom: 50px;
    }

    .woof_search_is_going nav.woocommerce-breadcrumb {
        display: none;
    }

    .woof_products_top_panel {
        margin-bottom: 100px;
    }

    .thank_page h1 {
        font-size: 30px;
    }

    .thank_page p {
        font-size: 18px;
    }

    .thank_page {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    /* .right_archive .title-video-sec{flex-direction: column;align-items: flex-start;} */
    a.custom-product-title,
    .product-categories {
        width: 100%;
    }

    a.category-title-custom {
        margin-bottom: 8px;
    }

    .woocommerce .woocommerce-ordering select {
        display: none;
    }

    .woocommerce .woocommerce-ordering select {
        font-size: 30px;
    }

    .right_archive h6 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .right_archive .all-in-onecont {
        padding: 10px 25px;
    }

}






@media only screen and (max-width: 479px) {
    .woocommerce .woocommerce-ordering select {
        width: 65%;
    }

    .dgwt-wcas-search-wrapp {
        min-width: 260px;
    }

    .woof_list label {
        font-size: 14px;
    }


}




@media (min-width: 768px) and (max-width: 991px) {

    .logo_h img {
        max-width: 140px;
    }

    .main-navigation a {
        font-size: 15px;
    }

    .main-navigation li {
        margin: 0 16px;
    }

    .banner_contant h3 {
        font-size: 35px;
        margin: 5px 0 10px;
    }

    .banner_contant p {
        font-size: 20px;
    }

    a.requst_btn {
        font-size: 16px;
        padding: 6px 15px;
    }

    .banner_contant strong {
        font-size: 20px;
    }

    .banner_contant {
        left: 8%;
    }

    .about_h_inr h2 {
        font-size: 35px;
    }

    .about_h_inr h1 {
        font-size: 20px;
    }

    .about_home {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .featured_scores.featred_detop {
        margin-bottom: 50px;
    }

    .about_h_inr p {
        font-size: 16px;
    }

    .border_sect {
        display: none;
    }

    .inr_cont_featured p {
        font-size: 16px;
    }

    .outborder {
        margin-right: 0;
        margin-left: 0;
        padding: 30px;
    }

    .heading_rpt h3 {
        font-size: 35px;
    }

    .contact__pgae {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .wpcf7-spinner {
        position: absolute;
    }

    .contact__pgae .wpcf7-submit {
        padding: 10px 20px;
    }


    .woof_container_inner h4 {
        font-size: 14px;
    }

    span.sort-byyy,
    span.my-shw,
    span.sname {
        display: none;
    }

    form.form-wppp-select.products-per-page {
        margin-right: auto;
    }

    .grid-panelsection .dgwt-wcas-search-wrapp {
        min-width: 278px;
    }

    select.select.wppp-select {
        padding: 13px 20px 13px 5px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 16px;
    }

    .title-video-sec p {
        font-size: 14px;
    }

    .woof_list label {
        font-size: 12px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 20px;
    }

    nav.woocommerce-pagination {
        margin-bottom: 20px;
    }




    .woocommerce-product-details__short-description {
        font-size: 16px;
    }

    .title-subcon p {
        font-size: 16px;
    }

    .title-subcon b {
        font-size: 16px;
    }

    .woocommerce .product form.cart button.single_add_to_cart_button {
        font-size: 16px;
        padding: 0 15px;
    }

    .woocommerce .product form.cart button.single_add_to_cart_button:before {
        margin-right: 6px;
    }

    .entry-summary h1.product_title.entry-title {
        font-size: 30px;
    }

    .right_archive .all-in-onecont {
        padding: 10px 25px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 15px;
        line-height: 1.2;
    }

    a.category-title-custom {
        font-size: 15px;
        line-height: 1.2;
    }

    .you-like_single h4 {
        font-size: 15px;
    }

    .about-sec h4 {
        font-size: 30px;
    }

    .about-sec h5 {
        font-size: 20px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
        font-size: 20px;
    }

    .single-about-like {
        margin-bottom: 50px;
    }

    .woof_list label {
        width: 63%;
    }


    .thank_page h1 {
        font-size: 30px;
    }

    .thank_page p {
        font-size: 18px;
    }

    .thank_page {
        margin-bottom: 50px;
        margin-top: 50px;
    }

}



@media (min-width: 992px) and (max-width: 1199px) {

    .logo_h img {
        max-width: 200px;
    }

    .main-navigation a {
        font-size: 16px;
    }

    .main-navigation li {
        margin: 0 20px;
    }

    .banner_contant h3 {
        font-size: 35px;
        margin: 5px 0 10px;
    }

    .banner_contant p {
        font-size: 20px;
    }

    a.requst_btn {
        font-size: 16px;
        padding: 6px 15px;
    }

    .banner_contant strong {
        font-size: 20px;
    }

    .banner_contant {
        left: 8%;
    }

    .about_h_inr h2 {
        font-size: 35px;
    }

    .about_h_inr h1 {
        font-size: 20px;
    }

    .about_home {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .featured_scores.featred_detop {
        margin-bottom: 50px;
    }

    .about_h_inr p {
        font-size: 16px;
    }

    .border_sect {
        display: none;
    }

    .inr_cont_featured p {
        font-size: 16px;
    }


    .outborder {
        padding: 40px 55px;
    }

    .heading_rpt h3 {
        font-size: 35px;
    }

    .contact__pgae {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .wpcf7-spinner {
        position: absolute;
    }

    .contact__pgae .wpcf7-submit {
        padding: 10px 20px;
    }


    .woof_container_inner h4 {
        font-size: 14px;
    }

    span.sort-byyy,
    span.my-shw,
    span.sname {
        display: none;
    }

    form.form-wppp-select.products-per-page {
        margin-right: 5%;
    }

    .grid-panelsection .dgwt-wcas-search-wrapp {
        min-width: 278px;
    }

    select.select.wppp-select {
        padding: 13px 20px 13px 5px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 16px;
    }

    .title-video-sec p {
        font-size: 14px;
    }

    .woof_list label {
        font-size: 12px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 20px;
    }

    nav.woocommerce-pagination {
        margin-bottom: 20px;
    }


    .woocommerce-product-details__short-description {
        font-size: 16px;
    }

    .title-subcon p {
        font-size: 16px;
    }

    .title-subcon b {
        font-size: 16px;
    }

    .woocommerce .product form.cart button.single_add_to_cart_button {
        font-size: 16px;
    }

    .woocommerce .product form.cart button.single_add_to_cart_button:before {
        margin-right: 6px;
    }

    .entry-summary h1.product_title.entry-title {
        font-size: 30px;
    }

    .right_archive .all-in-onecont {
        padding: 10px 25px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 15px;
        line-height: 1.2;
    }

    a.category-title-custom {
        font-size: 15px;
        line-height: 1.2;
    }

    .you-like_single h4 {
        font-size: 15px;
    }

    .about-sec h4 {
        font-size: 30px;
    }

    .about-sec h5 {
        font-size: 20px;
    }

    .footer_logo img {
        max-width: 215px;
    }

    .single-about-like {
        margin-bottom: 50px;
    }


    .woof_list label {
        width: 70%;
    }


    .thank_page h1 {
        font-size: 35px;
    }

    .thank_page p {
        font-size: 20px;
    }

    .thank_page {
        margin-bottom: 50px;
        margin-top: 50px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .container {
        width: 90%;
    }

    .footer_menu a {
        font-size: 16px;
    }

    .footer_menu ul li {
        margin: 0 15px;
    }

    .footer_logo img {
        max-width: 215px;
    }

    .copy_right_section p {
        font-size: 15px;
    }

    .banner_contant h3 {
        font-size: 45px;
        margin: 10px 0 10px;
    }

    .banner_contant p {
        font-size: 20px;
    }

    .banner_contant strong {
        font-size: 24px;
    }

    .about_h_inr h2 {
        font-size: 45px;
    }

    .main-navigation a {
        font-size: 16px;
    }

    .logo_h img {
        max-width: 215px;
    }

    #home_bnnr_slider button.owl-prev {
        width: 35px;
    }

    #home_bnnr_slider button.owl-next {
        width: 35px;
    }

    .about_h_inr h1 {
        font-size: 22px;
    }

    .heading_section h3 {
        font-size: 25px;
    }

    .about_home {
        margin-bottom: 65px;
        margin-top: 65px;
    }

    .featured_scores.featred_detop {
        margin-bottom: 65px;
    }

    .inr_cont_featured p {
        font-size: 16px;
    }


    .outborder {
        padding: 40px 55px;
    }

    .contact__pgae {
        margin-bottom: 65px;
        margin-top: 65px;
    }

    .wpcf7-spinner {
        position: absolute;
    }

    .contact__pgae .wpcf7-submit {
        padding: 10px 20px;
    }


    .woof_container_inner h4 {
        font-size: 14px;
    }


    form.form-wppp-select.products-per-page {
        margin-right: 5%;
    }

    .grid-panelsection .dgwt-wcas-search-wrapp {
        min-width: 278px;
    }

    select.select.wppp-select {
        padding: 13px 20px 13px 5px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 18px;
    }

    .title-video-sec p {
        font-size: 15px;
    }

    .woof_list label {
        font-size: 13px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 20px;
    }

    nav.woocommerce-pagination {
        margin-bottom: 20px;
    }

    .entry-summary h1.product_title.entry-title {
        font-size: 35px;
    }

    .woocommerce-product-details__short-description {
        font-size: 16px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 15px;
        line-height: 1.2;
    }

    .right_archive .all-in-onecont {
        padding: 10px 25px;
    }

    a.category-title-custom {
        font-size: 15px;
        line-height: 1.2;
    }


    .woof_list label {
        width: 70%;
    }

    .thank_page h1 {
        font-size: 45px;
    }

    .thank_page p {
        font-size: 22px;
    }

    .thank_page {
        margin-bottom: 60px;
        margin-top: 60px;
    }

}





@media (min-width: 1401px) and (max-width: 1800px) {

    .container {
        width: 85%;
    }

    .footer_menu a {
        font-size: 16px;
    }

    .footer_menu ul li {

        margin: 0 15px;
    }

    .footer_logo img {
        max-width: 215px;
    }

    .copy_right_section p {
        font-size: 15px;
    }

    .banner_contant h3 {
        font-size: 50px;
    }

    .banner_contant p {
        font-size: 20px;
    }

    .banner_contant strong {
        font-size: 24px;
    }

    .about_h_inr h2 {
        font-size: 50px;
    }

    .main-navigation a {
        font-size: 16px;
    }

    .logo_h img {
        max-width: 215px;
    }

    #home_bnnr_slider button.owl-prev {
        width: 35px;
    }

    #home_bnnr_slider button.owl-next {
        width: 35px;
    }

    .about_h_inr h1 {
        font-size: 22px;
    }

    .heading_section h3 {
        font-size: 26px;
    }

    .about_home {
        margin-bottom: 65px;
        margin-top: 65px;
    }

    .featured_scores.featred_detop {
        margin-bottom: 65px;
    }

    .inr_cont_featured p {
        font-size: 16px;
    }

    form.form-wppp-select.products-per-page {
        margin-right: 8%;
    }

    .about-sec h4 {
        font-size: 50px;
    }

    .about-sec h5 {
        font-size: 20px;
    }

    .woof_container_inner h4 {
        font-size: 17px;
    }

    .woof_list label {
        font-size: 15px;
    }


    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 22px;
    }

    .right_archive .all-in-onecont {
        padding: 10px 25px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 15px;
        line-height: 1.2;
    }

    a.category-title-custom {
        font-size: 15px;
        line-height: 1.2;
    }

    .woof_list label {
        width: 75%;
    }


    .thank_page h1 {
        font-size: 55px;
    }

    .thank_page p {
        font-size: 24px;
    }

    .thank_page {
        margin-bottom: 70px;
        margin-top: 70px;
    }

}

@media (max-width: 767px) {

    .woocommerce-checkout form.checkout {
        flex-direction: column !important;
    }
}

.woof_list label {
    font-size: 16px;
    color: #000;
    font-family: 'ProximaNovaRegular';
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


.woof_radio_term_reset img {
    display: none;
}


a.checkout-button.button.alt.wc-forward {
    background: #E60000 !important;
}


/* Main layout */
.woocommerce-checkout form.checkout {
    display: flex !important;
    flex-direction: row;
    gap: 40px;
    align-items: start;
}

/* Left side */
#customer_details {
    display: block !important;
}

/* Remove Woo default columns */
#customer_details .col-1,
#customer_details .col-2 {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
}

/* RIGHT COLUMN WRAPPER (KEY FIX) */
.custom-order-column {
    grid-column: 2;
}

/* Fix heading */
#order_review_heading {
    margin-bottom: 10px;
}

/* Order box */
#order_review {
    position: sticky;
    top: 20px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

/* Spacing improvements */
.woocommerce-billing-fields {
    margin-bottom: 20px;
}

.woocommerce-additional-fields {
    margin-top: 20px;
}

.woocommerce-checkout .form-row {
    margin-bottom: 12px;
}