﻿/* important style */
/* latin-ext */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v5/LC4u_jU27qpsdszDEgeU_3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
    unicode-range: U+30-39;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.form-control-in-header {
    border: 1px solid rgb(30,115,190) !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: rgb(30,115,190);
}

    .form-control-in-header:focus {
        border: 1px dashed rgb(30,115,190) !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

        .form-control-in-header:focus::placeholder {
            color: rgb(30,115,190);
        }

    .form-control-in-header::placeholder {
        color: white;
    }

.dropdown-toggle-split:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.dropdown-menu-background-color {
    background: #292929;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: #687188;
    font-family: 'Oxygen', 'Raleway', sans-serif !important;
    font-size: 16px;
}

.font-weight-bolder-for-text {
    font-weight: bold !important;
    color: black !important;
}

.fampower-color-blue {
    color: rgb(30,115,190) !important;
}

.number-font {
    font-family: 'Oxygen', sans-serif !important;
}

.breadcrumb {
    background-color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292b2c;
}

p {
    color: #687188;
    line-height: 28px;
    margin-bottom: 25px;
}

a:hover {
    text-decoration: none !important;
}

.p-on-icon-box {
    font-size: 13px;
    text-align: justify;
    text-justify: inter-word;
}

.p-on-icon-box-2 {
    font-size: 13px;
    color: rgb(30,115,190) !important;
}

/* end important style */
/* start index */
/*start navbar*/
.navbar-icon-size {
    font-size: 20px;
}

.menu li {
    display: inline-block;
    position: relative;
}

    .menu li:first-child {
        margin-left: 0;
    }

    .menu li a {
        font-weight: 600;
        text-decoration: none;
        font-weight: bold !important;
        color: rgb(107, 107, 107);
        font-size: 12px !important;
        padding: 20px 10px;
        display: block;
        transition: all 0.2s ease-in-out 0s;
    }

        .menu li a:hover, .menu li:hover > a {
            color: #fff;
            background: #686868;
        }

.menu ul {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 10rem !important;
    position: absolute;
    left: 0px;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

    .menu ul:after {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -6px;
    }

    .menu ul li {
        display: block;
        background: none;
        margin: 0;
        padding: 0;
    }

        .menu ul li a {
            font-size: 0.7rem !important;
            font-weight: normal;
            display: block;
            color: #fff;
            background: #5a5a5a;
        }

            .menu ul li a:hover, .menu ul li:hover > a {
                background: #5a5a5a;
                background-color: white;
                color: rgb(0, 0, 0);
            }

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: -10rem !important;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}


    .menu ul ul:after {
        left: 6px;
        top: -10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: -6px;
        margin-top: -6px;
    }

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

/* navbar end */
/* navbar-toggler started */
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: #0a87d4 !important;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
/* navbar-toggler end */
/* end start navabr*/
.button-in-box {
    border-radius: 4px;
    background-color: rgb(30,115,190) !important;
    border: none;
    color: #FFFFFF;
    text-align: center !important;
    position: relative;
    bottom: 23px;
    font-size: 13px;
    padding: 10px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .button-in-box span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-in-box span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-in-box:hover span {
        padding-right: 25px;
    }

        .button-in-box:hover span:after {
            opacity: 1;
            right: 0;
        }
/* carousel */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '❯';
        font-size: 55px;
        color: red;
        position: absolute;
        right: 0;
        background-color: #0a87d4;
        padding: 5px;
        color: rgb(255, 255, 255);
    }

    .carousel-control-prev-icon:after {
        content: '❮';
        font-size: 55px;
        position: absolute;
        left: 0px;
        background-color: #0a87d4;
        padding: 5px;
        color: rgb(255, 255, 255);
    }
/* end carousel */
/* welcome */
.border-on-welcome {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 1px 3px #00009e;
}

.blog_post.blog_style3 .blog_content a:hover {
    color: #ff324d
}

.blog_post.blog_style3 .blog_content a {
    color: #fff
}

.blog_post.blog_style3 {
    position: relative
}

.blog_post {
    margin-bottom: 30px;
    transition: all .5s ease-in-out
}

.blog_style1 {
    border-radius: 10px
}

    .blog_style1 .blog_content {
        padding: 15px 20px;
        border-radius: 10px
    }

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.blog_style3 .blog_img img {
    transition: all .5s ease-in-out;
    width: 100%
}

.blog_style3 .blog_img::before {
    background: -moz-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(255,255,255,0) 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.font-size-suggsion {
    font-size: 13px;
}

.blog_post .blog_img a {
    display: block;
    overflow: hidden
}

.blog_img {
    position: relative;
    overflow: hidden
}

    .blog_img img {
        width: 100%;
        transition: all .5s ease-in-out
    }

.blog_style1 .blog_img + .blog_content {
    border-radius: 0 0 10px 10px
}

.blog_style1 .blog_img {
    border-radius: 10px 10px 0 0
}

    .blog_style1 .blog_img img {
        border-radius: 10px 10px 0 0;
        width: 100%
    }

.blog_style1:hover .blog_img img, .blog_style2:hover .blog_img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

#moren {
    display: none;
}

#myBtnn {
    color: rgb(0, 0, 0);
    border: 1px solid white
}

