body
{
    margin: 0;
}
html
{
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}
ul
{
	margin: 0;
	padding: 0;
}
li
{
    list-style: none;
}
p
{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2px;
    color: #7a7a7a;
}
a
{
	text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.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;
    font-family: 'Open Sans', sans-serif;
}
/*spacing*/
.mtb_60
{
    margin-top: 60px;
    margin-bottom: 60px;
}
.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;
}
.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;
}
/*spacing end*/
.btn, .btn_success, .btn_danger
{
    outline: none;
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    cursor: pointer;
}

.btn_success
{
    background: #28a745;
    font-size: 16px;
}
.btn_danger
{
    background: #c82333;
    font-size: 16px;
}
/*Alert Error*/
.alert_error, .alert_success, .alert_info
{
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-family: 'Montserrat-Light';
    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 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 > li
{
    display: inline;
    position: relative;
    padding: 30px 0;
}
.admin_flex > ul > li > a
{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 10px;
    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.4)
}
.dash_logo > a
{
    color: #1ABC9C !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;
    font-family: 'Open Sans', sans-serif;
}
.admin_dropdown_content
{
    visibility: hidden;
    position: absolute;
    top: 58px;
    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.4);
}
.admin_dropdown:hover .admin_dropdown_content
{
    visibility: visible;
}
/*admin bar end*/

