@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Bitter:wght@300;400;500;600;700;800;900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #0156A7;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Bitter', 'Almarai', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bitter', 'Almarai', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 135px;
}

.hamburger,
.is-closed {
    width: 25px;
    height: 17px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0px;
    flex: 1
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #000;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
    width: 17px;
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
    width: 17px
}

.menu-mobile {
    display: none;
    padding: 20px 0;
}

.hd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-mibile {
    flex: 1
}

.cart-mibile a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cart-mibile .icon {
    filter: brightness(0);
}

.menu-mobile .main_menu > li > a {
    font-size: 17px;
    padding: 15px 10px;
}

.lst-search {
    padding: 0 10px;
}

.menu-mobile .form-search .form-control {
    height: 50px;
    border: 1px solid #DFD8CC;
    background: rgb(242 242 242 / 15%);
    border-radius: 0;
    padding-left: 45px;
}

.menu-mobile .form-search button {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.header-page {
    background: #FAFAFA;
}

.top-header {
    background: #000000;
}

.top-header ul {
    display: flex;
}

.top-header li a {
    color: #fff !important;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    position: relative;
}

.top-header li:last-child a {
    padding-right: 0;
}

.top-header li a svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.top-header li.contractors {
    margin-right: 20px;
}

.top-header li.contractors a {
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    height: 100%;
}

.menu-left li:first-child a {
    padding-left: 0
}
.cart_counter {
    background: var(--main-color);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
}
.icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100% !important;
    display: block;
    margin-right: 8px;
}

.bottom-header {
    padding: 15px 0;
    background: rgb(255 255 255 / 18%);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-site {
    flex: 0 0 auto;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 150px;
    height: auto;
}

.main_menu {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: 300px;
}

.main_menu > li {
    margin-right: 30px;
}

.main_menu > li:last-child {
    margin-right: 0;
}

.main_menu > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    padding: 20px 10px 10px;
}

.main_menu > li:first-child > a {
    padding-left: 0
}

.main_menu > li.active a {
    font-weight: 700;
}

.main_menu.menu-right > li:last-child > a {
    padding-right: 0
}

.main_menu.menu-right {
    justify-content: end;
}

.dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -10px;
}

.main_menu > li.cl-lang a {
    background: var(--sub-color);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
}

.main_menu > li.cl-lang a.btn-site:before {
    background: var(--main-color);
}

.main_menu > li.btn-contact a img {
    margin-left: 10px;
}


.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(100px) !important;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}

.dropdown-menu li {
    padding: 0 20px
}

.dropdown-menu li a {
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
    transform: translateX(10px);
}

.dropdown-menu.show {
    transform: translateY(68px) !important
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 84%);
    z-index: 33;
}

/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}

.section_home .item:before {
    content: "";
    background: rgb(255 255 255 / 18%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: calc(100vh - 135px);
    width: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
}

#slide-home .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#slide-home .owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: #000
}


/* Style Stac Site */

.sec_head {
    position: relative;
    width: 40%;
    text-align: center;
    margin: 0 auto 40px
}

.sec_head h2 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: uppercase
}

.sec_head p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 105%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.btn-site:hover span {
    color: var(--main-color);
}

.stage_padding {
    padding: 30px 0;
}

.head-page .txt-head {
    position: relative;
    padding: 12px 0;
    background: rgb(255 250 235 / 29%);
    border: 1px solid rgb(149 129 77 / 40%);
    margin-top: 20px;
}

.head-page .txt-head h3 {
    color: var(--main-color);
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}


.contact-whats {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9
}

