﻿img.btn-addToCart {
    border: unset !important;
}

.productssection .card-body:hover img.btn-addToCart {
    filter: unset !important;
}

.cartsearch {
    width: 50px;
    height: auto;
}

.comparison.show {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 300px;
    visibility: visible;
    z-index: 100;
}

.comparison {
    position: fixed;
    bottom: -100%;
    left: -100%;
    width: 300px;
    visibility: visible;
    z-index: 100;
    transition: all .9s ease;
}

    .comparison .media {
        padding: 15px 10px;
        transition: all .4s ease-out;
        position: relative;
        font-size: 12px;
        border-bottom: 1px solid #b7c9e1;
    }

        .comparison .media .code {
            color: #6a95cc;
        }

        .comparison .media:hover:before {
            position: absolute;
            content: " ";
            top: 0;
            height: 100%;
            right: 0;
            width: 8px;
            background-color: #ffca01;
        }

    .comparison img {
        width: 60px;
        box-shadow: 0 2px 3px #c7c7c7;
    }

    .comparison .media .close span {
        border-radius: 50%;
        background-color: #b7c9e1;
        font-size: 15px;
        padding: 5px;
    }

    .comparison .media .close:focus {
        box-shadow: unset !important;
        outline: unset !important;
    }

.btn-comparison {
    background-color: #6a95cc;
    color: #fff !important;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    padding: 15px 30px;
}

    .btn-comparison:hover {
        animation: BtnCom .2s linear;
    }

.btn-exit {
    background-color: #ffca01;
    color: #fff !important;
    padding: 15px 15px;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
}

.badge-numCamparison {
    background-color: #5987c2;
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
}

.comparisonBox {
    background-color: #fff;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 5px;
}

    .comparisonBox img {
        width: 60px;
    }

.form-horizontal .form-control:focus {
    box-shadow: unset !important;
    border-color: #ccc !important;
}

#numberinpage:focus {
    border-color: #ffca01 !important;
    box-shadow: 0 0 0 .2rem #fde58e;
}

.panelbox {
    position: relative;
    padding: 1px;
}

.myform2 {
    display: none;
    z-index: 1000;
    position: absolute;
}

.myform3 {
    display: none;
    z-index: 1001;
    position: absolute;
}

.column {
    float: right;
    width: 50px;
    padding: 5px;
}

.myrow {
    width: 180px !important;
}

    .myrow::after {
        content: "";
        clear: both;
        display: table;
    }

.imgbtn {
    cursor: pointer;
}
/*.loading-image {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 10;
}
*/ /*.loader {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    right: calc(50% - 100px);
    z-index: 2;
}
*/

.toolband {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 40px;
    width: 98%;
    padding: 5px;
}

    .toolband button {
        float: left;
        font-weight: 600;
        color: #000;
    }

.hidden {
    display: none;
}

#psearch_id .card {
    border-color: #e1ebf8 !important;
}

.input {
    width: 100%
}

    .TextButtom button {
        z-index:10 !important;
    }

.leftpanel {
    position: relative;
    width: calc(100% - 400px);
    float: right;
    background-image: url(../pictures/searchBack.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

    .leftpanel .panel-body {
        height: 600px;
        overflow: scroll;
    }

.searchpanelbtn {
    display: none;
}

.productssection .card {
    box-shadow: 0 1px 5px #b7c9e1;
    margin: 10px auto;
}

.productimage {
    position: relative;
    overflow: hidden;
}

    .productimage img {
        width: 100%;
        height: 200px;
    }

#view {
    position: absolute;
    bottom: -60%;
    left: 0;
    right: 0;
    margin: 5px auto;
    transition: all .5s .3s ease;
}

.productssection .card:hover #view {
    transform: scale(1.2);
    bottom: 60px;
}

.view {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #6a95cc;
    color: #6a95cc;
    border-radius: 5px;
    font-size: 10px;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

    .view:hover {
        cursor: pointer;
        background-color: #6a95cc;
        border: 1px solid #6a95cc;
        color: #fff;
    }

.btn-addToCart {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #6a95cc;
    color: #6a95cc;
    font-size: .8rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

    .btn-addToCart:before {
        position: absolute;
        top: 100%;
        left: -100%;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #6a95cc;
        z-index: -1;
        transition: all .3s ease;
        border-radius: 10px;
    }

    .btn-addToCart:hover:before {
        top: 0;
        left: 0;
    }

    .btn-addToCart:hover {
        cursor: pointer;
        border-color: transparent;
        color: #fff;
    }

#moreinfo {
    position: absolute;
    bottom: -60%;
    left: 0;
    right: 0;
    margin: 5px auto;
    transition: all .3s .1s ease;
}

.moreinfo {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #6a95cc;
    border-radius: 5px;
    color: #6a95cc;
    font-size: 10px;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.productssection .card:hover #moreinfo {
    transform: scale(1.2);
    bottom: 20px;
    transition: all .3s ease;
}

#moreinfo {
    transition: all .3s ease;
}

