@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Bold.ttf') format('truetype'), url('/theme/assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-BoldItalic.ttf') format('truetype'), url('/theme/assets/fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 100%;
}

@media (min-width: 1600px) {
    .navbar-nav .nav-item {
        width: 70px;
    }

    .navbar-nav .nav-item+.nav-item {
        margin-left: 70px;
    }
}

@media (min-width: 1400px) {}

@media (max-width: 1399px) {
    .navbar-nav .nav-item {
        width: 70px;
    }

    .navbar-nav .nav-item+.nav-item {
        margin-left: 45px;
    }
}

@media (min-width: 1200px) {
    /*.navbar-nav .nav-item + .nav-item {
        margin-left: 70px;
    }*/

    .logo-section .navbar-nav .nav-item+.nav-item {
        margin-left: 35px;
        width: auto;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .nav-item+.nav-item {
        margin-left: 45px;
    }

    .main-container {
        padding: 0px 50px;
    }
}

body {
    font-family: Poppins, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    color: inherit !important;
}
.ng-cloak {
    display: none;
}

.header {
    color: #fff;
    background: transparent;
    position: absolute;
    left: 0;
}

.header a,
.header span {
    color: #fff !important;
}

.header.white .container {
    background: #F1EDEE;
}

.header.white a,
.header.white span {
    color: #3D5467 !important;
}

.header .dropdown-menu a {
    color: #3D5467 !important;
}

.header .logo-section {
    text-align: center;
    padding: 25px;
}

.header .navbar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 0px;
    padding: 15px 0px;
}

.header.white .navbar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.header .navbar.navbar-top {
    margin-top: -30px;
    border: none;
    min-height: 0px;
    padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;

}

.navbar-dark .navbar-nav .nav-link i {
    font-size: 24px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    /*color: #fff;*/
}

.navbar-brand {
    max-width: 160px;
    position: absolute;
    z-index: 999;
}

.content-holder {
    padding-top: 200px;
}

.banner-section {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/banner.jpg);
    background-size: auto, cover;
    background-position: 0px 0px, 0% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll, fixed;
    height: 100vh;
}

.banner-section .content-holder {
    padding-top: 200px;
    margin: 0px 105px;
}

.banner-section .content-holder .heading {
    margin-top: 100px;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    max-width: 600px;
}

.banner-section .content-holder .content {
    margin-top: 30px;
    max-width: 600px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.btn
{
    text-transform: none;
}
/*.btn,
a.btn,
a.btn:active {
    background: #3D5467;
    border: none !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
}*/

/*.btn:hover {
    background: #3D5467;
}*/

.form-control {
    background: #fff;
    color: #000;
    padding: 12px 16px;
    height: auto;
    border: 0px;
}

.form-control:focus {
    background: #fff;
}

.form-control::placeholder {
    color: #C4C4C4;
}

.banner-section.section-2 {
    background: #8AA29E;
    height: auto;
}

.banner-section.section-2 .heading,
.banner-section.section-3 .heading {
    font-size: 24px;
    margin-top: 0px;
    line-height: 36px;
}

.banner-section.section-2 .content,
.banner-section.section-3 .content {
    line-height: 24px;
    font-size: 16px;
}

.banner-section.section-2 .content-holder {
    margin: 0px;
}

.banner-section.section-2 .content-holder .half {
    padding: 0px 110px;
}

.banner-section.section-2.design-spec {
    background: #F5F1E9;
    height: auto;
}

.banner-section.section-2.design-spec div {
    color: #3D5467;
}


.banner-section.section-3 {
    background-image: url(../images/cnc_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.banner-section.section-3 .frame1 {
    min-height: 500px;
    background: rgba(61, 84, 103, 0.9);
    padding: 80px 60px;
    max-width: 560px;
}

.banner-section.section-3 .link {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #F1EDEE;
    display: block;
}

.banner-section.spaces {
    background: #F1EDEE;
    height: auto;
}

.banner-section.spaces .heading {
    color: #000;
}

.banner-section.spaces .content-holder {
    margin: 0px;
    padding-bottom: 200px;
}

.banner-section.spaces .space-sections {
    margin-top: 100px;
}

.banner-section.spaces .space-sections .col-md-4 {}

.banner-section.spaces .space-sections img {
    width: 100%;
}

.banner-section.spaces .space-sections .space-desc .link {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.banner-section.map {
    /*background-image: url(/theme/frontend/images/map.png);*/
    height: 60vh;
    padding: 0px;
    background: none;
}

.banner-section.map .content-holder {
    margin: 0px;
    padding-top: 0px;
}

.banner-section.map .content-holder .heading,
.banner-section.map .content-holder .content {
    color: #000;
    max-width: 380px;
}

.banner-section.footer {
    background: #3D5467;
    min-height: 0px;
    height: auto;
}

.banner-section.footer .content-holder {
    margin: 0px;
    padding: 75px 0px;
}

.banner-section.footer .content-holder h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 22px;
}

.banner-section.footer .content-holder .link {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #F1EDEE;
}

.banner-section.footer .content-holder .social-link {
    display: inline-block;
    margin-right: 20px;
}

.banner-section.footer .content-holder input {
    background: #C4C4C4;
    color: #000;
    padding: 3px 10px;
    height: auto;
}

.banner-section.footer .content-holder input::placeholder {
    color: grey;
}

.banner-section.footer .content-holder .btn {
    margin-top: 22px;
    font-weight: 400;
    background: #C4C4C4 !important;
    padding: 5px 25px;
    font-size: 14px;
    text-transform: none;
}

.about.main-container,
.contact.main-container,
.login.main-container,
.cart.main-container {
    background: #F1EDEE;
}

.cart.main-container {
    border: none;
}

.cart.main-container .edit-link,
.cart.main-container .edit-link:hover {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
    padding: 0px !important;
}

.cart.main-container .custom-choice .custom-control-input:checked~.custom-control-label::before {
    background: #3D5467;
    border-color: #3D5467;
}

.cart.main-container .custom-choice .custom-control-input:checked~.choice-indicator {
    border-color: #3D5467;
}

.cart.main-container .table-heading {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
}

.cart.main-container .cart-summary,
.cart.main-container .card-footer {
    background: #fff;
    border: none;
}

.cart.main-container .cart-summary .card-header {
    border: none;
}

.cart.main-container .cart-summary .card-header h3 {
    font-size: 18px;
    color: #3D5467;
}

.cart.main-container .cart-summary .card-body ul li,
.cart.main-container .cart-summary .card-footer ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #3D5467;
}

.cart.main-container .cart-summary .card-footer ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}

.cart.main-container .card-footer .btn {
    padding: 10px 20px !important;
    text-align: center;
    display: block;
}

.cart.main-container .checkoutForm .h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #3D5467;
}

.cart.main-container .checkoutForm .form-group .form-control {
    background: #fff;
    border: none;
    font-size: 14px;
    height: auto;
    padding: 8px 12px;
    margin-bottom: 25px;
}

.cart.main-container .checkoutForm .form-group .form-control::placeholder {
    color: #C4C4C4;
}

.cart.main-container .checkoutForm .form-group {
    padding-right: 30px;
}

.cart.main-container .checkoutForm .custom-choice .custom-control-label,
.cart.main-container .checkoutForm .custom-choice .custom-control-label .eyebrow {
    text-transform: none !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #3D5467 !important;
    letter-spacing: normal;
}

.cart.main-container .checkoutForm .custom-choice .custom-control-label .eyebrow .text-muted {
    text-transform: uppercase;
}

.cart-modal.sidebar .price-total {
    border-top: 1px solid #000;
    padding-top: 15px;
}

.cart-modal.sidebar .modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #3D5467;
}

.cart-modal.sidebar .media-title {
    font-size: 14px;
}

.cart-modal.sidebar .btn {
    padding: 8px 20px;
    margin: 40px 0px;
}

.contact #map {
    margin: 0px -150px;
    height: 600px;
}

.about .about-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
    color: #3D5467;
    margin-bottom: 20px;
}

.about .a-section {
    margin-top: 150px;
    color: #3D5467;
}

.about .a-section .a-section-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
}

.about .a-section .team-card .name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

.about .a-section .team-card .job,
.about .a-section .desc {
    font-size: 14px;
    line-height: 21px;
}

.makers.main-container {
    background: #F1EDEE;
}

.makers.main-container .content-holder {
    min-height: 700px;
    padding-top: 156px;
}

.makers.main-container .content-holder .page-title {
    /*color:#fff !important;*/
}

.brand-view.main-container {
    background: #F1EDEE !important;
}

.cart a {
    padding: inherit !important;
}


.faqs.main-container {
    background: #F1EDEE;
}

.faqs.main-container .content-holder {
    min-height: 700px;
    padding-top: 156px;
}

.faqs.main-container .accordion,
.faqs.main-container .accordion .card .card-header,
.faqs.main-container .accordion .card .show .card-body {
    border: none;
    background: none;
}

.faqs.main-container .accordion .card .card-header .btn {
    color: #000;
}

.faqs.main-container .accordion .card {
    border-bottom: 1px solid #dddddd;
}


.bold {
    font-weight: bold;
}

.blockui {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 0.42rem;
}

.blockUI.blockMsg.blockPage {
    z-index: 999999 !important;
}

.blockui>span {
    color: #464E5F;
    padding: 0.75rem 1.2rem;
    font-size: 1rem;
    font-weight: 400;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.spinner {
    position: relative;
}

.spinner:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    border: 2px solid #D6D6E0;
    border-right: 2px solid transparent;
}

.spinner:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
}

.spinner.spinner-center:before {
    left: 50%;
    margin-left: -0.75rem;
}

.spinner.spinner-left:before {
    right: auto;
}

.spinner.spinner-right:before {
    left: auto;
}

.spinner.spinner-sm:before {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
}

.spinner.spinner-sm.spinner-center:before {
    left: 50%;
    margin-left: -0.625rem;
}

.spinner.spinner-sm.spinner-left:before {
    right: auto;
}

.spinner.spinner-sm.spinner-right:before {
    left: auto;
}

.spinner.spinner-lg:before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
}

.spinner.spinner-lg.spinner-center:before {
    left: 50%;
    margin-left: -1rem;
}

.spinner.spinner-lg.spinner-left:before {
    right: auto;
}

.spinner.spinner-lg.spinner-right:before {
    left: auto;
}

.spinner:before {
    -webkit-animation: animation-spinner .5s linear infinite;
    animation: animation-spinner .5s linear infinite;
}

.spinner.spinner-primary:before {
    border: 2px solid #3699FF;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-primary:before {
    border: 2px solid #1287ff;
    border-right: 2px solid transparent;
}

.spinner.spinner-secondary:before {
    border: 2px solid #E5EAEE;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-secondary:before {
    border: 2px solid #cfd9e0;
    border-right: 2px solid transparent;
}

.spinner.spinner-success:before {
    border: 2px solid #1BC5BD;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-success:before {
    border: 2px solid #17a69f;
    border-right: 2px solid transparent;
}

.spinner.spinner-info:before {
    border: 2px solid #8950FC;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-info:before {
    border: 2px solid #712dfb;
    border-right: 2px solid transparent;
}

.spinner.spinner-warning:before {
    border: 2px solid #FFA800;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-warning:before {
    border: 2px solid #db9000;
    border-right: 2px solid transparent;
}