.contact-whats a {
    background: var(--main-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: .5s;
}

.contact-whats a:hover {
    transform: scale(1.2);
}

.modal-content {
    border-radius: 0;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
}

.close-modal a {
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.cont-search {
    padding: 40px;
}

.cont-search h5 {
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form-search .form-group {
    position: relative;
    display: flex;
    align-items: center;
}

.form-search .form-control {
    height: 45px;
    border: 1px solid #E2E0E0;
    border-radius: 0;
    margin-right: 10px;
}

.form-search .btn-site {
    height: 45px;
    margin: 0;
    width: 45px;
}


/* Style Categories */

.item-categories {
    position: relative;
}

.item-categories figure {
    position: relative;
    margin-bottom: 0;
    height: calc(100vh - 105px);
}

.item-categories:before {
    content: "";
    background: rgb(0 0 0 / 41%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.txt-categories {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.txt-categories h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}

.txt-categories p {
    color: #fff;
    font-size: 15px;
}

#categories-slider .owl-nav > button {
    background: #000;
    color: #707070;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

#categories-slider .owl-nav > button.owl-next {
    right: 50px;
    left: auto;
}

/* Style Features */

.section_features {
    background: #F2F2F2;
    position: relative;
    padding: 50px 0;
}

.column-slider {
    width: 130%;
}

.column-slider .owl-stage {
    padding-left: 0 !important
}

.item-vendor {
    display: block;
}

.txt-vendor {
    text-align: center;
}

.txt-vendor p {
    color: #000000;
    margin-bottom: 10px;
}

.txt-vendor span {
    color: var(--main-color);
}

.txt-vendor span svg {
    margin-right: 8px;
}

.column-slider .owl-dots {
    display: block !important;
    padding-top: 30px;
    width: 1296px;
    text-align: center;
}

.column-slider .owl-dot span {
    display: block;
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%
}

.column-slider .owl-dot.active span {
    background: #000
}

.vendor_page .item-vendor {
    margin-bottom: 40px
}




/* Style Newim */

.section_newin {
    position: relative;
    padding: 60px 0;
}

.item-product {
    position: relative;
    display: block;
}

.item-product figure {
    background: #F7F7F7;
    margin-bottom: 15px;
    height: 290px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-product figure img {
    max-width: 100%;
    max-height: 100%;
}

.txt-product {
    text-align: center;
}

.txt-product h4 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 17px;
}

.txt-product span {
    display: block;
    color: #6F6F6F;
    font-size: 14px;
    margin-bottom: 8px;
}

.txt-product small {
    display: block;
    color: #000;
    font-size: 15px;
    margin-bottom: 8px;
}

.txt-product p {
    color: var(--main-color);
    font-size: 16px;
}

.section_newin .column-slider .owl-dot span {
    background: #757575;
}

.section_newin .column-slider .owl-dot.active span {
    background: #000;
}


/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 50px 0;
    background: #000;
}

.logo-ft {
    margin-bottom: 15px;
    display: block;
}

.logo-ft img {
    width: 180px;
    max-width: 100%;
}

.cont-ft p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.social-media li {
    display: inline-block;
    margin-right: 10px;
}

.social-media li a {
    background: var(--main-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.menu-ft h5 {
    color: var(--main-color);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.menu-ft > p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.menu--ft li {
    margin-bottom: 10px;
}

.menu--ft li a {
    color: #fff;
    font-size: 14px;
}

.menu--ft li a:hover {
    color: var(--main-color);
}

.list-contact li {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.list-contact li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.list-contact li a:hover {
    opacity: .5
}

.bottom-ft {
    padding: 10px 0;
    background: var(--main-color);
}

.cont-bt {
    text-align: center;
}

.copyRight {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
}

/* Style Newin Page */

.head-newin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.head-newin p {
    font-size: 17px;
    color: #000;
}

.sort-by {
    position: relative;
}

.sort-by .form-control {
    background: #000;
    height: 42px;
    min-width: max-content;
    padding: 8px 12px;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding-right: 40px;
    border: 2px solid #000
}

.sort-by .form-control:focus {
    box-shadow: none;
    background: #fff;
    color: #000;
    border: 2px solid #F2F2F2;
}

.sort-by svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
}

.sort-by option {
    padding: 10px;
    height: 50px;
    display: block;
    color: #000;
    background: #fff;
    border-radius: 0 !important;
}

.newin_page .item-product {
    margin-bottom: 40px
}

option:first-child {
    cursor: no-drop;
    display: none;
}

.sort-by .form-control:focus + svg {
    color: #000;
}

/* Style Category Page */

.head-filter {
    background: #EAEAEA;
    padding: 15px;
}

.head-filter h6 {
    color: #000;
    text-transform: uppercase;
}

.lst-filter {
    background: rgb(242 242 242 / 46%);
    padding: 20px;
}

.item-filter {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #bdbdbd;
}

.item-filter:nth-child(3) {
    border-bottom: 0;
}

.item-filter:last-child {
    border-bottom: 0;
}

.item-filter::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: 0;
}

.item-filter .head--fltr p {
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.subcategories,
.vendors {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;
}

.subcategories > div {
    padding: 0 5px;
    margin-bottom: 10px;
    flex: 0 50%
}

.vendors > div {
    padding: 0 5px;
    margin-bottom: 10px;
    flex: 0 33.33334%
}

.subcategories > div img {
    max-width: 70px;
}

.subcategories > div span {
    display: block;
    margin-top: 8px;
}

.subcategories input[type="checkbox"],
.vendors input[type="checkbox"] {
    display: none;
}

.subcategories input[type="checkbox"] + label {
    border: 2px solid #fff;
    font-weight: 500;
    color: #000;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.subcategories input[type=checkbox]:checked + label {
    border-color: #000;
}

.vendors input[type="checkbox"] + label img {
    border: 2px solid #fff;
    cursor: pointer;
}

.vendors input[type="checkbox"]:checked + label img {
    border-color: #000;
}

.vendors span {
    font-size: 12px;
}


.list-model {
    margin-top: 15px;
}

.list-model li {
    margin-bottom: 20px;
}

.list-model .inp-cbx {
    display: none;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    vertical-align: middle;
    transition: all 0.2s ease;
    top: 3px;
}

.cbx span svg {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 2px;
    fill: none;
    stroke: #000;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.cbx span {
    margin-left: 8px;
}

.cbx span:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.inp-cbx:checked + .cbx span {
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}

.btns-filter {
    margin-top: 30px;
}

.btns-filter ul li {
    margin-bottom: 10px;
}

.btns-filter .btn-site {
    background: #000;
    border-radius: 0;
    width: 100%;
    height: 50px;
}

.btns-filter .btn-site span {
    text-transform: capitalize;
}

.btn-reset {
    border: 2px solid #000;
    color: #000;
    height: 50px;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.btn-reset:hover {
    color: var(--main-color);
    background: #EBEBEB;
    border-color: #EBEBEB;
}

.item-filter .cont---filter {
    display: none
}


.cont-empty {
    background: rgb(242 242 242 / 46%);
    text-align: center;
    padding: 40px 140px;
    margin: 60px auto;
    width: max-content;
}

.cont-empty figure img {
    max-width: 45px;
}

.txt-empty h5 {
    font-size: 17px;
    margin-bottom: 15px;
}

.txt-empty p {
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
}


/* Style Vendor Page */

.flex-vendor {
    flex-wrap: wrap;
    margin: 0 -5px;
}

.flex-vendor .item {
    flex: 0 20%;
    padding: 5px;
}

.flex-vendor .item .item-features {
    margin-bottom: 35px;
}

.content-vendor ul {
    display: flex;
    background: #F2F2F2;
    margin-bottom: 20px;
}

.content-vendor li {
    flex: 1;
    position: relative;
    text-align: center;
    color: #000;
    font-weight: 300;
    padding: 10px;
    cursor: pointer;
}

.content-vendor li:before {
    content: "";
    background: #F2E5C3;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.content-vendor li.active {
    border-bottom: 3px solid var(--main-color);
    font-weight: 700;
}

/* Style Vendor Page */

.vendor-filter {
    background: rgb(242 242 242 / 46%);
    margin-bottom: 20px;
}

.vendor-filter .subcategories {
    padding: 10px;
    margin: 0 -5px;
}

.filter-categ {
    padding: 10px;
}

.filter-categ > div {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.filter-categ > div:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.filter-categ > div input {
    display: none;
}

.filter-categ input[type=radio]:checked + label {
    font-weight: 700;
}

.filter-categ input[type="radio"] + label {
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    display: block;
}

.dta-vendor {
    margin-bottom: 30px;
    position: relative;
}

.dta-vendor h4 {
    font-weight: 400;
    margin-bottom: 15px;
}

.delivery-vendor {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.delivery-vendor figure {
    margin-bottom: 0;
    margin-right: 10px;
}

.delivery-vendor figure img {
    width: 24px;
}

.delivery-vendor span {
    font-weight: 500;
    font-size: 16px;
}

.dta-vendor p {
    font-weight: 300;
    font-size: 15px;
}

.rate-vendor {
    color: var(--main-color);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.rate-vendor a {
    font-size: 18px;
    text-decoration: underline !important;
}

.vendor_inner_page .item-product {
    margin-bottom: 35px;
}

.vendor_inner_page .item-product figure {
    height: 280px;
}

.vendor_inner_page .item-product figure img {
    max-width: 100%;
    max-height: 100%;
}

#rateVendorModal .modal-dialog {
    display: block;
}

.cont-rate {
    padding: 20px;
}

.head-rate {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.head-rate figure img {
    max-width: 120px;
}

.head-rate h5 {
    color: var(--main-color);
}

.item-rate {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #757575;
}

.item-rate:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.item-rate h5 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.item-rate p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.item-rate span {
    color: #747474;
    font-weight: 500;
    font-size: 14px;
    display: block;
}

.item-rate small {
    color: var(--main-color);
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}


.txt-service {
    text-align: center;
}

.txt-service h4 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 17px;
}

.txt-service p {
    color: var(--main-color);
    font-size: 16px;
}

.icon-spinner {
    font: normal normal normal 14px/1 FontAwesome;
}

.icon-spinner:before {
    content: "\f110";
}


@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: block;
    text-align: center;
    font-size: 26px;
    height: 1em;
    line-height: 1;
    margin: 2em;
    animation: anim-rotate 2s infinite linear;
    color: var(--main-color);
    text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}

/* Style Service Details Page */

#service-slider {
    padding-right: 50px;
}

.data-service {
    position: relative;
}

.data-service > span {
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 23px;
    text-transform: uppercase;
}

.data-service h5 {
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 17px;
}

.data-service p {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.data-service .form-group {
    position: relative;
    margin-bottom: 25px;
}

.data-service .form-group label {
    color: #747474;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.data-service .form-group .form-control {
    border: 0.5 solid #000;
    border-radius: 0;
    height: 45px;
    width: 300px;
}

.data-service .d-flex {
    align-items: center;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #000;
    width: 120px;
    height: 40px;
    margin-right: 20px;
}

.quantity .inc,
.quantity .dec {
    width: 40px;
    color: #000;
    text-align: center;
}

.quantity .count-quat {
    text-align: center;
    color: #000;
    width: 40px;
}

.add-cart {
    margin-right: 20px;
}

.data-service .d-flex .btn-site {
    margin: 0;
}

.data-service .d-flex .btn-site span {
    text-transform: capitalize;
}

#service-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#service-slider .owl-dot {
    background: #fff;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    border-radius: 50%
}

#service-slider .owl-dot:first-child {
    margin-left: 0;
}

#service-slider .owl-dot.active {
    background: #000
}

.fancybox__toolbar__items .carousel__button,
.fancybox__toolbar__items--left {
    display: none;
}

.fancybox__toolbar__items .fancybox__button--close {
    display: block;
    background: #000;
    border-radius: 0;
}

/* Style Item Details Page */

.cont-slide-item {
    position: relative;
    background: #F2F2F2;
    padding: 50px;
    margin-right: 40px;
}

.cont-slide-item .item img {
    max-width: 400px !important;
    height: 540px;
    margin: auto;
}

#item-slider .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#item-slider .owl-dot {
    background: #fff;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    border-radius: 50%
}

#item-slider .owl-dot:first-child {
    margin-left: 0;
}

#item-slider .owl-dot.active {
    background: #000
}

.dta-item .d-flex {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.dta-item span {
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 23px;
    text-transform: uppercase;
}

.dta-item h5 {
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 17px;
}

.desc-item {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.dta-item strong {
    font-weight: 500;
    font-size: 18px;
}

.dimensions {
    display: flex;
    align-items: center;
}

.dimensions figure {
    margin-right: 10px;
    margin-bottom: 0;
}

.dimensions figure img {
    width: 17px;
    height: 17px;
}

.dimensions p {
    font-size: 18px;
    font-weight: 300;
}

.dimensions p b {
    font-weight: 500;
}

.vendor-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.vendor-name figure {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
}

.vendor-name figure img {
    width: 100%;
    height: 100%;
}

.vendor-name .ph-vendor {
    padding-left: 15px;
}

.vendor-name .ph-vendor span {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.vendor-name .ph-vendor p {
    color: var(--main-color);
    font-weight: 500;
}

.vendor-name .ph-vendor svg {
    margin-right: 6px;
}

.item-type-color figure {
    margin-bottom: 7px;
    position: relative;
}

.item-type-color p {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.selected-color figure img {
    border: 2px solid #000
}

.out-stock {
    cursor: no-drop;
    position: relative;
}

.out-stock figure::before {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f057";
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.out-stock p {
    color: rgb(0 0 0 / 24%);
}

#color-slider {
    padding-right: 30px
}

#color-slider .owl-nav > button {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 23px;
}


.choose-type {
    display: flex;
    flex-wrap: wrap;
}

.choose-type > div {
    margin-right: 10px;
}

.choose-type input[type="radio"] {
    display: none;
}

.choose-type input[type="radio"]:disabled + label {
    background: #E2E0E0;
    cursor: no-drop;
}

.choose-type input[type="radio"] + label {
    border: 0.5px solid rgb(0 0 0 / 20%);
    color: #747474;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.choose-type input[type=radio]:checked + label {
    background: var(--main-color);
    border: 0.5px solid var(--main-color);
    color: #fff
}

.data-item .form-group {
    margin-bottom: 20px;
    position: relative;
}

.data-item .form-group > label {
    color: #747474;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}

.data-item .form-group .form-control {
    background: rgb(242 242 242 / 15%);
    border: 0.5px solid #E2E0E0;
    border-radius: 0;
    height: 120px;
}

.data-item .form-group .form-control::placeholder {
    color: rgb(0 0 0 / 18%);
}

.data-item .btn-site {
    margin: 0;
}

.add-wishlist .btn-site {
    background: #000;
}

/* Style Design It Yourself Page */

.interior-doors {
    position: relative;
    padding: 50px 0;
}

#interior-doors {
    background: rgb(242 242 242 / 46%);
    padding: 20px 80px;
}

.item-interior {
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 30px;
}

.selected-interior {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
}

.txt-interior p {
    color: #000;
    font-weight: 300;
}

.selected-interior p {
    font-weight: 500;
}

#interior-doors .owl-nav {
    display: block !important;
}

#interior-doors .owl-nav > button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 23px;
}

#interior-doors .owl-nav > button.owl-prev {
    left: 20px;
    right: auto;
}

.img-design {
    position: relative;
    background: #F2F2F2;
    padding: 50px;
    margin-right: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-design a {
    display: block;
    text-align: center;
}

.data-design-yourself > span {
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 23px;
    text-transform: uppercase;
}

.data-design-yourself .desc-item {
    margin-bottom: 10px;
}

.data-design-yourself .dimensions {
    margin-bottom: 25px;
}

.data-design-yourself .dimensions p {
    font-size: 16px;
}

.data-design-yourself .form-group {
    position: relative;
    margin-bottom: 20px;
}

.data-design-yourself .form-group:last-child {
    margin-bottom: 0
}

.data-design-yourself .form-group > label {
    color: #747474;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}

.data-design-yourself .form-group .btn-site {
    margin: 0;
}

.data-design-yourself .form-group .btn-site span {
    text-transform: capitalize;
}

#models-slider {
    padding-right: 30px
}

#models-slider .owl-nav > button {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 23px;
}

.item-model {
    text-align: center;
}

.item-model figure {
    border: 2px solid #F2F2F2;
    padding: 8px;
    position: relative;
    width: 60px;
    height: 60px;
}

.item-model figure img {
    width: 100%;
    height: 100%;
}

.selected-model figure {
    border-color: #000
}

.item-model p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.selected-model p {
    font-weight: 600;
}


.browse-vendor {
    padding: 50px 0;
}

.browse-vendor .owl-dots {
    display: block !important;
    padding-top: 40px;
    text-align: center;
}

.browse-vendor .owl-dot span {
    display: block;
    background: #F2F2F2;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border-radius: 50%
}

.browse-vendor .owl-dot.active span {
    background: #000
}


/* Style Cart Page */

.cont-cart {
    position: relative;
}

.pdu-tb {
    display: flex;
}

.pdu-tb figure {
    margin-bottom: 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 0;
}

.pdu-tb figure img {
    max-width: 100%;
    max-height: 100%;
}

.txt-pdu {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.txt-pdu h6 {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.txt-pdu p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.txt-pdu p:last-child {
    margin-bottom: 0;
}

.table > :not(caption) > * > * {
    padding: 20px 10px;
    border-bottom-color: #d5d5d5
}

.table {
    vertical-align: middle
}

.table thead th {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
}

.table thead th:nth-child(1) {
    width: 40%;
}

.table thead th:nth-child(2) {
    width: 25%;
}

.table thead th:nth-child(3) {
    width: 35%;
}

.table thead th:nth-child(4) {
    width: 5%;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    border: 0;
}

.table tr:last-child td {
    border-bottom: 0;
}

.table tbody tr td:first-child {
    padding-left: 0
}

.table tbody tr td:last-child {
    padding-right: 0
}

.total-price {
    position: relative;
}

.total-price p {
    color: var(--sub-color);
    font-weight: 700;
}

.remove-tb {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.remove-tb:hover {
    color: #fff;
    border-radius: 10px;
}



.qty-cart {
    width: 100px;
    margin: auto !important;
    height: 50px;
}

.qty-cart .inc,
.quantity .dec {
    width: 40px;
    padding: 0
}

.qty-cart .count-quat {
    width: 40px;
    color: var(--btn-color);
}

.price-cart p {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.cont-cart-empty {
    background: rgb(242 242 242 / 46%);
    padding: 40px;
    margin: 50px auto;
    text-align: center;
}
.cont-cart-empty figure {
    margin-bottom: 25px;
}
.txt-cart-empty h5 {
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
}
.txt-cart-empty p {
    font-weight: 300;
    color: #000;
    font-size: 13px;
}
.txt-cart-empty .btn-site {
    margin-top: 15px;
}



.sec-aside {
    background: #F9F9F9;
    position: relative;
    margin-bottom: 30px;
}

.hd-sec-aside {
    background: #EAEAEA;
    padding: 25px;
}

.hd-sec-aside h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}

.cont-request-summary {
    padding: 25px;
}

.cont-request-summary .d-flex {
    justify-content: space-between;
    margin-bottom: 20px;
}

.cont-request-summary .d-flex:last-child {
    margin-bottom: 0
}

.cont-request-summary p {
    font-weight: 700;
    font-size: 16px;
}

.cont-request-summary strong {
    color: var(--main-color);
    font-size: 18px;
}

.sec-aside ul {
    padding: 0 25px 25px;
}

.sec-aside li {
    margin-bottom: 15px;
    display: block;
}

.sec-aside .btn-site {
    height: 50px;
    width: 100%;
    margin: 0
}

.btn-continue {
    background: transparent;
    border: 2px solid #000;
}

.btn-continue span {
    color: #000;
    text-transform: uppercase;
}

/* Style Checkout Page */

.head-checkout {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-checkout .btn-site {
    background: #000;
    margin: 0;
    height: 45px;
}
.head-checkout .btn-site:before {
    height: 102%;
}
.head-checkout h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}

.item-address-check {
    border: 1px solid #757575;
    padding: 20px;
    position: relative;
}

.item-address-check h6 {
    margin-bottom: 10px;
    color: #231F20;
    font-size: 15px;
}

.item-address-check p {
    font-size: 14px;
    color: #231F20;
    line-height: 2;
}

.con-che {
    display: block;
}

.inp-cbx:checked {
    box-shadow: inset 0 0 0 3px #ffffff;
    border: 2px solid #000;
    padding: 5px;
    background: #000;
}

.inp-cbx {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #000;
    position: absolute;
    top: 20px;
    right: 20px;
    appearance: none;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}

.cont-add-address {
    padding: 40px 40px 20px;
}

.hd-modal h6 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: var(--main-color);
}

.hd-modal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.8em auto no-repeat;
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}

.form-address .form-group {
    position: relative;
    margin-bottom: 15px;
}
.form-address > .form-group:last-child {
    margin-bottom: 0
}
.form-address .form-control {
    background-color: rgb(242 242 242 / 15%);
    border: 0.5px solid #E2E0E0;
    border-radius: 0;
    height: 45px;
    padding-left: 15px;
}

.form-address textarea.form-control {
    height: 120px;
}

.form-address .form-control::placeholder {
    font-size: 14px;
    color: #747474
}

.form-address .btn-site {
    margin: 0 auto;
    padding: 10px 50px;
    height: 45px;
}
.cont-add-location {
    padding: 40px 20px 20px;
}
.btn-add-location {
    border: 2px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 15px;
    font-weight: 700;
}
.btn-add-location:hover {
    background: rgb(242 242 242 / 46%);
    color: #000;
}
.btn-add-location .icon {
    width: 17px;
    height: 17px
}
#googleMap2 {
    height: 400px;
}
#addAddressModal .modal-dialog {
    display: block;
}
.empty-address {
    background: rgb(242 242 242 / 46%);
    text-align: center;
    padding: 40px;
}
.empty-address figure img {
    width: 100px;
}
.empty-address .txt-empty h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.empty-address .txt-empty p {
    font-size: 13px;
}


/* Style Request Submitted Page */

.cont-request {
    background: rgb(242 242 242 / 46%);
    padding: 40px;
    text-align: center;
    position: relative;
}
.cont-request figure {
    margin-bottom: 20px;
}
.cont-request figure img {
    width: 55px;
}
.txt-request h4 {
    font-size: 23px;
    margin-bottom: 10px;
}
.txt-request p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.txt-request p b {
    color: var(--main-color);
    font-weight: 700;
}
.txt-request > span {
    margin: 20px 0;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    line-height: 1.8;
    display: block;
}
.txt-request .btn-site {
    background: transparent;
    border: 2px solid #000;
    height: 45px;
    padding: 10px 60px;
}
.txt-request .btn-site span {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}


/* Style Account Page */

.aside-account {
    background: #F9F9F9;
    position: relative;
}
.ls--acco {
    padding: 10px;
}

.ls--acco li {
    position: relative;
}

.ls--acco li a {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
    border-bottom: 0.5px solid rgb(117 117 117 / 20%);
}
.ls--acco li:last-child a {
    border-bottom: 0;
}

.ls--acco li.active a {
    color: #fff;
    background: var(--main-color);
    border-bottom: 0;
}
.ls--acco .icon {
    filter: brightness(0);
    margin: 0;
    width: 15px;
    height: 15px;
}
.ls--acco li.active a .icon {
    filter: brightness(1);
}
.head-acco {
    margin-bottom: 20px;
}

.head-acco h4 {
    text-transform: capitalize;
    font-size: 22px;
    color: #000;
}

.head-acco .btn-site {
    margin: 15px 0 0;
}

.form-edit {
    width: 400px;
}

.form-edit .form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-edit .form-control {
    border: 0.5px solid #E2E0E0;
    background: rgb(242 242 242 / 15%);
    height: 50px;
    border-radius: 0;
    padding-left: 35px;
}

.form-edit .btn-site {
    margin: 0;
    width: max-content;
    height: 50px;
}
.form-edit .form-group svg {
    color: #757575;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}


/* Style My Address Page */

.my_address_page .head-acco .btn-site {
    background: #000;
}
.cont-address .empty-address {
    width: 400px;
    margin: 80px auto;
}
.item-address {
    border: 0.5px solid #757575;
    padding: 20px;
    margin-bottom: 25px;
}

.item-address h6 {
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}

.item-address p {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}

.item-address ul {
    margin-top: 15px;
    display: flex;
}
.item-address ul li {
    margin-right: 10px;
}
.item-address ul li:last-child {
    margin-right: 0;
}
.item-address .btn-delete {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    width: 80px;
    font-weight: 700;
}
.item-address .btn-delete:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff
}
.item-address .btn-site {
    margin: 0;
    width: 80px;
}

/* Style My Request Page */

.item-request {
    background: #F9F9F9;
    padding: 13px 15px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}
.item-request figure {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
}
.item-request .txt-request {
    position: relative;
    padding-left: 15px;
    width: calc(100% - 70px);
}
.item-request .txt-request h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.item-request .txt-request p {
    color: #231F20;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
}
.item-request .txt-request span {
    font-size: 15px;
    margin: 0;
}
span.pending {
    color: #D89E00  !important
}
span.quotation-provided {
    color: #F09133 !important
}
span.in-process {
    color: #D3C02B !important
}
span.approved {
    color: #00B7D8 !important
}
span.completed {
    color: #33F0AF !important
}
span.cancelled {
    color: #D32B2B !important
}

/* Style Request Details Page */

.btn--back {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}
.btn--back svg {
    margin-right: 5px;
}
.cont--acco .dta-vendor {
    background: #F9F9F9;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.name-vendor {
        text-align: center;
}
.name-vendor figure {
    margin-bottom: 5px;
}
.name-vendor figure img {
    width: 50px;
    height: 50px;
}
.name-vendor p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.date-vendor span,
.id-vendor span {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 300;
    font-size: 15px;
}
.date-vendor p,
.id-vendor p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.id-vendor span,
.id-vendor p {
    text-align: end;
}

.download-vendor {
    background: #000;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.download-vendor > div {
    display: flex;
    align-items: center;
}
.download-vendor > div svg {
    margin-right: 8px;
    color: #fff;
    width: 17px;
}
.download-vendor > div h4 {
    color: #fff;
    font-size: 17px;
}
.download .btn-site {
    background: #fff;
    padding: 0 80px;
    margin: 0;
}
.download .btn-site span {
    color: #000;
}

.cont--product .item-product {
    border: 0.5px solid rgb(117 117 117 / 30%);
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cont--product .item-product > div {
    width: 33.33334%;
}
.item-product .txt-pdu h6 {
    color: #231F20;
}
.item-product .txt-pdu p {
    color: #231F20;
    font-size: 13px;
}
.cart-qty p,
.cart-price p {
    color: #231F20;
    font-size: 15px;
}


.request_details_page .hd-sec-aside h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
}
.cont-request-location,
.cont-request-status {
    padding: 25px;
}
.cont-request-location h6,
.cont-request-status h6 {
    color: #231F20;
    font-size: 15px;
    margin-bottom: 10px;
}
.cont-request-location p,
.cont-request-status p {
    color: #231F20;
    font-size: 13px;
    line-height: 2;
}
.btn-approve {
    background: #000;
}
.btn-reject {
    background: transparent;
    border: 2px solid #000;
}
.btn-reject span {
    color: #000;
    font-weight: 700;
}
.btn-rejected {
    background: rgb(0 0 0 / 40%);
}

/* Style Wishlist Page */

.empty-wishlist {
    padding: 40px 80px;
    margin: 60px 0;
}
.remove-wishlist {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 99;
}
.remove-wishlist span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 40px;
    height: 40px;
    color: #fff !important;
    cursor: pointer;
}
.pos-rel {
    position: relative;
}




