/*Inner Pages CSS*/
@import url(fontawesome-all.min.css);
html
{
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
ul
{
	margin: 0;
	padding: 0;
}
li
{
    list-style: none;
}
a
{
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important;
}
.fixed_container_data{
    padding: 0 15px;
}
/*p
{
    font-size: 16px !important;
}*/
.clear
{
    clear: both;
}
.img_responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}
svg
{
    height: auto;
}
.lowercase
{
    text-transform: lowercase;
}
img[alt]
{
    color: #2c2c2c;
    font-size: 14px;
}
/*spacing*/
.mt_30
{
    margin-top: 30px;
}
.mr_30
{
    margin-right: 30px;
}
.pb_0
{
    padding-bottom: 0 !important;
}
.mrl_20
{
    margin-right: 20px;
    margin-left: 20px;
}
.mr_10
{
    margin-right: 10px;
}
.mtb_30
{
    margin: 30px 0;
}
.mb_20
{
    margin-bottom: 20px;
}
/*spacing end*/
.view_collection, .access_require, .request_access
{
    display: inline-block;
    padding: 10px 45px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
/*.view_collection
{
    background: #008000 !important;
}*/
.access_require
{
    background-color: #FB9101 !important;
}
.request_access
{
    background-color: #ff0000 !important;
}
.btn_success, .btn_danger
{
    outline: none;
    border: none;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
    font-family: lato;
}
.btn_success
{
    background: #28a745;
    font-size: 16px;
}
.btn_danger
{
    background: #dc3545;
    font-size: 16px;
}
.btn_success:hover
{
    background: #218838;
}
.btn_danger:hover
{
    background: #c82333;
}
button
{
	outline: none;
}
/*Alert Error Don't Remove*/
.alert_error, .alert_success, .alert_info
{
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 13px;
}
.alert_error
{
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
.alert_success
{
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}
.alert_info
{
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}
.alert_error > p, .alert_success > p, .alert_info > p
{
    margin-bottom: 0;
}
/*Alert Error End*/
#outside_wrap, .inside_wrap
{
    width: 100%;
    position: relative;
    clear: both;
}
.fixed_container
{
    width: 1170px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
/*Admin Bar*/
.full_container
{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
#admin_bg
{
  background-color: #090202;
  padding: 10px 0;
}
.admin_flex
{
    display: flex;
    justify-content: space-between;
}
.admin_flex ul {
    margin-bottom: 0;
}
.admin_flex > ul > li
{
    display: inline;
    position: relative;
    padding: 30px 0;
    z-index: 99999;
}
.admin_flex > ul > li > a
{
    color: #fff;
    font-size: 14px;
    padding: 15px;
    text-transform: capitalize;
}
.admin_flex > ul > li > a, .admin_dropdown_content > a
{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.admin_flex > ul > li > a:hover
{
    background-color: rgba(255,255,255,0.1)
}
.dash_logo > a
{
    color: #6EB792 !important;
}
.admin_flex ul li:nth-child(3) a:hover
{
    background: transparent;
}
.admin_dropdown
{
    overflow: hidden;
}
.admin_dropbtn
{
    background-color: transparent;
    font-size: 14px;
    border: none;
    outline: none;
    color: #fff;
}
.admin_dropdown_content
{
    visibility: hidden;
    position: absolute;
    top: 63px;
    left: 0;
    background-color: #090202;
    min-width: 140px;
    z-index: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.admin_dropdown_content > a
{
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 14px;
}
.admin_dropdown_content a:hover
{
    background: rgba(255,255,255,0.1);
}
.admin_dropdown:hover .admin_dropdown_content
{
    visibility: visible;
}
/*Admin Bar End*/

/*Login*/
.login_wrap
{
    background: #f7f7f7;
    width: 800px;
    max-width: 100%;
    margin: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.login_bg
{
    background-image: url("../../images/login-img.png");
    padding: 70px 0;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
}
.overlay
{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.login_bg > span
{
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}
.form_wrap
{
    margin: 60px auto;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
input::placeholder
{
    color: #afafaf;
    text-transform: capitalize;
    font-size: 14px;
    overflow: visible;
    line-height: 3.5em !important;
}
input::-webkit-input-placeholder
{
     line-height:normal!important;
}
/*Login End*/

/*Signup*/
.form_wrap > span
{
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.notification_setting > span
{
    font-size: 14px;
    display: block;
    color: #6EB792;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.bt1
{
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}
.bb1
{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.btb1
{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}
.vendor_bb > span
{
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    color: #6EB792;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
/*Signup End*/

/*Access Requests*/
.access_decline_wrap
{
    width: 700px;
    max-width: 100%;
    margin: auto;
    background-color: #EAEEEF;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}
p.acc_heading
{
    font-size: 13px;
    text-transform: capitalize;
    color: #0c5460;
}
.thank_action
{
    font-size: 16px !important;
    color: #333333 !important;
}
.acc_dec_flex
{
    display: flex;
    justify-content: center;
}
.acc_dec_btn > button
{
    padding: 0px 50px;
    box-shadow: none !important;
}
.user_details
{
    margin-top: 15px;
}
.user_details > span
{
    color: #333333;
    font-size: 18px;
    text-transform: capitalize;
}
.table_access
{
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto 0 auto;
}
.table_access th
{
    background-color: #f5f5f5;
    text-transform: capitalize;
}
.table_access td, .table_access th
{
    padding: 10px;
    border: 1px solid #e6e6e6;
    text-align: left;
    font-size: 14px;
    color: #333333;
}
table.table_access tbody tr td
{
    background-color: #f7f7f7;
}
/*Access Requests End*/

/*Step 1*/
.spec_heading > span
{
    color: #2c2c2c;
    font-size: 18px;
    text-transform: capitalize;
}
.spec_flex
{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    cursor: pointer;
}
.spec_logo > img
{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
/*.spec_logo > img, .spec_overlay, .patterns_logo > img, .patterns_overlay,.fabrics_logo > img, .fabrics_overlay,
.spec_name > span, .patterns_name > span, .fabrics_name > span, .request_btn > button
{
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
}*/
.spec_logo > img, .spec_overlay, .patterns_logo > img, .patterns_overlay, .fabrics_overlay,
.spec_name > span, .patterns_name > span, .fabrics_name > span, .request_btn > button
{
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
}
.spec_width
{
    width: 31%;
    position: relative;
    overflow: hidden;
    margin: 0 10px 20px 10px;
    padding: 0;
}
.spec_overlay
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
}
.spec_under_flex
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spec_name > span
{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    top: 30px;
    opacity: 0;
}
.request_btn > button
{
    margin-top: 20px;
    opacity: 0;
    z-index: 999999999;
    background: #333535;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    min-width: 166px;
    padding: 8px 10px 11px;
    letter-spacing: 1px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
}
.request_btn > button:after{
    background-color: #28537e;
    z-index: -1;
    content: "";
    padding: 7px;
    transform: scale(0.1);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -7px;
    top: -7px;
    box-sizing: content-box;
    opacity: 0;
    padding: 7px;
    transition: all 0.5s ease;
}
.request_btn > button:hover:after{
    opacity: 1;
    transform: scale(1);
}
.spec_logo:hover > img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter:blur(5px);
}
.spec_logo:hover .spec_overlay, .spec_logo:hover .spec_overlay .spec_under_flex form .request_btn button
{
    opacity: 1;
}
.spec_logo:hover .spec_overlay .spec_under_flex .spec_name span
{
    top: 0;
    opacity: 1;
}
.appear_border-top, .appear_border-bottom {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1.5s;
    transition: opacity 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s, transform 1s;
    z-index: 1;
}
.appear_border-top {
    border-top: 1px double #fff;
    border-bottom: 1px double #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.appear_border-bottom {
    border-right: 1px double #fff;
    border-left: 1px double #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.spec_logo:hover .appear_border-top, .spec_logo:hover .appear_border-bottom,
.fabrics_logo:hover .appear_border-top, .fabrics_logo:hover .appear_border-bottom,
.patterns_logo:hover .appear_border-top, .patterns_logo:hover .appear_border-bottom
{
    opacity: 0.8;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.appear_border-top {
    border-top: 1px double #fff;
    border-bottom: 1px double #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
}
.appear_border-bottom {
    border-right: 1px double #fff;
    border-left: 1px double #fff;
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transform: scale(1, 0);
}
/*Step 1 End*/

/*Step 2*/
.patt_fab > button
{
    padding-right: 1em !important;
    padding-left: 1em !important;
}
.patterns_wrap_flex, .fabrics_wrap_flex
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background-color: #eaeeef;
    padding: 30px 20px 30px 20px;
}
.left_filters
{
    border-right: 1px solid #e6e6e6;
    width: 22%;
    padding-right: 15px;
}
.filter_heading > span, .cg_heading > span
{
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #dddddd;
    display: block;
    font-weight: 400;
}
.right_detials
{
    width: 80%;
    padding-left: 3%;
    box-sizing: border-box;
}
.filter_heading > button, .cg_heading > button
{
    display: block;
    background-color: transparent;
    color: #2c2c2c;
    padding: 0px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    box-shadow: none !important;
    height: 2.5em;
    line-height: 2.5em;
    overflow-wrap: break-word;
    white-space: normal;
}
button.filters {
    line-height: 18px;
}
.filter_heading > button.active, .cg_heading > button.active
{
    color: #1ABC9C;
}
.filter_heading > button.active:before, .cg_heading > button.active:before
{
    background-color: #70C097;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
}
.search_container
{
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.search_container > input
{
    background: #fff;
    border: none !important;
    outline: none;
    margin-top: 10px;
    padding: 20px 8px !important;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #333333 !important;
    box-shadow: none;
    border-radius: 0;
    height: 0;
    border-right: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.search_container > button
{
    /*background: transparent;*/
    outline: none;
    border: none;
    background: #333535;
    width: 50px !important;
    height: 42px !important;
    line-height: 42px;
    color: #fff !important;
    padding: 0;
    margin-top: 10px;
    border-radius: 0;
}
.no_record
{
    width: 100%;
}
.patterns_flex, .fabrics_flex
{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.patterns_logo > img, .fabrics_logo > img
{
    display: block;
    margin: auto;
    max-width: 100%;
}
.patterns_width, .fabrics_width
{
    width: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeeef;
    margin: 0 10px 20px 10px;
    cursor: pointer;
    height: 300px;
}
.pattern-svg img {
    height: auto;
    display: block;
    width: 100%;
}
.patterns_overlay, .fabrics_overlay
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    /*min-height: 210px;*/
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    opacity: 0;
}
.patterns_under_flex, .fabrics_under_flex
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
}
.patterns_name > span, .fabrics_name > span
{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    top: 30px;
    opacity: 0;
}
.edit_color_btn > button
{
    padding: 0px 10px;
    text-transform: capitalize;
    opacity: 0;
    position: relative;
    z-index: 999999999;
    line-height: 0;
    height: 2.5em;
    margin-top: 10px;
}
/*.patterns_logo:hover > img, .fabrics_logo:hover > img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}*/
.patterns_logo:hover .patterns_overlay, .fabrics_logo:hover .fabrics_overlay,
.fabrics_logo:hover .fabrics_overlay .fabrics_under_flex form .select_fabric_btn button,
.patterns_logo:hover .patterns_overlay .patterns_under_flex form .edit_color_btn button
{
    opacity: 1;
}
.patterns_logo:hover .patterns_overlay .patterns_under_flex .patterns_name > span,
.fabrics_logo:hover .fabrics_overlay .fabrics_under_flex .fabrics_name > span
{
    top: 0;
    opacity: 1;
}
.colors_input
{
    margin: 10px 0;
}
.colors_input > input
{
    background: transparent;
    outline: none;
    border: none;
    border: 1px solid #090202;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
}
.range_btn
{
    text-transform: capitalize;
    padding: 5px 12px;
}
select.color_range
{
    padding: 5px;
    width: 48%;
    border-radius: 4px;
    border-color: #DDDDDD;
    display: inline-block;
    height: 2.5em;
}
/*step 2 End*/

/*step 3*/
.colors_wrap_flex
{
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 30px;
    margin-top: 20px;
}
.pattern_style_left, .fabric_style_left, .fetch_style_left
{
    overflow: hidden;
}
.pattern_style_left > svg, .fabric_style_left > svg, .fetch_style_left > svg
{
    width: 450px;
    max-width: 100%;
    height: auto;
}
.color_style_right
{
    width: 720px;
    max-width: 100%;
    padding: 0px 0px 0 20px;
    box-sizing: border-box;
}
.reset_color > button, .choose_fabric > button
{
    padding: 10px 45px;
    margin-bottom: 20px;
    color: #fff !important;
}
.dew_drop > span
{
    font-size: 22px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 400;
}
.pattern_table
{
    margin: 5px 0;
    background-color: #f1f1f1;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.pattern_color {
    width: 50%;
    margin-bottom: 15px;
}
.labels_flex, .labels_list_flex
{
    display: flex;
    justify-content: space-between;
}
.labels_flex
{
    border-bottom: 1px solid #eaeeef;
    padding-bottom: 5px;
}
.labels_list_flex
{
    padding-top: 5px;
}
.labels_flex > label, .labels_list_flex > span
{
    font-size: 14px;
    color: #5a5a5a;
    text-transform: uppercase;
}
.labels_list_flex > span
{
    text-transform: capitalize !important;
}
.rd_mt_10
{
    margin-top: 10px;
}
.swatches_flex
{
    /*display: flex;
    justify-content: start;
    flex-wrap: wrap;*/
        display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
}
.back_next_icon
{
    display: flex;
    justify-content: space-between;
}
.back_next_icon > span
{
    font-size: 16px;
    color: #333333;
    text-transform: capitalize;
    cursor: pointer;
}
/*swatches*/
.colors_width {
    width: 100%;
    border-right: 1px solid #aaaaaa;
    cursor: pointer;
    margin: auto;
    border-left: 1px solid #aaaaaa;
    margin-bottom: 10px;
}
.swatches-one, .swatches-two, .swatches-three, .swatches-four, .swatches-five
{
    padding: 20px;
}
.replacecolor
{
    background-color: #e6e6e6;
    border-right: none !important;
    border-left: none !important;
    border: 1px solid #aaaaaa;
    padding: 10px 5px;
    color: #333333;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
}
/*Swatches End*/

/*Modal*/
.modal_loader, .fabric_modal_loader, .patterns_modal_loader
{
    position: unset;
    display: block;
    opacity: 1;
    width: 100%;
}
.fabric_modal, .patterns_modal{
    width: 97% !important;
    margin: 40px auto !important;
}
.swatches_modal{
    padding: 10px 0px 10px 20px !important;
}
.swatches_modal, .fabric_modal, .patterns_modal
{
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
    position: fixed;
    z-index: 999;
    width: 1140px;
    max-width: 100%;
    margin: 40px auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 99999;
}
.swatches_modal
{
    /*height: 740px;*/
    height: 100vh;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
}
.close_btn
{
    /*display: flex;
    justify-content: flex-end; */
        height: 23px;
}
.close_btn > button
{
    background: transparent;
    outline: none;
    border: none;
    color: #2c2c2c;
    cursor: pointer;
    box-shadow: none;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
    margin-top: -20px;
}
.close_btn > button:hover, .back_next_icon > span:hover
{
    color: #28537e;
}
.modal_search_flex
{
    border-bottom: 1px solid #eaeeef;
    margin-right: 21px;
}
.modal_search_flex p{
    margin-bottom:0;
}
.modal_search_flex > ul
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:5px;
}
.modal_search_flex > ul > li
{
    width: 100%;
}
.modal_search_flex > ul > li > span
 {
    color: #333333;
    font-size: 20px;
    text-transform: capitalize;
}
.modal_search > input
{
    background: #fff;
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #333333;
    box-shadow: none;
    border-radius: 0;
    appearance: none;
    background-color: var(--white-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.modal_flex
{
    display: flex;
    margin-top: 10px;
}
.current_new_flex
{
    display: flex;
    margin-top: 5px;
}
.modal_flex
{
    justify-content: center;
}
.cn_col
{
    /*width: 440px;
    max-width: 100%;
    margin-right: 95px;*/
    width: 40%;
    max-width: 100%;
    margin-right: 50px;
}
.modal-pattern {
    width: 74%;
    margin: auto;
}
.color_groups_col
{
    width: 200px;
    max-width: 100%;
    margin: 0 20px;
    border: 2px solid #eaeeef;
    display:  none;
}
.modal_colors_swatches
{
    /*width: 500px;*/
    max-width: 100%;
    /*max-height: 450px;*/
    max-height:520px;
    overflow-y: scroll;
}
.replace_btn
{
    margin: 20px 0;
    display: none;
    box-shadow: none !important;
}
.current, .new
{
    width: 100%;
    padding: 30px 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #eaeeef;
    margin: 0 10px;
}
.current
{
	background-color: #726c5d;
}
.new
{
    background-color: #b5b1a6;
}
.plate_swatches_flex
{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.plate_width
{
	width: 12.9% !important;
    height: 35px;
    box-sizing: border-box;
    margin: 2px;
    cursor: pointer;
    margin-top: 40px;
    /*width: 12.9% !important;
    height: 60px;
    box-sizing: border-box;
    margin: 2px;
    cursor: pointer;*/
}
.plate_width:nth-child(1) {
    margin-top: 0px !important;
}
.plate_width:nth-child(2) {
    margin-top: 0px !important;
}
.plate_width:nth-child(3) {
    margin-top: 0px !important;
}
.plate_width:nth-child(4) {
    margin-top: 0px !important;
}
.plate_width:nth-child(5) {
    margin-top: 0px !important;
}
.plate_width:nth-child(6) {
    margin-top: 0px !important;
}
.plate_width:nth-child(7) {
    margin-top: 0px !important;
}
.swatch-title {
    background: #ffffff;
    position: absolute;
    top: 40px;
    display: block;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.swatc_name {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1px;
    display:block;
}
.flex-sorting {
    display: flex;
    flex-direction: column;
   /* width:50%;*/
    width:60%;
}
.sort_filter {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}
.modal-pattern .png-pattern-container {
    width: auto !important;
}
.sort_color i, .sort_name i, .sort_locator i{
    cursor: pointer;
    vertical-align: middle;
}
.sort_color, .sort_name, .sort_locator {
    background-color: #e6e6e6;
    padding: 10px 5px;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    width: 33%;
    cursor: pointer;
}
.spectrum_flex
{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
.swatch_pagination
{
    background: #eaeeef;
    position: relative;
    margin: 2px;
}
.align_left
{
    width: 18%;
    font-size: 14px;
    color: #2c2c2c;
}
.cp-preview
{
    position: relative;
}
.cp-slider
{
    width: 82%;
    font-size: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cp-slider span,.cp-preview input
{
    display: block;
    width: 100%;
    text-align: center;
    font-family: lato;
    line-height: 26px;
    font-size: 14px;padding: 15px 0px;
}
.cp-marker
{
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #9d968e;
    margin: 2px
}
.cp-marker:hover
{
  	opacity: 1;
}
.cp-marker::-webkit-slider-thumb
{
    width: 7px;
    height: 7px;
    border: 0 solid transparent;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom: 7px solid #b6b0ab;
    -webkit-appearance: none;
    appearance: none;
    top:-6px;
    position:relative;
    cursor: pointer;
}
input:focus
{
    outline: none;
}
.cp-marker::-moz-range-thumb
{
    width: 10px;
    height: 10px;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #b6b0ab;
    -webkit-appearance: none;
    appearance: none;
    top:-8px;
    position:relative;
    cursor: pointer;
}
.rect
{
    stroke: none !important;
}
/*Modal End*/
/*Step 3 End*/

/*Colors Modal Mix Style*/
.your_pattern svg
{
    max-width: 100%;
}
.color-swatch
{
	position: relative;
}
.color-swatch:hover:after
{
	display: none;
}
.color-swatch:after
{
    content: attr(data-tooltip);
    background: #333;
    color: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    left: 0;
    top: 0;
    line-height: 1;
    display: none;
}
.loading
{
    position: fixed;
    z-index: 9999;
    display: none;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */
.loading:before
{
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.5), rgba(0, 0, 0, .5));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.5), rgba(0, 0, 0,.5));
}
.loading:not(:required)
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.loading:not(:required):after
{
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}
.overbody:after
{
    background-color: red;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 5;
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* Animation */
@-webkit-keyframes spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*Colors Modal Mix Style End*/

/*Step 4*/
.select_fabric_btn
{
    display: flex;
    justify-content: space-between;
}
.select_fabric_btn > button
{
    padding: 0px 15px;
    margin-top: 20px;
    text-transform: capitalize;
    opacity: 0;
    position: relative;
    z-index: 999999999;
    height: 2.5em;
    line-height: 0;
    font-family: lato;
    color: #fff !important;
}
.fabric_modal, .patterns_modal
{
    display: none;
    height: auto;
    overflow-y: auto;
    padding-top: 24px;
}
.fabric_inner_flex, .patterns_inner_flex
{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.fabric_col, .patterns_col
{
    width: 100%;
    margin-top: 20px;
}
.back_next_flex
{
    display:flex;
}
.fabric_left_img
{
    width: 80%;
    overflow: hidden;
}
.fabrics_img > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*step 4 End*/

/*Details Form*/
.select_box > select, .textarea_box > textarea
{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1ABC9C;
    outline: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 5px;
    border-radius: 0;
}
/*Details Form End*/

/*Sample Details*/
.sample_details > span, .fabric_details > span, .patterns_details > span, .home_sias > span
{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: #28537e;
    padding: 5px 10px;
    display: block;
    letter-spacing: 0.5px;
    border-radius: 5px;
    text-align: center;
}
.sample_table
{
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    color: #5a5a5a;
}
.sample_table td, .sample_table th
{
    padding: 7px 10px;
    border: 1px solid #e6e6e6;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
}
.sample_table tr th
{
	font-weight: 600;
}
.sample_table th
{
    background-color: #f5f5f5;
    color: #333333;
    width: 45%;
    letter-spacing: 0.5px;
}
table.sample_table tbody tr td
{
    background: #f7f7f7;
}
table.sample_table tbody tr
{
    border: none;
}
.download_link > a
{
    background: #6EB792;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    padding: 12px 15px;
    color: #fff;
    border-radius: 5px;
}
/*sample Details End*/

/*PDF*/
.pdf_top, .pdf_top1
{
    padding: 20px 0;
    border-bottom: 1px solid #eaeeef;
}
.pdf_top > ul
{
    display: flex;
    justify-content: space-between;
}
.pdf_top > ul > li > span, .pdf_top > ul > li, .pdf_top1 > ul > li
{
    font-size: 20px;
    text-transform: capitalize;
}
.pdf_top > ul > li > span,  .pdf_top1 > ul > li > span
{
    color: #15a287;
}
.pdf_top > ul > li > a
{
    margin-top: 0;
    margin-left: 50px;
}
.pdf_top > ul > li
{
    color: #5a5a5a;
}
.pdf_submit_flex
{
    display: flex;
    justify-content:space-between;
}
.pdf_submit_details
{
    margin: 40px 5px;
}
.pdf_submit_details > ul > li > span, .pdf_submit_details > ul > li
{
    text-transform: capitalize;
    font-size: 14px;
}
.pdf_submit_details > ul > li > span
{
    color: #333333;
}
.pdf_submit_details > ul > li
{
    color: #5a5a5a;
    padding: 5px 0px;
}
#pdf_bg
{
    padding: 40px;
    background: #f7f7f7;
}
.pdf_inner_flex
{
    display: flex;
    justify-content: space-between;
}
.pdf_col
{
    width: 450px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pdf_col > svg
{
    width: 100%;
}

.pdf_col.pattern-image img
{
    width: 100%;
    height: auto;
    max-width: 100%
}
.specsheet_actions
{
    width: 200px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 210px;

}
.spec_title
{
    color: #6EB792;
}

.pdf_submit_details_container
{
    margin: auto;
}
.requested_samples_quantity label{
    width: 30%;
    display: inline;
    font-size: 20px;
}
#requested_samples {
    background-color: #f5f5f5;
    color: #333333;
    width: 68%;
    letter-spacing: 0.5px;
    border: 1px solid #e6e6e6;
    display: inline;
}
.sample_request{
    padding: 0px;
    text-transform: uppercase;
    margin: 10px 0px;
    width: 160px;
}
.text-success strong {
    color: #28a745!important;
    margin-left: 10px;
}
.text-danger strong {
    color: #dc3545!important;
    margin-left: 10px;
}

/*PDF End*/

/*Home*/
.home_user
{
    margin-top: 30px;
}
.home_user table th {
    font-family: 'Playfair Display', serif;
}
.home_user table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
.home_user table th
{
	font-weight: 600;
}
.home_user table th, .home_user table td
{
    text-align: left;
    padding: 15px 10px;
    border-right: 1px solid #e6e6e6;
    text-transform: capitalize;
    font-size: 14px;
}
.home_user table td
{
    color: #5a5a5a;
}
.home_user table td a
{
    color: #0000cd;
}
.home_user table tr:nth-child(even)
{
    background-color: #f5f5f5
}
.view_btn > form > button
{
    padding: 0px 20px;
    display: block;
    margin: auto;
}
.spec_center
{
    text-align: center !important;
}
.create_spec
{
    margin-bottom: 20px;
}
.create_spec > a
{
	padding: 12px 15px !important;
}
.reset_filters > button
{
    padding: 0px 15px !important;
}
.create_spec > a, .reset_filters > button
{
    text-transform: uppercase;
    display: inline-block;
    color: #fff ;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
td.viewimg
{
    text-align: center !important;
    vertical-align: middle;
}
/*Home End*/

/*Order Details*/
.order_wt
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
/*Order Details End*/

.maincontent_pattern
{
	margin: 0 auto;
	width: 60%;
}

section .specsheet_actions{
    position: relative;
    width: 100%;
    top: 0;
    margin: 0 auto;
}
@media screen and (max-width: 2560px) and (min-width: 1441px) {
.modal_colors_swatches
{
    max-height:713px;
}
#model-pattern-image img {
    width: 750px !important;
}
/*.pattern_style_left > svg, .fabric_style_left > svg, .fetch_style_left > svg {
    width: 750px !important;
    }*/
    .fabric_left_img img{
       width: 750px !important;
       height: 750px !important;
    }
.swatches_modal .plate_width {
    margin-top: 42px;
    height: 50px;
}
.swatch-title {
    top: 56px;
}
.swatches_modal
{
    padding: 20px !important;
}
.modal-pattern {
    width: 93%;
}
}
@media only screen and (max-width: 1580px)
{
    .swatches_modal
    {
        height: 100vh;
        overflow-y: scroll;
    }

}

@media only screen and (max-width: 1365px)
{
    .right_detials
    {
        padding-left: 0px;
    }
    .left_filters, .no_record
    {
        width: auto;
    }
}
@media only screen and (max-width: 1280px)
{
    .flex-sorting {
    width: 73%;
    }
    .swatches_modal {
    padding:20px !important;
    }
    .swatches_modal, .fabric_modal, .patterns_modal
    {
        z-index: 6;
        margin: 0;
        width: auto;
        overflow-y: scroll;
        height: 100vh;
        margin-top: 0;
        margin: 0;
        border-radius: 0;
        z-index: 9999999999;
    }
    .modal_colors_swatches
    {
        width: 100%;
    }
}
@media only screen and (max-width: 1190px){
    .plate_width {
    width: 12.9% !important;
    }
}
@media only screen and (max-width: 1150px)
{
    .request_btn > button
    {
        padding: 10px 20px;
    }
    .spec_overlay, .patterns_overlay, .fabrics_overlay, .request_btn > button, .select_fabric_btn button,
    .edit_color_btn, .edit_color_btn button
    {
        opacity: 1;
    }
    .spec_name > span, .patterns_name > span, .fabrics_name > span
    {
        top: 0;
        opacity: 1;
    }
    .spec_logo:hover > img
    {
        transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        filter: none;
    }
    .patterns_width, .fabrics_width
    {
        width: 29.5%;
    	height: auto;
    }
    .fabrics_img > img
    {
        width: 100%;
    }
    .pdf_submit_details_container .fixed_container
    {
        width: 800px;
    }
}
@media only screen and (max-width: 1024px)
{
    .request_btn > button
    {
        padding: 10px 25px;
    }
    .cn_col
    {
        margin-right: 30px;
    }
    .pdf_col.pattern-image img
    {
        width: 265px;
        height: 265px;
        max-width: 100%
    }
}
@media only screen and (max-width: 1023px)
{
    .specsheet_actions
    {
        top: 0px;
        width: 100%;
        position: relative;
    }
    .pdf_submit_details_container
    {
        width: 100%;
    }
    .pdf_submit_details_container .fixed_container
    {
        width: 100%;
        left: 0;
    }
}
@media screen and (max-width: 1320px) and (min-width: 992px) {
	.modal-pattern .png-pattern-container {
    width: auto !important;
	}
}
@media only screen and (max-width: 991px)
{
    .spec_width
    {
        width: 47%;
    }
    .pattern_style_left, .fabric_style_left, .fetch_style_left
    {
        width: 100%;
    }
    .pattern-png img
    {
    width: 100% !important;
    }
    #model-pattern-image img
    {
        width: 100% !important;
    }
    .png-pattern-container
    {
    width: auto !important;
    }
    .patterns_right_details
     {
    margin-top: 105%;
    }
    .pattern_table
    {
        flex-direction: column;
    }
    .pattern_color
    {
    width: auto;
    }
    .patterns_flex ,.fabrics_flex
    {
        margin: 0px 0 20px 25px;
    }
    .patterns_width ,.fabrics_width
    {
        width: 45%;
        overflow: hidden;
    }
    .cn_col
    {
        width: 65%;
    }
    .swatch-title {
    font-size: 11px;
	}
	.modal-pattern {
    width: 100%;
	}
    .color_groups_col
    {
        width: 100%;
    }
    #admin_bg
    {
        display: none;
    }
    .fabric_inner_flex, .patterns_inner_flex
    {
        flex-direction: column;
    }
    .pdf_inner_flex
    {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .pdf_col
    {
        width: auto;
    }
    .pdf_col.pattern-image svg
    {
        width: 100%;
    }
    .color_style_right
    {
        width: 100%;
        padding: 0px;
    }
    .fabric_left_img
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .fabric_left_img > img
    {
        width: 100%;
    }
    .pdf_col.pattern-image img
    {
        height: auto;
        width: auto;
        max-width: 100%
    }
}
@media only screen and (max-width: 951px)
{
    .select_fabric_btn > button
    {
        padding: 5px 15px;
    }
}
@media only screen and (max-width: 768px)
{
    .col_width
    {
        width: 100%;
    }
    .edit_color_btn > button
    {
        padding: 10px;
    }
    .replacecolor
    {
        font-size: 10px;
    }
    .specsheet_actions ul li
    {
        display: inline-block;
    }
    .pdf_submit_details_container
    {
        width: 100%;
    }
    .pdf_submit_details_container .fixed_container
    {
        width: 700px;
        left: 0px;
    }
}
@media only screen and (max-width: 767px)
{
	.close_btn > button{
		position: absolute;
	    top: 10px;
	    right: 10px;
	}
    .spec_width
    {
        width: 100%;
    }
    .patterns_wrap_flex, .fabrics_wrap_flex
    {
        flex-direction: column;
    }
    .left_filters
    {
        border-right: none;
        padding-right: 0;
    }
    .patterns_flex,.fabrics_flex
    {
        margin: 0 !important;
    }
    .patterns_width, .fabrics_width
    {
        width: 100%;
    }
    .right_detials
    {
        margin-top: 20px;
    }
    .colors_wrap_flex
    {
        flex-direction: column;
    }
    .pattern_style_left > svg,.fabric_style_left > svg
    {
        width: 100%;
    }
    .modal-pattern {
    width: auto;
	}
	.swatch-title {
    font-size: 12px;
	}
    .color_style_right
    {
        width: 100%;
        padding: 10px 0px;
    }
    .modal_search_flex > ul
    {
        flex-direction: column;
    }
    .modal_search
    {
        padding-bottom: 10px;
    }
    .color_groups_col
    {
        margin: 10px 0 0 0;
    }
    .modal_flex
    {
        flex-direction: column;
    }
    .current, .new
    {
        padding: 10px 0;
    }
    .swatches_modal svg
    {
        width: 100%;
    }
    .modal_colors_swatches
    {
        margin-top: 10px;
    }
    .modal_search_flex
    {
        margin-right: 0px;
    }
    .current, .new
    {
        margin: 0;
    }
    .sample_table, .sample_table thead, .sample_table tbody, .sample_table th, .sample_table td,
    .sample_table tr
    {
        display: block;
    }
    .right_detials
    {
        width: 100%;
    }
    .sample_table th, .sample_table td
    {
        width: auto;
    }
    .pdf_top > ul > li > span, .pdf_top > ul > li
    {
        font-size: 16px;
    }
    .pdf_top > ul > li > a
    {
        margin-left: 15px;
    }
    .replace_btn
    {
        display: block;
    }
    .plate_swatches_flex
    {
        justify-content: flex-start;
    }
    .flex-sorting {
    width: 100%;
    }
}
@media only screen and (min-width: 687px) and (max-width: 767px)
{
    .replace_btn
    {
     margin: 0 0 0 10px;
    }
}
@media only screen and (max-width: 600px){
    .swatches_modal {
    padding: 20px !important;
}
}
@media only screen and (max-width: 425px)
{
    .login_bg
    {
        padding: 50px 0;
    }
    .signup_flex
    {
        flex-direction: column;
    }
    .acc_dec_btn > button
    {
        padding: 10px 30px;
    }
    .plate_width
    {
        width: 58px;
    }
    .specsheet_actions a
    {
        padding: 15px;
    }
    .pdf_col.pattern-image img
    {
        max-width: 100%;
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width: 375px)
{
    .plate_width
    {
        width: 50px;
    }
    .pdf_col.pattern-image img
    {
        max-width: 100%;
        width: auto;
        height: 250px;
    }
    .back_next_icon > span
    {
        font-size: 14px;
    }
}
@media only screen and (max-width: 374px)
{
    .nav_logo > a, .footer_logo > a, .footer_links > span, .footer_contact > span
    {
        font-size: 16px;
    }
    .login_checkbox
    {
        flex-direction: column;
    }
    .login_checkbox > label
    {
        margin-bottom: 10px;
    }
    .request_btn > button
    {
	    padding: 5px 15px;
	    margin-top: 0;
    }
    .replacecolor
    {
        font-size: 9px;
    }
    .pdf_top > ul, .pdf_submit_flex
    {
        flex-direction: column;
    }
    .pdf_top > ul > li
    {
        padding-top: 10px;
    }
    .pdf_top > ul > li > a
    {
        margin-left: 10px;
    }
    .pdf_submit_details
    {
        margin: 5px 0;
    }
    .specsheet_actions a
    {
        padding: 15px 10px;
    }
}
/*Inner Pages CSS End*/

.nav-bold
{
    font-weight: bold;
}
.footer-flex li
{
	list-style-type: none;
    display: inline;
}
.footer-flex
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-nav
{
    width: 60%;
    text-align: right;
}
.footer-right
{
    width: 40%;
    text-align: left;
}
.footer-nav li
{
    padding: 0 10px;
}
.copyright-footer p
{
    color:#fff;
}
@media only screen and (max-width: 900px)
{
    .cn_col {
        width: 70%;
    }
	.footer-flex
	{
		flex-direction: column;
	}
	.footer-right
	{
	    width: 100%;
	    text-align: center;
	    padding-left: 0;
	    margin-bottom: 0;
	}
	.footer-nav
	{
	    width: 100%;
	    text-align: center;
	    padding-left: 0;
	}
}

/*Original Template CSS*/
#about, #vendors
{
    background: rgba(144, 144, 144, 0.075);
}
.how_it_works
{
    background: rgba(144, 144, 144, 0.075) !important;
}
.how_it_works .inner .stats article > h3
{
    color: #6eb792;
}
.how_it_works .inner .stats article > p
{
    color: #5a5a5a;
}
.how_it_works .inner .stats > article
{
    border-color: rgba(144, 144, 144, 0.25);
}
.work_wrap
{
    width: 80%;
    margin: auto;
}
.col_step
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col_step2
{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 5em 0 5em 0;
}
.mt5em
{
    margin-top: 5em;
}
#work_bg
{
    background: #f5f5f5;
    z-index: 2;
}
.left_content
{
    margin-right: 40px;
    position: relative;
    width: 100%;
}
.ml40
{
    margin-left: 40px;
}
.left_content > h3
{
      font-size: 24px;
}
.left_content span
{
    color: #b7b7b7;
    font-size: 25px;
}
.right_img
{
    width: 100%;
}
#split_mt40px
{
    margin-top: 40px;
}
.align_inh
{
    text-align: inherit;
}
.col_list
{
    margin: 0;
    padding: 0;
}
.col_list > li
{
    list-style-type: none;
    padding: 10px;
}
.col_list > li:before
{
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 12px;
}
.vendors_ratings > h3 > span
{
    display: block;
    color: #6eb792;
    font-size: 42px;
    font-weight: bold;
}
.vendors_ratings > h3
{
    color: #5a5a5a;
}
.vendors_flex
{
    display: flex;
    flex-direction: row;
}
.col_width
{
    width: 25%;
}
.vendors_ratings > h3 > span > i
{
    font-size: 35px;
}
#clients
{
    background: #f5f5f5;
}
.client_head > h3
{
    font-size: 30px;
}
.client_logo
{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 2em 0;
}
.client_logo > ul
{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.client_logo > ul > li
{
    list-style: none;
}
.designer_list
{
    margin: 0;
    padding: 0;
}
.designer_list > li
{
    list-style-type: none;
    padding: 5px;
}
.designer_list > li:before
{
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 12px;
}
.mt40
{
    margin-top: 40px;
}
.mt70
{
    margin-top: 70px;
}
.colors_input select
{
    background-position: 100%;
}
.ptreduce
{
	padding-top: 5em !important;
    padding-bottom: 5em !important;
}
.span_block
{
	display: block;
	margin-top: 20px;
}
.inner_admin
{
    position: sticky !important;
}
.top_bar
{
    position: sticky;
    top: 0;
    z-index: 9999;
}
.mb_form > form
{
	margin-bottom: 0;
}
.btn_center
{
    text-align: center !important;
}
.bottom-space section h2
{
    font-size: 20.5px !important;
    font-weight: 500;
}
.stats_size article h3
{
    font-size: 22px;
}
@media only screen and (max-width: 1171px)
{
	.bottom-space section h2
	{
	    font-size: 18.5px !important;
	    height: 35px;
	}
}
@media only screen and (max-width:1023px)
{
    #work_bg
    {
        padding-bottom: 3em;
    }
    .work_wrap
    {
        width: 100%;
    }
    .col_step, .col_step2
    {
        flex-direction: column;
    }
    .col_step2
    {
        margin: 2em 0 2em 0;
    }
    .ml40
    {
        margin-left: 0;
    }
    .client_logo > ul > li > img
    {
        width: 70%;
    }
}

.floating-button-menu {
    z-index: 5;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    background: #70c097;
    border-radius: 5px;
    min-width: 80px;
    max-width: 0px;
    min-height: 32px;
    max-height: 0px;
    transition: all ease-in-out 0.3s;
}
.floating-button-menu .floating-button-menu-links {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.floating-button-menu .floating-button-menu-links a {
  position: relative;
  color: #454545;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  display: block;
  display: block;
  border-bottom: solid 1px rgba(144, 144, 144, 0.25);
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  transition: background ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0);
}
.floating-button-menu .floating-button-menu-links a:hover {
  background-color: #6eb792;
    color: #ffffff;
}
.floating-button-menu .floating-button-menu-links a:first-child{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.floating-button-menu .floating-button-menu-links a:last-child {
  border-bottom: 0px solid #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.floating-button-menu .floating-button-menu-links.menu-on {
  background: #fff;
  width: 450px;
  height: 400px;
  border-radius: 10px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.floating-button-menu .floating-button-menu-label {
    text-align: center;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s;
}
.floating-button-menu.menu-on {
    max-width: 340px;
    max-height: 3300px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.125em 0.1em rgb(0 0 0 / 8%);
}
.floating-button-menu.menu-on .floating-button-menu-links {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 1s;
}
.floating-button-menu.menu-on .floating-button-menu-label {
  height: 0px;
  overflow: hidden;
}
.floating-button-menu-close {
  position: fixed;
  z-index: 2;
  top:0;
  width: 0%;
  height: 0%;
}
.floating-button-menu-close.menu-on {
  width: 100%;
  height: 100%;
}

/*Original Template CSS End*/
.remember-me {
    display: none;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    margin-bottom: 15px;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .site_logo img {
        width: 100%;
        height: auto;
    }
}
