/*
Theme Name: افرالند
Description: قالب جدید سایت افرالند
Version: 1.1.0
Author:	hamid
Theme URI: https://webkeen.ir
Author URI: https://webkeen.ir
License: webkeen
Text Domain: webkeen
*/


/* font variable */
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('assets/front/fonts/IRANYekanX/variable/IRANYekanXVF.woff2') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('assets/front/fonts/IRANYekanX/variable/IRANYekanXVF.woff2') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}

@font-face {
    font-family: 'YekanBakhXVF';
    src: url('assets/front/fonts/Yekan-Bakh/variable/YekanBakhXVF.woff2') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('assets/front/fonts/Yekan-Bakh/variable/YekanBakhXVF.woff2') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}
@font-face {
    font-family: 'icomoon';
    src: url('assets/front/fonts/font-icon/icomoon.eot?adwdn0');
    src: url('assets/front/fonts/font-icon/icomoon.eot?adwdn0#iefix') format('embedded-opentype'),
        url('assets/front/fonts/font-icon/icomoon.ttf?adwdn0') format('truetype'),
        url('assets/front/fonts/font-icon/icomoon.woff?adwdn0') format('woff'),
        url('assets/front/fonts/font-icon/icomoon.svg?adwdn0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-4:before {
    content: "\e900";
    color: #5d2ad4;
}

.icon-5:before {
    content: "\e901";
    color: #5d2ad4;
}

.icon-7:before {
    content: "\e902";
    color: #5d2ad4;
}

.icon-6:before {
    content: "\e903";
    color: #5d2ad4;
}

.icon-2:before {
    content: "\e904";
    color: #5d2ad4;
}

.icon-3:before {
    content: "\e905";
    color: #5d2ad4;
}

.icon-1:before {
    content: "\e906";
    color: #5d2ad4;
}

.icon-0:before {
    content: "\e907";
    color: #5d2ad4;
}

.icon-8:before {
    content: "\e908";
    color: #5d2ad4;
}

.icon-9:before {
    content: "\e909";
    color: #5d2ad4;
}


:root {
    /* رنگ‌های برند */
    --color-primary: #023561;
    --color-secondary: #5d2ad4;
    --color-tertiary: #88fa05;
    --color-accent1: #e5facd;
    --color-accent2: #a078ff;
    --color-accent3: #e5dcfa;
    /* پس‌زمینه‌ها */
    --color-whit-bg: #FFFFFF;
    --color-card-bg: #F5F5F5;
    --color-border: #E0E0E0;
	--color-accent4:#124754;
    --color-overlay: rgba(2, 53, 97, 0.6);

    /* متن‌ها */
    --color-text: #262626;
    --color-gray: #595959;
    --color-divider: #dfdfdf;
    --color-lightgray: #f2f2f2;
	--color-lightgray2: #f7f7f7;
    --color-white: #fff;
    /* دکمه‌ها */
    --color-button-bg: #D32F2F;
    --color-button-text: #FFFFFF;
    --color-button-hover: #B71C1C;
}

/* font family */
.tooltip,
body {
    font-family: YekanBakhXVF, tahoma;
}

tr,
td,
th {
    font-family: 'YekanBakhXVF', tahoma;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'YekanBakhXVF', tahoma;
    }
}
ins {
    text-decoration: none;
}
body {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	background-color: var(--color-lightgray);
}
section {
    padding-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
}
.section-space {
	height: 50px;
}
* {
    letter-spacing: 0;
    box-sizing: border-box;
    font-family: 'YekanBakhXVF', tahoma;
}
h1{
    font-size: 32px;
    font-weight: 800;
	color: var(--color-primary);
}
h2{
    font-size: 32px;
    font-weight: 800;
	color: var(--color-primary);
}
h3{
    font-size: 24px;
    font-weight: 700;
	color: var(--color-primary);
}
h4{
    font-size: 20px;
    font-weight: 600;
	color: var(--color-primary);
}
h5{
    font-size: 16px;
    font-weight: 550;
	color: var(--color-primary);
}
h6{
    font-size: 32px;
    font-weight: 500;
	color: var(--color-primary);
}

a {
    cursor: pointer;
        font-family: 'YekanBakhXVF', tahoma;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
    color: var(--color-secondary);
}
img {
	max-width: 100%;
	height: auto;
}
button {
	cursor: pointer;
}
input {
	padding: 8px;
}
input:focus{
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* برای فایرفاکس */
}
abbr {
    text-decoration: none;
}
.madal-afraland {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    max-width: 400px;
    width: 100%;
    background: var(--color-lightgray);
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow-y: auto;
    bottom: 15px;
    display: none;
}
.overlay{
    position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        background: var(--color-overlay);
        height: 100%;
}
.rotate-180{
    transform: rotate(180deg);
    transition: all ease .03s;
}
.overlay-hide {
display:none;
}
.caption, p {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: var(--color-gray);
}
.editor_signature {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px;
    background: var(--color-accent3);
    color: var(--color-primary);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    gap: 30px;
}
.editor_signature::before {
    content: url('https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/favicon.png');
    display: flex;
    width: 56px;
    height: 56px;
    min-width: 56px;
    justify-content: center;
    align-items: center;
}
.editor_signature p {
    font-size: 24px !important;
    font-weight: 725 !important;
    line-height: 100%;
}
blockquote {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px;
    background: #d9ebff;
    color: var(--color-primary);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    gap: 30px;
}
blockquote p {
    margin: 0;
    font-size: 20px !important;
    font-weight: 325 !important;
}
blockquote::before {
    content: url('https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/bloq.svg');
    display: flex;
    width: 56px;
    height: 56px;
    min-width: 56px;
    justify-content: center;
    align-items: center;
}
.abbr-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #d9ebff;
    color: var(--color-primary);
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
}
.abbr-content::before {
    content: url('https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/msg1.svg');
    display: flex;
    width: 56px;
    height: 56px;
    min-width: 56px;
    justify-content: center;
    align-items: center;
}
.abbr-content p {
    font-size: 20px !important;
    font-weight: 325 !important;
    line-height: 100%;
}
.subtitle{
    font-size: 12px;
    font-weight: 400;
}
.content-text , .content-text p{
    font-size: 16px;
    font-weight: 325;
    line-height: 36px;
}
.aligncenter {
    margin: 0 auto;
}
.d-flex {
    display: flex;
}
.d-block{
	display: block;
}
.d-none{
	display: none;
}
.d-grid {
    display: grid;
}