.moreinfo {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #6a95cc;
    color: #6a95cc;
    border-radius: 5px;
}

    .moreinfo:hover {
        cursor: pointer;
        background-color: #6a95cc;
        color: #fff;
    }

.productinfo {
    margin-bottom: 10px !important;
    background-color: #fff;
    position: relative;
}

    .productinfo .section {
        width: 100%;
        margin: 0;
        color: #132666;
    }

.productssection .card-body:hover img {
    filter: brightness(70%);
    transition: all ease-in-out .3s;
}

.productssection .card-body:hover .moreinfo {
    top: 15px;
}

.container {
    position: relative;
    padding-left: 25px;
    padding-right: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    transition: all .2s ease;
    color: #6a95cc;
    opacity: .6;
}

.productssection .card-body:hover .container {
    opacity: 1;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #6a95cc;
}

.container:hover input ~ .checkmark {
    background-color: #cedbed;
}

.container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 7px;
    top: -7px;
    width: 8px;
    height: 20px;
    border: solid #132666;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brandname {
    width: 60%;
    margin: auto;
}

    .brandname a {
        text-decoration: none;
        color: #6a95cc;
        cursor: pointer;
    }

.brandimage {
    width: 27%;
    height: auto;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.productname {
    background-color: #fff;
}

    .productname a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
        font-weight: bolder;
    }

.SellPrice {
    margin-right: auto;
    margin-left: auto;
}

.Dimension {
    height: 40px;
    padding: 5px;
    border-bottom: 1px dotted #8e0d0d;
}
    .Dimension a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
        font-weight: bolder;
    }
.btn-status:hover {
    transition: all .2s ease;
    width: 130px;
}
.status {
    z-index: 2;
    position: absolute;
    top: -10px;
    right: -10px;
}

.sitCoWebStatus {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 10px;
}
.quantitydetails {
    border-top: 1px solid #e1ebf8;
}
.btn-status {
    width: 130px;
    text-align: right;
    border-radius: .4rem;
}
.status .btn-status.green {
    background-color: #69c339;
    color: #fff;
    box-shadow: 0 2px 2px #57b227;
}

    .status .btn-status.orange {
        background-color: #eba62a;
        color: #fff;
        box-shadow: 0 2px 2px #eaa01b;
    }

    .status .btn-status.red {
        background-color: #f16672;
        color: #fff;
        box-shadow: 0 2px 2px #ec505d;
    }

.Samples {
    height: 40px;
    padding: 5px;
}

    .Samples a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
        font-weight: bolder;
    }

@media screen and (max-width:1200px) {
    .psearch {
        z-index: 100;
        width: 100%;
    }

    .leftpanel {
        position: relative;
        width: 100%;
        float: right;
        border: 5px solid #fff;
    }

    .searchpanelbtn {
        display: inline-block;
    }

    .view {
        cursor: pointer;
    }
}

@media(max-width:992px) {
}

@keyframes BtnCom {
    0% {
        background-image: linear-gradient(140deg, #5987c2 0, #5987c2 10%, #6a95cc 10%, #6a95cc 100%);
    }

    15% {
        background-image: linear-gradient(140deg, #5987c2 0, #5987c2 30%, #6a95cc 30%, #6a95cc 100%);
    }

    30% {
        background-image: linear-gradient(140deg, #5987c2 0, #5987c2 30%, #5987c2 30%, #5987c2 80%, #6a95cc 80%, #6a95cc 100%);
    }

    45% {
        background-image: linear-gradient(140deg, #6a95cc 0, #6a95cc 20%, #5987c2 20%, #5987c2 100%);
    }

    60% {
        background-image: linear-gradient(140deg, #6a95cc 0, #6a95cc 40%, #5987c2 40%, #5987c2 100%);
    }

    85% {
        background-image: linear-gradient(140deg, #6a95cc 0, #6a95cc 60%, #5987c2 60%, #5987c2 100%);
    }

    100% {
        background-image: linear-gradient(140deg, #6a95cc 0, #6a95cc 80%, #5987c2 80%, #5987c2 100%);
    }
}

@media(min-width:1200px) {

    .psearch {
        position: sticky;
        width: 400px;
        float: right;
        top: 100px
    }
}

.downloadpdf img {
    width: 50px;
}

span.mostsearched {
    background-color: rgba(203, 202, 202, 0.65);
    color: #332b3a;
    cursor:pointer;
    border-radius:.3rem;
}

.notfoundproducts {
    background-color: rgba(203, 202, 202, 0.65) !important;
    color: #132666;
    border:unset !important;
}

.similartitle {
    background-color: rgba(203, 202, 202);
}

.nav-link.active{

transform:scale(1.2);
color:#ff6a00 !important;
}