.catlistcontiner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
      justify-content: center;
  	
}

    .catlistcontiner h6 {
        font-size: 14px !important;
    }

    .catlistcontiner .card {
        width: 215px !important;
        padding: 8px;
        margin: 10px;
        min-height: 190px;
        transition-property: background;
        transition-duration: 1s;
        transition-delay: 0s;
        align-items: stretch;
    }

        .catlistcontiner .card img {
            width: 99% !important;
        }

    .catlistcontiner a {
        text-decoration: none;
    }

    .catlistcontiner .card {
        text-decoration: none;
        border-color: #D59C2C;
    }

        .catlistcontiner .card:hover {
            background-color: #e7e7e757;
            transition-delay: 0s;
        }

            .catlistcontiner .card:hover .card-title {
                color: #D59C2C;
            }

        .catlistcontiner .card .card-title {
            font-family: 'dana';
            color: #31352E;
            text-align: center;
            font-size: 14px !important;
            font-weight: bold;
        }

.productlistcontiner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'dana';
}

    .productlistcontiner .card {
        width: 220px !important;
        padding: 4px;
        margin: 10px;
        margin-right: 0px;
        min-height: 320px;
        text-align: center;
        text-decoration: none;
        color: #31352E !important;
        border-radius: 6px;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 8%);
        border: solid 1px #D59C2C;
        transition-property: background;
        transition-duration: 1s;
        transition-delay: 0s;
    }

        .productlistcontiner .card:hover {
            border-color: #4E1A3D;
            background-color: #e7e7e71c;
            animation-duration: 3s;
        }

            .productlistcontiner .card:hover .card-title {
                color: #D59C2C;
                animation-duration: 3s;
            }

        .productlistcontiner .card .DivTitle {
            display: flex;
            flex-direction: column;
        }

        .productlistcontiner .card .card-title {
            margin-top: 14px;
            font-size: 16px;
            color: #31352E;
        }

        .productlistcontiner .card .card-title2 {
            font-size: 12px;
            color: #86919d;
        }

        .productlistcontiner .card hr {
            border: solid 1px #D59C2C;
        }

        .productlistcontiner .card .card-price {
            font-size: 15px;
            font-weight: bold;
        }

        .productlistcontiner .card .card-discount {
            font-size: 14px;
            text-decoration: line-through;
            color: red !important;
        }

        .productlistcontiner .card .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 6px;
        }

        .productlistcontiner .card .DivButton {
            margin-top: 5px;
            display: flex;
            justify-content: space-between;
            align-items: start;
        }

        .productlistcontiner .card .card-body a {
            text-decoration: none;
        }

        .productlistcontiner .card .card-img-top {
            width: 110px;
        }

        .productlistcontiner .card .card-body .btndetail {
            background-color: white;
            border: solid 1px #808080;
            padding: 5px;
            text-align: center;
            text-decoration: none;
            border-radius: 8px;
            color: black;
            font-size: 14px;
        }

            .productlistcontiner .card .card-body .btndetail:hover {
                background-color: black;
                color: white;
            }