/*Navigation*/
.nav
{
	width: 100%;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.nav_flex
{
	display: flex;
	justify-content: space-between;
}
#nav-check, .nav-btn
{
	display: none;
}
.nav_logo
{
    padding: 30px 0;
}
.nav_logo > a, .footer_logo > a
{
	color: #1ABC9C;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}
.nav-links > li
{
    display: inline-block;
    padding-left: 20px;
    padding: 30px 0 30px 20px;
    position: relative;
    cursor: pointer;
}
.nav-links > li > a, .nav_dropdown_menu > a
{
    color: #2c2c2c;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
}
.nav_dropdown_menu
{
    background: #fff;
    position: absolute;
    width: 140px;
    top: 75px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    display: none;
}
.nav_dropdown_menu > a
{
    display: block;
    padding: 5px 10px;
}

.nav-links .nav_dropdown:hover .nav_dropdown_menu
{
    display: block;
}
.nav-links > li > a:hover, .nav_dropdown_menu > a:hover
{
	color: #1ABC9C;
}
.nav-links > li > a:before
{
	content: "";
	border-bottom: 2px solid #1ABC9C;
	width: 0%;
	position: absolute;
	bottom: 0;
}
.nav-links > li > a:hover:before
{
	width: 100%;
}
/*Navigation End*/

/*Transition effect*/
.nav-links > li > a, .nav-links > li > a:before, .social_links > li, .footer_links .footer_flex > ul > li > a,
.login_btn > button, .reset_color > button, .request_btn > button, .edit_color_btn > button,
.select_fabric_btn > button, .choose_fabric > button, .download_link > a, .back_next_icon > span,
.copyright_flex > ul > li > a, .create_spec > a, .reset_filters > button, .view_btn > form > button,
.close_btn > button, .nav_dropdown_menu > 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;
}
/*Transition effect end*/

/*Login*/
.login_wrap
{
    background: #EAEEEF;
    /* background: rgba(52,117,153,.92); */
    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: 60px 0 0 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;
	font-family: 'Montserrat', sans-serif;
	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;
}
.login_fields > label
{
    font-size: 14px;
    color: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.login_fields > input
{
    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;
}
input::placeholder
{
    color: #afafaf;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    overflow: visible;
    line-height: 1.333;
}
.login_checkbox
{
    display: flex;
    justify-content: space-between;
}
.login_checkbox > label
{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.checkbox label input[type="checkbox"]
{
    display: none;
}
.check_icon
{
    position: relative;
    display: inline-block;
    border: 1px solid #afafaf;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
}
.check_icon > i
{
    position: absolute;
    font-size: 8px;
    line-height: 0;
    top: 50%;
    left: 20%;
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked + .check_icon > i
{
    opacity: 1;
}
.forget_pass > a, .login_btn > span > a, .form_wrap > span > a
{
    color: #1ABC9C;
    text-transform: capitalize;
}
.login_btn > button
{
    padding: 10px 45px;
    margin-bottom: 20px;
}
.login_btn > button:hover, .reset_color > button:hover, .choose_fabric > button:hover, .request_btn > button:hover,
.edit_color_btn > button:hover, .select_fabric_btn > button:hover, .download_link > a:hover,
.create_spec > a:hover, .reset_filters > button:hover, .view_btn > form > button:hover
{
    background: #333535;
}

button.secondary
{
    background: #333535;
}

button.secondary:hover
{
    background: #636767;
}

.login_btn > span
{
    display: block;
    color: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
/*Login End*/

/*Signup*/
.signup_flex
{
    display: flex;
    justify-content: space-between;
}
.col_signup
{
    width: 100%;
}
.form_wrap > span
{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 20px;
}
.vendor_wrap
{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}
.vendor_wrap > label
{
    display: block;
    margin-bottom: 10px;
}
.checkbox_space > label
{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.notification_setting > span
{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #1ABC9C;
    border-top: 1px solid #e0e0e0;
    padding: 25px 0;
    text-transform: capitalize;
    margin-top: 15px;
}
.vendor_bb
{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}
.vendor_bb > span
{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 15px;
    color: #1ABC9C;
    text-transform: capitalize;
}
/*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
{
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}
.acc_dec_flex
{
    display: flex;
    justify-content: center;
}
.acc_dec_btn > button
{
    padding: 10px 50px;
}
.user_details
{
    margin-top: 40px;
}
.user_details > span
{
    color: #2c2c2c;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.table_access
{
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto 0 auto;
    font-family: 'Montserrat-Light';
}
.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: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
}
/*access requests end*/

/*step 1 spec in a sec*/
.spec_heading > span
{
    color: #2c2c2c;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.spec_flex
{
    display: flex;
    justify-content: start;
    margin-top: 20px;
    flex-wrap: wrap;
    cursor: pointer;
}
.spec_logo > img
{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 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, .select_fabric_btn button,
.edit_color_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-bottom: 410px;
    margin: 0 10px 20px 10px;
    padding: 0;
    /*background-color: #2d2d2d;*/
}
.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;
    /*border: 1px solid rgba(255,255,255,0.5);*/
}
.spec_name > span
{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: 30px;
    opacity: 0;
}
.request_btn > button
{
    padding: 10px 45px;
    margin-top: 20px;
    text-transform: capitalize;
    opacity: 0;
    position: relative;
    z-index: 999999999;
}
.custom-width {
    width: 40%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.displayflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.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);
    transform: scale(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);
}
/*step 1 spec in a sec end*/

/*step 2 patterns*/

.patterns_wrap_flex ,.fabrics_wrap_flex
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background-color: #eaeeef;
    padding: 30px 20px 30px 20px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.left_filters
{
    border-right: 1px solid #e6e6e6;
    width: 22%;
    padding-right: 15px;
}
/* .filter_heading > span, .cg_heading > span
{
    color: #2c2c2c;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #dddddd;
    display: block;
} */
.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;
}
/* .dropdown-toggle {
    white-space: nowrap;
} */
a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.right_detials
{
    width: 80%;
    padding-left: 25px;
    box-sizing: border-box;
}
.filter_heading > button, .cg_heading > button
{
    display: block;
    background-color: transparent;
    color: #2c2c2c;
    padding: 5px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    margin: 2px 0;
    position: relative;
}
.filter_heading > button.active, .cg_heading > button.active
{
    color: #1ABC9C;
}
.filter_heading > button.active:before, .cg_heading > button.active:before
{
    background-color: #1ABC9C;
    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;
    outline: none;
    margin-top: 10px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #090202;
    box-shadow: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.search_container > button
{
    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%;
}
.no_record > p
{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.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;
}
.patterns_overlay, .fabrics_overlay
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    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;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: 30px;
    opacity: 0;
}
.edit_color_btn > button
{
    padding: 8px 15px;
    margin-top: 20px;
    text-transform: capitalize;
    opacity: 0;
    position: relative;
    z-index: 999999999;
}
.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: silver;
}
/*step 2 patterns end*/

/*step 3 colors style*/
.colors_wrap_flex
{
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 30px;
    margin-top: 20px;
}

.displayflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dew_drop {
    margin-bottom: 30px;
}
.custom-width-edit {
    width: 25%;
}
.pattern_table {
    margin: 5px 0;
    background-color: #f1f1f1;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
/* .pattern_table
{
    margin: 5px 0;
    background-color: #e6e6e6;
    padding: 10px;
} */
.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;
}

#spec-sheet-page .swatch-large img,
#spec-sheet-page .swatch-large
{
    width: 250px;
    height: 250px;
}

@media screen and (min-width: 1024px) {
    #spec-sheet-page .swatch-large img,
    #spec-sheet-page .swatch-large
    {
        width: 350px;
        height: 350px;
    }
}

.reset_color > button, .choose_fabric > button
{
    padding: 10px 45px;
    margin-bottom: 20px;
}
.dew_drop > span
{
    font-size: 22px;
    text-transform: capitalize;
    color: #2c2c2c;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
}
/* .pattern_table
{
    margin: 5px 0;
    background-color: #e6e6e6;
    padding: 10px;
} */
.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: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.labels_list_flex > span
{
    text-transform: capitalize !important;
}
.rd_mt_10
{
    margin-top: 10px;
}
.swatches_flex {
    display: grid;
    flex-wrap: wrap;
    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;
    font-weight: 700;
}
/*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-top: 1px solid #eaeeef;
    border-right: 1px solid #eaeeef;
    padding: 10px 5px;
    color: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    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%;
}
.swatches_modal, .fabric_modal, .patterns_modal,.fabric_modal_1
{
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    padding: 25px;
    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;
}
.swatches_modal
{
    height: 100vh;
    width: 100%;
    margin-top: 0;
    border-radius: 0;

}
.close_btn
{
    display: flex;
    justify-content: flex-end;
}
.close_btn > button
{
    background: transparent;
    outline: none;
    border: navajowhite;
    color: #2c2c2c;
    cursor: pointer;
}
.close_btn > button:hover, .back_next_icon > span:hover
{
    color: #1ABC9C;
}
.modal_search_flex
{
    border-bottom: 1px solid #eaeeef;
    margin-right: 21px;
    padding: 15px 0;
}
.modal_search_flex > ul
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal_search_flex > ul > li
{
    width: 100%;
}
.modal_search_flex > ul > li > span
 {
    color: #2c2c2c;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.modal_search > input
{
    background: #fff;
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #090202;
    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, .current_new_flex
{
    display: flex;
    margin-top: 20px;
}
.modal_flex
{
    justify-content: center;
}
.cn_col
{
    width: 440px; /*407*/
    max-width: 100%;
    margin-right: 95px;
}
.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%; */
    /*height: 530px;
    overflow-y: scroll;*/
}
.replace_btn
{
    margin: 20px 0;
    padding: 10px;
    background: #1ABC9C;
    font-size: 14px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    display: none;
}
.current, .new
{
    width: 100%;
    padding: 30px 0;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    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: 45px;
    height: 30px;
    box-sizing: border-box;
    margin: 2px;
    cursor: pointer;
}
/*.plate-one, .plate-two, .plate-three
{
    padding: 20px;
}
.plate-one { background-color: #ececec; }
.plate-two { background-color: #d9d9d9; }
.plate-three { background-color: #c7c7c7; }
.cg_heading > button
{
	margin-left: 15px;
}*/
.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-family: 'Open Sans', sans-serif;
    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: sans-serif;
    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 colros style end*/

/*colors modal mix style*/
.your_pattern svg
{
    max-width: 100%;
}
.color-swatch { position: relative; }
.color-swatch:hover:after { display: block; }
.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 fabric*/
.select_fabric_btn
{
    display: flex;
    justify-content: space-between;
}
.custom-width-fabric {
    width: 40%;
}
.select_fabric_btn > button
{
    padding: 8px 15px;
    margin-top: 20px;
    text-transform: capitalize;
    opacity: 0;
    position: relative;
    z-index: 999999999;
}
.fabric_modal, .patterns_modal,.fabric_modal_1
{
    display: none;
    height: auto;
    overflow-y: auto;

    padding-top: 24px;
}
.fabric_inner_flex, .patterns_inner_flex
{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.fabric_col, .patterns_col
{
    width: 100%;
}
.back_next_flex
{
    display:flex;
}
.fabric_left_img
{
    width: 80%;
    overflow: hidden;
}
.fabrics_img > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.inprogress-text {
    color:#212529;
    font-size: 18px;
    margin-top: 40px;
}
/*step 4 fabric 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;
    font-family: 'Montserrat', sans-serif;
    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%;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    color: #7a7a7a;
}
.sample_table td, .sample_table th
{
    padding: 7px 10px;
    border: 1px solid #e6e6e6;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
}
.sample_table th
{
    background-color: #f5f5f5;
    color: #2c2c2c;
    width: 45%;
    letter-spacing: 0.5px;
}
.download_link > a
{
    background: #1ABC9C;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 12px 15px;
    color: #fff;
    border-radius: 5px;
}
.download_sheet
{
    text-transform: uppercase;
}
/*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;
    font-family: 'Montserrat', sans-serif;
}
.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: #7a7a7a;
}
.pdf_submit_flex
{
    display: flex;
    justify-content:space-between;
}
.pdf_submit_details > ul > li > span, .pdf_submit_details > ul > li
{
    text-transform: capitalize;
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
}
.pdf_submit_details > ul > li > span
{
    color: #2c2c2c;
}
.pdf_submit_details > ul > li
{
    color: #7a7a7a;
    padding: 5px 0px;
}
#pdf_bg
{
    padding: 40px;
    background: #eaeeef;
}
.pdf_inner_flex
{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pdf_inner_flex > div
{
    flex-grow: 1;
    flex-shrink: 1;
}

.pdf_col
{
    width: 450px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pdf_col > svg
{
    width: 100%;
}

.pdf_col.pattern-image img
{
    width: 350px;
    height: 350px;
    max-width: 100%
}
.specsheet_actions a
{
    color: #fff;
    cursor: pointer;
}

.specsheet_actions .row div {
    padding: 1rem;
}

.spec_title
{
    color: #15a287;
}
.pdf_submit_details_container
{
    margin: auto;
}
/*pdf end*/

/*Home*/
.home_sias
{
    margin-bottom: 20px;
}
.tr_bg
{
    background-color: #1ABC9C;
}
.home_user table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
.home_user table th {
    font-family: 'Playfair Display', serif;
}
.home_user table th
{
	font-weight: 600;
}
.home_user table th, .home_user table td
{
    text-align: left;
    padding: 15px 10px;
    /* font-family: 'Open Sans', sans-serif; */
    border-right: 1px solid #e6e6e6;
    text-transform: capitalize;
    font-size: 14px;
}
.home_user table td
{
    color: #7a7a7a;
}
.home_user table td a
{
    color: #0000cd;
}
.home_user table tr:nth-child(even)
{
    background-color: #f5f5f5
}
.view_btn > form > button
{
    padding: 8px 20px;
    display: block;
    margin: auto;
}
.spec_center
{
    text-align: center !important;
}
.create_spec
{
    margin-bottom: 20px;
}
.create_spec > a, .reset_filters > button
{
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block;
}
/*Home End*/

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

/*Footer*/
#footer_bg
{
	background-color: #090202;
	padding: 60px 0;
}
.col_width
{
	width: 30%;
}
.links_width
{
    width: 20%;
}
.footer_wrap_flex, .footer_flex
{
    display: flex;
    justify-content: space-between;
}
.footer_logo > p
{
	color: rgba(255,255,255,0.5);
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 25px;
}
.social_links > li
{
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
}
.social_links > li:hover
{
	background-color: #1ABC9C;
}
.social_links > li > a > i
{
	color: #090202;
	font-size: 18px;
	line-height: 40px;
}
.footer_links > span, .footer_contact > span
{
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #1ABC9C;
	text-transform: capitalize;
}
.footer_links .footer_flex > ul, .footer_contact > ul
{
    margin-top: 40px;
}
.footer_links .footer_flex > ul > li > a
{
	display: block;
    padding-bottom: 10px;
    color: rgba(255,255,255,0.5);
	font-size: 14px;
	text-transform: capitalize
}
.footer_links .footer_flex > ul > li > a:hover, .tandc > ul > li > a:hover
{
	color: #1ABC9C;
}
.footer_contact > ul > li
{
	color: rgba(255,255,255,0.5);
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-bottom: 25px;
}
.footer_contact > ul > li > strong
{
	float: left;
    text-transform: capitalize;
}
.footer_contact > ul > li > span
{
    margin-left: 70px;
    display: block;
}
#copyright_bg
{
	background-color: #0C0A0A;
    padding: 20px 0;
}
.copyright_flex > ul
{
    display: flex;
    justify-content: flex-end;
}
.copyright_flex > ul > li
{
    padding-left: 25px;
}
.copyright_flex > ul > li > p, .copyright_flex > ul > li > a
{
    color: rgba(255,255,255,0.5);
    text-transform: capitalize;
    font-size: 14px;
}
.copyright_flex > ul > li > a:hover
{
    color: #1ABC9C;
}
/*Footer End*/

/*privacy policy*/
.inner_heading > span, .privacy_policy > span
{
    color: #2c2c2c;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.privacy_policy { margin-top: 40px; }
.privacy_policy span
{
    display: block;
    margin: 45px 0 15px 0px;
}
/*privacy policy end*/
@media only screen and (max-width: 1580px)
{
    .swatches_modal
    {
        height: 640px;
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 1280px)
{
    /*colors modal*/
    .swatches_modal, .fabric_modal,.fabric_modal_1, .patterns_modal
    {
        z-index: 6;
        margin: 0;
        width: auto;
        overflow-y: scroll;
        height: 100vh;
        margin-top: 0;
        margin: 0;
        border-radius: 0;
    }
    /*Step 4 Fabric Modal*/
    .modal_colors_swatches
    {
        width: 100%;
    }
}
@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%;
    }
    .fabrics_img > img
    {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px)
{
	/*Navigation*/
    .nav
    {
        /*z-index: 999;*/
        padding: 0;
    }
    .nav-btn
    {
    	display: inline-block;
        position: absolute;
        right: 15px;
        top: 25px;
        background: #2c2c2c;
        padding: 5px;
        border-radius: 2px;
    }
    .nav-btn > label > span
    {
        display: block;
        width: 20px;
        padding: 2px;
        border-top: 3px solid #fff;
    }
    .nav-links
    {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 0px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        overflow-y: hidden;
        padding: 0;
        margin-top: 83px;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    }
    .nav-links > li
    {
        display: block;
        padding: 15px;
    }
    #nav-check:checked ~ .nav-links
    {
        /*height: 450px;*/
        height: 220px;
        overflow-y: auto;
        padding: 15px 0;
        z-index: 2;
    }
    .nav_dropdown_menu
    {
        top: 40px;
        z-index: 1;
    }
    /*Navigation End*/

    /*step 1 spec in a sec*/
    .request_btn > button
    {
    	padding: 10px 25px;
	}
    .cn_col
    {
        margin-right: 30px;
    }.pdf_submit_details_container .fixed_container{
        width: 800px;
    }.pdf_col.pattern-image img {
        width: 265px;
        height: 265px;
        max-width: 100%
    }
}
@media only screen and (max-width: 991px)
{
	/*step 1 spec in a sec*/
    .spec_width
    {
    	width: 47%;
	}
    .pattern_style_left, .fabric_style_left, .fetch_style_left
    {
        width: 100%;
    }
	/*step 2 patterns*/
	.patterns_flex ,.fabrics_flex
	{
    	margin: 0px 0 20px 25px;
	}
	.patterns_width ,.fabrics_width
	{
    	width: 45%;
	}
    /*step 3 colors*/
    .colors_width
    {
        width: 32.5%;
    }
	/*modal*/
    .cn_col, .color_groups_col
    {
        width: 100%;
    }
	/*admin br*/
	#admin_bg
    {
        display: none;
    }
    /*Step 4 Fabric*/
    .fabric_inner_flex, .patterns_inner_flex
    {
        flex-direction: column;
    }
    /*pdf*/
    .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: 500px;
        width: auto;
        max-width: 100%
    }
}
@media only screen and (max-width: 951px)
{

    /*Step 4 Fabric*/
    .select_fabric_btn > button
    {
        padding: 5px 15px;
    }
}
@media only screen and (max-width: 768px)
{
    /*footer*/
    .footer_wrap_flex
    {
        flex-direction: column;
    }
    .footer_flex
    {
        justify-content: flex-start;
    }
    .footer_flex > ul
    {
        margin-right: 50px;
    }
    .col_width, .links_width
    {
        width: 100%;
    }
    .social_links
    {
        margin-bottom: 30px;
    }
    .social_links > li
    {
        width: 30px;
        height: 30px;
    }
    .social_links > li > a > i
    {
        font-size: 14px;
        line-height: 30px;
    }
    .footer_contact
    {
        margin-top: 30px;
    }
    .copyright_flex > ul
    {
        flex-direction: column;
    }
    .copyright_flex > ul > li
    {
        padding: 10px 0;
    }
    /*step 1*/
    .edit_color_btn > button
    {
        padding: 10px;
    }
    /*step 2 patterns*/
    .right_detials
    {
        padding-left: 0px;
    }
    .left_filters, .no_record
    {
        width: auto;
    }
    /*step 3*/
	.replacecolor
	{
    	font-size: 10px;
	}
    .specsheet_actions
    {
        width: 100%;
        position: relative;
    }
    .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)
{
	/*step 1 spec in a sec*/
	.spec_width
	{
    	width: 100%;
	}
	/*step 2 patterns*/
	.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;
	}
	/*step 3 colors*/
	.colors_wrap_flex
	{
    	flex-direction: column;
	}
	.pattern_style_left > svg,.fabric_style_left > svg
	{
    	width: 100%;
	}
	.colors_width
	{
    	width: 49%;
	}
	.color_style_right
	{
	    width: 100%;
	    padding: 10px 0px;
	}
	/*modal*/
    .modal_search_flex > ul
    {
        flex-direction: column;
    }
    .modal_search
    {
        margin-top: 20px;
    }
    .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;
	}
    /*Submit Details*/
    .sample_table, .sample_table thead, .sample_table tbody, .sample_table th, .sample_table td,
    .sample_table tr
    {
        display: block;
    }
    /*Step 4 Fabric*/
    .right_detials
    {
        width: 100%;
    }
    .sample_table th, .sample_table td
    {
        width: auto;
    }
    /*pdf*/
    .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;
    }
}
@media only screen and (min-width: 687px) and (max-width: 767px)
{
    .replace_btn
    {
     margin: 0 0 0 10px;
    }
}
@media only screen and (max-width: 425px)
{
    /*login bg*/
    .login_bg
    {
        padding: 50px 0;
    }
    /*btn*/
    .login_btn > button
    {
        padding: 10px 25px;
    }
    /*footer*/
    .footer_flex
    {
        justify-content: space-between;
    }
    /*signup*/
    .signup_flex
    {
        flex-direction: column;
    }
    /*access requests*/
    .acc_dec_btn > button
    {
        padding: 10px 30px;
    }
    /*colors modal swatches*/
    .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)
{
    /*colors modal swatches*/
    .plate_width
    {
        width: 50px;
    }.pdf_col.pattern-image img {
        max-width: 100%;
        width: auto;
        height: 250px;
    }
}
@media only screen and (max-width: 374px)
{
    /*logo*/
    .nav_logo > a, .footer_logo > a, .footer_links > span, .footer_contact > span
    {
        font-size: 16px;
    }
    /*remember*/
    .login_checkbox
    {
        flex-direction: column;
    }
    .login_checkbox > label
    {
        margin-bottom: 10px;
    }
    /*step 1 spec in sec*/
    .request_btn > button
    {
   	 padding: 5px 15px;
     margin-top: 0;
	}
	/*step 3 colors*/
	.replacecolor
	{
    	font-size: 9px;
	}
    /*pdf*/
    .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;
    }
    /*pdf*/
    .specsheet_actions a
    {
        padding: 15px 10px;
    }
}

