/* Main theme styles */

.fa-num {
    -moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
    /*height: 100vh;*/
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    direction: ltr;
    background-color: #fff;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a.link-in-content {
    font-weight: 800;
    text-decoration: underline;
    color: #000;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

button,
input,
textarea,
select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

/* Safari iOS specific fixes for buttons */
a[class*="button"],
a[class*="btn"],
.colorize-btn,
.slide-button,
.home-discover-link-button,
.connect-social-button,
.overview-product-button,
.category-social-button {
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Fix for pseudo-elements on iOS Safari */
.colorize-btn::before,
.slide-button::before,
.home-discover-link-button::before,
.connect-social-button-wrapper::before {
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    pointer-events: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
}

/* Additional Safari iOS fixes for all interactive elements */
a, button, input, textarea, select {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -webkit-text-size-adjust: 100% !important;
}

/* Fix for elements with role="button" */
[role="button"] {
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-text-size-adjust: 100% !important;
    cursor: pointer;
}

/* Hide aria-label text that Safari iOS might display */
[aria-label]::before,
[aria-label]::after {
    content: none !important;
    display: none !important;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.hidden-desktop {
    display: none;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
 
:root {
    --grey-night-50: rgba(114, 114, 118, 1);
    --black-night: rgba(30, 30, 40, 1);
    --grey-misty: rgba(245, 245, 245, 1);
    --grey-misty-50: rgba(250, 250, 250, 1);
    --grey-cool: rgba(207, 209, 215, 1);
    --colors-green: rgba(52, 199, 89, 1);
    --colors-red: rgb(241, 55, 55);
	--black-on-black: rgba(16, 16, 16, 1);
	--Black-on-black: rgba(16, 16, 16, 1);

    
}

.colorize {
	background: linear-gradient(255.91deg, #3C3795 3.63%, #A53594 34.27%, #DA2128 60.54%, #F26921 82.43%, #FAA61A 91.18%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* responsive */

@media (max-width: 768px) {
    .container {
        /* max-width: 328px; */
		max-width: 344px;
    }
    .menu-container{
        /* width: 328px; */
		max-width: 344px;
    }
    /* Custom styles */
    .hidden-desktop {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    /* Custom styles */
}

@media (min-width: 769px) and (max-width: 991px) {
    .container {
        max-width: 720px;
        }
    .menu-container{
        width: 720px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
        }
    .menu-container{
        width: 960px;
    }

}

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

    .container {
        max-width: 1140px;
        }
    .menu-container{
        width: 1140px;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1320px;
        }
    .menu-container{
        width: 1320px;
    }
}

@font-face {
    font-family: 'Cypher';
    src: url('../font/cypher/CypheredMedium.eot');
    src: local('Cypher Medium'), local('CypheredMedium'),
        url('../font/cypher/CypheredMedium.eot?#iefix') format('embedded-opentype'),
        url('../font/cypher/CypheredMedium.ttf') format('truetype'),
        url('../font/cypher/CypheredMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cypher';
    src: url('../font/cypher/CypheredBold.eot');
    src: local('Cypher Bold'), local('CypheredBold'),
        url('../font/cypher/CypheredBold.eot?#iefix') format('embedded-opentype'),
        url('../font/cypher/CypheredBold.ttf') format('truetype'),
        url('../font/cypher/CypheredBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cypher';
    src: url('../font/cypher/CypherRegular.eot');
    src: local('Cypher Regular'), local('CypherRegular'),
        url('../font/cypher/CypherRegular.ttf') format('truetype'),
        url('../font/cypher/CypherRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cypher';
    src: url('../font/cypher/Cyphered.eot');
    src: local('Cypher Light'), local('Cyphered'),
        url('../font/cypher/Cyphered.eot?#iefix') format('embedded-opentype'),
        url('../font/cypher/Cyphered.ttf') format('truetype'),
        url('../font/cypher/Cyphered.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cypher';
    src: url('../font/cypher/CypheredBold.eot');
    src: local('Cypher Bold'), local('CypheredBold'),
        url('../font/cypher/CypheredBold.eot?#iefix') format('embedded-opentype'),
        url('../font/cypher/CypheredBold.ttf') format('truetype'),
        url('../font/cypher/CypheredBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CypherNumbers';
    src: url('../font/cypher/CypheredNumbers.eot');
    src: local('Cypher Numbers'), local('CypheredNumbers'),
        url('../font/cypher/CypheredNumbers.eot?#iefix') format('embedded-opentype'),
        url('../font/cypher/CypheredNumbers.ttf') format('truetype'),
        url('../font/cypher/CypheredNumbers.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CypherNumbers';
    src: url('../font/cypher/CypheredNumbersMedium.ttf') format('truetype'),
        url('../font/cypher/CypheredNumbersMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('../font/iranyekan/IRANYekanXVF.woff') format('woff-variations'), url('../font/iranyekan/IRANYekanXVF.woff') format('woff');
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: IRANYekanX;
    src: url('../font/iranyekan/staticfonts/IRANYekanX-Regular.woff') format('woff');
}

@font-face {
    font-family: IRANYekanX;
    src: url('../font/iranyekan/staticfonts/IRANYekanX-Bold.woff') format('woff');
    font-weight: 700;
}

body {
    font-family: IRANYekanX, tahoma;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'IRANYekanXVF', tahoma;
    }
}
body{
    font-family: 'Cypher', Verdana, Geneva, Tahoma, sans-serif;
}


/* header  */
.header-fluid.fluid-header {
	background-color: var(--grey-misty-50);
}
.header {
	padding: 27px 0;
	display: flex;
	align-items: center;
}
.header-logo {
	width: 125px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.header-logo a{
    display: inline-block;
}
.header-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.desktop-nav {
    margin: 10px 0 10px auto;
}
.desktop-nav  ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.desktop-nav>ul>li{
    position: relative;
}
.desktop-nav>ul>li>a{
    color: var(--grey-night-50);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: lowercase;
    position: relative;
    z-index: 10;

}
.desktop-nav > ul > li.current_page_item > a{
    color: var(--grey-cool);
}
.desktop-nav > ul > li.menu-item-has-children:not(.mega-menu) > .sub-menu{
    display: none;
}
.desktop-nav>ul>li.menu-item-has-children:not(.mega-menu)>.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: var(--grey-misty-50);
    padding: 10px;
}
.desktop-nav > ul > li.menu-item-has-children:not(.mega-menu) > .sub-menu {
	position: absolute;
	top: 16px;
	left: -40px;
	width: 200px;
	background-color: var(--grey-misty-50);
	padding: 40px;
	border-radius: 0 0 32px 32px;
	/* padding-top: 64px; */
    z-index: 3;
}
.desktop-nav>ul>li.menu-item-has-children:not(.mega-menu):hover>.sub-menu{
    display: block;
}
.desktop-nav > ul > li.menu-item-has-children:not(.mega-menu) > .sub-menu > li >a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--grey-night-50);
    text-transform: capitalize;
    margin-bottom: 16px;
    display: block;

}
.desktop-nav > ul > li.menu-item-has-children:not(.mega-menu) > .sub-menu > li:nth-last-child(1) >a{
    margin-bottom: 0;
}
.desktop-nav>ul>li.menu-item-has-children.mega-menu>.sub-menu{
    display: none;
}
.mega-menu-phone>.sub-menu{
    display: none;
}
.mega-menu-phone-container {
	position: absolute;
	right: -241px;
	box-sizing: border-box;
	padding: 40px;
	top: 16px;
	background-color: var(--grey-misty-50);
	padding: 60px 40px 40px 40px;
	border-radius: 0 0 32px 32px;
	width: calc(1320px + 80px);
    display: none;
    z-index: 3;
}
.desktop-nav>ul>li.menu-item-has-children.mega-menu:hover>.mega-menu-phone-container {
    display: flex;
}
.mega-menu-phone-custom {
	width: calc(100% - 170px);
	margin-left: 20px;
	box-sizing: border-box;
}
.mega-menu-phone-submenus {
	width: 160px;
}
.mega-menu-phone-submenu {
	display: block !important;
}
.menu-products-grid {
	display: flex;
	gap: 20px;
}
.menu-product-item {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}
.menu-product-link-text.coming-soon,
.menu-product-link-text.coming-soon> span {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	color: var(--grey-cool);
}
.menu-product-link-text .icon-arrow_forward_ios {
	color: var(--grey-night-50);
	margin-left: 5px;
}
.coming-soon-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0%;
	text-align: center;
    margin-bottom: 10px;
}

.menu-product-image {
	width: 160px;
	height: auto;
}
.menu-product-image img {
	display: flex;
	width: 100%;
	height: auto;
}
.menu-product-badges {
	position: absolute;
	top: 12px;
	right: 16px;
    
}
.product-badge {
	font-weight: 500;
	font-size: 8px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	opacity: 1;
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 2px 6px;
	padding-left: 6px;
	margin-left: 5px;
	z-index: 2;
	position: relative;
}
.badge-new-model{
    color: var(--colors-green);
    border-color: var(--colors-green);
}
.badge-outdated{
    color: var(--colors-red);
    border-color: var(--colors-red);
}
.menu-product-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.menu-product-link-text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-product-link-text>span {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: var(--grey-night-50);
}
.menu-product-link {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
    color: var(--grey-night-50);
}
.mega-menu-phone-coming-soon {
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--grey-misty);
	border-radius: 12px;
}
.mega-menu-phone-container  .mega-menu-phone-submenu-item{
    margin-bottom: 9px;
    display: block;
}
.mega-menu-phone-container  .mega-menu-phone-submenu-item a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--grey-night-50);
    margin-bottom: 9px;

}
.mega-menu-phone-container  .mega-menu-phone-submenu-item:nth-child(1) a {
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 5%;
	text-transform: uppercase;
	color: var(--grey-cool);
    margin-bottom: 20px;
    
}
.mega-menu-phone-container  .mega-menu-phone-submenu-item:nth-last-child(1){
    margin-top: 20px;
}
.mega-menu-phone-container  .mega-menu-phone-submenu-item:nth-last-child(1) a{

    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: var(--grey-night-50);
    

}

/* header  */

/* footer */
.footer-fluid {
	background-color: var(--black-night);
    padding: 40px 0;
}
.footer-top-menu > ul {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto;
    gap: 10px;
    width: 500px;
}
.footer-top-menu > ul > li {
    width: 250px;
}
.footer-top-menu > ul > li:nth-child(1) {
    grid-column: 1; 
    grid-row: 1 / span 2;

}
.footer-top-menu > ul > li:nth-child(2) {
     grid-column: 2;
     grid-row: 1;
}
.footer-top-menu > ul > li:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
.footer-top-menu > ul > li:nth-child(3) > ul > li:nth-last-child(1){
    margin-bottom: 0;
}
.footer-top-menu > ul > li > a{
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 5%;
    margin: 10px 0;
    color: var(--grey-night-50);
    display: block;
    text-transform: uppercase;
    
}
.footer-top-menu > ul > li > ul > li{
    margin: 10px 0;
}
.footer-top-menu > ul > li > ul > li > a{
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
    color: var(--grey-cool);
    display: block;
    line-height: 1.2;
    text-transform: capitalize;
}
.bottom-footer-menu {
	margin-top: 80px;
}
.bottom-footer-menu > ul {
    display: flex;
}
.bottom-footer-menu > ul > li{
    margin-right: 5px;
}
.bottom-footer-menu > ul > li > a {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--grey-misty);
}
.footer-copyright {
	display: flex;
	margin-top: 10px;
    align-items: center;
}
.fc-inner {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: var(--grey-night-50);
}
.footer-language-switcher {
    font-family: IRANYekanX, tahoma;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	margin-left: auto;
	color: var(--grey-misty-50);
}
/* footer */


/****
    *****
    Home page
    *****
*****/

/* home slider */
.home-main-slider-fluid {
	background-color: var(--grey-misty-50);
    position: relative;
    z-index: 0
}
.slide-content {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}
.slide-content.slide-align-right {
	flex-flow: row;
}
.slide-content.slide-align-right .slide-overlay{
	left: auto;
	right: 5px;
}
.slide-content.slide-align-right .slide-image{
	margin-right: inherit;
	margin-left: 5%;
}
.slide-title{
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0%;
}
.slide-overlay {
	width: 550px;
	display: block;
	z-index: 2;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.slide-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
    color: var(--grey-night-50);
    margin: 20px 0;
}
.slide-image {
	height: 600px;
	width: auto;
	margin-right: 15%;
}
.slide-image img {
	height: 100%;
	width: auto;
	object-fit: cover;
    display: flex;
}
.slide-button {
	padding: 10px 20px;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
}
.colorize-btn {
    position: relative;
    display: inline-block;
    background-color: var(--grey-misty-50);
    border-radius: 50px;

}

.colorize-btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(255.91deg, #3C3795 3.63%, #A53594 34.27%, #DA2128 60.54%, #F26921 82.43%, #FAA61A 91.18%);
    z-index: -1;
    border-radius: 50px;
    padding: 2px;
    pointer-events: none; 
}
.colorize-btn:hover::before{
	background: var(--grey-night-50);
}
.colorize-btn .colorize:hover ,
.wpforms-submit-container  .colorize:hover,
.connect-social-button-wrapper .colorize:hover,
.home-discover-item-link .colorize:hover {
	background: none;
	color: var(--grey-night-50);
	-webkit-text-fill-color: var(--grey-night-50);
}
.home-slider-pagination .swiper-pagination-bullet,
.home-featured-products-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin: 2px !important;
	background-color: var(--grey-cool);
	opacity: 1 !important;
    transition: width 0.3s ease-in-out;
}
.home-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-featured-products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: linear-gradient(255.91deg, #3C3795 3.63%, #A53594 34.27%, #DA2128 60.54%, #F26921 82.43%, #FAA61A 91.18%);
    width: 30px;
    transition: width 0.3s ease-in-out;
}
.home-featured-products {
	background-color: var(--grey-misty);
	padding: 40px 0;
}
/* home slider */

/* home featured product */
.home-featured-products {
	background-color: var(--grey-misty);
	padding: 40px 0;
}
.home-featured-products-wrapper{
    display: flex;
}
.home-featured-products-carousel {
    width: calc(100% - 270px);
    box-sizing: border-box;
}
.home-featured-products-coming-soon {
	width: 230px;
	margin-left: 40px;
	box-sizing: border-box;
	background-color: rgba(30, 30, 40, 0.02);
	display: flex;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
}
.featured-product-item-slide {
	width: 230px !important;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	padding-bottom: 30px;
	height: auto !important;
	align-self: stretch;
}
.featured-product-item {
    width: 100%;
    height: 100%;
}
.featured-product-badges {
	position: absolute;
	top: 10px;
	right: 10px;
}
.featured-product-image {
	width: 100%;
	height: auto;
}
.featured-product-item-slide .featured-product-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.featured-product-link {
	text-align: center;
}
.featured-product-title h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	margin: 10px auto;
	padding: 0 20px;
	display: inline-block;
}
.featured-product-tagline {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	padding: 0 20px;
	color: var(--grey-night-50);
}
.featured-product-link-text {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: var(--grey-night-50);
}
.featured-product-link-text.coming-soon{
    color: var(--grey-cool);
}
.featured-product-link-text .icon-arrow_forward_ios {
	margin-left: 5px;
	color: var(--grey-night-50);
}
/* home featured product */

/* home discover section */

.home-discover-section {
	padding: 40px 0;
}
.discover-section-wrapper {
	border-radius: 64px;
	overflow: hidden;
	padding: 40px;
	background-color: var(--grey-misty-50);
}
.discover-section-header {
	padding: 40px;
	text-align: center;
}
.discover-section-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	text-transform: uppercase;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.discover-section-tagline {
	font-weight: 500;
	font-size: 88px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.discover-section-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: var(--grey-night-50);

}
.home-discover-item{
	border-radius: 32px;
	overflow: hidden;
}
.home-discover-item-inner {
	display: flex;
	align-items: center;
	padding: 80px;
	border-radius: 32px;
	overflow: hidden;
}
.discover-item-left .home-discover-item-inner{
	flex-flow: row-reverse;
}
.home-discover-item-image {
	width: 525px;
	height: auto;
	display: flex;
}
.home-discover-item-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.home-discover-item-content {
	width: calc(100% - 525px);
	box-sizing: border-box;
	padding: 0 80px;
}
.home-discover-item-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	text-transform: uppercase;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.home-discover-item-tagline {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.home-discover-item-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: var(--grey-night-50);
}
.home-discover-item-link {
	text-align: center;
}
.home-discover-link-button {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 5%;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 5;
	padding: 10px 20px;
	margin-top: 20px;
}
.home-discover-link-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 50px;
	padding: 2px;
	pointer-events: none;
	background-image: url(../images/svg/border-2.svg);
	/* background-image: url(../images/svg/button.svg); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	
}
.home-discover-link-button:hover::before{
	background-image: url(../images/svg/border-2-hover.svg);
}
/* home discover section */

/* home warranty section */
.home-warranty-wrapper {
	padding: 60px 0 0 0;
}
.home-warranty-content {
	text-align: center;
}
.home-warranty-section-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.home-warranty-section-tagline {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;

}
.home-warranty-section-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: var(--grey-night-50);
}
.home-warranty-image-container {
	width: 350px;
	margin: 0 auto;
	padding-top : 20px;
}
.home-warranty-image-container img{
	width: 100%;
	height: auto;
	object-fit: cover;
}	
/* home warranty section */
/****
    *****
    Home page
    *****
*****/

/****
    *****
   About Page
    *****
*****/
.about-overview-section {
	padding: 80px 0;
}
.about-overview-inner {
	display: flex;
	align-items: center;
}
.about-overview-image {
	width: 550px;
	height: auto;
	display: flex;
}
.about-overview-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-overview-content {
	width: calc(100% - 550px);
	box-sizing: border-box;
	padding: 0 80px;
}

.about-overview-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 5%;
	text-align: center;
	text-transform: uppercase;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.about-overview-tagline {
	font-weight: 500;
	font-style: Medium;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
    margin-bottom: 20px;
}
.about-overview-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--grey-night-50);
	max-width: 390px;
	margin: 0 auto;
}
.overview-right .about-overview-inner{
    flex-flow: row-reverse;
}
/****
    *****
   About Page
    *****
*****/

