:root {
    --colora: #2f2118;
    --colorb: #ffffff;
    --colorc: #666;
    --white: #ffffff;
    --black: #000000;
}

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*header*/
#mainhead {}

#mainhead .top-bar {
    background-color: var(--colora);
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 4px 0px;
}

#mainhead .primary-header {
    padding: 11px 0px;
}

#mainhead .cat-icon a {
    color: var(--colora);
}

#mainhead .cat-icon {
    margin: 38px 0px;
}

#mainhead .brnding {}

#mainhead .brnding img {
    max-width: 100%;
    margin: 20px 0px;
}

#mainhead #search {
    border: 1px solid var(--colora);
    width: 50%;
    float: right;
    border-radius: 5px;
    margin: 30px 0px;
}

#mainhead #search input {
    border: 0px;
    background-color: transparent;
    width: 80%;
    height: 36px;
    padding: 5px;
}

#mainhead #search button {
    background-color: transparent;
    outline: none;
    border: 0px;
    width: 18%;
    height: 36px;
    color: var(--colora);
}

/*header*/

/*heading*/
.head_2 {
    /*	font-family: "Syncopate", sans-serif;*/
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--colora);
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.head_3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
}

.head_4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
}

/*heading*/

/*product category*/
#product-cateogories {
    background-image: url('../images/bg-1.jpg');
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
    z-index: 5;
}

#product-cateogories::before {
    content: " ";
    background-color: #ffffff;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
}

#product-cateogories .container {
    z-index: 999;
    position: relative;
}

#product-cateogories .prodt-grid {
    padding-top: 38px;
}

#product-cateogories .single-cat {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 37%, var(--colora) 111%);
    text-align: center;
    padding: 25px 30px;
}

#product-cateogories .flt {
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--colora);
    text-decoration: none;
}

#product-cateogories .single-cat img {
    border-radius: 50%;
    max-width: 100%;
    padding: 25px 0px;
}

#product-cateogories .read_more {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--colorb);
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

#product-cateogories .read_more:hover {
    text-decoration: underline;
    padding-left: 5px;
}

/*product category*/

/*about company*/
#about-company {
    padding: 80px 0px;
    background-color: var(--black);
    color: var(--white);
}

#about-company .fcol {
    padding-right: 80px;
}

#about-company .scol {
    padding-left: 80px;
}

#about-company span {
    font-size: 20px;
    padding-bottom: 9px;
    margin-bottom: 2px;
    display: block;
}

#about-company .desc {
    margin-top: 20px;
}

#about-company .desc p {
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 28px;
}

#about-company .read_more {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFFFFF;
}

#about-company img {
    max-width: 100%;
}

/*about company*/

/*featured product*/
#featured-products {
    background-image: url('../images/bg-1.jpg');
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}

#featured-products::before {
    content: " ";
    background-color: #ffffff;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
}

#featured-products .container {
    z-index: 999;
    position: relative;
}

#featured-products .prd-grid {
    margin-top: 50px;
}

.sprod {
    padding: 25px 10px;
    background-color: var(--white);
}

.sprod img {
    max-width: 100%;
}

.sprod a {
    text-decoration: none;
    line-height: 28px;
}

.sprod span {
    display: block;
    text-decoration: none;
    color: var(--colora);
    font-weight: 500;
}

.sprod .part {
    color: var(--colorc);
    font-weight: 400;
}

.sprod .add_to_cart {
    text-align: center;
    display: block;
    padding: 8px 0px;
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.sprod .add_to_cart:hover {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}

/*featured product*/

/*how we work*/
#how-we-work {
    padding: 80px 0px;
    background-color: var(--black);
}

#how-we-work .head_2 {
    color: var(--white);
}

#how-we-work .wor-flow-row {
    margin-top: 50px;
}

#how-we-work .dllin {
    background-color: var(--white);
    padding: 30px;
}

#how-we-work .dllin img {
    width: 50px;
}

#how-we-work .dllin .name {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
}