#more {
    display: none;
}

#myBtn {
    color: white;
    color: rgb(0, 0, 0);
    border: 1px solid white
}

#morenn {
    display: none;
}

#myBtnnn {
    color: rgb(0, 0, 0);
    border: 1px solid white
}

.bg-image {
    /* The image used */
    background-image: url("assets/img/main/Coating21.jpg") !important;
    height: 300px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    color: #0a87d4;
}
/* Position text in the middle of the page/image */
.bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}
/* end welcome */
.water-mark {
    position: absolute;
    left: 5px;
    top: 6px;
    border-radius: 100px;
    color: black;
    padding: 5px 15px;
    font-size: 0.9rem;
    background-color: rgba(181,199,30, 0.400) !important;
}

/* end index */
/* footer */
.footer-basic {
    background-color: rgb(40,45,50);
}

.p-in-footer {
    font-size: 0.8rem;
    color: #999999 !important;
}

.li-in-footer-font-size {
    font-size: 14px;
}

.footer-basic .social {
    text-align: center;
    padding-top: 20px;
}

.background-facebook:hover {
    color: white !important;
    transition: 0.5s !important;
    background-image: linear-gradient( 109.6deg, rgba(39,142,255,1) 11.2%, rgba(98,113,255,0.78) 100.2% );
}

