/* ===================================
                About
   =================================== */

/*
    Theme Name: Trax
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: one page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Helper Classes
   02-1 short codes
   02-2 loader
03 navigation
04 owl & revolution
05 Page header
06 about_us
   - services-slider
   - services-main
   - Work Process
   - App Features
   - horizontal-section
   - Counters
   - Progress bars
   - Faq Accordions
07 Team
  - team-content
  - team-box
  - overlay
08 Testimonial
09 gallery & Portfolio
10 contact us & forms
11 Partner
12 contact us
13 Our Blog
14 404 Error
15 Shop
    - Cart
    - Shop Main
    - Shop Details & Blog
        - Tabs Accordion
        - Carousel
        - Dates
        - Account
        - Pagination
        - Comments
        - Widget Newsletter
        - Add Review Form
        - Product Tags
        - Side Bar Info
        - Categories
16 coming soon
17 Pricing Table
18 Footer
19 Media Queries

/*Table Of Contents ends */


/*Global Styling*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Open+Sans:300,400,600,700');
body {
    font-size: 15px;
    color: #808080;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    direction: ltr;
}
::selection{
    background: rgba(3, 169, 245, 0.5) !important;
    color: #fff;
}

table,
tr,
td,
blockquote {
    color: #a5a5a5;
}

html {
    font-size: 16px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none;
    box-shadow: none;
}

small {
    font-size: 60%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
.button,
.numbered .tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    font-size: 14px;
}

p.title {
    font-size: 1rem;
}

.italic {
    font-style: italic;
}

button {
    line-height: 1;
}


/* Helper Classes & Short-codes */

p {
    font-weight: normal;
    line-height: 1.7;
}

.padding {
    padding: 7.5rem 0;
}

.padding_testi {
    padding: 7.5rem 0;
}

.padding_top {
    padding-top: 7.5rem;
}

.padding_bottom {
    padding-bottom: 7.5rem;
}

.margin {
    margin: 7.5rem 0;
}

.margin_bottom {
    margin-bottom: 7.5rem;
}

.margin_top {
    margin-top: 7.5rem;
}

.padding_half {
    padding: 3.75rem 0;
}

.margin_half {
    margin: 3.75rem 0;
}

.padding_bottom_half {
    padding-bottom: 3.75rem;
}

.margin_bottom_half {
    margin-bottom: 3.75rem;
}

.padding_top_half {
    padding-top: 3.75rem;
}

.heading_space {
    margin-bottom: 3.75rem;
}
.heading_space_half {
    margin-bottom: 2.25rem;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.top25 {
    margin-top: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.top30 {
    margin-top: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.top40 {
    margin-top: 40px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom45 {
    margin-bottom: 45px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top90 {
    margin-top: 90px;
    line-height: 1.4;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom0 {
    margin-bottom: 0 !important;
}

.margin_tophalf {
    margin-top: 3.75rem;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}
.pb-60{
    padding-bottom: 60px;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-light2 {
    font-weight: 200;
}

.font-xlight {
    font-weight: 100;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}

.font-404-heading {
    font-size: 130px;
}

.coming-soon-heading {
    font-size: 85px;
}

.font-11 {
    font-size: 11px;
}

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

.font-13 {
    font-size: 13px !important;
}

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

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

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

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

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

.font-19 {
    font-size: 19px;
}

.bglight {
    background: #f6f7f8;
}

.bgdefault {
    background: #24cdd5;
}

.bgdark {
    background: #26313c;
}

.whitecolor {
    color: #ffffff;
}

.darkcolor {
    color: #384141;
}

.defaultcolor {
    color: #24cdd5;
}

.container-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.hover-default:hover,
.hover-default:focus {
    color: #24cdd5;
}

.tparrows:hover {
    background: transparent;
}


/*heading Titles */

.heading-title h2 {
    line-height: 1;
}

.heading-title>span {
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.heading {
    color: #696969;
}

.line-height-17 {
    line-height: 1.7;
}
.heading_small h3{
    font-size: 1.5rem;
}
.heading_small span{
    font-size: 1rem;
}

/*img wrap*/

.image {
    overflow: hidden;
}

a.image,
.image img {
    display: block;
}

.image img {
    width: 100%;
}

section,
.image,
.image img {
    position: relative;
}

.login-image img {
    transition: all 300ms linear;
}

.login-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.coming-soon-image:hover img {
    transform: scale(1.1);
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}

.z-index-n1 {
    z-index: -1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-6 {
    z-index: 6 !important;
}

.z-index-7 {
    z-index: 7 !important;
}

.z-index-8 {
    z-index: 8 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

.z-index-11 {
    z-index: 11 !important;
}

.z-index-12 {
    z-index: 12 !important;
}

.z-index-13 {
    z-index: 13 !important;
}

.z-index-14 {
    z-index: 14 !important;
}

.z-index-15 {
    z-index: 15 !important;
}

.z-index-16 {
    z-index: 16 !important;
}

.z-index-17 {
    z-index: 17 !important;
}

.z-index-n1 {
    z-index: -1;
}

.scale-price {
    transform: scale(0.6) !important;
    opacity: 0;
}

.scale-star {
    transform: scale(0.5) !important;
}


/*center block*/

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Back To Top*/

.back-top {
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top,
.back-top:hover,
.back-top:focus {
    color: #fff;
}

.back-top:hover {
    background-position: right center;
}


/* ---- PreLoader ---- */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cssload-loader {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(36, 204, 213);
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    animation: cssload-animation 1.73s infinite ease-in-out;
    -o-animation: cssload-animation 1.73s infinite ease-in-out;
    -webkit-animation: cssload-animation 1.73s infinite ease-in-out;
    -moz-animation: cssload-animation 1.73s infinite ease-in-out;
}

.cssload-loader:after {
    animation-delay: 0.86s;
    -o-animation-delay: 0.86s;
    -webkit-animation-delay: 0.86s;
    -moz-animation-delay: 0.86s;
}

@keyframes cssload-animation {
    0% {
        transform: translateX(-100%) scale(0);
    }
    50% {
        transform: translateX(0%) scale(1);
    }
    100% {
        transform: translateX(100%) scale(0);
    }
}

@-o-keyframes cssload-animation {
    0% {
        -o-transform: translateX(-100%) scale(0);
    }
    50% {
        -o-transform: translateX(0%) scale(1);
    }
    100% {
        -o-transform: translateX(100%) scale(0);
    }
}

@-ms-keyframes cssload-animation {
    0% {
        -ms-transform: translateX(-100%) scale(0);
    }
    50% {
        -ms-transform: translateX(0%) scale(1);
    }
    100% {
        -ms-transform: translateX(100%) scale(0);
    }
}

@-webkit-keyframes cssload-animation {
    0% {
        -webkit-transform: translateX(-100%) scale(0);
    }
    50% {
        -webkit-transform: translateX(0%) scale(1);
    }
    100% {
        -webkit-transform: translateX(100%) scale(0);
    }
}

@-moz-keyframes cssload-animation {
    0% {
        -moz-transform: translateX(-100%) scale(0);
    }
    50% {
        -moz-transform: translateX(0%) scale(1);
    }
    100% {
        -moz-transform: translateX(100%) scale(0);
    }
}


/* ---- Loader ends ---- */


/* ---- gray index ---- */

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* ---- gray index ends ---- */


/* portfolio index*/

#rev_interactive {
    pointer-events: none;
}

#rev_interactive .tp-bullets {
    pointer-events: auto;
}

#rev_interactive .tp-bullets .tp-bullet {
    border-radius: 50%;
    overflow: hidden;
}

#rev_interactive .tp-bullets .tp-bullet:hover,
#rev_interactive .tp-bullets .tp-bullet.selected {
    background: rgba(255, 255, 255, .3);
}

#rev_interactive .tp-bullets .tp-bullet.active {
    cursor: default;
}

#rev_interactive .tp-bullets .tp-bullet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #24cdd5;
    transform: translateY(100%);
}

#rev_interactive .tp-bullets .tp-bullet.active:before {
    transform: translateY(0);
}

#rev_one_page .tp-bullet:not(.selected):hover {
    background: rgba(255, 255, 255, .3);
}

#rev_one_page .tp-bullet {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .07);
}

#rev_one_page .tp-bullet.selected {
    border-color: #fff;
}

.tp-bullet.selected {
    background: #24cdd5;
    cursor: default;
}

.tp-bullets .tp-bullet {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}


/* portfolio index ends*/


/*index creative bullet*/

#rev_creative .tp-bullet {
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid #24cdd5;
    overflow: hidden;
}

#rev_creative .tp-bullet:before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: initial;
}

#rev_creative .tp-bullet.selected:before {
    height: 60%;
    width: 60%;
    background: #24cdd5;
}


/*index creative bullet ends*/


/*modern design vertical navigation tp-bullets*/

#vertical-bullets.vertical-tpb .tp-bullets {
    height: auto !important;
    width: auto !important;
    text-align: center;
    display: inline-block;
    position: relative;
}

#vertical-bullets.vertical-tpb .tp-bullet {
    position: relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

#vertical-bullets.vertical-tpb .tp-bullet .tp-bullet-inner {
    width: 18px;
    height: 18px;
    position: relative;
    border: 4px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
    transform: scale(0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#vertical-bullets.vertical-tpb .tp-bullet.selected .tp-bullet-inner {
    transform: scale(1);
    background: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#vertical-bullets.vertical-tpb .tp-bullet .tp-bullet-inner::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#vertical-bullets.vertical-tpb .tp-bullet.selected .tp-bullet-inner::before {
    opacity: 1;
    visibility: visible;
    display: block;
}

#vertical-bullets.vertical-tpb .tp-bullet:not(:last-child) .tp-line {
    height: 20px;
    transform: scaleY(1.4);
    width: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.header-with-topbar .top-header-area {
    font-size: 13px;
    top: 0;
    z-index: 21;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: absolute;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    background: transparent;
}

.header-with-topbar nav {
    margin-top: 50px;
}


/*start up index*/

.startup-slider {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.startup-img {
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid transparent;
    box-shadow: 0 0 0 3px #fff;
}

.startup-img img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    pointer-events: none;
}

.startup-img:hover img {
    transform: scale(1.1);
}


/* Slider DesignStudio Navigation */

#rev_slider_8_1 .tparrows {
    background: transparent;
    width: 44px;
}

#rev_slider_8_1 .tparrows:hover {
    background: transparent;
}

#rev_slider_8_1 .tparrows.tp-leftarrow:before,
#rev_slider_8_1 .tparrows.tp-rightarrow:before {
    display: none;
}

#rev_slider_8_1 .tparrows.tp-leftarrow {
    border-left: 3px solid;
    border-color: #24c1dd;
    padding-left: 4px;
}

#rev_slider_8_1 .tparrows.tp-rightarrow {
    border-right: 3px solid;
    border-color: #24c1dd;
}

#rev_slider_8_1 .tp-leftarrow .hvr-pulse {
    height: 8px;
}

#rev_slider_8_1 .tp-rightarrow .hvr-pulse {
    height: 8px;
}

#rev_slider_8_1 .tp-leftarrow .hvr-pulse:before {
    content: url("../images/leftarrow.png");
}

#rev_slider_8_1 .tp-rightarrow .hvr-pulse:before {
    content: url("../images/rightarrow.png");
}


/* Pulse */

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


#rev_slider_8_1_wrapper .tp-caption span {
    color: #24c1dd;
}

.bg-summer-sky {
    background-color: #24c1dd;
}

.color-summer-sky {
    color: #24c1dd;
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    border-color: #24cdd5 !important;
}

.hephaistos .tp-bullet.selected {
    cursor: default !important;
}

.hephaistos .tp-bullet {
    background: rgba(36, 205, 213, 0.6);
    cursor: pointer;
}
.hephaistos .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #999;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
}
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
    background: #fff;
    border-color: #000;
}

.hephaistos .tp-bullet {
    background: rgba(36, 205, 213, 0.6);
    cursor: pointer;
}


/*index creative agency end*/


/*video section*/

.video-play-button {
    height: 70px;
    width: 70px;
    background: #24cdd5;
    display: inline-block;
    top: 50%;
    right: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 74px;
    text-align: center;
    padding-left: 4px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: translate(50%, -40%);
    -ms-transform: translate(50%, -40%);
    -o-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
}

.video-play-button.slider-play-button {
    margin: 10px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.video-play-button:hover,
.video-play-button:focus {
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    background: #ffffff;
    color: #24cdd5;
}

.video-play-button i {
    font-size: 20px;
}


/* video button two */

.video-play-button-small {
    height: 50px;
    width: 50px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50px;
    line-height: 57px;
    text-align: center;
    color: #24cdd5;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
}

.video-play-button-small:hover,
.video-play-button-small:focus {
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    background: #ffffff;
    color: #24cdd5;
}

.video-play-button-small i {
    font-size: 20px;
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(36, 205, 213, 0.9);
        box-shadow: 0 0 0 5px rgba(36, 205, 213, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(36, 205, 213, 0.6);
        box-shadow: 0 0 0 10px rgba(36, 205, 213, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(36, 205, 213, 0.3);
        box-shadow: 0 0 0 15px rgba(36, 205, 213, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(36, 205, 213, 0.1);
        box-shadow: 0 0 0 20px rgba(36, 205, 213, 0.1);
    }
}

@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(36, 205, 213, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(36, 205, 213, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(36, 205, 213, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(36, 205, 213, 0.1);
    }
}

@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 3px rgba(36, 205, 213, 0.9);
        box-shadow: 0 0 0 3px rgba(36, 205, 213, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 6px rgba(36, 205, 213, 0.6);
        box-shadow: 0 0 0 6px rgba(36, 205, 213, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 9px rgba(36, 205, 213, 0.3);
        box-shadow: 0 0 0 9px rgba(36, 205, 213, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 12px rgba(36, 205, 213, 0.1);
        box-shadow: 0 0 0 12px rgba(36, 205, 213, 0.1);
    }
}

.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}

.split-blog-scale:hover img {
    transform: scale(1.15);
}

.video-content-setting {
    min-height: 260px;
}
.video-content-col{
    max-width: 450px;
    margin-left: auto;
    margin-right: 100px;
}


/*video section ends*/


/* ----- Social Icons ----- */

.social-icons-simple {
    margin-top: -3px;
}

ul.social-icons-simple li,
ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a,
ul.social-icons-simple li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #26313c;
    position: relative;
    z-index: 1;
    border: 1px solid #7c7c7c;
}
ul.no-border li a{
    border: none !important;
}

ul.social-icons-simple li a {
    border: none;
}

ul.social-icons.whitebg li a {
    background: #fff;
}

ul.social-icons li:last-child a {
    margin-right: 0;
}

ul.social-icons li:first-child a {
    margin-left: 0;
}

ul.social-icons li a::before,
ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #24cdd5;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before,
ul.social-icons-simple li a:hover::before,
ul.social-icons-simple li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

ul.social-icons.white li a,
ul.social-icons-simple.white li a,
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
    color: #fff;
}
/*icon bg bover */
.facebook:before{
    background-color: #4267B2 !important;
}
.twitter:before{
    background-color: #1DA1F2 !important;
}
.insta:before{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.linkedin:before{
    background-color: #0077B5 !important;
}
.whatsapp:before{
    background-color: #09cc16 !important;
}

/*-----Buttons-----*/

.button {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.transition-3 {
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

.button-padding {
    padding: .8rem 2.25rem !important;
}

.btnsecondary {}

.btnprimary {
    background: #24cdd5;
    color: #fff;
}

.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    color: #fff;
}

.gradient-btn:hover {
    background-position: right center;
}

.btnsecondary:hover,
.btnsecondary:focus,
.btnprimary:hover,
.btnprimary:focus,
.gradient-btn:hover,
.gradient-btn:focus {
    color: #fff;
}

.btnsecondary:hover,
.btnsecondary:focus {}

.btnprimary:hover,
.btnprimary:focus {}

.button-readmore {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.btn-dark,
.btn-dark:active {
    background: #2D2D2D !important;
    outline: none;
}

.btn-dark:hover,
.btn-dark:focus {
    border-color: #2D2D2D !important;
    background: transparent !important;
    color: #2D2D2D !important;
}

.btn-dark.hover-light:hover {
    color: #fff;
    border-color: #fff !important;
}

.btn-primary,
.btn-primary:active {
    background: #24CDD5 !important;
    outline: none;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #24CDD5 !important;
    background: transparent !important;
    color: #24CDD5 !important;
}

.btn-secondary,
.btn-secondary:active {
    background: #6B747C !important;
    outline: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-color: #6B747C !important;
    background: transparent !important;
    color: #6B747C !important;
}

.button-readmore::after {
    content: "";
    height: 2px;
    width: 70%;
    margin-left: 10px;
    display: inline-block;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: margin-left 0.2s linear;
    -o-transition: margin-left 0.2s linear;
    transition: margin-left 0.2s linear;
}

.button-readmore:hover::after {
    margin-left: 0;
}


/* transitions common*/

a,
*::before,
*::after,
.button,
.image img,
.navbar,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round>img,
.feature-item .icon,
#services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i::before,
i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after,
.half-section-alt::before,
.team-content::before,
.progress-bars .progress .progress-bar span::after,
.bg-testimonial::after,
ul.rounded li::before,
.webcats li a::before,
ul.hours_links li::before,
.side-nav .navbar-nav .nav-link::after,
.numbered .tp-count:before,
.owl-prev::before,
.owl-next::before,
.contact-banner::before {
    content: "";
}

.bg-white {
    background-color: #fff;
}

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,
.form-check label::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.dropdown-toggle::after {
    transition: all 0s !important;
}


/* ----- Navigation Starts ----- */

.navbar {
    padding: 0.35rem 0;
    z-index: 1000;
}

.transparent-bg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.fixed-bottom {
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
}

.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.fixed-bottom.menu-top .dropdown-toggle::after {
    content: "\f106";
}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 !important;
    padding: 0;
    z-index: 1002;
    background: #fff !important;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.catalog-db-page .navbar.static-nav,
.catalog-db-page .static-nav.navbar {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.fixedmenu.no-animation {
    animation: none;
    animation-duration: 0.1s;
}



@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/**/

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

.scroll-down-fixed {
    position: fixed;
    bottom: 30px;
    z-index: 1300;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.scroll-down-fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.scroll-down i {
    font-size: 12px;
    padding-left: 10px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    margin: 12px 0;
    padding: 0;
    width: 50px;
    position: relative;
}

.navbar-brand.center-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    z-index: 1;
}

.navbar-brand.navbar-brand-left {
    flex: 0 0 auto;
    margin-right: 18px;
}

.navbar-brand.navbar-brand-left + .navbar-collapse {
    margin-left: 0;
}

.navbar-centered-layout {
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
}

.navbar-brand.navbar-brand-center-inline {
    flex: 0 0 54px;
    width: 54px;
    margin: 0 16px;
    padding: 0;
    text-align: center;
}

.navbar-brand.navbar-brand-center-inline img {
    max-width: 54px;
}

.center-brand+.navbar-collapse {
    margin: 3px 0;
}

.navbar-brand>img {
    width: 100%;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #26313c;
    position: relative;
    line-height: normal;
    margin: 16px 1.25rem;
    display: inline-block;
}
.navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0;
}

.nav-item.dropdown:hover {
    cursor: pointer;
}

.text-warning-hvr:hover,
.text-warning-hvr:focus {
    color: #ffc107;
}

.text-grey {
    color: #a5a5a5;
}

.navbar-nav .nav-link.dropdown-toggle::before {
    display: none;
}

.transparent-bg .navbar-nav .nav-link {
    color: #fff;
}
.static-nav .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #24CDD5 !important;
    margin: auto;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.transparent-bg.darkcolor .navbar-nav .nav-link {
    color: #26313c;
}
.whitecolor .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active:before {
    width: 100%;
}

.dark-slider h2,
.light-slider h2 {
    font-size: 48px !important;
}

.dark-slider p,
.light-slider p {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.dark-slider h2,
.dark-slider p {
    color: #373737;
}

.light-slider h2,
.light-slider p {
    color: #fff;
}

/* Index hero – prevent CLS before Revolution Slider initializes */
.page-index #home.single-slide {
    position: relative;
    z-index: 2;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
}

.page-index #home.single-slide #rev_single_wrapper,
.page-index #home.single-slide .fullwidthbanner-container,
.page-index #home.single-slide #rev_single {
    min-height: inherit;
}

.page-index #home.single-slide #rev_single_wrapper {
    background: #26313c url("../video/thumb.jpg") center center / cover no-repeat;
}

.page-index .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.page-index .country-flag-box {
    min-height: 48px;
}

@media (max-width: 767px) {
    html,
    body.page-index {
        max-width: 100%;
        overflow-x: hidden;
    }

    .page-index #home {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .page-index #rev_single_wrapper,
    .page-index #rev_single,
    .page-index .rev_slider,
    .page-index .rev_slider > ul,
    .page-index .rev_slider > ul > li {
        width: 100% !important;
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .page-index #home .tp-caption {
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
        min-width: 0 !important;
        white-space: normal !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .page-index #home .tp-caption h2,
    .page-index #home .tp-caption p {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        white-space: normal !important;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .page-index #home .tp-caption h2 {
        font-size: 28px !important;
        line-height: 1.18 !important;
    }

    .page-index #home .tp-caption p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .page-index #home .tp-caption .button {
        max-width: 100%;
        white-space: normal;
    }

    .page-index .scroll-down-fixed {
        max-width: calc(100vw - 30px);
        white-space: nowrap;
    }

    .page-index .product-slider-section {
        width: 100%;
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        overflow: hidden;
    }

    .page-index .product-image-grid,
    .page-index .product-image-row,
    .page-index .product-image-col,
    .page-index .product-image-item {
        min-width: 0;
        max-width: 100%;
    }

    .page-index .product-image-row {
        margin-right: 0;
        margin-left: 0;
    }

    .page-index .product-image-col {
        padding-right: 0;
        padding-left: 0;
    }

    .page-index .product-options-panel {
        max-width: 100%;
        overflow: hidden;
    }

    .page-index .product-options-list > li > a,
    .page-index .product-options-list .product-submenu-toggle,
    .page-index .product-submenu li a {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .page-index #our-process .world-map,
    .page-index #our-process #worldCanvas,
    .page-index #our-process .country-flags-slider {
        width: 100%;
        max-width: 100%;
    }

    .page-index #our-process .country-flags-slider {
        padding-right: 18px;
        padding-left: 18px;
    }

    .page-index #our-process .country-flags-slider .owl-nav button.owl-prev {
        left: -2px;
    }

    .page-index #our-process .country-flags-slider .owl-nav button.owl-next {
        right: -2px;
    }

    .page-index .owl-carousel,
    .page-index .owl-stage-outer,
    .page-index .testi-box {
        max-width: 100%;
    }

    .page-index .owl-stage-outer {
        overflow: hidden;
    }

    .page-index #our-testimonial .testi-box > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .page-index #our-testimonial .certificate-text-col {
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-index #our-testimonial .certificate-desc,
    .page-index .heading-title h2,
    .page-index .heading-title p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .page-index #testimonial-slider .owl-nav {
        width: min(270px, calc(100vw - 40px));
        margin-left: 0;
    }

    .page-index #our-partners #partners-slider .logo-item {
        width: min(180px, 100%);
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .page-index #our-feature {
        min-height: 100svh;
    }

    .page-index .product-image-col {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

/* Shared navbar state: inner pages stay white, mobile navigation follows the same theme. */
.navbar.padding-nav {
    background: #fff;
}

.navbar.padding-nav .navbar-nav .nav-link,
.navbar.padding-nav .nav-separator {
    color: #343a43;
}

.static-nav .navbar-nav .nav-link::before {
    background: #F5090D !important;
}

@media (max-width: 991px) {
    .site-header .navbar,
    .site-header .navbar.transparent-bg,
    .site-header .navbar.padding-nav {
        background: #fff !important;
    }

    .site-header .sidemenu_btn > span,
    .site-header .fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
        background: #6c757d !important;
    }

    .site-header .mobile-navbar-brand,
    .site-header .transparent-bg:not(.fixedmenu) .mobile-navbar-brand {
        background: transparent !important;
    }
}


/*.transparent-bg .navbar-nav .nav-link::before {*/


/*  background: #fff;*/


/*}*/

.fixedmenu .navbar-nav .nav-link {
    color: #26313c;
}


/*DropDowns*/

.collapse {
    position: relative;
}

.sideNavPages {
    /*border-left: 1px solid #ffffff66;*/
    /*margin-top: 4px;*/
}

.sideNavPagesInner {
    margin-left: 30px;
}

.sideNavPagesInner .nav-link {
    font-size: 1.2rem !important;
}

.collapsePagesSideMenu {
    display: flex !important;
}

.collapsePagesSideMenu .fas {
    font-size: 12px;
    margin: auto 10px auto auto;
}

.sideNavPages .nav-item {
    display: block;
    margin: 5px 0;
}

.sideNavPages .nav-link {
    font-size: 1.335rem !important;
    margin-left: 30px !important;
}

.static.dropdown {
    position: static;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}

.megamenu {
    /*padding: 20px 0;*/
    width: 100%;
}

.navbar-nav .dropdown-menu {
    z-index: 5;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    left: 0;
    top: auto;
    border-top: 1px solid #efefef;
    margin-top: 0;
    cursor: default;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.navbar .dropdown-menu,
.navbar .dropdown-menu.show,
.navbar-nav .dropdown.show > .dropdown-menu,
.navbar-nav .dropdown:hover > .dropdown-menu,
.dropright:hover > .dropdown-menu,
.products-megamenu,
.navbar-nav .dropdown.show > .products-megamenu,
.navbar-nav .products-nav-item.show > .products-megamenu,
.navbar .account-dropdown,
.navbar .calc-dropdown {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    transform: none !important;
}

.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    bottom: 68px;
}

.dropdown-menu.right-show {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 0 1.4rem;
    line-height: 40px;
}

a.dropdown-toggle::after {
    transition: all 0s;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
    color: #26313c;
}

.dropdown-item.active {
    color: #24cdd5;
}

.navbar-nav .nav-link:hover,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:hover {
    color: #24cdd5 !important;
}

.dropdown-menu .dropdown-title {
    margin: 1.5rem 0 0.5rem 1rem;
    font-size: 19px;
}

.hover-light:hover {
    color: #fff !important;
}

.hover-underline:hover span {
    text-decoration: underline;
}

.services-main:hover img {
    transform: scale(1.08);
}

.services-main:hover h3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Power Busbar Mega Menu */
.power-busbar-megamenu {
    padding: 0;
    min-width: auto !important;
    width: 580px;
    max-width: calc(100vw - 24px);
    border: 1px solid #d8dee6 !important;
    border-top: 1px solid #d8dee6 !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    margin-top: 8px;
}

.power-busbar-megamenu .container {
    max-width: 580px;
    padding: 0;
}

.power-busbar-megamenu > li {
    width: 100%;
}

.power-busbar-menu-wrap {
    align-items: stretch;
    margin: 0;
}

.power-busbar-menu-wrap > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.power-busbar-menu-list {
    flex: 1;
    padding: 12px 10px 12px 0;
    border-right: 1px solid #efefef;
}

.power-busbar-menu-list .dropdown-item {
    padding: 7px 14px;
    line-height: 1.3;
    font-size: 13px;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
}

.power-busbar-menu-list .dropdown-item.active,
.power-busbar-menu-list .dropdown-item:hover {
    background: #f8f9fa;
    border-left-color: #24cdd5;
    padding-left: 17px;
}

.power-busbar-menu-preview {
    flex: 1;
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #fafafa;
}

.power-busbar-menu-preview img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: opacity 0.25s ease;
}

/* Main Navbar Product Menu */
.main-navbar-left,
.main-navbar-right {
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
}

.main-navbar-left {
    justify-content: flex-end;
}

