﻿html {
    scroll-behavior: smooth;
}

.header-row .header-con .logo-col {
  
    left: initial;
    right:0;
    
}
.header-row .header-con .menu-col {
     float: left;
   
}
@media (min-width: 768px) {
   
    .header-row .header-con .menu-col {
       
    width:calc(100% - 180px)
    }
    .navbar-nav
    {
        float:none
    }
        .navbar-nav > li.left, li#menu_57 {
            float: left;
        }
}
.modal-open .modal {
    background-color: rgba(255, 255, 255, 0.80);
}
.modal.in .modal-dialog {
    height: 100%;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin:0
}
.modal-content {
    width: 100%;
    max-width: 700px;
    min-height: 300px;
}
.modal-header {
    
    background: #fdb913;
    text-align: CENTER;
    color: #023f88;
    font-size: 20px;
}
.modal-header .close {
    margin-top: -22px;
    display: inline-block;
    float: left;
    cursor:pointer
}

.basket-info {
    background: #fff;
    border: 2px solid #023f88;
    padding: 20px;
    z-index: 90;
    display: flex;
    color: #023f88;
    margin-bottom: 20px;
}
.nav > li > a span.icon {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 18px;
}
.nav > li > a span#offsp {
    
    font-size: 13px;
     color: #fff;
}
.nav > li#menu_58:after {
    display: none
}
.nav > li#menu_58 a {
  padding-left:5px;
} 
    .basket-info  i {
        font-style: normal;
        transition:all .5s;
        opacity:0;
    }
.basket-info #totbi span i {
    font-style: normal;
    transition: all .5s;
    opacity: 1;
    background: #fd3513;
    padding: 5px 15px;
    border-radius: 15px;
    border: none;
    color: #fff;
}
.basket-info.is_stuck
{
    border-top:none
}
.basket-info span.zoom  {
    animation: heartbeat 1s;
}
@keyframes heartbeat {
    0% {
        transform: scale( 0.85 );
    }

    20% {
        transform: scale( 1 );
    }

    40% {
        transform: scale( 0.85 );
    }

    60% {
        transform: scale( 1 );
    }

    80% {
        transform: scale( 0.85 );
    }

    100% {
        transform: scale( 1 );
    }
}
.quantity-2 .q-con {
    padding: 0;
}

.qty-con {
    display: flex;
    align-items: center;
    
    flex-direction: column;
    margin:0 5px;
}
.qty-con .title {
    
    font-size:12px;
}
.quantity-2 {
    position: relative;
    height: 85px;
    padding: 25px 0;
   
    text-align: center;
    
}
    .quantity-2 span.un {
        width: 40px;
        display: block;
        position: absolute;
        right: 0;
        
        bottom: 25px;
        color: #777;
        font-size: 10px;
    }
.q-button span.iconplus:before, .q-button span.iconminus:before {
    font-weight: 700;
  
}

    .quantity-2 input {
        width: auto;
        padding: 4px 4px;
        float: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        border: none;
        text-align: center;
        background-color: transparent;
    }

        .quantity-2 input[type=number]::-webkit-inner-spin-button,
        .quantity-2 input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .quantity-2 input[type=number] {
            -moz-appearance: textfield;border:none;border-radius:initial
        }

        .quantity-2 input:focus {
            outline: 0;
        }


.quantity-2 .q-con .q-up {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    background-color: #ccc;
    border-radius: 25px 25px 0 0;
    overflow: hidden
}
.quantity-2 .q-con .q-down {
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 0;
    background-color: #ccc;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    top: initial
}
.iconplus::after {
    content: '\e911';
    font-family: 'icomoon';
}
.iconminus::after {
    content: '\e900';
    font-family: 'icomoon';
}
 
        .quantity-2 .q-con .q-button {
             
            cursor: pointer;
            text-align: center;
            color: #000;
            font-size: 22px;
            cursor: pointer;
            padding: 1px 1px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
           width:40px;
            height: 25px;
            display:flex;
            flex-direction:column;
            justify-content:center;
          

        }
            .quantity-2 .q-con .q-button.q-up {
                border-bottom: 1px solid #eee;
            }

           

            .quantity-2 .q-con .q-button:hover {
                color: #fdb913;
                background-color:#666;
                transition: all .3s
            }