.background-linkedin:hover {
    color: white !important;
    transition: 0.5s !important;
    background-image: linear-gradient(287deg, #1039de, #4572d5, #48a8c9, #11debb);
}

.background-pinterest:hover {
    color: white !important;
    transition: 0.5s !important;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.background-youtube:hover {
    color: white !important;
    transition: 0.5s !important;
    background-image: linear-gradient(276deg, #6a1501, #962b20, #c4423d, #f45a5c);
}

.footer-basic .social > a {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #303335;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    margin: 0 8px;
    color: rgb(255, 255, 255);
    opacity: 0.75;
}

    .footer-basic .social > a:hover {
        opacity: 0.9;
    }

.main-from-footer {
    padding-bottom: 10rem;
}

.fontsize-on-footer-list {
    font-size: 12px;
}

.fontsize-on-footer {
    font-size: 12px;
    color: black;
}

.footer-fontsize-on-icon {
    font-size: 20px !important;
}
/* end footer*/
/* start testmonial */

.text-color-textarea {
    color: #337ab7;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header-backgroud {
    background-color: #2B7DC0;
}

.profile {
    margin-top: 16px;
    margin-left: 11px;
}

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 18px;
    color: #337ab7;
}

.cust-profession {
    font-size: 10px;
}

.items {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.form-textarea {
    width: 150px;
    height: 150px;
}
/* end testmonical */
/* start chemistaries */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}
/* end chemistaries  */
/* start login */
.signup,
.login {
    width: 50%;
    background: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.signup-form,
.login-form {
    background: #fff;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    height: 400px;
}

.hr-in-login {
    background-color: #1e73be !important;
    height: 2px;
    position: absolute;
    width: 54%;
    left: 23%;
}

.sign-up-button {
    background-color: #44c767;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 89px;
    text-decoration: none;
}

    .sign-up-button:hover {
        color: #1e73be;
        text-decoration: none;
    }

.google-button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid black;
    box-shadow: 1px 1px 5px black;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 56px;
    text-decoration: none;
}

    .google-button:hover {
        text-decoration: none;
    }

.input {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    border: 2px solid #e9eaea;
    color: #3e3e40;
    font-size: 14px;
    outline: none;
}

    .input:focus {
        border: 2px solid #1e73be;
    }

.main-on-login {
    margin-bottom: 15rem !important;
    margin-top: 5rem;
}

span a {
    text-decoration: none;
    color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3e3e40;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #3e3e40;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #3e3e40;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3e3e40;
}
/* end login */

.breadcrumb {
    z-index: 10 !important;
}
/*Start metallics code*/
.seemore-details-background {
    background-color: #303335;
}
/*end metallics code*/


/* loading */

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 2px;
    background-color: #B3E5FC;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

    .indeterminate:before {
        content: '';
        position: absolute;
        height: 100%;
        background-color: #03A9F4;
        animation: indeterminate_first 1.5s infinite ease-out;
    }

    .indeterminate:after {
        content: '';
        position: absolute;
        height: 100%;
        background-color: #4FC3F7;
        animation: indeterminate_second 1.5s infinite ease-in;
    }

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}
/* loading */

/* loading */

.cart-linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: #B3E5FC;
}

.cart-determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.cart-indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

    .cart-indeterminate:before {
        content: '';
        position: absolute;
        height: 100%;
        background-color: #03A9F4;
        animation: indeterminate_first 1.5s infinite ease-out;
    }

    .cart-indeterminate:after {
        content: '';
        position: absolute;
        height: 100%;
        background-color: #4FC3F7;
        animation: indeterminate_second 1.5s infinite ease-in;
    }


/* loading */

/* calculator */
#rangeValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 6em;
    color: #999;
    font-weight: 400;
}

.range {
    width: 400px;
    height: 15px;
    -webkit-appearance: none;
    background: #111;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}

    .range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #00fd0a;
        cursor: pointer;
        border: 4px solid #333;
        box-shadow: -407px 0 0 400px #00fd0a;
    }
/* calculator */

/* color classes */
.cl-white {
    background-color: #fff;
}

.cl-gold {
    background-color: gold;
}

.cl-red {
    background-color: red;
}

.cl-black {
    background-color: #000;
}

.cl-blue {
    background-color: blue;
}

.cl-silver {
    background-color: #C0C0C0;
}

.cl-copper {
    background-color: #FF5733;
}

.cl-grey {
    background-color: #808080;
}

.cl-milky {
    background-color: #F7F8FF;
}

.cl-orange {
    background-color: #FFA500;
}

.cl-green {
    background-color: Green;
}

.cl-brown {
    background-color: Brown;
}

.cl-violet {
    background-color: #EE82EE;
}

.cl-yellow {
    background-color: Yellow;
}

.cl-pink {
    background-color: #FFC0CB;
}

.cl-purple {
    background-color: #900;
}


/* color classes */


/* gatgurey color btn */

.fampower-canada-blue-color {
    background-color: rgb(30,115,190) !important;
}

.fampower-canada-yeloww-color {
    background-color: rgba(245, 165, 15, 0.400) !important;
}

.fampower-canada-ban-color {
    background-color: rgba(158,52,125,0.400) !important;
}

