/*minimal area*/

.minimal_area {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.fiber_area {
    padding-top: 20px;
}

.minimal_area > img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 30px;
}

.title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.minimal_content p {
    font-size: 20px;
    color: #0c0145;
    line-height: 1.25;
    margin-top: 15px;
}

.button {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    padding: 13px 21px;
    text-align: center;
    font-size: 18px;
    border: none;
    background-color: var(--theme-color);
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.button:hover {
    color: var(--theme-color);
}

.button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    background-color: #c7c7c7;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.button:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

/*invensive page*/

.banner_area {
    height: 400px;
    overflow: hidden;
}

.banner_area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.invasive_area {
    background-color: #f7f7f7;
    padding: 70px 0;
}

.invasive_box {
    background-color: #ffffff;
    height: 100%;
}

.invasive_box .inva_img {
    overflow: hidden;
}

.invasive_box .inva_img img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 360px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.invasive_content {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 30px;
}

.invasive_content h4 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.invasive_content h6 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
}

.invasive_content p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #858284;
}

.invasive_content .button {
    width: 100%;
    max-width: 165px;
}

/*feature area*/
.feature_heading_area {
    background-color: rgb(242, 242, 242);
    padding: 70px 0;
}

.feature_heading_area h2 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 800;
}

.feature_heading_area .line {
    display: block;
    height: 2px;
    width: 50px;
    background-color: var(--theme-color);
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.feature_heading_area p {
    line-height: 1.4;
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 300;
}

.feature_product {
    padding-bottom: 70px;
}

.feature_product .title {
    font-size: 30px;
    font-weight: 800;
}

.feature_product p {
    font-size: 15px;
    line-height: 1.4;
    color: #545454;
    font-family: "AvenirLT-Book";
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.join_wrapper {
    padding: 30px 0;
    overflow: hidden;
}

.join_sm_col {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
}

.join_md_col {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
}

.join_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.join_content {
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    padding: 60px 26px;
    height: 100%;
}

.join_content h2 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    text-transform: capitalize;
}

.join_content .p1 {
    padding: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}

.join_content .p2 {
    max-width: 393px;
    color: var(--theme-color);
    font-size: 16px;
    line-height: 25px;
}

.middle_wrapper {
    padding-bottom: 30px;
}

.middle_img_box {
    position: relative;
}

.middle_img_box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.middle_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -16%);
    -ms-transform: translate(-50%, -16%);
    transform: translate(-50%, -16%);
    text-align: center;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.middle_content h2 {
    font-size: 58px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 35px;
}