.spinner.spinner-danger:before {
    border: 2px solid #F64E60;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-danger:before {
    border: 2px solid #f42c41;
    border-right: 2px solid transparent;
}

.spinner.spinner-light:before {
    border: 2px solid #F3F6F9;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-light:before {
    border: 2px solid #dbe4ed;
    border-right: 2px solid transparent;
}

.spinner.spinner-dark:before {
    border: 2px solid #212121;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-dark:before {
    border: 2px solid #0f0f0f;
    border-right: 2px solid transparent;
}

.spinner.spinner-white:before {
    border: 2px solid #ffffff;
    border-right: 2px solid transparent;
}

.spinner.spinner-darker-white:before {
    border: 2px solid #ededed;
    border-right: 2px solid transparent;
}

.spinner.spinner-right:before {
    left: auto;
    right: 1rem;
}

.spinner.spinner-right.btn:not(.btn-block) {
    padding-right: 3.5rem;
}

.spinner.spinner-right.btn:not(.btn-block).spinner-sm {
    padding-right: 3.25rem;
}

.spinner.spinner-right.btn:not(.btn-block).spinner-lg {
    padding-right: 4rem;
}

.spinner.spinner-left:before {
    right: auto;
    left: 1rem;
}

.spinner.spinner-left.btn:not(.btn-block) {
    padding-left: 3.5rem;
}

.spinner.spinner-left.btn:not(.btn-block).spinner-sm {
    padding-left: 3.25rem;
}

.spinner.spinner-left.btn:not(.btn-block).spinner-lg {
    padding-left: 4rem;
}

.spinner.spinner-track:before {
    -webkit-animation: animation-spinner .5s linear infinite;
    animation: animation-spinner .5s linear infinite;
}

.spinner.spinner-track.spinner-primary:before {
    border: 2px solid #cfe7ff;
    border-top-color: #2791ff;
}

.spinner.spinner-track.spinner-darker-primary:before {
    border: 2px solid #9ccdff;
    border-top-color: #037fff;
}

.spinner.spinner-track.spinner-secondary:before {
    border: 2px solid white;
    border-top-color: #dce3e8;
}

.spinner.spinner-track.spinner-darker-secondary:before {
    border: 2px solid white;
    border-top-color: #c6d1da;
}

.spinner.spinner-track.spinner-success:before {
    border: 2px solid #8aefea;
    border-top-color: #19b8b0;
}

.spinner.spinner-track.spinner-darker-success:before {
    border: 2px solid #5de9e2;
    border-top-color: #159892;
}

.spinner.spinner-track.spinner-info:before {
    border: 2px solid #eee6ff;
    border-top-color: #7f41fc;
}

.spinner.spinner-track.spinner-darker-info:before {
    border: 2px solid #cdb4fe;
    border-top-color: #671efb;
}

.spinner.spinner-track.spinner-warning:before {
    border: 2px solid #ffdc99;
    border-top-color: #f09e00;
}

.spinner.spinner-track.spinner-darker-warning:before {
    border: 2px solid #ffcb66;
    border-top-color: #cc8600;
}

.spinner.spinner-track.spinner-danger:before {
    border: 2px solid #fde0e3;
    border-top-color: #f53f53;
}

.spinner.spinner-track.spinner-darker-danger:before {
    border: 2px solid #fbafb7;
    border-top-color: #f41d34;
}

.spinner.spinner-track.spinner-light:before {
    border: 2px solid white;
    border-top-color: #e9eef4;
}

.spinner.spinner-track.spinner-darker-light:before {
    border: 2px solid white;
    border-top-color: #d1dde8;
}

.spinner.spinner-track.spinner-dark:before {
    border: 2px solid #6e6e6e;
    border-top-color: #191919;
}

.spinner.spinner-track.spinner-darker-dark:before {
    border: 2px solid #545454;
    border-top-color: #080808;
}

.spinner.spinner-track.spinner-white:before {
    border: 2px solid white;
    border-top-color: #f7f7f7;
}

.spinner.spinner-track.spinner-darker-white:before {
    border: 2px solid white;
    border-top-color: #e6e6e6;
}

@-webkit-keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section-heading-1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
}

.product-price {
    font-weight: bold;
}

.alert[data-notify][data-notify-position=top-center],
.alert[data-notify][data-notify-position=bottom-center] {
    width: 30%;
    color: #ffffff;
    border-radius: 0.42rem;
}

.alert[data-notify].alert-success {
    background-color: #1BC5BD;
    border-color: #1BC5BD;
}

.alert[data-notify].alert-danger {
    background-color: #F64E60;
    border-color: #F64E60;
}

.alert[data-notify].alert-info {
    background-color: #8950FC;
    border-color: #8950FC;
}

.alert[data-notify].alert-warning {
    background-color: #FFA800;
    border-color: #FFA800;
}

.input-icon {
    position: relative;
}

.input-icon span {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(1.5em + 1.3rem + 2px);
}

.input-icon span i {
    line-height: 0;
    color: #80808F;
}

.input-icon span i:after,
.input-icon span i:before {
    line-height: 0;
}

.input-icon span .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #80808F;
}

.input-icon span .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.input-icon span .svg-icon svg {
    height: 24px;
    width: 24px;
}

.input-icon .form-control {
    padding-left: calc(1.5em + 1.3rem + 2px);
}

.input-icon.input-icon-right span {
    right: 0;
    left: auto;
}

.input-icon.input-icon-right .form-control {
    padding-left: 1rem;
    padding-right: calc(1.5em + 1.3rem + 2px);
}

.product-like.active::before {
    content: "\ebde";
    color: #4F944F;
    font-family: 'icomoon';
    position: absolute;
}

.profile-page .nav .nav-link.active {
    font-weight: bold;
}

.profile-page .nav-pills {
    background: #fff;
    padding: 10px;
}

.profile-page .nav-pills .nav-link {
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #3D5467;
    text-transform: uppercase;
    padding: 10px 15px;
}

.profile-page .nav-pills .nav-link.active {
    font-weight: bold;
}

.profile.main-container {
    background: #F1EDEE;
}

.search-bar .input-icon {
    width: 400px;
}

.search-bar .input-icon span i {
    color: #000;
}

.search-bar .input-icon .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 24px;
    font-size: 18px;
    line-height: 18px;
    height: 40px;
    background-color: #F7F7F7;
    border: none;
}

.has-error input,
.has-error input:focus,
.has-danger input,
.has-danger input:focus {
    border: 1px solid #f12f2f;
}

.has-error span,
.has-danger .fv-help-block {
    color: #f12f2f;
    font-size: 14px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.form-control.is-valid {
    background-image: none;
}

#signUpForm button,
#signUpForm button:before,
#loginForm button,
#loginForm button:before {
    color: #fff;
    content: none;
    text-align: center;
    display: block;
}

.login .btn-link {
    margin: 0px;
}

.login .content-holder .container {
    padding-top: 50px;
    padding-bottom: 100px;
}

.login .accordion .card {
    padding: 0px;
    border: 0px;
}

.login .accordion .card .card-header {
    background: none;
}

.login .accordion .btn-login {
    background: #3D5467;
}

.login #loginForm,
.login #signUpForm {
    max-width: 400px;
}

.main-container {
    padding: 0px 150px;
}

.main-container .map {
    width: 100%;
    height: 600px;
}

.megamenu .dropdown-menu {
    width: 50%;
    left: 12.7%;
    margin-top: 25px;
}

.page-title {
    color: #3D5467 !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}

.breadcrumb {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 70px;
}

.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li {
    color: #3D5467 !important;
}

.breadcrumb li a {
    padding: 0px !important;
}


/**========================PRODUCT LIST========================**/
.product-image {
    /*max-height: 250px;
    height: 250px;*/
}

.product-image a,
.product-image a img {
    width: 100%;
}

.products-list .content-holder {
    padding-top: 200px;
}

.products-list .container {
    background: #F1EDEE;
}

.products-list .hero {
    padding: 0px;
}

.products-list aside.sidebar {
    padding: 55px 55px 55px 55px;
}

.products-list aside.sidebar .widget .widget-title {
    font-weight: bold;
    text-transform: uppercase;
}

.products-list aside.sidebar .custom-control {
    padding-bottom: 5px;
}

.products-list .list-holder {
    min-height: 700px;
}

.products-list .list-holder .product {
    background: #fff;
}

.products-list .list-holder .product .product-meta {
    padding: 20px;
}

.products-list .list-holder .product .product-meta .product-title a,
.products-list .list-holder .product .product-meta .product-brand {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 21px;
}

.products-list .list-holder .product .product-meta .product-brand {
    font-size: 12px;
}

.products-list .list-holder .product .product-meta .product-like {
    top: 20px;
    right: 20px;
}

.products-list .list-holder .eyebrow {
    color: #ADB5BD;
    font-size: 16px;
    line-height: 24px;
}

.products-list .bootstrap-select {
    width: auto !important;
    max-width: 100%;
    margin-left: -10px;
}

.products-list .bootstrap-select .btn {
    background: none !important;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    color: #555;
    text-transform: none;
    margin-right: 10px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 16px;
    background-color: #000;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #000;
}

.irs--round .irs-handle,
.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #000;
    border-color: #000;
}

/**========================PRODUCT LIST========================**/

/*****=========================CATEGORIES================****/
.categories .category-card {
    height: 450px;
    margin-top: 10px;
    padding-left: 0px;
}

.categories .category-card:last-child {
    padding-right: 0px;
}

.categories .category-card .img {
    height: 100%;
}

.categories .category-card span {

    font-size: 32px;
    color: white;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    padding-top: 45%;
    text-shadow: 1px 1px #000;
}

.product-card .product-title {
    text-shadow: none;
}

/*****=========================CATEGORIES================****/

/***===============++Slider====================**/
.swiper-container .swiper-slide,
.gallery-container .swiper-slide {
    /*height: 800px;*/
}

/***===============++Slider====================**/

/*****=========================FOOTER================****/

.footer .logo {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

.footer .description {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
    color: #828282;
}

.footer .description span {
    color: #fff;
}

.footer .list-group-columns .list-group-item a {
    font-size: 12px;
    font-weight: 300;
}

/*****=========================FOOTER================****/

/*****=========================PRODUCT VIEW================****/
.product-view .content-holder {
    padding-top: 200px;
}

.product-view.container {
    background: #FFF !important;
}

.product-view .content-holder section {
    padding-bottom: 100px;
}

.product-view .thumbnail-holder a {
    display: block;
    margin-bottom: 5px;
}

.product-view .details .sub-title {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.2em;
    color: #000;
    text-transform: uppercase;
}

.product-view .item-title {
    font-size: 36px;
    line-height: 54px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: -0.015em;
}

.product-view .item-price {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.015em;
    display: block;
    font-weight: normal;
    margin-top: -10px;
}

.product-view .item-brand {
    font-size: 28px;
    line-height: 54px;
    font-family: inherit;
    padding: 0px;
}

.product-view .item-brand:before {
    content: none;
}

.product-view .details .item-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-top: 16px;
}

.product-view .details .add-to-cart {
    background: #161616;
    padding: 8px 50px;
}

.product-view .details .share-this {
    clear: both;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    padding: 8px 50px;
}

.product-view .designer-details,
.product-view .maker-details {
    margin: 65px 76px 0px 76px;
    background: #FBFBFC;
}

.product-view .designer-details .container,
.product-view .maker-details .container {
    padding: 0px;
}

