﻿.enamad {
    padding: 10px;
  display: inline-block;
}

.footer-inner .links {
    min-height: 160px;
}
      .instas {
    background: #8d44ad;
    background: -webkit-linear-gradient(
20deg, #8d44ad, #c1392c);
    background: linear-gradient(
20deg, #8d44ad, #c1392c);
    color: #fff;
    /* padding: 8px 21px; */
    direction: rtl;
    margin: auto;
    text-align: center;
    /* font-size: 16px; */
    position: fixed;
    bottom: 35px;
    line-height: 62px;
    z-index: 999999999999;
    border-left: 0;
    left: 15px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
}
.certspan {
    position: absolute;
    top: -7px;
    right: -6px;
    width: 15px;
    height: 15px;
    background: #55555a;
    color: #fff;
    line-height: 17px;
    border-radius: 100%;
    font-size: 13px;
    text-align: center;
}

.mini-cart .price3:after {
    background: #be0c0c !important;
    content: '\f02f' !important;
}

#topHeader a {
    display: inline-block;
    padding-left: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

#topHeader i {
    margin: 0 0 0 5px;
    color: #fce116;
    width: 20px;
    text-align: center;
    height: 20px;
    padding: 2px;
    border-radius: 100%;
}

.jtv-top-links .links li a.bskt:hover {
    color: #fce116 !important;
}

.asearch {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 100%;
}

    .asearch:hover {
        color: #000;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 106;
        display: block;
    }


.searchform {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

    #search .close:hover {
        color: #FC2121;
        cursor: pointer;
    }

.tell {
      background: #2bb641;
    color: #fff;
    /* padding: 8px 21px; */
    direction: rtl;
    margin: auto;
    text-align: center;
    /* font-size: 16px; */
    position: fixed;
    bottom: 95px;
    line-height: 62px;
    z-index: 999999999999;
    border-left: 0;
    left: 15px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
}

.searchbtn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -49px;
    width: 17%;
    margin-right: 20%;
    padding: 10px;
    color: #000;
}

 
.pann {
    position: relative;
}

.ssmenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 12px;
    width: 200px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

    .ssmenu li {
        position: relative;
        display: block !important;
        font-size: 12px;
        font-size: .857rem;
        line-height: 1.833;
        padding: 10px 5px;
        cursor: pointer;
        color: #424750;
        text-align: right;
    }

        .ssmenu li img {
            width: 25px;
        }

        .ssmenu li a {
            color: #798777 !important;
        }

.pann:hover .ssmenu {
    display: block;
    z-index: 999;
}

.jtv-top-links {
    overflow: inherit;
}

@media (min-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1320px;
    }
}

footer h4 {
    text-align: center;
}

.footer-inner ul li {
    text-align: right;
}


.carting {
    position: relative;
}

.cartmenu {
    display: none;
    position: absolute;
    top: 25px;
    left: 12px;
    width: 250px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px !important;
    z-index: 999999999;
}

    .cartmenu li {
        position: relative;
        display: block !important;
        font-size: 12px;
        line-height: 1.833;
        padding: 5px 5px;
        cursor: pointer;
        color: #424750;
        width: 100%;
        text-align: right;
        overflow: hidden;
        border-bottom: 1px solid #000;
    }

        .cartmenu li:last-child {
            border-bottom: 0;
        }

.ttexts {
    text-align: center;
    width: 15px;
    border: none;
    color: #000;
    padding: 0;
    background: #fff;
}

.cartmenu li a {
    color: #000 !important;
}

.carting:hover .cartmenu {
    display: block;
}

.c-checkout__items {
    padding: 5px 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #999;
}

    .c-checkout__items:last-child {
        border-bottom: 0;
    }

.rights-shoping-cart {
    padding: 4px 20px !important;
    background: #fb3640;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    -webkit-transition: background-color 150ms ease 0;
    -ms-transition: background-color 150ms ease 0;
    -moz-transition: background-color 150ms ease 0;
    -o-transition: background-color 150ms ease 0;
    transition: background-color 150ms ease 0;
    font-size: 12px;
    border-radius: 3px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #0c121c;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ddd;
    }