#how-we-work .certifications {
    margin-top: 50px;
}

/*how we work*/



/*footer*/
#footer .icon-row {
    background-color: #2b2b2b;
    padding: 25px 0px;
    color: var(--white);
}

#footer .trigon-icon-box .icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    float: left;
    background-color: red;
    border-radius: 50%;
    color: var(--black);
    transition: all 0.3s ease-in-out;
}

#footer .trigon-icon-box .icon:hover {
    background-color: var(--colora) !important;
    color: var(--white);
}

#footer .trigon-icon-box .box-text {
    height: 48px;
    display: inline-block;
    width: calc(100% - 49px);
    float: left;
    padding-left: 15px;
    text-transform: capitalize;
}

#footer .trigon-icon-box .box-text strong {
    font-weight: 500;
}

#footer .trigon-icon-box .box-text span {
    font-size: 14px;
    color: #878787;
}

#footer .primary-footer {
    background-color: var(--black);
    padding: 79px 0px;
    padding-bottom: 40px;
}

#footer .primary-footer .ftr_menu {
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
}

#footer .primary-footer .ftr_menu li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
}

#footer .primary-footer .ftr_menu li a {
    font-size: 15px;
    color: var(--white);
    text-decoration: none;
    line-height: 28px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

#footer .primary-footer .ftr_menu li a i {
    padding-right: 15px;
}

#footer .primary-footer .ftr_menu li a:hover {
    color: #e5e5e5;
}

.soci-media {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    text-align: center;
}

.soci-media li {
    list-style-type: none;
    display: inline-block;
}

.soci-media li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.soci-media li a:hover {
    color: #afafaf;
}

.credit {
    background-color: var(--black);
    color: var(--white);
    padding: 30px 0px;
    border-top: 1px solid #ffffff82;
    text-transform: uppercase;
}

/*footer*/


/*breadcrump*/
#breadcrump {
    background-color: #2b2b2b;
    padding: 50px 0px;
    text-align: center;
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

/*breadcrump*/

/*page*/
#page-function {
    padding: 60px 0px;
    /* min-height: 500px; */
}

#contgact-us-formm input {
    width: 100%;

}

#contgact-us-formm #msg-text {
    width: 100%;
    min-height: 86px;
}

#contgact-us-formm .ma-btn-primary {
    background-color: var(--colora);
    color: white;
    font-weight: 500;
    border: 0px;
    padding: 10px 25px;
    margin-top: 4px;
}

.add-to-cart,
.btnet {
    background-color: var(--colora);
    color: white;
    padding: 10px 25px;
    border: 0px;
    margin-top: 10px;
}

.TotalCon {
    text-align: right;
}

.TotalCon .TotalQA {
    clear: both;
    position: relative;
    padding-bottom: 10px;
}

.TotalCon a {
    background-color: var(--colora);
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    margin-top: 15px;

}

#frm_quote input,
#frm_quote select {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #7b7b7b;
    margin-bottom: 20px;
}

#frm_quote textarea {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #7b7b7b;
    margin-bottom: 20px;
    min-height: 150px;
}

#frm_quote label {
    width: 100%;
}

.wip .card {
    margin-bottom: 25px;
}

.wip .card .ctrp {
    padding: 50px 20px;
    /* background-color: #2b2b2b; */
    color: white;
    height: 100%;
}

.wip .card .ctrp h3 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 15px;
}

/*page*/






.banner1-fashion1 {
    margin-top: 5px;
}

.banner1-fashion1 .row {
    margin: 0;
}

.banner1-fashion1 .col {
    padding: 7px 15px;
    /* margin-top: 15px; */
    position: relative;
    overflow: hidden;
}

.pt-block .image,
.pt-block .image>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.pt-block .image a img,
.post-image img,
.special-categories-module img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pt-block .image a:hover img,
.post-item:hover img {
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.banner1-fashion1 .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    pointer-events: none;
    margin-top: -25px;
    text-align: center;
}