/* Style Modal Site */


.modal-sm .modal-content {
    border-radius: 0;
}
.modal-backdrop.show {
    opacity: 0.4;
}
.modal-sm {
    max-width: 450px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-succ {
    padding: 20px 10px;
    text-align: center;
}

.cont-succ h5 {
    margin-bottom: 15px;
    color: var(--main-color);
    font-size: 19px;
}

.cont-succ p {
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    min-height: 45px;
}

.cont-succ ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-succ ul li {
    margin-right: 20px;
}
.cont-succ ul li:last-child {
    margin-right: 0;
}
.cont-succ .btn-site {
    margin: 0 0 0 auto;
    padding: 10px 30px
}
.cont-succ .btn-cancel {
    background: #000;
    padding: 10px 30px;
    font-weight: 700;
}


/* Style Request Details Payment Page */

.vendor--name {
    background: #F9F9F9;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 15px 10px;
}
.vendor--name figure {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 10px
}
.vendor--name p {
    color: #000000;
    font-size: 20px
}
.type-payment > div {
    flex: 0 350px;
    position: relative;
    margin-right: 15px
}
.form-check-label img {
    margin-right: 10px;
    width: 30px;
    height: 25px;
}


.payment-method {
    margin-bottom: 30px;
}

.type-payment > div:last-child {
    margin-right: 0;
}

.type-payment .form-check-label {
    border: 0;
    display: flex;
    align-items: center;
    background: rgb(242 242 242 / 15%);
    border: 0.5px solid #E2E0E0;
    border-radius: 0;
    height: 55px;
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

.type-payment .form-check-input {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin: 0;
    z-index: 1;
}
.type-payment .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2395814d'/%3e%3c/svg%3e");
}
.form-check-input {
    border: 1px solid var(--main-color);
}

.form-check-input:checked {
    border: 1px solid var(--main-color);
    background-color: transparent;
}

.form-check-input:focus {
    box-shadow: none;
    border: 1px solid var(--main-color)
}
.head-stc {
    margin-bottom: 20px;
}
.head-stc h5 {
    text-transform: uppercase;
    color: #231F20;
    font-size: 18px;
}
.head-tabel-product {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.head-tabel-product p {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #231F20;
    flex: 0 33.33334%;
}

.table-requ .item-product {
    padding: 0 0 20px;
    border: 0;
    border-bottom: 0.5px solid rgb(117 117 117 / 30%);
    display: flex;
}

.table-requ .item-product > div {
    flex: 0 33.33334%;
}

.cont-promo {
    padding: 25px;
}
.form-promo .form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-promo .form-control {
    height: 45px;
    border-radius: 0;
    background: rgb(242 242 242 / 15%);
    border: 0.5px solid #E2E0E0;
}
.form-promo .form-control::placeholder {
    color: #747474;
    font-weight: 300;
    font-size: 14px;
}
.form-promo > span {
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-promo span svg {
    margin-right: 7px;
}
.applied {
    color: #2F8800;
}
.invalid {
    color: #B20000
}
.form-promo .btn-site {
    background: #000;
}

.cont-Payment-summary {
    padding: 25px;
}
.cont-Payment-summary .d-flex {
    margin-bottom: 15px;
    justify-content: space-between;
}
.cont-Payment-summary .d-flex:last-child {
    margin-bottom: 0;
}
.cont-Payment-summary p {
    color: #000;
    font-size: 14px;
}
.cont-Payment-summary b {
    color: #231F20
}
.cont-Payment-summary strong {
    color: var(--main-color);
}
.typ-payment {
    background: #95814D;
    padding: 20px 15px;
}
.typ-payment p {
    color: #fff;
    font-weight: 700;
}
.btn-pay {
    background: #000;
}

.cont-request-payment {
    padding: 25px;
}
.cont-request-payment > div {
    margin-bottom: 20px;
}
.cont-request-payment > div:last-child {
    margin-bottom: 0;
}
.cont-request-payment h6 {
    color: #231F20;
    font-size: 15px;
    margin-bottom: 10px;
}
.cont-request-payment p {
    color: #231F20;
    font-size: 13px;
    line-height: 2;
}
.cont-request-status .d-flex {
    justify-content: space-between;
}
.cont-succ .choose-payment {
    display: block;
}
.cont-succ .choose-payment li {
    margin-bottom: 15px;
    display: block;
}
.cont-succ .choose-payment li a {
    background: #FAFAFA;
    padding: 10px;
    color: #000;
    display: block;
    text-align: left;
}
.cont-succ .choose-payment li a img {
    width: 40px;
    margin-right: 10px;
}

.sec-rate .btn-site {
    margin: 0 0 20px;
    width: 100%;
    background: #000;
    height: 45px;
}
.cont-rating {
    text-align: center;
    padding: 40px;
}
.cont-rating h4 {
    margin-bottom: 20px;
    color: var(--main-color);
    text-transform: uppercase;
}
.cont-rating .form-group {
    margin-bottom: 10px;
    position: relative;
}
.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
    position: relative;
    margin-bottom: 40px;
}
.rating input {
	display: none;
}
.rating label {
    position: relative;
    cursor: pointer;
}
.rating label:before {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f006";
    font-size: 20px;
    color: var(--main-color)
}
.rating input:checked + label:before,
.rating input:checked + label:hover:before,
.rating input:checked + label ~ label:before {
	content: "\f005";
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: var(--main-color)
}
.cont-rating .form-control {
    border: 0.5px solid #E2E0E0;
    background: rgb(242 242 242 / 15%);
    border-radius: 0;
    height: 100px;
}
.cont-rating .form-control::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px;
}
.cont-rating .btn-site {
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 50px;
    margin: 0
}

.cont-review {
    padding: 40px 20px 10px;
}
.cont-review h4 {
    color: var(--main-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.star-rating {
    font-size: 0;
    height: 25px;
    display: inline-block;
    position: relative;
    background-position: 0 0;
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.star-rating:before {
    font-size: 17px;
    letter-spacing: 2px;
    content: '\f006\f006\f006\f006\f006';
    font-family: 'FontAwesome';
    display: block;
    color: var(--main-color);
}

.star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.star-rating span:before {
    font-size: 17px;
    letter-spacing: 2px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: var(--main-color);
}

.txt-review span {
    color: #747474;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.txt-review p {
    color: #000000;
    font-size: 15px;
}

/* Style Contractors Page */

.thumb-contractors {
    padding-right: 50px;
    position: relative;
}
.txt-contractor {
    margin-bottom: 30px;
}
.txt-contractor h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5
}
.txt-contractor p {
    color: #000;
    font-size: 15px;
    line-height: 2
}
.dta-msg h5 {
    margin-bottom: 20px;
    font-size: 18px;
}
.form-msg .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-msg > .form-group:last-child {
    margin-bottom: 0;
}
.form-msg .form-control {
    background: rgb(242 242 242 / 15%);
    border: 0.5px solid #E2E0E0;
    height: 50px;
    border-radius: 0;
    padding: 10px 10px 10px 40px;
}
.form-msg textarea.form-control {
    height: 120px;
    padding: 15px;
}
.form-msg .form-group svg {
    color: #757575;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.form-msg .d-flex .form-group {
    width: 50%;
    margin-right: 20px;
}
.form-msg .d-flex .form-group:last-child {
    margin-right: 0
}
.form-msg .btn-site {
    margin: 0;
    height: 45px;
}
.mdl-contr h5 {
    font-size: 24px;
    text-transform: uppercase;
}

/* Style Static Pages (About, Terms, Policies, FAQ ) */

.txt-pages p {
    color: #000;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}
.txt-pages ul {
    margin-bottom: 20px;
}
.txt-pages ul li {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.txt-pages ul li:before {
    content: "";
    background: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.nav-tabs {
    background: #F2F2F2;
    border: 0;
    margin-bottom: 30px;
}
.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.nav-tabs .nav-item button {
    width: 100%;
    padding: 15px 0;
    color: #000;
    font-weight: 300;
    border: 0;
    margin: 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #F2F2F2;
    border-bottom: 3px solid var(--main-color);
    font-weight: 700
}

.item-faq {
    margin-bottom: 40px;
}
.item-faq h5 {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.item-faq p {
    color: #000;
    font-size: 14px;
    line-height: 2;
}

/* Style Help & Support Page */

.thumb-contact {
    text-align: center;
}
.thumb-contact img {
    max-width: 400px;
}
.lst-contact {
    display: flex;
    margin: 0 -10px 30px
}
.lst-contact .col {
    flex: 0 33.33334%;
    padding: 10px;
}
.lst-contact .item-contact {
    background: #F9F9F9;
    padding: 20px;
    text-align: center
}
.item-contact figure {
    height: 40px;
}
.item-contact svg {
    width: 40px;
    height: 40px;
}
.item-contact p {
    font-weight: 600;
    font-size: 14px;
}

.search_result_page .form-search {
    margin-bottom: 40px;
}
.search_result_page .form-search .btn-site {
    height: 45px;
    margin: 0;
    width: max-content;
}
.searching-empty {
    padding: 70px 60px;
}

/* Style Sign Page */

.content-sign {
    background: #F9F9F9;
    padding: 40px 80px;
    border-radius: 15px;
}
.content-sign figure {
    margin: 0 auto 30px;
    width: 70px;
}
.forgot_password_page .content-sign {
    padding: 40px 100px;
}
.content-sign ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.content-sign li {
    padding: 0 10px;
}
.content-sign li a {
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 110px;
}
.content-sign li a.active {
    background: #000;
    color: #fff;
    font-weight: 700;
}


.head-sign {
    margin-bottom: 20px;
    text-align: center;
}
.head-sign h4 {
    color: var(--main-color);
    font-size: 23px;
}
.head-sign p {
    color: #fff;
    margin-top: 10px;
    font-size: 17px;
}
.form-sign .form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-sign .form-control {
    background: rgb(242 242 242 / 15%);
    border-radius: 0;
    padding-left: 40px;
    border: 0.5px solid #E2E0E0;
    height: 50px;
    color: #000;
}
.error-input .form-control {
    background: rgb(255 0 0 / 10%) !important;
}
.error-input span,
.error-input small {
    position: absolute;
    left: 0;
    font-size: 10px;
    color: #f00;
}

.form-sign .form-control::placeholder {
    color: #747474;
    font-size: 14px;
}
.form-sign .form-group svg {
    color: #757575;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.form-sign .btn-site {
    width: 100%;
    height: 50px;
}
.forgot-password {
    color: #000;
    font-size: 14px;
    text-align: end;
    display: block;
}
.forgot-password:hover {
    color: var(--main-color);
}
.agree-st {
    color: #000000;
    font-size: 13px;
}
.agree-st a {
    color: #000000;
    text-decoration: underline !important;
}
.cont--create {
    display: none;
}

.opt-password {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.opt-password .reset-password {
    font-size: 14px;
    color: var(--main-color);
    text-decoration: underline !important;
}


.cont-forgot-pass {

}
.form-forgot .form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-forgot .form-group:last-child {
    margin-bottom: 0
}
.form-forgot .form-control {
    background: rgb(242 242 242 / 15%);
    border-radius: 0;
    padding-left: 40px;
    border: 0.5px solid #E2E0E0;
    height: 50px;
    color: #000;
}
.form-forgot .form-control::placeholder {
    color: #747474;
    font-size: 14px;
}
.form-forgot .form-group svg {
    color: #757575;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.form-forgot .btn-site {
    height: 50px;
    margin: 0 auto;
}

/* Style 404 Page */

.cont-not-found {
    text-align: center;
    background: rgb(242 242 242 / 46%);
    width: 700px;
    margin: auto;
    padding: 60px;
}

.thumb-not-found {
    margin-bottom: 50px;
}

.thumb-not-found img {
    max-width: 380px;
}

.txt-not-found h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.txt-not-found p {
    margin-bottom: 30px;
    color: #000;
    font-size: 13px;
}

.btn-back {
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 50px;
}

.btn-back:hover {
    color: #fff;
    background: #000;
}
