﻿html {
    scroll-behavior: smooth;
}

a, button {
    cursor: pointer;
    text-decoration: none !important;
    outline: none !important;
}

.footer-certs a img {
    width: 120px;
    height: 120px
}

a {
    color: var(--DarkBlue);
}

    a.disabled {
        cursor: not-allowed !important;
        opacity: 0.6 !important;
        pointer-events: none;
    }

.BorderBottom.nv {
    border-bottom: none !important;
}

    .BorderBottom.nv::after {
        display: none !important
    }

#top #wrap_all .BorderBottom.nn {
    border-bottom: none;
}

div.loading {
    text-align: center;
    transition: all .5s;
}

    div.loading img {
        width: auto
    }

    div.loading.visible {
        display: block !important;
    }

.lg-outer .lg-img-wrap {
    padding: 0 !important
}

#top #wrap_all .BorderBottom.nn::after {
    display: none
}

a:hover {
    color: var(--blue);
}

ul.HeaderMainMenu li.active a svg {
    fill: var(--blue) !important;
}

h3.Author-name a {
    color: var(--dark);
}

    h3.Author-name a:hover {
        color: var(--blue);
    }
/* Chrome, Safari, Edge, Opera */
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, 1);
    }

.eng {
    font-family: Arial !important;
}

.msgscont {
    background-color: rgba(255,255,255,0.95);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
    display: none;
}

    .msgscont .flex {
        display: flex;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

#msgs {
    text-align: center;
    width: max-content;
    max-width: 100%;
    padding: 70px 30px;
    border: 5px solid #000;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    box-sizing: border-box
}

    #msgs a.close {
        position: absolute;
        left: 15px;
        top: 15px;
    }

    #msgs i {
        font-style: normal;
        display: flex;
        align-items: center;
    }

        #msgs i::before {
            font-family: icomoon;
            margin-left: 5px;
            font-weight: 300;
            padding: 10px;
            border-radius: 50%;
            color: #fff;
        }

    #msgs.success i::before {
        background-color: #519a53;
        /**/
        content: '\ea11';
    }

    #msgs.warning i::before {
        background-color: #fb9d1b;
        content: '\ea07';
    }

    #msgs.danger i::before {
        background-color: #ac3030;
        content: '\ea0e';
    }

div#msgs a {
    color: var(--blue);
    margin-right: 5px;
}

    div#msgs a:hover {
        color: var(--Dark);
    }

    div#msgs a.close {
        color: var(--Dark);
        margin-right: 0;
    }

        div#msgs a.close:hover {
            color: var(--blue);
        }

.Section_Text {
    line-height: 2
}

#top #wrap_all #main .profileforms .FormRow .submitform a {
    background-color: var(--blue);
    border: none;
    color: var(--white);
    cursor: pointer;
    width: 250px;
    text-align: center;
    font-size: 14pt;
    padding: 15px;
    box-sizing: border-box;
}

a.sht {
    position: relative
}


/* Firefox */
input.noarrow[type=number] {
    -moz-appearance: textfield;
    text-align: center;
    direction: ltr;
    font-family: Arial !important;
}

#top #wrap_all #main .Cart .OrdeProducts .Product .ProductCover {
    width: 20%;
    background-color: #f4f4f4;
    aspect-ratio: 1;
}

#top #wrap_all #main .CheckoutForm .FormRow input[name=mobile] {
    width: 100%;
    text-align: right
}

#top #wrap_all #main .CheckoutForm .FormRow input[name=email], #top #wrap_all #main .CheckoutForm .FormRow input[name=tel], #top #wrap_all #main .CheckoutForm .FormRow div.chk {
    width: calc(50% - 10px);
    text-align: right;
    margin-bottom: 20px;
}

#top #wrap_all #main .CheckoutForm .FormRow div.chk {
    padding-top: 20px;
}

::placeholder {
    color: #999 !important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #999 !important;
}

#top #wrap_all #main .Cart .OrdeProducts .Product .ProductCover a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    #top #wrap_all #main .Cart .OrdeProducts .Product .ProductCover a img {
        width: 40%;
        box-shadow: -20px 20px 20px -5px #aaa;
    }

input.noarrow[type=number]::placeholder {
    text-align: center;
    direction: rtl;
    font-family: AriaWeb
}

