.error {
    color: red;
}

.product-heading b {
    color: rgb(7, 133, 59);
}

.section-spacing-up {
    margin-top: 120px;
}

@media (max-width: 991px) {
    .section-spacing-up {
        margin-top: 80px;
    }
}

@media (max-width: 575px) {
    .section-spacing-up {
        margin-top: 35px;
    }
}


/* Rotec Special Test Color */

.Rotec_red {
    color: rgb(128 0 0);
}

.Rotec_green {
    color: #204000;
}

.Rotec-button {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    transition: all .3s ease-in-out;
    background: rgb(128 0 0);
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    margin: 15px;
}

.Rotec-button-v1 {
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    transition: all .3s ease-in-out;
    background: rgb(128 0 0);
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
}

@media (max-width: 991px) {
    .Rotec-button-v1 {
        line-height: 40px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 25px;
    }
}

@media (max-width: 575px) {
    .Rotec-button-v1 {
        line-height: 30px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 18px;
    }
}

.Rotec-button:hover {
    background: #204000;
}

.Reset-Filter-button {
    background: rgb(148, 144, 144);
}


/* ------------------------------------ Logo ------------------------------------ */

.header-two .theme-menu-wrapper .bg-wrapper .logo {
    bottom: -48px;
}

.header-two .theme-menu-wrapper .bg-wrapper .logo img {
    max-height: 150px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 6px 14px -12px rgb(35 35 35 / 25%);
}

@media (max-width: 991px) {
    .header-two .theme-menu-wrapper .bg-wrapper .logo {
        bottom: -60px;
    }
    .header-two .theme-menu-wrapper .bg-wrapper .logo img {
        max-height: 110px;
    }
}

@media (max-width: 400px) {
    .header-two .top-header .left-widget li {
        margin: 0px;
    }
}

@media (max-width: 400px) {
    .header-two .theme-menu-wrapper .bg-wrapper .logo {
        left: 165px;
    }
}


/*-------------------------- Navbar -------------------------- */

.header-two #mega-menu-holder>ul>li.active>a {
    color: rgb(128 0 0);
}


/* --------------- Add to cart Icon --------------------- */

.header-two .theme-menu-wrapper .right-widget .cart-icon a {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
}

.theme-menu-wrapper .right-widget .cart-icon a span {
    font-family: 'Nunito Sans', sans-serif;
    position: absolute;
    width: auto;
    height: 34px;
    border-radius: 20px 15px 0px 20px;
    background: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    right: -60px;
    padding-right: 10px;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a span {
    background: rgb(128 0 0);
    color: #fff;
    top: 31px;
    z-index: -1;
    left: -12px;
    text-align: right;
}

@media screen and (max-width: 1260px) {
    .header-two .theme-menu-wrapper .right-widget .cart-icon {
        margin: 0px 70px 0 0;
    }
    .theme-menu-wrapper .right-widget .cart-icon a span {
        right: -70px;
    }
    .header-two .theme-menu-wrapper .right-widget .cart-icon a span {
        left: -13px;
    }
}

@media screen and (max-width: 991px) {
    .header-two .theme-menu-wrapper .right-widget .cart-icon a span {
        top: 18px;
    }
}


/* ----------------------------- Banner -------------------------------- */

#theme-main-banner .camera_caption h1,
#theme-main-banner .camera_caption p {
    color: white;
}

#theme-main-banner .camera_caption h1 {
    text-shadow: 2px 3px rgb(44, 44, 44);
}


/* ------------------- Catagory Page --------------------------*/

.why-we-best .overlay {
    background: rgb(255, 255, 255);
}

.why-we-best .theme-title-one h2,
.why-we-best .theme-title-one p {
    color: rgb(0, 0, 0);
}


/* ------------------ Products Page ----------------- */

.shop-page .single-product .image-box img {
    box-shadow: none;
}

.theme-inner-banner .overlay {
    background: rgb(255 255 255);
    padding: 50px 0 0 0;
}

.theme-inner-banner .overlay .special_text {
    color: #204000;
}

.theme-inner-banner .overlay h2 {
    color: rgb(128 0 0);
}

.shop-page .single-product .product-name .add-to-cart {
    position: relative;
    bottom: -10px;
}

.shop-page .single-product .product-name .add-to-cart a:hover {
    text-decoration: none;
}

.shop-page .single-product .image-box img {
    max-width: 95%;
    border-radius: 0;
}


/* ------------------------- Product Table------------------ */

.shop-details .product-details .product-info .order-box li {
    display: inline-block;
    vertical-align: middle;
}

.shop-details .product-details .product-info .order-box .QtyColName {
    font-family: 'Nunito Sans', sans-serif;
    color: #232323;
    margin-right: 5px;
}

.shop-details .product-details .product-info .order-box .QtyButton button,
.shop-details .product-details .product-info .order-box .QtyButton input {
    background: white;
    display: inline-block;
    line-height: 30px;
    border: none;
    text-align: center;
}

.shop-details .product-details .product-info .order-box .QtyButton {
    background: white;
    border: 1px solid #d7d7d7;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
}

.shop-details .product-details .product-info .order-box .QtyButton button {
    font-size: 20px;
    font-weight: 300;
}

.shop-details .product-details .product-info .order-box .QtyButton input {
    width: 40px;
    margin-left: 10px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) {
    padding: 0 15px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) input {
    width: 45px;
}

.shop-details .product-details .product-info .order-box-v1 {
    margin: 0;
}


/* For Website numbering system */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


/* Filter Select Options */