.d-inline-flex {
    display: inline-flex;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-align-items-center {
    align-items: center;
}
.flex-align-items-end {
    align-items: end;
}
.flex-justify-content-space-between {
    justify-content: space-between !important;
}

.flex-justify-content-space-around {
    justify-content: space-around;
}

.flex-justify-content-end {
    justify-content: end !important
}
.flex-justify-content-center{
    justify-content: center;
}
.flex-dir-col {
    flex-direction: column;
}
.flex-align-items-stretch {
    align-items: stretch;
}
.grid-template-2 {
    grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

.flex-wrap {
    flex-wrap: wrap;
}
.height-20 {
    height: 20px !important;
}
.gap-3 {
    gap: 3px;
}
.gap-4{
gap:4px;
}
.gap-5 {
    gap: 5px;
}
.gap-6 {
    gap: 6px;
}
.gap-8 {
    gap: 8px;
}
.p-12{
    padding: 12px;
}
.gap-10 {
    gap: 10px;
}
.gap-12 {
    gap: 12px;
}
.gap-15 {
    gap: 15px;
}

.gap-25 {
    gap: 25px;
}
.gap-30{
    gap:30px
}
.gap-45{
gap: 45px;
}
.gap-60{
    gap:60px;
}
.text-center {
    text-align: center;
}

@media (min-width:768px) {
    .col-m-15 {
        width: 15%;
        flex: 1 1 15%;
    }
.col-m-20 {
    width: 20%;
    flex: 1 1 20%;
}
    .col-m-25 {
        width: 25%;
    flex: 1 1 23%;
    }

    .col-m-30 {
        width: 30%;
        flex: 1 1 30%;
    }
  .col-m-35 {
        width: 35%;
        flex: 1 1 34%;
    }
    .col-m-40 {
        width: 40%;
        flex: 1 1 38%;
    }

.col-m-50 {
    width: 50%;
    flex: 1 1 48%;
}
    .col-m-55 {
        width: 55%;
        flex: 1 1 55%;
    }
    .col-m-60 {
        width: 60%;
        flex: 1 1 60%;
    }
    .col-m-65 {
        width: 65%;
        flex: 1 1 65%;
    }
    .col-m-70 {
        width: 70%;
        flex: 1 1 70%;
    }

    .col-m-75 {
        width: 75%;
        flex: 1 1 75%;
    }
    .col-m-80 {
        width: 80%;
        flex: 1 1 80%;
    }
    .col-m-100 {
        width: 100%;
    }

    .col-m-85 {
        width: 85%;
        flex: 1 1 85%;
    }

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

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

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

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

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

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

@media (max-width:767px) {
    .col-s-15 {
        width: 15%;
    }

    .col-s-25 {
        width: 25%;
    }

    .col-s-30 {
        width: 30%;
    }

    .col-s-40 {
        width: 40%;
    }

    .col-s-50 {
        width: 50%;
    }

    .col-s-60 {
        width: 60%;
    }

    .col-s-70 {
        width: 70%;
    }

    .col-s-75 {
        width: 75%;
    }

    .col-s-100 {
        width: 100%;
    }

    .col-s-85 {
        width: 85%;
    }

    .col-s-100 {
        width: 100%;
    }
}
.p-0 {
	padding: 0px !important;
}
.p-l-15 {
    padding-left: 15px;
}
.p-4 {
	padding: 4px;
}
.p-8 {
    padding: 8px;
}

.p-12 {
    padding: 12px;
}

.p-15 {
    padding: 15px;
}

.p-25 {
    padding: 25px;
}
.p-30{
padding: 30px;
}
.pl-8{
padding-left:8px
} 
.pr-8{
padding-right:8px
}
.p-15 {
    padding: 15px;
}
.m-4 {
    margin: 4px;
}
.m-8 {
    margin: 8px;
}
.border-1-200 {
    border: 1px solid var(--color-border);
}

.radius-15 {
    border-radius: 15px;
}
.social-icon {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.question2-icon {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/question2.svg);
    background: var(--color-tertiary);
    width: 24px;
    height: 24px;
    border-radius: 100px;
}
.question-square{
 content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/question-square.svg);
}
.check-icon {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/check.svg);
    background: var(--color-tertiary);
    width: 24px;
    height: 24px;
    border-radius: 100px;
}
.star-icon {
    background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/star.svg);
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
}
.times-icon {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/times.svg);
    background: #ff3830;
    width: 24px;
    height: 24px;
    border-radius: 100px;
}
.question-icon{
content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/question.svg);
}
.instagram-icon {
    background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/instagram.svg);
}
.aparat-icon{
background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/aparat.svg);
}
.youtube-icon{
background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/youtube.svg);
}
.telegram-icon{
background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/telegram.svg);
}
.view-icon {
	background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/Union.svg);
	width: 20px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.express-icon{
	background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/truck.svg);
	width: 32px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.coin-icon {
    background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/coin.svg);
    width: 32px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.headphon-icon {
    background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/headphones.svg);
    width: 32px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.esalat-icon {
    background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/esalat.svg);
    width: 32px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.date-icon {
	background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/date.svg);
	width: 14px;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.background-white {
    background-color: #fff;
}
.relative{
position: relative;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.m-0{
margin: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15{
    margin-bottom:15px
}
.mb-16 {
    margin-bottom: 16px;
}
.mt-8{
    margin-top:8px;
}
.pt-0{
    padding: 0;
}
.pt-8{padding-top: 8px;}
.pb-8{padding-bottom: 8px;}
.pt-15{padding-top: 15px;}
.pb-15{padding-bottom: 15px;}
.pr-15 {
    padding-right: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.pt-25{padding-top: 25px;}
.pb-25{padding-bottom: 25px;}
.pt-30{padding-top: 30px;}
.pb-30{padding-bottom: 30px;}
.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.back-white {
    background: #FFF;
}

.container {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 15px;
}
.vertical-line {
	width: 1px;
	height: 40px;
	background: var(--color-divider);
}
.horizontal-line {
	width: 100%;
	height: 1px;
	background: var(--color-lightgray);
	margin: 12px 0;
}
.section-about .square-icon {
    fill: #e8e8e8 !important;
}
.horizontal-line.line2 {
	opacity: 20%;
	margin: 0;
}
.square-icon {
    position: absolute;
    z-index: 99;
}
.square-icon.lightgray {
    fill: var(--color-lightgray);
    stroke: var(--color-lightgray);
}
.square-icon.primmary {
    fill: #01192e;
    stroke: #01192e;
}
.square-icon.white {
	fill: var(--color-white);
    stroke:var(--color-white);
}
.square-icon.icon-top-left {
	top: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.square-icon.icon-top-right {
	top: -1px;
	right: -1px;
}
.square-icon.icon-bottom-right {
	bottom: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.square-icon.icon-bottom-left {
	bottom: -1px;
	left: -1px;
	transform: rotate(-180deg);
}
.square-shape {
	content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	position: absolute;

}
.square-shape-4 {
	content: "" !important;
		display: inline-block;
		width: 13px;
		height: 13px;
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='white'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
}
.shape-primary {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23023561%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23023561%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23023561%22/%3E%3C/svg%3E");
}
.shape-purple {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='8' height='6' fill='%23e5dcfa'/%3E%3Crect x='6' width='6' height='6' fill='%23e5dcfa'/%3E%3Crect x='6' y='6' width='6' height='6' fill='%23e5dcfa'/%3E%3C/svg%3E");
}
.shape-white-border-green  {
     content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='white'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
 }
 .shape-white {
	content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' width='8' height='6' fill='white'/%3E%3Crect x='7' y='6' width='6' height='6' fill='white'/%3E%3Crect x='7' width='6' height='6' fill='white'/%3E%3C/svg%3E");
}

.shape-gray{
content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23E8E8E8%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23E8E8E8%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23E8E8E8%22/%3E%3C/svg%3E");
}
.shape-gray2 {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23e3e3e3%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23e3e3e3%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23e3e3e3%22/%3E%3C/svg%3E");
}
.shape-blue{
content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%235d2ad4%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%235d2ad4%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%235d2ad4%22/%3E%3C/svg%3E");
}
.shape-navy-blue {
	content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%226%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%2301192e%22/%3E%3Crect%20x%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%2301192e%22/%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%2301192e%22/%3E%3C/svg%3E");
}
.shape-accent2 {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20filter%3D%22url(%23filter0_d_1556_113036)%22%3E%3Crect%20x%3D%221%22%20y%3D%227%22%20width%3D%228%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3C/g%3E%3Cg%20filter%3D%22url(%23filter1_d_1556_113036)%22%3E%3Crect%20x%3D%227%22%20y%3D%221%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3C/g%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22%23F2F2F2%22/%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_d_1556_113036%22%20x%3D%220%22%20y%3D%226%22%20width%3D%229%22%20height%3D%227%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22/%3E%3CfeOffset%20dx%3D%22-1%22%20dy%3D%22-1%22/%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22/%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.629%200%200%200%200%200.47%200%200%200%200%201%200%200%200%201%200%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1556_113036%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1556_113036%22%20result%3D%22shape%22/%3E%3C/filter%3E%3Cfilter%20id%3D%22filter1_d_1556_113036%22%20x%3D%226%22%20y%3D%220%22%20width%3D%227%22%20height%3D%227%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22/%3E%3CfeOffset%20dx%3D%22-1%22%20dy%3D%22-1%22/%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22/%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.629%200%200%200%200%200.47%200%200%200%200%201%200%200%200%201%200%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_1556_113036%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_1556_113036%22%20result%3D%22shape%22/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.shape-white-border{
  content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='%23ffffff'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='%23ffffff'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='%23ffffff'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.square2 {
	width: 4px;
	height: 4px;
	z-index: 9;
	position: absolute;
}
.square-blue{
	background-color: #5d2ad4;
}
.square-blue2 {
	background-color: #023461;
}
.contact-item .square-shape-top-right {
	box-shadow: -1px 1px 0 0 #023461;
}

.contact-item .square-shape-top-left {
	box-shadow: 0px 0px 0 0 #023461;
}
.h-40{
    height: 40px !important;
}
.h-30 {
    height: 30px !important;
}
.h-16{
	height: 16px;
}
.h-1{
	height: 1px;
}
.contact-item .square-shape-bottom-left {
	box-shadow: 1px -1px 0 0 #023461;
}

.contact-item .square-shape-bottom-right {
	box-shadow: 0px 0px 0 0 #023461;
}
.bg-white{
    background-color: var(--color-whit-bg);
}
.shape1 {
	right: -1px;
	bottom: -1px;
	z-index: 9;
	transform: rotate(90deg);
}
.shape2 {
	left: -1px;
	bottom: -1px;
	transform: rotate(180deg);
}
.shape3 {
	right: -1px;
	top: -1px;
	z-index: 9;
}
.shape4 {
	left: -1px;
	top: -1px;
	transform: rotate(-90deg);
}
.shape-lightgray {
    content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_850_51512)'%3E%3Crect x='1' width='8' height='6' fill='%23f2f2f2'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_850_51512)'%3E%3Crect x='7' y='6' width='6' height='6' fill='%23f2f2f2'/%3E%3C/g%3E%3Crect x='7' width='6' height='6' fill='%23f2f2f2'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_850_51512' x='0' y='0' width='9' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_850_51512' x='6' y='6' width='7' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.531813 0 0 0 0 0.98 0 0 0 0 0.0196 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_850_51512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_850_51512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.square-shape-top-right{
	top: 0px;
	right: 0px;
	border-right: none;
	border-bottom: none;
	box-shadow: -1px 1px 0 0 var(--color-accent2);
}
.square-shape-top-left {
	top: 0px;
	left: 0px;
	border-right: none;
	border-bottom: none;
	box-shadow: 0px 0px 0 0 var(--color-accent2);
}
.square-shape-bottom-left {
	bottom: 0px;
	left: 0px;
	border-right: none;
	border-bottom: none;
	box-shadow: 1px -1px 0 0 var(--color-accent2);
}
.square-shape-bottom-right {
	bottom: 0px;
	right: 0px;
	border-right: none;
	border-bottom: none;
	box-shadow: 0px 0px 0 0 var(--color-accent2);
}
.square-shape1 {
	right: -1px;
	bottom: -1px;
	z-index: 9;
}
.square-shape2 {
    left: -1px;
    bottom: -1px;
    transform: rotate(90deg);
    z-index: 9;
}
.square-shape3 {
    right: -1px;
    top: -1px;
    transform: rotate(-90deg);
    z-index: 9;
}
.square-shape4 {
	left: -1px;
	top: -1px;
	transform: rotate(180deg);
	z-index: 9;
}
/* header */
.header-top {
	background-color: var(--color-whit-bg);
	padding-right: 25px;
	padding-left: 25px;
}
.afralland-logo img {
	display: block;
}
.search-box {
	background-color: var(--color-lightgray);
}
.search-box input {
	width: 100%;
	background: var(--color-lightgray);
	border: 0;
}
.search-box input {
    width: 100%;
    background: var(--color-lightgray);
    border: 0;
    font-weight: 325;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-gray);
}
.search-box {
	background-color: var(--color-lightgray);
	padding: 4px 10px;
}

.search-box::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20opacity%3D%220.5%22%3E%3Cpath%20d%3D%22M4%200H12V2H4V0ZM2%204V2H4V4H2ZM2%2012H0V4H2V12ZM4%2014H2V12H4V14ZM12%2014V16H4V14H12ZM14%2012H12V14H14V16H16V18H18V20H20V18H18V16H16V14H14V12ZM14%204H16V12H14V4ZM14%204V2H12V4H14Z%22%20fill%3D%22%23595959%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.search-results {
    box-shadow: 0px -4px 8px 0px #0000001F;
    background: var(--color-whit-bg);
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% + 6px);
}
.search-result-list {
    list-style: none;
    margin: 0;
}
.search-category a {
    background: var(--color-accent1);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-primary);
}
.search-product-item {
    margin-bottom: 8px;
}
.search-result-list .product-info .product-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-primary);
}
.search-result-list .product-price span bdi {
    font-weight: 450;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-primary);
}
.search-result-list .product-thumb {
    max-width: 75px;
    max-height: 56px;
}
.search-more-btn {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.search-more-btn a::after {
    background: var(--color-accent3) !important;
    border-color: var(--color-accent2) !important;
}
.close-search {
    cursor: pointer;
}
#menu-top-menu, #menu-main-menu {
	margin: 0;
	padding: 0;
}
#menu-top-menu{
	float: left;
}
#menu-top-menu li a, #menu-main-menu li a {
	padding: 8px;
	color: var(--color-gray);
	font-weight: 325;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	vertical-align: middle;
}
#menu-top-menu li,#menu-main-menu li {
	list-style: none;
	font-size: 12px;
	width: ;
	font-weight: 325;
}
.link-box .box-inner {
	font-size: 14px;
	font-weight: 325;
	border: 1px solid var(--color-secondary);
	padding: 7px 18px;
	height: 40px;
	display: flex;
	align-items: center;
	background: var(--color-secondary);
	color: var(--color-secondary);
	position: relative;
	clip-path: polygon(0% 6px, 6px 6px, 6px 0%, calc(100% - 6px) 0%, calc(100% - 6px) 6px, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 6px calc(100% - 6px), 0% calc(100% - 6px));
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
	min-width: 129px;
}