.product-view .maker-details .container .section1 {
    padding-left: 85px;
}

.product-view .maker-details .container .section2 {
    text-align: right;
}

.product-view .designer-details .header,
.product-view .maker-details .header {
    margin-top: 100px;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    background: transparent;
}

.product-view .designer-details .description,
.product-view .maker-details .description {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding-right: 40px;
}

.product-view .designer-details .site-link,
.product-view .maker-details .site-link {
    color: #000;
    font-size: 8.5px;
    line-height: 13px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.accordion .btn {
    /*background: none;*/
    padding: 2px 10px;
}

.paramGroup .btn {
    background: transparent !important;
    /*border: 1px solid #000 !important;*/
}

.btn-group-square .btn.material-holder {
    padding: 0px;
    border: 0 !important;
}

/*****=========================PRODUCT VIEW================****/
/*****=========================CONTACT PAGE================****/
.main-container .contact-page {
    padding: 50px 50px 100px 50px;
}

/*****=========================CONTACT PAGE================****/

/*****=========================JOIN AS================****/

.startmaking.main-container {
    background: url(/theme/frontend/images/join_maker.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px, 0% 100%;
    background-attachment: scroll, fixed;
    height: 100vh;
}

.joinus.main-container .left-section {
    padding-left: 75px;
}

.joinus.main-container .heading {
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    line-height: 54px;
}

.joinus.main-container .right-section,
.joinus.main-container .right-section .bold,
.joinus.main-container .page-title,
.joinus.main-container .wizard .wizard-title,
.joinus.main-container .wizard .wizard-title span {
    color: #fff !important;
}

.joinus.main-container .card {
    border: none;
}

.joinus.main-container .review-block .form-group label,
.joinus.main-container .review-block .form-group div {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.joinus.main-container .review-block .form-group label {
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
}

.joinus.main-container .review-block hr {
    border-color: #fff;
}

.startdesigning.main-container {
    background: url(/theme/frontend/images/join_designer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px, 0% 100%;
    background-attachment: scroll, fixed;
    height: 100vh;
}

/*****=========================JOIN AS================****/


.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 0.42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input [data-action="change"] {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
}

.image-input [data-action="change"] input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}

.image-input [data-action="cancel"],
.image-input [data-action="remove"] {
    position: absolute;
    right: -10px;
    bottom: -5px;
}

.image-input [data-action="cancel"] {
    display: none;
}

.image-input.image-input-changed [data-action="cancel"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image-input.image-input-changed [data-action="remove"] {
    display: none;
}

.image-input.image-input-empty [data-action="remove"],
.image-input.image-input-empty [data-action="cancel"] {
    display: none;
}

.image-input.image-input-circle .image-input-wrapper {
    border-radius: 50%;
}

.image-input.image-input-circle [data-action="change"] {
    right: 5px;
    top: 5px;
}

.image-input.image-input-circle [data-action="cancel"],
.image-input.image-input-circle [data-action="remove"] {
    right: 5px;
    bottom: 5px;
}

.image-input.image-input-outline .image-input-wrapper {
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}


.btn {
  display: inline-block;
  font-weight: normal;
  color: #3F4254;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.42rem;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.btn {
    outline: none !important;
    vertical-align: middle;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn:hover:not(.btn-text),
.btn:focus:not(.btn-text),
.btn.focus {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn:hover:not(.btn-text) i,
.btn:focus:not(.btn-text) i,
.btn.focus i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn.disabled,
.btn:disabled {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn.disabled i,
.btn:disabled i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn:not(:disabled):not(.disabled):active:not(.btn-text),
.btn:not(:disabled):not(.disabled).active,
.show>.btn.dropdown-toggle {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn:not(:disabled):not(.disabled).active i,
.show>.btn.dropdown-toggle i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn:focus:not(.btn-shadow):not(.btn-shadow-hover) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-square {
    border-radius: 0;
}

.btn.btn-pill {
    border-radius: 2rem;
}

.btn.btn-text {
    cursor: text;
}

.btn:not(.btn-text) {
    cursor: pointer;
}

.btn.btn-borderless {
    border-color: transparent;
}

.btn i {
    font-size: 1.3rem;
    padding-right: 0.35rem;
    vertical-align: middle;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn .svg-icon {
    margin-right: 0.5rem;
}

.btn .svg-icon svg {
    height: 18px;
    width: 18px;
}

.btn.btn-xs i {
    font-size: 1rem;
    padding-right: 0.3rem;
}

.btn.btn-xs .svg-icon {
    margin-right: 0.3rem;
}

.btn.btn-xs .svg-icon svg {
    height: 16px;
    width: 16px;
}

.btn.btn-sm i,
.btn-group-sm>.btn i {
    font-size: 1.3rem;
    padding-right: 0.35rem;
}

.btn.btn-sm .svg-icon,
.btn-group-sm>.btn .svg-icon {
    margin-right: 0.35rem;
}

.btn.btn-sm .svg-icon svg,
.btn-group-sm>.btn .svg-icon svg {
    height: 16px;
    width: 16px;
}

.btn.btn-lg i,
.btn-group-lg>.btn i {
    font-size: 1.5rem;
    padding-right: 0.75rem;
}

.btn.btn-lg .svg-icon,
.btn-group-lg>.btn .svg-icon {
    margin-right: 0.75rem;
}

.btn.btn-lg .svg-icon svg,
.btn-group-lg>.btn .svg-icon svg {
    height: 20px;
    width: 20px;
}

.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-icon.btn-xs {
    height: 24px;
    width: 24px;
}

.btn.btn-icon.btn-sm,
.btn-group-sm>.btn.btn-icon {
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
}

.btn.btn-icon.btn-lg,
.btn-group-lg>.btn.btn-icon {
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px);
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}

.btn.btn-icon i {
    padding: 0;
    margin: 0;
}

.btn.btn-icon [class^="socicon-"]:before,
.btn.btn-icon [class*=" socicon-"]:before {
    line-height: 1;
}

.btn.btn-icon .svg-icon {
    margin: 0;
    padding: 0;
}

.btn.btn-fh {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.btn-fh.btn {
    height: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-fh.btn-sm,
.btn-group-sm>.btn.btn-fh {
    height: calc(1.35em + 1.1rem + 2px);
}

.btn.btn-fh.btn-lg,
.btn-group-lg>.btn.btn-fh {
    height: calc(1.5em + 1.65rem + 2px);
}

.btn.btn-light-primary {
    color: #3699FF !important;
    background-color: #E1F0FF;
    border-color: transparent;
}

.btn.btn-light-primary i {
    color: #3699FF;
}

.btn.btn-light-primary .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
}

.btn.btn-light-primary .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary.dropdown-toggle:after {
    color: #3699FF;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-light-primary:focus:not(.btn-text),
.btn.btn-light-primary.focus:not(.btn-text) {
    color: #FFFFFF !important;
    background-color: #3699FF;
    border-color: transparent;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) i,
.btn.btn-light-primary:focus:not(.btn-text) i,
.btn.btn-light-primary.focus:not(.btn-text) i {
    color: #FFFFFF;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
.btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill],
.btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after,
.btn.btn-light-primary:focus:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-primary.focus:not(.btn-text).dropdown-toggle:after {
    color: #FFFFFF;
}

.btn.btn-light-primary.disabled,
.btn.btn-light-primary:disabled {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
}

.btn.btn-light-primary.disabled i,
.btn.btn-light-primary:disabled i {
    color: #3699FF;
}

.btn.btn-light-primary.disabled .svg-icon svg g [fill],
.btn.btn-light-primary:disabled .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF;
}

.btn.btn-light-primary.disabled .svg-icon svg:hover g [fill],
.btn.btn-light-primary:disabled .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary.disabled.dropdown-toggle:after,
.btn.btn-light-primary:disabled.dropdown-toggle:after {
    color: #3699FF;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-light-primary:not(:disabled):not(.disabled).active,
.show>.btn.btn-light-primary.dropdown-toggle,
.show .btn.btn-light-primary.btn-dropdown {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: transparent;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) i,
.btn.btn-light-primary:not(:disabled):not(.disabled).active i,
.show>.btn.btn-light-primary.dropdown-toggle i,
.show .btn.btn-light-primary.btn-dropdown i {
    color: #FFFFFF;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
.show>.btn.btn-light-primary.dropdown-toggle .svg-icon svg g [fill],
.show .btn.btn-light-primary.btn-dropdown .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill],
.btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
.show>.btn.btn-light-primary.dropdown-toggle .svg-icon svg:hover g [fill],
.show .btn.btn-light-primary.btn-dropdown .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after,
.btn.btn-light-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after,
.show>.btn.btn-light-primary.dropdown-toggle.dropdown-toggle:after,
.show .btn.btn-light-primary.btn-dropdown.dropdown-toggle:after {
    color: #FFFFFF;
}

.btn.btn-light-secondary {
  color: #E4E6EF;
  background-color: #EBEDF3;
  border-color: transparent;
}
.btn.btn-light-secondary i {
  color: #E4E6EF;
}
.btn.btn-light-secondary .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-light-secondary .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-secondary:focus:not(.btn-text), .btn.btn-light-secondary.focus:not(.btn-text) {
  color: #3F4254;
  background-color: #E4E6EF;
  border-color: transparent;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-secondary:focus:not(.btn-text) i, .btn.btn-light-secondary.focus:not(.btn-text) i {
  color: #3F4254;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary.focus:not(.btn-text).dropdown-toggle:after {
  color: #3F4254;
}
.btn.btn-light-secondary.disabled, .btn.btn-light-secondary:disabled {
  color: #E4E6EF;
  background-color: #EBEDF3;
  border-color: transparent;
}
.btn.btn-light-secondary.disabled i, .btn.btn-light-secondary:disabled i {
  color: #E4E6EF;
}
.btn.btn-light-secondary.disabled .svg-icon svg g [fill], .btn.btn-light-secondary:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-light-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-light-secondary:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-secondary.disabled.dropdown-toggle:after, .btn.btn-light-secondary:disabled.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-light-secondary.dropdown-toggle, .show .btn.btn-light-secondary.btn-dropdown {
  color: #3F4254;
  background-color: #E4E6EF;
  border-color: transparent;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-secondary.dropdown-toggle i, .show .btn.btn-light-secondary.btn-dropdown i {
  color: #3F4254;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-secondary.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-secondary.btn-dropdown.dropdown-toggle:after {
  color: #3F4254;
}

.btn.btn-transparent-secondary {
  color: #E4E6EF;
  background-color: rgba(228, 230, 239, 0.1);
  border-color: transparent;
}
.btn.btn-transparent-secondary i {
  color: #E4E6EF;
}
.btn.btn-transparent-secondary .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-transparent-secondary .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-transparent-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-transparent-secondary:focus:not(.btn-text), .btn.btn-transparent-secondary.focus:not(.btn-text) {
  color: #3F4254;
  background-color: #E4E6EF;
  border-color: transparent;
}
.btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-transparent-secondary:focus:not(.btn-text) i, .btn.btn-transparent-secondary.focus:not(.btn-text) i {
  color: #3F4254;
}
.btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-transparent-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-transparent-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-secondary.focus:not(.btn-text).dropdown-toggle:after {
  color: #3F4254;
}
.btn.btn-transparent-secondary.disabled, .btn.btn-transparent-secondary:disabled {
  color: #E4E6EF;
  background-color: rgba(228, 230, 239, 0.1);
  border-color: transparent;
}
.btn.btn-transparent-secondary.disabled i, .btn.btn-transparent-secondary:disabled i {
  color: #E4E6EF;
}
.btn.btn-transparent-secondary.disabled .svg-icon svg g [fill], .btn.btn-transparent-secondary:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-transparent-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-transparent-secondary.disabled.dropdown-toggle:after, .btn.btn-transparent-secondary:disabled.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-transparent-secondary.dropdown-toggle, .show .btn.btn-transparent-secondary.btn-dropdown {
  color: #3F4254;
  background-color: #E4E6EF;
  border-color: transparent;
}
.btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-transparent-secondary.dropdown-toggle i, .show .btn.btn-transparent-secondary.btn-dropdown i {
  color: #3F4254;
}
.btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-transparent-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-transparent-secondary.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-transparent-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-transparent-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-transparent-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-transparent-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-transparent-secondary.btn-dropdown.dropdown-toggle:after {
  color: #3F4254;
}
.btn.btn-hover-transparent-secondary {
  color: #E4E6EF;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-hover-transparent-secondary i {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-hover-transparent-secondary .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-hover-transparent-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-transparent-secondary:focus:not(.btn-text), .btn.btn-hover-transparent-secondary.focus:not(.btn-text) {
  color: #E4E6EF;
  background-color: rgba(228, 230, 239, 0.1);
  border-color: transparent;
}
.btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-transparent-secondary:focus:not(.btn-text) i, .btn.btn-hover-transparent-secondary.focus:not(.btn-text) i {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-hover-transparent-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-transparent-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-secondary.focus:not(.btn-text).dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary.disabled, .btn.btn-hover-transparent-secondary:disabled {
  color: #E4E6EF;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-hover-transparent-secondary.disabled i, .btn.btn-hover-transparent-secondary:disabled i {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary.disabled .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary:disabled .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-hover-transparent-secondary.disabled .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary:disabled .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-hover-transparent-secondary.disabled.dropdown-toggle:after, .btn.btn-hover-transparent-secondary:disabled.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-transparent-secondary.dropdown-toggle, .show .btn.btn-hover-transparent-secondary.btn-dropdown {
  color: #E4E6EF;
  background-color: rgba(228, 230, 239, 0.1);
  border-color: transparent;
}
.btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-transparent-secondary.dropdown-toggle i, .show .btn.btn-hover-transparent-secondary.btn-dropdown i {
  color: #E4E6EF;
}
.btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-transparent-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-transparent-secondary.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-transparent-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-transparent-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-transparent-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-transparent-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-transparent-secondary.btn-dropdown.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-hover-light-secondary:focus:not(.btn-text), .btn.btn-hover-light-secondary.focus:not(.btn-text) {
  color: #E4E6EF;
  background-color: #EBEDF3;
  border-color: transparent;
}
.btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-hover-light-secondary:focus:not(.btn-text) i, .btn.btn-hover-light-secondary.focus:not(.btn-text) i {
  color: #E4E6EF;
}
.btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-hover-light-secondary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-secondary.focus:not(.btn-text) .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-hover-light-secondary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-secondary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-hover-light-secondary:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-hover-light-secondary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-secondary.focus:not(.btn-text).dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-hover-light-secondary.dropdown-toggle, .show .btn.btn-hover-light-secondary.btn-dropdown {
  color: #E4E6EF;
  background-color: #EBEDF3;
  border-color: transparent;
}
.btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active i, .show > .btn.btn-hover-light-secondary.dropdown-toggle i, .show .btn.btn-hover-light-secondary.btn-dropdown i {
  color: #E4E6EF;
}
.btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-hover-light-secondary.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-hover-light-secondary.btn-dropdown .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-hover-light-secondary.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-hover-light-secondary.btn-dropdown .svg-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.btn.btn-hover-light-secondary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-hover-light-secondary:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-hover-light-secondary.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-hover-light-secondary.btn-dropdown.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn.btn-hover-light-secondary.btn-clean {
  border: 0 !important;
}

.btn-secondary {
  color: #181C32;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:hover,
label.active .btn-secondary {
  color: #181C32;
  background-color: #ccd0e1;
  border-color: #c4c8dc;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #181C32;
  background-color: #ccd0e1;
  border-color: #c4c8dc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #181C32;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #181C32;
  background-color: #c4c8dc;
  border-color: #bcc1d7;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
}





.wizard [data-wizard-type="step-info"] {
    display: none;
}

.wizard [data-wizard-type="step-info"][data-wizard-state="current"] {
    display: block;
}

.wizard [data-wizard-type="step-content"] {
    display: none;
}

.wizard [data-wizard-type="step-content"][data-wizard-state="current"] {
    display: block;
}

.wizard [data-wizard-type="action-prev"] {
    display: none;
}

.wizard [data-wizard-type="action-next"] {
    display: inline-block;
}

.wizard [data-wizard-type="action-submit"] {
    display: none;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-prev"] {
    display: none;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-next"] {
    display: inline-block;
}

.wizard[data-wizard-state="first"] [data-wizard-type="action-submit"] {
    display: none;
}

.wizard[data-wizard-state="between"] [data-wizard-type="action-prev"] {
    display: inline-block;
}

.wizard[data-wizard-state="between"] [data-wizard-type="action-next"] {
    display: inline-block;
}

.wizard[data-wizard-state="between"] [data-wizard-type="action-submit"] {
    display: none;
}

.wizard[data-wizard-state="last"] [data-wizard-type="action-prev"] {
    display: inline-block;
}

.wizard[data-wizard-state="last"] [data-wizard-type="action-next"] {
    display: none;
}

.wizard[data-wizard-state="last"] [data-wizard-type="action-submit"] {
    display: inline-block;
}

.wizard[data-wizard-clickable="true"] .wizard-step {
    cursor: pointer;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    padding-top: 0px !important;
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.accordion .card {
    overflow: visible !important;
}

.accordion .card:last-child {
    margin-bottom: 0;
}

.accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
    background-color: #F3F6F9;
}

.accordion .card .card-header>* {
    font-family: Poppins, sans-serif;
}

.accordion .card .card-header .card-title {
    padding: 8px 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.015em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion .card .card-header .card-title>i {
    margin-right: 1rem;
    font-size: 1.4rem;
    color: #3699FF;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion .card .card-header .card-title .card-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.accordion .card .card-header .card-title.collapsed {
    color: #3F4254;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion .card .card-header .card-title.collapsed>i {
    color: #B5B5C3;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion .card .card-header .card-title:after {
    right: 1rem;
}

.accordion .card .card-header .card-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.accordion .card .card-body {
    padding: 1rem 1.25rem;
    font-size: 1rem;
}

.accordion:last-child {
    margin-bottom: 0;
}

.accordion-outline .card {
    background-color: transparent;
}

.accordion.accordion-light .card {
    border: 0;
    border-top: 1px solid #EBEDF3;
}

.accordion.accordion-light .card .card-header {
    background-color: transparent;
    border: 0;
}

.accordion.accordion-light .card .card-header .card-title {
    padding: 1rem 0;
}

.accordion.accordion-light .card .card-header .card-title:after {
    right: 0;
}

.accordion.accordion-light .card .card-body {
    padding: 0 0 1rem 0;
}

.accordion.accordion-light .card:first-child {
    border-top: 0;
}

.accordion.accordion-light .card:first-child .card-header {
    margin: 0;
}

.accordion.accordion-light .card:last-child .card-body {
    padding: 0;
    margin: 0;
}

.accordion.accordion-light-borderless .card {
    border-top: 0;
}

.accordion.accordion-solid .card {
    border: 0;
    /*margin-bottom: 1.25rem;*/
    padding: 0px;
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border: none;
}

.accordion.accordion-solid .card .card-header {
    padding: 0;
    background-color: transparent;
}

.accordion.accordion-solid .card .card-header .card-title {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion.accordion-solid .card:last-child {
    margin: 0;
}

.accordion.accordion-toggle-plus .card .card-header .card-title {
    position: relative;
}

.accordion.accordion-toggle-plus .card .card-header .card-title:after {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    position: absolute;
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 0.75rem;
    color: #000;
}

.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
    color: #000;
}

.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #000;
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.accordion.accordion-toggle-arrow .card .card-header .card-title {
    color: #3699FF;
    position: relative;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    position: absolute;
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    color: #3699FF;
    font-size: 0.7rem;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
    color: #3F4254;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
    color: #7E8299;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*rtl:begin:*/
    /*rtl:end:*/
}

.accordion.accordion-svg-toggle .card .card-header .card-title .svg-icon svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /*rtl:begin:*/
    /*rtl:end:*/
}

.accordion.accordion-svg-toggle .card .card-header .card-title.collapsed .svg-icon svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion.accordion-panel .card {
    border-radius: 0.42rem;
}

.accordion.accordion-panel .card .card-header .card-title {
    background-color: #fff;
    border-radius: 0.42rem;
}

.accordion.accordion-panel .card .card-body {
    padding-top: 0;
    border: 0;
    border-radius: 0.42rem;
}



.btn-group-square .btn {
    width: auto;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
    margin-right: 16px;
    margin-bottom: 16px;
}


.material-holder {
    padding: none !important;
    border: none !important;
}

.list-group-item+.list-group-item {
    border-top-width: 1px;
}






/* New Index Css */

body {
    background-color: #F1EDEE !important;
}

body .container {
    max-width: 100%;
    padding: 0 5%;
    width: 100%;
}

header.new-header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    z-index: 999;
}

.mobile-navs {
    display: flex;
    margin-left: auto;
}

.mobile-navs li a {
    padding: 0;
    margin-left: 28px;
}

.navbar-expand-lg>.container {
    max-width: 100%;
    padding: 0 5%;
    width: 100%;
}

.navbar-brand2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.navbar-nav .nav-item .nav-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.5s;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #FED53B !important;
    transition: all 0.5s;
}

.mobile-navs li a.nav-link {
    color: #fff;
    transition: all 0.5s;
}

.mobile-navs li a.nav-link:hover,
header.fixed .mobile-navs li a.nav-link:hover {
    color: #fed53b;
    transition: all 0.5s;
}

.mobile-navs li a svg path {
    fill: #fff;
    transition: all 0.5s;
}

.mobile-navs li a:hover svg path {
    fill: #fed53b !important;
    transition: all 0.5s;
}

.mobile-logo {
    display: none;
}

header.fixed,
.headerv2 {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
}

header.fixed .navbar-nav .nav-item .nav-link,
.headerv2 .navbar-nav .nav-item .nav-link {
    color: #3D5467;
}

header.fixed .mobile-navs li a svg path,
.headerv2 .mobile-navs li a svg path {
    fill: #3D5467;
}

header.fixed .mobile-navs li a.nav-link,
.headerv2 .mobile-navs li a.nav-link {
    color: #3D5467;
}

.navbar-brand2 svg path {
    fill: #ffff;
    transition: all 0.5s;
}

header.fixed .navbar-brand2 svg path,
.headerv2 .navbar-brand2 svg path {
    fill: #3D5467;
}

.navbar .dropdown-menu.show {
    margin: 10px 0px 0px 24px;
    padding: 10px 5px;
}

.hero-section {
    padding: 0;
    position: relative;
}

.hero-section-img {
    width: 100%;
    height: 900px;
}

.hero-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-section-info {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 15px;
    max-width: 1042px;
    width: 100%;
    text-align: center;
}

.hero-section-info h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 120px;
}

.hero-section-info h1 span {
    color: #fff;
}

.btn-dark-blue {
    padding: 14px 33px;
    background: #3D5467;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.5s;
}

.btn-dark-blue:hover {
    background: #192c3c;
    color: #fff;
}

.second-section {
    padding: 360px 0;
}

.about-space-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #3D5467;
    max-width: 700px;
    margin: 0 auto !important;
    width: 100%;
}

.title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    /* or 129% */
    color: #3D5467;
}

.specifications-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3D5467;
}

.specifications-info h3 {
    margin-bottom: 80px;
}

.specifications-info {
    /*max-width: 375px;*/
}

.specifications-video {
    text-align: center;
    display: block;
    position: relative;
}

.specifications-video::after {
    content: "";
    background-image: url('../images/laptop.png');
    width: 100%;
    height: 130%;
    position: absolute;
    top: -30px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: 50%;
}

.specifications-video img {
    position: relative;
    top: 20px;
    padding: 5px;
    left: 20px;
}

.lottie-player-section {
    padding-top: 0;

}

/* Lottie Animation Csss */
.lottie-player-section .container {
    z-index: -1;
    position: relative;
    top: 0;
    left: 0;
}

div#mobile-lottie {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 100;
    margin: 0px 8%;
}

#dekstop-lottie-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
}
#firstLottie
{
    width: 80%;
    margin:auto;
    text-align: center;
}

@media only screen and (max-width: 1429px) {

    #firstLottie
    {
        width: 100%;
    }
}

@media only screen and (min-width: 390px) and (max-width: 576px) {

    div#mobile-lottie {
        margin: 0px 7%;
    }
}

@media screen and (min-width: 1240px) {

    .lottie-player-section .container,
    #dekstop-lottie-layer {
        padding: 0 12%;
    }
}

/* Lottie Animation Css End */
.made-img {
    width: 100%;
}

.made-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.made-info {
    padding-left: 140px;
    max-width: 540px;
}

.made-info h3 {
    margin-bottom: 54px;
}

.made-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #3D5467;
    margin-bottom: 25px;
}

.map-info {
    margin-right: 20%;
    text-align: right;
}

.map-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #3D5467;
    max-width: 520px;
    margin-top: 45px;
}

.spaces-section {
    padding: 160px 0;
}

.spaces-section h3 {
    margin-bottom: 100px;
}

.spaces-item {
    position: relative;
}

.spaces-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.spaces-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.spaces-img:hover img {
    transform: scale(1.05);
}

.spaces-item h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3D5467;
}

.spaces-item h6 span {
    display: block;
}

footer.bg-dark-blue {
    background: #3D5467;
    padding: 60px 0;
    margin:0;
}

footer.bg-dark-blue .row {
    justify-content: space-between;
}

footer h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #F1EDEE;
    margin-bottom: 22px;
}