.fampower-canada-gereen-color {
    background-color: rgba(181,199,30, 0.400) !important;
}

.font-size-color {
    font-size: 13px;
}
/* end gatgurey color btn */
/* start code resource and download */
.font-size-resourceanddownload {
    font-size: 15px !important;
}
/* start code resource and download */
/* shop start  */
/* General button style */
.unorder__list {
    list-style: none;
}

.unorder__li {
    width: 100px;
    margin-right: 25px;
    position: relative;
}

.unorder__li_last {
    width: 100px;
    margin-right: 25px;
    position: relative;
}

    .unorder__li_last:before {
        position: absolute;
        top: 45%;
        right: -15px;
        font-size: 25px;
        font-weight: bold;
        color: red;
        right: -15px;
    }

.unorder__icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    background-color: #999;
    line-height: 60px;
    border-radius: 50%;
    font-size: 22px;
    box-shadow: 0 3px 6px #999;
}

.unorder__icon_selected {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    background-color: rgb(30,115,190) !important;
    line-height: 60px;
    border-radius: 50%;
    font-size: 22px;
    box-shadow: 0 3px 6px rgb(30,115,190) !important;
}

.unorder__link {
    text-align: center;
    font-size: 18px;
}

.unorder__li:before {
    content: ">";
    position: absolute;
    top: 15%;
    right: -15px;
    font-size: 25px;
    font-weight: bold;
    color: red;
    right: -15px;
}

.button-in-modal-when-hover button:hover {
    color: rgb(49 124 179) !important;
}

.text-color-span-modal {
    color: #ccc !important;
}

.border-right-on-modal {
    border-right: 2px solid black !important;
    height: 50px;
}

.max-hight-on-col-img {
    width: 500px;
    height: 500px;
}

.size-for-icon-modal {
    font-size: 1.5em;
}

.form-control-font-size {
    font-size: 1em;
}

.font-weight-bolder-for-margin {
    margin-bottom: 3px !important;
}

.font-weight-bolder-for-text-3 {
    color: #f8f9fa !important;
}

.size-for-icon-modal-text {
    font-size: 0.7rem;
}

.font-size-on-Description {
    font-size: 0.8rem !important;
}

.button-in-modal {
    background-color: #157af6;
    border: none;
    color: #FFFFFF;
    text-align: center !important;
    font-size: 12px;
    padding: 5px;
    width: 130px;
    transition: all 0.5s;
    margin-right: 0px !important;
    cursor: pointer;
}

    .button-in-modal span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-right: 0px !important;
        transition: 0.5s;
    }

        .button-in-modal span:after {
            content: '\00bb';
            position: absolute;
            margin-right: 0px !important;
            opacity: 0;
            font-size: 1rem;
            top: 5px;
            right: -20px;
            transition: 0.5s;
        }

    .button-in-modal:hover span {
        padding-right: 25px;
        margin-right: 0px !important;
    }

        .button-in-modal:hover span:after {
            opacity: 1;
            margin-right: 0px !important;
            right: 0;
        }

@media screen and (min-width: 960px) {
    .wideth-on-shop {
        max-width: 150px !important;
    }
}

@media screen and (min-width: 1140px) {
    .wideth-on-shop {
        max-width: 180px !important;
        margin-right: 20px;
    }
}


.margin-on-filter {
    margin-top: 3.7rem !important;
}

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(30,115,190) !important;
    color: white;
    background-color: #536bf6;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 5px
}

    .search-icon:hover {
        color: #fff !important
    }

.posion-on-sherer-modal {
    position: absolute
}

.button-on-shop {
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 44%;
    padding: 5px;
    opacity: 0;
}

.card-on-shop {
    max-height: 250px;
    height: 250px;
}

.card-on-shop-category {
    max-height: 310px;
    height: 310px;
}

    .card-on-shop-category:hover .button-on-shop {
        opacity: 1;
        border: 1px solid white;
        border-radius: -1px;
        transition: opacity .1s ease;
    }