a, button, .prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.AuthorBio, .IntroductionBody, .AddressRow {
    text-align: justify
}

#top #wrap_all .ProductContainer .Product .ProductActions a span {
    font-size: 28px;
}

#top #wrap_all #main .Promotion .ProductActions a span {
    font-size: 42px;
}

#top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover {
    height: calc((100vw - 120px - 20px) / 2);
    background-color: #f4f4f4;
}



#top #wrap_all .ProductContainer .Product .ProductInCont {
    height: initial;
}

    #top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover a {
        height: 100%;
        align-items: center;
        justify-content: center;
    }

        #top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover a img {
            width: auto;
            height: 60%;
            box-shadow: -20px 20px 20px -5px #aaa;
        }

#top #wrap_all .ProductContainer .Product.ishor .ProductInCont .ProductCover a img {
    height: 50%;
}

#top #wrap_all .ProductContainer .Product.issqr .ProductInCont .ProductCover a img {
    height: 40%;
}

#top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover.person a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#top #wrap_all .ProductContainer.cd .Product .ProductInCont .ProductCover a img, #top #wrap_all .ProductContainer.dvd .Product .ProductInCont .ProductCover a img {
    height: 45%;
}

#top #wrap_all #footer .Widgets .footer-about .ContactIcon ul li a {
    font-size: 25px;
    color: var(--Dark);
}

    #top #wrap_all #footer .Widgets .footer-about .ContactIcon ul li a:hover {
        color: var(--blue);
    }

#top #wrap_all .ProductContainer.columnthree .Product .ProductInCont .ProductCover {
    height: calc((100vw - 120px - 26.66px) / 3);
}

#top #wrap_all .ProductContainer.columnfour .Product .ProductInCont .ProductCover {
    height: calc((100vw - 120px - 45px) / 4);
}

#top #wrap_all #main .Signin.Check form {
    justify-content: flex-end;
}


.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
}

div.empty {
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center
}

select option {
    font-size: 16px
}

#top #wrap_all #main .ProductIntroduction .ProductInformation .IntroAction .ProductActions a.AddtoWish, #top #wrap_all #footer .Widgets .AddressRow {
    color: var(--Dark);
}

    #top #wrap_all #footer .Widgets .AddressRow:hover, #top #wrap_all #main .ProductIntroduction .ProductInformation .IntroAction .ProductActions a.AddtoWish:hover, #top #wrap_all #main .ProductIntroduction .ProductInformation .IntroAction .ProductActions a.AddtoWish.liked {
        color: var(--blue);
    }

#top #wrap_all #main .ProductIntroduction .ProductInformation .IntroAction .ProductActions a span {
    font-size: 28px
}

.lSAction > a {
    z-index: 8 !important
}

div.AboutIntroduction p {
    margin: 20px 0
}

#top #wrap_all .columnfour .Author .AuthorPhoto {
    height: calc((100vw - 120px - 45px) / 4);
    background-color: #f4f4f4;
    aspect-ratio: 1;
}

#top #wrap_all .columnfour .Author .AuthorInCont .AuthorPhoto a img {
    width: 54%;
    /*            height: calc((100vw - 120px - 20px) * 0.32);*/
    box-shadow: none
}

#top #wrap_all .columnfour .Author .AuthorInCont .AuthorPhoto a {
    height: 100%;
    align-items: center;
    justify-content: center;
}

a.AddtoWish.liked, a.AddtoCart.added {
    color: var(--blue) !important;
}

.footer-logo img {
    max-width: 140px;
}


#top #wrap_all #main .CheckoutForm .FormRow div#map {
    height: 500px;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1
}

.AddtoWish.wait {
    cursor: not-allowed
}



a.AddtoCart.added.addit {
    color: var(--white) !important;
    background-color: var(--blue) !important;
}

.PagesContainer {
    width: 50%;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    background: #fff;
    padding: 25px;
    margin: 0 auto;
}

.PagesTop {
    background-color: var(--Gray);
}

.Product a img, .Author a img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.Product:hover a img, .Author:hover a img {
    transform: scale(1.1);
}

div.pdf {
    margin-top: 20px;
}