/****
    *****
   Connect Page
    *****
*****/
.connect-faq-section {
	background-color: var(--grey-misty-50);
    padding: 40px 0;
}
.connect-faq-inner {
	display: flex;
	align-items: center;
}
.connect-faq-title-image {
	width: 560px;
	box-sizing: border-box;
}
.connect-faq-list {
	width: calc(100% - 560px);
}
.connect-faq-title  h1{
	padding: 40px;
	text-align: center;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
}
.connect-faq-featured-image {
	display: block;
	width: 70%;
	margin: 0 auto;
	height: auto;
    padding-top: 32px;
}
.connect-faq-featured-image img{
	display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
} 
.connect-faq-list {
	width: calc(100% - 560px);
	padding: 30px 20px;
	background-color: var(--grey-misty);
	border-radius: 32px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    column-gap: 20px;
}
.connect-faq-item {
	position: relative;
	padding-left: 60px;
	border-bottom: 1px solid rgba(114, 114, 118, 0.2);
    width: calc(100% - 60px);
    
}
.connect-faq-item:nth-last-child(1){
    border: 0;
}
.connect-faq-question-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: var(--grey-night-50);
	margin-bottom: 16px;
    cursor: pointer;
    position: relative;
}
.connect-faq-answer-content {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 0;
	color: var(--grey-night-50);
	/* max-height: 0;
	overflow: hidden;
    transition: all 0.3s ease; */
    display: none;
}
.connect-faq-item.active .connect-faq-answer-content{
    /* max-height: 1000px;
    padding-bottom: 20px;
    transition: all 0.3s ease; */
    /* display: block; */
    padding-bottom: 20px;
}
.connect-faq-item .connect-faq-question-text::after {
	content: "\e914";
	font-family: icomoon;
	position: absolute;
	left: -55px;
	top: -10px;
	color: var(--grey-night-50);
	font-size: 34px;
	width: 16px;
	height: 16px;
	text-align: center;
	justify-content: center;
	display: flex;
}
.connect-faq-item.active .connect-faq-question-text::after {
	content: "\e913" !important;
}
.connect-us-section {
	padding: 150px 0;
	background-color: var(--grey-misty);
}
.connect-us-content-wrapper {
	display: flex;
	align-items: center;
}
.connect-us-content {
	width: 560px;
	padding: 40px;
	box-sizing: border-box;
}
.connect-us-form {
	width: calc(100% - 560px);
	box-sizing: border-box;
	padding: 0 130px;
}
.connect-us-title h2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.connect-us-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	width: 63%;
	margin: 0 auto;
	color: var(--grey-night-50);
}
.connect-us-form .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
    gap: 12px;
}
.connect-us-form .wpforms-field {
	width: 100%;
	margin: 0;
	padding: 0 !important;
}
.connect-us-form .wpforms-field input[type="text"],
.connect-us-form .wpforms-field input[type="number"],
.connect-us-form .wpforms-field textarea{
    border: 0 !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    color: var(--grey-night-50) !important;
}
.connect-us-form .wpforms-field textarea{
    height: 60px !important;
}
.connect-us-form .wpforms-field input[type="text"]:focus,
.connect-us-form .wpforms-field input[type="number"]:focus,
.connect-us-form .wpforms-field textarea:focus{
    outline: 0 !important;
}
.connect-us-form .wpforms-field select {
	border: 0 !important;
	background-color: #000;
	border-radius: 12px;
	width: 250px;
	color: #fff;
}
.connect-us-form  .choices {
	width: 250px !important;
	border: 0 !important;
	color: #fff !important;
}
.connect-us-form  .choices__inner {
	border: 0 !important;
	border-radius: 12px !important;
	background-color: #000 !important;
	color: #fff !important;
}
.connect-us-form .choices__item.choices__placeholder.choices__item--selectable {
	color: #fff !important;
	opacity: 1 !important;
}
.connect-us-form  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]::after{
    border-top: 5px solid #fff;
}