.quick-links li a {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #F1EDEE;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.quick-links li a:hover {
    color: #FED53B;
    transition: all 0.5s;
}

.footer-social-links {
    display: flex;
}

.footer-social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #3d5467;
    border-radius: 100%;
    margin-right: 10px;
    transition: all 0.5s;
}

.footer-social-links li a:hover {
    background: #FED53B;
    transition: all 0.5s;
}

footer input {
    width: 100%;
    background: #FFFFFF;
    height: 35px;
    border: none;
    margin-bottom: 20px;
}

.btn-subscribe {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #3D5467;
    background: #F1EDEE;
    padding: 6px 24px;
    transition: all 0.5s;
}

.btn-subscribe:hover {
    background: #FED53B;
}

.support-section {
    padding: 50px 0 90px;
}

.support-section h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #3D5467;
    margin-bottom: 30px;
    text-align: center;
}

.support-item {
    margin: 20px 0px;
    text-align: center;
}

.support-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-section ul li {
    width: calc(100% / 5);
    text-align: center;
}


/* Collection */
.page-title {
    display: flex;
    align-items: center;
    margin: 0;
}

.page-title li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin: 0 20px 0 0;
    position: relative;
}

.page-title li:after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

.page-title li:nth-last-child(1):after {
    display: none;
}