.main-navbar-right {
    justify-content: flex-start;
}

.main-navbar-left .nav-link,
.main-navbar-right .nav-link {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
}

.ucuztasima-nav-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    margin-left: 0 !important;
    margin-right: 0.35rem !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ucuztasima-nav-link::before {
    display: none !important;
}

.ucuztasima-nav-link img {
    display: block;
    width: auto;
    max-width: 92px;
    max-height: 30px;
    object-fit: contain;
}

.page-index .transparent-bg .ucuztasima-nav-item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.products-nav-item {
    position: static;
}

.products-megamenu {
    width: 760px;
    max-width: calc(100vw - 32px);
    min-width: auto !important;
    padding: 0;
    border: 1px solid #d8dee6 !important;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    overflow: visible;
}

.navbar-nav .dropdown.show > .products-megamenu,
.navbar-nav .products-nav-item.show > .products-megamenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.products-megamenu > li {
    width: 100%;
}

.products-menu-shell {
    position: relative;
    min-height: var(--products-menu-height, 300px);
    background: #fff;
    border-radius: 8px;
}

.products-main-list {
    width: 230px;
    min-height: var(--products-menu-height, 300px);
    padding: 10px 0;
    border-right: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 8px 0 0 8px;
}

.products-main-row {
    position: static;
}

.products-main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 52px;
    padding: 12px 18px;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.products-main-link i {
    color: #9ca3af;
    font-size: 12px;
}

.products-main-row:hover .products-main-link,
.products-main-row.active .products-main-link {
    background: #f8fafc;
    color: #dc2626;
}

.products-main-row:hover .products-main-link i,
.products-main-row.active .products-main-link i {
    color: #dc2626;
}

.products-subpanel {
    position: absolute;
    top: 0;
    left: 230px;
    right: 0;
    min-height: var(--products-menu-height, 300px);
    display: none;
    grid-template-columns: minmax(210px, 1fr) 240px;
    gap: 18px;
    padding: 18px;
    background: #fff;
    border-radius: 0 8px 8px 0;
}

.products-main-row.active .products-subpanel,
.products-main-row:hover .products-subpanel {
    display: grid;
}

.products-main-list:hover .products-main-row.active:not(:hover) .products-subpanel {
    display: none;
}

.products-main-list:hover .products-main-row.active:not(:hover) .products-main-link {
    background: transparent;
    color: #111827;
}

.products-main-list:hover .products-main-row.active:not(:hover) .products-main-link i {
    color: #9ca3af;
}

.products-sub-links {
    display: grid;
    align-content: start;
    gap: 4px;
}

.products-sub-links a {
    display: flex;
    align-items: center;
    min-height: 36px;
    border-radius: 6px;
    padding: 8px 10px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
}

.products-sub-links a:hover,
.products-sub-links a:focus,
.products-sub-links a.active {
    background: #fee2e2;
    color: #dc2626;
}

.products-menu-image img {
    transition: opacity 0.2s ease;
}

.products-menu-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border-radius: 8px;
    background: #f3f4f6;
}

.products-menu-image img {
    width: 100%;
    max-width: 220px;
    max-height: 230px;
    object-fit: contain;
    padding: 12px;
}

.calc-dropdown {
    min-width: 260px;
    border-radius: 8px !important;
    padding: 8px !important;
}

.calc-dropdown .dropdown-item {
    border-radius: 6px;
    padding: 9px 12px;
    line-height: 1.35;
    font-size: 14px;
    font-weight: 700;
}

.side-nav .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}

.side-nav .sub-menu .nav-link {
    font-size: 14px;
    padding: 6px 0;
    opacity: 0.85;
}

/* Product Image Grid & Options Menu */
.product-slider-section {
    max-width: 100%;
    overflow: visible;
}

.product-image-grid {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

#our-feature {
    position: relative;
    z-index: 1;
    overflow: visible;
    min-height: auto;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    scroll-margin-top: var(--site-navbar-offset, 80px);
}

.page-index #our-feature {
    z-index: 2;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    background-color: #fff;
}

.page-index #our-process.world-section {
    z-index: 1;
}

.page-index {
    --site-navbar-offset: 80px;
}

@media (max-width: 991px) {
    .page-index {
        --site-navbar-offset: 64px;
    }
}

.page-index #our-feature,
.page-index #featuredProductsHero,
.page-index #our-process,
.page-index #dealersSectionHero {
    scroll-margin-top: var(--site-navbar-offset);
}

.page-index .featured-products-hero {
    position: relative;
    padding-top: var(--site-navbar-offset);
    background: #fff;
    border-bottom: 4px solid #f5090d;
}

.page-index .featured-hero-content {
    max-width: 690px;
    padding: 33px 0 28px;
}

.page-index .featured-hero-content .certificates-kicker {
    font-size: 8px;
    letter-spacing: 1.05px;
}

.page-index .featured-hero-title {
    margin: 8px 0 9px;
    color: #17212b;
    font-size: clamp(26px, 3.75vw, 41px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.1px;
}

.page-index .featured-hero-content > p {
    max-width: 560px;
    margin: 0;
    color: #637083;
    font-size: 10px;
    line-height: 1.7;
}

#our-feature .product-slider-section {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
    background-color: #fff;
    flex: 1 1 auto;
}

#our-feature > .container-fluid {
    width: 100%;
    transform: none;
}

#our-feature .heading-title {
    margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
    .page-index .featured-hero-content {
        padding: 25px 0 20px;
    }

    #our-feature .product-slider-section {
        padding-top: 1.75rem;
        padding-bottom: 3.25rem;
    }

    #our-feature > .container-fluid {
        transform: none;
    }

    #our-feature .heading-title {
        margin-bottom: 1.25rem !important;
    }

    #our-feature .product-image-title {
        margin-top: 8px;
        font-size: 14px;
    }
}

.product-image-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: clamp(8px, 1.2vw, 16px);
    margin-right: 0;
    margin-left: 0;
}

.page-index .product-image-row .product-image-col {
    flex: 1 1 250px;
    min-width: 0;
    max-width: 250px;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.page-index .product-image-row--count-1 .product-image-col {
    flex: 0 1 250px;
    max-width: 250px;
}

.page-index .product-image-row--count-2 .product-image-col {
    max-width: 250px;
}

.page-index .product-image-row--count-7 .product-image-title,
.page-index .product-image-row--count-8 .product-image-title {
    font-size: clamp(11px, 1vw, 13px);
}

.page-index .product-image-row--count-5 .product-image-title,
.page-index .product-image-row--count-6 .product-image-title {
    font-size: clamp(12px, 1.1vw, 14px);
}

.page-index .product-image-grid[data-featured-count="6"] .product-options-list > li > a,
.page-index .product-image-grid[data-featured-count="6"] .product-options-list .product-submenu-toggle,
.page-index .product-image-grid[data-featured-count="7"] .product-options-list > li > a,
.page-index .product-image-grid[data-featured-count="7"] .product-options-list .product-submenu-toggle,
.page-index .product-image-grid[data-featured-count="8"] .product-options-list > li > a,
.page-index .product-image-grid[data-featured-count="8"] .product-options-list .product-submenu-toggle {
    padding: 8px 10px;
    font-size: clamp(11px, 0.95vw, 13px);
}

.page-index .product-image-grid[data-featured-count="6"] .product-submenu li a,
.page-index .product-image-grid[data-featured-count="7"] .product-submenu li a,
.page-index .product-image-grid[data-featured-count="8"] .product-submenu li a {
    padding: 8px 10px;
    font-size: clamp(11px, 0.9vw, 13px);
}

@media (max-width: 991px) {
    .page-index .product-image-row {
        flex-wrap: wrap;
    }

    .page-index .product-image-row .product-image-col {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    .page-index .product-image-row--count-1 .product-image-col {
        flex: 0 0 100%;
        max-width: 320px;
    }

}

@media (max-width: 575px) {
    .page-index .product-image-row .product-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product-image-col {
    position: static;
}

.product-image-item {
    position: relative;
    text-align: center;
}

.product-image-title {
    margin: 12px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #26313c;
    line-height: 1.3;
}

.product-image-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-index #our-feature .product-image-title {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
    width: min(250px, 100%);
    margin: 0 auto;
    padding: 9px 10px;
    border: 1px solid #eef0f3;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #fff;
    color: #F5090D;
    text-shadow: none;
}

.page-index #our-feature .product-image-title a:hover,
.page-index #our-feature .product-image-title a:focus {
    color: #F5090D;
}

.product-image-title a:hover,
.product-image-title a:focus {
    color: #24cdd5;
    text-decoration: none;
}

.product-image-col .product-image-trigger.active + .product-image-title,
.product-image-item:hover .product-image-title {
    color: #F5090D;
}

.product-image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-image-trigger img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.page-index #our-feature .product-image-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(250px, 100%);
    aspect-ratio: 1 / 1;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 0 8px 8px;
}

.page-index #our-feature .product-image-trigger img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    aspect-ratio: auto;
    object-fit: contain;
}

.product-image-item:hover .product-image-trigger img,
.product-image-trigger:hover img,
.product-image-trigger.active img {
    transform: scale(1.05);
}

.product-image-item:hover .product-image-trigger,
.product-image-trigger:hover,
.product-image-trigger.active {
    border-color: #24cdd5;
    box-shadow: 0 8px 28px rgba(36, 205, 213, 0.2);
}

.product-options-panel {
    position: absolute;
    z-index: 100;
    margin-top: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    animation: productPanelFade 0.25s ease;
    box-sizing: border-box;
}

.product-options-panel[hidden] {
    display: none !important;
}

.product-option-preview {
    position: absolute;
    z-index: 110;
    width: 200px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    animation: productPanelFade 0.2s ease;
    pointer-events: none;
}

.product-option-preview[hidden] {
    display: none !important;
}

.product-option-preview-images img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    background: #f3f4f6;
}

@media (max-width: 991px) {
    .product-option-preview {
        display: none !important;
    }
}

@keyframes productPanelFade {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-options-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.product-options-list > li {
    position: relative;
}

.product-options-list > li > a,
.product-options-list .product-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    color: #26313c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.product-options-list > li > a:hover,
.product-options-list > li > a:focus,
.product-options-list .has-submenu.open > .product-submenu-toggle,
.product-options-list .has-submenu > .product-submenu-toggle:hover {
    background: #f8f9fa;
    color: #24cdd5;
    border-left-color: #24cdd5;
}

@media (hover: hover) and (pointer: fine) {
    .product-options-list .has-submenu:hover > .product-submenu-toggle {
        background: #f8f9fa;
        color: #24cdd5;
        border-left-color: #24cdd5;
    }

    .product-options-list .has-submenu:hover > .product-submenu-toggle i {
        transform: rotate(90deg);
    }

    .product-options-list .has-submenu:hover > .product-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

.product-options-list .has-submenu > .product-submenu-toggle i {
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.product-options-list .has-submenu.open > .product-submenu-toggle i {
    transform: rotate(90deg);
}

.product-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: all 0.25s ease;
    z-index: 105;
}

.product-options-list .has-submenu.open > .product-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.product-options-panel[data-active-category] .product-submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    border-top: 1px solid #efefef;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.product-options-panel[data-active-category] .product-options-list .has-submenu > .product-submenu-toggle i {
    transform: rotate(90deg);
}

.product-options-panel .product-options-list > li[style*="display: none"] {
    display: none !important;
}

.product-submenu li a {
    display: block;
    padding: 11px 20px;
    color: #26313c;
    font-size: 14px;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.product-submenu li a:hover {
    background: #f8f9fa;
    color: #24cdd5;
    border-left-color: #24cdd5;
}

@media (max-width: 767px) {
    .product-submenu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        border-top: 1px solid #efefef;
        border-radius: 0;
        transform: none;
        max-height: 0;
        overflow: hidden;
    }

    .product-options-list .has-submenu.open > .product-submenu {
        max-height: 200px;
        transform: none;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        min-width: 260px;
        transform: none;
    }
    .navbar.menu-top .dropdown-menu {
        transform: none;
    }
    .dropright .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: none;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu,
    .dropright:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}


/*-----Side Menu----*/


/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: 1px;
    right: 20px;
}

.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}

.sidemenu_btn>span {
    height: 2px;
    width: 100%;
    display: block;
    background: #26313c;
}

.transparent-bg .sidemenu_btn>span {
    background: #fff;
}

.mobile-navbar-brand {
    position: relative;
    z-index: 5;
    width: 64px;
    margin: 0;
    padding: 0;
}

.mobile-navbar-brand img {
    display: block !important;
    width: 64px !important;
    max-height: 54px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .site-header .navbar {
        min-height: 70px;
        padding: 8px 0;
        background: rgba(23, 29, 38, .97);
        box-shadow: 0 5px 18px rgba(15, 20, 28, .16);
    }

    .site-header .navbar > .container {
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .site-header .sidemenu_btn {
        top: 50%;
        right: 15px;
        z-index: 12;
        display: block !important;
        margin: 0;
        transform: translateY(-50%);
    }

    .site-header .sidemenu_btn > span,
    .site-header .fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
        background: #6c757d !important;
    }

    .site-header .fixedmenu .sidemenu_btn {
        position: absolute;
    }

    .mobile-navbar-brand,
    .transparent-bg:not(.fixedmenu) .mobile-navbar-brand {
        padding: 4px;
        border-radius: 4px;
        background: transparent;
    }

    .site-header .side-menu,
    .site-header .side-menu.gradient-bg {
        background: #fff !important;
        background-image: none !important;
    }

    .site-header .side-nav .navbar-nav .nav-link {
        color: #343a43 !important;
        font-weight: 500;
    }

    .site-header .side-nav .navbar-nav .nav-link::before {
        background: #F5090D;
    }

    .site-header .side-menu .btn-close::before,
    .site-header .side-menu .btn-close::after {
        background: #343a43;
    }

    .site-header .side-footer p,
    .site-header .side-menu .social-icons-simple.white li a {
        color: #343a43 !important;
    }

    .site-header .side-menu .social-icons-simple li a:hover {
        color: #F5090D !important;
    }
}

.fixedmenu .sidemenu_btn>span:not(.gradient-bg) {
    background: #26313c !important;
}

.sidemenu_btn>span:nth-child(2) {
    margin: 4px 0 4px auto;
    width: 75%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.sidemenu_btn>span:nth-child(3) {
    margin-left: auto;
    width: 45%;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}
.sidemenu_btn:hover>span:nth-child(2),
.sidemenu_btn:hover>span:nth-child(3){
    width: 100%;
}


/*side clode btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-right: 1.5rem;
    margin-top: 0;
    right: 20px;
    top: 24px;
    z-index: 12;
    cursor: pointer;
}

.side-menu .btn-close.btn-close-no-padding {
    top: 24px;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    left: 16px;
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    overflow: hidden;
}

.side-menu:not(.gradient-bg) {
    background: #24cdd5;
}

.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

.side-menu .inner-wrapper {
    padding: 4.5rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 8px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    margin-top: 0;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-nav .navbar-nav .nav-item:last-child{
    margin-bottom: 0;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff !important;
    padding: 5px 0 !important;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

.side-nav .navbar-nav .nav-link::before,
.breadcrumb .breadcrumb-item a::before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.breadcrumb .breadcrumb-item a::before {
    bottom: -5px;
}

.side-nav .navbar-nav .nav-link:hover::before,
.breadcrumb .breadcrumb-item a:hover::before {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.collapsePagesSideMenu:hover::before {
    width: 0;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
    display: none;
}

.side-nav .navbar-nav .nav-link.active::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
    margin-left: 5px;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}


/*Header Social Icons*/

.navbar .social-icons li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
}

.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.navbar.fixedmenu .social-icons.white li a {
    color: #26313c;
}

.navbar.fixedmenu .social-icons.white li a:hover,
.side-menu .social-icons-simple li a:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 4rem 3.25rem;
    }
    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }
    .video-content-col{
        margin-right: 15px;
    }
    #app-slider, .app-slider-lock{
        left: 25px !important;
    }
}

@media (max-width: 1055px) {
    .navbar .social-icons {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .side-menu .inner-wrapper {
        padding: 4rem 2.7rem;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.25rem;
    }
    .sideNavPages .nav-link {
        font-size: 1.125rem !important;
    }
    .sideNavPagesInner .nav-link {
        font-size: 1rem !important;
    }
    .contactus-wrapp.position-absolute{
        width: 96% !important;
    }
}

@media (max-width: 992px) {
    .transparent-bg:not(.fixedmenu) {
        background: rgba(38, 49, 60, 0.55);
        padding: 0;
    }
    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.125rem;
    }
    .sideNavPages .nav-link {
        font-size: 1rem !important;
    }
    .side-menu .btn-close {
        top: 33px;
        margin-right: 1.2rem;
        right: 15px;
    }
    nav.side-nav {
        margin-top: 35px;
    }
    .process-wrapp li::before {
        width: 0 !important;
    }
    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }
    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }
    .video-content-col{
        max-width: 350px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .side-menu .btn-close {
        top: 26px;
    }
    .side-menu {
        width: 80% !important;
    }
    .dropdown-menu .dropdown-title {
        display: none;
    }
    .bottom15 .icon {
        float: left;
    }
    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }
    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: #5192e1;
    }
    .coming-soon-heading {
        font-size: 70px;
    }
    ul.count_down li {
        padding: 0 20px !important;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 50px !important;
    }
    .video-content-col{
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
    }
    #blog .news_item{
        margin-bottom: 30px;
    }
    .contactus-wrapp.position-absolute{
        width: 94% !important;
        top: -220px !important;
    }
}

@media (max-width: 576px) {
    .side-menu .inner-wrapper {
        padding: 2rem 5rem;
    }
    .side-menu {
        width: 100% !important;
    }
    .navbar-nav {
        margin-top: 1.5rem;
    }
    .contactus-wrapp.position-absolute{
        top: -300px !important;
    }
    .full-map {
        height: 540px !important;
    }
}


/*---- Navigation Ends ----*/

.part-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg-part-header.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

#particles-js {
    height: 100vh;
}

#particles-text-morph {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    user-select: none;
    /*pointer-events: none;*/
    text-align: center;
}


/*---- OWl / Revolution ----*/


/*Dots*/

.owl-dots {
    margin-top: 2rem;
    text-align: center;
}

.owl-dots .owl-dot {
    height: 3px;
    width: 20px;
    background: #26313c;
    margin: 2px 3px;
    border: 1px solid #26313c;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}

.no-dots .owl-dots {
    display: none;
}

.owl-dots .owl-dot,
.numbered .tp-bullet,
.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    position: relative;
}

.numbered .tp-bullet {
    width: auto;
    height: 15px;
    background: transparent;
    cursor: pointer;
    color: #18191d;
    transition: 3s height;
}

.numbered .tp-bullet-number {
    text-align: left;
}

.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.numbered .tp-bullet.selected:nth-child(4) {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

.numbered,
.tp-tabs,
.tp-thumbs {
    top: 47% !important;
}

.numbered .tp-bullet .tp-count {
    font-size: 14px;
    bottom: 5px;
}

.numbered .tp-count:before {
    height: 3px;
    width: 40px;
    transform: scaleX(0);
    display: block;
    background: #24cdd5;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.numbered .tp-count:before,
.revicon {
    position: absolute;
}

.numbered .tp-bullet.selected .tp-count {
    color: #24cdd5;
}

.white .numbered .tp-bullet .tp-count,
.white .numbered .tp-count:before,
.white .numbered .tp-bullet.selected .tp-count {
    color: #fff;
}

.white .numbered .tp-count:before {
    background: #fff;
}

.numbered .tp-bullet.selected .tp-count:before {
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 11;
}

.revicon li a {
    height: 40px;
}


/*Buttons*/

.owl-prev,
.owl-next {
    background: transparent;
    border: none;
    color: #26313c;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 29px;
}

.gray-body .owl-nav button,
.gray-body .back-top {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-prev,
.owl-prev::before,
.owl-next,
.owl-next::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.owl-prev::before,
.owl-next::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

.owl-prev:hover,
.owl-next:hover {
    color: #fff;
}

.owl-prev:hover::before,
.owl-next:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/*----- OWl / Revolution ends-----*/


/*-----Page Headers----- */

.page-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.single-items {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

#para-menu li a.active,
#para-menu li a:hover {
    color: #fff !important;
}

#para-menu li a {
    position: relative;
}

#para-menu li a:before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#para-menu li a.current:before {
    width: 100%;
}

#pp-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.para-btn.disabled {
    opacity: 0.5;
    cursor: default;
}

.para-btn {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.fixed-para-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    width: 50px;
}

.fixed-para-btn .para-btn {
    line-height: 1;
    transition: 0.3s all;
}

.fixed-para-btn .para-btn svg {
    transition: 0.3s all;
}

.fixed-para-btn .para-btn.disabled svg:hover {
    fill: #fff;
}

.fixed-para-btn .para-btn svg:hover {
    fill: #24cdd5;
}

.dark-gradient {
    background: rgba(0, 0, 0, 0.4);
}

.bg-parallax-1 {
    background: url(../images/bg-single-1.jpg) no-repeat;
}

.bg-parallax-2 {
    background: url(../images/bg-single-2.jpg) no-repeat;
}

.bg-parallax-3 {
    background: url(../images/bg-single-3.jpg) no-repeat;
}

.bg-parallax-4 {
    background: url(../images/bg-single-4.jpg) no-repeat;
}

.bg-parallax-5 {
    background: url(../images/bg-single-5.jpg) no-repeat;
}

.bg-parallax-6 {
    background: url(../images/bg-single-6.jpg) no-repeat;
}

.bg-parallax-7 {
    background: url(../images/bg-single-7.jpg) no-repeat;
}

.about-header {
    background: url(../images/bg-about-header.jpg) no-repeat;
}

.startup-header {
    background: url(../images/banner9.jpg) no-repeat;
}

.parallax-header {
    background: url(../images/bg-parallax-header.jpg) no-repeat;
    background-size: cover !important;
}

.blog-header {
    background: url(../images/bg-blog-header.jpg) no-repeat;
}

.blog2-header {
    background: url(../images/bg-blog2-header.jpg) no-repeat;
}

.blog-detail-header {
    background: url(../images/bg-blog-detail-header.jpg) no-repeat;
}

.service-header {
    background: url(../images/bg-service-header.jpg) no-repeat;
}

.service-detail-header {
    background: url(../images/bg-service-detail-header.jpg) no-repeat;
}

.contact-header {
    background: none;
}

.contact-header > .overlay.overlay-dark.opacity-6.z-index-1 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/firma_binasi.png) no-repeat center center;
    background-size: cover;
    opacity: 1 !important;
    visibility: visible;
}

.contact-header .gradient-bg.title-wrap {
    width: 100%;
    background: #fff !important;
    background-image: none !important;
    color: #4b5563;
    border: none;
    border-radius: 6px;
    box-shadow: 0 6px 22px rgba(75, 85, 99, 0.28);
    padding: 14px 18px;
}

.contact-header .title-wrap h3,
.contact-header .title-wrap .breadcrumb-item,
.contact-header .title-wrap .breadcrumb-item a {
    color: #4b5563;
}

.contact-header .title-wrap .breadcrumb-item a:hover,
.contact-header .title-wrap .breadcrumb-item a:focus {
    color: #26313c;
}

.contact-header .title-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: #6b7280;
}

.contact-header .title-wrap {
    position: relative;
    z-index: 2;
}

.contact-meta .contact-brand-logo img {
    max-height: 56px;
    width: auto;
    display: block;
}

.gallery-header {
    background: url(../images/bg-gallery-header.jpg) no-repeat;
}

.gallery-detail-header {
    background: url(../images/bg-gallery-detail-header.jpg) no-repeat;
}

.shop-detail-header {
    background: url(../images/bg-shop-detail-header.jpg) no-repeat;
}

.shop-header {
    background: none;
}

.shop-header > .overlay.overlay-dark.opacity-6.z-index-1 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/bara_images/b-bara_slider.png) no-repeat center center;
    background-size: cover;
    opacity: 1 !important;
    visibility: visible;
}

.shop-header .gradient-bg.title-wrap {
    width: 100%;
    background: #fff !important;
    background-image: none !important;
    color: #4b5563;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    padding: 14px 18px;
}

.shop-header .title-wrap h3,
.shop-header .title-wrap .breadcrumb-item,
.shop-header .title-wrap .breadcrumb-item a {
    color: #4b5563;
}

.shop-header .title-wrap .breadcrumb-item a:hover,
.shop-header .title-wrap .breadcrumb-item a:focus {
    color: #26313c;
}

.shop-header .title-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: #6b7280;
}

.cart-header {
    background: url(../images/bg-cart-header.jpg) no-repeat;
}

.team-header {
    background: url(../images/bg-team-header.jpg) no-repeat;
}

.pricing-header {
    background: url(../images/bg-pricing-header.jpg) no-repeat;
}

.testimonial-header {
    background: url(../images/bg-testimonial-header.jpg) no-repeat;
}

.faq-header {
    background: url(../images/bg-faq-header.jpg) no-repeat;
}

.error404-header {
    background: url(../images/bg-404-header.jpg) no-repeat;
}

.coming-soon-header {
    background: url(../images/bg-coming-soon-header.jpg) no-repeat;
}

.sign-in-header {
    background: url(../images/bg-sign-in-header.jpg) no-repeat;
}

.sign-up-header {
    background: url(../images/bg-sign-up-header.jpg) no-repeat;
}

.reset-header {
    background: url(../images/bg-reset-header.jpg) no-repeat;
}

.testimonial-bg {
    background: url(../images/testimonial-bg.jpg) no-repeat center center;
}

#our-testimonial .testimonial-header {
    background: #fff;
    padding: 2.5rem 0 3.75rem;
}

#our-testimonial .testimonial-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

#our-testimonial .testimonial-header-image {
    flex: 0 0 auto;
    line-height: 0;
}

#our-testimonial .testimonial-header-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

#our-testimonial .testimonial-header-content {
    flex: 1 1 280px;
    max-width: 520px;
}

#our-testimonial .testimonial-header-link {
    display: inline-block;
    color: #dc2626;
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

#our-testimonial .testimonial-header-link:hover,
#our-testimonial .testimonial-header-link:focus {
    color: #991b1b;
    text-decoration: underline;
}

#our-testimonial .testimonial-header-slogan {
    margin: 0.85rem 0 0;
    color: #dc2626;
    font-size: clamp(0.95rem, 1.6vw, 1.125rem);
    line-height: 1.65;
}

#our-testimonial.padding_bottom {
    padding-top: 5.5rem;
}

#our-testimonial .heading-title {
    margin-bottom: 2.5rem !important;
}

#our-testimonial #testimonial-slider {
    margin-top: 0;
    margin-bottom: 0;
}

#our-testimonial .testi-box > .row {
    align-items: flex-start;
}

#our-testimonial .certificate-text-col {
    padding-top: 2.75rem;
}

#our-testimonial .certificate-desc {
    margin: 0;
    line-height: 1.7;
    text-align: left;
}

#our-testimonial .certificate-desc strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.4;
}

#our-testimonial .testi-box h4.top15 {
    margin-top: 15px;
    margin-bottom: 0;
}

#our-testimonial .testi-box h4 + p {
    margin-bottom: 0;
}

.contact-banner::before,
.contact-banner iframe {
    position: absolute;
}

.contact-banner::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.page-header .page-titles,
.page-header .title-wrap {
    position: relative;
}

.page-header .page-titles {
    z-index: 5;
}

.title-wrap h3 {
    margin-top: 3px;
}

.page-header .title-wrap {
    padding: 1.125rem 1.5rem;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    line-height: 1;
    z-index: 2;
    margin-bottom: -24px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
}

.contact-banner iframe {
    height: 100%;
    width: 100%;
}

iframe {
    border: none;
}


/*-----Page Headers -----*/


/*-----Aboutus----- */

.aboutus h2 {
    font-size: 2.25rem;
}