select.colors option:hover {
    box-shadow: 0 0 10px 100px #333 inset;
    color: #fff !important;
}

select option {
    padding: 10px 15px !important;
    font-family: 'iranyekan' !important
}

option {
    font-weight: normal;
    display: block;
    padding-block-start: 0;
    padding-block-end: 0;
    min-block-size: 1.2em;
    padding-inline: 10px 15px;
    white-space: nowrap;
}
.products-store
{
    overflow:hidden
}

    .products-store input,span.input {
        width: 100%;
        outline: 0;
        background-color: #eee;
        border-radius: 50px;
        transition: all 0.2s;
        margin: 0;
        max-width: 320px;
        padding: 7px 15px 15px 15px;
        font-size: 14px;
        border: 1px solid transparent
    }
span.input {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 20px 0;
    padding:5px 15px 5px 15px !important;
    text-align:left
}
    .products-store input[disabled] {
        padding: 9px 15px 13px 15px;
    }



    .products-store input:focus {
        background-color: #ccc;
    }
.products-store .btn, .basket-info .btn {
    width: 100%;
    background-color: #fdb913;
    color: #fff;
    border-radius: 50px;
    transition: all 0.2s;
    font-size: 15px;
    padding: 10px 15px;
    max-width: 320px;
}
.basket-info .btn {
   width:auto;
    max-width: 200px;
}
.products-store select {
    font-size: 12px;
    width: 100%;
    max-width: 320px;
    border: none;
    outline: 0;
    background-color: #eee;
    border-radius: 50px;
    padding: 12px 15px;
    transition: all 0.2s;
    margin: 0;
}
input.alert
{
    border:1px solid red !important
}
.relate
{
    position:relative
}
    .relate span {
        position: absolute;
        left: 16px;
        top: 16px;
    }

.products-store .txt {
    font-size: 14px;
    padding-bottom: 15px;
    color: #333;
    text-align: justify
}
.contact-row .newsletter-row .txt {
    font-size: 14px;
    padding-bottom: 15px;
    color: #333;
    text-align: justify;
    margin-top: 25px;
}
.contact-row .newsletter-row .txt table:not(.free) {
  width:100% !important;
}
    .contact-row .newsletter-row .txt table:not(.free) td, .contact-row .newsletter-row .txt table:not(.free) th {
        width: auto !important;
        padding: 10px 3px !important;
        text-align: right !important;
    }
        .contact-row .newsletter-row .txt table:not(.free) td p, .contact-row .newsletter-row .txt table:not(.free) th p {
            padding: 0 !important;
            margin: 0 !important;
         }
.contact-row .newsletter-row .txt table.center td, .contact-row .newsletter-row .txt table.center th {
    width: auto !important;
    padding: 10px 3px !important;
    text-align: center !important;
}
.contact-row .newsletter-row input {
    padding: 11px 15px 11px 15px;
    font-size: 14px;
    border: 1px solid transparent;
}
.contact-row .margin-col.required   {
  position:relative;
}
    .contact-row .margin-col.required:after {
        content: '*';
        color: red;
        position: absolute;
        z-index: 1;
        left: 22px;
        top: 20px;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }
.contact-row .newsletter-row .btn {
    font-size: 15px;
    padding: 10px 15px;
}
.contact-row .newsletter-row input:focus {
    background-color: #ccc;
}
.contact-row .newsletter-row select {
    font-size: 12px;
    width: 100%;
    border: none;
    outline: 0;
    background-color: #eee;
    border-radius: 50px;
    padding: 12px 15px;
    transition: all 0.2s;
    margin: 0;
}
.margin-row-20 {
    margin: 0 0 20px 0
}
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.noarrow[type=number] {
    -moz-appearance: textfield;
    text-align: right;
    direction: ltr;
    font-family: Tahoma;
}
input.noarrow.quans[type=number] {
    text-align: center !important;
    padding: 0px 3px 15px 3px;
    width:40px;
}

div.notav {
    display: flex;
    min-height: 135px;
    
    justify-content: center;
    align-items: center;
}
    div.notav a {
         
      width:220px;
      text-align:center;
        outline: 0;
        background-color: #eee;
        border-radius: 50px;
         transition: all 0.2s;
        margin: 0;
        color:#666 !important;
        padding: 10px 15px;
        font-size: 14px;
        border: 1px solid transparent;
    }
    input.noarrow[type=number]::placeholder {
        text-align: right;
        direction: rtl;
        font-family: iranyekan
    }