.productlistfilterdiv {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

    .productlistfilterdiv .filterbtn {
        width: 130px;
        font-size: 11px;
        background-color: white;
        border: solid 1px #9e9e9e;
        border-radius: 5px;
        padding-top: 5px;
        color: black;
        height: 30px;
        margin-right: 10px;
    }

        .productlistfilterdiv .filterbtn:hover {
            background-image: linear-gradient(to right,#FFEDAE, #FECB17);
        }

        .productlistfilterdiv .filterbtn.active {
            background-image: linear-gradient(to right,#FFEDAE, #FECB17);
            cursor: initial;
        }

    .productlistfilterdiv .dropdown-item {
        font-size: 12px;
    }




.productlistcontiner .ribbon {
    position: absolute;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    margin-top: -7px;
    margin-right: -7px;
}

    .productlistcontiner .ribbon span {
        font-size: 10pt;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgb(0 0 0);
        position: absolute;
        top: 19px;
        right: -21px;
    }

.Tenderlistcontiner {
    margin-top: 10px;
}

    .Tenderlistcontiner .rowlist {
        row-gap: 20px;
    }

    .Tenderlistcontiner .filter {
        height: 40px;
    }

    .Tenderlistcontiner .card {
        padding: 15px;
        border-radius: 16px;
    }

        .Tenderlistcontiner .card:hover {
            border: 1px solid rgb(83 54 49);
        }

    .Tenderlistcontiner .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px;
        padding-top: 10px;
        font-size: 12px;
    }

        .Tenderlistcontiner .card-body .title {
            margin-top: 10px;
            margin-bottom: 10px;
            width: 100%;
            height: 40px;
            font-weight: bold;
            overflow: hidden;
        }

    .Tenderlistcontiner .card-img-top {
        max-width: 100%;
        border-radius: 10px;
        border: solid 1px #eee;
        height: 160px;
    }

    .Tenderlistcontiner .rowbcon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 10px;
        line-height: 21px;
        font-weight: bold;
    }

    .Tenderlistcontiner .btnregister {
        background-color: white;
        border: solid 1px #808080;
        padding: 5px;
        width: 80px;
        text-align: center;
        text-decoration: none;
        border-radius: 8px;
        color: black;
    }

        .Tenderlistcontiner .btnregister:hover {
            color: white;
            background-color: black;
        }

    .Tenderlistcontiner .filterdiv {
        display: flex;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .Tenderlistcontiner .filterbtn {
        width: 130px;
        font-size: 11px;
        background-color: white;
        border: solid 1px #9e9e9e;
        border-radius: 5px;
        padding-top: 5px;
        color: black;
        height: 25px;
    }

        .Tenderlistcontiner .filterbtn:hover {
            background-image: linear-gradient(to right,#FFEDAE, #FECB17);
        }

        .Tenderlistcontiner .filterbtn.active {
            background-image: linear-gradient(to right,#FFEDAE, #FECB17);
            cursor: initial;
        }

    .Tenderlistcontiner .dropdown-item {
        font-size: 12px;
    }

.tenderDetailClass .tenderDetailHeder {
    font-weight: bold;
    font-size: 14px;
}

.tenderDetailClass .btnregister {
    border: solid 1px #808080;
    padding: 5px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    color: white;
    background-color: black;
    font-weight: initial;
}

    .tenderDetailClass .btnregister:hover {
        background-color: white;
        color: black;
    }

.TendetDetailGallery .swiper-wrapper {
    align-items: stretch;
}

.TendetDetailGallery .swiper-slide {
    height: auto;
}

    .TendetDetailGallery .swiper-slide img {
        border-radius: 10px;
    }

.page-item:first-child .page-link {
    border-radius: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.tenderdisableinfo {
    background-color: red;
    color: white;
    padding: 5px;
    font-weight: bold;
}

.page-item:last-child .page-link {
    border-radius: 0px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.filtercontiner {
    margin-right: 10px;
    padding: 0px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: calc(0.25rem - 1px);
}

    .filtercontiner .filteitems0001 {
        border: inherit;
    }

    .filtercontiner .filterOpenBtnClass {
        background-color: initial;
    }
    /*.filtercontiner .filterOpenBtnClass:after{
            background-image:initial;
        }*/
    .filtercontiner .accordion-item {
        border: inherit;
    }

    .filtercontiner .accordion-button {
        padding-right: 10px !important;
    }

        .filtercontiner .accordion-button.RTL:after {
            position: absolute;
            left: 0px;
            margin-left: 10px;
        }
        .filtercontiner .accordion-button.LTR:after {
            margin-right: 0px;
        }

.productdetail .PropertyDetailTabContent .spcTitle {
    background-color: #d198291f;
    height: 40px;
    border-bottom: solid 1px #fff;
    padding-top: 5px;
}

.productdetail .PropertyDetailTabContent .spcValue {
    height: 40px;
    padding-top: 5px;
}

.product-breadcrumb {
    margin-top:10px;
    padding-right: 10px;
    background-color: #f7f6f4;
}

    .product-breadcrumb .breadcrumb-item::before {
        font-family: 'WYekan';
        color: #D59C2C;
        font-size: 15px;
        font-weight: bold;
    }

    .product-breadcrumb .breadcrumb-item {
        padding: 0px;
    }

        .product-breadcrumb .breadcrumb-item a {
            text-decoration: none;
            font-size: 12px;
            color: black;
        }

            .product-breadcrumb .breadcrumb-item a:hover {
                color: #D59C2C;
            }

        .product-breadcrumb .breadcrumb-item:before {
        }

.productdetail {
    margin-top: 10px;
}

    .productdetail .ribbon {
        position: absolute;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: right;
    }

        .productdetail .ribbon span {
            font-size: 10pt;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            font-weight: bold;
            line-height: 20px;
            transform: rotate( 45deg);
            -webkit-transform: rotate( 45deg);
            width: 100px;
            display: block;
            background: #79A70A;
            background: linear-gradient(#9BC90D 0%, #79A70A 100%);
            box-shadow: 0 3px 10px -5px rgb(0 0 0);
            position: absolute;
            top: 19px;
            right: -21px;
        }

    .productdetail .productbigimage {
        width: 100%;
        border: solid 1px #f8f9fa;
        margin: 3px;
        margin-bottom: 10px;
    }

    .productdetail .subProduct {
        margin-top: 20px;
        padding: 16px;
        border: solid 1px #f9f9f9;
        border-radius: 4px;
        max-width: 317px;
    }

.productinfo {
}

    .productinfo .hedertitle {
        background-color: #d198291f;
    }

    .productinfo .Title1 {
        color: black !important;
        font-weight: bold;
        font-size: 16px;
    }

    .productinfo .Title2 {
        margin-top: 5px;
        color: gray !important;
        font-size: 14px;
    }

    .productinfo .Title3 {
        margin-top: 10px;
        color: darkslategrey !important;
        font-weight: bold;
        font-size: 13px;
    }

    .productinfo .TitlePrice {
        margin-top: 10px;
        color: darkslategrey !important;
        font-weight: normal;
        font-size: 14px;
    }

    .productinfo .TitleUnitName {
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .productinfo .TitleQuantity {
        margin-top: 10px;
        font-weight: normal;
        font-size: 12px;
    }

    .productinfo .ProductSpecTitle {
        color: #364f4f !important;
        font-weight: normal;
        font-size: 13px;
        line-height: 25px;
    }

    .productinfo .DescriptionTitle {
        margin-top: 20px;
        font-weight: bold;
        font-size: 16px;
        color: black !important;
        border-bottom: solid 3px red;
        padding-bottom: 5px;
        width: 100px;
    }

    .productinfo .TitlePricediscount {
        margin-top: 20px;
        font-weight: bold;
        font-size: 20px;
    }

        .productinfo .TitlePricediscount .values {
            color: green;
        }

    .productinfo .QuantityGroup {
        width: 150px;
    }

    .productinfo .AddToBasketContiner {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        height: 37px;
        width: 370px;
    }


    .productinfo .ticketdiscount {
        height: 30px;
        background: #0B004A;
        font: normal 12 px /21 px yekan;
        color: #fff;
        -ms-border-radius: 2px;
        border-radius: 4px;
        margin-top: 10px;
        display: flex;
        width: fit-content;
    }
        .productinfo .ticketdiscount #DiscountTitle {
            background-color: blue;
            padding: 5px;
            height: 30px;
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
        }
        .productinfo .ticketdiscount.LTR #DiscountTitle:after {
            border-bottom: 4px solid transparent;
            border-left: 4px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
        }
            .productinfo .ticketdiscount.RTL #DiscountTitle:after {
                border-bottom: 4px solid transparent;
                border-right: 4px solid #fff;
                border-top: 5px solid transparent;
                content: "";
                position: absolute;
                right: 0;
                top: 10px;
            }
        .productinfo .ticketdiscount #DiscountAmount {
            padding: 5px;
            height: 30px;
        }

        .galleryimage img {
            border: solid 1px #d9d9d9;
            display: inline-block;
            padding: 5px;
            width: 75px;
            height: 68px;
        }

.productdetail .PropertyDetailTab {
    margin-top: 10px;
}

.shoppicgcart {
    font-size: 11pt;
}

    .shoppicgcart .baskerrow td {
        vertical-align: middle;
    }

    .shoppicgcart .subproductTitle {
        margin-right: 65px;
        font-weight: bold;
        margin-top: -10px;
    }

.infoOrder {
    font-size: 9pt;
}

    .infoOrder .addressinfotab {
        font-size: 12pt;
    }

    .infoOrder .dropdownState {
        background-color: white;
        border: 1px solid #ccc;
    }

    .infoOrder .dropdownCity {
        background-color: white;
        border: 1px solid #ccc;
    }

    .infoOrder .txtpostalCodeClass {
        width: 50%;
    }

    .infoOrder .tab-content .tab-pane {
        display: block;
        border: 1px solid #dee2e6;
        padding: 15px;
        margin-top: -1px;
        background-color: white;
        min-height: 450px;
    }

.relationproductcontiner {
    background-color: #FCFAF0;
    position: relative;
    padding-bottom: 16px;
    border-radius: 8px;
    margin: 5px;
    width: 100%;
}

    .relationproductcontiner .title {
        color: black;
        padding: 5px;
        margin-right: 13px;
        margin-top: 10px;
        font-size: 16px;
        width: 120px;
        text-decoration:none;
    }

    .relationproductcontiner .card {
        margin: 10px;
        width: 150px !important;
        height: 220px;
        text-decoration: none;
        padding: 5px;
        border: solid 1px #d59c2c;
        transition-property: background;
        transition-duration: 1s;
        transition-delay: 0s;
    }

        .relationproductcontiner .card:hover {
        }
        .relationproductcontiner .card a {
            text-decoration: none;
            color: black !important;
            font-weight: bold;
            font-size: 16px;
        }
            .relationproductcontiner .card a:hover {
                color: #d59c2c !important;
            }
            .relationproductcontiner .card-body {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                padding: 2px;
            }

    .relationproductcontiner .card img {
        width: 120px;
    }




.shoppicgcart .txtQuantityRowProduct {
    width: 40px;
    background-color: white;
    height: 31px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #ccc;
}

.shoppicgcart .UnitNameClass {
    padding: 5px;
}

.shoppicgcartcontent .shipmentimageicon {
    width: 50px;
    border: solid 1px #ccc;
    vertical-align: middle;
    margin: 4px;
}

.ShopBaskedInfoClass {
    width: 120px;
    color: black;
    font-size: 20pt;
    text-align: center;
    padding-top: 5px;
    position: fixed;
    left: 0px;
    top: 170px;
    background-color: #bbbabdd4;
    padding-top: 10px;
    border-radius: 0px 10px 10px 0px;
    z-index: 9999;
}

    .ShopBaskedInfoClass a {
        text-decoration: none;
        color: black;
    }

        .ShopBaskedInfoClass a:hover {
            text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 42px #fff, 0 0 82px #fff, 0 0 92px #fff;
        }

    .ShopBaskedInfoClass .conter {
        background-color: #58ff07;
        font-size: 12px;
        border-radius: 1rem;
        border: solid 1px navy;
        font-weight: bold;
        z-index: 10;
        position: absolute;
        padding: 2px;
        padding-right: 6px;
        padding-left: 6px;
        top: 13px;
        left: 26px;
    }

    .ShopBaskedInfoClass .price {
        font-size: 11px;
    }

.shoppicgcartcontent .ShipmentMethodsRadio {
    float: right;
}

.shoppicgcartcontent .ShipmentMethodslable {
    margin-right: 20px;
}

.loginSectionR {
    text-align: center;
    background-color: white;
}

.loginSectionL {
    text-align: center;
}

.ShopSearchBoxClass {
    height: 100%;
    display: flex;
    align-items: center;
}

    .ShopSearchBoxClass input {
        border-radius: 20px;
    }

    .ShopSearchBoxClass .divShopSearchTop {
        /*display:none;*/
        width: 200px;
        min-height: 100px;
        max-height: 300px;
        height: 0px;
        background-color: white;
        position: absolute;
        z-index: 10000;
        margin-right: 25px;
        border: solid 1px #ced4da;
        margin-top: -1px;
        overflow: hidden;
        overflow-y: auto;
        padding: 10px;
        opacity: 0;
    }

        .ShopSearchBoxClass .divShopSearchTop::-webkit-scrollbar {
            width: 6px;
        }

        .ShopSearchBoxClass .divShopSearchTop::-webkit-scrollbar-track {
            background-color: #eeecff;
        }

        .ShopSearchBoxClass .divShopSearchTop::-webkit-scrollbar-thumb {
            border-radius: 20px;
            background-color: #b1b1b1;
            /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(2.86, rgb(28,58,148)))*/
        }

        .ShopSearchBoxClass .divShopSearchTop .searchitem {
            display: flex;
            overflow: hidden;
            width: 100%;
            padding: 10px;
            align-items: center;
            border: 1px solid #f7f6f6;
            border-radius: 5px;
            margin-bottom: 10px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
        }

            .ShopSearchBoxClass .divShopSearchTop .searchitem:hover {
                background-color: #c6b6ed;
                color: black;
            }

            .ShopSearchBoxClass .divShopSearchTop .searchitem img {
                width: 80px;
                height: 80px;
                margin-left: 10px;
            }

.selectproductcontiner {
    position: relative;
    padding-bottom: 16px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    margin: 5px;
    width: 100%;
}

    .selectproductcontiner .title {
        padding: 5px;
        margin-right: 13px;
        font-size: 16px;
        border-bottom: 3px solid red;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 120px;
    }

    .selectproductcontiner .card {
        margin: 10px;
        width: 150px !important;
        height: 220px;
        text-decoration: none;
        padding: 5px;
        transition-property: background;
        transition-duration: 1s;
        transition-delay: 0s;
    }

        .selectproductcontiner .card:hover {
            background-color: aliceblue;
            transition-delay: 0s;
        }

    .selectproductcontiner .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 2px;
    }

    .selectproductcontiner .card img {
        width: 120px;
        max-height: 150px;
    }
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-color: #131314;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background-color: #e7e7e757 !important;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background-color: #d198291f;
    color:black;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #d59c2c;
}
.wizard > .actions > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
}
@media screen and (max-width: 1000px) {
    .Tenderlistcontiner .rowlist .col-md-3 {
        width: 33%;
    }
}