.link-box .box-inner::after {
	border: 0px solid var(--color-secondary);
	content: '';
	position: absolute;
	inset: 0px;
	background: #fff;
	z-index: -1;
	clip-path: polygon( 0% 6px, 6px 6px, 6px 0%, calc(100% - 6px) 0%, calc(100% - 6px) 6px, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 6px calc(100% - 6px), 0% calc(100% - 6px) );
}
.header-wrapper {
    z-index: 99999;
}

.header-bottom {
	background-color: var(--color-primary);
	padding-right: 25px;
	padding-left: 25px;
}
#menu-main-menu li a {
	color: var(--color-white);
}
#menu-main-menu li a:hover {
    color: var(--color-tertiary);
}
.mega-menu li a {
	color: var(--color-gray) !important;
}
.mega-menu {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 99999;
    top: 100%;
    padding-top: 4px;
    display: none;
}

.mega-section {
	box-shadow: 0 8px 8px 0 #0000001f;
	background: var(--color-whit-bg);
	position: relative;
	z-index: 10000;
}
.mega-header {
	background: var(--color-lightgray);
	padding-right: 30px;
	padding-left: 30px;
}
.mega-header span.menu-title {
	font-size: 24px;
	font-weight: 725;
	line-height: 100%;
	color: var(--color-primary);
}
.section-title span {
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
	color: var(--color-gray);
}
.brand-items {
	padding: 0;
}
.mega-body {
    padding-top: 15px !important;
}
.brand-items li {
	max-width: 80px;
	max-height: 96px;
	width: 80px;
}
.brand-items li a {
	background: var(--color-lightgray);
	padding: 4px !important;
}
.brand-items li .brand-img {
	background: var(--color-whit-bg);
}
.header-button a:hover {
    color: var(--color-accent2);
    stroke: var(--color-accent2);
}
.header-button a {
	width: 58px;
	height: 19px;
	color: var(--color-tertiary);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 325;
}
.cart-box a::after {
    content: attr(data-count);
    background: #FF2B2B;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mini-cart-box {
	position: absolute;
	left: -25px;
	z-index: 10;
	width: 360px;
	top: 100%;
	display: none;
	padding-top: 22px;
}
.mini-cart-content{
 box-shadow: 0px 4px 18px 8px #00000026;
    background: var(--color-whit-bg);
}
.cart-box:hover .mini-cart-box {
    display: block !important;
}
#mini-cart-box .cart-item {
    background: var(--color-card-bg);
    grid-template-columns: 1fr 2fr;
}
#mini-cart-box .product-info {
    flex: 1 1 50%;
}
#mini-cart-box .quantity-controls {
    border: 0 !important;
    background: unset !important;
}
#mini-cart-box .product-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-primary);
}
#mini-cart-box .product-subtitle {
    font-weight: 325;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--color-gray);
}
.product-pricing span bdi {
    font-weight: 450;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-primary);
}
.product-pricing {
    text-align: left;
    flex: 1 1 100%;
    margin-top: 10px;
}