#services-slider,
#services-slider .service-box,
.services-main .services-content,
.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step,
.feature-item .icon,
.feature-item .text h3,
.half-section-alt,
.bg-counters,
.progress-bars .progress,
.progress-bars .progress p {
    position: relative;
}

.half-section-alt::before,
.progress-bars .progress .progress-bar,
.progress-bars .progress .progress-bar span,
.progress-bars .progress .progress-bar span::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after {
    position: absolute;
}

#services-slider .service-box>span,
.process-wrapp li>.pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span::after {
    display: inline-block;
}


/*Service Slider*/

#services-slider {
    margin: -140px 0 0;
    min-height: 345px;
    z-index: 21;
}

#services-slider.half-margin {
    margin: -110px 0 0;
}

#services-slider.owl-carousel .owl-stage-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}

#services-slider .service-box {
    padding: 3rem 1.5rem;
    background: #26313c;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
}

#services-slider.services-slider-light .service-box {
    background: #556772;
}

.bg-light-dark {
    background: #556772;
}

#services-slider .service-box,
#services-slider .service-box>span {
    overflow: hidden;
}

#services-slider .service-box>span {
    font-size: 40px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

#services-slider .service-box h4 {
    font-weight: bold;
}

#services-slider .service-box i {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all .18s linear;
    -o-transition: all .18s linear;
    transition: all .18s linear;
}

#services-slider .service-box:hover i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#services-slider .owl-item.center .service-box {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    padding: 4.5rem 1.5rem;
    margin-top: -25px;
}

.gradient-bg {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

#services-slider .owl-item.center .service-box:hover {
    background-position: right center;
}


/*Services main*/

.services-main .services-content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2rem 1rem;
    margin-top: -30px;
    background: #ffffff;
    z-index: 5;
}


/*Services ends*/


/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
    z-index: 1;
}

.process-wrapp li,
.process-wrapp li>.pro-step {
    text-align: center;
}

.process-wrapp li {
    padding: 70px 15px 0 15px;
    display: table-cell;
}

.process-wrapp li:hover {
    cursor: pointer;
}

.process-wrapp li>.pro-step {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.process-wrapp li>.pro-step,
.process-wrapp li>.pro-step::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp.no-rounded li>.pro-step,
.process-wrapp.no-rounded li>.pro-step::before {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.process-wrapp li>.pro-step::before {
    background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
    background: -webkit-linear-gradient(left, #5192e1, #23ced5);
    background: -o-linear-gradient(left, #5192e1, #23ced5);
    background: linear-gradient(90deg, #5192e1, #23ced5);
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.process-wrapp li p:first-child {
    font-size: 15px;
}

.process-wrapp li p:last-child {
    font-size: 13px;
    margin-bottom: 4px;
}

.process-wrapp li:hover>.pro-step {
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active>.pro-step{
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active:hover>.pro-step {
    border-color: transparent !important;
}

.process-wrapp li:hover>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active:hover>.pro-step::before {
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 50%;
}
.process-wrapp:hover li.active>.pro-step::before{
    opacity: 0;
    visibility: hidden;
}
.process-wrapp:hover li.active>.pro-step{
    border-color: #fff;
}

.process-wrapp li::before,
.process-wrapp li::after {
    height: 1px;
    top: 115px;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li::before {
    left: 0;
}

.process-wrapp li::after {
    right: 0;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsePagesSideMenu i {
    transition: all .3s linear;
}


/*Work Process ends */

/* World Map */
.world-section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.world-section > .container {
    position: relative;
    z-index: 1;
}

#our-process.world-section {
    position: relative;
    z-index: 1;
    padding: 0 0 3rem;
}

.page-index .world-section-content {
    position: relative;
    padding: 2.5rem 0 0;
}

.page-index .world-section-content > .container {
    position: relative;
    z-index: 1;
}

#our-process #our-partners.our-partners-block {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(23, 72, 112, 0.12);
}

#our-partners.our-partners-block {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#our-partners.our-partners-block .heading-title {
    margin-bottom: 1.5rem !important;
}

#our-process #our-partners .heading-title {
    margin-bottom: 1.5rem !important;
}

.world-parallax-bg {
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    z-index: 0;
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/dunya_haritasi.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transform: translateZ(0);
    -webkit-mask-image: radial-gradient(
        ellipse 58% 62% at 50% 46%,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.82) 32%,
        rgba(0, 0, 0, 0.35) 52%,
        rgba(0, 0, 0, 0) 72%
    );
    mask-image: radial-gradient(
        ellipse 58% 62% at 50% 46%,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.82) 32%,
        rgba(0, 0, 0, 0.35) 52%,
        rgba(0, 0, 0, 0) 72%
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

#our-process {
    --globe-height: 240px;
    --ocean: #174870;
    --land: #C3D5DF;
    --highlight-land: #F18D00;
    --country-border: #174870;
    --outer-border: #174870;
}

#our-process .world-map {
    position: relative;
    width: 100%;
    max-width: 760px;
    height: var(--globe-height);
    min-height: 196px;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
    user-select: none;
    touch-action: none;
}

#our-process #worldCanvas {
    display: block;
    width: 100%;
    height: 100%;
    cursor: grab;
}

#our-process #worldCanvas.dragging {
    cursor: grabbing;
}

#our-process .country-flags-slider {
    position: relative;
    max-width: 760px;
    margin: 12px auto 0;
    padding: 0 24px;
}

#our-process .country-flag-item {
    text-align: center;
    padding: 0 8px;
}

#our-process .country-flag-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, .08);
    background: #f3f3f3;
}

#our-process .country-flag-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#our-process .country-flag-name {
    display: block;
    color: #263044;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

#our-process .country-flags-slider .owl-nav button {
    position: absolute;
    top: 36px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .06) !important;
    color: #263044 !important;
}

#our-process .country-flags-slider .owl-nav button.owl-prev {
    left: -18px;
}

#our-process .country-flags-slider .owl-nav button.owl-next {
    right: -18px;
}

@media (max-width: 640px) {
    #our-process {
        --globe-height: 200px;
    }

    #our-process.world-section {
        padding: 0 0 2.25rem;
    }

    .page-index .world-section-content {
        padding-top: 1.75rem;
    }

    #our-process #our-partners.our-partners-block {
        margin-top: 1.5rem;
        padding-top: 1.25rem;
    }

    #our-process .country-flag-box {
        width: 60px;
        height: 60px;
    }

    #our-process .country-flag-name {
        font-size: 12px;
    }
}

/*App Features*/

#app-feature .feature-item:hover,
.feature-item.image {
    cursor: pointer;
}

.feature-item.innovative-border {
    border: 1px solid #24cdd5;
    padding: 15px 10px 0 10px;
    position: relative;
}

.feature-item.innovative-border.arr-left::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 1px solid #24cdd5;
    border-bottom: 1px solid #24cdd5;
    background: #fff;
    top: calc(50% - 7px);
    right: -8px;
    transform: rotate(-45deg);
}

.feature-item.innovative-border.arr-right::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid #24cdd5;
    border-top: 1px solid #24cdd5;
    background: #fff;
    top: calc(50% - 7px);
    left: -8px;
    transform: rotate(-45deg);
}

.feature-item img,
.feature-item .icon {
    display: inline-flex;
}

.feature-item.image {
    max-width: 250px;
    margin-top: 35px;
}

.feature-item h4 {
    font-size: 1.5rem;
}

.feature-item .icon {
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: #24cdd5;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item .text h3 {
    width: 100%;
}

.feature-item:hover .text h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-clip: border-box;
    background-size: 200%, 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item:hover .icon {
    transform: translateY(-6px);
}

.feature-item.innovative-border:hover .icon {
    transform: scale(1.1);
}

.feature-item.active {
    background: #f7f7f7;
}

.image.mobile-apps>img {
    opacity: 0;
}

.image.mobile-apps.active>img {
    opacity: 1;
}
.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.app-image>img{
    max-width: 280px;
    margin: 0 auto;
    display: inline-block;
    pointer-events: none;
    position: inherit;
    z-index: 100;
}

#app-slider , .app-slider-lock{
    position: absolute;
    top: 14px;
    width: 235px;
    left: 58px;
    height: 475px;
    z-index: 1;
}
#app-slider{
    cursor: w-resize;
}
.app-slider-lock{
    z-index: 2;
    display: block;
}
.app-slider-lock img{
    width: 100%;
}
.app-slider-lock-btn{
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #0b0b0b;
    cursor: pointer !important;
    border-radius: 50%;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.app-image:hover .app-slider-lock-btn{
    bottom: 30px;
    opacity: 1;
}
.app-slider-lock-btn:hover{
    transform:translateX(-50%) scale(1.1);
}

/*half sections*/

.half-section-alt::before {
    height: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f6f7f8;
}


/*App Features ends*/


/* Counters */

.bg-counters {
    background: url(../images/counter-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.counters .count_nums {
    font-size: 6.25rem;
    line-height: 5rem;
}

.counters .count_nums,
.counters i {
    vertical-align: middle;
}


/*Counters ends */


/* Progress Bars */

.progress-bars .progress .progress-bar:not(.gradient-bg),
.progress-bars .progress .progress-bar span:not(.gradient-bg) {
    background: #000;
}

.progress-bars .progress {
    overflow: visible;
    height: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    background: #eee;
}

.progress-bars .progress+.progress {
    margin-top: 50px;
}

.progress-bars .progress p {
    padding-bottom: 10px;
    left: 0;
}

.progress-bars .progress p,
.progress-bars .progress .progress-bar span {
    top: -28px;
}

.progress-bars .progress .progress-bar {
    float: none;
    height: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width 1s ease-in-out .3s;
    -o-transition: width 1s ease-in-out .3s;
    transition: width 1s ease-in-out .3s;
}

.progress-bars .progress .progress-bar span {
    display: block;
    right: 0;
    width: 34px;
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.7;
    text-align: center;
}

.progress-bars .progress .progress-bar span::after {
    height: 8px;
    width: 8px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
    z-index: -1;
}


/*Progress Bars */


/*Faq Accordions*/

#accordion .card {
    margin-bottom: 15px;
}

#accordion .card:last-child {
    margin-bottom: 0;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-header .card-link {
    display: block;
    padding: .75rem 1.25rem;
    background: #fff;
    border: none;
    font-size: 1.125rem;
    color: #26313c;
}

.card-header .card-link:before {
    content: "\f107";
    float: right;
}

.card-header .card-link.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

.card-body p:last-child {
    margin-bottom: 0;
}


/*Accordion ends*/

@media screen and (max-width: 1400px) {
    .counters .count_nums {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 1266px) {
    .counters .count_nums {
        font-size: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: center;
    }
    .process-wrapp li {
        display: inline-block;
        max-width: 300px;
    }
    .process-wrapp li:first-child::before,
    .process-wrapp li:last-child::after {
        opacity: 1;
        visibility: visible;
    }
    #app-feature .feature-item {
        max-width: 300px;
        display: inline-block;
    }
    .app-image img{
        max-width: 100%;
    }
    #app-slider , .app-slider-lock{
        position: absolute;
        top: 10px;
        width: 195px;
        left: 10px !important;
        height: 400px;
    }
    .app-slider-lock-btn{
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    #services-slider {
        margin: -70px 0 0;
    }
    #services-slider.half-margin {
        margin: -55px 0 0;
    }
    .app-image img {
        max-width: 100%;
    }
    #app-slider , .app-slider-lock{
        top: 8px;
        width: 155px;
        left: 8px;
        overflow: hidden;
    }
    .app-image {
        width: 170px;
        margin: 3rem auto;
    }
}


/*-----Aboutus ends -----*/


/*----- Team -----*/

.team-content {
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.equal-shadow-team .team-content {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

.team-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.team-box:hover .team-content * {
    color: #fff;
}

.team-box:hover .team-content h4 {
    margin-top: -15px;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.team-box:hover .team-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -moz-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -ms-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -o-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.overlay-blue{
    background-image: -webkit-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -moz-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -ms-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -o-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    visibility: visible;
}

.overlay-dark {
    background-image: none;
    background-color: #000;
    z-index: 1;
    visibility: visible;
}
.overlay-gray {
    background-image: none;
    background-color: #333333;
    z-index: 1;
    visibility: visible;
}

.half-section-alt.teams-border::before {
    height: 108px;
}

#our-team-main.half-section-alt.teams-border::before {
    height: 160px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.bg-black {
    background: #000000;
}


/*----- Team ends -----*/


/*----- Testimonial -----*/

.bg-testimonial,
#testimonial-slider .owl-nav {
    position: relative;
}

#testimonial-slider {
    margin-top: -90px;
    margin-bottom: -20px;
}

.bg-transparent {
    background: transparent;
}

.bg-testimonial::after {
    height: 55%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../images/testimonial-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.bg-testimonial::after,
.testi-box .testimonial-round>img {
    width: 100%;
}

.testi-box .testimonial-round {
    height: 180px;
    width: 180px;
    overflow: hidden;
}

.testi-box .testimonial-round,
.testi-box .testimonial-round>img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round>img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #24cdd5;
}

.testi-box .testimonial-round:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.testimonial-round>img {
    pointer-events: none;
}

#testimonial-slider .owl-nav {
    width: 300px;
    display: inline-block;
    height: 30px;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    margin-left: 2%;
    position: absolute;
    z-index: 5;
}


/*styling for star rating*/

.test-star {
    font-size: 12px;
    color: #ffc13c;
    cursor: pointer;
}

#rattingIcon .fa-star {
    color: #ffc107;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#ratingText {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 992px) {
    #testimonial-slider .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 1%;
    }
}


/*----- Testimonial ends home page-----*/


/* ----- Testimonials page start ----- */

.testimonial-wrapp {
    padding-bottom: 0.25rem;
    margin: auto 1rem;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted,
.testimonial-quote {
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
    text-align: center;
}

.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-wrapp .quoted {
    -webkit-background-size: 100% 100%;
    background-size: 200% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.testimonial-wrapp .testimonial-text {
    padding: 4.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    text-align: justify;
    transition: color 0.3s ease-in 0.1s;
}

#testimonial-grid .testimonial-wrapp .testimonial-text {
    padding: 3rem .75rem;
}

.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
    overflow: hidden;
}

.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo>img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-wrapp:hover img {
    transform: scale(1.1) rotate(-10deg);
}

h4.darkcolor {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-wrapp .testimonial-text::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -2;
    transition: top 0.4s linear, transform 0.6s ease 0.2s;
}

.testimonial-wrapp:hover .testimonial-text::before {
    top: 60%;
    transform: translate(-50%, -50%) scale(20);
}

.testimonial-icon {
    overflow: hidden;
}

.testimonial-icon .social-icons {
    transform: translateY(-200%) scale(1.7);
    opacity: 0;
    transition: 0.5s ease-out 0.1s;
}

.testimonial-wrapp:hover .testimonial-icon .social-icons {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.testimonial-wrapp:hover .testimonial-text,
.testimonial-wrapp:hover .quoted {
    color: #fff;
}

#testimonial-main-slider .owl-dot,
#price-slider .owl-dot,
#ourteam-main-slider .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    transition: 0.4s all;
    border-color: #a5a5a5;
    overflow: hidden;
}

#testimonial-main-slider .owl-dot::before,
#price-slider .owl-dot::before,
#ourteam-main-slider .owl-dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #24cdd5;
    transform: translateY(100%);
}

#testimonial-main-slider .active.owl-dot::before,
#price-slider .active.owl-dot::before,
#ourteam-main-slider .active.owl-dot::before {
    transform: translateY(0);
}


/* ----- Testimonial page ends ----- */


/*----- Gallery Portfolio -----*/


/*filters*/

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
}

.cbp-l-filters .cbp-filter-item,
.cbp-l-filters .cbp-filter-item span {
    display: inline-block;
}

.cbp-l-filters .cbp-filter-item span {
    color: #26313c;
    font-size: 0.85rem;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0;
}

.cbp-l-filters>.cbp-filter-item+.cbp-filter-item::before {
    display: inline-block;
    padding-right: 0.6rem;
    padding-left: 5px;
    color: inherit;
    content: "/";
}

.cbp-l-filters.whitecolor .cbp-filter-item span {
    color: #fff;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:hover span,
.cbp-l-filters .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item-active span {
    color: #24cdd5;
}

.gallery-hvr {
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -moz-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -o-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover .gallery-hvr {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cbp-item img {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover img {
    transform: scale(1.1);
}

.gallery-hvr .opens {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #26313c;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gallery-hvr .opens::before,
.shopping-box .overlay .opens::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: .3;
    visibility: hidden;
    background: #24cdd5;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.gallery-hvr .opens:hover::before,
.gallery-hvr .opens:focus::before,
.shopping-box .overlay .opens:hover::before,
.shopping-box .overlay .opens:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-hvr .opens:hover,
.gallery-hvr .opens:focus {
    color: #fff;
}

.gallery-hvr .center-box {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cbp-l-loadMore-stop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #fff !important;
    padding: 2px 35px;
}

.fa-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
    font-size: 15px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fancybox-thumbs__list a:before {
    border-color: #24cdd5;
}


/*----- Gallery ends -----*/


/* ----- Partner ----- */

#partners-slider .item {
    text-align: center;
}

#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}

#partners-slider .logo-item {
    width: 160px;
    height: 40px;
    overflow: hidden;
}

#partners-slider .logo-item,
#partners-slider .logo-item>img {
    display: inline-block;
}

.logo-item>img {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#our-partners #partners-slider .logo-item {
    width: 180px;
    height: 72px;
}

#our-partners #partners-slider .logo-item img {
    width: auto;
    height: auto;
    max-width: 92%;
    max-height: 92%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.72;
}

#our-partners #partners-slider .logo-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#our-process #our-partners #partners-slider {
    margin-bottom: 0;
}


/* ----- Partner ends ----- */


/*----- Contact US -----*/

section#stayconnect {
    margin-top: -40px;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 2.5rem 2rem;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 5;
}
.contactus-wrapp.position-absolute{
    width: 97%;
    top: -180px;
}

.single-page-footer {
    margin-top: 0;
}

.single-page-footer .contactus-wrapp {
    transform: translateY(0px);
    background: #F1F1F1;
}

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked+label::before {
    background: #fff;
}

.getin_form .form-control {
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #b6b8ba;
    font-size: 0.875rem;
}


/*transparent form parallax version*/

.transparent-form input,
.transparent-form textarea {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem .75rem;
    border-radius: 30px;
    border-color: #9ca2a8;
}

.transparent-form input:focus,
.transparent-form textarea:focus {
    background: transparent;
    border-color: #fff;
}

.transparent-form textarea {
    padding-top: 0.75rem;
    height: 150px;
}


/*CheckBox*/

.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked+label::before {
    background: #24cdd5;
    border-color: #24cdd5;
    color: #fff;
}

textarea {
    min-height: 160px;
    resize: none;
}

button {
    border: none;
    cursor: pointer;
}


/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #26313c;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

#map-container,
#map-container>iframe {
    width: 100%;
}

#map-container>iframe {
    border: none;
    height: 100%;
}

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}


/*----- Contact US -----*/
.contact-wrapper .widget .icon-contact{
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.contact-wrapper .widget:hover .icon-contact{
    transform: scale(1.2);
}
.contact-wrapper .widget i{
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    transition-delay: 0.3s;
}
.contact-wrapper .widget:hover i{
    transform: rotateY(-180deg);
}

/* ----- Our Blog ----- */

.news_item {
    background: #fff;
}

.news_item.shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-equal {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_desc p{
    margin-bottom: 0;
}
#our-blog .news_desc p{
    margin-bottom: 35px;
}
#our-blog .news_item{
    margin-bottom: 30px;
}
.news_item .news_desc {
    padding: 40px 30px;
}

#our-blog .cbp-item:hover img {
    transform: scale(1.15);
}

.news_item:hover .image img {
    transform: scale(1.05);
}

.news_item,
.eny_profile,
blockquote.blockquote,
.widget_search .input-group-addon,
.eny_profile .profile_text {
    position: relative;
}

.meta-tags li,
.meta-tags li a,
blockquote.blockquote::before,
ul.rounded li::before,
.webtags li,
.webcats li a::before,
.webcats li a>span {
    display: inline-block;
}

.single_post span,
.webcats li,
.webcats li a,
.webtags li a,
.btn_reply {
    display: block;
}

.meta-tags>li+li {
    margin-left: 10px;
}

.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
}

.meta-tags li a>i {
    font-size: 17px;
    margin-right: 5px;
}

.meta-tags li a>i,
.meta-tags>li+li::before,
.webcats li a::before,
.single_post .text {
    vertical-align: text-bottom;
}
ul.rounded li::before{
    vertical-align: unset;
}

.news_item:hover h3{
    color: #24cdd5;
}
.meta-tags li a:hover,
.meta-tags li a:focus,
.commment li a:hover,
.commment li a:focus {
    color: #24CDD5;
}
.news_item .blog-img{
    position: relative;
    margin: 0 auto;
}
.owl-blog-item .owl-nav {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.owl-blog-item .owl-nav .owl-next, .owl-blog-item .owl-nav .owl-prev {
    font-size: 18px;
    margin: 5px;
    padding: 3px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: unset;
    display: inline-flex;
    justify-content: center;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-blog-item .owl-nav .owl-prev{
    margin-left: auto;
}
.owl-blog-item .owl-nav .owl-prev:before,
.owl-blog-item .owl-nav .owl-next:before{
    visibility: hidden;
    opacity: 0;
    display: none;
}

.owl-blog-item .owl-nav .owl-next:hover, .owl-blog-item .owl-nav .owl-prev:hover {
    background: #24cdd5;
    border: 2px solid #24cdd5;
}
.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: 0.3s all;
}

.play-icon {
    position: relative;
    height: 60px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: #24cdd5;
    padding-left: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.play-hvr:hover .play-icon {
    color: #24cdd5;
    background: #fff;
    border-color: #24CDD5;
}



    /* ------- 404 ------ */

#error .error {
    position: relative;
}

#error .error h1 {
    position: relative;
    color: #ebebeb;
    font-size: 10rem;
}

#error .error h2 {
    font-size: 2rem;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: moveUpDown404 1s infinite linear;
}

@keyframes moveUpDown404 {
    0% {
        transform: translate(-50%, -50%);
    }
    25% {
        transform: translate(-50%, -60%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    75% {
        transform: translate(-50%, -40%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}


/* 404 */


/*Cart table*/

.cart_table table {
    margin-bottom: 0;
}

.border-radius {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-50 {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.classic-border{
    border: 2px solid #fff;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
}

.cart_table .table-responsive thead tr>th {
    padding: 15px 20px;
    border-bottom-width: 1px;
}

.cart_table .table-responsive tbody tr>td {
    vertical-align: middle;
    padding: 20px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
}

.cart_table .btn-close {
    display: inline-block;
    color: #e84455;
    font-size: 20px;
}

.cart_table .shopping-product {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-right: 10px;
}

.cart_table .shopping-product>img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
    color: #24cdd5;
}

.apply_coupon {
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 20px;
}

.apply_coupon .coupon>form input {
    height: 42px;
    margin-bottom: 0;
    margin-right: 5px;
}

.apply_coupon .coupon>form .form-group>input {
    width: 100%;
}

.apply_coupon .coupon a {
    width: 48%;
}

.totals {
    padding: 40px 15px;
    border: 1px solid #d1d1d1;
}

.totals .table-responsive tr>td {
    border: none;
    padding: 17px 10px;
}

.totals form.findus .form-control {
    margin-bottom: 15px;
    padding-left: 15px;
    border-color: #d2d2d2;
}
.cart-total tbody tr td{
    width: 100% !important;
}
.totals form.findus .select:after{
    color: #A5A5A5;
}

@media (max-width: 768px) {
    .apply_coupon .btn_common {
        font-size: 10px;
        padding: 10px 1rem;
    }
}


/*Shop page*/

.shopping-box {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
    overflow: hidden;
}

.shopping-box .shop-content {
    padding: 20px 15px;
}

.shopping-box:hover .overlay .opens {
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.shopping-box .shop-overlay-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

#our-shop .shop-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 1.75rem;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

#our-shop .shop-filter-sort,
#our-shop .shop-view-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

#our-shop .shop-view-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

#our-shop .shop-view-box {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 2px solid #d1d5db;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

#our-shop .shop-view-box.active {
    border-color: #dc2626;
}

#our-shop .shop-view-box:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.15);
}

@media (min-width: 992px) {
    #shopProductsGrid.view-cols-3 > .shop-product-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #shopProductsGrid.view-cols-4 > .shop-product-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #shopProductsGrid.view-cols-3 .catalog-product-image {
        height: 240px;
        min-height: 240px;
    }

    #shopProductsGrid.view-cols-4 .catalog-product-image {
        height: 220px;
        min-height: 220px;
    }
}

#our-shop .shop-filter-label {
    margin: 0;
    font-weight: 600;
    color: #26313c;
    font-size: 15px;
}

#our-shop .shop-filter-label i {
    margin-right: 8px;
    color: #24cdd5;
}

#our-shop .shop-filter-select {
    min-width: 240px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background: #fff;
    color: #26313c;
    font-size: 14px;
    cursor: pointer;
}

#our-shop .shop-filter-select:focus {
    border-color: #24cdd5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(36, 205, 213, 0.15);
}

@media (max-width: 767px) {
    #our-shop .shop-filter-bar {
        justify-content: center;
    }

    #our-shop .shop-filter-sort,
    #our-shop .shop-view-bar {
        width: 100%;
        justify-content: center;
    }

    #our-shop .shop-filter-select {
        width: 100%;
        min-width: 0;
    }
}

#our-shop .shop-layout-wrap {
    width: 100%;
    max-width: 100%;
}

#our-shop .shop-layout-row {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
}

#our-shop .shop-products-panel {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    padding: 18px 0 10px;
    margin-bottom: 1.5rem;
}

#our-shop .shop-products-panel-title {
    margin: 0 0 12px;
    padding: 0 18px 12px;
    border-bottom: 1px solid #ececec;
    font-size: 1.125rem;
    font-weight: 600;
    color: #26313c;
}

#our-shop .shop-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#our-shop .shop-category-item {
    border-bottom: 1px solid #f1f1f1;
}

#our-shop .shop-category-item:last-child {
    border-bottom: 0;
}

#our-shop .shop-category-link,
#our-shop .shop-category-toggle,
#our-shop .shop-subcategory-link,
#our-shop .shop-sub-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 18px;
    border: 0;
    background: transparent;
    color: #26313c;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

#our-shop .shop-category-header,
#our-shop .shop-sub-header {
    display: flex;
    align-items: stretch;
    width: 100%;
}

#our-shop .shop-category-check-label,
#our-shop .shop-category-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

#our-shop .shop-category-header .shop-category-check-label {
    padding: 12px 10px 12px 18px;
}

#our-shop .shop-category-header .shop-category-toggle,
#our-shop .shop-sub-header .shop-sub-toggle {
    flex: 0 0 auto;
    width: auto;
    min-width: 44px;
    padding: 12px 16px;
    justify-content: center;
}

#our-shop .shop-sub-header .shop-category-check-label {
    padding: 12px 10px 12px 30px;
    font-size: 13px;
}

#our-shop .shop-category-check {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #24cdd5;
    cursor: pointer;
}

#our-shop .shop-category-text,
#our-shop .shop-category-row span {
    flex: 1 1 auto;
    line-height: 1.4;
}

#our-shop .shop-category-link:hover,
#our-shop .shop-category-link:focus-within,
#our-shop .shop-category-header:hover,
#our-shop .shop-category-header:focus-within,
#our-shop .shop-subcategory-link:hover,
#our-shop .shop-subcategory-link:focus-within,
#our-shop .shop-sub-header:hover,
#our-shop .shop-sub-header:focus-within {
    background: #f6f8fa;
    color: #24cdd5;
    text-decoration: none;
}