.connect-us-form  .choices__inner .choices__item.choices__item--selectable {
	color: #fff !important;
}
.connect-us-form  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #000 !important;
	color: #fff !important;
}
.connect-us-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
	border-radius: 12px !important;
	border: 0 !important;
    box-shadow: none !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}
/* .connect-us-form  .wpforms-submit-container {
    position: relative !important;
    display: inline-block !important;
    background-color: var(--grey-misty) !important;
    border-radius: 50px !important;
  }
  .connect-us-form  .wpforms-submit-container::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(255.91deg, #3C3795 3.63%, #A53594 34.27%, #DA2128 60.54%, #F26921 82.43%, #FAA61A 91.18%);
	z-index: -1;
	border-radius: 50px;
	padding: 2px;
	pointer-events: none;
}
.connect-us-form  #wpforms-submit-148 {
    padding: 10px 20px !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 18px !important;
    line-height: 100% !important;
    letter-spacing: 5% !important;
    text-align: center !important;
    background: linear-gradient(255.91deg, #3C3795 3.63%, #A53594 34.27%, #DA2128 60.54%, #F26921 82.43%, #FAA61A 91.18%) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    box-shadow: none !important;
  } */

  .connect-us-form .wpforms-submit-container{

  }
  .connect-us-form .wpforms-submit-container::before {
	background-image: url(../images/svg/button.svg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	content: '';
	background-repeat: no-repeat;
	width: 100px;
	height: 42px;
	cursor: pointer;
}
.connect-us-form .wpforms-submit-container:hover::before{
	background-image: url(../images/svg/button-hover.svg);
}
#wpforms-submit-148 {
	opacity: 0;
	position: relative;
	z-index: 10;
	width: 100px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	display: inline-block;
}
.connect-us-form .wpforms-submit-container {
	margin-top: 20px !important;
}
.connect-us-form .wpforms-error {
	font-size: 12px !important;
	color: var(--grey-night-50) !important;
    margin-top: 5px  !important;
}
.connect-us-form  div.wpforms-container-full .wpforms-form em.wpforms-error::before {
	color: var(--grey-night-50) !important;
	background-color: var(--grey-night-50 ) !important;

}
.connect-social-section {
	padding-top: 40px;
}
.connect-social-content {
	text-align: center;
}
.connect-social-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.connect-social-tagline {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
}
.connect-social-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--grey-night-50);
}

