﻿.loader {
    /*border: 10px solid rgb(255, 152, 0);
    border-radius: 50%;
    border-top: 10px solid #e72325;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 1234;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: circle-loader-spin 1s infinite linear;
    animation: circle-loader-spin 1s infinite linear;*/
}

/*#region Products Page @BASHA@*/
.als_cursor {
    cursor: pointer;
}

.als_product_desc {
    background-color: #eeeeee;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.als_Search_Scroll {
    box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    z-index: 99;
    width: 88%;
    background-color: white;
    overflow: auto;
}

.als_Main_Search_Scroll {
    height: 300px;
    overflow-y: scroll;
    box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    z-index: 99;
    width: 88%;
    background-color: white;
}

.prodheading {
    font-weight: normal !important;
    font-size: 1.3em;
    color: #666666;
}

.prodresheading {
    font-weight: normal !important;
    font-size: 0.9em;
    color: #9F9F9F;
}

.alspad {
    padding-left: 2px;
}

#txtQuantity1 {
    width: 50% !important;
    margin-bottom: 0;
}

#txtQuantity2 {
    width: 50% !important;
    margin-bottom: 0;
}

#txtQuantity3 {
    width: 50% !important;
    margin-bottom: 0;
}

.als_alignCenter {
    text-align: center !important;
}

/*Cart icon*/
.icon-cart {
    display: inline-block;
    width: 100px;
    position: relative;
    margin-left: 0% !important;
}

.icon-cart_number {
    position: absolute;
    top: -3px;
    right: -1px;
    padding: 6px;
    background: #1e54b1;
    border: 1px solid #f9b600 !important;
    border-radius: 60%;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    border: 0px solid #fff;
    min-width: 30px;
}

.icon-cart svg {
    fill: #444;
}

#demo {
    margin-top: 10px !important;
    max-width: 960px;
    margin-bottom: 0px;
}

#demoCarts {
    margin-top: 16% !important;
    max-width: 960px;
    margin-bottom: 0px;
}

.als_whitecolor {
    color: white !important;
    text-decoration: none !important;
}

.als_bold {
    font-weight: bold !important;
}
/* ALS Spec Flip Styles*/
.flips {
    width: 200px;
    height: 260px;
    position: relative;
    perspective: 800px;
}

#card {
    width: 50%;
    height: 50%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

    #card div {
        margin: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
    }

    #card .front {
        background: red;
    }

    #card .back {
        background: blue;
        transform: rotateY( 180deg );
    }

    #card.flipped {
        transform: rotateY( 180deg );
    }

.als_textbox_paddncentr {
    padding: 0px !important;
    text-align: center !important;
}

.als_margin_left {
    margin-left: 2%;
}

.als_color {
    color: #0253af;
}

als_pagination {
    padding-bottom: 1%;
    margin-bottom: 0%;
    margin-top: -2%;
}

.circle {
    display: block;
    background: black;
    border-radius: 100%;
    height: 300px;
    width: 300px;
    margin: 0;
    /*position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #E94E3D;
    box-shadow: 60px -60px 0 2px @color, -60px -60px 0 2px @color, -60px 60px 0 2px @color, 60px 60px 0 2px @color, 0 0 0 2px #E94E3D;*/
}
/*.pag {
    display: inline-block;
    padding: 0px 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0253af;
    border-color: #e72325;
}

.pagecolor {
    color: #0253af;
    font-family: Arial;
    font-weight: 500;
    letter-spacing: 0.5px;
}*/
/*end region*/
/*endregion*/



.als_page_buttons {
    border: 1px solid #c1c1c1;
    padding: 5px !important;
    border-radius: 50%;
    width: 8%;
    font-size: 11px;
    background-color: #fff !important;
    margin-bottom: 5% !important;
    height: 31px;
}


    .als_page_buttons:hover {
        border: 1px solid #0253af;
        padding: 5px !important;
        border-radius: 50%;
        width: 8%;
        font-size: 11px;
        margin-bottom: 5% !important;
        height: 31px;
        background-color: #0253af !important;
        color: #fff;
    }

.als_cart_total {
    margin-top: -8% !important;
    width: 85%;
}