.pdf a {
    border-radius: 27px;
    background: #f1f3f4;
    width: 300px;
    display: inline-block;
    padding: 15px 0;
}

    .pdf a span {
        margin-right: 20px;
        margin-left: 5px;
        display: inline-block;
    }

.player span {
    display: block;
    padding: 10px 20px 0 0;
}

.player audio {
    width: 300px;
}

#top #wrap_all .ProductContainer .Product .ProductActions a, #top #wrap_all .ProductContainer .Product .ProductDetail h3 a {
    color: var(--dark);
}

    #top #wrap_all .ProductContainer .Product .ProductActions a:hover, #top #wrap_all .ProductContainer .Product .ProductDetail h3 a:hover, #top #wrap_all .ProductContainer .Product .ProductActions a.added {
        color: var(--blue);
    }

.hidden-xs {
    display: block
}

.visible-xs {
    display: none
}

@media (max-width: 991px) {
    #top #wrap_all .columnfour .Product {
        /*margin-left: 10px;*/
    }

    #top #wrap_all .columnfour .Author {
        width: calc(50% - 10px);
    }

    #top #wrap_all .ProductContainer .Product .ProductDetail h3 {
        font-size: 13px;
    }

    #top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover, #top #wrap_all .ProductContainer.columnfour .Product .ProductInCont .ProductCover {
        height: calc((100vw - 100px - 20px) / 2);
    }
}



@media(max-width:767px) {

    #top #wrap_all .ProductContainer .Product .ProductDetail {
        padding: 20px 10px;
    }

    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block
    }

    input #search-input::placeholder {
        font-size: 12pt;
    }

    .Product.resultitem .product-name a {
        max-height: 52px;
        overflow-y: hidden
    }

    .pdf a {
        max-width: 100%;
    }

    .player audio {
        max-width: 100%;
    }

    .AboutIntroduction audio, .AboutIntroduction video {
        max-width: 100% !important;
    }

    #top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover a img {
        box-shadow: -10px 10px 10px -5px #aaa;
        /*width: 45%;
        height: auto*/

        height: 55%
    }

    #top #wrap_all .ProductContainer .Product.ishor .ProductInCont .ProductCover a img {
        height: 50%
    }

    #top #wrap_all .ProductContainer .Product.issqr .ProductInCont .ProductCover a img {
        height: 40%
    }

    #top #wrap_all #footer .Copyright .wrapper p {
        font-size: 13pt;
    }



    #top #wrap_all .SearchOverlay .ProductContainer .Product .ProductInCont {
        flex-direction: row;
    }

    .PagesContainer {
        width: auto;
        margin-right: 0;
        font-size: 18px;
        line-height: 2;
        padding: 15px;
        text-align: right;
    }

    #top #wrap_all .PagesTop .wrapper {
        padding: 30px 15px
    }

    .AboutIntroduction a {
        color: var(--blue);
        text-decoration: underline
    }

    #top #wrap_all .ProductContainer.columnthree .Product .ProductInCont .ProductCover {
        height: calc((100vw - 100px - 20px) / 2);
    }

    #top #wrap_all .SearchOverlay .ProductContainer.columnfour .Product .ProductInCont .ProductCover {
        border-top: solid var(--Dark) 4px;
        height: 130px;
        width: 130px;
    }

    #top #wrap_all .SearchOverlay .ProductContainer .Product .ProductInCont .ProductCover a img {
        width: 50%;
        box-shadow: -10px 10px 10px -5px #aaa
    }

    #top #wrap_all .SearchOverlay .columnfour .Author .AuthorPhoto {
        border-top: solid var(--Dark) 4px;
        height: 130px !important;
        width: 130px !important;
    }

    #top #wrap_all .SearchOverlay .columnfour .Author .AuthorInCont {
        flex-direction: row
    }

        #top #wrap_all .SearchOverlay .columnfour .Author .AuthorInCont .AuthorPhoto a img {
            width: 50%;
            box-shadow: none
        }

    #top #wrap_all .ProductContainer .Product .ProductDetail h3 {
        font-size: 11pt;
        margin-bottom: 10px;
    }

    #top #wrap_all .columnfour .Product {
        /*margin-left: 10px;*/
        width: 100% !important;
    }

        #top #wrap_all .columnfour .Product:nth-child(2n) {
            margin-left: 0;
            /*margin-right: 10px;*/
        }
}