.shop-page form {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 10px;
}

.shop-page .shop-filter label {
    color: rgb(128 0 0);
}

.shop-page .shop-filter .form-control-v1 {
    margin: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 5px 5px;
    height: 35%;
    width: 60%;
    outline: none;
    box-shadow: none;
    background-color: #e9e9e969;
    color: #204000;
    border: #555555;
    border-bottom: 2px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    font-weight: 600;
}

.shop-page .shop-filter .form-control-v1 option {
    border-radius: 0 0 5px 5px;
}


/*----------------- Theme button ------------------*/

body .MoreInfo-button,
body .theme-button-one-v1 {
    display: inline-block;
    background: rgb(128 0 0);
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px 10px 25px;
}

body .theme-button-view {
    background: green;
}

body .theme-button-check {
    background: #2068b5;
}

body .theme-button-copy {
    background: #dd8a44;
}

body .theme-button-delete {
    background: #ce1111;
}

body .MoreInfo-button {
    background: #427c08;
}

body .updateCart-button {
    background: #144573;
}

body .download-pdf {
    background: rgb(0 154 210);
}

body .MoreInfo-button:hover,
body .theme-button-one-v1:hover {
    background: #ffffff;
    color: black;
    /* font-size: medium; */
    border: 1px solid black;
    /* border-style: groove; */
}

.data-group .expandable .product-img {
    margin: auto;
    /* display: inline-block; */
    display: flex;
    width: auto;
    text-align: -webkit-center;
    max-height: 400px;
}

.data-group .expandable .product-img img {
    max-height: 400px;
    width: auto;
    max-width: none;
    overflow: hidden;
}


/* body .MoreInfo-button:hover {
    background: rgb(128 0 0);
} */


/* -----------------------------------------
                Downloads Page
--------------------------------------------- */

.core-values {
    background: white;
}

.core-values .single-value-block {
    margin-top: 40px;
    background: white;
    /* border: 0.5px solid #204000; */
    border-radius: 5px;
    overflow: hidden;
}

.core-values .single-value-block:hover {
    /* border-style: inset; */
    border: 1px solid #d7d7d7;
}

.core-values .single-value-block .image-box {
    display: flex;
    justify-content: center;
    /* width: auto; */
    height: 255px;
    /* background: white;
    color: white; */
}

.core-values .single-value-block .image-box img {
    width: auto;
    /* height: 255px; */
    /* padding: 5px; */
    max-height: -webkit-fill-available;
    object-fit: contain;
}

.core-values .single-value-block .image-box .overlay {
    background: rgba(0, 26, 87, 0);
}

.core-values .single-value-block .image-box .overlay a {
    background: rgb(128 0 0);
    color: white;
}

.core-values .single-value-block .image-box .overlay a:hover {
    background-color: #204000;
}

.core-values .single-value-block .text {
    background: #fff;
    border: none;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 25px 20px 25px 30px;
}


/* ------------------- Footer ------------------------ */

.callout-banner {
    background-color: #364555;
    background-image: url(../images/home/pattern2.png);
}

.header-two .top-header,
.theme-footer-two {
    background: #364555;
}

.theme-footer-two .top-footer .logo img {
    max-height: 120px;
}

.theme-footer-two .bottom-footer a {
    font-size: 16px;
    color: #9ca6bf;
}


/* Quotation Form */

.quoteForm .quote-textfield-1 {
    width: 400px;
}

.quoteForm .quote-textfield-2 {
    width: 350px;
}

.quoteForm .quote-textfield-3 {
    width: 180px;
}

.quoteForm .quote-textfield-4 {
    width: 280px;
}

.quoteForm .quote-textfield-5 {
    width: 120px;
}

.quoteForm .side-borders {
    /* border-left: 1px solid rgba(0, 0, 0, .1); */
    border-right: 1px solid rgba(0, 0, 0, .1);
}


/*----------------------------- Error Page --------------------------*/

.error-page {
    text-align: center;
    margin-bottom: 175px;
}

.error-page h2 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 3px;
}

.error-page h3 {
    font-weight: normal;
    color: #413f3f;
    font-size: 32px;
    margin: 18px 0 32px 0;
}

.error-page p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 56px;
}

.error-page a {
    line-height: 45px;
}

.error-page span.or {
    font-size: 18px;
    color: #2f2f2f;
    margin: 0 16px;
}

.error-page input {
    height: 55px;
    width: 380px;
    padding: 0 20px;
    border: 1px solid #f0f0f0;
}


/* Special */

.myFormSpecialInput {
    display: none;
    visibility: hidden;
}

.modal_prod_img {
    margin: auto;
    padding: 20px;
    max-width: 350px;
}

.product_field {
    position: relative;
}

.drag-button {
    position: absolute;
    font-size: 20px;
    bottom: 4px;
    left: 575px;
    cursor: move;
}

.sortable-ghost {
    opacity: 0.5;
}

.no-select {
    user-select: none; /* For modern browsers */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For Internet Explorer and Edge */
}

.quote_prod_close_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
    color: red;
    font-size: 30px;
}

/* ----------------------- Tooltip container --------------- */
.theme-button-one-v1[data-tooltip]:hover:after {
    content: attr(data-tooltip); /* Here we use the content of the data-tooltip attribute */
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 1; /* Make the tooltip fully opaque */
    transition: opacity 0.3s; /* Smooth transition for the tooltip appearance */
}

.theme-button-one-v1[data-tooltip] {
    position: relative; /* This ensures that the tooltip is positioned relative to the button */
}