@media screen and (max-width: 770px) {
    .Tenderlistcontiner .rowlist .col-md-3 {
        width: 50%;
    }

    .ImformationModal .row {
        height: initial !important;
    }
}

@media(max-width: 600px) {
    .productlistcontiner .card {
        width: 101% !important;
        min-height: 220px;
    }

        .productlistcontiner .card .DivTitle {
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
        }

        .productlistcontiner .card .card-img-top {
            width: 150px;
        }

    .productinfo .AddToBasketContiner {
        width: 260px !important;
    }

    .productlistcontiner .card .card-price {
        font-size: 24px;
    }

    .productlistcontiner .card .card-title {
        font-size: 24px;
    }

    .productlistcontiner .card .card-body {
    }

    .productlistcontiner .card .btnaddtobasket {
        height: 36px;
        z-index: 100;
    }

    .wizard > .steps > ul > li {
        font-size: 12px;
    }

    .wizard > .steps a {
        height: 100px;
    }

    .wizardstep .infoOrder .col-4 {
        width: 100%;
    }

    .wizardstep .infoOrder .col-7 {
        width: 100%;
    }

        .wizardstep .infoOrder .col-7 .form-control {
            width: 250px !important;
        }

    .wizardstep .infoOrder .col-1 {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .Tenderlistcontiner .rowlist .col-md-3 {
        width: 100%;
    }
}