@media (max-width: 767px) and (min-width:700px) {
    #imageGallery.lightSlider li div {
        width: calc(100vw - 120px);
        height: calc(100vw - 120px);
    }
}

.icon.icon-mail3 {
    transform: scaleY(0.8);
}

a.addit {
    background: #1d1d1b;
    padding: 10px;
    display: flex;
    color: #fff;
    align-items: center;
}

span.ttp {
    margin-right: 10px;
    color: #666
}

@media (max-width: 549px) {
    #msgs {
        width: calc(100% - 30px);
        padding: 50px 10px;
        font-size: 17px;
        line-height: 1.8;
    }

    .pdf a {
        width: 100%;
    }

    #top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover a img {
        width: 40%;
        box-shadow: -10px 10px 10px -5px #aaa;
        height: auto
    }

    #top #wrap_all .ProductContainer .Product.ishor .ProductInCont .ProductCover a img {
        width: 70%;
        height: auto
    }

    .player audio {
        width: 100%;
    }

    #top #wrap_all #main .filters .Sort {
        width: 100% !important;
        margin-bottom: 20px;
    }

    a.addit {
        padding: 5px;
    }
}

.img-cont {
    padding: 15% 25%;
    background: #efefef;
    margin-bottom: 10px
}

@media (max-width: 699px) {
    #top #wrap_all .wrapper {
        padding: 20px;
    }

    #top #wrap_all .SearchOverlay .wrapper {
        padding: 20px 20px 80px 20px;
    }
}

#top #wrap_all .ProductContainer.columnfour .Product .ProductDetail h3 a {
    text-wrap: nowrap;
    font-weight: bold;
}

#top #wrap_all .ProductContainer.columnfour .Product .ProductDetail h3 {
    overflow: hidden
}

.h1s {
    zoom: 1.3
}

@media(max-width:549px) {
    #top #wrap_all .ProductContainer .Product .ProductInCont .ProductCover, #top #wrap_all .ProductContainer.columnfour .Product .ProductInCont .ProductCover {
        height: calc((100vw - 60px ) );
    }

    #top #wrap_all .ProductContainer.columnfour .Product .ProductDetail h3 a {
        /*text-wrap: wrap;*/
    }

    #top #wrap_all .columnfour .Author {
        margin-left: 0
    }

    .GallertyThumbs .img-cont img {
        width: 50% !important;
    }

    .img-cont {
        margin-bottom: 0
    }

    .GallertyThumbs .arrow {
        display: none !important
    }

    .GalleryPreview {
        width: 100vw !important;
        height: 100vw !important;
    }

    .GallertyThumbs .img-cont {
        padding: 0;
        width: calc(25vw - 15px) !important;
        height: calc(25vw - 15px) !important;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #top #wrap_all #main .ProductIntroduction .ProductGallery .GallertyThumbs #thumbs-container, #top #wrap_all #main .ProductIntroduction .ProductGallery .GallertyThumbs {
        height: auto
    }

    #thumbs-container {
        width: calc(100vw - 60px) !important
    }

    #top #wrap_all .ProductContainer.columnthree .Product .ProductInCont .ProductCover {
        height: calc((100vw - 60px ) );
    }



    #top #wrap_all .ProductContainer .Product .ProductDetail h3 {
        font-size: 11pt;
        margin-bottom: 10px;
        /*max-width: 200px;*/
    }

    #top #wrap_all #header #main_menu .HeaderMainMenu .SearchOverlay .authorContainer .Author .Author-name {
        font-size: 11pt;
    }

    #top #wrap_all .columnfour .Product {
        margin-left: 0;
        margin-right: 0;
    }

        #top #wrap_all .columnfour .Product:nth-child(2n) {
            margin-left: 0;
            margin-right: 0;
            width: 100% !important;
        }
}



#imageGallery.lightSlider li div {
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(40vw - 60px);
    height: calc(40vw - 60px);
}

ul.lSPager.lSGallery li a {
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

    ul.lSPager.lSGallery li a img {
        width: 40%;
        box-shadow: -10px 10px 10px -5px #aaa;
    }

#imageGallery.lightSlider li img {
    width: 16vw;
    box-shadow: -20px 20px 20px -5px #aaa;
}