#our-shop .shop-category-link.active,
#our-shop .shop-subcategory-link.active,
#our-shop .shop-category-row:has(.shop-category-check:checked),
#our-shop .shop-category-check-label:has(.shop-category-check:checked) {
    color: #24cdd5;
    font-weight: 600;
}

#our-shop .shop-category-header:has(.shop-parent-check:checked),
#our-shop .shop-sub-header:has(.shop-sub-parent-check:checked) {
    background: rgba(36, 205, 213, 0.08);
}

#our-shop .shop-category-toggle i,
#our-shop .shop-sub-toggle i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

#our-shop .shop-category-item.open > .shop-category-header .shop-category-toggle i {
    transform: rotate(180deg);
}

#our-shop .shop-subcategory-list,
#our-shop .shop-sub-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

#our-shop .shop-category-item.open > .shop-subcategory-list {
    display: block;
    background: #fafafa;
}

#our-shop .shop-subcategory-list > li > .shop-subcategory-link,
#our-shop .shop-subcategory-list > li > .shop-sub-header {
    font-size: 13px;
}

#our-shop .shop-subcategory-link.shop-category-row {
    padding: 12px 18px 12px 30px;
}

#our-shop .shop-sub-submenu {
    background: #f3f4f6;
}

#our-shop .shop-subcategory-list .has-submenu.open > .shop-sub-submenu {
    display: block;
}

#our-shop .shop-sub-submenu .shop-subcategory-link.shop-category-row {
    padding: 12px 18px 12px 42px;
    font-size: 12px;
}

#our-shop .shop-subcategory-list .has-submenu.open > .shop-sub-header .shop-sub-toggle i {
    transform: rotate(90deg);
}

#our-shop .shop-main-col .shop-filter-bar {
    margin-bottom: 1.5rem;
}

#shopProductsGrid,
#shopTrendingRow {
    row-gap: 2rem;
}

#shopProductsGrid > .shop-product-item,
#shopTrendingRow > [class*="col-"] {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
}

#our-shop .shopping-box.bottom30,
#shopTrendingRow .shopping-box.bottom30 {
    margin-bottom: 0;
}

#our-shop #shopProductsGrid > .shop-product-item > .shopping-box,
#shopTrendingRow > [class*="col-"] > .shopping-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

#our-shop .shopping-box .image,
#shopTrendingRow .shopping-box .image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

#our-shop .shopping-box .image img,
#shopTrendingRow .shopping-box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}

#our-shop .shopping-box .shop-content,
#shopTrendingRow .shopping-box .shop-content {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    width: 100%;
}

#our-shop .shopping-box .shop-content p,
#shopTrendingRow .shopping-box .shop-content p {
    flex: 1 1 auto;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

#our-shop .shopping-box .shop-content h4,
#shopTrendingRow .shopping-box .shop-content h4 {
    font-size: 16px;
    line-height: 1.35;
}

#our-shop .shopping-box:hover img,
#shopTrendingRow .shopping-box:hover img {
    transform: scale(1.03);
}

#our-shop .shopping-box .overlay,
#shopTrendingRow .shopping-box .overlay,
.page-shop-detail .shopping-box .overlay {
    background-image: none !important;
    background-color: rgba(75, 85, 99, 0.45);
}

#our-shop > .container > .row > .col-md-12.text-center.wow.fadeIn,
section.padding:has(#shopTrendingRow) > .container > .row > .col-md-12.text-center.wow.fadeIn {
    padding-top: 0;
    padding-bottom: 0;
}

#our-shop > .container > .row > .col-md-12.text-center.wow.fadeIn .heading.bottom30,
section.padding:has(#shopTrendingRow) > .container > .row > .col-md-12.text-center.wow.fadeIn .heading.bottom30 {
    margin-bottom: 10px;
}

#our-shop > .container > .row > .col-md-12.text-center.wow.fadeIn .heading_space,
section.padding:has(#shopTrendingRow) > .container > .row > .col-md-12.text-center.wow.fadeIn .heading_space {
    margin-bottom: 1rem;
}

#our-shop > .container > .row > .col-md-12.text-center.wow.fadeIn p,
section.padding:has(#shopTrendingRow) > .container > .row > .col-md-12.text-center.wow.fadeIn p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
}

#our-shop.padding {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
}

section.padding:has(#shopTrendingRow) {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
}

#our-shop .shopping-box:hover .overlay .opens,
#shopTrendingRow .shopping-box:hover .overlay .opens {
    background: rgba(127, 29, 29, 0.72);
    border-color: rgba(127, 29, 29, 0.85);
}

#our-shop .shopping-box:hover .overlay .opens i,
#shopTrendingRow .shopping-box:hover .overlay .opens i {
    color: #fff;
}

#our-shop .shopping-box .overlay .opens:hover,
#our-shop .shopping-box .overlay .opens:focus,
#shopTrendingRow .shopping-box .overlay .opens:hover,
#shopTrendingRow .shopping-box .overlay .opens:focus {
    background: rgba(153, 27, 27, 0.88);
    border-color: rgba(153, 27, 27, 0.95);
}

#our-shop .shopping-box .overlay .opens:hover::before,
#our-shop .shopping-box .overlay .opens:focus::before,
#shopTrendingRow .shopping-box .overlay .opens:hover::before,
#shopTrendingRow .shopping-box .overlay .opens:focus::before {
    background: rgba(127, 29, 29, 0.95);
}

.catalog-db-page .shop-db-filter-block {
    padding: 14px 18px;
    border-top: 1px solid #ececec;
}

.catalog-db-page .shop-group-menu-panel {
    padding-bottom: 0;
}

.catalog-db-page .shop-filter-panel {
    margin-top: 18px;
}

.catalog-db-page .shop-group-menu-panel .shop-category-list {
    padding-bottom: 6px;
}

.catalog-db-page .shop-group-menu-panel .shop-subcategory-list {
    max-height: 260px;
    overflow: auto;
}

.catalog-db-page .shop-db-filter-block label,
.catalog-db-page .shop-db-filter-block h4 {
    display: block;
    margin: 0 0 8px;
    color: #26313c;
    font-size: 14px;
    font-weight: 600;
}

.catalog-db-page .shop-category-list.compact {
    max-height: 220px;
    overflow: auto;
}

.catalog-db-page .shop-filter-empty {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}

.catalog-db-page .shop-db-filter-actions {
    display: grid;
    gap: 10px;
    padding: 16px 18px 18px;
    border-top: 1px solid #ececec;
}

.catalog-db-page .shop-result-count {
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
}

.catalog-db-page .catalog-product-card {
    border: 1px solid #ececec;
    box-shadow: 0 6px 24px rgba(21, 31, 44, 0.08);
}

.catalog-db-page .catalog-product-image-placeholder {
    min-height: 168px;
    background: linear-gradient(135deg, #f7f9fc 0%, #eef2f7 100%);
    border-bottom: 1px solid #e5e7eb;
}

.catalog-db-page .catalog-product-image {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    min-height: 220px;
    height: 220px;
    aspect-ratio: 4 / 3;
    background: #f7f9fc;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-db-page .catalog-product-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.catalog-db-page .catalog-product-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    object-fit: contain;
    padding: 12px;
    box-sizing: border-box;
}

#our-shop .shopping-box .catalog-product-image img,
#shopTrendingRow .shopping-box .catalog-product-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
    object-fit: contain;
    padding: 12px;
}

.catalog-db-page .catalog-image-actions {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    gap: 10px;
    opacity: 0;
    transform: translate(-50%, -45%);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 2;
}

.catalog-db-page .catalog-product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.26);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 1;
}

.catalog-db-page .catalog-product-image:hover::after,
.catalog-db-page .catalog-product-image:focus-within::after {
    opacity: 1;
}

.catalog-db-page .catalog-product-image:hover .catalog-image-actions,
.catalog-db-page .catalog-product-image:focus-within .catalog-image-actions {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.catalog-db-page .catalog-image-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #991b1b;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.16);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.catalog-db-page .catalog-image-action:hover,
.catalog-db-page .catalog-image-action:focus {
    background: #991b1b;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.catalog-db-page .catalog-favorite-button.active {
    border-color: #F5090D;
    background: #F5090D;
    color: #fff;
}

.catalog-db-page .catalog-product-image > .catalog-favorite-button {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-color: #e2e5e9;
}

.navbar .favorites-nav-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-height: 36px;
    margin-left: 7px !important;
    margin-right: 2px !important;
    border: 1px solid #d9dee7;
    border-radius: 50%;
    padding: 0 !important;
    color: #4b5563;
}

.navbar .favorites-nav-button:hover,
.navbar .favorites-nav-button:focus {
    border-color: #F5090D;
    color: #F5090D;
}

.favorite-count-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 999px;
    padding: 0 4px;
    background: #F5090D;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.favorite-count-badge[hidden] {
    display: none !important;
}

.side-nav .side-favorites-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.side-nav .favorite-count-badge {
    position: static;
    border-color: rgba(255, 255, 255, .75);
}

.catalog-db-page .catalog-product-image .catalog-placeholder-inner {
    display: none;
}

.page-shop-detail .catalog-product-image img {
    height: 340px;
    object-fit: contain;
    background: #fff;
}

.catalog-db-page .catalog-placeholder-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 168px;
    color: #7b8794;
    gap: 8px;
    text-align: center;
}

.catalog-db-page .catalog-placeholder-inner i {
    color: #991b1b;
    font-size: 28px;
    opacity: 0.75;
}

.catalog-db-page .catalog-placeholder-inner span {
    font-size: 13px;
    font-weight: 600;
}

.catalog-db-page .catalog-product-group {
    display: inline-block;
    margin-bottom: 8px;
    color: #991b1b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.catalog-db-page .catalog-product-code,
.catalog-db-page .catalog-product-series {
    margin-bottom: 8px !important;
    color: #4b5563;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.catalog-db-page .catalog-product-code {
    font-family: Consolas, "Courier New", monospace;
    font-weight: 700;
}

.catalog-db-page .catalog-spec-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0 16px;
}

.catalog-db-page .catalog-spec-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #f9fafb;
    color: #374151;
    font-size: 12px;
    line-height: 1.2;
}

.catalog-db-page .catalog-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.catalog-db-page .catalog-product-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin: 6px 0 14px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #fff;
}

.catalog-db-page .catalog-product-price span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.catalog-db-page .catalog-product-price strong {
    color: #991b1b;
    font-size: 16px;
    font-weight: 800;
}

.catalog-db-page .catalog-card-actions .button {
    min-width: 104px;
    padding: 8px 14px;
    font-size: 12px;
}

.catalog-db-page .shop-db-filter-actions .gradient-btn,
.catalog-db-page .catalog-card-actions .gradient-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#7f1d1d), color-stop(51%, #dc2626), to(#7f1d1d));
    background-image: -webkit-linear-gradient(left, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    background-image: -moz-linear-gradient(left, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    background-image: -o-linear-gradient(left, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    background-image: linear-gradient(to right, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    color: #fff;
    border: 1px solid #dc2626;
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.16);
}

.catalog-db-page .shop-db-filter-actions .gradient-btn:hover,
.catalog-db-page .shop-db-filter-actions .gradient-btn:focus,
.catalog-db-page .catalog-card-actions .gradient-btn:hover,
.catalog-db-page .catalog-card-actions .gradient-btn:focus {
    color: #fff;
    background-position: right center;
    box-shadow: 0 8px 20px rgba(153, 27, 27, 0.2);
}

.catalog-db-page .catalog-card-actions .btnsecondary {
    background: #fff;
    border: 1px solid #dc2626;
    color: #dc2626;
}

.catalog-db-page .catalog-card-actions .btnsecondary:hover,
.catalog-db-page .catalog-card-actions .btnsecondary:focus {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626;
}

.catalog-db-page .catalog-variant-picker {
    margin: 18px 0 20px;
}

.catalog-db-page .catalog-variant-picker h4 {
    margin: 0 0 10px;
    color: #26313c;
    font-size: 15px;
    font-weight: 700;
}

.catalog-db-page .catalog-variant-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-db-page .catalog-variant-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #d7dde6;
    border-radius: 4px;
    background: #fff;
    color: #26313c;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.catalog-db-page .catalog-variant-button:hover,
.catalog-db-page .catalog-variant-button:focus,
.catalog-db-page .catalog-variant-button.active {
    border-color: #991b1b;
    color: #991b1b;
    box-shadow: 0 5px 14px rgba(153, 27, 27, 0.12);
    text-decoration: none;
}

.catalog-db-page .catalog-empty-state {
    padding: 34px;
    margin-bottom: 24px;
    border: 1px dashed #d1d5db;
    background: #f9fafb;
    text-align: center;
}

.catalog-db-page .catalog-empty-state h4 {
    margin-bottom: 8px;
    color: #26313c;
}

.catalog-db-page .catalog-setup-alert {
    margin-bottom: 1.5rem;
}

.catalog-db-page .catalog-setup-alert code {
    font-size: 0.9em;
}

.catalog-db-page #shopProductsGrid .shop-product-item {
    visibility: visible !important;
    opacity: 1 !important;
}

.shopping-box .price-product {
    font-family: 'Open Sans', sans-serif;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overlay .opens {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    opacity: 1;
    -ms-transform: rotate(50deg) scale(1.5);
    -o-transform: rotate(50deg) scale(1.5);
    -webkit-transform: rotate(50deg) scale(1.5);
    transform: rotate(50deg) scale(1.5);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.overlay .opens i {
    color: #000000aa;
    transition: all 0.3s;
    line-height: 1;
}

.overlay .opens:hover i,
.overlay .opens:focus i {
    color: #fff;
}

.shopping-box:hover img {
    transform: scale(1.05);
}

.shopping-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.shopping-box:hover h4>a,
.shopping-box:focus h4>a {
    color: #24cdd5;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    max-width: 80px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 38px;
    font-size: 12px;
}

.quote .btn-common {
    font-size: 11px;
    padding: 10px 1.25rem;
    border-radius: 30px;
    border: 1px solid transparent;
}

.quote,
.quote a {
    display: inline-block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.heading .divider-center {
    margin: 10px auto;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    display: block;
}

.quote-wrapper h3 {
    position: relative;
    color: #fff;
    font-size: 1.35rem;
    display: inline;
}

.quote-wrapper h3::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    color: #fff;
    left: -25px;
    top: -10px;
}

.quote-wrapper h3::after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    color: #fff;
    bottom: -10px;
    right: -25px;
}


/*shop detail Tabs*/

.tab-container {
    border: 1px solid #d1d1d1;
    padding: 2.5rem 1rem 0 1rem;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.tab-container>p {
    margin-bottom: 0;
}

.tab-container .accordion-item+div>p {
    margin-bottom: 1rem;
}

.tabset-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.tabset-list a {
    display: block;
    padding: 12px 1.75rem;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    line-height: normal;
}

.tabset-list li {
    position: relative;
}

.tabset-list li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #d1d1d1;
    cursor: pointer;
}

.tabset-list .active>a {
    background: #24CDD5;
    cursor: default;
}

.tab-container p:last-child {
    margin-bottom: 0;
}

.accordion-item {
    display: none !important;
}


/*shop carousel*/

.carousel-shop-detail .owl-nav,
#carousel-gallery-detail .owl-nav {
    display: flex;
    align-items: center;
}

.carousel-shop-detail,
#carousel-gallery-detail {
    overflow: hidden;
}

.carousel-shop-detail .owl-nav button,
#carousel-gallery-detail .owl-nav button {
    background: #ffffffaa;
    color: #000;
    border-radius: 3px;
    padding: 20px 15px;
    transition: all 0.3s ease-in;
    display: flex;
}

.carousel-shop-detail .owl-nav button:hover,
#carousel-gallery-detail .owl-nav button:hover {
    background: #ffffff;
    color: #5192e1;
}

.carousel-shop-detail .owl-nav button:before,
#carousel-gallery-detail .owl-nav button:before {
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.carousel-shop-detail:hover .owl-nav button,
#carousel-gallery-detail:hover .owl-nav button {
    transform: translateX(0);
}

.carousel-shop-detail .owl-nav .owl-prev {
    margin: -50% 15px;
    transform: translateX(-45px);
}

#carousel-gallery-detail .owl-nav .owl-prev {
    margin: -33% 15px;
    transform: translateX(-45px);
}

.carousel-shop-detail .owl-nav .owl-next {
    margin: -50% 15px;
    transform: translateX(45px);
}

#carousel-gallery-detail .owl-nav .owl-next {
    margin: -33% 15px;
    transform: translateX(45px);
}

.carousel-shop-detail .owl-nav button span,
#carousel-gallery-detail .owl-nav button span {
    font-size: 22px;
    font-weight: bold;
    margin: -15px -3px;
}

.carousel-shop-detail-inner .item {
    margin-top: 2px;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: all 0.4s linear;
}

.carousel-shop-detail-inner .synced .item {
    opacity: 1;
    border: 2px solid #24CDD5;
}

.carousel-shop-detail .owl-stage-outer {
    /*height: 350px;*/
}

#syncCarousel .owl-stage {
    pointer-events: auto;
}

#syncCarousel .item img {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: zoom-in;
}

#syncCarousel .item:hover img {
    transform: scale(1.8);
}

#syncChild .owl-item:not(.synced) {
    cursor: pointer;
}

#carousel-gallery-detail .item img {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: zoom-in;
}

#carousel-gallery-detail .item:hover img {
    transform: scale(1.1);
}


/*Comments & Date*/

ul.social_icon li,
.webtags li,
.commment li {
    display: inline-block;
}

.commment li {
    margin-left: 10px;
}

.commment li:first-child {
    margin-left: 0;
}

.commment li:last-child {
    margin-right: 0;
}

.commment li a {
    display: block;
    color: #a5a5a5;
    font-size: 14px;
}

.commment li a>i {
    margin-right: 4px;
    vertical-align: baseline;
}

body:not(.rtl-layout) .news_wrap .news_box .commment,
body:not(.rtl-layout) .readmore {
    direction: ltr
}

.news_wrap .news_box .commment {
    margin: 20px 0;
}


/*Profile Image*/

.profile_bg {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
}

.profile_border {
    border-top: 1px solid #c8c8c8;
}

.profile_border:last-child {
    border-bottom: 1px solid #c8c8c8;
}

.profile {
    background: #fff;
    padding: 15px;
    display: table;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.profile .p_pic,
.profile .profile_text {
    display: table-cell;
}

.profile .p_pic {
    width: 100px;
    height: 100px;
    padding-right: 15px;
}

.profile .p_pic img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile_text {
    vertical-align: top;
    padding-right: 10px;
}

.profile_text h5 {
    margin-bottom: 8px;
}

.profile_text strong {
    color: #b2cb20;
    font-size: 14px;
}

.profile_text span {
    color: #5b5b5b;
    font-size: 13px;
}


/*map */

.full-map {
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.short-map {
    max-height: 330px;
}


/*Pagination*/

.pagination li>a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

.pagination li>a:hover,
.pagination li>a:focus,
.pagination li.active>a {
    background: #24cdd5 !important;
    color: #fff;
    border: 0;
}

.pagination li>a.disabled {
    pointer-events: none;
}

.pagination li>a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.rounded li::before,
.webcats li a::before,
.eny_profile .profile_photo>img,
.single_post .post>img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

blockquote.blockquote {
    font-style: italic;
}

blockquote.blockquote::before {
    content: "\f10d";
    width: 40px;
    font-size: 28px;
    margin-right: 5px;
    color: #a1a1a1;
}

ul.rounded>li+li {
    margin-top: 20px;
}

.rounded li {
    padding-left: 20px;
}

ul.rounded li::before {
    height: 10px;
    width: 10px;
    background: #24cdd5;
    margin-right: 10px;
    margin-left: -20px;
}


/*Post Comments*/

.eny_profile {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

.eny_profile .profile_photo,
.eny_profile .profile_text {
    display: table-cell;
    vertical-align: middle;
}

.eny_profile .profile_photo {
    height: 90px;
    width: 90px;
}

.eny_profile .profile_photo>img {
    width: 100%;
}

.eny_profile .profile_text {
    padding-left: 20px;
}

.eny_profile .profile_text .readmorebtn {
    position: absolute;
    right: 0;
    top: 5px;
}


/*Widget Newlatter or search*/


/*.widget_search .input-group {
   width: 260px;
}*/

.widget_search .form-control {
    /*width: 214px;*/
    /*margin-right: 40px;*/
    -webkit-border-bottom-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    -webkit-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.widget_search .form-control,
.widget_search .input-group-addon {
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .input-group-addon {
    background-color: #24cdd5;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.widget_search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #adaeae;
}


/*review find us form*/

form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.findus:not(.form-inline) .form-group {
    width: 100%;
}

form.findus .form-control,
form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

form.findus textarea {
    width: 100%;
    outline: none;
    min-height: 160px;
}

.form-control {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.form-control:focus,
textarea:focus {
    border-color: #24cdd5;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .9;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

form.findus .select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    padding: 9px 0 8px 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logincontainer .form-control {
    background: transparent;
}

.logincontainer .btn_common {
    width: 100%;
}


/*web Tags*/

.webtags li {
    margin: 1px;
}

.webtags li a,
.btn_reply {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #6f6f6f;
    font-size: 12px;
    margin: 2px 0;
    padding: 5px 1rem;
    border: 1px solid #ececec;
}

.webtags li a:hover,
.webtags li a:focus {
    color: #fff;
    background: #24cdd5;
    border: 1px solid #24cdd5;
}


/*Recent Sidebar*/

.sidebar .widget {
    padding: 30px 15px;
    background: #f6f6f6;
}

.news_box:hover h4>a,
.news_box:focus h4>a,
.blog-item:hover h3>a,
.blog-item:focus h3>a {
    color: #24CDD5;
}

.blog-item:hover img {
    transform: scale(1.05);
}

.single_post {
    overflow: hidden;
    display: table;
}

.single_post .post,
.single_post .text {
    display: table-cell;
}

.single_post .post {
    height: 50px;
    width: 50px;
}

.single_post .post>img {
    width: 100%;
}

.single_post .text {
    padding-left: 10px;
    font-size: 14px;
}

.single_post .text>a {
    font-weight: 600;
}

.single_post span {
    font-size: 12px;
}

.single_post:hover a,
.single_post:focus a {
    color: #24cdd5;
}


/*Categories*/

.webcats>li+li {
    margin-top: 10px;
}

.webcats li a::before {
    height: 8px;
    width: 8px;
    background: #24cdd5;
    margin-right: 10px;
    vertical-align: baseline;
    margin-bottom: 1px;
}

.webcats li a>span {
    font-weight: 600;
    margin-left: 5px;
    font-size: .875rem;
}

.webcats li a:hover,
.webcats li a:focus {
    color: #24cdd5;
}

.whitebox .widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.contact-box p {
    margin-bottom: 0;
}


/* ----- Our Blog ends ----- */


/* ----- coming soon ----- */

.count_down p {
    color: #232323;
}

.count_down.animated-gradient p {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(99%, #23ced5), to(#5192e1));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count_down.white p {
    color: #ffffff;
}

ul.count_down {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.count_down li {
    display: inline-block;
    color: #232323;
    padding: 0 35px;
    width: auto;
}

ul.count_down.animated-gradient li {
    padding: 0 50px;
    width: auto;
}

ul.count_down.white li {
    color: #ffffff;
}

ul.count_down li p:nth-child(1) {
    font-size: 70px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0 0;
    transition: 1s;
}

ul.count_down li p:nth-child(2) {
    color: #232323;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    transition: 1s;
    font-weight: 500;
}

ul.count_down.white li p:nth-child(2) {
    color: #ffffff;
}

.count-down-form form {
    margin: 0 auto;
    position: relative;
}

.count-down-form form .form-placeholder {
    border-radius: 40px;
    border: none;
    outline: none;
    padding: 25.5px;
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #232323;
    text-align: left;
}

.count-down-form form .email-placeholder {
    background: transparent;
    width: 100%;
    border: 1px solid #a5a5a5;
    border-radius: 40px;
    display: flex;
}

.count-down-form form .button {
    transition: all linear 300ms;
    margin: 5px 5px 5px 2px;
}


/* ----- coming soon end ----- */


/* ----- Pricing ----- */

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.pricing-item .pricing-price {
    padding: 15px 0 14px 0;
    border-top: 1px solid rgba(139, 144, 157, 0.18);
    border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing-item.active .pricing-price {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pricing-item .pricing-currency {
    font-size: 3rem;
    font-weight: 300;
}

.pricing-list {
    font-size: 14px;
    padding: 25px 0;
    display: inline-block;
}

.pricing-list li {
    margin: 14px 0 14px 25px;
    text-align: left;
    font-size: 1rem;
    position: relative;
}

.price-included {
    position: relative;
    display: table;
    margin: 14px auto;
    padding: 2px 0 10px 5px;
    text-align: left;
    font-size: 1.1rem;
}

.pricing-item.active {
    background: #26313c;
}

.pricing-item.active .button {
    border-color: #fff;
    background: #26313c;
    transition: 0.2s all;
}

.pricing-item .button {
    border-color: #fff;
    background: #24cdd5;
    color: #fff;
    display: table;
    margin: 0 auto;
}

.pricing-item.active,
.pricing-item.active .darkcolor{
    color: #fff;
}

.pricing-item .button:hover {
    background: #fff;
    color: #384141;
}

.pricing-item .button:focus {
    background: #fff;
    border-color: #26313c;
    color: #384141;
}


/*price sale*/

.pricing-item.sale::before,
.shopping-box .sale::before {
    content: '\f02e';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 60px;
    color: #E84455;
    z-index: 1;
}

.pricing-item.gray.sale::before {
    color: #4A5158;
}

.shopping-box .sale::before {
    z-index: 100;
}

.pricing-item.sale::after,
.shopping-box .sale::after {
    content: "- " attr(data-sale) "%";
    position: absolute;
    top: 6px;
    right: 21px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.shopping-box .sale::after {
    z-index: 101;
}

.pricing-item.sale:hover::after,
.shopping-box .sale:hover::after {
    content: 'Sale';
    right: 24px;
}

#our-shop .shopping-box .sale:hover::after,
#shopTrendingRow .shopping-box .sale:hover::after {
    content: "- " attr(data-sale) "%";
    right: 21px;
}

.pricing-list li::before,
.price-included::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -25px;
    color: #B2CB20;
}

.pricing-list li.price-not::before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -23px;
    color: #E84455;
}
.pricing-item.active .pricing-list li::before{
    color: #fff;
}

.price-toggle-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    display: inline-flex;
}

.price-toggle-wrapper .Pricing-toggle-button {
    padding: 10px 110px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-toggle-wrapper .Pricing-toggle-button.active {
    color: #fff;
    cursor: default;
}

.price-toggle-wrapper .Pricing-toggle-button.month::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    transform: translateX(95%);
    z-index: -1;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-position: right center;
}

.price-toggle-wrapper .Pricing-toggle-button.month.active::before {
    transform: translateX(-5%);
    background-position: left center;
}

.pricing-price {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1);
}

@media (max-width:992px) {
    .pricing-item .pricing-currency {
        font-size: 2.5rem;
    }
    .pricing-list li {
        font-size: 0.9375rem;
    }
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 70px;
    }
    .testi-box .top90 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 40px;
        font-size: 13px;
    }
    #our-blog .news_item.last-blog{
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 30px;
    }
    .carousel-shop-detail .owl-nav button,
    #carousel-gallery-detail .owl-nav button {
        transform: translateX(0) !important;
    }
    #syncCarousel .owl-stage {
        pointer-events: none;
    }
}


/* ----- Pricing ends ----- */


/*----- Footer -----*/

.footer_logo {
    width: 50px;
}

.footer_logo,
.footer_logo>img,
.readmorebtn,
ul.links li a,
ul.links li a::before,
ul.hours_links li>span {
    display: inline-block;
}

ul.latest_news li,
ul.latest_news li a,
ul.hours_links li {
    display: block;
}

ul.hours_links li,
ul.links li a,
ul.hours_links li>span {
    position: relative;
}

.footer_logo>img {
    width: 100%;
}

footer .footer_panel .address-item>span {
    width: 30px;
    font-size: 30px;
}

footer .footer_panel .footer-contact .address-item > span {
    width: 15px;
    font-size: 15px;
    padding-right: 12px;
}

footer .footer_panel .footer-contact .address-item > p {
    padding-left: 4px;
}

.footer-contact a {
    color: #fff;
}

.footer-contact a:hover,
.footer-contact a:focus {
    color: #24cdd5;
}

ul.links li a {
    color: #ffffff;
    margin-bottom: 10px;
}

ul.links li a::before {
    color: #475869;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
}

.bg-light-dark ul.links li a::before {
    color: #7596a8;
}

ul.links li a:hover::before {
    padding-right: 5px;
}

ul.latest_news li {
    padding-bottom: 15px;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 15px;
}

footer p,
ul.latest_news li .date {
    font-size: 13px;
}

ul.hours_links li:first-child {
    padding-top: 0;
}

ul.hours_links li {
    padding: 8px 0;
    z-index: 1;
}

ul.hours_links li::before {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    top: 56%;
    margin-top: -1px;
}

ul.hours_links li:first-child::before {
    top: 50%;
}

ul.hours_links li::before,
ul.hours_links li span:last-child {
    position: absolute;
}

ul.hours_links li>span {
    z-index: 1;
    padding-right: 5px;
}

.bgdark ul.hours_links li>span {
    background: #26313c;
}

.bg-light-dark ul.hours_links li>span {
    background: #556772;
}

ul.hours_links li span:last-child {
    right: 0;
    padding-left: 5px;
}

ul.latest_news li,
ul.links li a,
ul.hours_links li,
.readmorebtn {
    font-size: 14px;
}

ul.links li a:hover,
ul.links li a:focus,
ul.latest_news li a:hover,
ul.latest_news li a:focus,
.footer_panel p>a:hover,
.readmorebtn:hover,
.readmorebtn:focus {
    color: #24cdd5;
}

ul.latest_news li span.defaultcolor {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.latest_news li a:hover+span.defaultcolor,
ul.latest_news li a:focus+span.defaultcolor {
    color: #fff !important;
}


/* Footer ends */

@media (max-width: 1400px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1266px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2.5rem;
    }
    p {
        font-size: 13px;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    #shop .findus .form-group {
        margin-bottom: 20px !important;
        width: 100%;
    }
    #shop .findus .button,
    .findus .form-group {
        width: 100%;
    }
    .navbar-brand.center-brand {
        position: relative;
        top: auto;
        margin: 12px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .padding_testi {
        padding: 3.25rem 0 9.75rem 0;
    }

    #our-testimonial .testimonial-header-inner {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    #our-testimonial .testimonial-header-content {
        max-width: 100%;
    }

    #our-testimonial.padding_bottom {
        padding-top: 3.5rem;
    }

    #our-testimonial .heading-title {
        margin-bottom: 1.75rem !important;
    }

    #our-testimonial .certificate-text-col {
        padding-top: 1.5rem;
    }

    #our-testimonial .certificate-desc {
        text-align: center;
    }
    .process-wrapp li {
        padding: 60px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .revicon {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .feature-item.innovative-border.arr-left::before {
        top: auto;
        bottom: -8px;
        right: calc(50% - 7px);
        transform: rotate(45deg);
    }
    .feature-item.innovative-border.arr-right::before {
        right: auto;
        top: -8px;
        left: calc(50% - 7px);
        transform: rotate(45deg);
    }
    .padding {
        padding: 6rem 0;
    }
    .padding_top {
        padding-top: 6rem;
    }
    .padding_bottom {
        padding-bottom: 6rem;
    }
    .margin {
        margin: 6rem 0;
    }
    .margin_bottom {
        margin-bottom: 6rem;
    }
    .margin_top {
        margin-top: 4rem;
    }
    .padding_half {
        padding: 2rem 0;
    }
    .margin_half {
        margin: 2rem 0;
    }
    .padding_bottom_half {
        padding-bottom: 2rem;
    }
    .margin_bottom_half {
        margin-bottom: 2rem;
    }
    .padding_top_half {
        padding-top: 2rem;
    }
    .heading_space {
        margin-bottom: 2rem;
    }
    .team-box:hover .team-content h4 {
        margin-top: -10px;
    }
    .navbar-nav .nav-link:focus,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu.megamenu .dropdown-item:focus {
        color: #24cdd5;
    }
    .transparent-form textarea {
        height: 40px;
        min-height: 40px;
        overflow-y: hidden;
    }
    .video-play-button {
        top: 100%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .process-wrapp li {
        padding: 50px 15px 0 15px;
    }
    .forget-buttons {
        display: flex;
        justify-content: space-between;
    }
    .forget-buttons button {
        width: 47%;
    }
    .cbp-l-filters .cbp-filter-item {
        margin: 0 .3rem 0.9rem;
    }
    .heading .divider-left {
        margin: 10px auto;
    }
    .video-content-setting {
        padding: 5rem 4rem;
    }
    #particles-text-morph {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 13px;
    }
    .container {
        max-width: 98% !important;
    }
    .profile .p_pic,
    .profile .profile_text {
        display: block;
    }
    .profile_bg {
        padding: 5px;
    }
    .title-wrap h3 {
        display: block;
        margin: 3px auto;
        text-align: center;
        float: unset !important;
    }
    .title-wrap ul {
        float: unset !important;
        display: flex;
        justify-content: center;
    }
    .apply_coupon .coupon a {
        display: block;
        width: 100%;
    }
    .dark-slider h2,
    .light-slider h2 {
        font-size: 34px !important;
    }
    .dark-slider p,
    .light-slider p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .process-wrapp li {
        padding: 35px 15px 0 15px;
    }
    .page-header .page-titles {
        transform: translateY(20px);
    }
    #pagepiling .darkcolor {
        color: #fff;
    }
    .sidemenu_btn {
        margin-right: 0;
    }
}

