﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #58595b;
    font-family: 'Lato', sans-serif;
}

.VirusMessage a {
    color: red;
}

.VirusMessage {
    margin: 0 0 0 8px;
    font-size: 13px;
    width: 500px;
    background-color: yellow;
    text-align: center;
    font-weight: bold;
    line-height: 39px;
    padding-right: 5px;
    padding-left: 5px;
    border: solid 1px gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}
/*header css */

.top-header-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .top-header-menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: right;
    }

.add-two {
    width: 260px;
    height: 150px;
    display: inline-block;
}

.top-header-menu ul li {
    display: inline-block;
    background-image: url(../Content/images/btn-bg.png);
    background-repeat: repeat-x;
    line-height: 29px;
    border-radius: 8px;
    margin-right: 8px;
}

    .top-header-menu ul li.order-history {
    }

    .top-header-menu ul li.login-btn {
        padding-left: 9px;
        padding-right: 14px;
    }

    .top-header-menu ul li.register-btn {
        padding-right: 8px;
        padding-left: 8px;
        margin-right: 0px;
    }


    .top-header-menu ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

.main-wrapper {
    background-color: #ffffff;
}

.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.sidebar-menu ul li a {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato';
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.wlcm-john-smith h4 {
    color: #7b7c7f;
    font-size: 14px;
    font-weight: 600;
    /*    background-image: url(../Content/images/john-smith-icon.png);
    background-repeat: no-repeat;
    background-position: left center;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
}

    .wlcm-john-smith h4 span {
        padding-left: 5px;
    }

#logo img {
    width: 100%;
}

.inner-header-info {
}


    .inner-header-info ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }


        .inner-header-info ul li {
            display: inline-block;
        }

            .inner-header-info ul li span {
                color: #6e7073;
                font-size: 15px;
                padding-left: 8px;
                padding-right: 8px;
                font-weight: 600;
                letter-spacing: 1px;
            }

            .inner-header-info ul li .fa-phone {
                font-size: 20px;
                color: #6e7073;
            }


            .inner-header-info ul li .fa-shopping-cart {
                font-size: 20px;
                color: #6e7073;
            }

            .inner-header-info ul li.shoping-cart {
                padding-right: 8px;
            }

.search-field {
    border: 1px solid #afb0b2;
    height: 29px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    left: 6px;
    top:3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 430px !important;
}

.search-btn {
    background-color: #ac2c2f;
    border-color: #ac2c2f;
    color: #fff;
    padding: 2px 8px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

    .search-btn:hover {
        background-color: #ac2c2f;
        border-color: #ac2c2f;
        color: #fff;
    }

    .search-btn span {
        padding-left: 8px;
        font-size: 15px;
    }

.form-inline {
    margin-top: 5px;
    margin-bottom: 10px;
}

.wlcm-john-smith {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
}

#logo {
    padding-top: 15px;
}

.sidebar-menu {
}

    .sidebar-menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .sidebar-menu ul li {
            border-bottom: 1px solid #e1e1e1;
            padding-top: 9.5px;
            padding-bottom: 10px;
        }

            .sidebar-menu ul li.active a {
                color: #ca6169;
            }

            .sidebar-menu ul li a {
                color: #000000;
                font-size: 16px;
                text-transform: uppercase;
                font-family: 'Lato';
                padding-left: 15px;
                padding-right: 15px;
            }

                .sidebar-menu ul li a:hover {
                    text-decoration: none;
                    color: #ca6169;
                }

.add-one {
    padding-bottom: 10px;
}

.heading-line {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-family: arial;
    line-height: 30px;
    letter-spacing: 2px;
}


.heading-panel {
    padding: 10px 15px;
}

.content-tabs-area {
    padding-left: 15px;
    padding-right: 20px;
}

.responsive-tabs__list {
    background-color: #c3383b;
    line-height: 44px;
    padding-top: 5px;
}

.responsive-tabs__panel {
    margin-top: 20px;
}

.responsive-tabs__list__item {
    border: none;
}

    .responsive-tabs__list__item:hover {
        background-color: #fff;
    }

.responsive-tabs__list__item--active {
    color: #000;
    font-weight: bolder !important;
}

.responsive-tabs__list__item:hover {
    color: #000;
}

.responsive-tabs__list {
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.responsive-tabs__list__item {
    font-size: 20px;
    font-weight: 500;
    font-style: normal
}

.box a:hover {
    color: #000000;
    text-decoration: none;
}

.box-one {
    min-height: 200px;
    border: 1px solid #a7a7a8;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

    .box-one h3 {
        margin: 0px;
        font-size: 17px;
        font-family: arial;
        color: #ff0000;
    }

    .box-one h4 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: normal;
        color: #000000;
    }

.responsive-tabs__list {
    margin-top: 2px;
}

footer p.phone-number {
    text-align: center;
}

    footer p.phone-number span {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        padding-left: 15px;
    }

    footer p.phone-number i.fa-phone {
        color: #fff;
        font-size: 20px;
    }

.footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

    .footer-menu li {
        display: inline-block;
        border-right: 1px solid #fff;
        line-height: 14px;
        padding-top: 0px;
    }

        .footer-menu li a {
            color: #fff;
            font-size: 17px;
            font-weight: normal;
            font-style: normal;
            padding-right: 4px;
            padding-left: 4px;
        }

.terms-condition-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    padding-top: 5px;
}

    .terms-condition-menu li {
        display: inline-block;
        border-right: 1px solid #fff;
        line-height: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .terms-condition-menu li a {
            color: #fff;
            font-weight: normal;
            font-size: 17px;
        }

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

#slider {
    background-image: url(../Content/images/shadow.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}

.shadow {
    box-shadow: inset 0 13px 15px -20px rgba(0,0,0,0.8), inset 3px 0 6px -5px rgba(0,0,0,0.8);
    padding-left: 19px;
}

#t01, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 8px 30px;
    text-align: left;
    font-size: 16px;
}

#t01 {
    width: 70%;
    margin-top: 5px;
}

/* START: For BusyIndicator aka loading spinner */

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 100;
    background-color: rgba(238,238,238, 0.4);
}

img.loading-spinner {
    display: flex;
    margin: 0 auto;
    width: 100px;
    max-width: 25%;
}
/* END: For BusyIndicator aka loading spinner */


/* Large desktops and laptops */

@media (min-width:768px) {
    .wlcm-john-smith h4 {
        text-align: right;
        padding-right: 18px;
    }

    .inner-header-info ul li {
        padding-right: 135px;
    }

    .inner-header-info ul {
        text-align: right;
    }

    .adds-area {
        padding-right: 19px;
        padding-top: 30px;
    }

    .add-one {
        padding-bottom: 30px;
    }

    .sidebar-menu {
        padding-top: 37px;
    }

    .circle-loader {
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-left-color: #5cb85c;
        animation-name: loader-spin;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .circle-loader,
        .circle-loader:after {
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

    .load-complete {
        -webkit-animation: none;
        animation: none;
        border-color: #5cb85c;
        transition: border 500ms ease-out;
    }

    .checkmark {
        display: none;
    }

        .checkmark.draw:after {
            animation-duration: 800ms;
            animation-timing-function: ease;
            animation-name: checkmark;
            transform: scaleX(-1) rotate(135deg);
        }

        .checkmark:after {
            opacity: 1;
            height: 28px;
            width: 10px;
            transform-origin: left top;
            border-right: 2px solid #5cb85c;
            border-top: 2px solid #5cb85c;
            content: '';
            left: 12px;
            top: 27px;
            position: absolute;
        }

    @keyframes loader-spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes checkmark {
        0% {
            height: 0;
            width: 0;
            opacity: 1;
        }

        20% {
            height: 0;
            width: 2.5px;
            opacity: 1;
        }

        40% {
            height: 28px;
            width: 10px;
            opacity: 1;
        }

        100% {
            height: 28px;
            width: 10px;
            opacity: 1;
        }
    }
}

@media (min-width: 1220px) {
    .container {
        width: 1220px;
    }

    img.loading-spinner {
        width: 125px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    img.loading-spinner {
        width: 100px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    img.loading-spinner {
        width: 75px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        color: black;
    }

    .inner-header-info ul {
        text-align: center;
    }

    .top-header-menu {
        text-align: center;
        margin: 8px auto;
        display: table;
    }


    .search-field {
        width: 60% !important;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    .form-group {
        display: inline;
    }

    .form-inline {
        text-align: center;
    }

    .wlcm-john-smith {
        padding-top: 10px;
    }

    .sidebar-menu ul {
        text-align: center;
    }

    .add-two img {
        text-align: center;
        display: inline-block;
    }

    .heading-line {
        font-size: 16px;
        text-align: center;
    }

    .sidebar-panel-add {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    #slider1_container {
        position: relative !important;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .top-header-menu ul li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: black;
    }

    .adds-area {
        padding-right: 0px;
        padding-top: 30px;
    }

    .top-header-menu ul li.login-btn {
        padding-left: 8px;
        padding-right: 8px;
    }

    .top-header-menu ul li.register-btn {
        padding-right: 5px;
        padding-left: 5px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

    .terms-condition-menu li a {
        font-size: 14px;
    }
}

.font-bold {
    font-weight: bold;
}

.hr-min {
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkout-form input, .checkout-form select {
    padding: 3px 12px;
    height: 25px;
}

.payment-buttons {
    margin-bottom: 0px;
}

input[name="IsForResale"] {
    height: 15px;
}

.checkout-form .form-group {
    margin-bottom: 8px;
}
.colorRed {
    color: red;
}


#paymenttech-frame {
    /* it was set by bootstrap to overflow-y: auto but was showing all the time. This way we let the @media query below show when needed'*/
    overflow-y: hidden;
}

#initial-mfa-request {
    margin-bottom: 16px;
}

#mfa-container form {
    display: flex;
    align-items: center;
    gap: 16px;
}

#mfa-container button {
    width: 130px;
} 

@media screen and (max-height: 500px) {
    #paymenttech-frame {
        overflow-y: scroll;
        padding: 120px 0;
    }
}

/* Styles for the collapsed (mobile) navbar */
@media (max-width: 991.98px) {
    .navbar-collapse {
        /* Set a background color for the expanded mobile menu */
        background-color: #212529; /* This is Bootstrap's default .bg-dark color */
        /* Optional: Add some padding to make it look nicer */
        padding: 1rem;
        border-radius: var(--bs-border-radius);
        margin-top: 0.5rem;
    }
}