#imageGallery.lightSlider li.ishor img {
    width: 25vw;
}

.lg-thumb-outer, .lg-autoplay-button {
    display: none !important;
}

.lg-outer {
    direction: ltr
}

#top #wrap_all #main .ProductIntroduction .ProductInformation {
    width: calc(60% - 20px) !important
}

.imageGallery {
    direction: ltr;
    width: 40% !important;
}

/*.lg-img-wrap img {
    max-width: 400px !important
}*/

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .pagination a {
        background-color: #999;
        line-height: 1;
        width: 36px;
        height: 36px;
        margin-left: 5px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #fff
    }

        .pagination a:hover {
            background-color: #666;
            color: #fff
        }

        .pagination a.active {
            background-color: #000;
            color: #fff
        }

@media (max-width: 767px) {


    #top #wrap_all #main .CheckoutForm .FormRow div#map {
        height: 300px;
    }

    #top #wrap_all #main .Section_Title h2, #top #wrap_all #main .Section_Title h1 {
        width: 100%;
    }

    .pagination a {
        width: 28px;
        height: 28px;
        margin-left: 4px;
    }



    #top #wrap_all #main .Section_Title h2, #top #wrap_all #main .Section_Title h1 {
        font-size: 16pt
    }


    .resultitem {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #top #wrap_all #main .ProductIntroduction .ProductInformation {
        width: 100% !important;
    }

    .imageGallery {
        width: 100% !important;
    }

    #imageGallery.lightSlider li div {
        width: calc(100vw - 120px);
        height: calc(100vw - 40px);
    }

    #imageGallery.lightSlider li img {
        width: 40vw
    }

    #imageGallery.lightSlider li.ishor img {
        width: 60vw
    }

    .h1s {
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    #imageGallery.lightSlider li div {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }
}

@media (max-width: 740px) {


    #top #wrap_all #main .InformationTab .tab button {
        width: calc(50% - 10px);
        margin-left: 0;
        margin-bottom: 0;
        font-size: 11pt;
        padding: 20px 10px;
    }

        #top #wrap_all #main .InformationTab .tab button:nth-child(1), #top #wrap_all #main .InformationTab .tab button:nth-child(2) {
            margin-bottom: 20px;
        }

        #top #wrap_all #main .InformationTab .tab button:nth-child(1), #top #wrap_all #main .InformationTab .tab button:nth-child(3) {
            margin-left: 10px;
        }

        #top #wrap_all #main .InformationTab .tab button:nth-child(2), #top #wrap_all #main .InformationTab .tab button:nth-child(4) {
            margin-right: 10px;
        }
}

.admin {
    background-color: rgb(255, 138, 0);
    color: #000 !important;
    position: fixed;
    left: 0;
    top: 50vh;
    padding: 15px;
    z-index: 99999;
}

.AuthorBio h2, .AboutIntroduction h2, .IntroductionBody h2 {
    font-weight: bold !important;
    font-size: 16pt !important;
    margin: 15px 0 0 0;
}

.AuthorBio h3, .AboutIntroduction h3, .IntroductionBody h3 {
    font-weight: bold !important;
    font-size: 14pt !important;
    margin: 15px 0 0 0;
}

.AuthorBio h4, .AboutIntroduction h4, .IntroductionBody h4 {
    font-weight: bold !important;
    font-size: 13pt !important;
    margin: 15px 0 0 0;
}

.AuthorBio p, .AboutIntroduction p, .IntroductionBody p {
    margin: 5px 0 10px 0;
}

.checkbox-label {
    position: relative;
    margin-bottom: 20px;
    display: block;
    cursor: pointer
}

    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox-label input ~ .checkmark {
            border: none;
            padding: 0 30px 0 5px;
        }

            .checkbox-label input ~ .checkmark:after {
                content: "";
                position: absolute;
                top: 2px;
                right: 5px;
                background-color: transparent;
            }

    .checkbox-label span.head {
        margin-right: 5px;
        font-size: 14pt;
        font-weight: bold;
        position: absolute;
        top: 3px
    }

    .checkbox-label input ~ .checkmark:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        height: 22px;
        border: 2px solid #000;
    }

    .checkbox-label input:checked ~ .checkmark:after {
        font-family: 'icomoon' !important;
        content: "\e904";
        color: var(--blue);
    }