hr {
    margin: 20px 0 20px 0
}
.row.products-row {
    background: #fff
}
a.addbasket {
    width: 100% !important;
    color: #023f88 !important
}
a.addbasket:hover {
    
    color: #fff !important
}

.products-store .products-item {
    margin: 10px 10px 10px 10px;
    border: 1px solid #000;
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 188px;
}
    .products-store .products-item.in {
        background-color: #dfdfdf;
        border: 1px solid #fdb913;
        box-shadow: 0 0 0px 3px #fdb913 inset;
    }
    .products-store .products-item.in a.addbasket{
       opacity:0!important;
       cursor:initial !important;
       height:0!important;
       padding:0 15px!important;
       overflow:hidden !important;
    }
    .products-store .products-item .data .flx {
        display: flex;
        align-items: center;
    }
        .products-store .products-item .data .flx.head {
            flex-direction: column;
             justify-content: center;
            align-items: flex-start;
        }
    .products-store .products-item .data {
        display: flex;
        justify-content: space-between;
    }
     
    .products-store .products-item img {
        width: 120px;
        height:120px;
        aspect-ratio: 1;
        margin-left: 10px;
    }

    .products-store .products-item i {
        display: block;
        font-style: normal;
        font-size: 12px;
        font-weight: normal;
    }

      .products-item .data span {
        display: inline-block;
        font-size: 12px;
    }
.q-con .q-button span {
    font-size: 18px !important
}
      .products-item .data span.title
      {
          font-size:9px;
      }
.margin-col.price-col{
    min-width:200px;
}
.products-store .products-item span.off {
    position: absolute;
    background: #ffcb05;
    padding: 5px;
    right: 0;
    top: 0;
    color: #003678;
    font-size: 16px;
    line-height: 1;
}

    .products-store .products-item span.off i {
        font-style: normal;
        font-size: 16px;
        display: block;
        text-align: center;
    }
.btn.btndetail {
     
    background-color: #666;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    width: auto;
    padding: 5px;
    margin: 15px 0 0 0;
    min-width:100px;
    display:block
}
span.color {
    width: 34px;
    height: 34px;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #999;
    margin:3px 0 7px 0;
    aspect-ratio: 1;
}
   .btn.btndetail:hover {
        background-color: #023f88;
    }
.margin-col.details {
    
    text-align: left
}
     
input.tot {
    font-weight:bold
}
.price-col .oldprice {
     text-decoration: line-through;
    display:block !important;
    opacity: .7;
    font-size: 11px;
    padding: 0 !important;
}
.items-con {
 display:flex;   
     
    padding: 10px;
    justify-content:center
}
 
.data .head h2 {
    margin:0;padding:0;
    font-size:15px;
}

/*filter*/


.filter-row {
    z-index: 90
}

    .filter-row .filter-con-row {
        background-color: #fff;
        padding: 0 0 20px 0;
        transition: all 0.5s;
    }

    .filter-row.is_stuck .filter-con-row {
        background-color: #fafafa;
        padding: 20px 0;
    }

    .filter-row .filter-con-row .filter-con {
        position: relative;
    }

        .filter-row .filter-con-row .filter-con:after {
            content: '';
            position: absolute;
            bottom: -40px;
            right: 15px;
            width: calc(100% - 30px);
            height: 1px;
            background-color: #ddd
        }

    .filter-row.is_stuck .filter-con-row .filter-con:after {
        content: none;
    }

    .filter-row.is_stuck .filter-con-row {
        border-bottom: 1px solid #ddd;
    }



.filter-con-row .filter-head {
    font-size: 14px;
    position: relative;
    color: #023f88;
    padding-right: 30px;
    cursor: pointer
}

    .filter-con-row .filter-head.sort {
        text-align: left;
        padding-right: 0;
        padding-left: 30px;
    }

    .filter-con-row .filter-head i {
        font-style: normal;
        font-size: 13px;
        color: #333;
    }

    .filter-con-row .filter-head.collapsed {
        color: #000;
    }

    .filter-con-row .filter-head .icon {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
        display: block;
        font-size: 22px;
    }
    .filter-con-row .filter-head.sort .icon {
        right: initial;
        left: 0;
    }