.card-on-shop:hover .button-on-shop {
    opacity: 1;
    border: 1px solid white;
    border-radius: -1px;
    transition: opacity .1s ease;
}

.button-on-shop:hover {
    background-color: rgb(58,142,194) !important;
    color: white !important;
}

.button-on-shop span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.text-size-on-product {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
}

.text-size-on-product-code {
    font-size: 0.8rem !important;
    position: absolute;
    display: inline-block !important;
    left: 5px;
    font-weight: bold;
    bottom: -4px;
    color: #687188 !important;
}

.text-size-on-product-price {
    font-size: 0.8rem !important;
    position: absolute;
    display: inline-block !important;
    right: 5px;
    font-weight: bold;
    bottom: -4px;
    color: #687188 !important;
}

.fampower-canada-blue-color-2 {
    background-color: rgb(49 124 179) !important;
}

.button-on-shop span:after {
    content: '\00bb';
    font-size: 1rem;
    position: absolute;
    opacity: 0;
    top: -2px;
    color: white !important;
    right: -20px;
    transition: 0.5s;
}

.button-on-shop:hover span {
    padding-right: 25px;
}

    .button-on-shop:hover span:after {
        opacity: 1;
        right: 0;
    }

.card-on-Industries-haight {
    height: 4.3rem !important;
}
/* shop end */
/*Industries start*/
.industries-border-on-box {
    border: 1px solid rgb(175,176,176);
    border-top-right-radius: 80px;
    overflow: hidden;
    border-bottom-left-radius: 80px;
}

.industries-border-on-box-tow {
    border: 1px solid rgb(175,176,176);
    border-top-left-radius: 80px;
    overflow: hidden;
    border-bottom-right-radius: 80px;
}

.industries-box-shadow :hover {
    transition: 0.5s;
    transition-delay: 0.1s;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.button-on-visit {
    position: absolute;
    top: 30%;
    left: 40%;
    text-align: center;
    font-size: 18px;
    opacity: 0;
}

.card-on-Industries:hover .button-on-visit {
    opacity: 1;
    border: 1px solid white;
    padding: 5px;
    border-radius: 80px;
    transition: opacity .35s ease;
}

.card-on-Industries {
    position: relative;
}
/*Industries end*/

/* magnify */


.image-magnifier {
    height: 100%;
    width: 100%;
}

    .image-magnifier img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.loupe {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    box-shadow: 5px 5px 12px black;
    background: rgba(0, 0, 0, 0.25);
    cursor: crosshair;
    overflow: hidden;
    z-index: 9999;
    border-radius: 100px;
}

    .loupe img {
        position: absolute;
        right: 0;
    }


/* magnify */


.checkbox-btn {
    position: relative
}

    .checkbox-btn input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

        .checkbox-btn input:checked ~ .btn {
            border-color: #3167eb;
            background-color: #3167eb;
            color: #fff
        }

.btn-light {
    display: inline-block;
    font-weight: 600;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 0.45rem 0.85rem;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0.37rem
}

    .btn-light:hover {
        background-color: #fff;
        border-color: #989898;
    }
/* Start galery*/


.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.real__size-galery {
    color: rgb(30,115,190) !important;
}

.container-hover-on-gallery img {
    height: 100% !important;
    width: 100% !important;
}

.container-hover-on-gallery:hover .image {
    opacity: 0.8;
}

.container-hover-on-gallery:hover .middle {
    opacity: 1;
}

.container-hover-on-gallery:hover .gallery-popover {
    opacity: 1;
}
.text {
    color: blue;
    font-size: 32px;
}
/*end gallery*/
/*start color chart */
.button-on-color-chart-radius {
    border-bottom-left-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}
/*end color chart */
/*start Categories  */
.Categories-background {
    /*background: url('../img/banner/shop.png')center/cover fixed repeat-y !important;*/
}
/*end  Categories */
/*start  CoverageCalculator */
/*end  CoverageCalculator */

.whyUs-box-image {
    width: 180px;
    max-width: 180px;
    height: 180px;
    max-height: 180px;
}

.card-transparent {
    background-color: transparent;
}

.pointer {
    cursor: pointer;
}
/*start  rals code */
.rals-star-top-box {
    color: orange;
    font-size: 22px;
}

.rals-fontsize-for-name-rals {
    font-size: 14px;
    color: black;
    padding: 10px;
    font-weight: bold !important;
}

.rals-fontsize-for-name-color {
    font-size: 17px;
}
/*end  rals code */


/* cart */
.param {
    margin-bottom: 7px;
    line-height: 1.4;
}

.param-inline dt {
    display: inline-block;
}

.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 600;
}