.quantity-controls button {
    border: none;
    background: #fff;
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.product-image img {
    display: block;
}
.checkout-button {
    text-align: center;
}
.quantity-controls {
    justify-content: space-between !important;
}
.cart-total>span {
    font-weight: 325;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    margin-bottom: 8px;
}
.cart-total span bdi {
    font-weight: 725;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-primary);
}
.checkout-button .box-inner::after {
    background: var(--color-secondary)!important;
   }
   .checkout-button a {
       color: #fff !important;
   }
/* home page */
/* image carousel */
afralland-ImageSlider-section .banner-sescription {
	max-width: 339px;
}
.navs {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 160px;
	height: 35px;
	bottom: 0;
	z-index: 9;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	padding-top: 7px;
}
.afralland-ImageSlider-section .carousel-block::after,
.afralland-ImageSlider-section .carousel-block::before {
	display: none;
}
.nav-btn {
	display: flex !important;
	align-items: center;
	cursor: pointer;
}
.dots {
	display: flex;
	align-items: center;
}
.dot-item {
	width: 4px;
	height: 4px;
	background-color: var(--color-divider);
	border-radius: 0;
	margin: 0 4px;
	border: none;
	cursor: pointer;
	padding: 0;
}

.dot-item.active {
	background-color: var(--color-secondary);
}
/* carousel navs */
.nav-buttons {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 10;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    box-shadow: 0 4px 4px 0 #00000026;
    cursor: pointer;
}
.nav-buttons.next-btn {
    left: 0;
}
.nav-buttons.prev-btn {
    right: 0;
}
.carousel-block.no-after::after {
    display: none !important;
}
.carousel-block.has-before::before {
    background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    content: "";
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
}
.section-sales .carousel-block.has-before::before {
    background: linear-gradient(90deg, rgba(229, 220, 250, 0) 0%, #e5dcfa 100%) !important;
}
/* section category */
.afralland-producr-categories {
	background: linear-gradient(180deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 100%);
}
.afra-icon {
    background: url('https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/favicon.png');
    width: 40px;
    height: 40px;
    display: block;
}
.afra-section-title .title-text {
	margin: 0;
	font-size: 24px;
	color: var(--color-primary);
}
.category-title {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 15px;
}
.afralland-producr-categories .icon-top-right,.afralland-producr-categories .icon-top-left {
	fill: #e3e3e3 !important;
	stroke: #e3e3e3 !important;
}
.image-category::before {
	content: "";
	background: linear-gradient(90deg, rgba(1, 39, 71, 0) 49.53%, #012747 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.image-category {
	width: 100%;
	height: 180px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.overlay-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 9;
    background: var(--color-overlay);
    transition: 1s;
}
.hover1:hover .overlay-hover {
    width: 100%;
    height: 100%;
}
.category-title .title-text {
	color: var(--color-tertiary);
	font-size: 16px;
	font-weight: 600;
    margin:0
}
.category-title .subtitle {
	color: var(--color-divider);
}
.afra-section-title {
	padding-bottom: 25px;
}

/* section brands */
.brand-item {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 153px;
	height: 104px;
}

/* product carousel sale section */
.section-sales .section-wrapper {
	padding: 15px;
}
.section-sales .section-wrapper {
    background: var(--color-accent3);
    border: 1px solid var(--color-accent2);
}
.card-item {
    padding: 4px;
    background: var(--color-whit-bg);
    border: 1px solid var(--color-lightgray);
}
.card-title {
    padding: 0 4px;
}
.card-footer .features {
    padding: 0 4px;
}
.card-image img {
	height: auto;
}
.card-metadata {
	border-right: 1px solid var(--color-lightgray);
	padding-right: 8px;
}
.card-title .cart-title-text {
	font-size: 14px;
	line-height: 26px;
	font-weight: 450;
    color: var(--color-secondary);
}
.card-price {
    background: var(--color-lightgray2);
    padding: 2px 8px;
    margin-top: 20px;
}
.price-text {
	font-size: 10px;
	font-weight: 150;
    color: var(--color-gray);
}
.card-price.variable>.woocommerce-Price-amount.amount {
    flex-direction: row !important;
    align-items: center;
    font-size: 12px;
    font-weight: 150;
}
.card-price.variable>.woocommerce-Price-amount.amount .woocommerce-Price-amount.amount:first-child .woocommerce-Price-currencySymbol {
    display: none;
}
.woocommerce-Price-currencySymbol {
	font-size: 0;
	content: url('https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/toman.svg');
	background-repeat: no-repeat;
	margin-right: 5px;
}
.compare-product {
	position: absolute;
	right: 8px;
	background:#F7F7F7B2;
	border: 1px solid var(--color-lightgray);
	padding: 6px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.card-item:hover .card-price {
    background: var(--color-accent1);
}
.compare-product svg path {
	fill: var(--color-secondary);
}
.flag-product {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 8px;
	padding: 4px;
}
.flag-product img {
    width: 24PX !important;
    height: 24PX !important;
}
.features .feture-item .feature-title {
	font-size: 10px;
	line-height: 100%;
	font-weight: 150;
	color: var(--color-gray);
}
.features .feture-item .feature-value {
    font-size: 10px;
    font-weight: 450;
    line-height: 100%;
    color: var(--color-primary);
}
.carousel-block::after {
	content: "";
	width: 80px;
	height: 100%;
	background: linear-gradient(90deg,#e5dcfa 0%,rgba(229,220,250,0)100%);
	position: absolute;
	left: 0;
	top: 0;
}
.carousel-box .carousel-block::after {
	background: linear-gradient(90deg,#f2f2f2 0%,rgba(242,242,242,0)100%);
}
.product-per-order {
	background: #fff;
	padding: 15px;
}
.orderby-item {
	background: var(--color-accent1);
	border: 1px solid var(--color-tertiary);
	padding: 12px;
}
.orderby-item:hover {
    background: #fff;
}
.font-icons .icon-0::before {
    font-size: 7px;
}
.orderby-inner .orderby-item:last-child:nth-child(odd) {
	grid-column: span 2;
}
.font-icons {
    gap: 2px; 
}
.product-per-order-title {
	padding-bottom: 15px;
} 
.orderby-item .font-icons {
    margin-top: -6px;
}
.card-price .woocommerce-Price-amount.amount {
    display: flex;
    flex-direction: column-reverse; 
    gap: 5px;
    width: 100%;
    align-items: end;
    position: relative;
}
.card-price del bdi {
    font-size: 12px !important;
    font-weight: 150 !important;
    line-height: 100% !important;
    color: var(--color-gray) !important;
}
.card-price .product-discount {
    position: absolute;
    right: 0;
    width: 34px;
    height: 20px;
    border-radius: 12px;
    background: #D32F2F;
    color: var(--color-white);
    font-weight: 450;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 10PX);
}
.compare-product:hover {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-accent2);
    background: var(--color-accent3);
}
.card-price del bdi .woocommerce-Price-currencySymbol{
    display: none;
}
.card-price ins{
    text-decoration: none;
}
.card-price ins bdi,
.card-price .woocommerce-Price-amount.amount>bdi {
    font-size: 12px;
    font-weight: 450;
    line-height: 100%;
    color: var(--color-primary);
    display: flex;
    align-items: center;
}
.button.more {
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 325;
    line-height: 100%;
}
/* product tabs section */
.icon {
	content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/cat-icon.svg);
}
.icon-phone2 {
	content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/phone1.svg);
}
.icon-mail {
	content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/mail.svg);
}
.icon-location {
	content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/location.svg);
}
.icon-bad {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/bad.svg);
}
.icon-weak {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/weak.svg);
}
.icon-natural {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/natural.svg);
}
.icon-well {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/well.svg);
}
.icon-excelent {
    content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/excelent.svg);
}
.section-product-tabs .section-inner {
	background: #f7f7f7;
	padding: 30px 0;
}
.section-product-tabs .tabs {
	border-bottom: 1px solid var(--color-divider);
    position: relative;
}