.filter-con-row .sort-head {
    font-size: 14px;
    position: relative;
    float: left;
    color: #023f88;
    padding-left: 30px;
    cursor: pointer;
    color: #000;
}


.filter-con-row .open .sort-head {
    color: #023f88;
}

.filter-con-row .sort-head .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    display: block;
    font-size: 22px;
}



.filters-con {
    border: 1px solid #ddd;
    border-top: none;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px
}


    .filters-con .filter-form-row {
        padding: 20px;
    }

        .filters-con .filter-form-row .filter-form-con {
            padding-left: 20px;
            width: 100%;
            float: right;
        }

            .filters-con .filter-form-row .filter-form-con .head {
                font-size: 14px;
                margin-bottom: 15px;
                text-align: center;
                max-width:200px;
            }

    .filters-con .filter-button-row {
        border-top: 1px solid #ddd;
        padding: 15px 20px;
    }


        .filters-con .filter-button-row a {
            display: inline-block;
            float: left;
            padding: 6px 45px;
            background-color: #333;
            margin-right: 20px;
            font-size: 14px;
            border-radius: 20px;
            color: #fff;
            transition: all 0.2s;
            cursor: pointer
        }

            .filters-con .filter-button-row a:hover {
                background-color: #000
            }

            .filters-con .filter-button-row a:nth-child(2) {
                background-color: #eee;
                color: #000
            }

                .filters-con .filter-button-row a:nth-child(2):hover {
                    background-color: #ddd;
                }



.filter-row.is_stuck .dropdown-menu.sort-menu {
    margin: 20px 0 0 0;
}


.form-txt {
    display: block;
    float: right;
    position: relative;
    padding: 0;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#sort .form-txt {
     
    float: left;
   
   
    margin-right: 10px;
    margin-left: 0;
     
}
    .form-txt input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .form-txt input ~ .checkmark, .form-txt a {
            display: block;
            padding: 5px;
            width: 100%;
            text-align: center;
            border: 1px solid #ddd;
            background-color: #fafafa;
            color: #333;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 300;
            transition: all 0.2s;
        }
 
    .form-txt:hover input ~ .checkmark {
        background-color: #fff;
        border-color: #666;
    }

    .form-txt input:checked ~ .checkmark {
        background-color: #023f88;
        border-color: #023f88;
        color: #fff;
    }

    .form-txt input:disabled ~ .checkmark {
        background-color: #fefefe;
        border-color: #eee;
        color: #eee;
        cursor: not-allowed
    }






.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ddd;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

    .switch input:checked + .slider {
        background-color: #e4b546;
    }


        .switch input:checked + .slider:before {
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px);
        }





.filter-head {
    transition: all .5s
}

.msgscont {
    background-color: rgba(255,255,255,0.95);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
    display: none;
    top: 0;
    left: 0;
}

    .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: 60px 30px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
}

    #msgs a.close {
        position: absolute;
        left: 10px;
        top: 10px;
        margin-top:0
    }

    #msgs i {
        font-style: normal;
        display: block;
 
        text-align: center;
    }

        #msgs i::before {
            display:none;
            font-family: icomoon;
            margin-left: 5px;
            font-weight: 300;
            padding: 10px;
            border-radius: 50%;
            color: #fff;
        }

    #msgs.success i::before {
        background-color: #519a53;
        /**/
        content: '\ea52';
    }

    #msgs.warning i::before {
        background-color: #fb9d1b;
        content: '\ec94';
    }

    #msgs.danger i::before {
        background-color: #ac3030;
        content: '\ec94';
    }

div#msgs a {
    color: #023f88;
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
    padding:10px;
}

    div#msgs a:hover {
        color: #fdb913;
    }

    div#msgs a.close {
        color: red;
        margin-right: 0;
        cursor: pointer
    }

        div#msgs a.close:hover {
            color: #000;
        }
.products-store .products-item .data .colors-cont
{
 min-width:130px;
 background-color:transparent
}
 
@media(max-width:1399px) {
    .products-store .products-item img {
        width: 90px;
        height: 90px;
        aspect-ratio: 1;
        margin-left: 5px;
    }
}