.param-inline dd {
    vertical-align: baseline;
    display: inline-block;
}

.param dd {
    margin: 0;
    vertical-align: baseline;
}

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}

var {
    font-style: normal;
}

.media img {
    margin-right: 1rem;
}

.img-sm {
    width: 90px;
    max-height: 75px;
    object-fit: cover;
}

.shopping-cart .summary {
    border-top: 2px solid #5ea4f3;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

    .shopping-cart .summary h3 {
        text-align: center;
        font-size: 1.3em;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .shopping-cart .summary .summary-item {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .shopping-cart .summary .text {
        font-size: 1em;
        font-weight: 600;
        color: rgb(30,115,190) !important;
    }

    .shopping-cart .summary .price {
        font-size: 1em;
        float: right;
    }
/* cart */
/*  start Troubleshooting */
.Troubleshooting-span-color {
    color: rgb(30,115,190) !important;
}
/*  end  Troubleshooting */

.stroke-gray {
    -webkit-text-stroke: 1px black;
}
/*  start Contact Us */
.contact-us__list-hover:hover i {
    color: rgb(30,115,190) !important;
    cursor: pointer !important;
}
/*  end Contact Us */

/* user verification */
.lines-number-input {
    width: 100%;
    height: auto;
    padding: 0;
    direction: ltr;
    text-align: center;
    margin-top: 20px;
}

    .lines-number-input input.line-number-account {
        display: inline-block;
        width: 45px;
        height: 45px;
        border: 0;
        padding: 0;
        border-bottom: 1px solid #989898;
        margin: 0 4px;
        outline: none;
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        color: #383838;
        border-radius: 0;
        float: none;
    }

        .lines-number-input input.line-number-account::placeholder {
            color: #ccc;
            text-align: center;
        }

.mt-for-collapse {
    margin-top: 6px;
    width: auto;
}
/* user verification */
.dashBorder {
    color: rgb(30,115,190);
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
}

.address-card-border {
    color: rgb(30,115,190);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 4px;
    border-color: rgb(30,115,190);
}

.credit-card-border {
    color: rgb(30,115,190);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 3px;
    border-color: rgb(30,115,190);
}

.address-card {
    max-height: 250px;
    height: 250px;
}

.iframe__youtube {
    border: none;
}

@media screen and (max-width: 500px) {
    .border__in-index-for-our {
        border-right: none !important;
    }
}

.login-avatar-size {
    font-size: 36px;
    margin-top: -10px;
}

.search-icon-margin {
    margin-top: 28px;
}

.required-star {
    font-size: 35px;
    color: #dc2743;
    position: absolute;
    margin-top: -5px;
}
/*add to cart list*/
/* Quantity  */
.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter input {
        width: 50px;
        border: 0;
        line-height: 36px;
        font-size: 20px;
        border-radius: 0;
        text-align: center;
        background: rgb(49 124 179) !important;
        color: #fff;
        appearance: none;
        outline: 0;
    }

    .counter span {
        display: block;
        border: 1px solid rgb(49 124 179) !important;
        font-size: 26px;
        padding: 0 10px;
        cursor: pointer;
        color: rgb(49 124 179) !important;
        user-select: none;
    }
/* Quantity  */

.side-bar-product {
    position: absolute;
    z-index: 1000;
}

.shop-category-title {
    position: fixed;
    bottom: 20px;
}

.body, input, select, textarea, button, .ui-btn {
    font-family: 'Raleway' !important;
}

.ral-box-border {
    width: 140px;
    height: 95px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 15px;
}

.ral-box {
    width: 140px;
    height: 95px;
    border-radius: 15px;
}
/* pop animation */
.pop {
    animation: pop 0.3s linear 1;
}


@keyframes pop {
    50% {
        transform: scale(1.4);
    }
}
/* pop animation */

/* credit cards */
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 2px solid #f00;
}
/* credit cards */


.video-container {
    width: 100%;
    height: 48vh !important;
    max-height: 48vh !important;
    position: relative;
}

.vedio-in-carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.article-box {
    height: 400px;
    max-height: 400px;
}

.user-avatar {
    max-height: 40px;
    max-width: 40px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

/* overlay loader */
.overlay-loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/* overlay loader */

.compare-circle {
    height: 50px;
    max-height: 50px;
    width: 50px;
    max-width: 50px;
    border-radius: 50px;
    box-shadow: 0px 1px 3px #00009e;
    position: absolute;
    right: 10px;
    top: -25px;
    text-align: center;
    background-color: #fff;
    display: block;
    cursor: pointer;
    z-index: 100;
}

    .compare-circle i {
        margin-top: 17px;
    }

.shop-circle {
    height: 50px;
    max-height: 50px;
    width: 50px;
    max-width: 50px;
    border-radius: 50px;
    box-shadow: 0px 1px 3px #00009e;
    position: absolute;
    right: 70px;
    top: -25px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    z-index: 100;
}

    .shop-circle i {
        margin-top: 17px;
    }

/* product tabs */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/* product tabs */
.share-button {
    max-height: 50px;
    height: 50px;
    width: 50px;
    max-width: 50px;
}

    .share-button i {
        font-size: 17px;
    }
/* cols */
.col-xs-equal,
.col-sm-equal,
.col-md-equal,
.col-lg-equal {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-equal {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-equal {
        width: 33.333%;
        float: left;
    }
}

@media (max-width: 500px) {
    .card-on-shop {
        height: 470px;
        max-height: 470px;
    }
}

@media (max-width: 768px) {
    .col-xs-equal {
        width: 33.333%;
        float: left;
    }
}

@media (max-width: 500px) {
    .col-xs-equal {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-equal {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1400px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}


@media (min-width: 1600px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1950px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}

.btn__pure-font-size {
    font-size: 13px;
}
/* cols */

.chem-description {
    font-size: 11px;
}

.text-horizental-center {
    line-height: 80px;
    margin-top: 30px;
}

.aparat-wrapper {
    width: 100%;
    height: 180px;
    margin-top: 30px;
}

.aparat {
    position: relative;
    padding-bottom: 56.25%;
}

    .aparat iframe {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.product-box-small-screen {
    width: 100% !important;
    height: 80px !important;
}


.product-box-title {
    height: 40px;
    max-height: 40px;
    margin-top: 3px;
}
.grey-color {
    color: #687188 !important;
}


.sort-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: -15px;
}

#shop-items {
    margin-top: 36px;
}

.card-on-shop {
    max-height: 100%;
    height: 100%;
}

.card-on-shop:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.001);
}

.card-on-shop-short {
    max-height: 250px;
    height: 250px;
}

.card-on-shop-short:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.001);
}

.card-on-shop-large {
    max-height: 340px !important;
    height: 340px !important;
}

.card-on-shop-category {
    max-height: 310px;
    height: 310px;
}

.card-on-shop-category:hover .button-on-shop {
    opacity: 1;
    border: 1px solid white;
    border-radius: -1px;
    transition: opacity .1s ease;
}

.card-on-shop:hover .button-on-shop {
    opacity: 1;
    border: 1px solid white;
    border-radius: -1px;
    transition: opacity .1s ease;
}

/* headlines with lines */
.decorated {
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
}

.decorated > span {
    position: relative;
    display: inline-block;
}

    .decorated > span:before, .decorated > span:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 4px solid;
        width: 90px;
        margin: 0 20px;
        color: rgb(30,115,190);
    }

