@font-face {
    font-family: Almarai-Bold;
    src: url(../fonts/Almarai/Almarai-Bold.ttf);
}

@font-face {
    font-family: Almarai-Regular;
    src: url(../fonts/Almarai/Almarai-Regular.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: Source-sans;
    src: url(../fonts/SourceSans/SourceSans3-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

body {
    color: #343A40;
    font-family: Almarai-Regular, Source-sans, Helvetica, Arial;
    font-size: 14px;
    margin: 0;
}

body.open {
    overflow: hidden;
}

body.open .crisp-client,
body.close-chat .crisp-client {
    display: none !important;
}

body.open #crisp-chatbox,
body.close-chat #crisp-chatbox {
    z-index: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato-Regular;
/*    color: #1D2D5D;*/
    color: #1B6CCB;
}

.m-container {
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.reset {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.c-label {
    font-family: Lato-Regular;
}

.cb-label {
    font-family: Lato-Bold;
}

/* static banner */
.static-banner {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
}
/* end of static banner */

/*loader effect*/
.spinner {
    display: none;
    width: 100%;
    text-align: center;
}

.sk-fading-circle {
    display: inline-block;
    margin: 5px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

}
/*end loader effect*/

/*bread-crumbs*/
.page-path {
    margin: 20px 0;
}

.page-path a.bread-crumb {
    text-decoration: none;
    font-family: Almarai-Regular;
    color: #343A40;
}

.page-path span.crumb-separator {
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
   content: url(../img/icons/breadcrumbs-arrow-left.svg);
   color: #6C757D;
}
/*end bread-crumbs*/

/*add to cart success message*/
.add-success-msg {
    position: fixed;
    width: 200px;
    right: -200px;
    top: 65%;
    z-index: 11;
}

.add-success-msg .content-wrapper {
    background: #1F56A7;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
/*    box-shadow: 2px 2px 3px rgba(0, 0, 0, .15), -2px 2px 3px rgba(0, 0, 0, .15);*/
}

.add-success-msg .content-wrapper > span:first-child {
    flex: 0 0 50px;
    max-width: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #3A6DA7;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.add-success-msg .content-wrapper > span:last-child {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    text-align: center;
}

.add-success-msg img {
    width: 30px;
    height: auto;
    max-width: 100%;
    margin-top: -1px;
    margin-left: -1.5px;
}
/*end*/

/* start contact-us */

.contact-page .page-path,
.contact-page .breadcrumb {
    margin: 0 !important;
}
.contact-page .page-path a.bread-crumb {
    color: #ffff!important;
}
.contact-page .page-path > div:only-child {
    padding-bottom: 0!important;
}
.contact-page .last-bread-crumb {
    color: #fff!important;
    font-weight: 700;
}
.contact-page .contact-top-left,
.contact-page > div:first-child {
    position: relative;
}
.contact-page > div:first-child h1 {
    font-family: 'Lato-Bold';
}
.contact-page .contact-top-left::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 600px; 
  border-left: 1px solid rgb(211, 201, 201);
  transform: translateY(-50%);
}
.contact-page .contact-top-left > div {
    padding: 5rem 2rem 5rem 2rem;
    gap: 3rem;
}
.contact-page .contact-top-left h2 {
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 40px;
}
.contact-page .contact-right-text p:first-child {
    margin-bottom: 0!important;
}
.contact-page .help-services > a {
    max-width: max-content;
    transition: ease-in-out .45s;
    border: 2px solid #296ACA;
}
.contact-page .help-services > a:hover {
    background-color: #3A6DA7;
    box-shadow: 0 0 50px #ccc;
}
.contact-page .help-services > a:hover .c-filter-image {
    filter: invert(1) grayscale(1) brightness(5);
}
.contact-page .contact-top-right > div:first-child {
    font-size: x-large;
    font-family: 'Lato-Bold';
}
.contact-page .help-services > span ,
.contact-info, 
.contact-page .contact-us-at ,
.contact-page .contact-top-left span {
    font-size: 16px;
    font-family: 'Almarai-Regular';
}
.contact-top-right {
    margin: 0 2rem;
    background-color: aliceblue;
    padding: 6rem 3rem;
    border-radius: 20px;
}
.contact-page .contact-parent-c {
    position: relative;
}
.contact-page .contact-parent-c > div {
    position: absolute;
    top: 55%; 
    left: 30%;
}
.contact-parent-c .call-us > a {
    max-width: max-content;
    transition: ease-in-out .45s;
    border: 1px solid #296ACA;
    box-shadow: 0 0 2px 2px #296ACA;
}
.contact-parent-c .call-us > a:hover {
    background-color:#eef3f8c2;
    /* box-shadow: 0 0 50px #ccc; */
}
.contact-parent-c .call-us > a:hover + .call-agent {
    opacity: 0.5;
}
.contact-parent-c .call-agent {
    opacity: 1.0;
}
/* .contact-page .contact-parent-c img {
    clip-path: polygon(100% 0, 100% 82%, 80% 100%, 0% 100%, 0 47%, 0% 0%);
} */
.contact-page .contact-info > span:first-child {
    font-family: 'Almarai-Bold';
}
/* faq */
.contact-faq {
    background-color: aliceblue;
    padding: 5rem 0;
    margin-top: 5rem;
}
.contact-faq .about-faq {
    max-width: 1440px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0 , 1fr));
    padding: 0 15px;
    place-items: center;
    mix-blend-mode: multiply;
}

.about-faq .faq-img {
    height: 100%;
    grid-column: span 2 / span 2;
    position: relative;
    overflow: hidden;
}

.about-faq .faq-img img {
    clip-path: polygon(0 0, 100% 0, 100% 72%, 45% 100%, 0 100%);
}

.about-faq .faq-title {
    margin-bottom: 40px;
}
.about-faq .faq-title h3 {
    font-weight: 600;
}
.about-faq .faq-title span {
    color: #357FD6;
}

.about-faq .faq-accordion {
    grid-column: span 4 / span 4;
    padding: 0 50px;
}

.about-faq .faq-accordion > .faq-list {
    margin-bottom: 40px;
}
.about-faq .accordion-header button:after {
    content: '\f0d8';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 5px;
    margin-top: 0;
    transition: 0.3s all ease-in-out;
    color: #251d5d00;
}
.about-faq .faq-accordion .accordion-button {
    padding: 1rem;
    font-size: initial;
    text-transform: none;
}

.about-faq .faq-accordion .accordion .accordion-item {
    border: 0;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.about-faq .faq-accordion .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
/* info block */
.contact-page .looking-for-more {
    padding: 0 2rem;
}
@media (max-width: 992px) {
    .contact-parent-c .call-us > a,
    .contact-page .help-services > a {
        padding: 2rem !important;
    }
    .contact-top-right {
        padding: 4rem 6rem;
        margin: 0 7rem;
    }
    .contact-page .c-block {
        flex-direction: column;
    }
    .contact-page .contact-page .contact-top-left,
    /* .contact-page .contact-top-left > div > div:nth-child(2) > div:last-child */
    .contact-page .c-block > div:nth-child(2),
    .contact-page .c-block > div:first-child
    /* .contact-page .contact-parent-c, */
    {
        width: 100%;
    }
    .contact-page .contact-parent-c {
        text-align-last: center;
    }
    .contact-page .contact-top-left > div > div:nth-child(2) {
        padding: 0 5rem;
    }
    .contact-page .contact-top-left > div > div:first-child {
        text-align: center;
    } 
    .contact-page .contact-top-left::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .contact-page .contact-top-left > div > div:nth-child(2){
        padding: 0 1rem;
    }
    .contact-page .contact-faq  {
        padding: 5rem 1rem;
    }
    .contact-page .page-path, 
    .contact-page .looking-for-more{
  
    }
    .contact-page > div:first-child > img {
        height: 100px;
    }
    .contact-page > div:first-child > div {
        top: 30%;
    }
    .contact-top-right {
        padding: 4rem 2rem;
        margin: 0 4rem;
    }
    .contact-page .faq-img {
        display: none;
    }
    .contact-page .contact-faq .about-faq {
        display: contents;
    }
    
    .contact-page .about-faq .faq-accordion {
        padding: 0;
    }
}
@media (max-width: 600px) {
    .contact-top-right {
        margin: 0;
    }
    .contact-page .contact-top-left > div {
        gap: 1rem;
    }
    .contact-page .contact-top-left > div {
        padding: 0;
        margin-bottom: 2rem;
    }
    .contact-page .looking-for-more {
        display: none;
    }
    .contact-page .contact-info > span:first-child {
        font-size: x-large;
    }
    .contact-page .contact-top-left h2 {
        font-size: 30px;
    }
    .contact-parent-c .call-us > a, .contact-page .help-services > a{
        padding: 1rem!important;
    }
    .contact-page .contact-info {
        padding-top: 1.5rem !important;
        text-align: center;
    }
    .contact-page .contact-top-left > div > div:nth-child(2) {
        padding: 0;
    }
    .contact-page .contact-top-left > a ,
    .contact-page .contact-parent-c {
        display: none;
    }
    .contact-page .contact-top-left > div > div:nth-child(2) > div:last-child {
        width: 100%;
    }
}

/* contact page End */

/* Decline display error start */
.decline-error {
    padding: 5rem 2rem 8rem 2rem;
    position: relative;
}
.decline-error > div:first-child > img {
    width: max-content;
    clip-path: polygon(30% 2%, 73% 2%, 98% 30%, 98% 71%, 70% 98%, 28% 98%, 2% 70%, 2% 29%);
    max-width: 150px;
    max-height: 100px;
}
.decline-error .error-message,
.decline-error {
    text-align: center;
    font-size: 16px;
    font-family: 'Almarai-Regular';
}
.decline-error .error-message::first-line {
    font-size: 24px;
    font-family: 'Almarai-Bold';
    padding: 1rem o;
}
.decline-error .simple-button {
    padding: 5px 1rem;
    box-shadow: 0 0 2px 2px #296ACA;
    border-radius: 5px;
    position: absolute;
    top: 80%;
    right: 47%;
}
/* cc-decline END */

/* about page start */
.m-about-us {
    padding: 50px 0;
}
.m-adjust-display div:only-child > div:only-child > span::first-letter {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.cap-letter::first-letter {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.m-about-us .p-abouts img{
    clip-path: polygon(79% 0, 100% 31%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
/* .m-about-us .m-adjust-display > div:only-child {
    margin-right: 40px;
} */
.about-faq {
    max-width: 1440px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0 , 1fr));
    padding: 0 15px;
    place-items: center;
}

.about-faq .faq-img {
    height: 100%;
    grid-column: span 2 / span 2;
    position: relative;
    overflow: hidden;
}

.about-faq .faq-img img {
    clip-path: polygon(0 0, 100% 0, 100% 72%, 45% 100%, 0 100%);
}

.about-faq .faq-title {
    margin-bottom: 40px;
}
.about-faq .faq-title h3 {
    font-weight: 600;
}
.about-faq .faq-title span {
    color: #357FD6;
}

.about-faq .faq-accordion {
    grid-column: span 4 / span 4;
    padding: 0 50px;
}

.about-faq .faq-accordion > .faq-list {
    margin-bottom: 40px;
}
.about-faq .accordion-header button:after {
    content: '\f0d8';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 5px;
    transition: 0.3s all ease-in-out;
    color: #251d5d00;
}
.about-faq .faq-accordion .accordion-button {
    padding: 1rem;
    font-size: initial;
    text-transform: none;
}

.about-faq .faq-accordion .accordion .accordion-item {
    border: 0;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.about-faq .faq-accordion .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.audio-solutions {
    background-color: #C9E6F0;
}
.slash-premium-audio {
    background-color: #296ACA;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 98%, 0 47%);
    padding: 10px 2rem;
}
.tools-update .transparent-item1 {
    background-color: #f8f9fa85;
    margin: 20px;
    padding: 2rem;
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 98%, 0 14%);
}
.tools-update .transparent-item2 {
    background-color: #f8f9fa1f;
    margin: 20px;
    padding: 2rem;
    clip-path: polygon(85% 0, 100% 21%, 100% 100%, 0 98%, 0 0);
}
.tools-update .transparent-item3 {
    background-color: #f8f9fa1f;
    margin: 20px;
    padding: 2rem;
    clip-path: polygon(100% 0, 100% 100%, 21% 100%, 0 74%, 0 0);
}
.tools-update .transparent-item4 {
    background-color: #f8f9fa85;
    margin: 20px;
    padding: 2rem;
    
}
.why-hifisound-connection {
    background-image: url("../skin1_hifi/img/why-hifi-bg.png");
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.testimonial-image {
    height: 100px;
    width: 100px;
    background-color: cornflowerblue;
}

.m-about-us .audio-solutions {
        padding: 1.5rem !important;
        background-color: #F4F5F5;
    }
@media (max-width: 992px) {
    .m-adjust-display div {
        margin-right: 0!important;
    }
    /* .about-faq .faq-img {
        display: none;
    } */
    .m-hifisound img {
        width: -webkit-fill-available;
    }
    .why-hifisound-connection > div {
        flex-direction: column;
    }
    .why-hifisound-connection > div > div {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .m-about-us {
        display: contents;
    }
    .faq-accordion .faq-title {
        margin-bottom: 2rem !important;
    }
    .m-about-item {
        width: 100%; 
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .m-adjust-display > div {
        padding: 25px 5px !important;
    }
    
}
@media (max-width: 600px) {
    .tools-update div {
        flex-direction: column;
    }
    .tools-update > div > div:first-child,
    .tools-update > div > div:last-child {
        width: auto;
        clip-path: none;
        border-radius: 10px;
    }
    .m-about-us .audio-solutions {
        margin-top: 0 !important;
    }
    .faq-img {
        display: none;
    }
    .about-faq {
        display: contents;
    }
    .m-font-faq {
        font-size: 60px !important;
    }
    .m-adjust-display > div  {
        padding: 25px 0;
    }
}
/* about page - END */

/* Privacy page - START  */
.privacy-policy .list-group  a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Almarai-Regular';
}
.privacy-policy .list-group {
    gap: 1rem;
}
.privacy-policy .privacy-title,
.privacy-policy h2 {
    font-family: 'Lato-Bold';
}
.privacy-policy {
    padding: 3rem 0;
    font-family: 'Almarai-Regular';
}
.privacy-statement-top {
    position: relative;
}
.privacy-statement-top > div {
    position: absolute;
    top: 40%;
    left: 13%;
    width: auto;
}
.privacy-statement-top img {
        max-width: 100%;
        width: -webkit-fill-available;
        object-fit: initial;
    }
.info-item:hover {
    background-color: #3A6DA8;
    color: #fff !important;
}
.info-item {
    transition: ease-in-out .500s;
}
@media (max-width: 992px) {
    .privacy-statement-top > div {
        top: 20%;
    }
}
@media (max-width: 768px) {
    .privacy-policy > div:first-child,
    .looking-for-more {
        display: none!important;
    }
    .privacy-policy > div:last-child {
        width: 100%!important;
    }
    .privacy-policy {
        padding: 1rem;
    }
}
@media (max-width: 600px) {
    .privacy-policy {
        flex-direction: column;
        padding: 1rem 0;
    }
    .privacy-policy > div:nth-child(2) {
        width: 100%;
    }
    .privacy-statement-top img {
        max-width: 100%;
        height: 100px;
    }
    .privacy-statement-top  > div nav{
        display: none;
    }
    .m-page-title {
        font-size: xx-large !important;
    }
}
/* Privacy - END */

/* Return Page - START  */
.info-section {
    padding: 100px 200px;
  }
  .nav-breadcrumb-top-banner {
  position: relative;
}
.nav-breadcrumb-top-banner > img {
    max-width: 100%;
    width: -webkit-fill-available;
    object-fit: initial;
}
.nav-breadcrumb-top-banner > div {
  position: absolute;
  top: 50%;
  left: 13%;
  width: auto;
}
.nav-breadcrumb-top-banner > div > nav {
  background-color: transparent;
}
.shipping-image-map img {
  transition: transform .2s;
}
.info-item:hover {
    background-color: #3A6DA8;
    color: #fff !important;
}
.info-item {
    transition: ease-in-out .500s;
}
.nav-breadcrumb-top-banner .accordion-header button:after {
    content: '\f0d8';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 5px;
    top: auto;
    transition: 0.3s all ease-in-out;
    color: #6898e000;
  };
@media (max-width: 1200px) {
  .nav-breadcrumb-top-banner > div {
    left: 100px;
    padding-top: 0;
  }
  .mobile-ship > div {
    width: 100% !important;
  }
}
@media (max-width: 851px) {
  .info-section {
    padding: 0;
  }
  .more-information, .related-information {
    flex-direction: column;
    padding: 1rem!important;
  }
  .related-information div {
    width: 100%;
  }
  .info-item {
    width: 100% ;
  }
  .more-information, .related-information {
    padding: 1rem !important;
  }
  .mobile-ship > div {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .nav-breadcrumb-top-banner > div > nav {
  display: none;
  }
  .nav-breadcrumb-top-banner > div > h1 {
    font-size: x-large !important;
  }
  .return-page .nav-breadcrumb-top-banner > div {
    top: 35%;
  }
}
@media (max-width: 600px) {
  .nav-breadcrumb-top-banner > div {
      left: 30px;
  }
  .m-page-title {
    font-size: xx-large !important;
  }
  .return-page .nav-breadcrumb-top-banner > img {
    height:100px;
  }
    
}
/* Return Page - END */

/* Shipping Page -START  */
.shipping-policy ul li,
.shipping-policy p {
    font-size: 14px;
    line-height: 22px;
}
.line::first-line {
  font-weight: bold;
}
.dot-green {
    height: 8px;
    width: 8px;
    background-color: #34CA43;
    border-radius: 50%;
    display: inline-block;
}
.dot-orange {
    height: 8px;
    width: 8px;
    background-color: #F9A400;
    border-radius: 50%;
    display: inline-block;
}
.dot-blue {
    height: 8px;
    width: 8px;
    background-color: #009FF9;
    border-radius: 50%;
    display: inline-block;
}
.status-card {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.status-header {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}
.status-body {
  font-size: 1em;
  color: #555;
}
.status-body p {
  margin-bottom: 15px;
}
.status-label {
  font-weight: bold;
}
.info-section {
  padding: 100px 0;
}
.info-item {
  margin-bottom: 15px;
}
.info-item a {
  text-decoration: none;
  color: #007bff; 
  font-weight: bold;
}
.info-item a:hover {
  text-decoration: underline;
}
.nav-breadcrumb-top-banner,
.img-magnifier-container {
  position: relative;
}
.nav-breadcrumb-top-banner > div {
  position: absolute;
  top: 0;
  padding-top: 40px;
  left: 150px;
  width: auto;
}
.nav-breadcrumb-top-banner > div > nav {
  background-color: transparent;
}
.shipping-image-map img {
  transition: transform .2s;
  height: 400px;
}
/* .shipping-image-map img:hover {
  transform: scale(1.1); 
} */
/* accodion faq */




.faq-accordion .faq-title {
    margin-bottom: 50px;
}
.faq-accordion .faq-title h3 {
    font-weight: 600;
}
.faq-accordion .faq-title span {
    color: #357FD6;
}

.faq-accordion {
    grid-column: span 4 / span 4;
}
.faq-accordion .accordion-header button:after {
    content: '\f0d8';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 5px;
    margin-top: 0 !important;
    transition: 0.3s all ease-in-out;
    color: #a4abc000;
  }
.faq-accordion > .faq-list {
    margin-bottom: 40px;
}
.faq-accordion .accordion-button {
    padding: 1rem;
    font-size: initial;
    text-transform: none;
}

.faq-accordion .accordion .accordion-item {
    border: 0;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.nav-breadcrumb-top-banner .faq-accordion .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    /* background-image: url("{$SkinDir}/img/add-accordion-icon.svg"); */
}
.info-item:hover {
    background-color: #3A6DA8;
    color: #fff !important;
}
.info-item {
    transition: ease-in-out .500s;
}
.nav-breadcrumb-top-banner {
  position: relative;
}
/* .nav-breadcrumb-top-banner > img {
  max-width: 100%;
  width: -webkit-fill-available;
  object-fit: cover;
} */
.nav-breadcrumb-top-banner > div {
  position: absolute;
  top: 30%;
  padding-top: 40px;
  left: 13%;
  width: auto;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .nav-breadcrumb-top-banner > div {
    left: 100px;
    padding-top: 0;
  }
  .dot-green,
  .dot-blue,
  .dot-orange {
    display: none;
  }
}
@media (max-width: 851px) {
  .mobile-ship {
    flex-direction: column-reverse;
  }
 .mobile-ship > div:first-child, .shipping-image-map {
    width: 100%;
    padding: 10px;
  }
  .info-section {
    padding: 0;
  }
  .more-information, .related-information {
    flex-direction: column;
    padding: 1rem !important;
  }
  .related-information div , 
  .info-item {
    width: 100%;
  }

}
@media (max-width: 760px) {
  .nav-breadcrumb-top-banner > div > nav {
  display: none;
  }
  .nav-breadcrumb-top-banner > div > h1 {
    font-size: x-large !important;
  }
  /* .top-fix {
    height: 100px;
  } */
}
@media (max-width: 600px) {
    .shipping-image-map {
      padding: 0 !important;
    }
    .nav-breadcrumb-top-banner > div {
      left: 30px;
      top: 20%;
  }
}
@media (max-width: 500px) {
    .shipping-policy .nav-breadcrumb-top-banner > div {
        left: 30px;
        top: 35%;
    }
}
/* Shipping Page - END */
/*Brands page*/
.brand-page .sticky-top {
    z-index: 10 !important;
}
.brand-page .brand-display {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.brand-page .fixed-image {
    width: 100%;
    height: 130px;
    object-fit: contain;
    transition: .45s ease-out;
}
.brand-banner-con {
    position: relative;
}
.brand-banner-con > div {
    position: absolute;
    top: 30%;
    left: 14%;
    width: auto;
}
.brand-page .page-path a.bread-crumb,
.brand-page .last-bread-crumb {
    color:#dcd4d4!important;
}
.brand-page .last-bread-crumb {
    font-weight: bold!important;
    color: white!important;
}
.brand-page .brand-display a:hover .fixed-image {
    transform: scale(1.2);
}
.brand-page .page-path {
    margin: 0 0;
}
@media (max-width: 993px) {
    .brand-page .brand-display {
        grid-template-columns: repeat(3,1fr);
        gap: 2rem!important;
    }
    .brand-page .breadcrumb {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .brand-page .brand-display {
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem!important;
    }
    .brand-page .page-path {
        display: none;
    }
}
/*end brands page*/