@media (max-width: 424px) {
    .side-menu .btn-close {
        margin-right: 0.7rem;
    }
    #services-slider .service-box>span {
        padding-top: 0.5rem;
    }
    .eny_profile .profile_text .readmorebtn {
        top: auto;
        bottom: -20px;
    }
}

@media (max-width: 360px) {
    .tabset-list a,
    .accordion-item a {
        display: block;
        padding: 10px 1.3rem;
    }
    #testimonial-slider .owl-nav {
        width: 270px;
    }
    .eny_profile .profile_photo,
    .eny_profile .profile_text {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .dark-slider h2,
    .light-slider h2 {
        font-size: 28px !important;
    }
}


/* Shop Detail Page - Header Banner */
.page-shop-detail .shop-detail-header {
    background: url(../images/bara_images/power_slider.png) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}

.page-shop-detail .shop-detail-header .overlay.overlay-dark {
    height: 50%;
    top: 0;
    bottom: auto;
}

.page-shop-detail .shop-detail-header .page-titles {
    position: relative;
    z-index: 2;
}

.page-shop-detail .shop-detail-header .title-wrap {
    position: relative;
    z-index: 2;
}

.page-shop-detail .shop-product-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #26313c;
    line-height: 1.3;
}

.page-shop-detail .shop-delivery-time {
    color: #26313c;
    font-size: 0.95rem;
}

.page-shop-detail .shop-product-options .shop-option-label {
    font-weight: 600;
    color: #26313c;
}

.page-shop-detail .shop-ampere-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-shop-detail .shop-ampere-btn {
    background: #fff;
    border: 2px solid #dc2626;
    color: #26313c;
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
}

.page-shop-detail .shop-ampere-btn:hover {
    background: #fef2f2;
    color: #dc2626;
}