.decorated > span:before {
    right: 100%;
}

.decorated > span:after {
    left: 100%;
}

.aparat-wrapper {
    width: 100%;
    height: 500px;
}

.aparat {
    position: relative;
    padding-bottom: 56.25%;
}

.aparat iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.popover {
    top: -131px !important;
}

.product-footer-info {
    position: absolute;
    bottom: 2px;
}

.product-footer-code {
    position: absolute;
    right: 16px;
    bottom: -2px;
    color: black !important;
}
.product-footer-ral {
    position: absolute;
    left: 27%;
    bottom: -3px;
    color: black;
}
.product-footer-chem {
    position: absolute;
    left: 13px;
    bottom: -4px;
    color: black !important;
}

.button-on-shop-small-screen {
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 44%;
    padding: 5px;
    opacity: 1;
}
.element {
    background-size: cover;
    background-position: center;
    display: inline-block;
    overflow: hidden;
}

.shape {
    height: 200px;
    width: 200px;
    box-shadow: 0px 0px 0px 200px white;
    border: 2px solid #111;
    /*border-radius: 50% 50% 50% 50% / 12% 12% 88% 88%;*/
    border-radius: 100px 100px 100px 100px / 25px 25px 156px 156px;
    /*border-top: 60px solid transparent;
    border-right: 60px solid yellow;
    border-left: 60px solid yellow;
    border-bottom: 60px solid yellow;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;*/
}
.footer-texts {
    color: #c0c0c0 !important;
}