@media(max-width:991px) {
    .filters-con .filter-form-row {
        padding-bottom: 0;
    }

        .filters-con .filter-form-row .filter-form-con {
            padding-left: 0;
            padding-bottom: 20px;
        }
}


div#totbi {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
    div#totbi span
    {
        margin-left:50px;
        font-size:18px;
    }
input.checkboxes {
    display: inline-block !important;
    width: AUTO !important;
    margin-left: 5px !important;
    margin-top: 15px !important;
    margin-right: 15px !important;
    cursor: pointer !important;
}
    input.checkboxes + label {
        cursor: pointer !important;
    }
@media(max-width:767px) {
    .header-row .header-con .logo-col {
        left: 0;
        right: initial;
    }
        div#totbi span {
            margin-left: 0;
            width:100%;
            margin-bottom:10px;
        }
        div#totbi {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }
 
    input.noarrow.big[type=number] {
        text-align: center;
        font-size: 22px;
        font-family: Arial;
        text-align: center;
        font-size: 22px;
        font-family: Arial;
        letter-spacing: 1px;
    }
    input.noarrow[type=number]::placeholder {
        text-align: center;
        direction: rtl;
        font-size: 14px;
    }
    
    .filter-con-row .filter-head i {
        font-size: 12px;
    }

    .collapse-row .container {
        padding: 0;
    }



    .filter-con-row .filter-head,
    .filter-con-row .sort-head {
        font-size: 12px;
    }

    .filters-con {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #ddd;
    }

        .filters-con .filter-form-row {
            padding: 15px 0;
            padding-bottom: 0;
            overflow-y: scroll;
        }
            .filters-con .filter-form-row .fcol {
                padding: 0 15px;
            }
            .filters-con .filter-form-row .fcol.fcol3 {
              float:none
            }
            .filters-con .filter-form-row .filter-form-con {
                padding-left: 0;
                padding-bottom: 10px;
            }

        .filters-con .filter-button-row {
            padding: 10px 15px;
        }

            .filters-con .filter-button-row a {
                padding: 5px 30px;
                margin-right: 15px;
                font-size: 12px;
            }



    .filter-row.is_stuck .dropdown-menu.sort-menu {
        margin: 20px 0 0 0;
    }



    .form-txt {
        max-width: 200px;
        width: 100%;
    }


        .form-txt input ~ .checkmark {
            display: block;
            font-size: 13px;
        }
 
    .margin-col.details {
         
        top: 100px;
     }

    input.tot, span.input {
        text-align: center
    }

    .products-store input, .products-store select, .products-store .btn {
        max-width: initial;
    }
   
        .products-store .btn.btndetail {
        margin-bottom:0;
        width:max-content
    }
    .products-store .products-item .data
    {
        display:block;
    }
        .products-store .products-item .data .imgs, .products-store .products-item .data .head {
            
            display: inline-block;
        }
        .products-store .products-item .data .head {
            width: calc(60% - 3px);
            display: inline-flex;
            flex-direction: column;
            float: left;
        }
        .products-store .products-item .data .imgs {
            width: calc(40% - 3px);
            display: inline-block;
            padding-left: 25px;
        }
        .products-store .products-item .data .imgs img {
            width: 100%;
            height:auto;
            margin-left: 0;
        }
         .products-store .products-item .data .colors-cont {
            width:100%;
           
        }
    .margin-col.details {
       
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #aaa;
    }
     
    .filter-con-row .filter-head .icon
    {
        top:30%
    }
}

 
@media (max-width:499px)
{
    .contact-row .newsletter-row input.noarrow {
        text-align: center;
        direction: rtl;
        font-size: 18px;
        letter-spacing:1.5px;
    }
    .contact-row .newsletter-row input#tbcode.noarrow {
         
        letter-spacing: 3px;
    }
    input.noarrow[type=number]::placeholder {
        letter-spacing: initial;
    }
    .contact-row .newsletter-row .btn
    {
        width:100%;
    }
    .data .head h3, h2 {
        font-size: 14px;
    }
 
    input,select
    {
        text-align:center;
    }
        input.oldprice
        {
            right:0
        }
    
    .products-store .products-item img {
        width: 90px;
        height:90px;
        aspect-ratio: 1;
        margin-left: 10px;
    }
}
