@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@font-face{
    font-family: Iransans;
    src: url("../font/iransans/eot/IRANSansWeb.eot")format("eot"),
        url("../font/iransans/ttf/IRANSansWeb.ttf")format("ttf"),
        url("../font/iransans/woff/IRANSansWeb.woff") format("woff");
}
@font-face{
    font-family: IransansFaNum;
    src: url("../font/iransans/eot/IRANSansWeb(FaNum).eot")format("eot"),
    url("../font/iransans/ttf/IRANSansWeb(FaNum).ttf")format("ttf"),
    url("../font/iransans/woff/IRANSansWeb(FaNum).woff") format("woff");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: .83rem;
    direction: rtl;
    font-family: Iransans;
    overflow-x: hidden;
    color: #323232;
    text-align: right;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #FFCA2C;
}
.login{
   
   background-color: #F1F5F9;
    position: relative;
    height: 100vh;
}
.login form{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: right;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 422px;
    height: 404px;
}
.form-header{
    margin-bottom: 3rem;
}
.form-header h3{
    font-size: 1rem;
}
.form-group{
    text-align: right;
}
.form-group input{
    margin-bottom: 10px;
    height: 54px;
    background: #F8FAFC;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    text-align: right;
    font-size: 13px;
    color: #323232;
}
::placeholder{
    color: #CBD5E1 !important;
    font-size: 13px;
}
.login form .form-check-label{
    font-size: 10px;
}
.login form .form-group i{
    float: left;
    margin-left: 10px;
    margin-top: -45px;
    position: relative;
}
.btn-form{
    height: 50px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 12px;
    padding: 5px 20px;
    background: #FFD60A;
    box-shadow: 0px 0px 5px rgba(255, 214, 10, 0.6);
}
.form-text p{
  color: rgb(32, 32, 32);
  font-size: 13px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #FFCA2C;
}
.login-comment{
    position: absolute;
    right: 10px;
    top: 26px;
    padding: 24px 22px;
    border-radius: 12px;
    text-align: center;
    width: 439px;
    height: 68px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

   
}
.success{
    background: #6EE7B7;
    border: 2px solid #10B981;
    box-shadow: 0px 8px 15px rgba(52, 211, 153, 0.2);
    color: #047857;
}
.input-success{
    background: #ECFEFF !important;
    border: 1px solid #2DD4BF !important;
}