.gallery-popover {
    position: absolute;
    background-color: white;
    top: 60%;
    width: 60%;
    height: 35%;
    padding: 10px;
    right: 20%;
    box-shadow: 0px 0px 0px 1px #999;
    opacity: 0;
}

.gallery-popover:hover {
    opacity: 1;
}

.product-overlay-gallery {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}

.product-overlay-gallery img {
    height: 100px !important;
    width: 100% !important;
}

.product-overlay-gallery-large {
    position: relative;
    bottom: 130px;
    cursor: pointer;
    width: 100% !important;
}

    .product-overlay-gallery-large img {
        height: 100px !important;
        width: 100% !important;
    }

    .product-overlay-gallery-medium {
        position: relative;
        bottom: 95px;
        cursor: pointer;
        width: 100%;
    }
    .product-overlay-gallery-medium img {
        height: 100px !important;
        width: 100% !important;
    }

.product-card {
    height: 613px;
    max-height: 613px;
}

.product-image {
    height: 460px;
    max-height: 460px;
}

.product-card-medium {
    height: 585px;
    max-height: 585px;
}

.product-image-medium {
    height: 560px;
    max-height: 460px;
}

.image-box-gallery-size {
    height: 200px;
    max-height: 230px;
    width: 230px;
}
.h1-size {
    font-size: 26px;
}
.h2-size {
    font-size: 23px;
}

h1 {
    font-size: 26px;
}

.product-gallery-small {
    height: 170px !important;
    width: 100% !important;
}

.whatapp-icon i {
    margin-top: 15px;
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carousel-inner .banner-img,
.carousel-inner .banner-video {
    width: 100%;
    height: auto;
    max-height: 48vh;
}

.banner-video {
    object-fit: cover;
}

/* For mobile devices */
@media only screen and (max-width: 600px) {
    .carousel-inner .banner-img,
    .carousel-inner .banner-video {
        height: auto;
        max-height: none;
    }

    .carousel-caption {
        font-size: 0.9em;
    }
}