@media (max-width: 767px) {

    .checkbox-label {
        zoom: .8
    }
}

@media (min-width: 768px) {

    img.lg-object.lg-image {
        box-shadow: -20px 20px 20px -5px #aaa;
    }
}

.icon.icon-prev {
    background-image: url('/assets/img/p.png');
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
}

.icon.icon-next {
    background-image: url('/assets/img/n.png');
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
}

.icon.icon-last {
    background-image: url('/assets/img/l.png');
    display: block;
    width: 36px;
    background-size: cover;
    height: 36px;
}

.icon.icon-first {
    background-image: url('/assets/img/f.png');
    display: block;
    width: 36px;
    background-size: cover;
    height: 36px;
}

@media (max-width:767px) {
    .icon.icon-prev, .icon.icon-first, .icon.icon-last, .icon.icon-next {
        width: 28px;
        height: 28px;
    }
}
/*------------------- products --------------------*/
a.Notav {
    background: #999 !important;
    color: #666 !important;
    cursor: default;
    padding: 2px 10px;
    display: flex;
    align-items: center;
}

.IntroductionTable p a:after {
    content: '، ';
}

.IntroductionTable p a:last-child::after {
    display: none
}

#top #wrap_all #main .InformationTab #Comments a.submit {
    position: absolute;
    width: 100px;
    background-color: var(--Dark);
    color: var(--white);
    justify-content: center;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
    border: none;
    resize: none;
    box-sizing: border-box;
    font-size: 14pt;
    padding: 15px;
    display: flex;
    outline: none;
}

    #top #wrap_all #main .InformationTab #Comments a.submit:hover {
        background-color: var(--blue);
    }

.lg-backdrop {
    background-color: #efefef
}

.lg-actions .lg-next:before, .lg-actions .lg-prev:after {
    font-family: 'lg';
}

.lg-sub-html, .lg-toolbar, .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0,0,0,.55);
}

@media (max-width:699px) {
    #top #wrap_all #main .InformationTab #Comments a.submit {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        width: 100%;
    }
}


#top #wrap_all #main .ProductIntroduction .ProductInformation > div.breadcrumb {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.breadcrumb ul {
    list-style: none;
    font-size: 14px;
}

    .breadcrumb ul li {
        float: right;
        margin-left: 5px;
    }

        .breadcrumb ul li:after {
            content: '>';
            margin-right: 3px;
        }

        .breadcrumb ul li:last-child:after {
            display: none
        }

        .breadcrumb ul li a {
            color: var(--blue);
        }

            .breadcrumb ul li a:hover {
                color: var(--dark);
            }

.IntroAction p {
    font-size: 18pt !important;
    font-weight: 700;
}

    .IntroAction p span.bef {
        font-size: 14pt !important;
        font-weight: 500;
        text-decoration: line-through;
        opacity: .9;
        display: block
    }

@media (max-width:767px) {
    .h1s {
        margin-top: 0;
    }

    .breadcrumb {
        margin-top: 10px;
    }
}
/*------------- end product -------------------*/
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        color: white;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }
/*------------ owlcarousel --------------------*/
.owl-controls {
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}

    .owl-controls .owl-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
            border: 1px solid black;
            border-radius: 50%;
            padding: 0.5em 0.8em;
            margin: 0 1em;
        }

            .owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {
                background-color: #ccc;
            }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --bs-card-cap-bg: var(--LightGray);
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-border-color: #000;
    --bs-accordion-border-width: 2px;
}

.btn, .card {
    border-radius: 0;
}

.btn-primary {
    --bs-btn-bg: var(--blue);
}

/*.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px -16px 0 0;
    background: url('../images/footerLogo.svg') center no-repeat;
}*/
.ajax-loading-block-window {
    color: var(--blue);
    width: 4px;
    height: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: l21 .5s infinite alternate linear;
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 999;
    display: none;
}

@keyframes l21 {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px
    }

    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px
    }
}

.form-fields .inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0.8rem 0;
    width: 100%;
    align-items: center;
}

