/*==Fontawesome start==*/
@font-face{font-family:'FontAwesome';src:url('../fonts/FontAwesome.eot');src:url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype');font-weight:normal;font-style:normal;}
/*==Fontawesome End==*/

body{font-family: 'Poppins', sans-serif;}
a{text-decoration: none !important;cursor: pointer;}
button{outline: none !important;}
.img-responsive{max-width:100%;display:block;}
.top_head_row {
    background: #343e47;
    padding: 5px 0;
}

.top_head_row p {
    color: #b3dadc;
    font-size: 13px;
    margin: 0;
    text-align: center;
    letter-spacing: 0.5px;
}
.eshop_asset {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.eshop_asset .cart_acount a {
    color: #343e47;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 10px;
}

.eshop_asset .cart_acount a img {
    height: 15px;
    width: auto;
    margin-right: 1px;
    vertical-align: middle;
    display: inline-block;
}
.bottom_head_row .nav.navbar{padding:0;}

.bottom_head_row .nav.navbar ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bottom_head_row .nav.navbar ul li {
    list-style: none;
}
.bottom_head_row {
    border-top: 1px solid #ebeced; transition:600ms all;
}

.bottom_head_row .nav.navbar ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #343e47;
    display: block;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    transition:600ms all;
}
.head_search input {
    height: 38px;
    border: 0;
    background: #f5f7f9;
    padding: 10px 15px;
    border-radius: 50px 0 0 50px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 300;
    min-width: 300px;
    outline:none;
}

.head_search button {
    outline: 0;
    border: 0;
    line-height: 38px;
    height: 38px;
    width: 40px;
    background: #f5f7f9;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding-right: 10px;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
}
.sitelogo a {
    display: inline-block; transition:600ms all;
}

.sitelogo a img {
    max-height: 65px; transition:600ms all;
}
.bottom_head_row .nav.navbar ul li a:hover,.bottom_head_row .nav.navbar ul li.active a{color:#1199ce !important;}
header.web-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition:600ms all;
    z-index: 99;
}
.wrapper {
    padding-top: 140px;
}
header.web-header.stick{transform: translateY(-30px);}
header.web-header.stick .sitelogo a img{height:50px;}
header.web-header.stick .bottom_head_row{background: #343e47;}header.web-header.stick .bottom_head_row .nav.navbar ul li a{color:#b3dadc;}
.common_secpad{padding:40px 0;position: relative;}   
input[type=number] {
    appearance:none;
}

.gray-bg{
    background: #f6f9fe;
}
.eshop_asset .cart_acount a.carttop {
    position: relative;
}

    .eshop_asset .cart_acount a.carttop small {
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        color: #fff;
        background: #fc8955;
        top: -1px;
        left: -8px;
        text-align: center;
        border-radius: 15px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        line-height: 15px;
        font-size: 12px;
    }
/*Breadcrumb*/
section.breadcrumb_sec {
    padding: 30px 0;
    background: #f5f7f9;
    position: relative;
}
section.breadcrumb_sec::before {
    background: url("https://w0.peakpx.com/wallpaper/108/311/HD-wallpaper-blue-abstract-background-abstract-blue-background.jpg")no-repeat center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-attachment: fixed;
    mix-blend-mode: darken;
}

section.breadcrumb_sec::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(0 0 0 / 40%);
}

section.breadcrumb_sec * {
    color: #fff !important;
}

.breadcrumb_sec .list_breadcrumb {
    position: relative;
    z-index: 1;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 400;
}
.breadcrumb_sec .list_breadcrumb a{font-weight:600;}

.error {
    border: 1px solid red !important;
}

/*Toaster css*/
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

#toast-container > .toast-success {
    margin: auto;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: 0em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0px;
    right: 0;
    width: 100%;
}
/*new class added*/
.toast-middle-center {
    position: fixed;
    z-index: 999999999 !important;
    margin: auto !important;
    left: 50% !important;
    top: 50%;
    /*width: 300px;*/
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

#okBtn {
    background: #88be1c none repeat scroll 0 0;
    border: 0;
    font-size: 14px;
    margin-left: 65px;
    padding: 7px 19px;
    width: 70px;
}