body > section
{
    margin:0;
}

.d-margin {
    margin-top: 100px;
}

.collection-section {
    /*padding-top: 45px;*/
    padding-bottom: 65px;
}

.title-header-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.collection-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 194px;
}

.collection-navs li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    /* identical to box height, or 171% */
    color: #3D5467;
    padding: 0 8px;
    display: block;
    position: relative;
    transition: all 0.5s;
}

.collection-navs li a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    background: #000;
}

.collection-navs li a:hover {
    color: #000;
    transition: all 0.5s;
}

.product-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.product-item-img {
    width: 100%;
    height: 250px;
    position: relative;
    background: #fff;
}

.product-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item-img a {
    display: block;
    height: 100%;
}

.product-item-img .heart-icon {
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    height: auto;
}

.product-item-info {
    padding: 20px;
    background: #fff;
}

.product-item-info a {
    display: block;
}

.product-item-info h6 {
    margin-bottom: 5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #000000;
}

.product-item-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 30px;
}

.product-item-info span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-transform: capitalize;
    color: #000000;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination li a {
    background: #CAC6C7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 1px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #3D5467;
    transition: all 0.5s;
}

.pagination li a:hover,
.pagination li a.active {
    background: #3D5467;
    color: #fff;
}
.product-info .product-name {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}
.product-info h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 5px;
}

.product-info h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    letter-spacing: -0.015em;
    text-transform: capitalize;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-info h4 span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #3D5467;
    margin-right: 17px;
}

.product-info h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 30px;
}

.product-info .btn-dark-blue {
    display: block;
    margin-bottom: 70px;
}

.product-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* or 150% */
    color: #3D5467;
    margin-bottom: 25px;
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.product-breadcrumb li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    padding-right: 15px;
    position: relative;
}

.product-breadcrumb li a:after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.product-breadcrumb li:nth-last-child(1) a:after {
    display: none;
}

.product-info {
    padding-left: 50px;
}

.product-main-info {
    margin-bottom: 84px;
}

.product-images h6 {
    margin-bottom: 7px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
}

.product-images ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-images ul li {
    padding: 10px;
    width: 25%;
}

.product-images {
    margin-bottom: 75px;
}

.about-creator h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 8px;
}

.about-creator h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    letter-spacing: -0.015em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 44px;
}

.about-creator p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3D5467;
    max-width: 483px;
    width: 100%;
    margin-bottom: 25px;
}

.about-creator a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #3D5467;
    display: block;
}

.creator-social-links {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.creator-social-links li a {
    margin-right: 20px;
    border-radius: 100%;
    color: #fff;
    transition: all 0.5s;
}

.creator-social-links li a:hover {
    background: #FFCA28;
    transition: all 0.5s;
}

.about-creator {
    margin-bottom: 125px;
}

.more-product {
    display: block;
    padding: 15px 0;
}

.more-design h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 6px;
}

.hero-section-info h1 span {
    position: relative;
    display: block;
    margin: 0 auto;
}

.hero-section-info h1 span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 102%;
    left: 50%;
    background: rgb(61 84 103 / 80%);
    height: 65%;
    z-index: -1;
    transform: translateX(-50%);
}

.mobile-cart {
    display: none !important;
}

.specifications-section {
    overflow: hidden;
}

.mobile-laptop {
    display: none;
}

.mobile-lottie {
    display: none;
}

.mobile-made-img {
    display: none;
}

.mobile-map-img {
    display: none;
}

.card.products-card {
    background: transparent;
    border: none !important;
    padding: 0 0 0 0;
    background: #FFFFFF;
    /*margin-bottom: 15px;*/
}

.accordion .card button.product-link {
    background: #FFFFFF !important;
    padding: 15px 45px 15px 15px;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #3D5467;
}

.accordion .card button[aria-expanded="true"]::before {
    transform: rotate(0);
}

.accordion .card button::before {
    font-weight: bold;
    color: #000 !important;
    right: 25px;
    transform: rotate(-90deg);
}

.accordion .card button.product-link:focus {
    border: none;
    outline: none;
}

.product-card-body {
    /*padding: 0 25px 25px !important;*/
}

.param-choice.icons .shap-item{
    padding: 5px;
}
.param-choice.icons.active .shap-item{
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.shaps-wrap label {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
}
.param-name {
    font-size: 14px;
}
.shap-item {
    display: block;
    border: 1px solid #0000;
    cursor: pointer;
}

.shap-item span {
    display: block;
    margin: 0 auto 12px;
}

.square-shap span {
    background: #C4C4C4;
    width: 25px;
    height: 25px;
}

.peg-grid-pattern-triangle-shape img {
    max-width: 62px;
}
.peg-grid-pattern-square-shape img {
    max-width: 45px;
}

.shap-item h6 {
    font-family: Poppins;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    /* identical to box height */
    text-transform: capitalize;
    /*color: #3D5467;*/
    margin: 0;
}

.shaps-wrap label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -99;
}

.shaps-wrap label input:checked+.shap-item,
.shaps-wrap .btn.active .shap-item 
{
    /*border: 1px solid #bcbcbc;*/
    /*padding: 5px;*/
}

.circle-shap span {
    width: 25px;
    height: 25px;
    background: #C4C4C4;
    border-radius: 100%;
}

.rectangle-shap span {
    background: #C4C4C4;
    width: 45px;
    height: 25px;
}

.shaps-wrap {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.customer-name {
    padding-top: 20px;
}

.customer-name label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #3D5467;
    display: block;
    margin-bottom: 10px;
}

.customer-name input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 230px;
}

.material-type-wrap {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.material-type-wrap label {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.material-type-wrap label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
}

.material-type {
    padding: 10px;
    border: 1px solid #0000;
    cursor: pointer;
}

.material-type-wrap label:nth-child(1) {
    margin-right: 42px;
}

.material-type span {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 6px;
}

.material-type h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #3D5467;
    margin: 0;
}

.material-type-wrap label input:checked+.material-type {
    border: 1px solid #3D5467;
}

.material-wrap {
    padding: 15px 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.material-wrap label {
    position: relative;
    margin: 0 0 0px 0px;
    cursor: pointer;
}

.material-wrap label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
}

.material-wrap span {
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
}



.material-wrap label div {
    display: flex;
    align-items: center;
}

.material-wrap p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;

    /* identical to box height */
    text-transform: capitalize;
    color: #3D5467;
    margin: 0;
}

.material-wrap label input:checked+div span {
    background: #000;
}

.material-wrap span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 100%;
}


input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2px;
    padding: 0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    background: rgba(61, 84, 103, 0.5);
    max-width: 250px;
}


/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #3D5467;
}


/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 5px;
    height: 14px;
    width: 14px;
    border-radius: 5px;
    background: rgba(61, 84, 103, 0.5);
    ;
    border: 1px solid rgba(61, 84, 103, 0.5);
    ;
}


/*IE & Edge input*/

input[type=range]::-ms-track {
    width: 300px;
    height: 6px;
    background: transparent;
    border-color: transparent;
    border-width: 2px 0;
    color: transparent;
}

/*IE & Edge thumb*/