.section-product-tabs .tabs::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 52%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background: var(--color-divider);
	pointer-events: none;
	z-index: 0;
}
.section-product-tabs .tabs .tab-item {
    padding: 12px;
    background: var(--color-lightgray);
    font-size: 18px;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    color: var(--color-gray);
    filter: grayscale();
}
.active-tab {
    border: 1px solid var(--color-secondary) !important;
    background: var(--color-accent3) !important;
    border-bottom: 3px solid var(--color-secondary) !important;
    color: var(--color-primary) !important;
    filter: unset!important;
}
.tab-item.active-tab::after {
	top: -2px;
	left: -2px;
	border-right: none;
	border-bottom: none;
	box-shadow: 1px 1px 0 0 var(--color-secondary);
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	z-index: 99;
	background: var(--color-lightgray);
}
.tab-item.active-tab::before {
  top: -2px;
  right: -2px;
  box-shadow: -1px 1px 0 0 var(--color-secondary);
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	z-index: 99;
	background: var(--color-lightgray);
}
.tab-content {
    display: none;
    content-visibility: auto;
    contain-intrinsic-size: 500px;
    /* ارتفاع تخمینی برای جلوگیری از لرزش صفحه */
}

.tab-content.active {
    display: block;
}
/* compare-section */
.compare-item {
	background: conic-gradient(from 180deg at 50% 22.18%, #023561 0deg, #5D2AD4 360deg);
	display: block;
	margin: 0 auto;
}
.compare-thumbs .compare-vs {
    width: 64px;
    height: 64px;
    background: rgba(229, 220, 250, 0.3);
    border: 1px solid var(--color-accent2);
    border-radius: 100%;
    padding: 8px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-thumbs .compare-vs svg {
    width: 36px;
    height: 16px;
}
.compare-thumbs {
	height: 150px;
	padding: 15px;
	justify-content: space-between;
	position: relative;
}
.compare-title {
	color: var(--color-white);
	font-size: 14px;
	font-weight: 450;
	line-height: 100%;
	text-align: center;
	justify-content: center;
	gap: 5px;
	padding: 15px;
}
.compare-title svg {
	stroke: var(--color-white);
}
/* section banner */
.banner-item {
    background: linear-gradient(180deg, #02427a 0%, #01192e 100%);
    padding: 20px;
}
.banner-sescription, .banner-img {
	position: relative;
	z-index: 1;
}
.bnr-back1 {
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.bnr-back2 {
	content: "";
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.banner-subtitle {
    font-size: 14px;
    font-weight: 150;
    margin: 0;
    line-height: 100%;
    color: var(--color-divider);
    width: 100%;
    gap: 8px;
}
.small-line{
    height: 16px !important;
    opacity: 30%;
}
.banner-subtitle img {
	max-width: 37px;
	max-height: 16px;
}
.banner-title {
    font-size: 32px;
    font-weight: 725;
    color: var(--color-white);
    line-height: 50px;
    margin: 0;
}

.banner-link .box-inner {
    background: var(--color-tertiary);
    border-color: var(--color-tertiary);
}
.banner-link .box-inner::after {
background: var(--color-tertiary);
	}
.banner-sescription {
    align-items: start;
    padding: 15px;
}
.banner-img img {
    width: auto !important;
    height: auto;
    margin: 0 auto;
}
.slider-item-images {
    min-height: 352px;
    width: auto;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 15px;
}
.banner-img{
    position: relative;
}
.banner-img::before {
    content: "";
    background: var(--color-secondary);
    width: 299px;
    height: 350px;
    display: block;
    border-radius: 150px;
    backdrop-filter: blur(83px);
    position: absolute;
    filter: blur(41.25px);
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    top: 0;
    max-height: 100%;
    max-width: 100%;
}
.slider-item-images::after {
    content: "";
    background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/Star-4.svg);
    width: 48px;
    height: 48px;
    display: block;
    z-index: 9;
    position: absolute;
    top: -7px;
    background-position: center;
    background-size: cover;
    left: -11px;
    animation: rotateStar 4s linear infinite;
}
@keyframes rotateStar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* video section */
.card-blog-bg {
	width: 100%;
	height: 410px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid var(--color-secondary); */
}
.card-blog-bg::after {
	content: "";
	background: linear-gradient(180deg,rgba(1,39,71,0) 0%, #012747 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.card-blog-title {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
}
.card-blog-title:hover .title-text {
    color: var(--color-accent2);
}
.card-blog-title .title-text {
    color: var(--color-tertiary);
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
        line-height: 32px;
        margin-bottom: 0;
}
.card-blog-cat {
    padding: 7px 10px;
    width: 48px;
    color: #fff;
    font-size: 12px;
    font-weight: 325;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: fit-content;
    box-sizing: border-box;
    background: rgba(229, 250, 205, 0.2);
    border: 1px solid rgba(136, 250, 5, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 12px;
}
.card-blog-view {
	color: var(--color-accent2);
	font-size: 16px;
	font-weight: 450;
}
.section-videos {
	background: #f7f7f7;
}
.play-icon {
	border: 3px solid var(--color-accent2);
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: var(--color-secondary);
	position: relative;
	z-index: 9;
}
/* blog section */
.blog-item {
	background: var(--color-whit-bg);
}

.blog-section .carousel-block::after {
	display: none;
}
.card-footer .title-text,.card-footer .title-text a {
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	color: var(--color-primary);
}
.card-cat {
	background: var(--color-accent1);
	color: var(--color-secondary);
	border: 1px solid var(--color-tertiary);
	width: 78px;
	height: 24px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 325;
	display: flex;
	line-height: 100%;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
.card-date {
    font-size: 12px;
    font-weight: 325;
    line-height: 100%;
    color: var(--color-gray);
}
.card-date i {
	margin-top: -3px;
}
/* section levels pay */
.section-about .section-wrapper {
	background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/Frame-6.svg);
	background-size: cover;
	padding: 25px;
	background-color: var(--color-accent1);
}
.buy-level-section,.section-about {
	background: #e8e8e8;
}
.afra-section-title .subtitle {
	font-size: 18px;
	font-weight: 325;
	line-height: 100%;
	color: var(--color-gray);
}
.icon-phone {
	content: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/call-icon1.svg);
} 
.level-icon {
	width: 104px;
	height: 104px;
	background: var(--color-accent3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.level-item {
	background: #fff;
	padding: 60px;
	position: relative;
	padding-top: 119px;
	max-width: 400px;
	max-height: 400px;
}
.level-item>svg {
    fill: #e8e8e8 !important;
    stroke: #e8e8e8 !important;
}
.level-icon {
	width: 104px;
	height: 104px;
	background: var(--color-accent3);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
}
.call-title {
	font-size: 20px;
	font-weight: 875;
	line-height: 36px;
	text-align: center;
	color: var(--color-primary);
}
.call-text {
	font-size: 14px;
	font-weight: 325;
	text-align: center;
	line-height: 28px;
	color: var(--color-gray);
}
.level-pic {
	width: 176px;
	height: 56px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.num-icon {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: var(--color-secondary);
    width: 13px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    margin: 0 auto;
}
.about-image img {
	margin: 0 auto;
	display: block;
}
.about-title{
	color: var(--color-primary);
}
.about-description .hilight {
    color: var(--color-secondary);
    margin-right: 4px;
}
.about-actions .link-box a::before, .about-actions .link-box a::after, .about-actions .link-box::before, .about-actions link-box::after ,.about-actions .link-box::after{
	background: var(--color-accent1);
}
.link-about {
	color: var(--color-white) !important;
}
.link-about::after , .primary-link::after {
	background: var(--color-primary) !important;
}
.link-warranty,.primary-link {
	color: var(--color-white) !important;
}
.link-warranty::after {
	background: var(--color-secondary) !important;
}
/* footer */
.express {
	background: var(--color-accent2) !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	padding: 0 !important;
}
.express::after {
    background: var(--color-accent2) !important;
}
.foot-features {
	background: var(--color-secondary);
	padding: 15px;
}
.marquee-carousel {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    direction: ltr;
    position: relative;
}
.marquee-track {
    display: flex;
    width: max-content;
    min-width: 200%;
    animation: marquee 40s linear infinite;
}
.foot-features .feature-item {
    min-width: 341px;
    flex-direction: row-reverse;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.feture-text {
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
	color: var(--color-white);
}
#main-footer {
	background: linear-gradient(180deg, #02427a 0%, #01192e 100%);
	margin-top: 100px;
}
.afralland-enemad {
	content: "";
	background-image: url(https://stage.afralland.com/wp-content/themes/afralland/assets/front/img/Frame.svg);
	background-size: 100%;
	width: 100%;
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 35px;
}
.afralland-enemad img {
	margin: 0 auto;
	display: block;
}
.social-item {
	background: var(--color-primary);
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
}
.footer-links ul {
	padding: 0;
list-style: none;
}
.link-items li a {
	color: var(--color-tertiary);
	font-size: 14px;
	font-weight: 325;
	line-height: 100%;
}
.link-items li a:hover {
    color: var(--color-accent2);
}
.contact-item.link-box .box-inner:hover::after {
    background: var(--color-whit-bg);
    opacity: .1;
}
.footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-links-head {
	color: var(--color-divider);
	font-size: 14px;
	line-height: 100%;
	font-weight: 150;
	display: block;
	margin-bottom: 25px;
}
.contact-item {
	margin-bottom: 15px;
}
.contact-item.link-box .box-inner {
	display: flex;
	font-size: 14px;
	font-weight: 325;
	color: var(--color-tertiary);
	height: auto !important;
	align-items: center;
	background: var(--color-accent4);
	border: 3px solid var(--color-accent4);
	gap: 8px;
	justify-content: start;
}

.contact-item.link-box .box-inner::after{
background: var(--color-accent4);
}
.foot-features-inner {
	position: relative;
}
.footer-links.adress-box .footer-timework {
	color: #fff;
	font-size: 14px;
	font-weight: 150;
	line-height: 100%;
}
.copyright,
.copyright p {
    font-size: 14px;
    font-weight: 1;
    color: var(--color-divider);
    text-align: center;
    padding: 15px;
}
.foot-features-inner::after {
content: "";
  width: 80px;
  height: 100%;
  background:linear-gradient(270deg, rgba(93,42,212,0) 0%, #5d2ad4 100%);
  display: block;
  position: absolute;
  left: 26px;
}
.foot-features-inner::before {
	content: "";
	width: 80px;
	height: 100%;
	background: linear-gradient(270deg, #5d2ad4 0%, rgba(93,42,212,0) 100%);
	display: block;
	position: absolute;
	right: -26px;
	z-index: 9;
}
#main-footer .horizontal-line {
	background: var(--color-accent2);
}

/* consultant nums */
.afra-consultant-item {
    background: var(--color-primary);
    min-height: 152px;
    padding: 15px;
}

.afra-consultant-img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--color-secondary);
}

.consultant-information {
    width: calc(100% - 72px);
}

.afra-consultant-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
}

.afra-consultant-duty {
    font-size: 12px;
    font-weight: 150;
    color: var(--color-lightgray);
    line-height: 100%;
}

.afra-onsultant-number::after {
    background: var(--color-tertiary) !important;
    border-color: var(--color-tertiary) !important;
}

.afra-consultant-whatsapp {
    background: var(--color-tertiary) !important;
    border-color: var(--color-tertiary) !important;
}

.afra-consultant-whatsapp::after {
    background: var(--color-primary) !important;
}
.afra-consultant-phone::after {
	background: var(--color-tertiary) !important;
}
.afra-consultant-whatsapp, .afra-consultant-phone {
    background: var(--color-tertiary) !important;
    border-color: var(--color-tertiary) !important;
    width: 40px !important;
    height: 40px !important;
    min-width: auto !important;
    padding: 5px !important;
}

.box-number {
    width: 100%;
}

.afra-consultant-head {
    margin-bottom: 10px;
}

.afra-side-item .navs {
    position: static;
    background: unset !important;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: 8px;
}

.afra-side-item .dot-item {
    width: 40px !important;
}

.afra-single-counseling::after,
.afra-single-counseling::before {
    display: none !important;
}

/* blog */
.afralland-card-blog-section .card-blog-view {
    color: var(--color-divider) !important;
    font-size: 12px !important;
    font-weight: 325 !important;
}

.afralland-card-blog-section .card-blog-cat {
    background: rgba(48, 83, 101, 0.4) !important;
    color: var(--color-tertiary) !important;
}

.afralland-card-blog-section .card-blog-view {
    font-size: 12px !important;
    font-weight: 325 !important;
    color: var(--color-white) !important;
}

.afralland-card-blog-section .card-blog-title .title-text {
    color: var(--color-white) !important;
}

.afralland-blog-categories .section-wrapper {
	background: #fff;
}
.guide-box {
    background: var(--color-accent1);
    padding: 15px;
    width: 50%;
    border: 1px solid var(--color-tertiary);
}
.guide-box img {
	width: 82px;
}
.afralland-WebStory {
    background: var(--color-primary);
    padding: 8px 15px;
    margin: 0 !important;
}

.WebStory-subtitle {
    font-size: 14px;
    font-weight: 150;
    color: var(--color-divider);
    line-height: 100%;
    margin: 0;
}

.WebStory-title {
    font-size: 32px;
    color: var(--color-white);
    font-weight: 725;
    line-height: 50px;
    max-width: 298px;
    margin: 0;
}

.WebStory-box .story-item-title {
    color: var(--color-divider);
}

.WebStory-box {
    width: 100%;
}

/* card blog2 */
.right-section .card-blog_item{
    height: 100%;
}
.card-blog-bg2 {
	width: 100%;
	height: 410px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}
.horizontal-item .card-image {
	max-width: 50%;
	width: 100%;
}
.horizontal-item .card-image img {
	height: 100%;
	display: block;
}
.blog-item.horizontal-item .card-footer {
	max-width: 50%;
	width: 100%;
}
.left-section {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

/* padcast */
.music-player {
	width: 100%;
	background: #fff;
}
#visualizer{
display: none;
height: 30px;
border-radius: 15px;
position: absolute; padding: 0 25px;
width: 300px;
left: 0;
bottom: 0;
z-index: 9;
}

.play-pause{width: 100px;
}
.controls{
flex-wrap: wrap;
}
#current-time,
#total-time{font-size: 15px;
font-weight: 400 !important;
}
.play-speed{align-items: center;
gap: 8px;
}
.controls button{background: #fff;
border: none;
color: var(--color1);
padding: 4px; font-size: 16px;
cursor: pointer;
transition: background 0.3s;
border-radius: 100%;
width: 20px;
height: 20px;
}
.playback-speed-options{background: #333;
position: absolute;
bottom: 38px;
color: #fff;
min-width: 100px;
padding: 8px;
border-radius: 8px;
display: none;
}
.controls button:hover{color: #a0032c !important;
}
.play-speed{position: relative;
}
.player-wrapper h4 {
	font-size: 20px;
	font-weight: 725;
	line-height: 100%;
	margin-top: 0;
}
#play-pause{color: #de043c;
font-size: 30px;
width: 40px;
padding: 0;
display: flex;
-webkit-align-items: center;
align-items: center;
justify-content: center;
height: 40px;
}
.progress-bar {
	position: relative;
	margin: 10px 15px;
	height: 6px;
	background: var(--color-divider);
	border-radius: 5px;
	cursor: pointer;
	width: calc(100% - 50px);
}
.progress-bar span {
	position: absolute;
	height: 100%;
	width: 0;
	background: var(--color-tertiary);
	border-radius: 5px;
	transition: width 0.1s;
	left: 0;
}
#playback-speed li{cursor: pointer;
}
#playback-speed{font-size: 14px;
padding: 5px 10px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
#playback-speed li.active{color: var(--color1);
font-weight: bold;
}
.time{display: flex;
justify-content: space-between;
margin: 0 15px;
font-size: 14px;
}
.player-image {
	width: 104px;
	height: 104px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.woocommerce-breadcrumb {
    padding-top: 30px;
    padding-bottom: 15px;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    font-weight: 325;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-secondary);
}

/* Warranty Selection Styles */
.warranty-selection {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.warranty-selection h4 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.warranty-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.warranty-options label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.warranty-options label:hover {
    background-color: #f0f0f0;
}

.warranty-options input[type="radio"] {
    margin-left: 10px;
}

.warranty-options input[type="radio"]:checked + span {
    font-weight: bold;
    color: #4CAF50;
}