.banner1-fashion1 .text p {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 0 10px;
    line-height: 50px;
    margin: 0;
    min-width: 160px;
    color: #313030;
}


@media (max-width: 479px) {
    .banner1-fashion1 .text p {
        min-width: auto;
        line-height: 40px;
        padding: 0 20px;
    }
}

.banner2-fashion1 {}




.main-form-wraper.input-boxed {
    background-color: #2b2b2b;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 4px #000000;
}

.main-form-wraper.input-boxed label {
    color: white;
    font-style: italic;
}

.main-form-wraper.input-boxed input {
    min-height: 35px;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 10px;
}

.main-form-wraper.input-boxed textarea {
    min-height: 35px;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 10px;
}

.main-form-wraper.input-boxed .ma-btn-primary {
    background-color: #ffffff !important;
    margin-top: 10px !important;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
}

.main-form-wraper.input-boxed .ma-btn-primary:hover {
    background-color: #5e5e5e !important;
    margin-top: 10px !important;
    color: #ffffff !important;
}

.conta-fdf {
    margin: 0px;
    padding: 0px;

}

.conta-fdf li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.conta-fdf li .icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 21px;
    text-align: center;
    background-color: #2b2b2b;
    display: inline-block;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
}


.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: #ffffff;
    color: red;
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
    line-height: inherit;
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--white-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.menu-btns {
    /* display: flex; */
    /* align-items: center; */
    margin-top: 20px;
    text-align: right;
    width: 60%;
    float: right;
}

.header-search {
    display: flex;
    max-width: 100%;
    background-color: #2b2118;
    border-radius: 50px;
    position: relative;
    padding: 13px 30px;
    max-width: 256px;
    max-height: 60px;
}

.header-search input {
    flex: 1;
    border: none;
    padding: 0 0 0 40px;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    transition: all ease 0.4s;
    background-color: #282118;
}

.header-search input::placeholder {
    color: var(--title-color);
}

.header-search button {
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.header-search button i {
    font-weight: 500;
}

.header-search button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.header-search input:focus {
    background-color: transparent;
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid white;
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

.search-ctjamz {
    display: none;
}

ul.ruby-menu>li>a {
    color: #2b2118 !important;
}


@media screen and (max-width: 650px) {

    #product-cateogories .head_2 {
        font-size: 30px;
    }

    #product-cateogories .row {
        display: block;
    }

    #product-cateogories .col.col-sm-4.col-xs-12 {
        width: 100% !important;
        display: block;
        float: none;
    }

    #product-cateogories .col.col-sm-4.col-xs-12 img {
        max-width: 100%;
    }

    .cat-icon {
        display: none;
    }

    .menu-btns {
        position: relative;
        z-index: 900;
        width: 100%;
        margin-top: 0px;
    }

    .header-search {
        display: none;
    }

    .header-btns {
        display: none;
    }

    .search-ctjamz {
        display: block;
    }

    #mainhead .brnding img {
        max-width: 100%;
        margin: 0px 0px;
    }

    ul.ruby-menu>li>a {
        color: #ffffff !important;
    }

    .popup-search-box.show {
        display: block !important;
    }

    #about-company .fcol {
        padding-right: 0px;
    }

    #about-company .scol {
        padding-left: 0px;
        margin-top: 20px;
    }

    .wor-flow-row .col {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }

    #how-we-work .dllin {
        background-color: var(--white);
        padding: 10px 10px;
        width: 100%;
    }

    #how-we-work .dllin .name {
        font-size: 13px;
    }

    .icon-row .col-md-3 {
        margin-bottom: 18px;
    }

    .certifications .row {
        display: block;
        overflow: hidden;
    }

    .certifications .col {
        width: 50%;
        display: block;
        float: left;
        margin-bottom: 25px;
    }

    .certifications .col:last-child {
        width: 100%;
    }

}

.fgfgw,
.fgfgw p,
.fgfgw h3,
.fgfgw h1,
.fgfgw h2 {
    color: black;
}