input[type=range]::-ms-thumb {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: rgba(61, 84, 103, 0.5);
    ;
    border: 1px solid rgba(61, 84, 103, 0.5);
    ;
}

/*IE & Edge left side*/

input[type=range]::-ms-fill-lower {
    background: #3D5467;
    border-radius: 2px;
}

/*IE & Edge right side*/

input[type=range]::-ms-fill-upper {
    background: rgba(61, 84, 103, 0.5);
    ;
    border-radius: 2px;
}

.dimensions-item {
    position: relative;
    margin-bottom: 15px;
}

.dimensions-item p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #3D5467;
    margin-bottom: 10px;
}

.dimensions-wrap {
    padding: 15px 15px 0;
}

.dimensions-item form {
    display: flex;
    align-items: center;
}

.dimensions-item form input[type="range"] {
    margin-right: 25px;
}

.dimensions-item form input[type="number"] {
    width: 64px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
    font-size: 14px;
}

.dimensions-item form input[type="number"]:focus {
    outline: none;
}

.navbar {
    height: 60px;
    min-height: auto;
}

.product-section {
    padding-top: 44px;
}

.makers-map-img {
    text-align: center;
    width: 100%;
    background-image: url(/theme/frontend/images/map-02.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.makers-map-img img {
    width: 100%;
    height: 100%;
}

.makers-section {
    padding-top: 0;
}

.makers-map-info {
    max-width: 390px;
    margin-left: auto;
    width: 100%;
    position: absolute;
    top: 160px;
    background: #fff;
    padding: 40px 30px 40px 40px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.makers-section .container {
    width: 1290px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.makers-map-info h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 25px;
}

.makers-map-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3D5467;
    margin-bottom: 25px;
}

.designer-hero-section {
    padding: 44px 0 50px;
}

.designer-hero-section .product-breadcrumb {
    margin-bottom: 30px;
}

.designer-info {
    padding: 90px 20px;
    background: #C4C9A2;
    text-align: center;
    margin-bottom: 50px;
}

.designer-info h5 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

.designer-info h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 21px;
}

.designer-info p {
    max-width: 400px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-align: center;
    color: #000000;
    margin: 0 auto 40px;
}

.designer-info a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
    display: block;
    text-align: center;
}

.designer-info ul {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.designer-info ul li a {
    display: block;
    margin: 10px 10px 0;
    border-radius: 100%;
    transition: all 0.5s;
}

.designer-info ul li a:hover {
    background: #fff;
}

.more-design h6 {
    margin-bottom: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
}

.more-design {
    margin-bottom: 40px;
}

.testimonial-main h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 8px;
}

.testimonial-item {
    background: #FFFFFF;
    padding: 40px;
    margin: 15px 0;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 38px;
}

.testimonial-body p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #000000;
    margin-bottom: 20px;
}

body p:nth-last-child(1) {
    margin-bottom: 0;
}

.testimonial-profile {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.testimonial-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.testimonial-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    text-transform: capitalize;
    color: #000000;
}

.testimonial-rating {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.testimonial-time h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 7px;
}

.testimonial-time p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    color: #8F8F8F;
}

.testimonial-time {
    text-align: end;
    margin-left: auto;
}

.testimonial-info {
    margin: 0 48px 0 56px;
}

.testimonial-rating li {
    margin: 2px;
    line-height: unset;
}

.shopping-cart-box {
    position: fixed;
    top: -10px;
    right: -10px;
    background: #fff;
    height: 100vh;
    z-index: 99999999;
    transform: translateX(100%);
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    max-width: 375px;
    width: 100%;
    box-shadow: -5px 0 50px 0px rgb(0 0 0 / 10%);
}

.cart-box-header {
    display: flex;
    align-items: center;
    padding: 18px 33px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(61, 84, 103, 0.5);
}

.cart-box-header h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 0;
}

.cart-box-body {
    padding: 18px 33px;
    height: calc(100% - 210px);
    overflow: auto;
}

.cart-box-footer {
    padding: 18px 33px;
    border-top: 1px solid rgba(61, 84, 103, 0.5);
    margin-top: auto;
}

.shopping-cart-box.show-cart {
    transform: translateX(0);
    transition: all 0.5s;
}

.cart-item {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: navajowhite;
}

.cart-product-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 15px;
}

.cart-product-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart-product-info h6,
.cart-product-info span,
.cart-product-info p {
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #3D5467;
}

.total-cart-price {
    display: flex;
    justify-content: space-between;
}

.total-cart-price h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #3D5467;
    margin-bottom: 15px;
}

.total-cart-btn {
    display: flex;
    justify-content: space-between;
}

.total-cart-btn a {
    padding: 8px 0;
    width: calc(50% - 10px);
    font-size: 14px;
}

.amain-wrap {
    display: flex;
    position: relative;
}

.amain-30 {
    width: 30%;
    position: relative;
}

.amain-70 {
    width: 70%;
    position: relative;
}

.about-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #3D5467;
    max-width: 200px;
}

.about-info h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 42px;
    /* or 162% */
    color: #3D5467;
    margin-bottom: 60px;
    padding-right: 20px;
}

.about-info ul {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.about-info ul li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-right: 5px;
    padding-right: 8px;
    position: relative;
}

.about-info ul li a:after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.about-info ul li:nth-last-child(1) a:after {
    display: none;
}

.about-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3D5467;
    margin-bottom: 20px;
}


.about-us-section,
.team-section,
.story-section,
.whyus-section,
.environmental-section {
    padding: 80px 0;
}

.about-us-section {
    padding-top: 114px;
    background: #f1edee;
}

.team-section {
    background: #f1edee;
    padding-bottom: 0;
}

.team-section .about-title {
    position: sticky;
    top: 110px;
}

.whyus-section {
    background: #f1edee;
    padding-top: 130px;
}

.story-section {
    background: #f1edee;
    padding-top: 130px;
}

.team-img {
    position: relative;
    margin-bottom: 12px;
}

.team-info h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 0;
}

.team-info h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 40px;
}

.team-info p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #3D5467;
}

.team-section .col-lg-4:nth-child(1),
.team-section .col-lg-4:nth-child(2),
.team-section .col-lg-4:nth-child(3) {
    margin-bottom: 120px;
}

.environmental-section {
    background: #f1edee;
}

.story-info P {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #3D5467;
    margin-bottom: 20px;
}
























.swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container {
    min-height: 320px;
}

.swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

.swiper-container-wrapper {
    flex-flow: row nowrap;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}



.gallery-top {
    position: relative;
    width: 100%;
}

.gallery-top {
    width: 80%;
    margin-right: 10px;
}

.gallery-thumbs {
    width: 100%;
    /*height: 40vh;*/
    padding-top: 10px;
}

.gallery-thumbs {
    width: 20%;
    padding: 0;
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: row;
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: column;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-main-img {
    width: 100%;
    padding-left: 34px;
}

.product-main-img img {
    width: 100%;
}

.thumb-img {
    width: 100%;
    height: 100%;
    padding: 0 0 20px 0;
}

.thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-static-info.product-info h4 span {
    margin: 0;
}

.product-static-info h4 {
    margin-bottom: 10px;
}

.product-static-info h3 {
    margin: 0;
}

.product-static-info .btn-dark-blue {
    margin-bottom: 15px;
}

.product-static-info h5 {
    margin-bottom: 60px;
}

.about-creator i {
    display: block;
    margin-bottom: 35px;
    margin-left: -10px;
}

.order-wrap {
    display: flex;
}

.order-30 {
    width: 25%;
}

.order-70 {
    width: 75%;
}

.order-wrap .nav-pills {
    background: transparent !important;
    margin-top: 70px;
}

.order-wrap .nav-pills a.nav-link {
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
}

.order-wrap .nav-pills a.nav-link span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-left: 10px;
}

.order-wrap .nav-pills a.nav-link i {
    width: 19px;
    text-align: center;
}

.order-details-main {
    position: relative;
}

.order-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.order-info-header h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 0;
}

.order-info-header h6 span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(61, 84, 103, 0.6);
    margin-right: 10px;
}

.order-info-header h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin: 0 auto;
}

.order-info-header h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.order-info-header h5 span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;

    /* identical to box height */
    color: rgba(61, 84, 103, 0.6);
    margin-right: 15px;
}

.specifications-video iframe {
    border: none;
    width: 100%;
    height: 434px;
    top: 0;
    position: relative;
    padding: 30px;
    right: 2px;
}

.order-table {
    width: 100%;
}

.order-table thead {
    border: 1px solid #3D5467;
    border-left: 0;
    border-right: 00;
}

.order-table thead th {
    padding: 8px 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(61, 84, 103, 0.5);
}

.order-table tbody tr td {
    padding: 0px 0 20px 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #3D5467;
}

.product-card-wrap {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.product-card-wrap span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 40px;
}

.product-card-wrap span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-wrap h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin: 0;
}

.order-table tbody tr td p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    color: #3D5467;
    margin: 0;
}

.order-table tbody tr td strong {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #3D5467;
}

.order-table tbody tr:nth-child(1) td {
    padding-top: 30px;
}

.order-table tbody {
    border-bottom: 1px solid #3D5467;
}

.order-info-payment {
    padding: 60px 0px 30px;
}

.order-info-payment h6 span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(61, 84, 103, 0.5);
    width: 50%;
}

.order-info-payment h6 {
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 15px;
    max-width: 320px;
    padding-left: 10px;
}

.total-payment-wrap {
    padding: 10px 10px;
    border: 1px solid #3D5467;
    border-left: 0;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.total-payment-wrap h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(61, 84, 103, 0.5);
    margin: 0;
}

.total-payment-wrap h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin: 0 0 0 0;
}

.order-info-download {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.order-table tbody tr:nth-last-child(1) td {
    padding-bottom: 30px;
}

.orderinfo-section {
    padding: 100px 0 100px 0;
}


#half-stars-example .rating-group {
    display: inline-flex;
}

#half-stars-example .rating__icon {
    pointer-events: none;
}

#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 1.1rem;
}

#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -1.2em;
    z-index: 2;
}

#half-stars-example .rating__icon--star {
    color: #FFCB45;
}

#half-stars-example .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #F2F2F2;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: #FFCB45;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #F2F2F2;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.feedback-body {
    padding: 20px;
    position: relative;
}

.feedback-body h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    color: #3D5467;
    margin-bottom: 20px;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #3d5467;
    transition: all 0.5s;
}

.close-modal:hover {
    color: #e30101;
    transition: all 0.5s;
}

.rating-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.feedback-body h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3D5467;
    margin: 0 15px 0 0px;
}

.comment-wrap textarea {
    background: #F4F4F4;
    width: 100%;
    height: 150px;
    overflow: auto;
    border: none;
    resize: none;
    padding: 15px;
    margin-top: 20px;
}

.comment-wrap textarea:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.comment-wrap {
    margin-bottom: 20px;
}

.img-upload-wrap label {
    position: relative;
    margin: 0;
}

.img-upload-wrap label input {
    position: absolute;
    z-index: -9;
    opacity: 0;
}

.img-upload-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-upload-wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px 20px;
}

.img-upload-wrap label .btn-dark-blue {
    padding: 2px 34px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    color: #FFFFFF;
}

.img-upload-wrap ul li {
    width: 20%;
    padding: 5px;
}


.row.product-rows {
    display: -ms-grid;
    display: grid !important;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.row.product-rows .col-lg-4.col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}