.connect-social-button-wrapper {
	position: relative;
	display: block;
	border-radius: 50px;
	margin: 20px auto 0 auto;
	width: 140px;
}
.connect-social-button-wrapper:hover {
	color: var(--grey-night-50);
}
.connect-social-button-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 50px;
	padding: 2px;
	pointer-events: none;
	background-image: url(../images/svg/border-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}
.connect-social-button-wrapper:hover::before {
	background-image: url(../images/svg/border-2-hover.svg);
}
.connect-social-button {
    padding: 10px 20px;
    display: inline-block;
    /* padding: 10px 20px; */
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
}
.connect-social-image {
	width: 450px;
	display: flex;
	margin: 0 auto;
    padding-top: 20px;
}
.connect-social-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/****
    *****
   Connect Page
    *****
*****/

/****
    *****
    Product Single Page
    *****
*****/
.single-product-header-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 0;
	background-color: var(--grey-misty-50);
}
[data-sticky].sticky {
	position: fixed;
	top: 0;
	z-index: 2;
  }
.single-product-header-inner {
	position: relative;
	z-index:2;
	background-color: var(--grey-misty-50);
}
.single-product-header-bg {
	/* background: linear-gradient(255.91deg, #3C3795 3.63%, #A53594 34.27%, #DA2128 60.54%, #F26921 82.43%, #FAA61A 91.18%); */
	content: "";
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 30px;
	z-index: 0;
	background-image: url(../images/svg/product-header-bg.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-y: bottom;
}

.single-product-header {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.single-product-title {
	padding: 10px 0;
	margin-right: 20px;
}
.product-title {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 0%;

}
.single-product-navigation {
	width: 100%;
}
.nav-item {
	font-weight: 500;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	color: var(--grey-night-50);
	background-color: var(--grey-misty);
	border-radius: 50px;
	overflow: hidden;
	padding: 10px 20px;
	cursor: pointer;
}
.nav-item:hover {
	background: var(--Grey-Cool, rgba(207, 209, 215, 1));
}
.product-navigation-swiper .swiper-slide {
	width: auto;
}
.product-navigation-swiper .swiper-slide-active .nav-item{
    background-color: #fff;
    color: var(--grey-night-50);
}



/* product variations */
.product-color-variations {
	background-color: var(--grey-misty-50);
	display: inline-block;
	width: 100%;
}
.product-color-variations-content {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
	align-items: center;
}
.product-color-variations-slier-holder {
	width: 565px;
	height: auto;
	box-sizing: border-box;
	padding-top: 40px;
}
.product-color-variations-content-holder {
	width: calc(100% - 565px);
	box-sizing: border-box;
}
.color-slider-wrapper {
	display: none;
	height: 565px !important;
}
.color-slider-wrapper .swiper{
	height: 565px !important;
}

.color-image-item {
	width: auto;
	height: 100%;
	display: flex;
	justify-content: right;
  }
  .color-image-item img {
	height: 100% !important;
	width: auto !important;
  }

.color-slider-wrapper.active{
	display: block;
}
.variation-nav-holder {
	position: absolute;
	z-index: 2;
	bottom: 44px;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--grey-misty);
	border-radius: 40px;
	padding: 10px;
}
.variation-nav-holder span {
	color: var(--grey-night-50);
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.variation-nav-swiper-button-next ,
.variation-nav-swiper-button-prev  {
	cursor: pointer;
	
}
.variation-nav-swiper-button-next span, .variation-nav-swiper-button-prev span {
	font-size: 24px;
	display: block;
	width: 24px;
	height: 12px;
	line-height: 12px;
}
.variation-pagination {
	width: 50px !important;
	display: flex !important;
	justify-content: center;
	gap: 5px;
	margin: 0 auto;
	position: static !important;
}
.product-variation-tagline {
	font-weight: 500;
	font-size: 62px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.product-variation-sub-tagline {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
	color: var(--grey-night-50);
}
.color-btn-inner {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}
.color-buttons-main-wrapper.hidden-mobile {
	display: flex;
	align-items: center;
	gap: 15px;
}
.color-selection-buttons {
	display: flex;
	gap: 5px;
	align-items: center;
	cursor: pointer;
}
.color-btn {
	border: 2px solid transparent;
	border-radius: 100%;
	padding: 2px;
}
.color-btn.active {
	border: 2px solid var(--grey-night-50);
}
.color-label-wrapper {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-transform: uppercase;
	color: var(--grey-night-50);
}
/* product variations */


/* product overview */
.product-overview-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-overview-image {
	width: 600px;
	height: auto;
	padding-top: 80px;
}
.product-overview-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.product-overview-content {
	width: calc(100% - 600px);
}
.product-overview-content h2 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--grey-night-50);
}
.overview-tagline {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}
.overview-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: var(--grey-night-50);
}
.product-overview.bg-colored .product-overview-inner {
	background-color: var(--grey-misty);
	border-radius: 32px;
}
.product-overview.section-right .product-overview-inner {
	flex-flow: row-reverse;
}
.product-overview.bg-colored .product-overview-inner .product-overview-image{
	padding-top: 0;
}
.product-overview.section-center {
	padding: 90px 0;
}
.section-center .product-overview-inner {
	flex-wrap: wrap;
}
.product-overview.section-center  .product-overview-content {
	width: 100%;
}
.product-overview.section-center  .product-overview-image {
	width: 800px;
}
/* product overview */

