﻿/*public*/
.box-slider {
    float: right;
    width: 100%;
    direction: ltr;
}

.box-sliderR {
    position: relative;
    direction: ltr;
}
.tac {
    text-align: center;
    color: black;
}
.footerUl {
    margin: inherit !important;
}
.tacc {
    width: 30px;
    min-width: 30px !important;
    text-align: center;
    color: black;
}
.tac2 {
    text-align: center;
    color: black;
    text-shadow: 2px 2px 5px gold;
}
.w50Im {
    min-width: 50px !important;
}
.w100Im {
    min-width: 120px !important;
    width: 120px;
}
.display-br {
    display: block ruby;
}
.shadow32 {
    padding: 20px;
    box-shadow: 0px 0px 13px #717171a3;
    border-radius: 15px;
}
.menu li a:hover {
    color:#000 !important;
    text-shadow: 2px 2px 5px gold;
}
.menu-item-has-children li::selection {
    text-shadow: 2px 2px 5px gold;
}
a.active {
    color: gold;
}
.with-space1 {
    white-space: pre-line;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    line-height: 1.75;
    font-weight: 400;
}
.circle {
    width: 150px;
    height: 150px;
    background-color: #07ff07;
    border-radius: 50%;
    box-shadow: 1px 1px 10px green;
    border-style: solid;
    border-color: #101110;
    border-width: 1px;

}
.circle2 {
    width: 150px;
    height: 150px;
    background-color: silver;
    border-radius: 50%;
    box-shadow: 1px 1px 10px green;
    border-style: solid;
    border-color: #101110;
    border-width: 1px;
}
.textTik {
    font-size: 150px;
    margin-top: -60px !important;
    margin-left: 20px !important;
}
.tcb {
    color: black;
}
.bold {
    font-weight: bold;
}
a:hover i{
    color:black;
    cursor:pointer;
}
.hrred {
    box-shadow: 0px 0px 5px 2px rgb(230, 106, 106);
    background: red;
}
.hrgreen {
    box-shadow: 0px 0px 5px 2px rgb(110, 230, 106);
    background: green;
}
.hrgold {
    box-shadow: 0px 0px 5px 2px rgb(255, 215, 0);
    background: gold;
}
.f13 {
    font-size: 13px;
}
.f24 {
    font-size: 24px;
}
.showAll {
    align-content: center;
}
.pm0{
    padding:0 !important;
    margin:0 !important;
}
.HeadWoman {
    background-image: linear-gradient(to bottom right,#710b0b73, #ea0f0f);
    box-shadow: 0 1px 5px red;
}
.HeadMan {
    background-image: linear-gradient(to bottom right,#80797973, #939393);
    box-shadow: 0 1px 5px #6f6f6f;
}
.HeadKid {
    background-image: linear-gradient(to bottom right, #a8e6ff73, #ffccf9);
    box-shadow: 0 1px 5px #bbf0ff;
}
.HeadNew {
    background-image: linear-gradient(to bottom right, #e0c3fc73, #8ec5fc);
    box-shadow: 0 1px 5px #b38cff;
    position: relative;
    animation: pulseBlue 2.5s infinite ease-in-out;
}
@keyframes pulseBlue {
    0%, 100% {
        box-shadow: 0 1px 5px #b38cff, 0 0 10px rgba(179, 140, 255, 0.4) inset;
    }

    50% {
        box-shadow: 0 1px 15px #b38cff, 0 0 25px rgba(179, 140, 255, 0.7) inset, 0 0 15px rgba(179, 140, 255, 0.5);
    }
}
    .HeadNew p {
        color: red !important;
        text-shadow: 1px 1px 1px #090808;
        font-size: 22px;
    }

.btn32 {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 10px 1px #0ae6bd4d;
    transform: translateZ(0);
    cursor: pointer;
    background-image: linear-gradient(to bottom right, #e0c3fc73, #8ec5fc);
}
/*end public*/
/*Cart*/
/*End Cart*/
.tozpro {
    font-size: 20px;
    color: #000;
    text-align: left;
}
.soodU {
    background: linear-gradient(135deg, #0a5a0a, #6cc091);
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 0 15px rgba(108, 192, 145, 0.4);
    border: 1px solid #4a9e70;
    backdrop-filter: blur(2px);
    font-family: 'Poppins', sans-serif;
}
.atrName {
    color: green;
    font-size: 12px;
    direction: rtl;
    margin: auto;
}
.old-price {
    color: #F00 !important;
    font-size: 12px !important;
    text-decoration: line-through;
    font-weight: normal;
}
.minus {
    color: red !important;
    text-shadow: 1px 1px 10px red;
    margin-right: 15px;
}
.plus {
    color: green;
    text-shadow: 1px 1px 10px green;
    margin-left: 15px;
    margin-right: 15px;
}
.minusplus {
    color: black;
    text-shadow: 1px 1px 10px gold;
}
.mp {
    text-align: center;
    display: flex;
}
.price {
    font-size: 18px !important;
    font-weight: bold;
    color: #000;
    line-height: 24px;
}
.sood-price {
    font-size: 18px;
    font-weight: bold;
    color: green;
    line-height: 24px;
}
.thumbsize {
    width: 64px;
    height: 64px;
}
.capsize {
    width: 100px;
    height: 32px;
}
#com-capcha {
    max-width: 100px;
    max-height: 32px;
}
.thumbsize2 {
    width: 70px;
    height: 60px;
    max-width: 80px !important;
    margin-top: 7px;
}
.masirPro {
    font-size: 16px !important;
    float: right;
    margin-right: 8px;
}

    .masirPro a {
        color: blue;
    }

.grid-check-header {
    border-bottom: solid;
    border-color: black;
    text-align: center;
    border-width: 1px;
}

.grid-check-header2 {
    border-bottom: solid;
    border-top: solid;
    border-color: black;
    border-width: 1px;
}

.acc-dash {
    border: 1px solid #9b9a94 !important;
    padding: 10px;
    box-shadow: 0 0 5px rgba(149, 146, 127, 0.5);
    float: right;
    border-radius: 15px;
}

.h3inre {
    text-align: right;
    padding: 10px;
}

.search {
    border-style: none;
    border-bottom: 1px solid rgba(140, 137, 136, 0.7);
    display: block;
    width: 100%;
}

    .search:focus {
        border-image: linear-gradient(to right,#F05F17, #ffd800);
        border-image-slice: 1;
    }

.container .image-container {
    width: 100%;
}

    .container .image-container .big-image {
        width: 350px;
        padding: 1rem;
    }

        .container .image-container .big-image img {
            -o-object-fit: cover;
            object-fit: cover;
            box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.2);
        }

    .container .image-container .small-images {
        height: 30%;
        width: 100%;
    }

        .container .image-container .small-images img {
            height: 13rem;
            -o-object-fit: cover;
            object-fit: cover;
            cursor: pointer;
            box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.2);
            border: 1rem solid #fff;
        }

            .container .image-container .small-images img:hover {
                transform: scale(0.9);
            }

.container .content {
    width: 50%;
}

    .container .content h1 {
        font-size: 4rem;
        padding-top: 2rem;
        -moz-columns: red;
        columns: red;
    }

    .container .content p {
        font-size: 1.6rem;
        padding: 1rem 0;
        color: #333;
    }



.counter {
    /*width: 150px;*/
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter input {
        width: 32px;
        border: 0;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        /*background: gold;*/
        color: black;
        appearance: none;
        outline: 0;
    }

    .counter span {
        display: block;
        font-size: 25px;
        padding: 0 10px;
        cursor: pointer;
        color: #0052cc;
        user-select: none;
    }

.mr-n2 {
    margin-right: -32px;
}

.namojod {
    background-color: #d90e0e;
    color: white;
    padding: 5px;
    border-radius: 8px;
}
.border-shadow {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    padding: 10px;
    box-shadow: 0px 0px 13px gold;
    border-radius: 15px;
    border-color: gold;
    margin-bottom :32px;
}

/*users*/
.border-shadow-no {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    padding: 10px;
    border-radius: 15px;
    border-color: #090808;
    margin-bottom: 32px;
    box-shadow: 0 5px 5px #0f0f0e;
}

    .border-shadow-no:hover {
        box-shadow: 0px 0px 13px gold;
        border-radius: 5px;
    }

.fac-d {
    padding-left: 0;
    margin-right: -6px;
}
.boxTextUp {
    color: black;
    text-shadow: 1px 1px 1px gold;
}
.boxTextDown {
    color: lime;
    text-shadow: 0 2px 2px green;
}
/*end users*/

.text-shadow {
    text-shadow: 2px 2px 9px #0c04ff;
}
.checkheader {
    font-size: 20px;
    color: black;
    text-shadow: 2px 2px 5px gold;
    margin-bottom: 10px;
    text-align: center;
}




.loginback {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, 0.7);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}
.loginback-open {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, 0.7);
    z-index: 1000;
    visibility: visible;
    opacity: 1;
}
.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.8);
    box-sizing: border-box;
    box-shadow: 0 0px 10px rgb(0, 243, 255);
    border-radius: 10px;
}

    .login-box h2 {
        margin: 0 0 30px;
        text-align: center;
        color: #fff;
        text-shadow: 0px 1px 30px #00dbff;
    }

    .login-box .user-box {
        position: relative;
    }

        .login-box .user-box input {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            margin-bottom: 30px;
            border: none;
            border-bottom: 1px solid #fff;
            outline: none;
            background: transparent;
            text-align: center;
        }

        .login-box .user-box label {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }

        .login-box .user-box input:focus ~ label,
        .login-box .user-box input:valid ~ label {
            top: -20px;
            left: 0;
            color: #03e9f4;
            font-size: 12px;
        }

    .login-box form a {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        color: #03e9f4;
        font-size: 16px;
        text-decoration: none;
        text-transform: upercase;
        overflow: hidden;
        transition: .5s;
        margin-top: 40px;
        letter-spacing: 4px ;
        width: 200px;
        text-align:center !important;
    }

    .login-box a:hover {
        background: #000;
        color: red;
        border-radius: 5px;
        box-shadow: 0 0 2px #f48b03, 0 0 12px red, 0 0 5px #f4b803;
    }

    .login-box a span {
        position: absolute;
        display: block;
    }

        .login-box a span:nth-child(1) {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #03e9f4);
            animation: btn-anim1 1s linear infinite;
        }
        .login-box a{

            background-color:black ;

        }
@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}

select {
    /* Reset Select */
    appearance: none;
    outline: 10px red;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: #000;
    background-image: none;
    cursor: pointer;
    text-align: left;
}
.select {
    position: relative;
    display: flex;
    width: 15em;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
    background-color: #000;
}
    /* Arrow */
    .select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em;
        background-color: #646464;
        transition: .25s all ease;
        pointer-events: none;
    }
    /* Transition */
    .select:hover::after {
        color: #000;
    }

select::-ms-expand {
    display: none;
}
.selectCh {
    cursor: pointer;
}