.product-images ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-images ul li a img {
    width: 100%;
}

.noUi-horizontal
{
    height: 2px;
}
.noUi-target
{
    background: #3d5467;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.noUi-horizontal .noUi-handle
{
    border-radius: 50%;
    top:-8px;
    width: 18px;
    height: 18px;
    background: #3d5467;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.noUi-touch-area,
.noUi-handle:before,
.noUi-handle:after
{
    content: none;
}

/**Switch**/
.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}
.switch label {
  margin: 0;
}
.switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.switch input[disabled] {
  cursor: not-allowed;
}
.switch input[disabled] ~ span:after,
.switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.5;
}
.switch.switch-icon input:checked ~ span:after {
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  line-height: 0;
}

.switch input:empty ~ span {
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px;
}
.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px;
}
.switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.65em;
  text-align: center;
  vertical-align: middle;
}
.switch input:checked ~ span:after {
  margin-left: 26px;
}
.switch.switch-sm input:empty ~ span {
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px;
}
.switch.switch-sm input:empty ~ span:before,
.switch.switch-sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px;
}
.switch.switch-sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.55em;
  text-align: center;
  vertical-align: middle;
}
.switch.switch-sm input:checked ~ span:after {
  margin-left: 16px;
}
.switch.switch-lg input:empty ~ span {
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px;
}
.switch.switch-lg input:empty ~ span:before,
.switch.switch-lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px;
}
.switch.switch-lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.75em;
  text-align: center;
  vertical-align: middle;
}
.switch.switch-lg input:checked ~ span:after {
  margin-left: 34px;
}

.switch input:empty ~ span:before {
  background-color: #EBEDF3;
}
.switch input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch input:checked ~ span:before {
  background-color: #EBEDF3;
}
.switch input:checked ~ span:after {
  opacity: 1;
  color: #ffffff;
  background-color: #3699FF;
}
.switch.switch-primary:not(.switch-outline) input:empty ~ span:before {
  background-color: #3699FF;
}
.switch.switch-primary:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-primary:not(.switch-outline) input:checked ~ span:before {
  background-color: #3699FF;
}
.switch.switch-primary:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #3699FF;
  background-color: #ffffff;
}
.switch.switch-outline.switch-primary input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-primary input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-primary input:checked ~ span:before {
  border: 2px solid #3699FF;
  background-color: transparent;
}
.switch.switch-outline.switch-primary input:checked ~ span:after {
  color: #ffffff;
  background-color: #3699FF;
}
.switch.switch-secondary:not(.switch-outline) input:empty ~ span:before {
  background-color: #E4E6EF;
}
.switch.switch-secondary:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-secondary:not(.switch-outline) input:checked ~ span:before {
  background-color: #E4E6EF;
}
.switch.switch-secondary:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #E4E6EF;
  background-color: #ffffff;
}
.switch.switch-outline.switch-secondary input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-secondary input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-secondary input:checked ~ span:before {
  border: 2px solid #E4E6EF;
  background-color: transparent;
}
.switch.switch-outline.switch-secondary input:checked ~ span:after {
  color: #ffffff;
  background-color: #E4E6EF;
}
.switch.switch-success:not(.switch-outline) input:empty ~ span:before {
  background-color: #1BC5BD;
}
.switch.switch-success:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-success:not(.switch-outline) input:checked ~ span:before {
  background-color: #1BC5BD;
}
.switch.switch-success:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #1BC5BD;
  background-color: #ffffff;
}
.switch.switch-outline.switch-success input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-success input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-success input:checked ~ span:before {
  border: 2px solid #1BC5BD;
  background-color: transparent;
}
.switch.switch-outline.switch-success input:checked ~ span:after {
  color: #ffffff;
  background-color: #1BC5BD;
}
.switch.switch-info:not(.switch-outline) input:empty ~ span:before {
  background-color: #8950FC;
}
.switch.switch-info:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-info:not(.switch-outline) input:checked ~ span:before {
  background-color: #8950FC;
}
.switch.switch-info:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #8950FC;
  background-color: #ffffff;
}
.switch.switch-outline.switch-info input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-info input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-info input:checked ~ span:before {
  border: 2px solid #8950FC;
  background-color: transparent;
}
.switch.switch-outline.switch-info input:checked ~ span:after {
  color: #ffffff;
  background-color: #8950FC;
}
.switch.switch-warning:not(.switch-outline) input:empty ~ span:before {
  background-color: #FFA800;
}
.switch.switch-warning:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-warning:not(.switch-outline) input:checked ~ span:before {
  background-color: #FFA800;
}
.switch.switch-warning:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #FFA800;
  background-color: #ffffff;
}
.switch.switch-outline.switch-warning input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-warning input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-warning input:checked ~ span:before {
  border: 2px solid #FFA800;
  background-color: transparent;
}
.switch.switch-outline.switch-warning input:checked ~ span:after {
  color: #ffffff;
  background-color: #FFA800;
}
.switch.switch-danger:not(.switch-outline) input:empty ~ span:before {
  background-color: #F64E60;
}
.switch.switch-danger:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-danger:not(.switch-outline) input:checked ~ span:before {
  background-color: #F64E60;
}
.switch.switch-danger:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #F64E60;
  background-color: #ffffff;
}
.switch.switch-outline.switch-danger input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-danger input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-danger input:checked ~ span:before {
  border: 2px solid #F64E60;
  background-color: transparent;
}
.switch.switch-outline.switch-danger input:checked ~ span:after {
  color: #ffffff;
  background-color: #F64E60;
}
.switch.switch-light:not(.switch-outline) input:empty ~ span:before {
  background-color: #F3F6F9;
}
.switch.switch-light:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-light:not(.switch-outline) input:checked ~ span:before {
  background-color: #F3F6F9;
}
.switch.switch-light:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #F3F6F9;
  background-color: #ffffff;
}
.switch.switch-outline.switch-light input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-light input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-light input:checked ~ span:before {
  border: 2px solid #F3F6F9;
  background-color: transparent;
}
.switch.switch-outline.switch-light input:checked ~ span:after {
  color: #ffffff;
  background-color: #F3F6F9;
}
.switch.switch-dark:not(.switch-outline) input:empty ~ span:before {
  background-color: #181C32;
}
.switch.switch-dark:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-dark:not(.switch-outline) input:checked ~ span:before {
  background-color: #181C32;
}
.switch.switch-dark:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #181C32;
  background-color: #ffffff;
}
.switch.switch-outline.switch-dark input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-dark input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-dark input:checked ~ span:before {
  border: 2px solid #181C32;
  background-color: transparent;
}
.switch.switch-outline.switch-dark input:checked ~ span:after {
  color: #ffffff;
  background-color: #181C32;
}
.switch.switch-white:not(.switch-outline) input:empty ~ span:before {
  background-color: #ffffff;
}
.switch.switch-white:not(.switch-outline) input:empty ~ span:after {
  background-color: #ffffff;
  opacity: 0.7;
}
.switch.switch-white:not(.switch-outline) input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch-white:not(.switch-outline) input:checked ~ span:after {
  opacity: 1;
  color: #ffffff;
  background-color: #ffffff;
}
.switch.switch-outline.switch-white input:empty ~ span:before {
  border: 2px solid #EBEDF3;
  background-color: transparent;
}
.switch.switch-outline.switch-white input:empty ~ span:after {
  background-color: #EBEDF3;
}
.switch.switch-outline.switch-white input:checked ~ span:before {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.switch.switch-outline.switch-white input:checked ~ span:after {
  color: #ffffff;
  background-color: #ffffff;
}




/*===============UPPY File upload===============*/

.uppy .uppy-Root {
  font-family: Poppins, Helvetica, "sans-serif";
}
.uppy .uppy-Root.uppy-DragDrop--is-dragdrop-supported {
  border: 2px dashed #EBEDF3;
}
.uppy .uppy-Dashboard-inner {
  background-color: #F3F6F9;
  border: 1px solid #EBEDF3;
}
.uppy .uppy-Dashboard-inner .uppy-DashboardContent-bar,
.uppy .uppy-Dashboard-inner .uppy-Dashboard-AddFilesPanel,
.uppy .uppy-Dashboard-inner .uppy-DashboardContent-panel,
.uppy .uppy-Dashboard-inner .uppy-DashboardItem-progress,
.uppy .uppy-Dashboard-inner .uppy-DashboardItem-action,
.uppy .uppy-Dashboard-inner .uppy-DashboardItem-previewLink {
  z-index: 1;
}
.uppy .uppy-Dashboard-inner .uppy-DashboardContent-title {
  color: #3F4254;
  font-size: 1rem;
  font-weight: 500;
}
.uppy .uppy-Dashboard-inner .uppy-DashboardContent-addMoreCaption {
  font-size: 0.9rem;
}
.uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-Dashboard-dropFilesTitle {
  color: #3F4254;
  font-size: 1.3rem;
  font-weight: 500;
}
.uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-DashboardTab-name {
  color: #3F4254;
}
.uppy .uppy-Dashboard-inner .uppy-DashboardItem.is-complete .progress {
  stroke: #1BC5BD;
  fill: #1BC5BD;
}
.uppy .uppy-Dashboard-inner .uppy-StatusBar-statusSecondary {
  overflow: visible;
}
.uppy .uppy-DragDrop-container:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #3699FF !important;
}
.uppy .uppy-DashboardAddFiles-info {
  bottom: 20px !important;
}
.uppy .uppy-Dashboard-note {
  color: #3F4254;
  font-size: 0.9rem;
  font-weight: 400;
}
.uppy .uppy-btn-primary {
  font-size: 1rem;
  font-weight: 400;
  background: #3699FF;
  color: #ffffff;
  outline: none !important;
}
.uppy .uppy-btn-primary:focus, .uppy .uppy-btn-primary:hover {
  background-color: #1789ff;
}
.uppy .uppy-DashboardContent-back {
  font-size: 1rem;
  font-weight: 500;
  color: #3699FF;
  outline: none !important;
}
.uppy .uppy-DashboardContent-back:focus, .uppy .uppy-DashboardContent-back:hover {
  color: #1789ff;
}
.uppy .uppy-Dashboard-browse {
  color: #3699FF;
}
.uppy .uppy-Dashboard-browse:focus, .uppy .uppy-Dashboard-browse:hover {
  color: #1789ff;
}
.uppy .uppy-DashboardContent-addMore svg {
  stroke: #3699FF;
  fill: #3699FF;
}
.uppy .uppy-ProgressBar {
  z-index: 1;
}
.uppy .uppy-ProgressBar .uppy-ProgressBar-inner {
  background-color: #3699FF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.uppy .uppy-ProgressBar .uppy-ProgressBar-percentage {
  color: #3F4254;
  font-size: 0.9rem;
  font-weight: 400;
}
.uppy .uppy-DragDrop-label {
  font-size: 1rem;
  font-weight: 500;
  color: #3F4254;
}
.uppy .uppy-DragDrop-label .uppy-DragDrop-dragText {
  color: #3699FF;
}
.uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:focus, .uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:hover {
  color: #1789ff;
}
.uppy .uppy-StatusBar {
  z-index: 1;
}
.uppy .uppy-StatusBar .uppy-StatusBar-status {
  overflow-x: visible;
  display: none;
}
.uppy .uppy-StatusBar .uppy-StatusBar-progress {
  background-color: #3699FF;
}
.uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-statusPrimary {
  font-size: 0.9rem;
  font-weight: 400;
  color: #3F4254;
}
.uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-spinner svg {
  fill: #3699FF;
}
.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #EBEDF3;
}
.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #3F4254;
}
.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #3699FF;
}
.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #ffffff;
}
.uppy .uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1BC5BD;
}
.uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-content {
  padding-left: 0 !important;
}
.uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-actions {
  right: 0 !important;
}
.uppy .uppy.uppy-Informer p {
  background-color: rgba(246, 78, 96, 0.1);
  color: #F64E60;
  border-radius: 0.42rem;
}
.uppy .uppy-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uppy .uppy-status {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.uppy .uppy-status.uppy-status-ongoing {
  height: 40px;
  opacity: 1;
}
.uppy .uppy-status.uppy-status-hidden {
  display: none;
}
.uppy .uppy-btn {
  margin-top: 10px;
}
.uppy .uppy-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container {
  width: calc(50% - 5px);
  margin: 10px 5px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #F3F6F9;
  border-radius: 0.42rem;
  overflow: hidden;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail {
  width: 60px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail img {
  height: 100%;
  width: auto;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail-label {
  font-weight: 400;
  color: #3F4254;
  margin-left: 10px;
  padding-right: 10px;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail {
  margin: auto 10px auto auto;
  cursor: pointer;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail i {
  font-size: 0.7rem;
  color: #7E8299;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail:hover i {
  color: #3699FF;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container:nth-child(odd) {
  margin-left: 0;
}
.uppy .uppy-thumbnails .uppy-thumbnail-container:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .uppy .uppy-thumbnails .uppy-thumbnail-container {
    width: 100%;
    margin: 10px 0 0;
  }
}
.uppy .uppy-list .uppy-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #F3F6F9;
  margin-top: 0.75rem;
  border-radius: 0.42rem;
}
.uppy .uppy-list .uppy-list-item:last-child {
  margin-bottom: 0.75rem;
}
.uppy .uppy-list .uppy-list-item .uppy-list-label {
  font-weight: 500;
  color: #7E8299;
}
.uppy .uppy-list .uppy-list-item .uppy-list-remove {
  cursor: pointer;
  margin-left: 1rem;
}
.uppy .uppy-list .uppy-list-item .uppy-list-remove i {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  font-size: 0.7rem;
  color: #7E8299;
}
.uppy .uppy-list .uppy-list-item .uppy-list-remove:hover i {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  color: #3699FF;
}
.uppy .uppy-wrapper .uppy-FileInput-container {
  margin-bottom: 0rem;
}
.uppy .uppy-input-control {
  position: relative;
  z-index: 1;
  height: 0;
  width: 0;
  opacity: 0;
}
.uppy .uppy-informer-min .uppy-Informer {
  position: static !important;
  top: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 0;
}
.uppy .uppy-informer-min .uppy-Informer[aria-hidden=true] {
  display: none;
}
.uppy .uppy-informer-min .uppy-Informer p {
  display: block;
  max-width: none;
}

/*===============UPPY File upload===============*/
/*===============Product detail group section===========*/
.fsslider {
    line-height: 21px !important;
}
.fscaret {
	background: #3D5467 !important;
	color: #0000 !important;
	height: 20px !important;
	/* width: 30px !important;
    height: 30px !important; */
	border-radius: 16px !important;
	/* height: 100%; */
	min-width: 20px !important;
	/*top: -3px !important;*/
	padding: 0px 0px !important;
}

.num-box {
	background-color: #e8e8e8;
	font-size: 15px;
	padding: 7px 8px;
	border-radius: 4px;
	color: #3D5467;
}

.lenth-name {
    font-weight: 600 !important;
	font-size: 14px;
	margin-bottom: 3px !important;
}

span.plus-icon {
	position: absolute;
	right: 2px;
	font-weight: 600;
    color: #000000;
	cursor: pointer;
    font-size: 20px;
    top: -4px;
}

span.minus-icon {
	position: absolute;
	left: -15px;
    color: #000000;
	font-weight: 600;
	cursor: pointer;
    font-size: 20px;
    top: -4px;
}

.fsslider > .fssel-value{
    background: #929292 !important;
    height: 2.54px !important;
    /* margin-top: 0px !important; */
} 
.fsslider > .fsfull-value{
    background: #929292 !important;
    margin-top: -2px!important;
}
.product-info {
	padding-left: 10px !important;
}
.slide-box{
    margin-top: 7px;
    width: 100%;
}
 
.product-card-body .slide-box:first-of-type>.fssel-value{
    height: 5px !important;
}
.mrb-20{
    margin-bottom: 15px  !important;
}
.box_slider {
    width: 100% !important;
}
.fsslider {
    /* min-width: 100% !important; */
    min-width: 10px !important;
}

@media (max-width:1350px) {
    .fsslider {
        min-width: 140px !important;
    }
}
@media (max-width:1270px) {
    .box_slider {
        /* width: 80% !important; */
    }
}
@media (max-width:1400px) {
    .num-box {
        font-size: 14px !important;
        padding: 7px 6px !important;
    }
    
    .fsslider > .fsfull-value {
        width: 100% !important;
    }
}
@media (max-width:1024px) {
    .num-box {
        font-size: 13px !important;
        padding: 7px 7px !important;
    }
}
/*** ---- Added by vyshnavi ---- ***/
@media (max-width: 480px) { /* mobile devices */
    .login_page_content {
        display: none;
    }
    .logo_login_page {
        display: block !important;
        margin-bottom: 50px;
    }
    .login_form {
        margin: 0px 45px 0px 45px;
        }
    .login_form .top {
            margin-top: 30px !important;
    }
    .login_form h4 {
        margin-bottom: 25px !important;
        font-size: 2rem;
    }
    .register_request {
        margin-bottom: 20px;
    }
    .register_form {
        margin: 0px 25px 0px 25px;
    }
    .register_form .info-block {
        margin-bottom: 0rem !important;
    }
    .click_here {
        margin-bottom: 20px;
    }

}

@media (max-width: 380px) 
{
    .login_page_content {
        display: none;
    }
    .logo_login_page {
        display: block !important;
        margin-bottom: 30px;
    }
    .login_form {
        margin: 0px 25px 0px 25px;
        }
    .login_form .top {
            margin-top: 25px !important;
    }
    .login_form h4 {
        margin-bottom: 20px !important;
        font-size: 2rem;
    }

}

.logo_login_page {
    display: none;
}

/***** ------ *****/

.fsslider > .fsfull-value {
    /* width: 90% !important; */
}
.param-name {
    max-width: 100%;
    min-width: 100px;
}


/*-----price-card css----*/
.show_prices {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-top: 5px;
}
.c_btn {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #FFCA28 !important;
    padding: 10px 20px !important;
    height: 50px;
    /*white-space: pre !important;*/
}
.c_btn:hover {
    border-color: transparent;
}
@media (max-width:1490px) {
    .show_prices {
        font-size: 27px !important;
        margin-top: 2px;
    }
    .c_btn {
        padding: 7px 13px !important;
        font-size: 14px !important;
        height: 40px;
    }
}
@media (max-width:1024px) {
    .show_prices {
        font-size: 25px !important;
        margin-top: 1px;
    }
    .c_btn {
        padding: 7px 10px !important;
    }
}

/*-----owl slider----*/
.ProductNav{
     
    margin: 0px 35px !important;
}
#ProductNavContents a.ProductNav_Link {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: #000;
}
#ProductNavContents a.ProductNav_Link.active {
    background-color: #3D5467 !important;
    color: #ffffff !important;
    border-radius: 8px;
}
#ProductNav{
    overflow: unset !important;
}
.ProductNav_Wrapper {
    padding: 0 0px !important;
    /* margin: 0px 35px !important; */
}
.owl-loaded{
    /* width: 75% !important; */
    margin: 0 auto;
    display: block !important;
}
#ProductNavContents {
    float: none !important;
    /* margin-right:35px !important; */
}
  
