/* TypoGraphy */

* {
   box-sizing: border-box
}

:focus {
   outline: none !important;
   box-shadow: none;
   /* border-color: inherit */
}

textarea.form-control {
   resize: none;
   overflow: hidden
}

html,
body {
   width: 100%;
   overflow-x: hidden;
   height: 100%;
}

body {
   padding: 0;
   margin: 0;
   font-family: 'Open Sans', sans-serif;
   font-weight: normal;

}

body {
   background: #fc6111;
   overflow-x: hidden;
}
.bg-white {
    background: #fff;
}
figure {
    margin: 0 0 0;
}
img {
   max-width: 100%;
   image-rendering: -webkit-optimize-contrast;
}

a,
a:hover {
   text-decoration: none
}

p {}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0px 0 20px;
   padding: 0px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
   color: #000000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
   color: #FC6011;
}

h1 {
   font-weight: 300;
   font-size: 60px;
   line-height: 85px;
   color: #000000;
}

h1 strong {
    font-weight: 300;
    color: #000000;
}

h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 65px;
    color: #000000;
}

h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    color: #000000;
}

h4 {
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
}

h5 {
    font-weight: 300;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
}

h6 {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

p {
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-weight: normal;
}

p:last-child {
   margin-bottom: 0;
}

ul {
   padding: 0px 0 20px 18px;
   margin: 0px;
}

ol {
   padding-left: 0;
   padding-bottom: 20px;
   counter-reset: listitem;
}

ol li {
   list-style: none;
   position: relative;
   padding-left: 34px;
}

ol li::before {
   counter-increment: listitem;
   content: counters(listitem, '.') '.';
   color: #7E3790;
   display: inline-block;
   font-weight: bold;
   position: absolute;
   left: 0;
}

li {
   font-size: 15px;
   line-height: 23px;
   color: #000000;
   font-weight: normal;
}

li a {
   color: #000000;
}

li a:hover {
   color: #FC6011;
}

a {
    transition: 0.55s;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
   color: #000000;
}

a:hover {
   transition: 0.7s;
   -webkit-transition: 0.7s;
   -moz-transition: 0.7s;
   color: #FC6011;
}

button {
   padding: 0;
   background-color: transparent;
   border: none;
}

.btn {
    display: inline-flex;
    min-width: 307px;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: normal;
    font-family: 'Metropolis SemiBold';
    font-weight: 600;
    padding: 0 28px;
    border: 0.75px solid #fff;
    border-radius: 28px;
    color: #fff;
    background: #FC6011;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    box-shadow: none;
    outline: none;
    position: relative;
    border-color: #fff;
}

.btn:hover {
   color: #FC6011;
   background: #fff;
   border-color: #FC6011;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/** ================== // HEADER CSS START // ================== **/

@media (min-width:1200px) {
    .login-top-bg::before, .login-top-bg::after{
        display: none;
    }
}


/** ================== // MAIN SECTION CSS START // ================== **/
.main-section {
    width: 100%;
    height: 100%;
    background: url(../images/main-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.main-logo {
    width: 237px;
}
/** ================== // MAIN SECTION CSS END // ================== **/
/** ================== // LOGIN SECTION CSS START // ================== **/
.login-section {
    padding-bottom: 50px;
}
.login-top-bg{
    height: 350px;
    background: url(../images/organe-top-shape-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-top-bg::before{
    content: "";
    position: absolute;
    bottom: 39px;
    left: 0;
    width: 16px;
    height: 13px;
    background: url(../images/bg-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.login-top-bg::after{
    content: "";
    position: absolute;
    bottom: 39px;
    right: 0;
    width: 14px;
    height: 13px;
    background: url(../images/bg-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.login-outer{
    max-width: 308px;
    margin: 0 auto;
}
.login-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
}
.login-content-info {
    text-align: center;
    padding: 31px 30px 0;
}
.login-content-info p{
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Metropolis Medium';
    font-weight: 500;
}
.login-btn{
    padding-top: 43px;
}

.form-group{
    margin-bottom: 20px;
}
.form-group:last-child{
    margin-bottom: 0;
}

.medium  {
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    border: 1px #bdbdbd solid;
    appearance: none;
    background: #f7f7f7;
    padding: 10px 20px;
}

.login-button{
    text-align: center;
}

/** ================== // LOGIN SECTION CSS END // ================== **/
/** ================== // PRODUCTS SECTION CSS START // ================== **/
.products-section{}
.products-top-section {
    background: #fc6111 url(../images/orange-top-shape.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 32px 0;
}
.logo-white{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.search-info-outer {
    padding: 0 11px;
    margin-top: -22px;
    margin-bottom: 11px;
}
.search-info {
    position: relative;
}
.filter-search-btn {
    position: absolute;
    left: 20px;
    top: 1px;
    bottom: 1px;
    background: url(../images/filter-search.svg) no-repeat center;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: auto;
}
.search-info .form-control {
    border: 0px;
    border-radius: 28px;
    height: 45px;
    padding: 0px 30px 0 54px;
    font-family: 'Metropolis Regular';
    font-weight: normal;
    font-size: 14px;
    box-shadow: unset;
    background: #F2F2F2;
    color: #000;
}
.search-info .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B6B7B7;
}
.search-info .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #B6B7B7;
}
.search-info .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #B6B7B7;
}
.search-info .form-control:-moz-placeholder { /* Firefox 18- */
  color: #B6B7B7;
}
.main-products-detail {
    padding: 12px 11px 22px;
    position: relative;
    max-width: 600px;
    margin: auto;
}
.main-products-detail::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 45px;
    width: 37px;
    background: #FC6011;
    border-radius: 0 38px 38px 0px;
    z-index: -1;
}
.products-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 13px;
}
.filter-number {
    width: 88px;
    background: #F2F2F2 url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis Medium';
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 125px;
}
.products-inner-col{}
.products-col-info{
    margin-bottom: 16px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.product-image{
    width: 116px;
    overflow: hidden;
    border-radius: 0 10px 10px 0px;
}
.product-image img {
    height: 100%;
    object-fit: cover;
}
.product-right-content{
    width: calc(100% - 116px);
    padding: 12px 10px 0px 10px;
}
.product-right-content h3 {
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}
.product-right-content h3 a{
    color: #000000;
}
.product-right-content h3 a:hover{
    color: #000000;
}
.product-right-content p {
    margin-bottom: 5px;
    color: #000000;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 21px;
    font-weight: 400;
}
.product-right-content p strong{
    font-weight: 700;
}

.detail-icon-col{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
}
.edit-icon {
    width: 30px;
    height: 30px;
    background: #FC6011;
    border-radius: 100%;
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit-icon a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.sale-btn .btn {
    min-width: 72px;
    height: 30px;
    font-size: 15px;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.pagination-data {
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.wp-pagenavi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination-data .wp-pagenavi a.previouspostslink {
    background-image: url(../images/prev-pagination.svg);
    width: 6px;
    height: 9px;
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -99px;
    overflow: hidden;
    display: inline-block;
    margin-right: 4px;
    margin-top: 3px;
}
.pagination-data .wp-pagenavi a.nextpostslink {
    background-image: url(../images/next-pagination.svg);
    width: 6px;
    height: 9px;
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -99px;
    overflow: hidden;
    display: inline-block;
    margin-left: 4px;
    margin-top: 3px;
}
.pagination-data a, .pagination-data span {
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #ffffff;
    background: transparent;
    font-weight: 400;
    border-radius: 50%;
    font-size: 14px;
    padding: 10px 12px;
}
.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.pagination-data a:hover, .pagination-data .current {
    color: #ffffff;
    background: transparent;
}
.footer-bg{
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 106px;
}
/** ================== // PRODUCTS SECTION CSS END // ================== **/
/** ================== // PRODUCTS EDIT SECTION CSS START // ================== **/
.products-edit-col{
    padding: 20px 22px 20px 22px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}
.products-edit-img{
    margin-bottom: 17px;
}
.products-edit-img figure {
    margin: 0px;
    position: relative;
}
.products-edit-img figure img{
    width: 100%;
}
.upload-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.upload-img .btn {
    padding: 2px 15px 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    min-width: 115px;
    height: 36px;
    font-size: 13px;
}
.upload-img .btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.upload-img .btn img {
    margin-left: 6px;
    margin-top: -1px;
    width: 22px;
}
.editform-info p {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}
.edit-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edit-form .form-group.half-left {
    width: 32%;
}
.edit-form .form-group.half-middle {
    width: 32%;
}
.edit-form .form-group.half-right {
    width: 32%;
}
.edit-form .form-group {
    margin-bottom: 14px;
    width: 100%;
    line-height: normal;
}
.edit-form .form-group label{
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
}
.edit-form .form-group .meduim {
    border: 1px solid;
    border-radius: 25px;
    height: 45px;
    padding: 0px 15px 0;
    font-family: 'Metropolis Regular';
    font-weight: normal;
    font-size: 13px;
    box-shadow: unset;
    background: #F2F2F2;
    color: #000000;
    width: 100%;
}
.edit-form .form-group .meduim::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.edit-form .form-group .meduim::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.edit-form .form-group .meduim:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.edit-form .form-group .meduim:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

.form-group.location-form-group, .form-group.description-form-group {
    margin-bottom: 4px;
}
.form-group.location-form-group label, .form-group.description-form-group label {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
}

.form-group.submit-group {
    text-align: center;
}
.form-group.submit-group .btn {
    min-width: 125px;
    height: 36px;
    font-size: 13px;
    padding: 2px 22px 0 0px;
    background: #FC6011 url(../images/icons-update.svg);
    background-repeat: no-repeat;
    background-position: right 17px top 10px;
    color: #fff;
    background-size: 20px;
}
.form-group.submit-group .btn:hover {
    color: #fff;
    background: #000 url(../images/icons-update.svg);
    background-repeat: no-repeat;
    background-position: right 17px top 10px;
    background-size: 20px;
    border-color: #000;
}
/** ================== // PRODUCTS EDIT SECTION CSS END // ================== **/
.product-right-content.product-right-content-full {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 9px;
    border-top: 1px solid #ebebeb;
    margin-top: 8px;
}
.product-right-content-full .product-right-content-info {
    display: flex;
    align-items: center;
}
.product-right-content-full .product-right-content-info p {
    margin-right: 9px;
    margin-bottom: 0;
}
.cmn-popup .products-col-info {
    box-shadow: none;
    display: block;
    margin-bottom: 0;
}
.cmn-popup .products-col-info .product-image {
    width: 100%;
}
.cmn-popup .products-col-info .product-image img {
    height: auto;
    width: 100%;
}
.cmn-popup .products-col-info .product-right-content {
    width: 100%;
    padding-top: 20px;
}
.cmn-popup .modal-content {
    margin-top: 20px;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 15px;
}
.btn-close-popup {
    position: absolute;
    top: -10px;
    right: -7px;
    z-index: 2;
}
.btn-close-popup img {
    width: 30px;
}
.edit-form .form-group select.meduim {
    width: 100%;
    background: #F2F2F2 url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis Medium';
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
}
.cf-error-message{
    display: none;
    color: red;
    width: 100%;
    text-align: center;
    font-size: 14px
}
.cf-success-message{
    color: green;
    width: 100%;
    text-align: center;
    font-size: 14px
}
.select2-container {
    width: 100% !important;
    z-index: 11111;
}
.main-section.splash-screen {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.edit-popup .products-edit-col {
    box-shadow: none;
    display: block;
    margin-bottom: 0;
    padding: 0;
}
.edit-popup.cmn-popup .products-col-info .product-right-content {
    padding: 0;
}
.edit-popup.cmn-popup .products-col-info .product-right-content .product-image.products-edit-img {
    border-radius: 10px;
}
.edit-popup.cmn-popup .products-col-info .product-right-content .main-products-detail {
    padding-bottom: 0;
}
.modal-dialog {
    max-width: 600px;
}
.user-dash h3{
    text-align: center;
}
.user-dash ul{
    padding: 20px 0;
    display: inline-block;
}
.user-dash ul li {
    font-size: 15px;
    line-height: 23px;
    border: 1px solid;
    width: 40%;
    float: left;
    margin: 10px 23px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fc6111;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}
.user-dash ul li a{
    padding: 20px 10px;
    display: block;
    color: #fff;
}
.user-dash ul li:hover{
    background-color: #fff;
    border: 1px solid #fc6111;
}
.user-dash ul li:hover a{
    color: #fc6111;
}
@media only screen and (max-width: 1200px) {
    .user-dash ul li {
        width: 100%;
        float: left;
        margin: 10px 0px;
    }
}
.edit-form .form-group .meduim.textarea {
    height: auto!important;
    padding: 15px 15px!important;
}

.warehouse-list {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 15px 0 5px;
    text-align: center;
}
.warehouse-list ul{
    display: inline-block;
}
.warehouse-list ul li{
    display: inline-block;

}
.warehouse-list ul li a{
    padding: 10px 15px;
    border: 1px solid #a54717;
    border-radius: 20px;
    background: #fd7632;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
.warehouse-list ul li a:hover{
    background: #fff;
    color: #fc6111;
}
.warehouse-list ul li.active a{
    background: #fff;
    color: #fc6111;
}
.page-item .page-link {
    font-weight: 700;
}
.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #fff;
    border-color: #F2F2F2;
}
.page-item .page-link:hover {
    z-index: 3;
    color: #000;
    background-color: #fff;
    border-color: #F2F2F2;
}