/* New CSS added from here */

/*Login*/
.login_bg {
    background-image: none;
    padding: 60px 0 0 0;
}
.overlay {
    background-color: transparent;
}
.form_wrap {
    margin: 30px auto 60px auto;
}
.login_wrap {
    width: 800px;
    max-width: 100%;
    background: rgba(52,117,153,.92);
    margin: auto;
    overflow: hidden;
    opacity: .8;
    border-radius: 0;
}
::placeholder{
  font-family:arial;
}
.login_bg > span {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}
form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"], form select {
    background: #fff;
    border-radius: 0;
    color: #2b2b2b;
    padding: 7px 12px;
    width: 100% !important;
    font-size: 14px;
    margin: 0 0 3px;
    height: auto;
    border-color: transparent;
    border:none;
    border-radius:0 !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="phone"]:focus, select:focus, textarea:focus{
    border-color: transparent;
    box-shadow: none;
}
.span_block {
    color: #fff;
}
.span_block a, .span_signup a {
    color: #ffffff;
    text-decoration: underline;
}
.span_block a:hover, .forget_pass a:hover, .span_signup a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.forget_pass a {
    color: #fff;
    text-decoration: underline;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button{
  padding:8px 10px;
}
.remember-me {
    display: none;
}
.span_block{
  text-align: center;
}
/*Sign-up*/
.form_wrap > span{
  color: #fff;
  margin-bottom: 35px;
}
.notification_setting > span, .vendor_bb > span{
  color: #fff;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    color: #ffffff;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    background: rgb(10 54 96 / 11%) !important;
    border-color: rgb(10 54 96) !important;
}
input[type="checkbox"] + label:before {
    border-radius: 0px;
}
button.primary  a:hover {
    color: #fff;
}
.floating-button-menu {
    background: #28537e;
    min-height: 30px;
    border-radius: 0px;
}
.spec_title {
    color: #28537e;
}
.floating-button-menu .floating-button-menu-links a:hover {
    background-color: #28537e;
}
.sample_details > span, .fabric_details > span, .patterns_details > span, .home_sias > span{
  border-radius: 0px;
}

.text-center {
    text-align: center!important;
}

.h2, h2 {
    font-size: 2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important;
}

.close_btn {
    display: flex;
    justify-content: flex-start;
}
.swatches_modal .modal_flex{
    justify-content: inherit;
}
.swatches_modal .cn_col {
    width: 40%;
}

.email {
    text-transform: lowercase;
}

.modal-dialog.video, .modal-dialog.video > modal-content {
    width: 800px;
    max-width: 100%;
}