@media only screen and (min-width : 1224px) {
    /*#region properties*/
    .inputchemical {
        border-bottom: 1px solid rgba(193, 193, 193, 0.27);
        /*background-color: #0253af;*/
        color: rgb(255, 183, 25);
        height: 33px;
        padding-top: 5px;
        margin-bottom: 9px;
        padding-left: 1%;
    }

    .inputcollan {
        padding-top: 8px;
        margin-left: -20%;
    }

    .inputvalue {
        padding-top: 8px;
        margin-left: -12%;
    }
    .txtinput{
       margin-left: -2%;
   }
    .txtlogin {
        margin-left: 44.5%;
    }

    .inputitemno {
        border-bottom: 1px solid rgba(193, 193, 193, 0.27);
        /*background-color: #0253af;*/
        color: white;
        height: 33px;
        padding-top: 5px;
    }

    .input-properties {
        padding-left: 4.4%;
        height: 33px !important;
        padding-top: 8px;
    }

    .property_height {
        height: 450px;
    }
    /*#endregion*/
    .ALSimg-responsive {
        width: 49%;
    }

    .imgformula {
        width: 31%;
        margin-top: 42%;
        margin-left: 8%;
    }
   ::-webkit-scrollbar {
    width: 1em;
    height: 0.5em;
}
    .inputphno {
        margin-top: 1.5%;
    }

    .btnback {
        margin-left: 16%;
        margin-top: 0.6%;
    }

    .imgcard {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        /* height: 100% !important; */
        margin-left: 0px !important;
        /*height: 290px;*/
        height: auto;
        margin-top: 2%;
        margin-bottom: 19%;
    }

    .imgcard1 {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        height: auto;
        /*margin-left: 83px !important;*/
        margin-left: 14px !important;
        margin-left: 15px !important;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .imgstruvture {
        border: 1px solid;
        background-color: #146b90;
        color: white;
        /* padding: 0.5%; */
        margin-top: 0%;
        width: 110%;
        margin-left: -5%;
    }

    .imgstruvture1 {
        border: 1px solid;
        background-color: #146b90;
        color: white;
        margin-top: 0%;
        width: 110%;
        margin-left: -5%;
        padding: 10px !important;
    }

    .als_contact_text {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 20%;
    }

    .alsget {
        width: 80%;
        margin-left: 3%;
        /*margin-top: -19%;*/
    }

    .inputitem {
        margin-left: -8%;
    }
}

@media only screen and (min-width : 1824px) {
    /*#region Properties*/
    .inputchemical {
        border-bottom: 1px solid rgba(193, 193, 193, 0.27);
        /*background-color: #0253af;*/
        color: rgb(255, 183, 25);
        height: 33px;
        padding-top: 5px;
        margin-bottom: 9px;
        padding-left: 1%;
    }

    .inputcollan {
        padding-top: 8px;
        margin-left: -20%;
    }
   ::-webkit-scrollbar {
    width: 1em;
    height: 0.5em;
}
   .txtinput{
       margin-left: -2%;
   }
    .inputvalue {
        padding-top: 8px;
        margin-left: -12%;
    }

    .txtlogin {
        margin-left: 44.5%;
    }

    .inputitem {
        margin-left: -8%;
    }

    .inputitemno {
        border-bottom: 1px solid rgba(193, 193, 193, 0.27);
        /*background-color: #0253af;*/
        color: white;
        height: 33px;
        padding-top: 5px;
    }

    .input-properties {
        padding-left: 4.4%;
        height: 33px !important;
        padding-top: 8px;
    }

    .property_height {
        height: 450px;
    }
    /*#endregion*/
    .ALSimg-responsive {
        width: 48%;
        height: 100px !important;
    }

    .imgformula {
        width: 31%;
        margin-top: 30%;
        margin-left: 12%;
    }

    .inputphno {
        margin-top: 1.5%;
    }

    .alsget {
        width: 81%;
        margin-left: 3%;
        /*margin-top: -19%;*/
    }

    .btnback {
        margin-left: 25%;
        margin-top: 0.6%;
    }

    .imgcard {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-top: 2%;
        height: auto;
        margin-bottom: 43.5% !important;
    }

    .imgcard1 {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        /*margin-left: 83px !important;*/
        margin-left: 14px !important; /*basha*/
        height: auto;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .imgstruvture {
        border: 1px solid;
        background-color: #146b90;
        color: white;
        margin-top: 0%;
        width: 110%;
        margin-left: -5%;
        padding: 10px !important;
    }

    .imgstruvture1 {
        border: 1px solid;
        background-color: #146b90;
        color: white;
        margin-top: 0%;
        width: 110%;
        margin-left: -5%;
        padding: 10px !important;
    }

    .als_contact_text {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 20%;
    }

    .als_map_text {
    }

    .alssubmit {
        margin-top: 1% !important;
    }

    .als_addtocart_icon {
        padding-left: 9% !important;
    }
}




/* Medium Devices, Desktops */
/*@media only screen and (min-width : 992px) {
    .imgcard {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-left: 83px !important;
        height: 290px;
        margin-top: 2%;
        margin-bottom: 19%;
    }
}*/

/* Large Devices, Wide Screens */
/*@media only screen and (min-width : 1200px) {

    .imgcard {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-left: 130px;
        height: 290px;
        margin-top: 2%;
        margin-bottom: 46.5% !important;
    }
    
}*/