.page-shop-detail .shop-ampere-btn.active {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

.page-shop-detail .shop-price-divider {
    display: block;
    height: 4px;
    width: 70px;
    margin: 18px 0 14px;
    background-image: linear-gradient(to right, #991b1b 0%, #dc2626 51%, #991b1b 100%);
}

.page-shop-detail .shop-product-price {
    font-size: 1.75rem;
    color: #26313c;
    font-weight: 600;
}

.page-shop-detail .shop-ampere-btn.out-of-stock {
    position: relative;
    background: #f5f5f5;
    border-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 0.85;
    pointer-events: none;
    overflow: hidden;
}

.page-shop-detail .shop-ampere-btn.out-of-stock::before {
    content: "";
    position: absolute;
    left: -8%;
    top: 50%;
    width: 116%;
    height: 2px;
    background: #9ca3af;
    transform: rotate(-32deg);
    z-index: 1;
}


/* Shop Detail Page - Red Theme */
.page-shop-detail .gradient-bg,
.page-shop-detail .title-wrap.gradient-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#991b1b), color-stop(51%, #dc2626), to(#991b1b));
    background-image: -webkit-linear-gradient(left, #991b1b 0%, #dc2626 51%, #991b1b 100%);
    background-image: -moz-linear-gradient(left, #991b1b 0%, #dc2626 51%, #991b1b 100%);
    background-image: -o-linear-gradient(left, #991b1b 0%, #dc2626 51%, #991b1b 100%);
    background-image: linear-gradient(to right, #991b1b 0%, #dc2626 51%, #991b1b 100%);
}

.page-shop-detail .shop-detail-header .gradient-bg.title-wrap {
    width: 100%;
    background: #fff !important;
    background-image: none !important;
    color: #4b5563;
    border: none;
    border-radius: 6px;
    box-shadow: 0 6px 22px rgba(75, 85, 99, 0.28);
    padding: 14px 18px;
}

.page-shop-detail .shop-detail-header .title-wrap h3,
.page-shop-detail .shop-detail-header .title-wrap .breadcrumb-item,
.page-shop-detail .shop-detail-header .title-wrap .breadcrumb-item a {
    color: #4b5563;
}

.page-shop-detail .shop-detail-header .title-wrap .breadcrumb-item a:hover,
.page-shop-detail .shop-detail-header .title-wrap .breadcrumb-item a:focus {
    color: #26313c;
}

.page-shop-detail .shop-detail-header .title-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: #6b7280;
}

.page-shop-detail .gradient-btn,
.page-shop-detail .btn-common.gradient-btn,
.page-shop-detail .button.gradient-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#7f1d1d), color-stop(51%, #dc2626), to(#7f1d1d));
    background-image: -webkit-linear-gradient(left, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    background-image: -moz-linear-gradient(left, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    background-image: -o-linear-gradient(left, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    background-image: linear-gradient(to right, #7f1d1d 0%, #dc2626 51%, #7f1d1d 100%);
    color: #fff;
}

.page-shop-detail .gradient-btn:hover,
.page-shop-detail .gradient-btn:focus,
.page-shop-detail .btn-common.gradient-btn:hover,
.page-shop-detail .btn-common.gradient-btn:focus,
.page-shop-detail .button.gradient-btn:hover,
.page-shop-detail .button.gradient-btn:focus {
    color: #fff;
}

.page-shop-detail .defaultcolor,
.page-shop-detail .hover-default:hover,
.page-shop-detail .hover-default:focus {
    color: #dc2626;
}

.page-shop-detail .static-nav .navbar-nav .nav-link:before,
.page-shop-detail .navbar-nav .nav-link.active:before {
    background: #dc2626 !important;
}

.page-shop-detail .navbar-nav .nav-link:hover,
.page-shop-detail .navbar .dropdown:hover .dropdown-toggle,
.page-shop-detail .dropdown-menu .dropdown-item:hover,
.page-shop-detail .dropdown-menu .dropdown-item.active,
.page-shop-detail .dropdown-item.active {
    color: #dc2626 !important;
}

.page-shop-detail .heading .divider-left,
.page-shop-detail .heading .divider-center {
    background-image: -webkit-gradient(linear, left top, right top, from(#991b1b), color-stop(51%, #dc2626), to(#991b1b));
    background-image: linear-gradient(to right, #991b1b 0%, #dc2626 51%, #991b1b 100%);
}

.page-shop-detail .tabset-list .active > a {
    background: #dc2626;
}

.page-shop-detail .carousel-shop-detail-inner .synced .item {
    border-color: #dc2626;
}

.page-shop-detail #syncCarousel.owl-carousel {
    position: relative;
}

.page-shop-detail .carousel-shop-detail .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0 12px;
    justify-content: space-between;
    pointer-events: none;
    z-index: 5;
}

.page-shop-detail .carousel-shop-detail .owl-nav button {
    pointer-events: auto;
    margin: 0;
    transform: none !important;
}

.page-shop-detail .carousel-shop-detail .owl-nav .owl-prev,
.page-shop-detail .carousel-shop-detail .owl-nav .owl-next {
    margin: 0;
    transform: none !important;
}

.page-shop-detail .carousel-shop-detail:hover .owl-nav button {
    transform: none !important;
}

.page-shop-detail .carousel-shop-detail .owl-nav button:hover,
.page-shop-detail #carousel-gallery-detail .owl-nav button:hover {
    color: #dc2626;
}

.page-shop-detail .shopping-box .price-product {
    background-image: -webkit-gradient(linear, left top, right top, from(#991b1b), color-stop(51%, #dc2626), to(#991b1b));
    background-image: linear-gradient(to right, #991b1b 0%, #dc2626 51%, #991b1b 100%);
}

.page-shop-detail .shopping-box:hover h4 > a,
.page-shop-detail .shopping-box:focus h4 > a {
    color: #dc2626;
}

.page-shop-detail .shopping-box .overlay .opens:hover::before,
.page-shop-detail .shopping-box .overlay .opens:focus::before {
    background: #dc2626;
}

.page-shop-detail .gallery-hvr .opens:hover::before,
.page-shop-detail .gallery-hvr .opens:focus::before {
    background: #dc2626;
}

.page-shop-detail .form-control:focus,
.page-shop-detail textarea:focus {
    border-color: #dc2626 !important;
}

.page-shop-detail ul.latest_news li span.defaultcolor,
.page-shop-detail ul.latest_news li a:hover + span.defaultcolor,
.page-shop-detail ul.latest_news li a:focus + span.defaultcolor {
    color: #dc2626;
}

.page-shop-detail .btn-primary,
.page-shop-detail .btn-primary:active {
    background: #dc2626 !important;
}

.page-shop-detail .btn-primary:hover,
.page-shop-detail .btn-primary:focus {
    border-color: #dc2626 !important;
    color: #dc2626 !important;
}

.page-shop-detail ul.links li a:hover,
.page-shop-detail ul.links li a:focus,
.page-shop-detail ul.latest_news li a:hover,
.page-shop-detail ul.latest_news li a:focus,
.page-shop-detail .footer_panel p > a:hover,
.page-shop-detail .readmorebtn:hover,
.page-shop-detail .readmorebtn:focus {
    color: #dc2626;
}

.page-shop-detail ul.social-icons li a::before,
.page-shop-detail ul.social-icons-simple li a::before {
    background: #dc2626;
}

.page-shop-detail .side-menu.gradient-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#991b1b), color-stop(51%, #dc2626), to(#991b1b));
    background-image: linear-gradient(to right, #991b1b 0%, #dc2626 51%, #991b1b 100%);
}

.page-shop-detail .quantity-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
    height: 38px;
    vertical-align: top;
}

.page-shop-detail .quantity-stepper .qty-btn {
    width: 36px;
    height: 38px;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: background 0.2s, color 0.2s;
}

.page-shop-detail .quantity-stepper .qty-btn:hover,
.page-shop-detail .quantity-stepper .qty-btn:focus {
    background: #dc2626;
    color: #fff;
}

.page-shop-detail .quantity-stepper .qty-input {
    width: 50px;
    height: 38px;
    border: none;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    text-align: center;
    font-size: 12px;
    padding: 0;
    -moz-appearance: textfield;
}

.page-shop-detail .quantity-stepper .qty-input::-webkit-outer-spin-button,
.page-shop-detail .quantity-stepper .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #515252
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #3EABDC;
}

::-webkit-scrollbar-thumb {
    background: #3EABDC;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #3992bf;
}

.detail-marketplace {
    background: #fff;
    padding: 28px 0 34px;
}

.detail-breadcrumb-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #111827;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.detail-breadcrumb-row a {
    color: #111827;
}

.detail-breadcrumb-row a:hover,
.detail-breadcrumb-row a:focus {
    color: #dc2626;
}

.detail-breadcrumb-row span {
    color: #6b7280;
    font-size: 11px;
}

.detail-layout {
    display: grid;
    grid-template-columns: 78px minmax(420px, 1fr) minmax(430px, 640px);
    gap: 14px 18px;
    align-items: start;
    width: 100%;
    max-width: 100%;
}

.detail-thumb-rail,
.detail-gallery-stage,
.detail-info-card,
.detail-feature-section,
.detail-spec-details {
    min-width: 0;
    max-width: 100%;
}

.detail-thumb-rail {
    position: relative;
    display: flex;
    flex-direction: column;
}

.detail-thumb-scroll {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: 446px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-bottom: 0;
    scrollbar-width: none;
}

.detail-thumb-scroll::-webkit-scrollbar {
    display: none;
}

.detail-thumb,
.detail-thumb-more {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f4f4f5;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.detail-thumb.active {
    border-color: #111827;
    background: #fff;
}

.detail-thumb:hover,
.detail-thumb:focus {
    border-color: #dc2626;
    transform: translateY(-1px);
}

.detail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 6px;
}

.detail-thumb-more {
    position: static;
    align-self: center;
    margin-top: 10px;
    margin-left: 0;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    color: #111827;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
    z-index: 2;
}

.detail-gallery-stage {
    position: relative;
    min-height: 446px;
    border-radius: 8px;
    background: #f4f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.detail-gallery-main-image {
    width: 88%;
    max-width: 560px;
    max-height: 360px;
    object-fit: contain;
    display: block;
}

.detail-gallery-tools {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.detail-gallery-tools button,
.detail-gallery-tools a,
.detail-gallery-next {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.14);
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-gallery-tools button:hover,
.detail-gallery-tools button:focus,
.detail-gallery-tools a:hover,
.detail-gallery-tools a:focus,
.detail-gallery-next:hover,
.detail-gallery-next:focus {
    color: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.detail-gallery-next {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.detail-gallery-next:hover,
.detail-gallery-next:focus {
    transform: translateY(-50%) translateY(-1px);
}

.detail-info-card {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    padding: 20px 18px 22px;
    color: #111827;
}

.detail-info-card h1 {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111827;
}

.detail-rating-note,
.detail-min-order {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.4;
}

.detail-summary-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
}

.detail-summary-meta span {
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #f9fafb;
    padding: 9px 10px;
}

.detail-summary-meta small,
.detail-summary-meta b {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.detail-summary-meta small {
    color: #6b7280;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.detail-summary-meta b {
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.detail-divider {
    height: 1px;
    background: #dfe3e8;
    margin: 18px 0;
}

.detail-price {
    color: #1f2937;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 6px;
}

.detail-option-block {
    margin-bottom: 16px;
}

.detail-option-block h2,
.detail-feature-section h2 {
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 10px;
}

.detail-feature-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.detail-feature-heading-row h2 {
    margin-bottom: 0;
}

.detail-catalog-link {
    min-height: 38px;
    border: 1px solid #dc2626;
    border-radius: 7px;
    padding: 8px 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dc2626;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.detail-catalog-link:hover,
.detail-catalog-link:focus {
    background: #dc2626;
    color: #fff;
    text-decoration: none;
}

.detail-catalog-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.detail-catalog-modal .modal-header {
    align-items: center;
    gap: 12px;
}

.detail-catalog-modal .modal-title {
    font-size: 18px;
    font-weight: 800;
}

.detail-catalog-open {
    margin-left: auto;
    color: #dc2626;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.detail-catalog-open:hover,
.detail-catalog-open:focus {
    color: #991b1b;
    text-decoration: none;
}

.detail-catalog-modal .modal-body {
    padding: 0;
    background: #eef2f6;
}

.detail-catalog-modal iframe {
    display: block;
    width: 100%;
    height: min(82vh, 920px);
    border: 0;
    background: #fff;
}

.detail-option-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.detail-option-title-row span {
    border: 1px solid #111827;
    border-radius: 18px;
    color: #111827;
    font-size: 13px;
    line-height: 1;
    padding: 6px 10px;
    white-space: nowrap;
}

.detail-choice-row,
.detail-variant-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-choice,
.detail-variant-choice {
    min-height: 40px;
    border: 1px solid #d8dde4;
    border-radius: 7px;
    background: #fff;
    color: #111827;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.detail-choice.active,
.detail-variant-choice.active {
    background: #fff;
    border-color: #dc2626;
    color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.14), 0 8px 22px rgba(220, 38, 38, 0.16);
}

.detail-choice:hover,
.detail-choice:focus,
.detail-variant-choice:hover,
.detail-variant-choice:focus {
    border-color: #dc2626;
    color: #dc2626;
}

.detail-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #f7f7f8;
    border-radius: 8px;
    overflow: hidden;
    padding: 12px 14px;
}

.detail-feature-item {
    min-height: 60px;
    border-right: 1px solid #d8dde4;
    padding: 2px 14px 10px 0;
    margin-right: 14px;
}

.detail-feature-item:nth-child(3n) {
    border-right: 1px solid #d8dde4;
    margin-right: 14px;
}

.detail-feature-item:nth-child(4n) {
    border-right: 0;
    margin-right: 0;
}

.detail-feature-section-wide {
    margin-top: 20px;
}

.detail-spec-details-wide {
    margin-top: 16px;
}

.detail-tabs-section {
    width: 100%;
}

.detail-tab-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.detail-tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #eef1f4;
    margin-bottom: 18px;
}

.detail-tab-head .tabset-list {
    margin-bottom: 0;
}

.detail-tab-container {
    padding-top: 0;
}

.detail-spec-table {
    margin-bottom: 0;
}

.detail-spec-table th {
    width: 56px;
    color: #6b7280;
    font-weight: 800;
}

.detail-spec-table td {
    vertical-align: middle;
}

.detail-spec-table td:nth-child(2) {
    color: #111827;
    font-weight: 800;
}

.detail-spec-table td:nth-child(3) {
    color: #1f2937;
    font-weight: 700;
}

.detail-spec-table td:nth-child(4) {
    color: #6b7280;
    font-size: 13px;
}

.detail-feature-item span,
.detail-spec-list span {
    display: block;
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 7px;
}

.detail-feature-item strong,
.detail-spec-list strong {
    color: #111827;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

.detail-spec-details {
    margin-top: 14px;
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
}

.detail-spec-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.detail-spec-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef1f4;
}

.detail-spec-heading-row span {
    display: block;
    color: #dc2626;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    margin-bottom: 4px;
}

.detail-spec-heading-row h2 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 800;
}

.detail-spec-details summary {
    cursor: pointer;
    color: #111827;
    font-weight: 700;
}

.detail-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 14px;
}

.detail-spec-list div {
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 10px;
}

.detail-card-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.detail-quantity-control {
    display: inline-flex;
    align-items: center;
    height: 42px;
    border: 1px solid #d8dde4;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.detail-qty-button {
    width: 40px;
    height: 42px;
    border: 0;
    background: #f7f7f8;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.detail-qty-button:hover,
.detail-qty-button:focus {
    background: #dc2626;
    color: #fff;
}

.detail-qty-input {
    width: 58px;
    height: 42px;
    border: 0;
    border-left: 1px solid #d8dde4;
    border-right: 1px solid #d8dde4;
    text-align: center;
    color: #111827;
    font-weight: 700;
    -moz-appearance: textfield;
}

.detail-qty-input::-webkit-outer-spin-button,
.detail-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.detail-quote-button,
.detail-back-link {
    min-height: 42px;
    border-radius: 7px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.detail-quote-button {
    background: #dc2626;
    color: #fff;
}

.detail-quote-button:hover,
.detail-quote-button:focus {
    background: #991b1b;
    color: #fff;
}

.detail-back-link {
    border: 1px solid #d8dde4;
    color: #111827;
    background: #fff;
}

.detail-back-link:hover,
.detail-back-link:focus {
    border-color: #dc2626;
    color: #dc2626;
}

@media (max-width: 1199px) {
    .detail-layout {
        grid-template-columns: 72px minmax(360px, 1fr);
    }

    .detail-info-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .detail-feature-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-catalog-link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .page-shop-detail {
        overflow-x: hidden;
    }

    .detail-marketplace {
        padding-top: 22px;
        overflow: hidden;
    }

    .detail-marketplace > .container {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .detail-breadcrumb-row {
        gap: 6px;
        font-size: 11px;
    }

    .detail-breadcrumb-row a {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .detail-layout {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 14px;
    }

    .detail-thumb-rail,
    .detail-gallery-stage,
    .detail-info-card {
        grid-column: 1;
        grid-row: auto;
    }

    .detail-thumb-rail {
        order: 2;
        width: 100%;
        overflow: hidden;
    }

    .detail-thumb-scroll {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        width: 100%;
        max-width: 100%;
        padding-bottom: 4px;
    }

    .detail-thumb,
    .detail-thumb-more {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
    }

    .detail-thumb-more {
        border-radius: 50%;
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        align-self: center;
    }

    .detail-gallery-stage {
        width: 100%;
        min-height: 280px;
    }

    .detail-gallery-main-image {
        width: 82%;
        max-width: 100%;
        max-height: 230px;
    }

    .detail-info-card {
        width: 100%;
        padding: 17px 15px 19px;
        overflow: hidden;
    }

    .detail-info-card h1 {
        font-size: 18px;
        overflow-wrap: anywhere;
    }

    .detail-rating-note,
    .detail-min-order {
        font-size: 13px;
    }

    .detail-price {
        font-size: 25px;
    }

    .detail-option-block h2,
    .detail-feature-section h2 {
        font-size: 15px;
    }

    .detail-variant-row {
        width: 100%;
    }

    .detail-variant-choice {
        max-width: 100%;
        min-height: 36px;
        padding: 7px 10px;
        font-size: 13px;
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .detail-card-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .detail-card-actions .detail-quantity-control,
    .detail-card-actions .detail-quote-button,
    .detail-card-actions .detail-back-link {
        width: 100%;
    }

    .detail-card-actions .detail-qty-input {
        min-width: 0;
        flex: 1;
    }

    .detail-feature-section-wide,
    .detail-spec-details-wide {
        width: 100%;
        overflow: hidden;
    }

    .detail-tab-card {
        padding: 13px;
    }

    .detail-tab-head {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .detail-tab-head .tabset-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .detail-spec-table {
        min-width: 620px;
    }

    .detail-feature-grid {
        width: 100%;
        padding: 10px 12px;
    }

    .detail-feature-grid,
    .detail-spec-list {
        grid-template-columns: 1fr;
    }

    .detail-feature-item,
    .detail-feature-item:nth-child(3n),
    .detail-feature-item:nth-child(4n) {
        border-right: 0;
        border-bottom: 1px solid #d8dde4;
        margin-right: 0;
        padding-right: 0;
    }

    .detail-feature-item span,
    .detail-spec-list span {
        font-size: 13px;
        overflow-wrap: anywhere;
    }

    .detail-feature-item strong,
    .detail-spec-list strong {
        display: block;
        max-width: 100%;
        font-size: 14px;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .detail-spec-list div {
        min-width: 0;
    }

    .detail-feature-item:last-child {
        border-bottom: 0;
    }
}

.navbar .nav-separator {
    display: flex;
    align-items: center;
    color: rgba(17, 24, 39, 0.35);
    font-weight: 700;
    padding: 0 4px;
}

.transparent-bg .nav-separator {
    color: rgba(255, 255, 255, 0.72);
}

.navbar .account-menu {
    position: relative;
}

/* Account page */
.account-page {
    padding: 34px 0 76px;
    background: #fafafa;
}

.account-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.account-sidebar,
.account-card {
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #fff;
}

.account-sidebar-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 18px;
    border-bottom: 1px solid #eef0f3;
}

.account-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff1ec;
    color: #F5090D;
    font-size: 18px;
}

.account-sidebar-heading small,
.account-sidebar-heading strong {
    display: block;
}

.account-sidebar-heading small {
    margin-bottom: 2px;
    color: #8a919d;
    font-size: 12px;
}

.account-sidebar-heading strong {
    color: #374151;
    font-size: 14px;
    font-weight: 800;
}

.account-menu-list {
    padding: 8px 0;
}

.account-menu-list a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 12px;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 10px 18px;
    border-left: 3px solid transparent;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
}

.account-menu-list a > i:first-child {
    color: #8a919d;
    text-align: center;
}

.account-menu-list a > i:last-child {
    color: #c4c8cf;
    font-size: 10px;
}

.account-menu-list a:hover,
.account-menu-list a.active {
    border-left-color: #F5090D;
    background: #fff8f5;
    color: #F5090D;
}

.account-menu-list a:hover i,
.account-menu-list a.active i {
    color: #F5090D;
}

.account-card {
    padding: 22px;
}

.account-card-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef0f3;
}

.account-card-title h1 {
    margin: 0 0 5px;
    color: #4b5563;
    font-size: 21px;
    font-weight: 800;
}

.account-card-title p,
.account-section-heading p {
    margin: 0;
    color: #7b8494;
    font-size: 13px;
    line-height: 1.6;
}

.account-card-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff1ec;
    color: #F5090D;
}

.account-form-section {
    padding: 22px 0;
}

.account-form-section + .account-form-section {
    border-top: 1px solid #eef0f3;
}

.account-form-section h2 {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 16px;
    font-weight: 800;
}

.account-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.account-field label {
    display: block;
    margin-bottom: 7px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
}

.account-field input,
.account-field select {
    width: 100%;
    height: 42px;
    border: 1px solid #d9dee7;
    border-radius: 3px;
    background: #fff;
    color: #374151;
    padding: 0 12px;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.account-field input:focus,
.account-field select:focus {
    border-color: #F5090D;
    box-shadow: 0 0 0 3px rgba(245, 9, 13, .1);
    outline: 0;
}

.account-field-help {
    display: block;
    margin-top: 7px;
    color: #7b8491;
    font-size: 11px;
    line-height: 1.45;
}

.account-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 16px;
}

.account-section-heading h2 {
    margin-bottom: 4px;
}

.account-section-heading > i {
    color: #9ca3af;
}

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

.account-form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 18px;
    border-top: 1px solid #eef0f3;
}

.account-form-actions button {
    min-height: 42px;
    border: 0;
    border-radius: 3px;
    padding: 0 22px;
    background: #F5090D;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.account-form-actions button:hover,
.account-form-actions button:focus {
    background: #C8070A;
}

.account-alert {
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 13px 16px;
    font-size: 13px;
    line-height: 1.55;
}

.account-alert.success { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }
.account-alert.warning { border-color: #fde68a; background: #fffbeb; color: #92400e; }
.account-alert.error { border-color: #fecaca; background: #fef2f2; color: #991b1b; }

.account-password-confirm .account-field {
    max-width: 420px;
}

.account-pending-email {
    display: block;
    margin-top: 7px;
    color: #92400e;
    font-size: 11px;
    line-height: 1.45;
}

.account-mail-password {
    border-top: 1px solid #eef0f3;
}

.account-reset-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid #F5090D;
    border-radius: 3px;
    padding: 0 18px;
    background: #fff;
    color: #F5090D;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.account-reset-button:hover,
.account-reset-button:focus {
    background: #F5090D;
    color: #fff;
}

.account-group-note {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #eef0f3;
    padding-top: 18px;
    color: #4b5563;
    font-size: 12px;
}

.account-group-note i,
.account-group-note strong {
    color: #F5090D;
}

.account-group-note strong {
    margin-left: auto;
}

.account-danger-zone {
    margin-top: 22px;
    border-top: 1px solid #fecaca;
}

.account-danger-zone .account-section-heading h2,
.account-danger-zone .account-section-heading > i {
    color: #b91c1c;
}

.account-remove-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 16px;
    border: 0;
    border-radius: 3px;
    padding: 0 18px;
    background: #b91c1c;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.account-remove-button:hover,
.account-remove-button:focus {
    background: #991b1b;
}

.account-removed-notice {
    position: fixed;
    z-index: 10050;
    top: 108px;
    left: 50%;
    width: min(520px, calc(100% - 32px));
    transform: translateX(-50%);
    border: 1px solid #bbf7d0;
    border-radius: 7px;
    padding: 13px 18px;
    background: #f0fdf4;
    color: #166534;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .16);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    transition: opacity .25s ease, transform .25s ease;
}

.account-removed-notice span {
    display: inline;
}

.account-removed-notice button {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    color: #166534;
    font-size: 21px;
    line-height: 1;
    cursor: pointer;
}

.account-removed-notice.is-hiding {
    opacity: 0;
    transform: translate(-50%, -8px);
}

/* Orders */
.orders-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 0;
}

.orders-tabs {
    display: flex;
    gap: 7px;
    overflow-x: auto;
}

.orders-tabs button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    border: 1px solid #e2e5e9;
    border-radius: 3px;
    padding: 0 11px;
    background: #fff;
    color: #68707d;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.orders-tabs button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #f0f2f5;
    font-size: 10px;
}

.orders-tabs button:hover,
.orders-tabs button.active {
    border-color: #F5090D;
    background: #F5090D;
    color: #fff;
}

.orders-tabs button.active span {
    background: rgba(255, 255, 255, .2);
}

.orders-search {
    position: relative;
    flex: 0 0 205px;
    margin: 0;
}

.orders-search i {
    position: absolute;
    top: 50%;
    left: 12px;
    color: #9ca3af;
    font-size: 12px;
    transform: translateY(-50%);
}

.orders-search input {
    width: 100%;
    height: 36px;
    border: 1px solid #d9dee7;
    border-radius: 3px;
    padding: 0 10px 0 33px;
    color: #4b5563;
    font-size: 12px;
}

.orders-list {
    display: grid;
    gap: 14px;
}

.order-card {
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.order-card[hidden] {
    display: none;
}

.order-card-head,
.order-card-body {
    display: grid;
    align-items: center;
    gap: 20px;
    padding: 15px 17px;
}

.order-card-head {
    grid-template-columns: 1fr 1fr auto;
    background: #f8f9fb;
    border-bottom: 1px solid #eef0f3;
}

.order-card-head small,
.order-card-head strong,
.order-total small,
.order-total strong,
.order-product small {
    display: block;
}

.order-card-head small,
.order-total small,
.order-product small {
    margin-bottom: 3px;
    color: #8a919d;
    font-size: 11px;
}

.order-card-head strong {
    color: #4b5563;
    font-size: 13px;
}

.order-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 800;
}

.order-status.preparing { background: #fff4e5; color: #b45309; }
.order-status.shipping { background: #e8f3ff; color: #1769aa; }
.order-status.delivered { background: #e8f8ee; color: #168344; }

.order-card-body {
    grid-template-columns: minmax(0, 1fr) 110px auto;
}

.order-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-product-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid #eef0f3;
    border-radius: 4px;
    background: #f8f9fb;
    color: #F5090D;
}

.order-product strong,
.order-total strong {
    color: #3f4753;
    font-size: 13px;
}

.order-card-body > a {
    color: #F5090D;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.order-card-body > a i {
    margin-left: 5px;
    font-size: 9px;
}

.orders-empty {
    padding: 42px 20px;
    text-align: center;
    color: #7b8494;
}

.orders-empty i,
.orders-empty strong { display: block; }
.orders-empty i { margin-bottom: 12px; color: #F5090D; font-size: 25px; }
.orders-empty strong { margin-bottom: 4px; color: #4b5563; }
.orders-empty p { margin: 0; font-size: 13px; }

/* Addresses */
.address-page-title {
    align-items: center;
}

.address-add-button,
.address-save-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 0;
    border-radius: 3px;
    padding: 0 17px;
    background: #F5090D;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.address-add-button i { margin-right: 6px; }
.address-add-button:hover,
.address-save-button:hover { background: #C8070A; }

.address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    padding-top: 20px;
}

.address-card {
    position: relative;
    min-height: 225px;
    border: 1px solid #e1e5ea;
    border-radius: 5px;
    padding: 17px;
    background: #fff;
}

.address-card.is-default {
    border-color: #F5090D;
    box-shadow: inset 3px 0 0 #F5090D;
}

.address-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.address-type,
.address-default-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
}

.address-type { color: #68707d; }
.address-type.corporate { color: #354152; }
.address-default-badge { border-radius: 999px; padding: 4px 8px; background: #ffe8e9; color: #F5090D; }
.address-card h2 { margin: 0 0 7px; color: #3f4753; font-size: 16px; font-weight: 800; }
.address-card > strong { display: block; margin-bottom: 5px; color: #4b5563; font-size: 13px; }
.address-card > p { min-height: 43px; margin: 0 0 7px; color: #68707d; font-size: 12px; line-height: 1.65; }
.address-card > small { color: #8a919d; font-size: 11px; }

.address-card-actions {
    display: flex;
    gap: 17px;
    margin-top: 17px;
    padding-top: 12px;
    border-top: 1px solid #eef0f3;
}

.address-card-actions button,
.address-card-actions a {
    border: 0;
    padding: 0;
    background: transparent;
    color: #68707d;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.address-card-actions form { margin: 0; }
.address-card-actions button:hover,
.address-card-actions a:hover { color: #F5090D; }
.address-card-actions i { margin-right: 4px; }

.address-form-panel {
    margin-top: 20px;
    border-top: 3px solid #F5090D;
    border-radius: 4px;
    padding: 20px;
    background: #f8f9fb;
}

.address-form-panel[hidden],
.current-info-fields[hidden],
.corporate-invoice-toggle[hidden] { display: none; }

.address-form-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 19px;
}

.address-form-heading h2 { margin: 0 0 4px; color: #3f4753; font-size: 17px; font-weight: 800; }
.address-form-heading p { margin: 0; color: #7b8494; font-size: 12px; }
.address-form-heading > button,
.address-form-heading > a { border: 0; background: transparent; color: #8a919d; cursor: pointer; }

.address-kind-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.address-kind-options legend { grid-column: 1 / -1; margin-bottom: 0; color: #4b5563; font-size: 13px; font-weight: 800; }
.address-kind-options label { position: relative; margin: 0; cursor: pointer; }
.address-kind-options input { position: absolute; opacity: 0; }
.address-kind-options label > span { display: grid; grid-template-columns: 28px 1fr; align-items: center; min-height: 65px; border: 1px solid #d9dee7; border-radius: 4px; padding: 10px 13px; background: #fff; }
.address-kind-options label > span > i { grid-row: 1 / 3; color: #8a919d; font-size: 17px; }
.address-kind-options strong, .address-kind-options small { display: block; }
.address-kind-options strong { color: #4b5563; font-size: 13px; }
.address-kind-options small { color: #8a919d; font-size: 10px; }
.address-kind-options input:checked + span { border-color: #F5090D; box-shadow: 0 0 0 1px #F5090D; }
.address-kind-options input:checked + span i, .address-kind-options input:checked + span strong { color: #F5090D; }

.account-field-wide { grid-column: 1 / -1; }
.account-field textarea { width: 100%; border: 1px solid #d9dee7; border-radius: 3px; padding: 10px 12px; resize: vertical; color: #374151; font-size: 14px; }
.account-field textarea:focus { border-color: #F5090D; box-shadow: 0 0 0 3px rgba(245, 9, 13, .1); outline: 0; }

.corporate-invoice-toggle {
    margin: 20px 0 0;
    border: 1px solid #e1e5ea;
    border-radius: 4px;
    padding: 14px;
    background: #fff;
}

.corporate-invoice-toggle label,
.address-default-option { display: flex; align-items: flex-start; gap: 10px; margin: 0; cursor: pointer; }
.corporate-invoice-toggle input, .address-default-option input { margin-top: 4px; accent-color: #F5090D; }
.corporate-invoice-toggle strong, .corporate-invoice-toggle small { display: block; }
.corporate-invoice-toggle strong { color: #4b5563; font-size: 13px; }
.corporate-invoice-toggle small { color: #8a919d; font-size: 11px; }

.current-info-fields { margin-top: 15px; border: 1px solid #e1e5ea; border-radius: 4px; padding: 17px; background: #fff; }
.address-default-option { margin-top: 19px; color: #4b5563; font-size: 12px; font-weight: 700; }
.address-form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #e1e5ea; }
.address-cancel-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 1px solid #d9dee7; border-radius: 3px; padding: 0 17px; background: #fff; color: #68707d; font-size: 12px; font-weight: 800; cursor: pointer; }

.address-management-section { padding-top: 24px; }
.address-management-section + .address-management-section { margin-top: 30px; border-top: 1px solid #e5e7eb; }
.address-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.address-section-heading h2 { margin: 0 0 4px; color: #3f4753; font-size: 18px; font-weight: 800; }
.address-section-heading p { margin: 0; color: #8a919d; font-size: 12px; }
.address-limit-badge { border-radius: 999px; padding: 7px 11px; background: #f3f4f6; color: #68707d; font-size: 11px; font-weight: 800; }
.address-empty { margin-top: 18px; border: 1px dashed #d9dee7; border-radius: 5px; padding: 28px 18px; color: #8a919d; text-align: center; }
.address-empty i { margin-bottom: 8px; color: #F5090D; font-size: 24px; }
.address-empty p { margin: 0; font-size: 13px; }
.company-card > p { min-height: 63px; }

@media (max-width: 767px) {
    .orders-toolbar,
    .address-page-title { align-items: stretch; flex-direction: column; }
    .orders-search { flex-basis: auto; width: 100%; }
    .order-card-head { grid-template-columns: 1fr 1fr; }
    .order-status { justify-self: start; }
    .order-card-body { grid-template-columns: 1fr; }
    .address-add-button { width: 100%; }
    .address-section-heading { align-items: stretch; flex-direction: column; }
    .address-grid,
    .address-kind-options { grid-template-columns: 1fr; }
    .account-field-wide { grid-column: auto; }
    .address-form-panel { padding: 16px; }
    .address-form-actions { flex-direction: column-reverse; }
    .address-cancel-button, .address-save-button { width: 100%; }
}

/* 1K Endustri about page */
.about-company-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #0e131b 0%, #30343a 38%, #aeb1b5 70%, #ffffff 100%);
}

.about-company-hero-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.about-company-hero-content {
    max-width: 720px;
    padding: 75px 0 65px;
    color: #fff;
}

.about-company-kicker,
.about-section-kicker {
    display: block;
    color: #F5090D;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.about-company-hero h1 {
    margin: 13px 0 14px;
    color: #fff;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -2px;
}

.about-company-hero-content > p {
    max-width: 570px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
}

.about-breadcrumb a { color: #fff; }
.about-breadcrumb i { color: #F5090D; font-size: 8px; }

.about-company-intro {
    padding: 88px 0;
    background: #fff;
}

.about-company-intro-grid {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    gap: 66px;
    align-items: center;
}

.about-company-image {
    position: relative;
    min-height: 500px;
}

.about-company-image::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    width: 42%;
    height: 42%;
    border-top: 5px solid #F5090D;
    border-left: 5px solid #F5090D;
}

.about-company-image img {
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: cover;
    background: #f1f3f5;
}

.about-company-year {
    position: absolute;
    right: -22px;
    bottom: 28px;
    min-width: 185px;
    padding: 20px 24px;
    background: #F5090D;
    color: #fff;
    box-shadow: 0 15px 35px rgba(245, 9, 13, .22);
}

.about-company-year strong,
.about-company-year span { display: block; }
.about-company-year strong { font-size: 30px; line-height: 1; }
.about-company-year span { margin-top: 6px; font-size: 12px; font-weight: 700; }

.about-company-copy h2,
.about-purpose-heading h2 {
    margin: 11px 0 24px;
    color: #252c36;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.8px;
}

.about-company-copy p {
    margin: 0 0 15px;
    color: #626b78;
    font-size: 14px;
    line-height: 1.85;
}

.about-purpose-section {
    padding: 85px 0 92px;
    background: #f7f8fa;
}

.about-purpose-heading {
    max-width: 650px;
    margin-bottom: 38px;
}

.about-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-purpose-card {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 21px;
    min-height: 245px;
    border: 1px solid #e3e6ea;
    padding: 31px;
    overflow: hidden;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-purpose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(20, 28, 40, .09);
}

.about-purpose-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #ffe8e9;
    color: #F5090D;
    font-size: 24px;
}

.about-purpose-card h3 {
    position: relative;
    margin: 8px 0 12px;
    color: #303743;
    font-size: 21px;
    font-weight: 800;
}

.about-purpose-card p {
    position: relative;
    margin: 0;
    color: #68717e;
    font-size: 14px;
    line-height: 1.8;
}

.about-company-values {
    padding: 55px 0;
    background: #171d26;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-values-grid > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 9px 24px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.about-values-grid > div:last-child { border-right: 0; }
.about-values-grid i { grid-row: 1 / 3; align-self: center; color: #F5090D; font-size: 25px; }
.about-values-grid strong { color: #fff; font-size: 14px; }
.about-values-grid span { color: rgba(255, 255, 255, .58); font-size: 11px; line-height: 1.5; }

@media (max-width: 991px) {
    .about-company-intro-grid { grid-template-columns: 1fr; gap: 55px; }
    .about-company-image { max-width: 650px; }
    .about-company-year { right: 18px; }
    .about-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
    .about-values-grid > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
    .about-company-hero { min-height: 335px; }
    .about-company-hero-content { padding: 58px 0 50px; }
    .about-company-hero h1 { font-size: 43px; letter-spacing: -1px; }
    .about-company-intro, .about-purpose-section { padding: 62px 0; }
    .about-company-image, .about-company-image img { min-height: 340px; height: 340px; }
    .about-company-image::before { top: -10px; left: -10px; }
    .about-company-year { right: 12px; bottom: 15px; min-width: 160px; }
    .about-purpose-grid { grid-template-columns: 1fr; }
    .about-purpose-card { grid-template-columns: 54px 1fr; min-height: 220px; padding: 24px 20px; }
    .about-purpose-icon { width: 54px; height: 54px; font-size: 20px; }
    .about-values-grid { grid-template-columns: 1fr; }
    .about-values-grid > div { border-right: 0; }
}

/* Certificates page */
.certificates-hero {
    min-height: 360px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #0e131b 0%, #30343a 38%, #aeb1b5 70%, #ffffff 100%);
}

.certificates-hero-content {
    max-width: 690px;
    padding: 65px 0 58px;
}

.certificates-kicker,
.certificates-section-kicker {
    display: block;
    color: #F5090D;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.certificates-hero h1 {
    margin: 12px 0 13px;
    color: #fff;
    font-size: clamp(42px, 6vw, 66px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.certificates-hero-content > p {
    max-width: 560px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.7;
}

.certificates-intro {
    padding: 72px 0 58px;
    background: #fff;
}

.certificates-intro-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: end;
}

.certificates-intro h2 {
    margin: 10px 0 0;
    color: #252c36;
    font-size: clamp(29px, 4vw, 40px);
    line-height: 1.2;
    font-weight: 800;
}

.certificates-intro p {
    margin: 0;
    color: #68717e;
    font-size: 14px;
    line-height: 1.85;
}

.certificates-list-section {
    padding: 20px 0 90px;
    background: #f7f8fa;
}

.certificates-grid {
    display: grid;
    gap: 23px;
}

.certificate-card {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    border: 1px solid #e2e5e9;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20, 28, 40, .05);
}

.certificate-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    padding: 32px;
    border-right: 1px solid #eceef1;
    background: linear-gradient(145deg, #fff 0%, #f1f3f5 100%);
}

.certificate-visual img {
    width: 155px;
    height: 155px;
    object-fit: contain;
}

.certificate-card-ce .certificate-visual img { width: 175px; }

.certificate-visual > span {
    margin-top: 23px;
    border: 1px solid #dfe3e8;
    border-radius: 999px;
    padding: 6px 12px;
    color: #68717e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.certificate-content {
    padding: 31px 34px;
}

.certificate-standard {
    color: #F5090D;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.certificate-content h2 {
    margin: 7px 0 12px;
    color: #303743;
    font-size: 24px;
    font-weight: 800;
}

.certificate-content > p {
    margin: 0 0 17px;
    color: #68717e;
    font-size: 13px;
    line-height: 1.8;
}

.certificate-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.certificate-features li {
    color: #4f5865;
    font-size: 11px;
    font-weight: 700;
}

.certificate-features i {
    margin-right: 5px;
    color: #F5090D;
    font-size: 9px;
}

.certificate-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.certificate-links-single { grid-template-columns: minmax(0, 330px); }

.certificate-links a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 14px;
    gap: 9px;
    align-items: center;
    min-height: 58px;
    border: 1px solid #e0e4e9;
    border-radius: 4px;
    padding: 9px 12px;
    color: #4f5865;
    transition: border-color .2s ease, background .2s ease;
}

.certificate-links a:hover {
    border-color: #F5090D;
    background: #fff7f7;
    color: #F5090D;
}

.certificate-links a > i:first-child { color: #F5090D; font-size: 22px; }
.certificate-links a > i:last-child { color: #9ca3af; font-size: 10px; }
.certificate-links strong, .certificate-links small { display: block; }
.certificate-links strong { font-size: 12px; }
.certificate-links small { margin-top: 2px; color: #8a919d; font-size: 9px; }

.certificates-note {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 22px;
    border-left: 3px solid #F5090D;
    padding: 13px 16px;
    background: #fff;
    color: #68717e;
}

.certificates-note i { color: #F5090D; }
.certificates-note p { margin: 0; font-size: 11px; }

@media (max-width: 991px) {
    .certificates-intro-grid { grid-template-columns: 1fr; gap: 20px; }
    .certificate-card { grid-template-columns: 210px minmax(0, 1fr); }
    .certificate-visual { padding: 22px; }
    .certificate-visual img { width: 130px; height: 130px; }
}

@media (max-width: 767px) {
    .certificates-hero { min-height: 330px; }
    .certificates-hero-content { padding: 55px 0 48px; }
    .certificates-hero h1 { font-size: 42px; }
    .certificates-intro { padding: 58px 0 42px; }
    .certificates-list-section { padding-bottom: 65px; }
    .certificate-card { grid-template-columns: 1fr; }
    .certificate-visual { min-height: 235px; border-right: 0; border-bottom: 1px solid #eceef1; }
    .certificate-content { padding: 24px 19px; }
    .certificate-links { grid-template-columns: 1fr; }
}

/* Company contact page */
.contact-company-hero {
    position: relative;
    min-height: 490px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #171d26;
}

.contact-company-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.contact-company-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 15, 22, .94) 0%, rgba(10, 15, 22, .76) 43%, rgba(10, 15, 22, .25) 75%, rgba(10, 15, 22, .08) 100%);
}

.contact-company-hero-content {
    max-width: 680px;
    padding: 86px 0 75px;
}

.contact-company-kicker,
.contact-section-kicker {
    display: block;
    color: #F5090D;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.contact-company-hero h1 {
    margin: 12px 0 13px;
    color: #fff;
    font-size: clamp(44px, 6vw, 70px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}

.contact-company-hero-content > p {
    max-width: 530px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.7;
}

.contact-company-section {
    padding: 82px 0 92px;
    background: #f7f8fa;
}

.contact-company-heading {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 40px;
}

.contact-company-heading h2 {
    margin: 10px 0 0;
    color: #252c36;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.18;
    font-weight: 800;
}

.contact-company-heading > p {
    margin: 0;
    color: #68717e;
    font-size: 14px;
    line-height: 1.85;
}

.contact-company-layout {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.contact-company-details,
.contact-form-card {
    border: 1px solid #e1e5e9;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 28, 40, .06);
}

.contact-company-details { padding: 25px; }

.contact-detail-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 7px;
    padding-bottom: 21px;
    border-bottom: 1px solid #eceef1;
}

.contact-detail-brand img { width: 80px; height: 45px; object-fit: contain; background: #fff; padding: 4px; }
.contact-detail-brand small, .contact-detail-brand strong { display: block; }
.contact-detail-brand small { color: #8a919d; font-size: 10px; text-transform: uppercase; }
.contact-detail-brand strong { color: #3f4753; font-size: 14px; }

.contact-detail-item {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 13px;
    gap: 12px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eceef1;
    color: #4f5865;
}

.contact-detail-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #ffe8e9;
    color: #F5090D;
}

.contact-detail-item small,
.contact-detail-item strong,
.contact-detail-item em { display: block; }
.contact-detail-item small { margin-bottom: 3px; color: #8a919d; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.contact-detail-item strong { color: #4f5865; font-size: 11px; line-height: 1.55; font-weight: 700; }
.contact-detail-item em { margin-top: 2px; color: #727b87; font-size: 11px; font-style: normal; }
.contact-detail-item > i { color: #a2a8b0; font-size: 9px; }
a.contact-detail-item:hover strong, a.contact-detail-item:hover > i { color: #F5090D; }

.contact-social-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 19px; }
.contact-social-row > span { color: #68717e; font-size: 11px; font-weight: 800; }
.contact-social-row > div { display: flex; gap: 6px; }
.contact-social-row a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #e1e5e9; border-radius: 50%; color: #68717e; font-size: 11px; }
.contact-social-row a:hover { border-color: #F5090D; background: #F5090D; color: #fff; }

.contact-form-card { padding: 30px 32px; }
.contact-form-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #eceef1; }
.contact-form-title span { color: #F5090D; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.contact-form-title h2 { margin: 5px 0 0; color: #303743; font-size: 22px; font-weight: 800; }
.contact-form-title > i { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #ffe8e9; color: #F5090D; }

.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form-field-wide { grid-column: 1 / -1; }
.contact-form-field label { display: block; margin-bottom: 7px; color: #4f5865; font-size: 11px; font-weight: 800; }
.contact-form-field input, .contact-form-field select, .contact-form-field textarea { width: 100%; border: 1px solid #d9dee7; border-radius: 3px; background: #fff; color: #3f4753; padding: 0 12px; font-size: 12px; }
.contact-form-field input, .contact-form-field select { height: 42px; }
.contact-form-field textarea { padding-top: 11px; resize: vertical; }
.contact-form-field input:focus, .contact-form-field select:focus, .contact-form-field textarea:focus { border-color: #F5090D; box-shadow: 0 0 0 3px rgba(245, 9, 13, .09); outline: 0; }
.contact-consent { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0; color: #7b8494; font-size: 10px; line-height: 1.55; cursor: pointer; }
.contact-consent input { margin-top: 3px; accent-color: #F5090D; }
.contact-submit-button { min-height: 43px; border: 0; border-radius: 3px; padding: 0 20px; background: #F5090D; color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.contact-submit-button i { margin-left: 8px; font-size: 10px; }
.contact-submit-button:hover { background: #C8070A; }

.contact-location-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #d8dadd;
}

.contact-location-map {
    position: absolute;
    inset: -65px 0 0;
    width: 100%;
    height: calc(100% + 65px);
    border: 0;
    filter: grayscale(20%) contrast(1.04);
}

.contact-location-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, .04);
}

.contact-map-marker {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -45%);
    pointer-events: none;
}

.contact-map-popup {
    position: relative;
    width: 230px;
    margin-bottom: 10px;
    border: 1px solid #e0e4e9;
    border-radius: 6px;
    padding: 15px 16px 13px;
    background: #fff;
    box-shadow: 0 15px 36px rgba(20, 28, 40, .22);
    pointer-events: auto;
}

.contact-map-popup::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #e0e4e9;
    border-bottom: 1px solid #e0e4e9;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.contact-map-popup strong,
.contact-map-popup span,
.contact-map-popup a { display: block; }
.contact-map-popup strong { margin-bottom: 4px; color: #303743; font-size: 14px; font-weight: 800; }
.contact-map-popup span { margin-bottom: 10px; color: #737c88; font-size: 10px; line-height: 1.55; }
.contact-map-popup a { position: relative; z-index: 1; border-top: 1px solid #eceef1; padding-top: 9px; color: #F5090D; font-size: 10px; font-weight: 800; }
.contact-map-popup a i { margin-left: 5px; font-size: 8px; }
.contact-map-popup a:hover { color: #C8070A; }

.contact-map-pin {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #F5090D;
    color: #fff;
    font-size: 21px;
    box-shadow: 0 8px 22px rgba(245, 9, 13, .38);
}

.contact-map-pin::after {
    content: '';
    position: absolute;
    inset: -10px;
    border: 2px solid rgba(245, 9, 13, .28);
    border-radius: 50%;
}

@media (max-width: 991px) {
    .contact-company-heading { grid-template-columns: 1fr; gap: 20px; }
    .contact-company-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .contact-company-hero { min-height: 390px; }
    .contact-company-hero > img { object-position: 60% center; }
    .contact-company-hero-content { padding: 65px 0 55px; }
    .contact-company-hero h1 { font-size: 45px; }
    .contact-company-section { padding: 62px 0; }
    .contact-company-details, .contact-form-card { padding: 20px 17px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .contact-form-field-wide { grid-column: auto; }
    .contact-submit-button { width: 100%; }
    .contact-location-section { min-height: 470px; }
    .contact-map-marker { top: 52%; }
    .contact-map-popup { width: 210px; }
}

/* Checkout */
.checkout-page { padding: 38px 0 82px; background: #f7f8fa; }
.checkout-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 27px; }
.checkout-heading > div:first-child > span { color: #F5090D; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.checkout-heading h1 { margin: 5px 0 4px; color: #303743; font-size: 30px; font-weight: 800; }
.checkout-heading p { margin: 0; color: #7b8494; font-size: 12px; }
.checkout-steps { display: flex; align-items: center; gap: 9px; color: #9ca3af; font-size: 10px; font-weight: 800; }
.checkout-steps > i { font-size: 7px; }
.checkout-steps .complete, .checkout-steps .active { color: #F5090D; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: start; }
.checkout-main { display: grid; gap: 17px; }
.checkout-card, .checkout-summary-card, .checkout-help { border: 1px solid #e1e5e9; border-radius: 6px; background: #fff; box-shadow: 0 10px 30px rgba(20, 28, 40, .05); }
.checkout-card { padding: 23px; }
.checkout-card-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; padding-bottom: 17px; border-bottom: 1px solid #eceef1; }
.checkout-card-number { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: #F5090D; color: #fff; font-size: 12px; font-weight: 900; }
.checkout-card-heading > div:nth-child(2) { min-width: 0; flex: 1; }
.checkout-card-heading h2 { margin: 0 0 2px; color: #3f4753; font-size: 17px; font-weight: 800; }
.checkout-card-heading p { margin: 0; color: #8a919d; font-size: 10px; }
.checkout-card-heading > a { color: #F5090D; font-size: 10px; font-weight: 800; }
.checkout-card-heading > a i { margin-right: 4px; }
.checkout-address-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.checkout-address-option { position: relative; margin: 0; cursor: pointer; }
.checkout-address-option > input { position: absolute; opacity: 0; }
.checkout-address-box { position: relative; display: block; min-height: 165px; border: 1px solid #dfe3e8; border-radius: 4px; padding: 15px; transition: border-color .2s, box-shadow .2s; }
.checkout-address-box.compact { min-height: 125px; }
.checkout-address-option input:checked + .checkout-address-box { border-color: #F5090D; box-shadow: 0 0 0 1px #F5090D; }
.checkout-address-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 14px; }
.checkout-address-top b { color: #4f5865; font-size: 12px; }
.checkout-address-top b i { margin-right: 5px; color: #F5090D; }
.checkout-address-top em { border-radius: 999px; padding: 4px 7px; background: #f1f3f5; color: #737c88; font-size: 8px; font-style: normal; font-weight: 800; }
.checkout-address-box > strong, .checkout-address-box > small { display: block; }
.checkout-address-box > strong { margin-bottom: 5px; color: #4f5865; font-size: 11px; }
.checkout-address-box > small { color: #7b8494; font-size: 10px; line-height: 1.65; }
.checkout-address-check { position: absolute; right: 11px; bottom: 11px; display: none; color: #F5090D; }
.checkout-address-option input:checked + .checkout-address-box .checkout-address-check { display: block; }
.checkout-invoice-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 16px; padding: 0; border: 0; }
.checkout-invoice-types legend { grid-column: 1 / -1; margin: 0; color: #4f5865; font-size: 11px; font-weight: 800; }
.checkout-invoice-types label { position: relative; margin: 0; cursor: pointer; }
.checkout-invoice-types input { position: absolute; opacity: 0; }
.checkout-invoice-types label > span { display: grid; grid-template-columns: 30px 1fr; min-height: 62px; align-items: center; border: 1px solid #dfe3e8; border-radius: 4px; padding: 9px 13px; }
.checkout-invoice-types i { grid-row: 1 / 3; color: #8a919d; font-size: 17px; }
.checkout-invoice-types b, .checkout-invoice-types small { display: block; }
.checkout-invoice-types b { color: #4f5865; font-size: 11px; }
.checkout-invoice-types small { color: #8a919d; font-size: 9px; }
.checkout-invoice-types input:checked + span { border-color: #F5090D; background: #fff8f8; }
.checkout-invoice-types input:checked + span i, .checkout-invoice-types input:checked + span b { color: #F5090D; }
.checkout-same-address { display: flex; align-items: flex-start; gap: 10px; margin: 0; border: 1px solid #e1e5e9; border-radius: 4px; padding: 13px; background: #f8f9fb; cursor: pointer; }
.checkout-same-address input, .checkout-terms input { margin-top: 3px; accent-color: #F5090D; }
.checkout-same-address b, .checkout-same-address small { display: block; }
.checkout-same-address b { color: #4f5865; font-size: 11px; }
.checkout-same-address small { margin-top: 2px; color: #8a919d; font-size: 9px; }
.checkout-billing-address, .checkout-corporate-fields { margin-top: 16px; border-top: 1px solid #eceef1; padding-top: 16px; }
.checkout-billing-address[hidden], .checkout-corporate-fields[hidden] { display: none; }
#individualInvoiceFields[hidden] { display: none; }
.checkout-billing-address h3, .checkout-corporate-fields h3 { margin: 0 0 13px; color: #4f5865; font-size: 13px; font-weight: 800; }
.checkout-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.checkout-field-wide { grid-column: 1 / -1; }
.checkout-field label { display: block; margin-bottom: 6px; color: #4f5865; font-size: 10px; font-weight: 800; }
.checkout-field input, .checkout-field textarea, .checkout-field select { width: 100%; border: 1px solid #d9dee7; border-radius: 3px; background: #fff; color: #3f4753; padding: 0 11px; font-size: 11px; }
.checkout-field input, .checkout-field select { height: 40px; }
.checkout-field textarea { padding-top: 10px; resize: vertical; }
.checkout-field input:focus, .checkout-field textarea:focus, .checkout-field select:focus { border-color: #F5090D; box-shadow: 0 0 0 3px rgba(245, 9, 13, .08); outline: 0; }
.checkout-card-brands { display: flex; gap: 6px; color: #737c88; font-size: 25px; }
.checkout-payment-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 24px; align-items: center; }
.checkout-credit-card { min-height: 175px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 12px; padding: 22px; background: linear-gradient(135deg, #171d26, #414957); color: #fff; box-shadow: 0 15px 32px rgba(20, 28, 40, .22); }
.checkout-credit-card-top, .checkout-credit-card > div:last-child { display: flex; align-items: center; justify-content: space-between; }
.checkout-chip { width: 36px; height: 27px; border-radius: 5px; background: linear-gradient(135deg, #e0b35b, #f5d48d); }
.card-brand-logo { display: inline-flex; align-items: center; justify-content: center; min-width: 51px; min-height: 26px; color: #fff; font-weight: 900; line-height: 1; }
.card-brand-logo.unknown { border: 1px solid rgba(255,255,255,.28); border-radius: 4px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: 1px; }
.card-brand-logo.visa { font-size: 21px; font-style: italic; letter-spacing: -1px; }
.card-brand-logo.mastercard { position: relative; width: 58px; padding-top: 24px; font-size: 7px; text-transform: lowercase; }
.card-brand-logo.mastercard::before, .card-brand-logo.mastercard::after { content: ''; position: absolute; top: 0; width: 25px; height: 25px; border-radius: 50%; }
.card-brand-logo.mastercard::before { left: 9px; background: #eb001b; }
.card-brand-logo.mastercard::after { right: 9px; background: rgba(247, 158, 27, .92); }
.card-brand-logo.troy { border: 2px solid #fff; border-radius: 4px; padding: 3px 6px; font-size: 13px; font-style: italic; letter-spacing: -.5px; }
.checkout-credit-card > strong { font-size: 17px; letter-spacing: 1.7px; }
.checkout-credit-card small, .checkout-credit-card b { display: block; }
.checkout-credit-card small { margin-bottom: 2px; color: rgba(255,255,255,.55); font-size: 7px; text-transform: uppercase; }
.checkout-credit-card b { color: #fff; font-size: 9px; }
.checkout-payment-form { display: grid; gap: 12px; }
.checkout-payment-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.checkout-input-icon { position: relative; }
.checkout-input-icon input { padding-right: 35px; }
.checkout-input-icon i { position: absolute; top: 50%; right: 12px; color: #9ca3af; transform: translateY(-50%); }
.installment-selector { margin-top: 20px; border: 1px solid #e1e5e9; border-radius: 5px; overflow: hidden; }
.installment-toggle { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; padding: 10px 16px; background: #f8f9fb; color: #4f5865; cursor: pointer; text-align: left; }
.installment-toggle > span { display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; }
.installment-toggle > span > i { grid-row: 1 / 3; color: #F5090D; font-size: 17px; }
.installment-toggle b, .installment-toggle small { display: block; }
.installment-toggle b { font-size: 11px; }
.installment-toggle small { margin-top: 2px; color: #8a919d; font-size: 9px; }
.installment-toggle > i { color: #8a919d; font-size: 10px; transition: transform .2s; }
.installment-toggle[aria-expanded="true"] > i { transform: rotate(180deg); }
.installment-panel { border-top: 1px solid #e1e5e9; padding: 17px; background: #fff; }
.installment-panel[hidden], .installment-bank[hidden], .installment-no-match[hidden] { display: none; }
.installment-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 13px; }
.installment-panel-heading h3 { margin: 0 0 3px; color: #3f4753; font-size: 13px; font-weight: 800; }
.installment-panel-heading p { margin: 0; color: #8a919d; font-size: 9px; }
.installment-panel-heading > span { border-radius: 999px; padding: 5px 8px; background: #f1f3f5; color: #737c88; font-size: 8px; font-weight: 900; white-space: nowrap; }
.installment-panel-heading > span.visa { background: #e8efff; color: #1434cb; }
.installment-panel-heading > span.mastercard { background: #fff0eb; color: #c7351b; }
.installment-panel-heading > span.troy { background: #e8f8ee; color: #168344; }
.installment-bank { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 15px; align-items: center; padding: 12px 0; border-top: 1px solid #eceef1; }
.installment-bank-name { display: flex; align-items: center; gap: 9px; }
.bank-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: #ffe8e9; color: #F5090D; font-size: 12px; }
.installment-bank-name strong, .installment-bank-name small { display: block; }
.installment-bank-name strong { color: #4f5865; font-size: 10px; }
.installment-bank-name small { color: #8a919d; font-size: 8px; }
.installment-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; }
.installment-options label { position: relative; margin: 0; cursor: pointer; }
.installment-options input { position: absolute; opacity: 0; }
.installment-options span { display: flex; align-items: center; justify-content: center; min-height: 34px; border: 1px solid #dfe3e8; border-radius: 3px; color: #68717e; font-size: 8px; font-weight: 800; text-align: center; }
.installment-options input:checked + span { border-color: #F5090D; background: #F5090D; color: #fff; }
.installment-no-match { display: flex; align-items: flex-start; gap: 10px; border: 1px dashed #d9dee7; padding: 14px; color: #7b8494; }
.installment-no-match > i { color: #F5090D; }
.installment-no-match strong { display: block; color: #4f5865; font-size: 10px; }
.installment-no-match p { margin: 3px 0 0; font-size: 9px; }
.installment-disclaimer { margin: 12px 0 0; border-top: 1px solid #eceef1; padding-top: 10px; color: #8a919d; font-size: 8px; line-height: 1.5; }
.installment-disclaimer i { margin-right: 4px; color: #F5090D; }
.checkout-security-note { display: flex; align-items: center; gap: 9px; margin-top: 18px; border-top: 1px solid #eceef1; padding-top: 14px; color: #7b8494; }
.checkout-security-note > i { color: #16a34a; }
.checkout-security-note b, .checkout-security-note span { display: block; }
.checkout-security-note b { color: #4f5865; font-size: 10px; }
.checkout-security-note span { font-size: 9px; }
.checkout-summary { position: sticky; top: 105px; display: grid; gap: 13px; }
.checkout-summary-card { padding: 20px; }
.checkout-summary-card > h2 { margin: 0 0 16px; color: #3f4753; font-size: 17px; font-weight: 800; }
.checkout-summary-products { max-height: 270px; overflow: auto; }
.checkout-summary-product { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eceef1; }
.checkout-summary-product img { width: 48px; height: 48px; object-fit: contain; border: 1px solid #eceef1; padding: 4px; }
.checkout-summary-product strong, .checkout-summary-product small { display: block; }
.checkout-summary-product strong { color: #4f5865; font-size: 10px; line-height: 1.35; }
.checkout-summary-product small { margin-top: 3px; color: #8a919d; font-size: 8px; }
.checkout-summary-product > b { color: #3f4753; font-size: 10px; white-space: nowrap; }
.checkout-summary-prices { padding: 13px 0; }
.checkout-summary-prices > div { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; color: #737c88; font-size: 10px; }
.checkout-summary-prices .discount b { color: #16a34a; }
.checkout-summary-prices .total { margin-top: 7px; border-top: 1px solid #e1e5e9; padding-top: 13px; color: #303743; font-size: 14px; font-weight: 800; }
.checkout-summary-prices .total b { color: #F5090D; font-size: 18px; }
.checkout-terms { display: flex; align-items: flex-start; gap: 8px; margin: 0 0 13px; color: #7b8494; font-size: 8px; line-height: 1.5; cursor: pointer; }
.checkout-complete-button { width: 100%; min-height: 43px; border: 0; border-radius: 3px; background: #F5090D; color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.checkout-complete-button:hover { background: #C8070A; }
.checkout-complete-button:disabled { opacity: .55; cursor: not-allowed; }
.checkout-complete-button i { margin-right: 5px; }
.checkout-back-cart { display: block; margin-top: 11px; color: #68717e; text-align: center; font-size: 9px; font-weight: 800; }
.checkout-back-cart i { margin-right: 4px; }
.checkout-help { display: flex; align-items: center; gap: 11px; padding: 14px 17px; }
.checkout-help > i { color: #F5090D; font-size: 20px; }
.checkout-help strong, .checkout-help a { display: block; }
.checkout-help strong { color: #4f5865; font-size: 9px; }
.checkout-help a { color: #F5090D; font-size: 10px; font-weight: 800; }
.checkout-summary-empty { padding: 20px 5px; text-align: center; }
.checkout-summary-empty i { color: #F5090D; font-size: 25px; }
.checkout-summary-empty p { margin: 8px 0; color: #7b8494; font-size: 11px; }
.checkout-summary-empty a { color: #F5090D; font-size: 10px; font-weight: 800; }
.checkout-demo-message { display: flex; align-items: center; gap: 10px; margin-top: 18px; border: 1px solid #bfdbfe; border-radius: 4px; padding: 13px 16px; background: #eff6ff; color: #1e40af; font-size: 10px; }
.checkout-demo-message[hidden] { display: none; }
.checkout-demo-message > span { flex: 1; }
.checkout-demo-message > a { border: 1px solid #1e40af; border-radius: 3px; padding: 7px 10px; color: #1e40af; font-size: 9px; font-weight: 800; white-space: nowrap; }
.checkout-demo-message > a:hover { background: #1e40af; color: #fff; }
.checkout-demo-message > a[hidden] { display: none; }
.checkout-success-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(17, 24, 39, .58); }
.checkout-success-dialog { width: min(390px, 100%); border-radius: 8px; padding: 28px 24px; background: #fff; text-align: center; box-shadow: 0 24px 70px rgba(17, 24, 39, .28); }
.checkout-success-dialog > span { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 16px; border-radius: 50%; background: #e4f8eb; color: #15723a; font-size: 23px; }
.checkout-success-dialog strong { display: block; color: #20242b; font-size: 18px; line-height: 1.35; }
.checkout-success-dialog small { display: block; margin-top: 8px; color: #7b8494; font-size: 12px; }
.cart-checkout-button { display: flex; align-items: center; justify-content: center; }
.checkout-required-alert { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; border: 1px solid #fecaca; border-radius: 5px; padding: 14px 16px; background: #fff7f7; color: #7f1d1d; }
.checkout-required-alert > i { color: #F5090D; font-size: 21px; }
.checkout-required-alert > div { flex: 1; }
.checkout-required-alert strong, .checkout-required-alert p { display: block; margin: 0; }
.checkout-required-alert p { margin-top: 3px; font-size: 11px; }
.checkout-required-alert a { border-radius: 3px; padding: 8px 11px; background: #F5090D; color: #fff; font-size: 10px; font-weight: 800; }
.checkout-validation-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; border: 1px solid #dbeafe; border-radius: 4px; padding: 11px 13px; background: #eff6ff; color: #1e40af; font-size: 9px; line-height: 1.5; }
.checkout-card-brands b { display: inline-flex; align-items: center; border: 1px solid #737c88; border-radius: 3px; padding: 2px 4px; font-size: 8px; }

@media (max-width: 991px) {
    .checkout-heading { align-items: flex-start; flex-direction: column; }
    .checkout-layout { grid-template-columns: 1fr; }
    .checkout-summary { position: static; }
}

@media (max-width: 767px) {
    .checkout-page { padding: 28px 0 60px; }
    .checkout-steps { width: 100%; overflow-x: auto; }
    .checkout-card { padding: 18px 15px; }
    .checkout-address-grid, .checkout-invoice-types, .checkout-form-grid, .checkout-payment-layout { grid-template-columns: 1fr; }
    .checkout-field-wide { grid-column: auto; }
    .checkout-credit-card { max-width: 330px; width: 100%; margin: 0 auto; }
    .checkout-card-heading { align-items: flex-start; flex-wrap: wrap; }
    .checkout-required-alert { align-items: flex-start; flex-wrap: wrap; }
    .checkout-required-alert a { width: 100%; text-align: center; }
    .installment-panel-heading, .installment-bank { grid-template-columns: 1fr; }
    .installment-panel-heading { flex-direction: column; }
    .installment-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Authentication */
.auth-open-button,
.auth-side-button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.account-dropdown-item[type="button"] {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.auth-panel[hidden] { display: none; }
.auth-panel { position: fixed; inset: 0; z-index: 5000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.auth-panel-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(15, 20, 28, .7); backdrop-filter: blur(4px); }
.auth-panel-dialog { position: relative; z-index: 1; width: min(460px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 9px; padding: 26px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.auth-panel-close { position: absolute; top: 13px; right: 13px; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f1f3f5; color: #4f5865; cursor: pointer; }
.auth-panel-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; padding-right: 35px; }
.auth-panel-brand img { width: 66px; height: 42px; object-fit: contain; }
.auth-panel-brand span, .auth-panel-brand strong { display: block; }
.auth-panel-brand span { color: #F5090D; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.auth-panel-brand strong { color: #303743; font-size: 16px; }
.auth-panel-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 18px; border-bottom: 1px solid #e1e5e9; }
.auth-panel-tabs button { min-height: 39px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #7b8494; font-size: 12px; font-weight: 800; cursor: pointer; }
.auth-panel-tabs button.active { border-bottom-color: #F5090D; color: #F5090D; }
.auth-panel-form { display: none; gap: 13px; }
.auth-panel-form.active { display: grid; }
.auth-panel-form > label, .auth-two-fields label { display: grid; gap: 6px; margin: 0; color: #4f5865; font-size: 10px; font-weight: 800; }
.auth-panel-form input[type="text"], .auth-panel-form input[type="email"], .auth-panel-form input[type="tel"], .auth-panel-form input[type="password"] { width: 100%; height: 42px; border: 1px solid #d9dee7; border-radius: 4px; padding: 0 11px; color: #303743; font-size: 12px; outline: 0; }
.auth-panel-form input:focus { border-color: #F5090D; box-shadow: 0 0 0 3px rgba(245,9,13,.08); }
.auth-password-wrap { position: relative; display: block; }
.auth-password-wrap input { padding-right: 42px !important; }
.auth-password-wrap button { position: absolute; top: 0; right: 0; width: 40px; height: 42px; border: 0; background: transparent; color: #8a919d; cursor: pointer; }
.auth-two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.auth-form-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.auth-form-meta label, .auth-consent { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 7px !important; color: #737c88 !important; font-size: 9px !important; font-weight: 500 !important; cursor: pointer; }
.auth-form-meta input, .auth-consent input { margin-top: 2px; accent-color: #F5090D; }
.auth-form-meta > button, .auth-back-login { border: 0; background: transparent; color: #F5090D; font-size: 9px; font-weight: 800; cursor: pointer; }
.auth-submit { min-height: 43px; border: 0; border-radius: 4px; background: #F5090D; color: #fff; font-size: 11px; font-weight: 900; cursor: pointer; }
.auth-submit:hover { background: #C8070A; }
.auth-submit:disabled { opacity: .65; cursor: wait; }
.auth-password-note { color: #8a919d; font-size: 8px; }
.auth-form-alert { margin-bottom: 12px; border-radius: 4px; padding: 10px 12px; font-size: 10px; line-height: 1.5; }
.auth-form-alert[hidden] { display: none; }
.auth-form-alert.success { border: 1px solid #bbf7d0; background: #f0fdf4; color: #166534; }
.auth-form-alert.error { border: 1px solid #fecaca; background: #fef2f2; color: #991b1b; }
.auth-forgot-heading { text-align: center; }
.auth-forgot-heading > i { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 8px; border-radius: 50%; background: #ffe8e9; color: #F5090D; }
.auth-forgot-heading h3 { margin: 0 0 4px; color: #303743; font-size: 16px; font-weight: 800; }
.auth-forgot-heading p { margin: 0 0 8px; color: #7b8494; font-size: 10px; }
.auth-back-login { min-height: 32px; }
.auth-panel-open { overflow: hidden; }

.auth-result-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; background: #f7f8fa; }
.auth-result-card, .auth-reset-card { width: min(440px, 100%); border: 1px solid #e1e5e9; border-radius: 8px; padding: 32px; background: #fff; box-shadow: 0 16px 45px rgba(20,28,40,.1); text-align: center; }
.auth-result-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 14px; border-radius: 50%; color: #fff; font-size: 22px; }
.auth-result-icon.success { background: #16a34a; }.auth-result-icon.error { background: #F5090D; }
.auth-result-card h1, .auth-reset-card h1 { margin: 0 0 8px; color: #303743; font-size: 22px; font-weight: 800; }
.auth-result-card p, .auth-reset-card > p { margin: 0 0 18px; color: #737c88; font-size: 12px; line-height: 1.7; }
.auth-result-card > a, .auth-result-link { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border-radius: 4px; padding: 0 18px; background: #F5090D; color: #fff; font-size: 10px; font-weight: 900; }
.auth-reset-logo { display: block; margin-bottom: 20px; }.auth-reset-logo img { width: 82px; }
.auth-reset-card form { display: grid; gap: 13px; text-align: left; }
.auth-reset-card form label { display: grid; gap: 6px; margin: 0; color: #4f5865; font-size: 10px; font-weight: 800; }
.auth-reset-card form input { height: 42px; border: 1px solid #d9dee7; border-radius: 4px; padding: 0 11px; }
.auth-reset-card form small { color: #8a919d; font-size: 8px; }
.auth-reset-card form button { min-height: 42px; border: 0; border-radius: 4px; background: #F5090D; color: #fff; font-size: 10px; font-weight: 900; cursor: pointer; }

@media (max-width: 575px) {
    .auth-panel { padding: 0; align-items: flex-end; }
    .auth-panel-dialog { width: 100%; max-height: 94vh; border-radius: 14px 14px 0 0; padding: 22px 17px; }
    .auth-two-fields { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
    .account-layout {
        grid-template-columns: 1fr;
    }

    .account-menu-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .account-page {
        padding: 28px 0 58px;
    }

    .account-card {
        padding: 18px;
    }

    .account-menu-list,
    .account-form-grid,
    .account-password-grid {
        grid-template-columns: 1fr;
    }

    .account-form-actions button {
        width: 100%;
    }
}

.navbar .account-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.navbar .account-nav-link > i {
    font-size: 16px;
}

.navbar .account-dropdown {
    min-width: 258px;
    left: auto;
    right: 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 18px 0 12px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
    background: #fff;
}

.account-dropdown-name {
    padding: 0 22px 12px;
    color: #F5090D;
    font-size: 16px;
    font-weight: 800;
}

.account-dropdown-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 42px;
    padding: 9px 22px;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
}

.account-dropdown-item i {
    width: 20px;
    color: #30343a;
    font-size: 17px;
    text-align: center;
}

.account-dropdown-item:hover,
.account-dropdown-item:focus {
    background: #f8fafc;
    color: #dc2626;
}

.account-dropdown-item:hover i,
.account-dropdown-item:focus i {
    color: #dc2626;
}

.account-dropdown-item-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}

.account-menu-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    padding: 0 5px;
    background: #F5090D;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    flex: 0 0 auto;
}

.account-menu-badge-inline {
    margin-left: 6px;
    vertical-align: middle;
}

.side-nav .account-menu-badge-inline {
    border: 1px solid rgba(255, 255, 255, .75);
}

.navbar .cart-nav-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    margin-left: 8px;
    border: 1px solid #dc2626;
    border-radius: 7px;
    padding: 8px 14px !important;
    background: #dc2626;
    color: #fff !important;
    line-height: 1;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.22);
}

.cart-count-badge[hidden] {
    display: none !important;
}

.side-nav .side-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.side-nav .cart-count-badge {
    position: static;
    min-width: 20px;
    height: 20px;
    border-color: rgba(255, 255, 255, 0.75);
    background: #dc2626;
    color: #fff;
}

.navbar .cart-nav-button:hover,
.navbar .cart-nav-button:focus {
    border-color: #991b1b;
    background: #991b1b;
    color: #fff !important;
}

.cart-page {
    padding: 72px 0 88px;
    background: #f8fafc;
}

.cart-heading {
    margin-bottom: 24px;
}

.cart-kicker {
    margin: 0 0 5px;
    color: #dc2626;
    font-weight: 800;
    text-transform: uppercase;
}

.cart-heading h1 {
    margin: 0;
    color: #111827;
    font-size: 34px;
    font-weight: 800;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.cart-items,
.cart-summary,
.cart-empty {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.cart-item {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
}

.cart-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    border-radius: 7px;
    background: #f3f4f6;
}

.cart-item-image img {
    max-width: 100%;
    max-height: 138px;
    object-fit: contain;
    padding: 12px;
}

.cart-item-info h2 {
    margin: 8px 0 10px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.cart-item-info h2 a {
    color: #111827;
}

.cart-item-topline,
.cart-summary-row,
.cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cart-item-topline span {
    color: #6b7280;
    font-weight: 700;
}

.cart-item-topline strong {
    color: #111827;
    font-size: 19px;
}

.cart-item-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.cart-item-badges span {
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 5px 10px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cart-quantity-control {
    margin: 0;
}

.cart-secondary-link,
.cart-continue-link,
.cart-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 7px;
    font-weight: 800;
}

.cart-secondary-link,
.cart-continue-link {
    color: #dc2626;
}

.cart-summary {
    padding: 22px;
}

.cart-summary h2 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
}

.cart-summary-row {
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}

.cart-summary-total {
    padding: 18px 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.cart-summary-total strong {
    color: #dc2626;
    font-size: 24px;
}

.cart-checkout-button,
.cart-primary-link {
    width: 100%;
    border: 0;
    background: #dc2626;
    color: #fff;
}

.cart-checkout-button {
    min-height: 46px;
    border-radius: 7px;
    font-weight: 800;
    cursor: pointer;
}

.cart-checkout-button:hover,
.cart-checkout-button:focus,
.cart-primary-link:hover,
.cart-primary-link:focus {
    background: #991b1b;
    color: #fff;
}

.cart-continue-link {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
}

.cart-empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 42px 28px;
    text-align: center;
}

.cart-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fee2e2;
    color: #dc2626;
    font-size: 28px;
}

.cart-empty h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
}

.cart-empty p {
    margin: 0 0 22px;
    color: #6b7280;
}

@media (max-width: 991px) {
    .navbar .nav-separator,
    .navbar .account-menu,
    .navbar .favorites-nav-item,
    .navbar .cart-nav-button {
        display: none;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cart-page {
        padding: 42px 0 62px;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .cart-item-image {
        min-height: 210px;
    }
}

.page-cart .cart-page {
    padding: 34px 0 76px;
    background: #fafafa;
}

.page-cart .cart-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 20px;
}

.page-cart .cart-items,
.page-cart .cart-coupon,
.page-cart .cart-summary {
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
}

.page-cart .cart-items {
    padding: 20px 22px;
}

.page-cart .cart-items h1 {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 21px;
    font-weight: 800;
}

.page-cart .cart-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 205px 190px;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eef0f3;
}

.page-cart .cart-item:first-of-type {
    padding-top: 0;
}

.page-cart .cart-item-image {
    width: 82px;
    min-height: 82px;
    height: 82px;
    border: 1px solid #eef0f3;
    border-radius: 0;
    background: #fff;
}

.page-cart .cart-item-image img {
    max-width: 78px;
    max-height: 78px;
    padding: 8px;
}

.page-cart .cart-item-info {
    min-width: 0;
}

.page-cart .cart-item-title {
    display: block;
    color: #4b5563;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.page-cart .cart-item-title:hover {
    color: #dc2626;
}

.page-cart .cart-item-code,
.page-cart .cart-item-meta,
.page-cart .cart-item-price span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.45;
}

.page-cart .cart-qty-stepper {
    display: inline-flex;
    align-items: center;
    height: 36px;
    border: 1px solid #d9dee7;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}

.cart-qty-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: #f7f8fa;
    color: #4b5563;
    font-size: 10px;
    cursor: pointer;
}

.cart-qty-button:hover,
.cart-qty-button:focus {
    background: #F5090D;
    color: #fff;
}

.cart-qty-button:disabled {
    background: #f3f4f6;
    color: #c4c8cf;
    cursor: not-allowed;
}

.cart-qty-input {
    width: 42px;
    height: 34px;
    border: 0;
    border-right: 1px solid #e1e5e9;
    border-left: 1px solid #e1e5e9;
    background: #fff;
    color: #374151;
    padding: 0 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    outline: 0;
}

.cart-qty-input:focus {
    box-shadow: inset 0 0 0 1px #F5090D;
}

.cart-qty-stepper-legacy {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d9dee7;
    border-radius: 3px;
    overflow: hidden;
}

.cart-actions-only .coupon {
    gap: 12px;
}

.page-cart .cart-item-price strong {
    display: block;
    color: #374151;
    font-size: 14px;
    font-weight: 800;
}

.page-cart .cart-item-qty {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page-cart .cart-item-qty .cart-item-price {
    width: auto;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

.page-cart .cart-item-qty .cart-item-price span {
    margin-bottom: 2px;
}

.page-cart .cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.page-cart .cart-line-total {
    min-width: 96px;
    text-align: right;
    white-space: nowrap;
}

.page-cart .cart-line-total span {
    display: block;
    margin-bottom: 2px;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.25;
}

.page-cart .cart-line-total strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.page-cart .cart-icon-button,
.page-cart .cart-remove-button {
    min-height: 34px;
    border: 1px solid #e5e7eb;
    border-radius: 3px;
    background: #fff;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.page-cart .cart-icon-button {
    width: 36px;
    cursor: pointer;
}

.page-cart .cart-remove-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    color: #dc6073;
}

.page-cart .cart-icon-button:hover,
.page-cart .cart-remove-button:hover {
    border-color: #dc2626;
    color: #dc2626;
}

.page-cart .cart-delivery-note {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 18px;
    color: #4b5563;
    font-size: 13px;
}

.page-cart .cart-delivery-note i {
    color: #6b7280;
}

.page-cart .cart-muted-note {
    margin: 12px 0 0;
    color: #7b8494;
    font-size: 13px;
    line-height: 1.7;
}

.page-cart .cart-side {
    display: grid;
    gap: 14px;
}

.page-cart .cart-coupon,
.page-cart .cart-summary {
    padding: 17px;
}

.page-cart .cart-coupon label {
    display: block;
    margin-bottom: 9px;
    color: #6b7280;
    font-size: 13px;
}

.page-cart .cart-coupon div {
    display: flex;
}

.page-cart .cart-coupon input {
    min-width: 0;
    flex: 1;
    height: 36px;
    border: 1px solid #d9dee7;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    padding: 0 10px;
    color: #4b5563;
    font-size: 12px;
}

.page-cart .cart-coupon button {
    width: 72px;
    height: 36px;
    border: 1px solid #d9dee7;
    border-radius: 0 3px 3px 0;
    background: #fff;
    color: #4b5563;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.page-cart .cart-summary-row,
.page-cart .cart-summary-total {
    padding: 7px 0;
    border: 0;
    color: #6b7280;
    font-size: 14px;
}

.page-cart .cart-summary-row strong {
    color: #4b5563;
}

.page-cart .cart-summary-row.discount strong {
    color: #16a34a;
}

.page-cart .cart-summary-total {
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
}

.page-cart .cart-summary-total strong {
    color: #374151;
    font-size: 16px;
}

.page-cart .cart-checkout-button {
    width: 100%;
    min-height: 38px;
    margin-top: 12px;
    border-radius: 4px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.page-cart .cart-checkout-button:hover {
    background: #15803d;
}

.page-cart .cart-continue-link,
.page-cart .cart-primary-link {
    width: 100%;
    min-height: 38px;
    margin-top: 10px;
    border: 1px solid #d9dee7;
    border-radius: 4px;
    background: #fff;
    color: #4b5563;
    font-size: 12px;
    text-transform: uppercase;
}

.page-cart .cart-primary-link {
    max-width: 170px;
    margin: 14px auto 0;
}

.page-cart .cart-empty-inline {
    border: 0;
    box-shadow: none;
    padding: 24px 10px 20px;
}

.page-cart .cart-recommended {
    margin-top: 34px;
}

.page-cart .detail-quantity-control {
    margin: 0;
    height: 34px;
    border-radius: 3px;
}

.page-cart .detail-qty-button {
    width: 32px;
    height: 34px;
    font-size: 15px;
}

.page-cart .detail-qty-input {
    width: 42px;
    height: 34px;
    font-size: 12px;
}

.page-cart .detail-qty-button:disabled {
    background: #f3f4f6;
    color: #c4c8cf;
    cursor: not-allowed;
}

.page-cart .cart-recommended-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.page-cart .cart-recommended-heading > div > span {
    display: block;
    margin-bottom: 4px;
    color: #F5090D;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.page-cart .cart-recommended-heading > a {
    color: #F5090D;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.page-cart .cart-recommended-heading > a i {
    margin-left: 5px;
    font-size: 8px;
}

.page-cart .cart-recommended h2 {
    margin: 0;
    color: #4b5563;
    font-size: 24px;
    font-weight: 800;
}

.page-cart .cart-continue-link i {
    margin-right: 7px;
    font-size: 10px;
}

.page-cart .cart-recommended-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.page-cart .cart-recommend-card {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #fff;
    padding: 16px;
}

.page-cart .cart-recommend-heart {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    background: transparent;
    color: #F5090D;
    cursor: pointer;
}

.page-cart .cart-recommend-heart:hover {
    color: #C8070A;
    transform: scale(1.08);
}

.page-cart .cart-favorites-empty {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px dashed #d9dee7;
    border-radius: 7px;
    padding: 22px;
    background: #fff;
}

@media (min-width: 992px) {
    .navbar .account-menu {
        position: relative;
    }

    .navbar .account-menu > .account-dropdown {
        top: 100%;
    }

    .navbar .account-menu:hover > .account-dropdown,
    .navbar .account-menu:focus-within > .account-dropdown,
    .navbar .account-menu.show > .account-dropdown {
        display: block;
    }
}

.page-cart .cart-favorites-empty[hidden] {
    display: none;
}

.page-cart .cart-favorites-empty > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffe8e9;
    color: #F5090D;
    font-size: 19px;
}

.page-cart .cart-favorites-empty > div {
    min-width: 0;
    flex: 1;
}

.page-cart .cart-favorites-empty strong {
    display: block;
    margin-bottom: 3px;
    color: #3f4753;
    font-size: 13px;
}

.page-cart .cart-favorites-empty p {
    margin: 0;
    color: #7b8494;
    font-size: 11px;
}

.page-cart .cart-favorites-empty > a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F5090D;
    border-radius: 3px;
    padding: 0 14px;
    color: #F5090D;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.page-cart .cart-favorites-empty > a:hover {
    background: #F5090D;
    color: #fff;
}

.page-cart .cart-recommend-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 12px;
}

.page-cart .cart-recommend-image img {
    max-width: 100%;
    max-height: 135px;
    object-fit: contain;
    padding: 10px;
}

.page-cart .cart-recommend-card h3 {
    min-height: 42px;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.page-cart .cart-recommend-card h3 a {
    color: #4b5563;
}

.page-cart .cart-recommend-card p {
    min-height: 18px;
    margin: 0 0 5px;
    color: #6b7280;
    font-size: 12px;
}

.page-cart .cart-recommend-card strong {
    display: block;
    margin-bottom: 14px;
    color: #374151;
    font-size: 14px;
}

.page-cart .cart-recommend-add {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 2px solid #2f6fcd;
    border-radius: 3px;
    color: #2f6fcd;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.page-cart .cart-recommend-add:hover {
    background: #2f6fcd;
    color: #fff;
}

@media (max-width: 575px) {
    .page-cart .cart-recommended-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .page-cart .cart-favorites-empty {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-cart .cart-favorites-empty > a {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .page-cart .cart-layout,
    .page-cart .cart-recommended-grid {
        grid-template-columns: 1fr;
    }

    .page-cart .cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .page-cart .cart-item-qty,
    .page-cart .cart-item-price,
    .page-cart .cart-item-actions {
        grid-column: 2;
        justify-content: flex-start;
    }

    .page-cart .cart-line-total {
        text-align: left;
    }
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    display: flex;
    justify-content: center;
    background: transparent;
    color: #f4f4f5;
    transition: opacity 0.2s ease;
}

.cookie-consent-bar {
    position: relative;
    width: 100%;
    background: rgba(15, 15, 17, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
    padding: 20px 60px 20px clamp(18px, 4vw, 56px);
    transition: transform 0.22s ease;
}

.cookie-consent.is-hiding {
    opacity: 0;
}

.cookie-consent.is-hiding .cookie-consent-bar {
    transform: translateY(100%);
}

.cookie-consent-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-consent-close:hover,
.cookie-consent-close:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.cookie-consent-main {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.cookie-consent-copy {
    flex: 1 1 480px;
    min-width: 0;
}

.cookie-consent-copy h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.cookie-consent-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11.5px;
    line-height: 1.6;
}

.cookie-consent-copy p a {
    color: #ff6b6f;
    text-decoration: underline;
}

.cookie-consent-copy p a:hover,
.cookie-consent-copy p a:focus {
    color: #ff8a8d;
}

.cookie-consent-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.cookie-consent-manage {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 7px;
    background: transparent;
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.cookie-consent-manage:hover,
.cookie-consent-manage:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.cookie-consent-manage i {
    font-size: 9px;
    transition: transform 0.2s ease;
}

.cookie-consent-manage[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.cookie-consent-button {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 7px;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.cookie-consent-button.reject {
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: transparent;
    color: #fff;
}

.cookie-consent-button.reject:hover,
.cookie-consent-button.reject:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.cookie-consent-button.accept {
    border: 1px solid #dc2626;
    background: #dc2626;
    color: #fff;
}

.cookie-consent-button.accept:hover,
.cookie-consent-button.accept:focus {
    background: #b91c1c;
    border-color: #b91c1c;
}

.cookie-consent-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 24px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-consent-list {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 420px;
    font-size: 11px;
}

.cookie-consent-list li {
    color: rgba(255, 255, 255, 0.68);
}

.cookie-consent-list li strong {
    color: #fff;
}

.cookie-consent-details-actions {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .cookie-consent-bar {
        padding: 18px 44px 18px 18px;
    }

    .cookie-consent-main {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .cookie-consent-buttons {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .cookie-consent-manage,
    .cookie-consent-button {
        width: 100%;
        justify-content: center;
    }

    .cookie-consent-details {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent-details-actions .cookie-consent-button {
        width: 100%;
    }
}
.shop-search-help {
    display: block;
    margin-top: 7px;
    color: #777d86;
    font-size: 11px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .site-header .sidemenu_btn > span,
    .site-header .fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
        background-color: #6c757d !important;
    }
}

/* 1K Bara dynamic parallax home */
.page-index-parallax{overflow:hidden}
.page-index-parallax .site-header{position:fixed;top:0;left:0;right:0;z-index:1000}
.page-index-parallax .navbar .nav-link{position:relative}
.page-index-parallax .navbar .nav-link:after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:2px;background:#f5090d;transform:scaleX(0);transform-origin:left center;transition:transform .24s ease;border-radius:2px}
.page-index-parallax .navbar .nav-link:hover:after,.page-index-parallax .navbar .nav-link:focus:after,.page-index-parallax .navbar .nav-link.current:after,.page-index-parallax .navbar .nav-link.active:after{transform:scaleX(1)}
.page-index-parallax .onekb-dynamic-parallax{background-image:var(--onekb-bg)!important;background-repeat:no-repeat!important;background-position:center center!important;background-attachment:fixed!important}
.page-index-parallax .onekb-parallax-video{position:relative;overflow:hidden;background:#111}
.page-index-parallax .onekb-parallax-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.page-index-parallax .item-titles{position:relative;z-index:2}
.page-index-parallax .onekb-parallax-panel{padding:34px;border-radius:20px;background:rgba(255,255,255,.76);backdrop-filter:blur(10px);box-shadow:0 26px 80px rgba(0,0,0,.18)}
.page-index-parallax .whitecolor.onekb-parallax-panel{background:rgba(0,0,0,.36)}
.page-index-parallax .onekb-parallax-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.page-index-parallax .text-sm-left .onekb-parallax-links{justify-content:flex-start}
.page-index-parallax .onekb-parallax-links a{display:inline-flex;align-items:center;min-height:38px;padding:9px 14px;border-radius:999px;background:#f5090d;color:#fff;font-weight:700}
.page-index-parallax .onekb-parallax-links a:hover{background:#151515;color:#fff}
.onekb-parallax-section{position:relative;min-height:100vh;background-image:var(--parallax-bg);background-size:cover;background-position:center;background-repeat:no-repeat}
.onekb-parallax-section>.container{position:relative;z-index:2;min-height:100vh;display:flex;align-items:center}
.onekb-parallax-copy{max-width:980px;margin:0 auto;padding:110px 0 55px}
.onekb-parallax-copy h1,.onekb-parallax-copy h2{font-size:clamp(36px,6vw,76px);font-weight:300;line-height:1.05;margin-bottom:18px}
.onekb-parallax-copy p{font-size:clamp(16px,2vw,22px);max-width:760px;margin-bottom:24px}
.onekb-parallax-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}
.onekb-parallax-card{display:flex;flex-direction:column;min-height:180px;padding:14px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:14px;color:#fff;text-decoration:none;backdrop-filter:blur(8px);transition:.2s}
.onekb-parallax-card:hover{transform:translateY(-4px);background:rgba(245,9,13,.22);color:#fff}
.onekb-parallax-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;margin-bottom:10px;background:#fff}
.onekb-parallax-card span{font-weight:800}.onekb-parallax-card small{display:block;margin-top:6px;color:rgba(255,255,255,.82)}
.certificate-grid .onekb-parallax-card img{object-fit:contain;padding:12px}
.onekb-flag-strip,.onekb-reference-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:25px}
.onekb-flag-strip span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(255,255,255,.14);border-radius:999px}
.onekb-flag-strip img{width:28px;border-radius:3px}.onekb-reference-strip span{width:120px;height:72px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;padding:10px}.onekb-reference-strip img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%)}
.fixed-para-btn{position:fixed;right:24px;bottom:28px;z-index:990}.fixed-para-btn .para-btn{width:42px;height:42px;border-radius:50%;background:#f5090d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.22)}.fixed-para-btn .para-btn.disabled{opacity:.45;pointer-events:none}
@media(max-width:991px){.page-index-parallax{overflow:auto}.onekb-parallax-section>.container{min-height:auto}.onekb-parallax-copy{padding:120px 0 70px}.onekb-parallax-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.onekb-parallax-grid{grid-template-columns:1fr}.onekb-parallax-copy{text-align:center}}
.cart-item-delivery{display:block;margin-top:6px;font-size:12px;color:#4b5563}.cart-item-delivery b{color:#111827}.cart-pickup-option{display:flex;align-items:center;gap:9px;margin:12px 0 6px;font-size:13px;font-weight:700;color:#20242b}.cart-pickup-option input{width:17px;height:17px;accent-color:#f5090d}.cart-pickup-note,.checkout-pickup-note{margin:7px 0 12px;padding:10px 12px;border-radius:6px;background:#fff4d7;color:#765900;font-size:12px;line-height:1.45}.cart-pickup-offer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin:0 0 12px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#20242b;text-align:center;font-size:12px;font-weight:800;line-height:1.35}.cart-pickup-offer[hidden]{display:none}.cart-pickup-offer:hover{border-color:#f5090d;color:#f5090d}.cart-pickup-offer img{max-width:132px;max-height:40px;object-fit:contain}.cart-pickup-offer small{display:block;color:#4b5563;font-size:11px;font-weight:700;line-height:1.35}
.navbar .site-search-toggle{border:0;background:transparent;cursor:pointer}.navbar .site-search-toggle i{font-size:16px}.site-search-open{overflow:hidden}.site-search-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:24px}.site-search-overlay[hidden]{display:none}.site-search-backdrop{position:absolute;inset:0;border:0;background:rgba(10,14,20,.72);backdrop-filter:blur(4px)}.site-search-dialog{position:relative;width:min(780px,94vw);padding:34px;background:#fff;border-radius:8px;box-shadow:0 25px 80px rgba(0,0,0,.32)}.site-search-dialog>label{display:block;margin:0 0 14px;font-size:24px;font-weight:800;color:#20242b}.site-search-box{display:grid;grid-template-columns:42px minmax(0,1fr) 100px;align-items:center;border:2px solid #f5090d;border-radius:6px;background:#fff;overflow:hidden}.site-search-box>i{color:#f5090d;text-align:center;font-size:18px}.site-search-box input{height:58px;border:0;outline:0;font-size:19px;color:#20242b}.site-search-box button{height:58px;border:0;background:#f5090d;color:#fff;font-weight:800;cursor:pointer}.site-search-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:0;border-radius:50%;background:#f3f4f6;color:#20242b;cursor:pointer}.search-page{padding:130px 0 70px;background:#f6f7f9}.search-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.search-heading small{color:#f5090d;font-weight:800;letter-spacing:1px}.search-heading h1{margin:5px 0 0;font-size:32px;color:#20242b}.search-heading p{margin:7px 0 0;color:#68717e}.search-inline-form{display:grid;grid-template-columns:minmax(0,1fr) 105px;gap:10px;margin-bottom:24px}.search-inline-form input{height:48px;border:1px solid #d9dce2;border-radius:6px;padding:0 14px}.search-inline-form button{border:0;border-radius:6px;background:#f5090d;color:#fff;font-weight:800}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:18px}.search-result-card{display:grid;grid-template-rows:180px 1fr;background:#fff;border:1px solid #e7e9ed;border-radius:8px;overflow:hidden;color:#20242b;text-decoration:none;box-shadow:0 8px 24px rgba(28,35,48,.04)}.search-result-card:hover{color:#20242b;transform:translateY(-2px);box-shadow:0 14px 34px rgba(28,35,48,.09)}.search-result-card img{width:100%;height:100%;object-fit:contain;background:#fafafa;padding:12px}.search-result-card div{padding:15px}.search-result-card small{display:block;color:#f5090d;font-weight:800;margin-bottom:5px}.search-result-card h2{font-size:16px;margin:0 0 8px}.search-result-card p{font-size:12px;color:#68717e;margin:0 0 10px}.search-result-card span{display:block;font-size:11px;color:#4b5563}.search-empty{padding:35px;border:1px dashed #cfd2d7;border-radius:8px;background:#fff;color:#68717e;text-align:center}
@media(max-width:720px){.site-search-dialog{padding:24px 16px}.site-search-box{grid-template-columns:36px minmax(0,1fr)}.site-search-box button{grid-column:1/-1}.search-heading{display:block}.search-page{padding-top:105px}}


/* ------- Dil seçici (TR/EN) ------- */
.lang-switch-item{display:flex;align-items:center;gap:2px}
.navbar .lang-switch-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:0;cursor:pointer;font-weight:700;letter-spacing:.02em;opacity:.55;padding:8px 6px;transition:opacity .2s ease}
.navbar .lang-switch-btn img{width:20px;height:15px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.15);display:block}
.navbar .lang-switch-btn.active,.navbar .lang-switch-btn:hover{opacity:1}
.navbar .lang-switch-btn.active img{box-shadow:0 0 0 2px #d8272f}
.side-menu .side-lang-switch{display:flex;gap:12px}
.side-menu .lang-switch-btn{display:inline-flex;align-items:center;gap:8px;opacity:.65}
.side-menu .lang-switch-btn img{width:20px;height:15px;border-radius:2px}
.side-menu .lang-switch-btn.active{opacity:1;font-weight:800}
/* ------- Navbar genişliği ve tek satır menü etiketleri ------- */
/* İngilizce etiketler ("About Us", "My Cart") daha uzun olduğundan linkler içten kırılıyordu. */
.site-header .navbar > .container{max-width:1320px}
.main-navbar-left .nav-link,
.main-navbar-right .nav-link{white-space:nowrap}@media (min-width:992px) and (max-width:1199.98px){
  .navbar-centered-layout{gap:6px}
  .main-navbar-left .nav-link,
  .main-navbar-right .nav-link{margin-left:.24rem;margin-right:.24rem}
  .site-header .navbar .nav-separator{display:none}
  .navbar-brand.navbar-brand-center-inline{margin:0 8px}
}
/* ------- Hesabim menusu: kompakt, cizgili ------- */
.navbar .account-dropdown{min-width:224px;padding:12px 0 6px;border:1px solid #dde3ea;border-radius:8px}
.account-dropdown-name{padding:0 18px 10px;font-size:14px;border-bottom:1px solid #eef0f3}
.account-dropdown .account-dropdown-item{min-height:36px;padding:7px 18px;font-size:13.5px;line-height:1.4;gap:11px;font-weight:500}
.account-dropdown .account-dropdown-item i{font-size:14px;width:18px}
.account-dropdown .account-dropdown-item + .account-dropdown-item{border-top:1px solid #eef0f3}
/* Referanslar bandi: diger hero bantlariyla ayni gorunum */
.page-index #our-partners,.page-index #our-testimonial{scroll-margin-top:var(--site-navbar-offset)}
.page-index #our-partners > .container,.page-index #our-testimonial > .container{padding-top:2.5rem}
/* ------- Giris guvenlik kodu (captcha) ------- */
.auth-captcha-box{display:flex;align-items:center;gap:8px}
.auth-captcha-box img{width:120px;height:36px;flex:0 0 auto;border:1px solid #dde3ea;border-radius:6px;background:#f6f8fa}
.auth-captcha-box button{flex:0 0 auto;width:36px;height:36px;border:1px solid #dde3ea;background:#fff;border-radius:6px;color:#637083;cursor:pointer}
.auth-captcha-box button:hover{color:#d8272f;border-color:#f0a4aa}

/* Teklif talebi */
.detail-cart-quote-note{grid-column:2/-1;margin:-4px 0 2px;color:#a9530f;font-size:12px;font-weight:700}.detail-cart-quote-note i{margin-right:6px;color:#f47b20}.cart-quote-alert{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:14px 16px;border-radius:7px;font-size:13px}.cart-quote-alert i{font-size:19px;margin-top:1px}.cart-quote-alert strong,.cart-quote-alert span{display:block}.cart-quote-alert span{margin-top:3px}.cart-quote-alert.success{border:1px solid #a7e0bd;background:#edf9f1;color:#176b35}.cart-quote-alert.error{border:1px solid #f2b8ba;background:#fff1f1;color:#8d171b}.cart-quote-request{margin-top:10px;padding-top:12px;border-top:1px solid #e5e7eb}.cart-quote-request textarea,.cart-quote-guest-fields input{width:100%;border:1px solid #d8dde5;border-radius:5px;background:#fff;padding:9px 10px;color:#303744;font-size:12px;outline:0}.cart-quote-request textarea{margin:8px 0;resize:vertical}.cart-quote-request textarea:focus,.cart-quote-guest-fields input:focus{border-color:#f47b20;box-shadow:0 0 0 3px rgba(244,123,32,.1)}.cart-quote-guest-fields{display:grid;gap:7px}.cart-quote-button{width:100%;min-height:46px;border:0;border-radius:5px;background:#f47b20;color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:.2s}.cart-quote-button:hover{background:#d8630c;transform:translateY(-1px)}.cart-quote-request>small{display:block;margin-top:8px;color:#6b7280;font-size:10.5px;line-height:1.4;text-align:center}
@media(max-width:767px){.detail-cart-quote-note{grid-column:1/-1;text-align:center;margin:0}.cart-quote-guest-fields{grid-template-columns:1fr}}
.detail-cart-quote-action{display:flex;flex-direction:column;align-items:stretch;gap:6px}.detail-cart-quote-action .detail-quote-button{width:100%}.detail-cart-quote-action .detail-cart-quote-note{grid-column:auto;margin:0;color:#a9530f;font-size:11px;font-weight:700;text-align:center}.detail-cart-quote-action .detail-cart-quote-note i{margin-right:5px;color:#f47b20}
.auth-captcha-box input{flex:1 1 auto;min-width:0;text-transform:uppercase}

/* Ucretsiz yedek parca isareti. */
.user-order-free{color:#0d7a33;font-weight:700}

/* Sepeti bosalt baglantisi - ikincil, yikici eylem gorunumu. */
.cart-clear-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;margin-top:10px;border:1px solid #f0c9ca;border-radius:7px;background:#fff;color:#b91c1c;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s}
.cart-clear-button:hover,.cart-clear-button:focus{border-color:#b91c1c;background:#fff1f1;color:#991b1b;text-decoration:none}