.danger{
    background: #FDA4AF;
    border: 2px solid #FB7185;
    box-shadow: 0px 8px 15px rgba(253, 164, 175, 0.35);
    color: #E11D48;
}
.input-danger{
    background: #FFE4E6 !important ;
    border: 1px solid #FDA4AF !important;
    color: #FB7185;
}
form a{
    font-size: 10px;
}
.dashboard,.prouducer-store ,.tender-Page{
    position: relative;
}
.dashboard .main {
    background-color: #fff;
}
.aside{
    background-color: #FFD60A;
    height: 100vh;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px 15px;
    position: sticky;
    top: 0;
    z-index: 100;
    /*overflow-y: auto;*/
}
.aside .navbar{
    flex-direction: column ;
    align-items:flex-start ;
    height: 100%;
    flex-wrap: nowrap;
    text-align: right;
    padding: 0;
}
.aside .navbar-expand-lg .navbar-nav{
    flex-direction: column;
    width: 100%;
}
.nav-link{
    color: #323232;
    padding: 14px 10px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.nav-link span{
    margin-right: 5px;
}
.nav-link:hover{
    color:#323232 ;
}
.aside .navbar-brand{
    margin-right: 0;
}
.navbar-brand img{
    width: 90px;
    height: 84px;
}
.to-bottom{
    position: absolute;
    right: 0;
    bottom: 0;
}
.navbar-nav{
    height: 100%;
   
}
.nav-link i{
    margin-top: 5px;
}

.dashboard .main,.prouducer-store .main , .tender-Page .main{
    padding: 30px;
}
.contact-header, .prouducer-store-header{
    justify-content: space-between;
    margin: 0 6px 50px 6px !important;
}
.contact-box{
    display: flex;
    background-color: #fff;
    
    height:54px;
    border-radius: 8px;

    padding: 10px 0;
    align-items: center;
  
}
.box-shadow{
    box-shadow: 0px 4px 10px rgba(104, 104, 104, 0.1);
}
.contact-header .contact-box{
    width: 180px;
}

.contact-icon{
    background-color: #E0F2FE;
    border-radius: 12px;

    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i{
    font-size: 1.5rem;
    color: #60A5FA;
}
.contact-name{
    padding-right: 7px;
}
.icon-box{
    width: 52px;
    height: 54px;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(104, 104, 104, 0.1);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-header-icon i{
    font-size: 1.3rem;
}
.contact-dashboard {
    
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
}

.box{
    height: 250px;
    border-radius: 10px;
    padding: 12px;
    margin-left: 10px;
    width: 250px;
    max-width: 250px;
    box-shadow: 0px 4px 15px rgba(134, 239, 172, 0.15);
}

.bg-green{
    background: #86EFAC;
    border: 1px solid rgba(34, 197, 94, 1)

}
.bg-blue{
    background: #67E8F9;
    border: 1px solid #22D3EE;
}
.bg-yellow{
    background: #FEF08A;
    border: 1px solid #FDE68A;
}
.bg-pink{
    background: #FDA4AF;
    border: 1px solid #FDA4AF;
    
}
.contact-dashboard .bg-green .box-header{
    background: #BBF7D0;
    color: #15803D;
}
.contact-dashboard .bg-green .box-body p{
    color: #15803D;
}
.contact-dashboard .bg-blue .box-header{
    background: #CCFBF1;
    color: #14B8A6;
}
.contact-dashboard .bg-blue .box-body p{
    color: #0D9488;
}
.contact-dashboard .bg-yellow .box-header{
    background: #FEFCE8;
    color: #F59E0B;
}
.contact-dashboard .bg-yellow .box-body p{
    color: #F59E0B;
}
.contact-dashboard .bg-pink .box-header{
    background: #FFF1F2;
    color: #F43F5E;
}
.contact-dashboard .bg-pink .box-body p{
    color: #E11D48;
}
.box-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.box-header{
    border-radius: 12px;
    padding: 10px 5px;
    font-size: 12px;
    text-align: right;
}
.box-body p{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    font-family: IransansFaNum;
}
.box-footer{
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;


    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-footer a{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #323232;
    font-family: Iransans;
   
}
.box-body p{
    margin-bottom: 0;
}
.box-header i{
    margin-left: 5px;
    vertical-align: -webkit-baseline-middle;
}
.navbar-toggler:focus{
    box-shadow: none;
}

.comment-btn{
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(255, 214, 10, 0.19);
    border-radius: 50%;
    padding: 10px;
    left: 42px;
    bottom: 25px;
    font-size: 2rem;
    color: #FFD60A;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.comment-btn:hover{
    color: #ffe28a;
}
.products-header .form-group{
    width: 35%;
    margin-left: 10px;
}
.products-review{
    margin: 0;
}
.products-review .products-header,.products-review .products-content{
    width: 100%;
}
.products-header .form-select{
    width: 18%;
    margin-left: 10px;
    height: 54px;

    background-position: left 0.75rem center;
    padding-right: 15px;

}
.form-select{
    border: 1px solid #F1F5F9;
    box-shadow: 0px 4px 10px rgba(203, 213, 225, 0.15);
    border-radius: 12px;
}
.products-header .form-group input{
    box-shadow: 0px 4px 10px rgba(203, 213, 225, 0.15);

}
.products-header .btn-blue{
    background: #0EA5E9;
    box-shadow: 0px 4px 10px rgba(34, 211, 238, 0.15);
    width: 79px;
}
.form-select:focus {
    box-shadow: none;
    border-color: #FFCA2C;
}
.products-header form{
    flex-wrap: wrap;
}

.btn-blue{
    height: 54px;
    text-align: center;
    padding: 3px 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    background: #0EA5E9;
    box-shadow: 0px 4px 10px rgba(34, 211, 238, 0.15);
    display: flex;
    align-items: center;
}
.btn-blue span{
    padding-right: 8px;
}
.table-holder{
    border-radius: 12px;
    margin-top: 10px;
}
.table-holder table {
 border-radius: 10px;
 background-color: #fff;
}
.table-holder table thead{
    height: 60px;
    vertical-align: middle;
}
.table-holder table thead tr th{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

}
.table-holder table .thead-blue{
    background: #38BDF8;

}
.table-holder table .thead-blue tr th{
    color: #134E4A;
}
.table-holder table .thead-green{
    background: #10B981;
}
.table-holder table .thead-green tr th{
    color: #166534;
}
.table-holder table .thead-purple{
    background: #C084FC;
}
.table-holder table .thead-purple tr th{
    color: #701A75;
}
.table-holder table .thead-pink{
    background: #FECDD3;
}
.table-holder table .thead-pink tr th{
    color: #FB7185;
}
.table-holder table .thead-yellow{
    background: #FFD60A;
}

.table-holder table tr th , .table-holder table tr td{
    padding: 12px 0;
    text-align: center;
    min-width: 80px;
    vertical-align: middle;
}
.table-holder tr th:first-child{
    min-width: 100px;
}

.table-holder tr th:nth-child(2){
    min-width: 130px;
}
.table-status{
    width: 88px;
    height: 28px;
    font-size: 12px;
    display: inline-block;
    padding-top: 7px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
#status:target ~ .table-status-box {
   display: block;
}
.products-content .bg-blue{
    background: #93C5FD ;
    color: #164E63;
}
.products-content .bg-pink{
    background: #FDA4AF;
    color: #F43F5E;
}
.products-content .bg-green{
    background: #86EFAC;
    color: #16A34A;
}
.products-content .bg-blue{
    background: #93C5FD ;
    color: #164E63;
}
.products-content .bg-yellow{
    background: #FDE68A;
    color: #FBBF24;
}

.contact-full-name .contact-box{
    width: 300px;
}

.product-info-form{
    margin: 0;
}
.product-info-form-container{
    width: 100%;
    text-align: right;
}
.product-info-form-header h3{
    font-size: 1rem;
    font-weight: 700;
}
.product-info-form-container .form-select{
    width: 18%;
    margin: 0 10px;
    height: 54px;
    border-radius: 12px;
    background-position: left 0.75rem center;
    padding-right: 15px;
    margin-top: .455rem;

}
.form-label{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
}
.product-info-form-container .btn-blue i{
    margin-left: 10px;
}
.box-image{
    height:150px ;
    width: 150px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 5px;
    background: #22D3EE;
}
.box-image i{
    font-size: 1.5rem;
    color: #0d6efd;
    border-radius: 10px;
}
.ticket-send-main .box-image{
    width: 52px;
    height: 52px;
    float: left;
}
/*.box-img-container .col-3{*/
/*    width: 22%;*/
/*}*/
.box-img-container{
    margin-top: 0.7rem;
}
.product-info-form-container textarea{
    width: 98%;
    margin-right: 10px;
}
.form-txtarea{
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 4px 10px rgba(203, 213, 225, 0.15);
    border-radius: 12px;
    height: 181px;
}
.ticket-send-main .form-txtarea{
    padding-top: 40px;
}
.product-info-form-container .btn{
    font-weight: 600;
    font-size: 14px;
    width: 140px;
    margin: 15px;
}
.product-info-form-container .btn-form{
    width: 180px;

}
.product-info-form-container .col-2{
    width: 23%;
}
.choose-file{
    height: 160px;
    background-color: #c46c6c;
}
.file-upload-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    background: #ECFEFF;
    border: 1px solid #CFFAFE;
    box-shadow: 0px 4px 10px rgba(203, 213, 225, 0.15);
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    color: #67E8F9;
    text-align: center;

}
.ticket-send-main .file-upload-wrapper{
    height: 181px;
}
.file-upload-wrapper  .file-upload{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    /*z-index: 5;*/
}
 /*home page css*/
.hot-menu .navbar-expand-lg{
    justify-content: space-between !important;
}

header{
    background: #FDFDFD;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    position: relative;
}
.search-bar{
    border-radius: 12px;
    border: 1px solid rgb(250, 250, 250);
    height: 54px;
    font-size: 0.875rem;
    width: 408px;
    padding: 0 20px;
    background: #F2F2F2;
}
.search-bar input {
    font-size: 0.875rem;
    min-width: 220px;
    outline: none;
    background: #F2F2F2;
    border: none;
    padding: 5px 10px;
    width: 100%;

}
.left-nav>* {
    margin-left: 10px;
}
.hot-menu .nav-item .nav-link{
    padding-right: 25px !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.icon-box i{
    font-size: 1.3rem;
    color: #323232;
}

.btn-menu{
    border-radius: 12px;
    height: 54px;
    padding: 16px 20px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    background-color: #FFD60A;
    display: flex;
    align-items: center;
}
.btn-menu span{
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
}
.main-header{
    background-color: #FFD60A;
    height: 501px;
    position: relative;
}
.main-header-img {
    position: absolute;
    left: 161px;
    top: -65px;
    width: 50%;
    height: 85%;
}

.main-header-content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 501px;

    text-align: right;
}

.main-header-content-btn{
    background: #FFFFFF;
    border-radius: 40px;
    height: 78px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header-content-btn a{
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.main-header-content-btn i{
    margin-top: 13px;
    margin-right: 13px;
}
.main-header-content h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 61px;
    color: #000;
}
.navbar-nav .dropdown-menu{
    position: absolute;
    left: auto;
    text-align: right;
    border-radius: 10px;
    font-size: 12px;
    padding: 13px 15px;
    border:1px solid #E2E8F0 ;
    width: 212px;
}
.dropdown-item{
    padding: 0.5rem 1rem;
}
.left-nav .dropdown-menu{
    text-align: right;
    border:1px solid #E2E8F0;
    padding: 7px;
    width: 200px;
   box-shadow: rgba(50, 50, 50, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;

}
.left-nav .dropdown-menu .dropdown-item{
    font-size: 10px;
    padding: 10px 5px;
    display: flex;
    align-items: center;


}

.dropdown-item-icon{
    margin-left: 8px;
    background-color: #F3F4F6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.services{
    background-color: #fff;

}
.services .container{
    max-width: 1315px;
}
.services-container{
    border-radius: 64px;
    margin-top: -38px;
    position: relative;
    z-index: 1000;
    background-color: #fff;
    padding: 0 60px;
    justify-content: space-evenly;
}
.services-box{
    height: 170px;
}
.services-box-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 2.5rem;
    color: #FFD60A;
    height: 100%;


}
.services-box-title{
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    color: #333333;
}
.services-box-info{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #323232;

}
.products{
    padding: 80px 0;
    background-color: #fff;
}
.products-box{
    background-color: #fff;
    display: flex;
   align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
    height: 297px;
    padding: 10px;
    width: 180px;
    position: relative;
}
.products-box:hover{
    border-color:#FFD60A ;
}
.products-box-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 297px;
}
.products-box-title div{
    width: 80px;
    height: 80px;
    background-color: #FFD60A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-box-title svg{
    margin-right: -2px;
}
.products-box-offer{
    position: absolute;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.products-box-offer p{
    margin-bottom: 0;
    font-size: 16px;
}
.products-box-offer div{
    border-radius: 50%;
    background-color: #FFD60A;
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-box-title h4{
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.products-box-text{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #D9D9D9;
}
.products-box-image img{
    width: 125.67px;
    height: 83px;
}
.products-box-text h4{
    font-size: 20px;
    color: #000 ;
    margin: 15px 0;
}
.products-box-price{
   display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 8px;
    padding: 0 10px;
}
.products-box-price button{
    background: #FFD60A;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    width: 55px;
    height: 29px;
    font-size: 12px;
}
.products-box-price button i{
    font-size: 18px;
}
.products-box-price p{
    margin-bottom: 0;
}
.products-box-text .description{
    color: #94A3B8;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;

}
.services-header-link{
    position: absolute;
    top: -17px;
    left: 84px;
    width: unset;
    color: #FFD60A;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.services-header-link i{
    vertical-align: sub;
}
.benner{
    background-color: #fff;
    padding: 20px 0;
}
.banner-wrapper{
    width: 100%;
    background-color: #2c3034;
    height: 200px;
    border-radius: 10px;
}
.content-box{
    padding: 40px 0;
}
.content-box .row{
    justify-content: space-between;
}
.content-yellow{
    background-color:#FFD60A ;
}
.content-black{
    background-color: #323232;

}
.content-black h3{
    color: #F8FAFC !important;
}
.content-black p{
    color: #fff !important;
}
.content-box h3{
    font-weight: 800;
    font-size: 36px;
    line-height: 54px;
    margin:25px 0;
    color: #000;
}
.content-box p{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #323232;
    margin-bottom: 25px;
}
.content-box-image{
    max-width: 487px;
    height: 439px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(104, 104, 104, 0.1);
    border-radius: 12px;
}
.content-box-link{
    color: rgb(32, 32, 32);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

}
.content-box-link i{
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
}
.content-black .content-box-link{
    color: #F8FAFC;
}
.Best-selling-product{
    padding: 40px 0;
}
.Best-selling-img img{
    width: 100px;
    height: 62.5px;
    margin-left: 15px;

}
.Best-selling-item{
    padding: 15px;
}
.Best-selling-text strong{
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    margin-left: 15px;
    color: #FFD60A;
}
.Best-selling-product-header h4, .products-header h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.Best-selling-text p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.Readings{
    padding: 60px 0;
}
.Readings-content{
    flex-wrap: nowrap;
    /*overflow-x: auto;*/
    padding: 30px 0;
}
.Readings-box{
    height: 350px ;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(104, 104, 104, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.Readings-item-img img{
    height: 225px;
    width: 357px;

}
.Readings-content .col-4{
    max-width: 355px;
}
.Readings-item-text{
    padding: 15px 15px 20px 15px;
    text-align: right;
}
.Readings-item-text h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.Readings-item-text p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
footer{
    background-color: #000;
    padding: 30px 0 0 ;
    color: #fff;
    text-align: right;
}
.footer-logo{
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
}
.footer-menu ul{
    list-style-type: none;
}
.footer-menu ul li{
    margin-bottom: 20px;
}
.footer-menu h5{
    margin: 20px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.footer-menu-link{
     color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;

}
.copyright{
    background-color: #323232;
    padding: 20px 0;
    text-align: center;
}
.enamad-link{
    background-color: #fff;
    border-radius: 12px;
    max-width: 60px;
}
.enamad-link img{
    width: 60px;
    height: 55.2px;
    border-radius: 12px;
    margin: 20px 0;
}

/*profile-user css*/
.profile-user , .prouducer-main-panel{
    padding: 50px 0 100px 0;
}
.profile-user .products-box-text{
    border-bottom: none;
    text-align: right;
    font-size: 14px;
}
.profile-user .products-box-price{
    justify-content: flex-end;
    left: 0;
}
.profile-user-box{
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 10px 22px 0 15px;
    width: 100%;
}
.profile-user-box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-box-icon{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.contact-name p{
    font-family: IransansFaNum;
    font-size: 14px;
    text-align: right;

}
.contact-name .contact-number{
    color: #94A3B8;
    font-size: 10px;
    font-family: IransansFaNum;
}
.profile-user-aside{
    height: 655px;
}
.profile-user-box-header .contact-box{
    flex-grow: 1;
}
.profile-user-box-header-link , .services-header-link{
    color: #FFD60A;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.aside-header-wallet{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
.aside-header-wallet p{
    margin-bottom: 0;
}
.aside-navbar{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.aside-navbar-item{
    padding: 20px 5px 20px 0;
    border-top: 1px solid #CBD5E1;
    color: #000;
    cursor: pointer;
}
.aside-navbar-link{
    color: #000;
    font-family: IransansFaNum;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;


}
.aside-navbar-link span{
    margin-right: 10px;
}
.products-aside .aside-navbar-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aside-navbar-link i{
    margin-left: 10px;
}
.profile-user-box-header h4{
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFD60A;

}
.profile-user-box-header-link span , .services-header-link span{
    padding-left: 10px;
}
.Secure-order-box-icon{
    margin-left: 15px;
}
.Secure-order{
    padding: 30px 0;
    justify-content: space-evenly;
}
.Secure-order-box-text p{
    font-size: 14px;
    font-family: IransansFaNum;
    line-height: 21px;
}
.Secure-order-box-text span{
    font-size: 10px ;
    color: #94A3B8;
}
.ticket-send-main .form-group input ,.product-info-form-container .form-group input{
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 4px 10px rgba(203, 213, 225, 0.15);
    border-radius: 12px;
}
.profile-user-ticket{
    padding: 50px 0 70px 0;
    background-color:#fff;
    position: relative;
}

.View-single-product{
    padding: 35px;
    background: #FDFDFD;
    position: relative;
    margin-top: 10px;
}
.view-product-box-img{
    width: 81px;
    height: 93px;
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    margin-left: 5px;
    overflow: hidden;
}
.product-info-title{
    color: #FF755C;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.product-info-header{
    border-bottom: 0.5px solid #E2E2E2;
    padding-bottom: 15px;
}
.product-info-header h4{
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #222F5D;
}
.product-info-text{
    color: #222F5D;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.color-select-box{
    width: 36.42px;
    height: 36.42px;
    display: inline-block;
    border-radius: 50%;
    margin-left: -12px;
    cursor: pointer;
    border: 1.29257px solid #FDFDFD;
}
.color-5{
    background: #606060;
}
.color-4{
    background: #FF755C;
}
.color-3{
    background: #919BFF;
}
.color-2{
    background: #8750FB;
}
.color-1{
    background: #FFDE74;
}
.Product-features h5{
    color: #222F5D;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 15px;
}
.Product-features ul{
    padding-right: 15px;
    list-style: none;
}
.Product-features ul li:before{
    content: "•";
    color: #FF755C;
    font-weight: bold;
    display: inline-block;
    width: 9px;
    height: 9px;
}
.Product-features ul li{
    color: #222F5D;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    padding-bottom: 15px;
}
.cart-box{
    width: 284px;
    height: 317px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 15px;
    text-align: right;
}

.cart-box ul {
    list-style-type: none;
    margin-bottom: 3.8rem;
}
.cart-box ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #222F5D;
    padding-bottom: 15px;
}
.cart-box-price{
    color: #FC5858;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    text-align: left;
}
.cart-box-price span{
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}
.cart-box-btn{
    width: 258px;
    height: 53px;
    background: #FF755C;
    border-radius: 5px;
    color: #FDFDFD;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.product-info-para h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    color: #222F5D;
}
.product-info-para p{
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    color: #222F5D;
}
.next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 1;
    /* visibility: hidden;
    opacity: 0; */
    transition: 0.2s ease-out;
    transition-property: opacity, visibility;
    left: 0;
    /*background-image: linear-gradient(to right, #f0f0f0, rgba(240, 240, 240, 0));*/
}
.prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 1;
    /* visibility: hidden;
    opacity: 0; */
    transition: 0.2s ease-out;
    transition-property: opacity, visibility;
    right: 0;
    /*background-image: linear-gradient(to left, #f0f0f0, rgba(240, 240, 240, 0));*/
}
.next-btn,
.prev-btn {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    color: #424750;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 0;
    min-width: 2.75rem;
    min-height: 2.75rem;
    line-height: 2.75rem;
    border: 0;
    text-align: center;
    cursor: pointer;
    right: auto !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: .85rem !important;
    font-weight: 700;
}
/*.swiper-slide{*/
/*    flex-shrink: unset;*/
/*}*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
/* product image zoom*/


 .xzoom-source img, .xzoom-preview img, .xzoom-lens img {
     display: block;
     max-width: none;
     max-height: none;
     -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
     transition: none;
 }


/* xZoom Styles below */
.xzoom-container {
    display: inline-block;
}


.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
}

.xzoom {
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}


.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
    overflow: hidden;
}

/* Preview */
.xzoom-preview {
    /*border: 1px solid #888;*/
    background: #2f4f4f;
    /*box-shadow: -0px -0px 10px rgba(0,0,0,0.50);*/
}

/* Lens */
.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
    cursor: crosshair;
}

/* Loading */
/*.xzoom-loading {*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    border-radius: 100%;*/
/*    opacity: .7;*/
/*    background: url(../example/images/xloading.gif);*/
/*    width: 48px;*/
/*    height: 48px;*/
/*}*/

/* Additional class that applied to thumb when it is active */
.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
    box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
    border: 1px solid #4aaad2;
}



.hamburger-menu {
    width: 40px;
    height: 35px;
    /*position: fixed;*/
    z-index: 300;
    top: 10%;
    right: 5%;
}
.hamburger-menu .menu{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-around;
    transition: transform 0.5s;
    width: 100%;
    height: 100%;
}
.menu-line{
    width: 100%;
    height: 5px;
    background-color: #fd7e14;
    transition: all 0.5s 0.5s;
    transform-origin: right;
}
.cart-box-mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 -1px 1px rgb(0 0 0 / 14%), 0 -2px 2px rgb(0 0 0 / 5%);
}
.cart-box-mobile ul{
    list-style-type: none;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}
.cart-box-mobile .cart-box-btn{
    width: 260px;
    height: 40px;
    font-size: 16px;
}
.cart-box-mobile  .cart-box-price{
    font-size: 20px;
}


.products-aside-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
}
.products-aside-header h4{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 7px;
}
.products-main-container{
    display: flex;
    flex-wrap: wrap;
}
.products-item-box{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    width: 236px;
    height: 297px;
    padding: 6px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.products-item-box:hover{
    border: 1px solid #FFD60A;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}
.products-item-box-text{
    text-align: center;
    width: 100%;
    border-top: 2px solid #D9D9D9;
    padding: 10px 0;
}
.products-item-box-text h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.products-item-box-text p{
    color: #E11D48;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}
.products-item-box-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.products-item-box-price .offer{
    display: flex;
    align-items: center;
    margin-top: -19px;
}
.products-item-box-price .offer div{
    background: #FFD60A;
    font-size: 12px;
    border-radius: 50%;
    padding: 3px;
}
.products-item-box-price .offer p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    margin-right: 7px;
}
.products-item-box-price .price p{
    margin-bottom: 0;
}
.products-item-box-price .price del,.products-box-price .price del {
    font-size: 12px;
    color: #94A3B8;

}
.products-item-box-img img{
    width: 170px;
    height: 170px;
}
.product-description p{
    font-size: 28px;
    line-height: 41px;
    margin: 1rem 0;
    text-align: center;
}
.products-detail .Product-features h5{
    color: #333333 !important;
}
.products-detail .Product-features ul li{
    color: #333333 !important;
}
.products-detail .Product-features ul li:before{
   display: none;
}
.products-detail .cart-box{
    width: 390px;
    height: 500px;
    background: #FFFFFF;
    border: 3px solid #FFD60A;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart-box-description{
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #CBD5E1;
    padding: 30px 0;
    width: 100%;
}
.cart-price-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}
.cart-price-box .price-number{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price-number del{
    color: #94A3B8;
    margin-left: 5px;
}
.price-number div{
    background-color: #FFD60A;
    width: 30px ;
    height:30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-number p{
    font-size: 18px;
}
.price-description{
    font-size: 18px;
    line-height: 31px;
    text-align: center;
}
.products-detail .cart-box-btn{
    background-color: #FFD60A;
    border-radius: 40px;
    color: #000;

}
.products-detail-row{
    border-bottom: 1px solid #CBD5E1;
    padding: 20px 0;
    margin: 0 100px;
}
.products-detail-services{
    justify-content: center;
}
.user-opinion{
    position: relative;
}
.user-opinion-link{
    position: absolute;
    left: 0;
    color: #94A3B8;
}
.user-opinion-header{
    display: flex;
    justify-content: space-between;
}
.user-opinion-color-1{
    color: #10B981;
}
.user-opinion-color-2{
    color: #E11D48;
}
.user-opinion-header span{
    color: #94A3B8;
    margin-right: 7px;
}
.user-opinion-text{
    margin-top: 1.5rem ;
    text-align: center;
}
.register-comment{
    background: #FFFFFF;
    border: 3px solid #FFD60A;
    box-shadow: 0px 0px 5px rgba(255, 214, 10, 0.6);
    border-radius: 12px;
    width: 245px;
    height: 54px;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    color: #323232;
    font-size: 16px;
}
.similar-products{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.similar-products-header{
    width: 100%;
    padding: 30px 0;
    font-size: 24px;
}
.products-detail-services .services-box-icon{
    color: #D9D9D9;
}
.sellers{
    background-color: #D9D9D9;
    height: 276px;
    width: 100%;
    margin: 0 15px;
}
.modal-content{
    padding: 0 15px;
}
.modal-title p{
    color: #94A3B8;
}
.btn-close{
    border: none;
    background: #fff;
    cursor: pointer;
}
.btn-close:focus{
  outline: none;
}
.range-slider{
    text-align: center;
}
.range-slider input{
    width: 90%;
}


.btn-comment{
    height: 54px;
    width: 100%;
    background-color: #FFD60A;
    box-shadow: 0px 0px 5px rgba(255, 214, 10, 0.6);
    border-radius: 12px;
}
.form-check-label{
    padding-right: 18px;
    font-size: 12px;
}
.form-check-input{
    margin-top: .2rem;
}
#commentTextarea{
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    height: 128px;
    font-size: 12px;
}
.hamkaram-box{
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 20px;
    height: 360px;
    padding: 30px 0;
    margin: 0 4rem;

}
.hamkaram-box-title{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.hamkaram-box-link{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 70%;
}
.hamkaram-link{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #FFD60A;
    border-radius: 5px;
    width: 240px;
    height: 78px;
    font-size: 20px;
    color: #000;
    transition: all  .3s;
}
.hamkaram-link i{
    margin-top: 10px;
}
.hamkaram-link:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #FFD60A;
}
.hamkaram-box-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.advantages-store{
    margin: 2rem 4rem;
    justify-content: center;

}
.advantages-store h1{
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}
.advantages-store-box-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}
.advantages-store-box{
    width: 22%;
    height: 371px;
    background: #FFFFFF;
    border: 2px solid #333333;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    justify-content: space-around;
    position: relative;
}
.advantages-store-box:after{
  position: absolute;
    content: "";
    width: 100%;
    height: 104%;
    border-radius: 20px;
    border-bottom: 7px solid #FFD60A;

}
.advantages-store-box a{
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1000;

}

.advantages-store-box a h4{
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    margin-top: 2rem;
}
.advantages-store-box p{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}
.Where-to-start{
    padding: 50px 0;
    text-align: center;
    border-bottom: 2px solid #D9D9D9;
    width: 100%;
    margin: 0 4rem;
}
.Where-to-start h2{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5rem;
}
.Where-to-start img{
    width: 1023px;
    height: 579px;
}
.prouducer-store .aside .navbar .nav-link{
    font-size: 14px;
}
.prouducer-store .aside .navbar .nav-link span{
   margin-right: 10px;
}
.prouducer-store .aside ul{
    margin-top: 45px;
    width: 100%;
}

.production-name-logo{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFD60A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.production-name span{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-right: 10px;
}
.prouducer-store-description {
    width: 100%;
    margin: 0 27px;
    padding: 60px 0;
    border-bottom: 1px solid #94A3B8;
}
.prouducer-store-description p{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.prouducer-store-product{
    margin: 0 60px;
    padding: 40px 0;
    width: 100%;
}
.prouducer-store-product-container{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.prouducer-store-product-row{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0;
}
.prouducer-store-product-row .products-box{
    width: 208px;
}

.table-btn{
    width: 155px;
    height: 44px;
    background-color: #FFD60A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.table-btn a{
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.prouducer-sale-table{
    margin: 5rem 0;
}
.prouducer-sale-table table tr, .customer-sale-page table tr{
    height: 130px;
}
.prouducer-sale-table table tr td , .customer-sale-page table tr td{
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #666666;
    padding: 0;
}
.prouducer-sale-table table tr td:first-child ,.customer-sale-page table tr th:first-child{
    padding-right: 40px;
}
.customer-sale-page table tr th{
    font-size: 20px !important;
}
.prouducer-sale-table table tr td:last-child , .customer-sale-page table tr td:last-child{
    padding-left: 40px;
}
.prouducer-main-panel .table-holder tr th{
    min-width: 80px;
}
.prouducer-main-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.prouducer-main-title h2{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-right: 8px;
}
.best-sellers-items{
    display: flex;
    flex-wrap: wrap;

}
.best-sellers-items .box-image{
    margin: 10px 8px;
    background: #E2E8F0;
}
.prouducer-main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-offer-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.special-offer-item:not(:last-child){
    border-bottom: 1px solid #CBD5E1;
}
.special-offer-item img{
    width: 56px;
    height: 57px;
}
.special-offer-item button{
    background-color: #FFD60A;
    border-radius: 20px;
    width: 77px;
    font-size: 12px;
}
.special-offer-item p{
    margin-bottom: 0;
    font-size: 12px;
}
.prouducer-main-chart{
    padding: 20px 0;
    border-bottom: 1px solid #CBD5E1;
}

/*contact-us style*/

.contact-us h1{
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFD60A;
    margin-bottom: 2rem;
}
.contact-us label{
    margin-bottom: 20px;
}
.contact-us-content{
    font-size: 20px;
}
@media (max-width: 1200px){
    .nav-link{
        padding: 6px 5px !important;
    }
    .nav-link i{
        margin-left: 10px;
    }
    .aside{
        padding: 15px;
    }
    .cart-box{
        width: 242px;
    }
    .cart-box-btn{
        width: 210px;
    }
    .cart-box-price{
        font-size: 24px;
    }
}
@media (max-width: 990px){
    .login form{
        margin: 5rem 0;
    }
    /*.aside{*/
    /*    height: auto;*/
    /*    width: 100%;*/
    /*    border-radius: unset;*/
    /*}*/
    /*.navbar-nav{*/
    /*    margin-right: 15px;*/
    /*}*/
    /*.navbar-nav .to-bottom{*/
    /*    position: relative;*/
    /*}*/
    .container-fluid{
        padding: 0;
    }
    .row{
        margin: 0;
    }
    .comment-btn{
        bottom: 0;
        left: 5px;
    }
    .products-header .form-select{
        width: 25%;
    }
    .to-bottom{
        position: relative;
    }
    .d-none-md{
        display: none;
    }
    .d-block-md{
        display: block !important;
    }

}
@media (max-width: 922px){
    .product-info-form-container .col-4{
        width: 40%;
    }
    .product-info-form-container .col-2{
        width: 30%;
    }
    .Readings-content .col-4{
        max-width: 35% ;
    }

}

@media (max-width: 768px){
    .login form{
     margin: 5rem 0;
    }
    .box{
     width: 45%;
     margin-bottom: 10px;
     }
    .contact-dashboard{
     flex-wrap: wrap;
    }
    .products-header .form-group{
     width: 40%;
    }
    .products-header .form-select{
    width: 35%;
    }
    .product-info-form-container .col-4{
        min-width: 40%;
    }
    .product-info-form-container .col-2{
        min-width: 40%;

    }
    .box-img-container .col-3{
        width: 25%;
    }
    .box-img-container {
        margin-left: 15px;
    }
    .product-info-form-container .form-select{
        width: 37%;
        margin-right: 0;
    }
    .box-image{
        height: 95px;
    }
    .Readings-item-text p{
        font-size: 8px;
    }
    .aside{
        height: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .product-info{
        margin-top: 25px;
    }
    .product-color-select{
        border-bottom: 0.5px solid #E2E2E2;
    }
    .Product-features{
        padding-top: 25px;
        border-bottom: 0.5px solid #E2E2E2;
    }
    .product-info-para-img img{
        height: 200px !important;
    }

}  


@media (max-width : 576px){
    .col-xs-6 {
        flex: 0 0 auto;
       max-width: 100%;
    }
    .login form{
        margin: 5rem 0;
    }
    .box{
        width: 80%;
        margin-bottom: 10px;
    }
    .products-header .form-group{
        width: 70%;
    }
    .products-header .form-select{
       font-size: 12px;
    }
    .box-img-container .col-3{
        width: 30%;
    }

    .box-image{
        height: 95px;
    }
    .file-upload-wrapper{
        height: 95px;
    }
    .product-info-form-container .col-4{
        min-width: 50%;
    }
    .product-info-form-container .col-2{
        min-width: 50%;

    }
    .product-info-form-container .form-select{
        width: 46%;
    }
    .cart-box-mobile ul{
        flex-wrap: wrap;
        margin-bottom: 15px;
        justify-content: center
    }
    .cart-box-mobile ul li{
        padding: 0 7px;
    }
    .cart-box-mobile .cart-box-btn{
        width: 180px;
    }
    .cart-box-mobile .cart-box-price{
        font-size: 14px;
    }
    .cart-box-mobile{
        padding: 12px 0;
        height: 120px;
    }
    .cart-box-price span{
        font-size: 14px;
    }
    .product-info-para-img img{
        height: 130px !important;
    }
    .product-info-para{
        margin: 0 !important;
    }

}
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}
@media (min-width: 992px){
    .products .col-lg-2{
        max-width: 13.666667%;
    }
    .products-detail-services .col-lg-2{
        max-width: 14.666667%;
    }
}