/* product warranty */
.product-warranty {
	background-color: var(--grey-misty-50);
	padding-top: 60px;
}
.product-warranty-container h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.product-warranty-tagline {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}
.product-warranty-description {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.product-warranty-image {
	display: block;
	margin: 0 auto;
	width: 800px;
}
.product-warranty-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
/* product warranty */

/* product accessories */
.product-accessories {
	padding: 40px 0;
}
.product-accessories-content {
	background-color: var(--grey-misty);
	border-radius: 32px;
	overflow: hidden;
	padding: 40px 20px 106px 20px;
	text-align: center;
}
.product-accessories-content h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;
	text-transform: uppercase;
	color: var(--grey-night-50);
	margin-bottom: 20px;
	margin-top: 65px;
}
.product-accessories-tagline {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	margin-bottom: 40px;
}
.product-accessories-grid {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.product-accessory-item h3 {
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: var(--grey-night-50);
}
.product-accessory-description {
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: rgba(30, 30, 40, 0.5);
}
.product-accessory-image {
	width: 50px;
	height: 50px;
	margin: 10px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-accessory-image img{
	width: auto;
	height: 100%;
	object-fit: cover;
}

/* product accessories */
.product-specifications {
	padding: 40px 0;
	background-color: var(--black-night);
}
.product-specifications-content h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	color: var(--grey-night-50);
	margin-bottom: 40px;
}
.product-specification-group {
	display: flex;
	/* padding-bottom: 40px; */
	border-bottom: 1px solid var(--grey-night-50);
	margin-bottom: 40px;
}
.product-specification-group:nth-last-child(1) {
	border-bottom: 0;
	margin-bottom: 0;
}
.specification-group-title {
	width: 280px;
}
.specification-sub-groups {
	width: calc(100% - 280px);
}
.specification-group-title-inner {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.specification-property {
	margin-bottom: 20px;
}
.specification-property:nth-last-child(1) {
	margin-bottom: 0;
}
.property-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: var(--grey-night-50);
}
.property-value {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.specification-sub-group-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.specification-sub-group{
	padding-bottom: 40px;
	border-bottom: 1px solid var(--grey-night-50);
	margin-bottom: 40px;
}
.specification-sub-group:nth-last-child(1) {
	border-bottom: 0;
	margin-bottom: 0;
}
.product-specification-notes {
	padding: 20px 0;
}
.product-specification-notes-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.product-specification-notes-grid {
	margin-bottom: 20px;
}
.product-specification-note {
	font-weight: 500;
	font-size: 10px;
	line-height: 14px;
	color: var(--grey-night-50);
	line-height: 1.5;
}
/* product specifications */

/****
    *****
    Product Single Page
    *****
*****/

/****
    *****
    Product category Page
    *****
*****/
.category-overview.grey-misty-50 {
	background-color: var(--grey-misty-50);
}
.category-overview.black-on-black {
	background-color: var(--black-on-black);
}
.category-overview-image.product-overview-image {
	padding-top: 0;
}
.category-overview-content.product-overview-content {
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}
.category-overview-content .overview-tagline {
	text-align: center;
}
.category-overview-content .overview-description {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.overview-product-link {
	display: inline-block;
	background-image: url(../images/svg/border-mod-2.svg);
		background-repeat: no-repeat;
		width: 195px;
		height: 42px;
		line-height: 42px;
		text-align: center;
	}
.overview-product-button {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-align: center;

}
.category-overview-content .coming-soon-text {
	color: var(--grey-cool);
}
/****
    *****
    Product Phone category Page
    *****
*****/
/****
    *****
   default page
    *****
*****/

.default-page-fluid {
	padding: 80px 0;
	background-color: var(--grey-misty-50);
}
.default-page-published-date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 5%;
	text-transform: uppercase;
	color: var(--grey-night-50);
	margin-bottom: 20px;
}
.default-page-title-text {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0%;
	margin-bottom: 20px;
}
.default-page-content-inner {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--grey-night-50);
}
.default-page-content-inner p {
	margin: 20px 0;
}
.default-page-content-inner p:nth-last-child(1) {
	margin-bottom: 0;
}
.default-page-content-inner h2{
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 5%;
	text-transform: uppercase;
	margin: 20px 0;

}
.default-page-content-inner ul{
	list-style-type: circle;
	list-style-position: inside;
}
.default-page-content-inner ul li {
	display: list-item;
	margin: 10px 0;
	list-style-type: disc;
	list-style-position: inside;
}
.default-page-content-inner ul li:nth-last-child(1) {
	margin-bottom: 0;
}

/****
    *****
   default page
    *****
*****/

/* Custom styles */

.hidden-desktop {
    display: none;
}

.hidden-mobile {
    display: block;
}

/*** c20 ***/
body.postid-26 .product-overview.section-center.bg-colored {
	padding: 0;
}
body.postid-26 .section-center .product-overview-inner {
	flex-wrap: wrap;
}
body.postid-26 .product-overview.section-left.bg-transparent .product-overview-image {
	padding-top: 0;
}
body.postid-26 .product-overview:nth-child(2).bg-colored .product-overview-inner {
	padding: 90px 0;
}
/*** c20 ***/

/* c70 */
body.postid-30 {
	background-color: #000;
}
body.postid-30 .product-color-variations {
	background-color: #000;
}
body.postid-30  .variation-nav-holder {
	background-color: #000;
}
body.postid-30  .product-color-variations {
	background-color: var(--black-on-black);
}
body.postid-30  .product-overview.bg-colored .product-overview-inner{
	background: linear-gradient(0deg, var(--Black-Night, #1E1E28), var(--Black-Night, #1E1E28)),
	linear-gradient(0deg, var(--Black-on-black, #101010), var(--Black-on-black, #101010));
	
}
body.postid-30 .product-warranty {
	background-color: var(--black-on-black);

}
body.postid-30 .product-specifications {
	background-color: var(--black-on-black);
}
body.postid-30 .product-accessories-content {
	background-color: var(--black-on-black);
}
body.postid-30 .product-specification-notes {
	background-color: var(--grey-misty-50);
}
body.postid-30  .product-accessory-item h3{
	color: #fff;
}
body.postid-30 .product-accessory-description{
	color: var(--grey-night-50);
}
/* c70 */
/* Custom styles */






/* responsive */

@media (max-width: 768px) {

    /* Custom styles */
    .hidden-desktop {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    /* Custom styles */

	/****
    *****
    header 768px
    *****
	*****/
	.desktop-nav {
		display: none;
	}
	.header {
		display: flex;
		flex-flow: row-reverse;
		padding: 6px 0;
	}
	.header-logo {
		padding: 10px 0;
		height: 52px;
		margin: 0 auto;
	}
	.mobile-menu-button {
		width: 24px;
		height: 24px;
		line-height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		cursor: pointer;
		color: var(--grey-night-50);
	}
	.header-mobile-language-switcher {
		font-weight: 700;
		font-size: 14px;
		line-height: 1.2;
		text-align: right;
		font-family:IRANYekanX;
		color: var(--grey-night-50);
		opacity: 0;
	}
	.mobile-menu-wrapper{
		padding: 30px 40px 40px 40px;
		display: flex;
		background-color: var(--grey-misty-50);
		height: calc(100vh - 70px);
		overflow: auto;
		position: absolute;
		right: 0;
		top: 70px;
		width: 100%;
		z-index: 100;
		display: none;
	}
	.mobile-menu-wrapper .menu-item-has-children {
		margin-bottom: 40px;
		position: relative;
	}
	.mobile-menu-wrapper .menu-item-has-children:nth-last-child(1) {
		margin-bottom: 0;
	}

	.mobile-menu-wrapper .menu-item-has-children > a {
		font-weight: 700;
		font-style: Bold;
		font-size: 12px;
		line-height: 1.2;
		letter-spacing: 5%;
		display: inline-block;
		margin-bottom: 15px;
		color: var(--grey-cool);
	}
	.mobile-menu-wrapper .menu-item-has-children .sub-menu > li > a{
		font-weight: 500;
		font-style: Medium;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0%;
		color: var(--grey-night-50);
		margin-bottom: 15px;
		display: inline-block;
	}
	.mobile-menu-wrapper .menu-item-has-children .sub-menu > li:nth-last-child(1) > a{
		margin-bottom: 0;
	}
	.mobile-menu-wrapper::before {
		content: '';
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 40px;
		background-image: url(../images/svg/mobile-menu-bg.svg);
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0;
		left: 0;
		background-position-y: top;
	}
	/****
    *****
    header 768px
    *****
	*****/

	/****
    *****
    home page 768px
    *****
	*****/
	.slide-image {
		width: 100%;
		height: auto;
		margin-right: 0;
	  }
	  .slide-content.slide-align-right .slide-image {
		margin-left: 0;
	}
	  .slide-overlay {
		width: 100%;
		position: relative;
	  }
	  .slide-content {
		flex-wrap: wrap;
	  }

	  .slide-content.slide-align-right {
			flex-wrap: wrap;
		}
	  .slide-image img {
		height: auto;
		width: 100%;

	}
	.slide-overlay {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.slide-text {
		padding-bottom: 40px;
		text-align: center;
	}
	.slide-title{
		text-align: center;
		margin-top: 35px;
	}
	.slide-subtitle {
		text-align: center;
	}

	.home-featured-products-coming-soon {
		display: none;
	}
	.home-featured-products-carousel {
		width: 100%;
		padding-left: 10px;
	}
	.featured-product-item-slide{
		width: 140px !important;
	}
	.featured-product-tagline {
		display: none;
	}
	.discover-section-wrapper {
		padding: 40px 20px;
	}
	.discover-section-header {
		padding: 0;
	}
	.discover-items-container {
		margin-top: 80px;
	}
	.home-discover-item-inner {
		padding: 40px 0;
	}
	.discover-item-left .home-discover-item-inner {
		flex-flow: column;
	}
	.home-discover-item-image img {
		width: 100%;
		height: auto;
	}
	.home-discover-item-image {
		width: 100%;
		height: auto;
	}
	.discover-section-tagline {
		font-size: 32px;
	}
	.home-discover-item-content {
		width: 100%;
		padding: 0 20px;
		margin-top: 20px;
	}
	.home-discover-item-description {
		font-size: 14px;
		line-height: 22px;
	}
	.home-discover-item-inner {
		flex-wrap: wrap;
	}
	#discover-item-3 .home-discover-item-title {
		margin-top: 40px;
	}
	.home-warranty-image-container {
		width: 100%;
	}
	/****
    *****
    home page 768px
    *****
	*****/
	/****
    *****
    footer 768px
    *****
	*****/
	.footer-fluid {
		background-color: var(--black-night);
		padding: 80px 40px;
	}
	#menu-top-footer-menu-1 {
		width: 100%;
	}
	.footer-top-menu > ul > li {
		width: 50%;
	}
	.bottom-footer-menu > ul {
		flex-wrap: wrap;
	}
	.bottom-footer-menu > ul > li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.bottom-footer-menu > ul > li:nth-last-child(1) {
		margin-bottom: 0;
	}
	
	.fc-inner {
		width: 50%;
		line-height: 2;
	}

	/****
    *****
    footer 768px
    *****
	*****/

	/****
    *****
    product single page 768px
    *****
	*****/
	.single-product-navigation {
		width: calc(100% - 70px);
	}
	.nav-item {
		font-weight: 500;
		font-size: 14px;
	}
	.single-product-title {
		margin-right: 10px;
	}
	.single-product-header-bg {
		background-size: cover;
		opacity: 0.5;

	}
	.product-color-variations-content {
		flex-wrap: wrap;
	}
	.product-color-variations-slier-holder {
		width: 100%;
	}
	.product-color-variations-content-holder {
		width: 100%;
	}
	.color-image-item {
		width: 100% !important;
		height: auto !important;
	}
	.color-image-item img {
		height: auto !important;
		width: 100% !important;
	}
	.color-slider-wrapper .swiper {
		height: 350px !important;
	}
	.color-slider-wrapper {
		height: 350px !important;
		min-height: auto;
	}
	.variation-nav-holder {
		bottom: 20px;
	}
	.color-buttons-main-wrapper.hidden-desktop {
		display: flex;
		align-items: center;
		margin: 20px auto;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.color-label-wrapper {
		width: 100%;
		text-align: center;
	}
	.color-buttons-main-wrapper.hidden-mobile {
		display: none !important;
	}
	.product-variation-tagline {
		text-align: center;
		font-size: 48px;
	}
	.product-variation-sub-tagline {
		text-align: center;
	}
	.product-overview-container {
		padding-top: 60px;
	}
	
	.product-overview-inner {
		flex-wrap: wrap;
	}
	.product-overview-content {
		width: 100%;
	}
	.product-accessories-content h2 {
		margin-top: 0;
	}
	.product-overview-image {
		width: 100%;
		padding-top: 0;
		overflow: hidden;
	}
	.product-overview.section-right .product-overview-inner {
		flex-flow: row-reverse;
		padding-top: 60px;
		flex-wrap: wrap;
		padding: 60px 20px 20px 20px;
	}
	.overview-tagline {
		max-width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.product-warranty-image {
		width: 100%;
	}
	.product-accessories-grid {

		flex-wrap: wrap;
	}
	.product-accessory-item {
		width: 40%;
	}
	.product-accessories-content {
		padding-bottom: 40px;
	}
	.product-specifications {
		padding: 40px;
	}
	.product-specification-group {
		flex-wrap: wrap;
	}
	.product-specifications-content h2 {
		margin-bottom: 20px;
	}
	.specification-sub-groups {
		width: 100%;
	}
	.specification-group-title-inner {
		margin-bottom: 20px;
	}
	.product-overview.section-left.bg-transparent {
		padding-top: 60px;
	}
	/****
    *****
    product single page 768px
    *****
	*****/
		/****
    *****
    about page 768px
    *****
	*****/
	.about-overview-inner {
		flex-wrap: wrap;
	}
	.about-overview-content {
		width: 100%;
		padding: 0 20px;
	}
	.about-overview-image {
		width: 100%;
		margin: 20px auto;
	}
	.about-overview-tagline{
		font-size: 32px;
	}
	/****
    *****
    about page 768px
    *****
	*****/

	/****
    *****
    connect page 768px
    *****
	*****/
	.connect-faq-inner {
		flex-wrap: wrap;
	}
	.connect-faq-title-image {
		width: 100%;
	}
	.connect-faq-list {
		width: 100%;
	}
	.connect-faq-title h1 {
		padding: 40px;
		text-align: center;
		font-size: 32px;
		padding-top: 0;
	}
	.connect-faq-featured-image {
		display: none;
	}
	.connect-us-content-wrapper {
		flex-wrap: wrap;
	}
	.connect-us-content {
		width: 100%;
		padding: 0;
	}
	.connect-faq-item {
		width: 100%;
	}
	.connect-faq-question-text {
		font-size: 14px;
	}
	.connect-us-section {
		padding: 40px;
	}
	.connect-us-form {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.connect-us-title h2 {
		font-size: 32px;
	}
	.connect-us-description {
		width: 100%;
	}
	.connect-us-form .choices {
		width: 100% !important;
	}
	.connect-social-image {
		width: 100%;
	}
	.connect-social-section {
		padding-top: 60px;
	}
	/****
    *****
    connect page 768px
    *****
	*****/

	/****
    *****
    category phone page 768px
    *****
	*****/
	.category-overview-inner.product-overview-inner {
		flex-flow: column-reverse;
		padding: 40px 0;
	}
	.category-overview.product-overview.section-right .category-overview-inner.product-overview-inner {
		flex-flow: column-reverse;
	}
	.category-overview.product-overview.section-right  .category-overview-image.product-overview-image {
		padding-bottom: 20px;
	}
	/****
    *****
    category phone page 768px
    *****
	*****/



	/* Custom styles */
	/*** c20 ***/
	body.postid-26 .product-overview.section-right .product-overview-inner{
		padding-bottom: 0;
	}
	/*** c20 ***/

	/* c50 */
	body.postid-28 .product-overview.bg-colored .product-overview-inner {
		border-radius: 32px;
		padding : 40px 20px 0 20px
	}
	body.postid-28  .product-overview.section-center.bg-transparent {
		padding-top: 0;
	}
	/* c50 */
	/* c70 */
	body.postid-30 .product-overview.section-left.bg-colored .product-overview-inner {
		padding: 40px 20px 0 20px;
	}
	body.postid-30 .product-overview-inner {
		padding: 60px 20px 0 20px !important;
	}
	body.postid-30  .product-overview.section-right.bg-transparent .product-overview-image {
		padding-top: 40px;
	}
	body.postid-30 .product-overview.section-center.bg-transparent {
		padding-top: 0;
	}
	body.postid-30  .product-overview-container.container {
		padding-top: 0;
	}
	/* c70 */
	/* Custom styles */
	

}

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

	/****
    *****
    header 769px - 991px
    *****
	*****/
	.mega-menu-phone-container {
		display: none !important;
	}
	.desktop-nav > ul > li.menu-item-has-children.mega-menu:hover > .sub-menu{
		display: block;
	}
	.desktop-nav > ul > li.menu-item-has-children.mega-menu > .sub-menu {
		position: absolute;
		top: 16px;
		left: -40px;
		width: 200px;
		background-color: var(--grey-misty-50);
		padding: 40px;
		border-radius: 0 0 32px 32px;
		padding-top: 64px;
		z-index: 3;
	}
	.desktop-nav>ul>li.menu-item-has-children.mega-menu:hover>.sub-menu{
		display: block;
	}
	.desktop-nav > ul > li.menu-item-has-children.mega-menu > .sub-menu > li >a{
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		color: var(--grey-night-50);
		text-transform: capitalize;
		margin-bottom: 16px;
		display: block;
	
	}

	/****
    *****
    header 769px - 991px
    *****
	*****/

	/****
    *****
    	home Page 769px - 991px
    *****
	*****/
	.slide-content {
		flex-wrap: wrap;
	}
	.slide-content.slide-align-right {
		flex-wrap: wrap;
	}
	.slide-image {
		width: 100%;
		justify-content: center;
		text-align: center;
		display: flex;
		margin-right: 0;
	}
	.slide-content.slide-align-right .slide-image {
		margin-left: 0;
	}
	.slide-overlay {
		position: relative;
		width: 100%;
		text-align: center;
		top: auto;
		left: auto;
		transform: none;
		padding-bottom: 50px;
	}

	.home-featured-products-coming-soon {
		display: none;
	}
	.home-featured-products-carousel {
		width: 100%;
	}

	.featured-product-item-slide {
		width: 160px !important; 
	}

	.discover-section-tagline {
		font-size: 48px;

	}

	.home-discover-item-inner {
		flex-wrap: wrap !important;
	}
	  .home-discover-item-image {
		width: 400px;
		margin: 0 auto;
	}
	  .home-discover-item-content {
		width: 100%;
	  }
	  .home-discover-item-content {
		padding-top: 40px;
	}
	/****
    *****
    home home Page 769px - 991px
    *****
	*****/
	/****
    *****
    product single page 769px - 991px
    *****
	*****/
	.product-color-variations-slier-holder {
		width: 300px;
		height: 340px;
	}
	.product-color-variations-content-holder {
		width: calc(100% - 300px);
		box-sizing: border-box;
	}
	.color-slider-wrapper {
		height: 340px !important;
	}
	.color-slider-wrapper .swiper {
		height: 340px !important;
	}
	.product-color-variations-slier-holder{
		padding-top: 0;
	}
	.product-overview-image {
		width: 300px;
	}
	.product-overview-content {
		width: calc(100% - 300px);
	}
	.product-warranty-image {
		width: 500px;
	}
	/****
    *****
    product single page 769px - 991px
    *****
	*****/
	/****
    *****
    about page 769px - 991px
    *****
	*****/
	.about-overview-content {
		width: calc(100% - 300px);
		padding: 0 20px;
	}
	.about-overview-image {
		width: 300px;
	}
	/****
    *****
    about page 769px - 991px
    *****
	*****/

	/****
    *****
    connect page 769px - 991px
    *****
	*****/
	.connect-faq-inner {
		flex-wrap: wrap;
	}
	.connect-faq-title h1 {
		font-size: 40px;
	}
	.connect-faq-title-image {
		width: 100%;
	}
	.connect-faq-list {
		width: 100%;
		margin-top: 40px;
	}
	.connect-us-content-wrapper {
		flex-wrap: wrap;
	}
	  .connect-us-content {
		width: 100%;
	}
	.connect-us-title h2 {
		font-size: 40px;
	}
	.connect-us-form {
		width: 100%;
		padding: 0 80px;
	}
	/*****
    connect page 769px - 991px
    *****
	*****/
}
@media (min-width: 992px) and (max-width: 1199px) {

	/****
    *****
    header 992px - 1199px
    *****
	*****/
	.mega-menu-phone-container {
		right: -201PX;
		width: calc(960px - 0px );
		padding: 40px;
	}

	/****
    *****
    header 992px - 1199px
    *****
	*****/

	/****
    *****
    	home Page 992px - 1199px
    *****
	*****/
	.slide-image {
		height: 400px;
		width: auto;
	}

	.home-featured-products-coming-soon {
		width: 160px;
		margin-left: 10px;
	}
	.home-featured-products-carousel {
		width: calc(100% - 190px);
	}
	.featured-product-item-slide {
		width: 160px !important; 
	}
	.home-discover-item-inner {
		flex-wrap: wrap !important;
	  }
	  .home-discover-item-image {
		width: 400px;
		margin: 0 auto;
	}
	  .home-discover-item-content {
		width: 100%;
	  }
	  .home-discover-item-content {
		padding-top: 40px;
	}
		/****
    *****
    home home Page 992px - 1199px
    *****
	*****/

	/****
    *****
    product single page 992px - 1199px
    *****
	*****/

	.product-color-variations-slier-holder {
		width: 400px;
		height: 440px;
	}
	.color-slider-wrapper {
		height: 440px !important;
	}
	.color-slider-wrapper .swiper {
		height: 440px !important;
	}
	
	.product-color-variations-content-holder {
		width: calc(100% - 400px);
		box-sizing: border-box;
		
	}
	.product-color-variations-slier-holder{
		padding-top: 0;
	}
	.product-overview-image {
		width: 400px;
	}
	.product-overview-content {
		width: calc(100% - 400px);
	}
	.product-warranty-image {
		width: 500px;
	}
	/****
    *****
    product single page 992px - 1199px
    *****
	*****/
	/****
    *****
    about page 992px - 1199px
    *****
	*****/
	.about-overview-image {
		width: 400px;
	}
	.about-overview-content {
		width: calc(100% - 400px);
	}
	/****
    *****
    about page 992px - 1199px
    *****
	*****/

	/****
    *****
    connect page 992px - 1199px
    *****
	*****/
	.connect-faq-title h1 {
		font-size: 40px;
	}
	.connect-faq-title-image {
		width: 400px;
	  }
	  .connect-faq-list {
		width: calc(100% - 400px);
	  }
	  .connect-us-content {
		width: 400px;
	}
	.connect-us-title h2 {
		font-size: 40px;
	}
	.connect-us-form {
		width: calc(100% - 400px);
		padding: 0 80px;
	}
	/*****
    connect page 992px - 1199px
    *****
	*****/
	
}

@media (min-width: 1200px) and (max-width: 1399px) {
	/****
    *****
    header 1200px - 1399px
    *****
	*****/
	.mega-menu-phone-container {
		right: -200PX;
		width: calc(1140px - 0px );
		padding: 40px;
	}
	/****
    *****
    header 1200px - 1399px
    *****
	*****/

	/****
    *****
    home Page 1200px - 1399px
    *****
	*****/
	.slide-image {
		height: 500px;
		width: auto;
	}

	/* Calculate widths for 1140px container (reduced from 1320px) */
	.home-featured-products-coming-soon {
		width: 190px;
		margin-left: 10px;
	}
	.home-featured-products-carousel {
		width: calc(100% - 225px);
	}
	.featured-product-item-slide {
		width: 190px !important; 
	}
	.home-discover-item-image {
		width: 350px;
	}
	.home-discover-item-content {
		width: calc(100% - 350px);
	}

		/****
    *****
    home Page 1200px - 1399px
    *****
	*****/

	/****
    *****
    product single page 1200px - 1399px
    *****
	*****/

	/******** Size Ajibie *******/

	/****
    *****
    product single page 1200px - 1399px
    *****
	*****/


}

@media (min-width: 1400px) {
}