.direct_wrapper {
    padding: 40px 0;
    position: relative;
    margin: 30px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.direct_wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.direct_heading {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
}

.direct_content_box {
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    height: 100%;
}

.direct_img_box img {
    max-width: 60px;
}

.direct_img_box {
    position: relative;
    padding: 20px 0;
}

.direct_img_box::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background-color: #ffffff;
    top: 112px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.direct_content_box p {
    font-size: 12px;
    line-height: 16px;
    padding: 35px 0;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

.direct_content_box span {
    font-size: 10px;
}

.hiring_wrapper {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hiring_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hiring_content {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    height: 100%;
}

.hiring_content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 5000px;
    background-color: rgba(242, 242, 242, 0.8);
    z-index: -1;
}

.hiring_content p {
    max-width: 327px;
    font-size: 15px;
    line-height: 23px;
    padding-top: 10px;
    color: var(--theme-color);
    font-weight: 300;
}

/* copy content area */

.copy_hero_wrapper {
    margin-bottom: 60px;
}

.copy_direct_wrapper {
    overflow: hidden;
    background-color: var(--theme-color);
    margin-bottom: 60px;
}

.copy_direct_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.copy_direct_content h2 {
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

.copy_direct_content .p1 {
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
    padding-top: 30px;
}

.copy_direct_content .p2 {
    color: #ffffff;
    max-width: 339px;
    letter-spacing: 1px;
    padding-top: 20px;
    font-weight: 300;
}

.vision_wrapper {
    overflow: hidden;
    background-color: rgba(242, 242, 242, 1);
    margin: 60px 0;
}

.vision_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vision_content {
    max-width: 580px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.vision_content h2 {
    font-size: 66px;
    color: var(--theme-color);
    line-height: 75px;
    font-weight: 600;
}

.vision_content p {
    padding-top: 40px;
    color: var(--theme-color);
    font-size: 20px;
}

.value_wrapper {
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 60px;
}

.value_img {
    height: 100%;
}

.value_img_l {
    background: url(../img/value.webp) center no-repeat;
    background-size: cover;
    align-self: stretch;
}

.value_img_r {
    background: url(../img/value2.webp) center no-repeat;
    background-size: cover;
    align-self: stretch;
}

.value_main_box {
    height: 100%;
    padding: 30px 30px;
}

.value_heading {
    font-size: 58px;
    line-height: 70px;
    font-weight: 700;
}

.value_box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgb(220, 220, 220);
    box-shadow: 0 0 5px rgb(220, 220, 220);
    border-radius: 5px;
    padding: 30px 10px;
    height: 100%;
}

.value_box img {
    max-width: 80px;
}

.value_box h4 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.value_box p {
    padding-top: 15px;
    color: #545454;
    font-weight: 300;
}

.testimonial_wrapper {
    margin: 60px 0;
}

.testimonial_heading {
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.testimonial_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.testimonial_content {
    background-color: rgb(4, 81, 132, 0.8);
    text-align: center;
    padding: 90px 20px 30px;
    color: #ffffff;
    height: 100%;
}

.testimonial_content h4 {
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
}

.testimonial_content .p1 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
}

.testimonial_content .p2 {
    font-weight: 600;
    padding-top: 40px;
    max-width: 235px;
    line-height: 28px;
    font-size: 16px;
}

.invert_img {
    max-width: 35px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-bottom: 65px;
}

.testimonial_img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*visit us area*/

.visit_parallax {
    height: 550px;
}

/*upcoming area*/

.upcoming_box {
    -webkit-box-shadow: 0 4px 10px 0 rgb(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgb(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.upcoming_img {
    overflow: hidden;
}

.upcoming_img img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.box_up_text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    padding: 12px 25px 12px;
    margin-top: -35px;
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    max-width: 194px;
}

.upcoming_content {
    padding: 0px 25px 25px;
}

.upcoming_content p {
    color: rgb(87, 112, 131);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

.upcoming_content p.date {
    color: var(--theme-color);
}

.upcoming_content h6 {
    color: var(--theme-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.upcoming_content h5 {
    color: var(--theme-color);
    color: #577083;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2;
}

.upcoming_content .button {
    white-space: nowrap;
}

/*account page*/

.account_wrapper {
    color: var(--theme-color);
    font-size: 15px;
    line-height: 1.3;
}

.main_account {
    background-color: #f4f4f4;
}

.nav_box {
    background-color: #f4f4f4;
    padding: 30px 25px 30px 0;
    height: 100%;
    border-right: 2px solid #ffffff;
}

.account_wrapper h4 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}

.nav_box a {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    background-color: transparent !important;
    padding: 7px 0;
    color: var(--theme-color);
}

.nav_box a.active,
.nav_box a:hover {
    color: var(--theme-color) !important;
    text-shadow: 1px 0px 0px var(--theme-color);
}

.order_table {
    width: 100%;
    text-align: center;
    color: var(--theme-color);
    font-size: 15px;
    line-height: 1.2;
}

.order_table th {
    font-size: 15px;
    font-weight: 800;
    padding-bottom: 10px;
}

.order_table th:nth-child(1) {
    width: 15%;
}

.order_table th:nth-child(2) {
    width: 30%;
}

.order_table th:nth-child(3) {
    width: 36%;
}

.order_table tbody tr {
    border-top: 2px solid var(--theme-color);
}

.order_table tbody tr td {
    padding: 15px 0;
    vertical-align: top;
}

.order_table tbody tr td .button {
    display: block;
    max-width: 110px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    padding: 9px 12px;
    margin-left: auto;
    margin-right: auto;
}

.account_wrapper .tab-content {
    padding-bottom: 70px;
}

.account_wrapper h5 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.heading_box {
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 5px;
}

.link {
    color: var(--theme-color);
    text-decoration: underline !important;
    display: inline-block;
}

.account_box {
    border: 3px solid #f4f4f4;
    padding: 10px 15px;
    background: #fafafa;
}

a.account_box {
    display: block;
    text-align: center;
    padding: 30px 10px;
}

a.account_box:hover {
    background-color: #f4f4f4;
}

footer {
    background: #0c0145;
    color: #fff;
    padding: 55px 0 30px;
}

footer h4 {
    font-size: 22px;
    color: #e8e6e6;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.footer-left p {
    font-size: 14px;
    font-weight: 300;
    color: #c7c7c7;
    margin-bottom: 10px;
}

.footer-link {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link li {
    display: block;
}

.footer-link ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-family: "AvenirLT-Book";
    padding: 8px 0;
    line-height: 1;
}

.footer-link li a:hover {
    color: #008afc;
}

.footer-bottom {
    margin-top: 15px;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -5px;
}

.footer-bottom ul li {
    display: inline;
    margin-left: 10px;
}

.footer-bottom li a {
    color: #c7c7c7;
    padding-left: 10px;
    border-left: 2px solid #c7c7c7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 300;
    font-size: 17px;
}

.footer-bottom p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    color: #c7c7c7;
}

.footer-bottom li a:hover {
    color: #008afc;
}

.subscribe_wrapper {
    height: 100%;
    margin-top: 6px;
}

.subscribe_wrapper input.form-control {
    height: 45px;
    border: 3px solid #c7c7c7;
    border-right: none;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}

.subscribe_wrapper input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c7c7c7;
}

.subscribe_wrapper input.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: var(--theme-color);
}

.subscribe_wrapper input.form-control::-moz-placeholder {
    opacity: 1;
    color: var(--theme-color);
}

.subscribe_wrapper input.form-control:-ms-input-placeholder {
    opacity: 1;
    color: var(--theme-color);
}

.subscribe_wrapper input.form-control::-ms-input-placeholder {
    opacity: 1;
    color: var(--theme-color);
}

.subscribe_wrapper input.form-control::placeholder {
    opacity: 1;
    color: var(--theme-color);
}

.subscribe_wrapper .button {
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    z-index: 5;
}

.subscribe_wrapper .social-icon li:not(:last-child) {
    margin-right: 5px;
}

.subscribe_wrapper .social-icon li {
    display: inline-block;
    margin-top: 15px;
}

.subscribe_wrapper .social-icon li a {
    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;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #c7c7c7;
    color: var(--theme-color);
    font-size: 19px;
}

.subscribe_wrapper .social-icon li a:hover {
    background-color: #008afc;
    color: #ffffff;
}

.footer_middle {
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    margin-top: 43px;
}

.footer_middle p,
.footer_middle h5 {
    font-size: 16px;
    font-family: "AvenirLT-Book";
    color: #ffffff;
    padding: 8px 0;
}

.footer_middle h5 strong {
    font-size: 25px;
    font-weight: 800;
    font-family: "AvenirLT";
}

/*//subscribe*/

.modal-content {
    border: none;
    border-radius: 0;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popup_logo {
    max-width: 145px;
}

.close {
    padding: 0;
    opacity: 1;
    text-shadow: none;
    color: var(--theme-color);
}

.subscrib_popup h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    margin: 45px 0 15px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.subscrib_popup p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.1;
    color: var(--theme-color);
    font-weight: 500;
}

.subscrib_popup .input-group {
    z-index: 1;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.subscrib_popup input.form-control {
    border: 2px solid #c7c7c7 !important;
    color: var(--theme-color) !important;
    font-size: 16px;
    height: 50px;
    padding: 0 25px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 500;
    opacity: 1;
}

.subscrib_popup input.form-control:focus {
    z-index: -1;
}

.subscrib_popup input::-webkit-input-placeholder {
    color: var(--theme-color);
    opacity: 1;
}

.subscrib_popup input::-moz-placeholder {
    color: var(--theme-color);
    opacity: 1;
}

.subscrib_popup input:-ms-input-placeholder {
    color: var(--theme-color);
    opacity: 1;
}

.subscrib_popup input::-ms-input-placeholder {
    color: var(--theme-color);
    opacity: 1;
}

.subscrib_popup input::placeholder {
    color: var(--theme-color);
    opacity: 1;
}

.subscrib_popup .button {
    background-color: #c7c7c7;
    color: var(--theme-color);
    font-weight: 800;
    font-size: 17px;
    border-radius: 0;
}

.subscrib_popup .button:hover {
    color: #ffffff;
}

.subscrib_popup .button::before {
    background-color: var(--theme-color);
}

.login_form {
    padding: 5px 10px 15px;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.login_form button {
    text-transform: uppercase;
}

.login_form .form-control {
    border-radius: 0;
    border: 1px solid #c7c7c7 !important;
    line-height: 1.2;
    font-weight: 500;
    color: var(--theme-color) !important;
    padding: 8px 20px 5px;
    height: 45px;
}

.input-group-text {
    font-size: 1.5rem;
    color: var(--theme-color);
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0px;
    min-width: 3.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login_form a {
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 15px;
}

.login_form h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 10px;
}

#register .modal-dialog {
    max-width: 675px;
}

.input-group-text img {
    max-width: 1.9rem;
}

.input-group .nice-select {
    border-radius: 0;
    width: 1%;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 45px;
    border: 1px solid #c7c7c7 !important;
    padding: 0px 20px 0px;
    line-height: 45px;
    font-size: 1rem;
    font-weight: 500;
}

.input-group .nice-select .current {
    color: #6c757d;
}

.input-group .nice-select .list {
    width: 100%;
    margin-top: 1px;
    border-radius: 0;
}

.input-group .nice-select::after {
    border-bottom: 2px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    height: 7px;
    right: 20px;
    width: 7px;
}

.overflow_box h5 {
    color: #3b3739;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 35px;
    padding-bottom: 0px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.overflow_box .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.overflow_box .row [class*="col-"],
.overflow_box .row .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.overflow_box {
    overflow: auto;
    max-height: 50vh;
    overflow-x: hidden;
}

.overflow_box .media img {
    width: 2.9rem;
    margin-right: 1rem;
}

.overflow_box .media .media-body {
    color: var(--theme-color);
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
}

.check_box input {
    display: none;
}

.check_box label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    display: block;
}

[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid var(--theme-color);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    left: 5px;
    width: 13px;
    height: 8px;
    border-left: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
}

.invoice_table_area {
    padding: 70px 0;
    font-size: 17px;
}

.invoice_table {
    width: 100%;
    color: #0c0145;
}

.invoice_table tr td,
.invoice_table tr th {
    padding: 5px 0;
}

.invoice_table_area a.link {
    color: red;
}

.default_link {
    color: var(--theme-color);
}

.desc_table {
    width: 100%;
}

.desc_table td {
    min-width: 100px;
    padding: 5px 0;
}

.item_title {
    border-bottom: 1px dashed var(--theme-color);
    padding: 10px 0;
}

/*nice number*/

.nice-number {
    display: inline-flex;
    justify-content: stretch;
    border: 1px solid var(--theme-color);
    margin-right: 30px;
}

.nice-number input {
    vertical-align: middle;
    -moz-appearance: textfield;
    box-sizing: content-box;
    margin: 0;
    text-align: center;
    border: none;
    background-color: #ffffff;
    padding: 6px 11px 4px;
    width: 2ch !important;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nice-number button {
    border: none;
    background-color: var(--theme-color);
    color: #ffffff;
    width: 30px;
    padding: 0;
}

.cart_title {
    font-size: 20px;
    font-weight: 900;
}

.item_code {
    color: #757070;
    font-weight: 700;
    font-size: 16px;
}

.cart_item {
    border-top: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.cart_item:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.price_item {
    color: #000000;
}

.cart_item img {
    max-height: 230px;
    width: 100%;
    object-fit: contain;
    object-position: left center;
}

.payment_select {
    float: none;
    border-radius: 0;
    border: 1px solid var(--theme-color);
    line-height: 45px;
    height: 44px;
    padding-right: 40px;
}

.side_bar {
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #e0e0e0;
    width: 320px;
    padding: 30px 30px 30px;
    transition: 0.3s;
}

.side_bar label {
    font-weight: 400;
    line-height: 22px;
}

.sidebar_title {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 2px solid #c0c0c0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.product_box {
    text-align: center;
    position: relative;
    /* overflow: hidden; */
}
@media (max-width: 575px) {
    .product_box {
        max-width: 300px;
    }
}
.product_box h4 {
    font-size: 16px;
    font-weight: 700;
}
.account_wrapper .product_box h4 {
    margin: 10px 0 0;
}
.product_box p {
    color: #101010;
}
.product_box h4.product_box_title {
    min-height: 24px;
}
.product_box p.product_box_title {
    min-height: 40px;
}

.product_img {
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 5px;
}

.product_img img {
    max-height: 200px;
    object-fit: contain;
    transition: 0.3s;
}

.account_wrapper .product_img {
    height: auto;
    max-height: 300px;
    padding: 0;
    margin: 5px 0;
}

.account_wrapper .product_img img {
    max-height: 100%;
}

/*.product_box:hover .product_img img{
  transform: scale(1.2);
}*/

.product_box .qv-button {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
    bottom: 0;
    z-index: 1;
    padding: 10px 10px;
    font-size: 15px;
    height: 0;
    overflow: hidden;
    padding: 0;
    height: 0;
    bottom: -10px;
    z-index: 2;
    opacity: 0;
    transition-delay: 0s;
    /* */
    padding: 10px;
    height: 36px;
    bottom: calc(50% - 18px);
    /* transition-delay: 0.25s; */
}

.product_box:hover .product_img {
    opacity: 0.5;
}

.product_box:hover .qv-button {
    opacity: 1;
    padding: 10px;
    height: 36px;
    bottom: calc(50% - 18px);
    transition-delay: 0.25s;
}

.product_wrapper {
    padding-left: 15px;
}

.filter {
    font-size: 15px;
    padding: 10px 20px 8px;
}

.content-carousel .owl-carousel {
    width: calc(100% - 85px);
    margin-left: auto;
}

.content-carousel .owl-carousel div {
    width: 100%;
}

.content-carousel .owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.content-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: -85px;
    width: 85px;
    height: 100%;
}

.content-carousel .owl-carousel .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-carousel {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.content-carousel .item {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_details p {
    color: #000000;
    font-size: 16px;
}

.tab_box {
    border: 1px solid #dee2e6;
}

.tab_box ul li {
    max-width: 33.33%;
    flex-basis: 33.33%;
}

.tab_box ul li a.nav-link {
    text-align: center;
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid #dee2e6 !important;
    margin-bottom: 0px;
    color: #000000;
}

.tab_box ul li:last-child a.nav-link {
    border-right: none !important;
}

.tab_box ul li a.nav-link.active {
    border-radius: 0;
    border: none;
    color: #000000;
    text-shadow: 0 0 1px #000000;
}

.text_box {
    padding: 15px;
}

.text_box .tab-content {
    height: 155px;
    overflow: auto;
}

.text_box .tab-content p {
    font-size: 15px;
}

.content-carousel .item img,
.content-carousel .owl-dot img {
    transition: 0.3s;
    object-fit: contain;
}

/*.content-carousel .item:hover img{
  transform: scale(1.3);
}*/

.content-carousel .owl-dot {
    overflow: hidden;
}

.content-carousel .owl-dot:hover img {
    transform: scale(1.2);
    z-index: -1;
}

.qv-images {
    display: none;
}

.owl-carousel {
    padding: 0 30px;
}

.popup_slider {
    max-height: 340px;
    overflow: hidden;
    opacity: 0;
    transition: 0.25s;
    transition-delay: 0.4s;
}

.popup_slider img {
    max-height: 300px;
    width: auto;
}

.modal.show .popup_slider.owl-loaded {
    opacity: 1;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

.product_slider .owl-nav,
.popup_slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -30px;
    left: 0;
    transform: translateY(-50%);
    width: calc(100% + 60px);
    width: 100%;
    z-index: -1;
}

/* .popup_slider .owl-nav {
    width: 100%;
    left: 0;
} */

.product_slider .owl-nav div,
.popup_slider .owl-nav div {
    border: none;
    padding: 0;
    background-color: var(--theme-color);
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1.62;
    text-align: center;
}

.product_title {
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    border-top: 3px solid #e0e0e0;
    margin-bottom: 25px;
    padding-top: 15px;
}

.popup_slider .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #aaaaaa;
    display: inline-block;
    padding: 1px;
    margin: 10px 3px;
}

.popup_slider .owl-dots .owl-dot.active {
    background-color: var(--theme-color);
}

.zoomContainer {
    z-index: 1030;
}

.zoomContainer .zoomWindowContainer .zoomWindow {
    border: none !important;
}

.main_preview {
    width: calc(100% - 95px);
    margin-left: 95px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.show_wrapper {
    text-align: center;
}

.show_wrapper img {
    display: none;
}

.show_wrapper img.current {
    display: block;
}

.small-img {
    width: 85px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#small-img-roll a {
    display: block;
}

#small-img-roll a:not(:first-child) {
    margin-top: 10px;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: 0.5;
}

.small-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.small-container div {
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: auto;
    padding-right: 20px;
    width: 105px; */
}

.small-container .owl-stage { display: flex; align-items: center;}

.small-container .show-small-img {
    width: auto;
    height: auto;
    cursor: pointer;
    display: block;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

#big-img {
    object-fit: cover;
    z-index: 1030;
}

.zoom_wrap {
    width: 300px !important;
    left: calc(100% + 30px) !important;
    /*top: 18rem !important;
*/
    height: 300px !important;
}

.zoom_wrap img {
    object-fit: contain !important;
}

.icon-left,
.icon-right {
    display: none;
}

.zoomWindow {
    border: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    padding-top: 175px;
    padding-right: 20px;
    font-size: 40px;
    color: var(--theme-color);
    transition: 0.3s;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.overlay.open {
    opacity: 1;
    pointer-events: all;
}
