﻿#lblotp {
    visibility: hidden;
}

#otptext {
    display: none;
}

#otplbl {
    display: none;
}

#mrova-feedback {
    width: 335px;
    position: fixed;
    left: -335px;
    border: 1px solid #ccc;
    padding: 10px 24px;
    background-color: #fff;
    padding-bottom: 9px;
    z-index: 99999;
}

#mrova-contactform ul {
    margin: 0;
    padding: 0;
}

#mrova-contactform input, #mrova-contactform select, #mrova-contactform textarea {
    width: 285px;
    padding-left: 10px;
    height: 30px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.query {
    height: 75px !important;
}

#mrova-contactform ul li {
    list-style: none;
    padding-bottom: 0;
}

div#mrova-feedback {
    min-height: 150px !important;
    height: auto !important;
}

#mrova-img-control {
    cursor: pointer;
    position: absolute;
    right: -40px;
    width: 40px;
    background-repeat: no-repeat;
    height: 192px;
}

#mrova-contactform #mrova_sendbutton {
    background-color: #f8881f;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px 7px;
    font-weight: 400;
    text-align: center;
    font-family: Mr Eaves XL Modern,sans-serif;
    border: none;
}

#mrova-feedbacka {
    display: hidden;
    width: 850px;
    position: fixed;
    right: -850px;
    padding: 8px 20px;
    background-color: #3e3e45;
}

.left_content {
    float: left;
    width: 62%;
    padding-bottom: 27PX;
}

.right_form {
    float: left;
    width: 34%;
    margin-top: 36PX;
    border-left: 2PX SOLID #7a7a7a;
    padding-left: 28PX;
}

#mrova-forma h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 7PX;
}

#mrova-forma p {
    color: #fff;
    font-size: 18px;
}

#mrova-forma ul li {
    color: #b0b0b6;
    font-size: 14px;
}

form#mrova-contactforma {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.filds {
    padding-left: 21px;
}

#mrova-contactforma ul {
    margin: 0;
    padding: 0;
}

#mrova-contactforma input, #mrova-contactforma textarea {
    width: 269px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 2px;
}

.submit1 {
    background: #ff8b1e;
    color: #fff;
    font-size: 14px;
    border-style: none !important;
    font-family: RobotoBold;
}

#mrova-contactforma ul li {
    line-height: 22px;
}

#mrova-img-controla {
    cursor: pointer;
    position: absolute;
    left: -66px;
    width: 66px;
    background-repeat: no-repeat;
    height: 256px;
    top: 50%;
}

#mrova-contactforma #mrova-sendbuttona {
    width: 60px;
    background: #db4f4a;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: none;
}

.separator {
    border-top: 2px solid #000;
    width: 75%;
    margin: 0 auto;
}

#goog-gt-tt {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}

@@media screen and (min-width: 320px) and (max-width: 480px) {
    .product-item__inner img {
        height: 119px !important;
        width: auto;
        object-fit: cover;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .product-item__inner img {
        height: 198px !important;
        width: auto;
        object-fit: cover;
    }

    .product-item__inner .custom-sell-img {
        height: 144px !important;
    }
}


@media screen and (min-width: 769px) and (max-width: 992px) {
    .product-item__inner img {
        height: 97px !important;
        width: auto;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) {
    .product-item__inner img {
        height: 140px;
        width: auto;
        object-fit: cover;
    }
}

.image-container {
    position: relative;
}

.crosshair-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    pointer-events: none;
    background-color: #05679245;
    display: none;
    z-index: 10;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.5) 50%, transparent 51%, transparent), linear-gradient(transparent 49%, rgba(255, 255, 255, 0.5) 50%, transparent 51%, transparent);
    background-size: 10px 10px;
}


.zoomed-image {
    position: fixed;
    right: 20px;
    top: 100px;
    width: 48%;
    height: 86%;
    border: 2px solid #ccc;
    background-color: white;
    display: none;
    z-index: 9999;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .zoomed-image img {
        position: absolute;
        width: 210%;
        top: 400px;
        height: auto;
        pointer-events: none;
    }

@media(max-width: 383px) {
    .custom-let {
        font-size: 0.6rem;
    }
}