.ProductNav{
    margin-bottom: 10px;
} 
 
#ProductNavContents .owl-nav button.owl-next,#ProductNavContents .owl-nav button.owl-prev {
    /* top: 74% !important; */
    display: block !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
    webkit-transform: translate(0%, 0) !important;
    -moz-transform: translate(0%, 0) !important;
    transform: translate(0%, 0) !important;
}
.tab-devider{
    width: 3px;
    background: rgba(0, 0, 0, 0.25);
    margin-left: 4px;
    margin-right: 4px;
}

.ProductNavTabContainerChild a{
    display: inline-block;
    /* background-color: #ccc; */
    /* padding: 3px 8px; */
    cursor: pointer;
}
.ProductNavTabContainerChild{
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
}
.ProductNavTabContainerChild::-webkit-scrollbar {
  display: none;
}
.ProductNavTabContainerChild {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.ProductNavTabContainer .ProductNavTabChild{
    width: 100%;
    /*height: 34px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 0px 8px;
}
.ProductNavTabContainer .next, .ProductNavTabContainer .previous {
    position: absolute;
    padding: 2px 4px;
    top: 0;
    background-color: #DBDBDB;
    cursor: pointer;
    border-radius: 21px;
    padding-left: 9px;
    padding-right: 10px;
}
.ProductNavTabContainer .next {
    right: -32px;
    font-size: 16px;
    border: 1px solid #000000;
    /* transform: rotate(180deg); */
    top: 3px;

}

.disabled.previous {
    opacity: 0.3 !important; 
    pointer-events: none;
}
.disabled.next {
    opacity: 0.3 !important; 
    pointer-events: none;
}
.ProductNavTabContainer .previous {
    left: -36px;
    font-size: 16px;
    border: 1px solid #000000;
    top: 3px;
}
.ProductNavTab:not(.active-div,:first-child){
    border-left: 3px solid rgba(0, 0, 0, 0.25);;
}
 
.ProductNavTab:first-child:not(.active-div,.active-div:last-child){
    /* border-right: 3px solid rgba(0, 0, 0, 0.25);; */
}
.active-div.ProductNavTab:not(:last-child):not(:first-child){
    border-left: 3px solid rgba(0, 0, 0, 0.25);;
}
.ProductNavTab.active-div:last-child{
    border-left: 3px solid rgba(0, 0, 0, 0.25);;
}
.ProductNavTab.active-div:first-child{
    border-left: none !important;
}
.ProductNavTab.active-div:last-child{
    border-left: 3px solid rgba(0, 0, 0, 0.25);;
}
.ProductNavTab.active-div:nth-child(2){
    border-left: 3px solid rgba(0, 0, 0, 0.25);;
}
.ProductNavTabnot:not(.active-div){
    border-right: 0px solid rgba(0, 0, 0, 0.25);;
}
.ProductNavTab:not(:first-child) a{
    margin-right: 5px;
    margin-left: 5px;
}
.ProductNavTab.active-div a{
    margin-right: 5px;
     
}
.ProductNavTab:last-child a{
    margin-left: 5px;
    margin-right: 0px;
}
.ProductNavTab{
    display: inline-block;
    position: relative;
    
    /* margin-right: 5px; */
}
.ProductNavTab::after {
    content:"";
    position: absolute;
    /* left: 10px; */
    /* width: 3px; */
    /* height: 30px; */
    /* background-color: #161616; */
}
/*-----owl slider----*/
/*===============Product detail group section===========*/