#toast-container.toast-middle-center {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 9999999999;
    /*pointer-events: none;*/
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        /*width: 300px;*/
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container .toast.toast-warning {
        width: 100%;
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.toast-middle-center > .toast-info {
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    height: 125px;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 300px !important;
}

.toast-message {
    margin-top: 5px;
    display: inline-block;
    max-width: 95%;
}

/*Responsive Design*/


    @media all and (max-width: 240px) {
        #toast-container > div {
            padding: 8px 8px 12px 50px;
            width: 11em;
        }

        #toast-container .toast-close-button {
            right: -0.2em;
            top: 0em;
        }
    }

    @media all and (min-width: 241px) and (max-width: 480px) {
        #toast-container > div {
            padding: 8px 8px 12px 50px;
            width: 18em;
        }

        #toast-container .toast-close-button {
            right: -0.2em;
            top: 0em;
        }
    }

    @media all and (min-width: 481px) and (max-width: 768px) {
        #toast-container > div {
            padding: 15px 15px 15px 50px;
            width: 25em;
        }
    }

    @media all and (min-width:300px) and (max-width: 767px) {
        .toast-message {
            max-width: 90%;
        }
    }
    /*end Toaster css*/

    /*cart left popup css*/
    .cart_popup {
        position: fixed;
        width: 400px;
        background: #fff;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 11;
        transition: 600ms all;
        transform: translateX(1005%);
    }

    .cart_popproduct {
        max-height: 380px;
        overflow-x: auto;
    }

        .cart_popproduct .cart_popprod_list {
            padding: 0 15px;
        }

    .cart_pophead {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart_popup.active {
        transform: translate(0);
    }

    .cart_popprod_list .cart_popprodimg {
        display: flex;
        flex-direction: row;
        margin: 15px 0;
        border-top: 1px solid #f1f3f6;
        padding-top: 15px;
    }

        .cart_popprod_list .cart_popprodimg > a {
            width: 100px;
            height: 100px;
            display: block;
            background: #f1f3f6;
            text-align: center;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-right: 15px;
        }

    .cart_popprodimg .cart_txtbox {
        width: calc(100% - 140px);
    }

    .cart_popprod_list .cart_popprodimg > a img {
        mix-blend-mode: multiply;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cart_popprod_list .cart_txtbox p {
        color: #100f0e;
        font-size: 14px;
        margin: 0;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }

    .cart_popprod_list .cart_txtbox span {
        text-align: left;
        color: #100f0e;
        font-size: 14px;
        font-weight: 500;
        margin: 5px 0;
        display: block;
    }

    .cart_popprod_list .cart_txtbox small {
        color: #1199ce;
    }

    .cart_pophead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 15px;
    }

        .cart_pophead h3 {
            color: #061d3c;
            font-size: 15px;
            margin: 0;
        }

    .billing-info .row {
        margin: 0;
    }

    .cart_popup .billing-info {
        position: absolute;
        bottom: 68px;
        left: 0;
        margin-bottom: 0;
        background-color: #fff;
        padding-top: 7px;
        display: block;
        width: 100%;
    }

        .cart_popup .billing-info .row {
            border-top: 1px solid #eee;
        }

        .cart_popup .billing-info .billing {
            margin: 6px 0;
            width: 100%;
            padding: 0 10px;
        }

            .cart_popup .billing-info .billing .label {
                float: left;
                font-weight: 500;
                color: #333;
                font-size: 15px;
                line-height: 24px;
                text-align: right;
            }

            .cart_popup .billing-info .billing .value {
                float: right;
                font-weight: 600;
                color: #333;
                font-size: 15px;
                line-height: 24px;
            }

    .cart_popup .cart-btn a {
        color: #fff;
        text-transform: uppercase;
        width: 45%;
        padding: 10px 20px;
        margin: 0 5px;
        background: red;
        border: 0;
        font-size: 14px;
    }

        .cart_popup .cart-btn a.checkout {
            background: #1199ce;
        }

        .cart_popup .cart-btn a.btn-secondary {
            background: #343e47;
        }

    .cart_popup .billing-info .billing .value {
        float: right;
        font-weight: 600;
        color: #333;
        font-size: 15px;
        line-height: 24px;
    }

    .cart_popup .cart-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 0;
        text-align: center;
        background-color: #fff;
    }

    .cart_popupfade {
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 20%);
        position: fixed;
        left: 0;
        right: 0;
        z-index: 10;
        top: 0;
        transition: 600ms all;
        transform: translateX(100%);
    }

        .cart_popupfade.active {
            transform: translateX(0%);
        }

    /*cart left popup css end*/
    /*Footer CSS Start*/
    .web-footer .footblue_stripe {
        background: #1199ce;
        padding: 10px 0;
    }

        .web-footer .footblue_stripe span {
            font-size: 13px;
            font-weight: 500;
            color: #fff;
        }

            .web-footer .footblue_stripe span small {
                font-weight: 400;
                font-size: 13px;
            }

            .web-footer .footblue_stripe span img {
                margin-right: 5px;
            }

            .web-footer .footblue_stripe span img {
                width: auto;
                height: 18px;
            }

            .web-footer .footblue_stripe span small img {
                height: 24px;
            }

    footer.web-footer {
        background: #343e47;
    }

    .web-footer .news_leter p {
        font-size: 15px;
        color: #b3dadc;
        font-weight: 400;
    }

    .web-footer .news_leter .form-group input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        border: 0;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 400;
        outline: none !important;
    }

    .web-footer .news_leter .form-group .btn {
        background: #1199ce;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
        border-radius: 20px 3px 3px 20px;
        margin-left: -30px;
        position: relative;
        z-index: 1;
        height: 40px;
        padding: 5px 15px;
        transition: 600ms all;
    }

    .web-footer .news_leter .form-group {
        display: flex;
        align-items: stretch;
    }

        .web-footer .news_leter .form-group .btn:hover {
            background: #fc8955;
        }

    .soacial a {
        color: #fff;
        font-size: 18px;
        display: inline-block;
        padding: 0 5px;
        margin-left: 5px;
        transition: 600ms all;
    }

        .soacial a:hover {
            color: #fc8955;
        }

    .newsletterrow {
        padding: 40px 0;
        border-bottom: 1px solid #3f4b56;
        box-shadow: 0 1px 0 0 #232a30;
        padding-bottom: 20px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .foot_addr p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
    }

    .foot_addr h3, .foot_link h3 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding-bottom: 18px;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
    }

        .foot_addr h3::before, .foot_link h3::before {
            content: "";
            position: absolute;
            width: 40px;
            height: 3px;
            background: #1199ce;
            bottom: -2px;
        }

    .web-footer .foot_link a {
        color: #fff;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
        font-weight: 300;
        transition: 600ms all;
    }

        .web-footer .foot_link a:hover {
            color: #fc8955;
        }

    .web-footer .copyright {
        margin-top: 40px !important;
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #3f4b56;
        box-shadow: 0 -1px 0 0 #232a30;
        color: #fff;
        font-weight: 300;
        font-size: 13px;
        letter-spacing: 0.5px;
        opacity: 0.7;
    }
    /*Footer CSS End*/

    /*Loader Css*/

    .loaderbox p {
        letter-spacing: 3px;
        color: #fff;
        font-family: sans-serif;
        font-size: 15px;
    }

    .loaderbox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(98 98 98 / 71%);
        z-index: 999;
        text-align: center;
        padding-top: calc(100vh - 60vh);
        backdrop-filter: blur(25px);
    }

    .loader {
        position: relative;
        height: 50px;
        width: 40px;
        margin: auto;
    }

        .loader .circle {
            position: absolute;
            width: 45px;
            height: 45px;
            opacity: 0;
            transform: rotate(225deg);
            animation-iteration-count: infinite;
            animation-name: orbit;
            animation-duration: 5.5s;
        }

            .loader .circle:after {
                content: "";
                position: absolute;
                width: 5px;
                height: 5px;
                border-radius: 5px;
                background: #fff;
                /* Pick a color */
            }

            .loader .circle:nth-child(2) {
                animation-delay: 240ms;
            }

            .loader .circle:nth-child(3) {
                animation-delay: 480ms;
            }

            .loader .circle:nth-child(4) {
                animation-delay: 720ms;
            }

            .loader .circle:nth-child(5) {
                animation-delay: 960ms;
            }

    @keyframes orbit {
        0% {
            transform: rotate(225deg);
            opacity: 1;
            animation-timing-function: ease-out;
        }

        7% {
            transform: rotate(345deg);
            animation-timing-function: linear;
        }

        30% {
            transform: rotate(455deg);
            animation-timing-function: ease-in-out;
        }

        39% {
            transform: rotate(690deg);
            animation-timing-function: linear;
        }

        70% {
            transform: rotate(815deg);
            opacity: 1;
            animation-timing-function: ease-out;
        }

        75% {
            transform: rotate(945deg);
            animation-timing-function: ease-out;
        }

        76% {
            transform: rotate(945deg);
            opacity: 0;
        }

        100% {
            transform: rotate(945deg);
            opacity: 0;
        }
    }
    /*End Loader css*/
    .bottom_head_row .nav.navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .bottom_head_row .nav.navbar .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    .bottom_head_row .nav.navbar ul li.dropdown .dropdown-item {
        padding: 5px 15px;
    }

    /*get in touch css*/
    .getintouchbtn {
        background: #1199ce;
        position: fixed;
        z-index: 999;
        height: auto;
        padding: 10px 20px;
        color: #fff !important;
        white-space: nowrap;
        font-weight: 400;
        font-size: 16px;
        transform: rotate( 270deg )translateY(49px);
        top: 58%;
        text-decoration: none;
        border-radius: 5px 5px 0 0px;
        right: 0;
        outline: none;
        letter-spacing: 0.5px;
        overflow-wrap: break-word;
    }

    .popmodalform .modal-content {
        background: #F3F3F3;
        border: 0;
        border-radius: 30px;
    }

        .popmodalform .modal-content .row {
            margin-left: 0;
            margin-right: 0;
        }

        .popmodalform .modal-content .form-group {
            margin-bottom: 15px;
        }

            .popmodalform .modal-content .form-group .form-control {
                border: 0;
                background: #fff;
                opacity: 1;
                min-height: 45px;
                border-radius: 2px;
            }

            .popmodalform .modal-content .form-group .getintouchformbtn {
                background: #1199ce;
                color: #fff;
                width: 100%;
                border: 0;
                padding: 10px;
                margin-top: 10px;
                letter-spacing: 0.5px;
                font-size: 17px;
            }

        .popmodalform .modal-content .modal-body {
            padding: 25px;
        }

    .modal_form h3 {
        font-size: 30px;
        line-height: 25px;
        color: #010101;
        font-weight: 700;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 10px;
    }

    .modal_form p {
        text-align: center;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .popmodalform .modal-content .modal-body .btn-close {
        position: absolute;
        right: 20px;
        opacity: 1;
        top: 0;
        border: 0;
        padding: 0;
        font-size: 35px;
        background: transparent;
    }

    .popmodalform {
        padding: 0 !important;
    }

    a.getintouchbtn.feedback {
        top: calc(58% + 140px);
        transform: rotate( 270deg )translateY(39px);
        background: #ed7f4d;
    }

    body {
        padding: 0 !important;
        overflow-y: scroll !important;
    }
.getintouchbtn i {
    display: none;
}

@media all and (max-width: 767px) {
    .getintouchbtn i {
        display: block;
    }

    .getintouchbtn, a.getintouchbtn.feedback {
        font-size: 0;
        transform: none;
        width: 30px;
        padding: 0;
        height: 30px;
        text-align: center;
        border-radius: 30px 0 0 30px;
        line-height: 30px;
        bottom: 100px;
        top: auto;
    }

    .getintouchbtn i {
        font-size: 15px;
    }

    a.getintouchbtn.feedback {
        bottom: calc(100px + 40px);
    }
    #whatsapp-chat-widget .wa-widget-send-button {
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        min-width: 30px;
        right: 0;
        border-radius: 30px 0 0 30px;
        top: auto;
        margin: 0 0 60px 0 !important;
    }

        #whatsapp-chat-widget .wa-widget-send-button svg {
            width: 19px !important;
            height: 19px;
        }
    .wa-chat-bubble {
        right: 38px !important;
        margin-bottom: 37px !important;
    }
    .web-footer .copyright {
        padding-bottom: 70px;
    }
    .cart_acount > a {
        margin: 0 10px;
        display: flex !important;
        align-items: center;
        line-height: normal;
    }
    .eshop_asset .cart_acount a img {
        height: 20px;
        width: auto;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        margin-top: -3px;
    }
    .cart_acount {
        padding: 12px 0 !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 14px 28px, rgba(0, 0, 0, 0.32) 0px 10px 10px;
    
    }
        .cart_acount a:last-child {
            margin-left: 18px;
        }

}