.form-fields label {
    width: 140px;
}

.form-fields .required, .form-fields .field-validation-error {
    color: red;
}

.form-fields input[type='text'], .form-fields input[type='number'], .form-fields input[type='password'] {
    all: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    display: block;
    width: calc(100% - 170px);
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--footerGray) !important;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0 0 1000px var(--footerGray) inset !important;
    -webkit-box-shadow: 0 0 0 1000px var(--footerGray) inset !important;
}

.form-fields select {
    background-color: transparent;
    padding: 15px 10px;
    border: none;
    appearance: none;
    font-size: 14pt;
    font-weight: bold;
    outline: none;
    min-width: 200px;
    margin: 0.3rem;
}

.form-fields .select-wrapper {
    position: relative;
    flex: 1 0 0%;
    background-color: var(--footerGray);
    margin-left: calc(var(--bs-gutter-x)* .5);
    margin-right: calc(var(--bs-gutter-x)* .5);
    max-width: 200px;
}

    .form-fields .select-wrapper:after {
        content: "+";
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -5px;
        font-size: 20pt;
        font-weight: bold;
        width: 10px;
        height: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }

.profile .form-fields {
    width: 40%;
    margin: 2rem auto;
}

#top #wrap_all #main .filters .Sort #sortingcatalogview {
    width: 100%;
    background: white;
}

#top #wrap_all #main .Signin form input[type=submit] {
    margin-left: 10px;
}

@media only screen and (max-width: 576px) {
    .profile .form-fields {
        width: 100%;
    }

    .form-fields label {
        width: 100% !important;
    }

    .form-fields input[type='text'], .form-fields input[type='password'], .form-fields input[type='number'] {
        width: calc(100% - 30px);
    }

    .form-fields select {
        /*width: calc(100vw / 4);
        min-width: 0;*/
        max-width: 100px;
    }
}
/* checkout */
.checkout {
    min-height: 60vh;
}

    .checkout #newaddress-container {
        display: none;
    }

    .checkout .accordion-button::after {
        margin-left: 0;
    }

    .checkout #payments-info img {
        width: 50%;
    }

fieldset legend {
    margin-bottom: 1rem;
}

.search-spinner {
    padding-right: 1em;
}

.search-spinner {
    position: absolute;
    right: .5em;
    top: 37%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    /*display: none;*/
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .search-spinner.visible {
        opacity: 1;
    }

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.modal-backdrop {
    --bs-backdrop-bg: #fff;
    --bs-backdrop-opacity: 0.8;
}

@media only screen and (min-width: 1024px) {
    #top #wrap_all .ProductContainer.Wishlist .Product .ProductInCont .ProductCover {
        height: calc((60vw - 120px - 20px) / 2);
    }
}

.Cart .product-name {
    text-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#top #wrap_all #main .Signin .loginby-cellphone {
    width: 40%;
    background-color: var(--blue);
    color: var(--white);
    font-size: 14pt;
    padding: 15px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.old-price {
    color: red;
    text-decoration: line-through;
}

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
    padding-left: 30px;
}

    .btn-loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 15px;
        width: 18px;
        height: 18px;
        margin: -9px 0 0 -9px;
        border: 2px solid transparent;
        border-radius: 50%;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        animation: spin 0.8s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.input-group-quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #000;
    padding: 0 7px;
    border-radius: 0;
    max-width: 90px;
    min-width: 70px;
}

    .input-group-quantity .quantity {
        text-align: center;
    }

        .input-group-quantity .quantity:focus, .input-group-quantity .quantit:active {
            box-shadow: none;
        }

    .input-group-quantity input {
        pointer-events: none;
    }
/*********** skeleton & captcha *************/
.captcha-skeleton {
}

.skeleton-header {
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 10px;
}

.skeleton-body {
    height: 80px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 10px;
}

.skeleton-footer {
    height: 30px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.captcha-skeleton-body {
    width: 304px;
    height: 78px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 10px;
}

.captcha-skeleton.captcha-loaded {
    display: none;
}
/**************** end skeleton ***************/

#top #wrap_all #search .columnfour, #top #wrap_all .columnfour {
    justify-content: flex-start;
}

    #top #wrap_all .columnfour .Product {
        width: 25%;
    }
