body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #171717;
 }
/*------------- fonts ------------*/
@font-face {
	font-family:OpenSans-Regular;
	src: url(../font/OpenSans-Regular.ttf);
}
@font-face {
	font-family:OpenSans-ExtraBold;
	src: url(../font/OpenSans-ExtraBold.ttf);
}
@font-face {
	font-family:OpenSans-SemiBold;
	src: url(../font/OpenSans-SemiBold.ttf);
}
@font-face {
	font-family:OpenSans-Light;
	src: url(../font/OpenSans-Light.ttf);
}
@font-face {
	font-family:OpenSans-Bold;
	src: url(../font/OpenSans-Bold.ttf);
}
@font-face {
    font-family:OpenSans-SemiBoldItalic;
    src: url(../font/OpenSans-SemiBoldItalic.ttf);
}
@font-face {
	font-family:Inter-Bold;
	src: url(../font/Inter-Bold.ttf);
}
a:hover{ 
    text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: unset;
	margin:0px;
	padding:0px;
}
ul
{
	margin:0px;
	padding:0px;
}
:focus{
    outline: none;
}
a {
    transition: all .3s ease-in-out;
   	text-decoration: unset;
}
/* -------------- common -------------- */

/*menu*/
.header_part .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.header_part .container-fluid {
    padding: 0;
}
/*.header_part {
    max-width: 1665px;
    margin: 0 auto;
}*/
.header_part nav ul li{
    padding: 35px 11px;
}
.header_part nav ul li a{
	font-family:OpenSans-SemiBold;
	font-size:14px;
    color: #666666;
    text-transform: capitalize;
    padding:0px !important;
}
.header_part .navbar-light .navbar-nav .nav-link {
    color: #666666;
}
.header_part .navbar-light .navbar-nav .nav-link.active, .header_part .navbar-light .navbar-nav .show>.nav-link {
    color:#578526;
    font-family:OpenSans-Bold;
}

.container_full {
    max-width: 1065px;
    margin: 0 auto;
}
.top_bar_right p {
    margin: 0;
}
.top_bar_part {display: flex;justify-content: space-between;align-items: center;}

.top_bar_left ul {display: flex;align-items: center; line-height: 18px;}
.cart_icon {
   margin-left: 10px;
}
.top_bar {
    background-color: #99CA3A;
    padding: 7px 0px;
}
.top_bar_left ul li a {
    font-family:OpenSans-SemiBold;
    font-size: 12px;
    color: #ffffff;
}
.main_banner_img img {
    width: 100%;
    object-fit: contain;
}
.top_bar_left ul li {
    padding-right: 19px;
}
.top_bar_left ul li.active a {
	font-family:OpenSans-ExtraBold;
}
.flag {
    width: 90px;
    border: 1px solid #ffffff;
    /*text-align: center;*/
    border-radius: 5px;
    padding: 1px 0px;
    background-color: transparent;
    color: #ffffff;
    font-family: OpenSans-SemiBold;
    font-size: 12px;
        background-image: url(../image/drop-down.png);
    -webkit-appearance: none;
        background-position: calc(100% - 9px) calc(1em + -5px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.top_bar_left {
    display: flex;
    align-items: center;
}	
.header_icon {
    margin-left: 7px;
}
.main_slider {
    background-color: #E4E4E4;
    /*padding: 167px 0px;*/
}
.saffiano-info h1 {
	font-family:OpenSans-Bold;
	font-size: 36px;
	color: #ffffff;
	line-height: 49px;
	text-transform: uppercase;
}
.saffiano-info p {
	font-family: OpenSans-Regular;
	font-size: 28px;
	color: #ffffff;
	line-height: 38px;
	max-width: 541px;
        padding-top: 8px;
    padding-bottom: 10px;
}
.fabrics_btn {
    font-family:OpenSans-Bold;
    color: #ffffff;
    font-size: 16px;
    width: 257px;
    background-color: #99CA3A;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    justify-content: center;
}

.product_slider .owl-dots {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1065px;
    margin: 0 auto;
    bottom: 51px;
}

.product_slider .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    color: #ffffff;
    z-index: 999;
    border:1px solid #ffffff;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
}
.product_slider .owl-dots .owl-dot.active span{
	background-color: #ffffff;
	border:none;
}
.product_slider .owl-dot {
    margin: 0px 12px;
}
.main_banner {
    position: relative;
}
.product_slider.owl-carousel .owl-nav button.owl-prev span{
	    background-image: url(../image/arrow_left.png);
    width: 22px;
    height:47px;
    left: 40px;
   font-size: 0px;
    position: absolute;
    font-size: 0;
    background-repeat: no-repeat;
}
.product_slider.owl-carousel .owl-nav button.owl-next span{
    right: 0;
     background-image: url(../image/right_arrow.png);
    width: 22px;
    height: 47px;
    right: 40px;
    position: absolute;
    font-size: 0;
    background-repeat: no-repeat;
}
.product_slider .owl-nav {
    top: 50%;
}
.main_slider_info {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 68.23%);
	background-blend-mode: multiply;
}
.main_slider_info .container_full {
    height: 100%;
}
.saffiano-info {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.navbar, .navbar-brand{
	padding:0;
}
.inner_page .main_header{
	 box-shadow: 0px 2px 2px rgb(39 74 2 / 25%);
    margin-bottom: 4px;
}
.main_header {
    height: 90px;
    /*padding: 15px 0px;*/
 /*   -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
.main_header.sticky {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    width: 100%;
    z-index: 2;
     box-shadow: 0px 2px 2px rgb(39 74 2 / 25%);
}
.collection_img {
}

.collection_block {
	position: relative;  
  width: 31.3%;
    margin:16px 9px;
}

.collection_flex {  
    display: flex;
        flex-flow: wrap;
    margin: 0px -8px;
     padding-top: 30px;
     padding-bottom: 52px;
}
.fabrics_check_btn .fabrics_btn {
    margin: 0 auto;
}
.collection_info {
	position: absolute;
    /* top: 0; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 28px;
    /*height: 65px;*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.12%, #000000 100%);
    height: 100%;
    bottom: 0;
}
.collection_info h3 {
	font-family:OpenSans-ExtraBold;
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	    max-width: 220px;
    margin: 0 auto;
    position: absolute;
    bottom: 28px;
    width: 100%;
    right: 0;
    left: 0;
}
h2{
	font-family:OpenSans-Bold;
	font-size: 30px;
}
.collection_title h2 {
    text-align: center;
    padding-bottom: 25px;
    color: #759E2E;
    text-transform: uppercase;
}
.collection_title p {
	font-family: OpenSans-Regular;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	max-width: 844px;
    margin: 0 auto;
}
.collection_section {
    padding-top: 82px;
    padding-bottom: 91px;
}
.fabrics_all_btn {
    /*letter-spacing: -0.02em;*/
    font-size: 16px;
    width: 414px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
     font-family: OpenSans-Bold;
    color: #C94026;
    margin: 0 auto;
    background: rgba(255, 255, 221, 0.8);
	border: 2px solid #FFFFDD;
	box-shadow: 0px 6px 6px 2px #841A04;
	border-radius: 6px;
}
.kind_of_fabric_section {
    /*background: linear-gradient(180deg, #8D2714 0%, #C94026 25%, #C94026 75%, #8D2714 100%);*/
    background-image: url(../image/fabric_bg.png);
    padding-top: 61px;
    padding-bottom: 50px;
    text-align: center;
}
.kind_of_fabric_part h2 {
    padding-bottom: 14px;
    color: #FFFFDD;
    text-transform: uppercase;
}
.collection_img img {
    width: 100%;
    object-fit: cover;
}
.kind_of_fabric_part p {
	font-family: OpenSans-Regular;
    font-size: 16px;
    color: #FFFFDD;
    line-height: 22px;
    max-width: 605px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.best_look_part h2 {
	text-align: center;
    padding-bottom: 40px;
    color: #759E2E;
    text-transform: uppercase;
}

.best_look_part p {
	font-family: OpenSans-Regular;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    max-width: 846px;
    margin: 0 auto;
}
.best_look_flex {display: flex;max-width: 681px;margin: 0 auto;}

.best_look_flex .collection_block {width: 50%;}

/*.best_look_flex .collection_block .collection_img {height: 324px;}*/
.best_look_section {
	padding-bottom: 67px;
    padding-top: 67px;
}
.best_look_part {
    padding-bottom: 41px;
}
.best_look_flex .collection_block .collection_info h3 {
    font-size: 26px;
    max-width: 100%;
}
.best_look_part p span {
    font-family: OpenSans-Bold;
}
.satisfied_customers_section {
	background: rgba(255, 255, 221, 0.5);
	padding: 65px 0;
}

.satisfied_customers_part {max-width: 666px;margin: 0 auto;}

.satisfied_customers_part h2 {text-align: center; color: #9E341E;padding-bottom: 27px;}

.satisfied_customers_part p {
	font-family: OpenSans-Regular;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.testimonials_start img {
    width: unset !important;
    margin: 0px 1px;
}
.testimonials_start {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.footer_section {
    background-color: #274A02;
    text-align: center;
    padding-top: 20px;
        border-top: 5px solid #99CA3A;
}
.footer_address h6 {
 	font-family: OpenSans-Bold;
 	font-size: 14px;
    color: #ffffff;
}
.footer_address p span{
	font-family: OpenSans-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
}
.footer_address p span:after{
	position: absolute;
	left: 0;
	content: '|';
}
.footer_address p a{
	font-family: OpenSans-Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.footer_policy ul {display: flex;justify-content: center;align-items: center;}

ul.footer_policy_menu li a{
	font-family:OpenSans-SemiBold;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	padding:0px 10px;
}
ul.footer_menu li a{
	font-family:OpenSans-SemiBold;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	padding:0px 18px;
}
ul.footer_policy_menu {
    padding-bottom: 7px;
}
.footer_logo {
    margin-bottom: 17px;
}
.footer_address {
    padding-bottom: 24px;
}
.copyright_part p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-family:OpenSans-SemiBold;
}
.copyright_part {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 10px 0px;
}
.footer_part {
    padding-bottom: 19px;
}
.fabric_business_block {display: flex; /*align-items: center;*/}

.fabric_business_left {width: 50%; padding-right: 30px;}

.fabric_business_right {width: 50%; padding-left: 10px;}
.fabric_business_title p {
	font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 30px;
    max-width: 627px;
    color: #000000;
}
.fabric_business_title p span, .fabric_business_title p strong{
	font-family: OpenSans-Bold;
}
.fabric_business_left p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000000;
    text-shadow: 0 0 0 #000000;
    line-height: 22px;
}
.fabric_business_title {
    padding-bottom: 19px;
}
.breadcrumb_section {background-color: #F8FBF2; padding: 6px 0px;}

.breadcrumb_section ul {display: flex;align-items: center; margin-left: -16px;}

.breadcrumb_section ul li a {
	position: relative;
	/*padding: 0px 16px;*/
	 font-family: OpenSans-Regular;
    font-size: 12px;
    color: #666666;
}

.breadcrumb_section ul li{
	 font-family: OpenSans-Regular;
    font-size: 12px;
    color: #274A02;
    padding: 0px 15px;
}
.breadcrumb_section ul li.active{
	font-family: OpenSans-Bold;
}
.breadcrumb_section ul li a:after {position: absolute;content: '>';right: -19px;}
.fabric_business_section {
    padding-top: 93px;
    padding-bottom: 80px;
}
.small_dots .product_slider .owl-dots {
    bottom: -17px;
    text-align: center;
}

.small_dots .product_slider .owl-dots span{
    width: 8px;
    height: 8px;
}
.small_dots .product_slider .owl-dot {
    margin: 0px 7px;
}

.testimonials_slider_img img {width: unset !important; margin: 0 auto;}
.testimonials_title {
    padding-bottom: 34px;
}
.testimonials_section {background-color: #FAF5EF;padding-top: 38px;padding-bottom: 50px;}
.testimonials_slider_part.small_dots .product_slider .owl-dots {
    bottom: -37px;
}

.our_product_part p {
	font-family: OpenSans-Regular;
    font-size: 20px;
    color: #000000;
    max-width: 840px;
    margin: 0 auto;
    line-height: 30px;
}
.our_product_section {
    padding-top: 67px;
    padding-bottom: 32px;
}
.our_product_part h2 {
    padding-bottom: 34px;
    color: #759E2E;
    text-align: center;
}
.our_product_block {
	display: flex;  
    padding-top: 62px;
}

.our_product_img {width: 39%;}
.our_product_img img {
    width: 100%;
}
.our_product_info {width: 61%;padding-left: 25px;}

.types_of_fabric_block {display: flex;margin-left: -25px;}

.types_of_fabric_name {padding: 0px 25px;text-align: center;}

.types_of_fabric_name img {height: 70px; padding-bottom: 9px;}
.our_product_info h3 {
    padding-bottom: 20px;
	font-family: OpenSans-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #274A02;
    text-transform: uppercase;
}
.our_product_info p {
	font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}
.types_of_fabric h4 {
	font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 32px;
}
.types_of_fabric_name h5 {
	font-size: 14px;
    color: #000000;
    font-family:OpenSans-SemiBold;
    text-transform: uppercase;
}
.types_of_fabric {
    padding-top: 24px;
}
.fabrics_quality h6 {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 9px;
    color: #000000;
}
.fabrics_quality h6 span {
	color: #F39201;
}
.fabrics_quality_block {display: flex;justify-content: space-around;}
.fabrics_quality_list ul li {
	font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}
.color_card_info h3 {
    padding-bottom: 16px;
    font-family: OpenSans-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #274A02;
    text-transform: uppercase;
}
.color_card_info p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #222222;
    padding-bottom: 5px;
    /*text-shadow: 0 0 0 #000000; */
    line-height: 22px;
}
.color_card_block {display: flex; /*align-items: center;*/}


.color_card_info {width: 61%; padding-right: 29px;}

.color_card_img {width: 39%;}

.color_card_part.color_card_part2 {
    background-color: #ffffff;
}
.color_card_img img {width: 100%;}
.color_card_block.color_card_block2 {flex-flow: row-reverse;}
ul.piece_set {
    padding-left: 0;
}
ul.piece_set li{
     font-family: OpenSans-Regular;
    font-size: 16px;
    color: #222222;
    /*text-shadow: 0 0 0 #000000; */
    line-height: 22px;
        text-decoration: underline;
    padding-bottom: 10px;
}
.color_card_info h6 {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 9px;
    color: #F39201;
    padding-top: 16px;
}
.privacy_policy_part h2 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 60px;
    color: #759E2E;
}
.privacy_policy_part h6 {
	    font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.information_part h3 {
	text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
     font-family: OpenSans-Bold;
    color:#274A02;
        padding-bottom: 19px;
}
.information_part p {
	font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 22px;
    /*text-shadow: 0 0 0 #000000; */
    color: #000000;
}
.information_part h4 {
	font-size: 20px;
    line-height: 27px;
     font-family: OpenSans-Bold;
    color: #274A02;
    padding-bottom: 19px;
    padding-top: 10px;
}
.information_part p span{
	font-family: OpenSans-Bold;
}
.privacy_policy_part {
    max-width: 945px;
    margin: 0 auto;
}
.privacy_policy_section {
    padding-top: 95px;
    padding-bottom: 75px;
}
.information_part {
    padding-top: 35px;
}
.acordian-part-info .panel {
    display: none;
}
.acordian-part-info .accordion-option .accordion{
	height: 48px;
	border: 1px solid #99CA3A;
	font-family: OpenSans-Bold;
    font-size: 18px;
    color: #578526;
    /*text-shadow: 0 0 0 #000000;*/
    display: block;
    padding: 10px 15px;
    padding-right: 25px;
    background-color: #F8FBF2;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.acordian-part-info .accordion-option .accordion:after{
content: '';
    position: absolute;
    right: 15px;
    height: 100%;
    width: 13px;
    background-repeat: no-repeat;
    /*border: 2px solid;*/
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    top: 0;
    background-position: center;
    transition: 0.2s ease;
    background-color:#578526;
    -webkit-mask-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    /*background-image: url(../image/plase_sign.png);*/
    /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");*/
      transform: scale(.7) !important;
          -webkit-mask-repeat: no-repeat;
          -webkit-mask-position: center center;
}
.acordian-part-info .accordion-option .accordion.active:after{
    transform: rotate(224deg);
    background-color:#578526;
     -webkit-mask-repeat: no-repeat;
          -webkit-mask-position: center center;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
     /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");*/
}
.acordian-part-info .accordion-option {
    margin-bottom: 10px;
}
.acordian-part-info .accordion-option .panel-body p {
	 font-family: OpenSans-Regular;
    font-size: 16px;
    color:#222222;
    /*text-shadow: 0 0 0 #000000; */
    line-height: 22px;
}
.acordian-part-info .accordion-option .panel-body {
	padding: 18px 25px;
	padding-bottom: 1px;
}
.acordian-part-info {
    padding-top: 32px;
}
.acordian-part-info .accordion-option .panel-body p a{
	font-family: OpenSans-Bold;
	color: #222222;
}
.privacy_policy_part h6 span, .privacy_policy_part h6 a{
	font-family: OpenSans-Bold;
	color: #000000;
}
.privacy_policy_part.shipping_policy_part h6 {
    padding-bottom: 26px;
}

.acordian-part-info.faq_acordian .accordion-option .accordion{
	font-family: OpenSans-Bold;
}
.acordian-part-info .accordion-option .panel-body p span, .acordian-part-info .accordion-option .panel-body ul li a, .acordian-part-info .accordion-option .panel-body p strong{
	font-family: OpenSans-Bold;
	color: #000000;
}
.acordian-part-info .accordion-option .panel-body ul li{
	    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000000;
    text-shadow: 0 0 0 #000000;
    line-height: 22px;
        padding-bottom: 5px;
}

.business_list p {
    padding-bottom: 15px;
}
.business_list h6 {
	font-size: 16px;
    color: #000000;
    font-family: OpenSans-Bold;
    line-height: 22px;
}
.business_list h6 {
    font-size: 16px;
    color: #000000;
    font-family: OpenSans-Bold;
    line-height: 22px;
    padding-bottom: 32px;
}
.business_list ul{
	padding-bottom: 25px;
}
.business_list ul li{
	padding-bottom: 7px;
}
.business_list ul li span , .business_list ul li strong{
	font-family: OpenSans-Bold;
}
.privacy_policy_section.purposes_section .privacy_policy_part h3 {
	color: #F39201;
	font-family: OpenSans-Bold;
	font-size: 29px;
	line-height: 39px;
}
.privacy_policy_section.purposes_section .privacy_policy_part .information_part p {
    font-size: 16px;
}
.acordian-part-info.purposes_accordion .accordion-option .panel-body ul {
	padding-bottom: 15px;
}
.contact_part {display: flex;}
.contact_tilte h5 {
	font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
        max-width: 945px;
    margin: 0 auto;
    text-shadow: 0 0 0 #000000;
}
.contact_tilte h5 a{
	font-family: OpenSans-Bold;
	color: #000000;
}
.contact_left p a{
    color: #000000;
}
.contact_left ul li span ,.contact_left ul li strong{
    font-family: OpenSans-Bold;
}
.contact_section {
    padding-top: 95px;
    padding-bottom: 75px;
}
.hours_operation {
    border: 1px solid #99CA3A;
    padding: 22px 22px;
    padding-bottom: 19px;
    max-width: 410px;
    margin-top: 46px;
}
.contact_left {
    width: 50%;
    padding-right: 10px;
}
.contact_right {
    width: 50%;
    padding-left: 118px;
}
.our_location_part h2 {
    color: #759E2E;
    text-align: center;
}
.our_location_block {
    display: flex;
    align-items: center;
    padding-top: 55px;
}
.our_location_img {
    width: 39%;
}
.our_location_map {
    width: 61%;
    padding-left: 23px;
    height: 423px;
}
.our_location_img img {
    width: 100%;
    object-fit: cover;

}
.our_location_map iframe {
        height: 100%;   
    border: 3px solid #99CA3A !important;
    width: 100%;
}

.our_location {
    background-color: #FAF5EF;
    padding-top: 68px;
    padding-bottom: 86px;
}
.hours_operation h3 {
    color: #99CA3A;
    font-family: OpenSans-Bold;
    font-size: 24px;
       padding-bottom: 16px;
}
.hours_operation p{
     padding-bottom: 8px;
    margin: 0;
}
/*.contact_left p {
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    font-family: OpenSans-Regular;
}*/
.contact_left ul li {
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    font-family: OpenSans-Regular;
    position: relative;
    padding-left: 14px;
}
.contact_left ul li:after{
    position: absolute;
    width: 5px;
    height: 5px;
    content: ' ';
    background-color: #000000;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.contact_left ul li:first-child:after{
    display: none;
}
.contact_left ul li:first-child{
    margin-left: -14px;
}
ul.contact_showroom {
    padding-top: 5px;
}
.contact_left ul {
    padding-bottom: 21px;
}
.contact_left h6 {
	font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    padding-bottom: 22px;
}
.contact_left p{
	font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.contact_left p span ,.contact_left p strong{
	font-family: OpenSans-Bold;
}
.contact_tilte {
    padding-bottom: 66px;
}
.collection_part {
    max-width: 910px;
    margin: 0 auto;
}
.review_part {
    max-width: 500px;
    margin: 0 auto;
        padding-bottom: 54px;
}
.review_part p {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-shadow: 0 0 0 #000000;
    font-family: OpenSans-Regular;
}
ul.policies_list {
    padding-bottom: 9px;
}
.acordian-part-info.faq_acordian .accordion-option .panel-body ul.policies_list li a {
    font-family: OpenSans-Regular;
    text-decoration: underline;  
}
.acordian-part-info.faq_acordian .accordion-option .panel-body ul.policies_list li {
    text-shadow: unset;
}
.review_part hr {
	text-align: center;
    width: 230px;
    margin: 0 auto;
    opacity: 1;
    /* height: 0px; */
    border: 1px dotted;
    background-color: transparent;
}
.review_part h5 {
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
font-family: OpenSans-Bold;
	color: #666666;

}
.fabric_business_right .product_slider {
    padding-bottom: 26px;
}
.center_dots .owl-dots {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1065px;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}
.line {
    width: unset !important;
    margin: 0 auto;
    margin-bottom: 8px;
}
.center_dots .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    /*color: #ffffff;*/
    z-index: 999;
    border:1px solid #9E341E;
    background-color: transparent;
    position: absolute;
    border-radius: 50%;
}
.center_dots .owl-dots .owl-dot.active span{
	background-color: #9E341E;
	border:none;
}
.center_dots .owl-dot {
    margin: 0px 12px;
}
.fabrics_btn:hover {
    color: #274A02;
}
.fabrics_all_btn:hover{
	color: #274A02;
}
.mob_header, .footer_mob_logo  {
    display: none;
}
 .mob_banner{
 	display: none !important;
 }
 .privacy_policy_section.return_policy_section {
    padding-bottom: 100px;
}
.acordian-part-info.faq_acordian .accordion-option .panel-body ul li {
    /*padding-bottom: 17px;*/
}
h4.note_info{
	font-size: 16px;
	line-height: 22px;
	font-family:OpenSans-SemiBold;
	color: #222222;
	border: 1px solid #999999;
	    padding: 14px 20px;
    border-radius: 7px;
    margin-bottom: 26px;
        position: relative;
    padding-left: 60px;	
}
h4.note_info img {
    position: absolute;
    left: 20px;
    top: 17px;
}
.fabric_business_left p span, .our_product_part p span, .color_card_info p span, .fabric_business_left p strong, .our_product_part p strong, .color_card_info p strong {
    font-family: OpenSans-Bold;
}
.fabric_business_left h4.note_info {
    margin: 0;
}
.testimonials_title h2 {
    color: #9E341E;
    text-align: center;
}
.open_weave_flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
.acordian-part-info .accordion-option .panel-body ul.open_weave li {
    color: #222222;
    text-shadow: unset;
    text-decoration: underline;
}
.acordian-part-info.about_acordian {
    padding-top: 0px;
}
.color_card_part {
    background-color: #FCFCFC;
    padding: 70px 0px;
}
.color_card_block.color_card_block2 .color_card_info {
    padding-right: 0px;
    padding-left: 27px;
}
.acordian-part-info.about_acordian .accordion-option .panel-body p {
    text-decoration: underline;
}
.color_card_info h4.note_info {
    margin-bottom: 0;
}
h3.mob_title{
    display: none;
}
.fabrics_policy_title h2 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 60px;
    color: #759E2E;
}
.fabrics_policy_title h6 {
    font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.privacy_policy_part h6 a.contact_link{
    font-family: OpenSans-Regular;
}
.fabrics_policy_section {
    padding-top: 95px;
    padding-bottom: 94px;
}
.fabrics_policy_title h6 span , .fabrics_policy_title h6 strong{
    font-family: OpenSans-Bold;
}
.privacy_policy_part h6 a {
    text-decoration: underline;
}
.fabrics_policy_part {
    max-width: 955px;
    margin: 0 auto;
}
h4.note_info span ,h4.note_info strong{
    font-family: OpenSans-Bold;
    font-style: italic;
    text-decoration: underline;
}
.form-control:focus {
    box-shadow: unset;
}
.fabrics_policy_title h4.note_info {
    margin-top: 25px;
    margin-bottom: 10px;
}
.fabrics_filters h6 {
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    font-family:OpenSans-SemiBold;
}
.selecte_option {
    display: flex;
    flex-flow: wrap;
    margin: 0px -12px;
}
.fabrics_different_options {
    padding-top: 6px;
}
.custom-select {
    width: 30.8%;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 8px;
    height: 40px;
    margin: 10px 12px;
    font-size: 16px;
    color: #666666;
    font-family: OpenSans-Regular;
        background: transparent;
    -webkit-appearance: none;
    background-image: url(../image/select-arrow_down.png);
    background-position: calc(100% - 15px) calc(1em + -1px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: unset;
    background-repeat: no-repeat;
    padding: 0px 15px;
}
.fabrics_different_options {
    padding-top: 6px;
}

.filter_btn a {
    width: 196px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: OpenSans-Bold;
    border-radius: 6px;
}
.filter_btn .filter{
    background: #99CA3A;
    box-shadow: 0px 4px 4px rgba(87, 133, 38, 0.3);
    color: #ffffff;
    border: 1px solid #99CA3A;
}
.filter_btn .clear.filter{
    background: #FFFFFF;
    border: 1px solid #99CA3A;
    box-shadow: unset;
    color: #99CA3A;
    margin-left: 15px;
}
.filter_btn {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.fabrics_block_info h3 {
    color: #578526;
    font-size: 20px;
    line-height: 27px;
     font-family: OpenSans-Bold;
        padding-bottom: 6px;
}
.fabrics_block_info h5 {
    font-style: italic;
    font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 27px;
    color: #444444;
}
.fabrics_block_info h5 span{
    font-family: OpenSans-Bold;
}
.fabrics_block_content p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 30px;
    color:#222222;
    margin: 0;
}
.fabrics_block_content p span{
    font-family: OpenSans-Bold;
}
.fabrics_policy_title h6 a{
    font-family: OpenSans-Bold;
    color: #000000;
}
a.see_fabric {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #99CA3A;
    width: 110px;
    height: 30px;
    font-family: OpenSans-Bold;
    justify-content: center;
    border: 1px solid #99CA3A;
    border-radius: 6px;
}
.fabrics_grid {
    display: flex;
    flex-flow: wrap;
    margin: 0px -13px;
    padding-top: 68px;
}

.fabrics_block {
    width: 30.6%;
    margin: 30px 13px;
}
.fabrics_policy_part.sample_swatch_part .fabrics_grid {
    padding-top: 33px;
}
.fabrics_block_img img {
    width: 100%;
}
.fabrics_block_info {
    padding-top: 3px;
}
.fabrics_block_content {
    padding-top: 7px;
    padding-bottom: 10px;
}
.fabrics_policy_part.sample_swatch_part .fabrics_policy_title h4.note_info {
    margin-bottom: 20px;
}
.add_to_card {
    background: #99CA3A;
    /*box-shadow: 0px 4px 4px rgb(87 133 38 / 30%);*/
    color: #ffffff;
    border: 1px solid #99CA3A;
    width: 142px;
    height: 51px;
    border-radius: 6px;
    font-size: 16px;
    font-family: OpenSans-Bold;
    margin-left: 8px;
}

.remember_section {
    border: 2px solid #99CA3A;
    border-radius: 8px;
    padding: 37px 87px;
    text-align: center;
    margin-top: 79px;
}
.remember_info p {
    color: #666666;
    font-size: 20px;
    line-height: 27px;
    font-family:OpenSans-SemiBold;
}
.swatches_btn {
    font-size: 16px;
    font-family: OpenSans-Bold;
    border-radius: 6px;
    color: #99CA3A;
    width: 414px;
    height: 48px;
    border: 2px solid #99CA3A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 19px;
}
.contact-form .form-group .form-control  {
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 8px;
        height: 48px;
}
.contact-form .form-group label{
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #667080;
    padding-bottom: 4px;
}
.contact-form .form-group {
    margin-bottom: 17px;
}
.contact-form .form-group textarea.form-control {
    height: 182px;
}
.submit_btn.fabrics_btn {
    border: none;
    width: 100%;
    margin-top: 9px;
    box-shadow: 0px 4px 4px rgba(87, 133, 38, 0.3);
}
.contact-form .form-group label.signing {
    font-size: 12px;
    color: #000000;
    padding: 0;
}
.contact-form .form-group label.signing  a{
     font-family: OpenSans-Bold;
     color: #000000;
}
/*button*/
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    padding: 0px 7px;
    border: 1px solid #999999;
    border-radius: 2px;
    /*margin-right:10px;*/
    position: relative;
    display: flex;
    border-radius: 6px;
    align-items: center;
}
.quantity.buttons_added .minus {
    border-right: 0;
    background-image: url(../image/arrow_down.png);
    background-position: center;
}
.quantity.buttons_added .plus {
    border-left: 0;
    background-image: url(../image/arrow_up.png);
    background-position: center;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
.quantity.buttons_added .minus {
    /* padding: 0px 11px 0px 0px !important; */
    margin-right: 1px;
}
.quantity.buttons_added .minus, .quantity.buttons_added .plus {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    min-height: unset;
    vertical-align: middle;
    border: 0px;
    cursor: pointer;
    /* border: 1px solid #9e9e9e; */
    background-color: transparent;
}
.quantity .input-text.qty {
    background-color: transparent;
    width: 48px!important;
    height: 37px;
    padding: 0 5px;
    text-align: left;
    border-radius: 0px;
    text-transform: uppercase;
     border: none;
    color: #666666 ;
    font-size: 16px;
    font-family: OpenSans-Regular;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
.quantity_part {
    display: flex;
    align-items: center;
}

.arrow_up {
    display: flex;
    flex-flow: column-reverse;
}
.contact_tilte h2 {
    color: #759E2E;
    text-align: center;
    padding-bottom: 60px;
	text-transform: uppercase;
}
.bed_linen_info p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #000000;
    text-shadow: 0 0 0 #000000;
    line-height: 22px;
    letter-spacing: 0.1px;
    padding-bottom: 10px;
}
.bed_linen_info p span{
    font-family: OpenSans-Bold;
}
.bed_linen_info {
    padding-top: 19px;
}
.bed_linen_info h5 {
    font-family: OpenSans-Bold;
    font-size: 16px;
    color: #000000;
    text-shadow: 0 0 0 #000000;
    line-height: 22px;
    padding-bottom: 10px;
}
.bed_linen_block {
    display: flex;
    padding-bottom: 54px;
    align-items: center;
}
.bed_linen_grid {
    max-width: 896px;
    margin: 0 auto;
    padding-top: 85px;
}
.bed_linen_img h4 {
    color: #666666;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    text-align: center;
    padding-top: 7px;
}
.bed_linen_title h3 {
    color: #578526;
    font-size: 20px;
    line-height: 27px;
    font-family: OpenSans-Bold;
}
.bed_linen_title h6 {
    color: #666666;
    font-family:OpenSans-SemiBoldItalic;
    font-size: 16px;
    line-height: 22px;
    /*font-style: italic;*/
}
.bed_linen_title h5 {
    font-family:OpenSans-SemiBoldItalic;
    color: #444444;
    font-size: 20px;
    line-height: 27px;
    /*font-style: italic;*/
}
.bed_linen_img {
    width: 49%;
}

.bed_linen_title {
    width: 51%;
    padding-left: 30px;
}

.bed_linen_img img {
    width: 100%;
}
.bed_sheets_size .selecte_option {
    flex-flow: column;
    margin: 0;
}
.bed_sheets_size .selecte_option label {
    color: #222222;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 4px;
}
.bed_sheets_size .selecte_option .custom-select{
    margin:0;
    width: 304px;
    height: 40px;
}
.color_img_list {
    display: flex;
    margin: 0px -7px;
}
.color_bed_sheets {
    padding-bottom: 23px;
    padding-top: 20px;
}
.color_img_grid {
    margin: 0px 7px;
    width: 46px;
}
.color_bed_sheets label{
    color: #222222;
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 4px;
}
.color_bed_sheets label span{
    font-family: OpenSans-Regular;
}
.color_img_grid img {
    width: 100%;
}
.bed_sheets_size {
    padding-top:18px;
}
.bed_linen_block:last-child {
    padding-bottom: 0;
}
.acordian-part-info.faq_acordian .accordion-option .panel-body ul li a, .acordian-part-info.faq_acordian .accordion-option .panel-body p a{
    text-decoration: underline;
}
.acordian-part-info.faq_acordian .accordion-option .panel-body .business_list p a{
    text-decoration: unset;
    font-family: OpenSans-Regular;
}

.new .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.new .form-group label {
  position: relative;
  cursor: pointer;
}

.new .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #666666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
  border-radius: 3px;
}
.new .form-group input:checked + label:before {
  background-color: #759E2E;
  border: 1px solid #759E2E;
}
.new .form-group input:checked + label:after {
      content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);


    /*content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 2px;
    width: 20px;
    height: 20px;
  
    background-color: red;*/
}


/*mega menu*/

.mega-menu {
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    top: 90px;
    border-top:5px solid #99CA3A;
    padding-top: 26px;
    padding-bottom: 22px;
    box-shadow: 0px 14px 14.76px 3.24px rgb(0 0 0 / 24%);
}
.header_part nav ul li.dropdown:hover {
    cursor: pointer;
}
.mega-menu .item img {
    width: 100%;
}
.mega-menu a {
  
    display: block;
 
}
.mega-menu a:hover {color: #2d6a91;}


.dropdown {position: static;}

.dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.mega-menu_block ul li a:hover{
    color: #578526 !important;
}
.mega-menu_part {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 35px;
}
/*.mega-menu_part .mega-menu_block.mega-part-new ul {
    margin-left: -44px;
}
.mega-menu_part .mega-menu_block.mega-part-new ul li {
    padding-left: 44px;
}*/
.mega-menu_block ul {
    display: block;
}
.mega-menu_block {
    text-align: left;
    width: 49%;
}
.silk_category {
    padding-bottom: 28px;
}
.mega-menu_block ul li {
    padding: 0px;
}
.mega-menu_block img {
    margin-left: 75px;
}
.mega-menu_block h4 {
    font-size: 18px;
    color: #759E2E;
   padding-bottom: 6px;
    margin-bottom: 7px;
    border-bottom: 1px solid #759E2E;
    font-family:OpenSans-SemiBold;
}
.mega-menu_block.mega-part-new ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.silk_category h4 {
    margin-bottom: 6px;
}
.mega-menu_part .mega-menu_block ul li {
    padding: 5px 0px;
}
.mega-menu_part .mega-menu_block ul li a{
    color: #666666;
    font-size: 14px;
    font-family: OpenSans-Regular;
    text-transform: capitalize;
}
.silk_category:last-child {
    padding-bottom: 0;
}
.header_part nav ul li .mega-menu_block a.fabrics_btn {
    font-family: OpenSans-Bold;
    color: #ffffff;
    font-size: 16px;
    display: flex;
        margin-top: 35px;
}
.header_part .navbar-light .navbar-nav .nav-item:hover .nav-link{
    color: #578526;
}
.judy_sample_section {
    display: flex;
    border-bottom: 1px dashed #999999;
    transform: rotate(0.06deg);
    margin-bottom: 19px;
    padding-bottom: 19px;
}
.judy_sample_right_info{
    width: 302px;
}
.judy_sample_left {
    width: 50%;
}
.judy_sample_left h5 img {
    margin-right: 14px;
}
.judy_sample_right {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.judy_sample_right_info h4.note_info {
    font-size: 12px;
    line-height: 16px;
    font-family: 'OpenSans-Regular';
    text-shadow: 0 0 0 #000000;
    margin-bottom: 16px;
}
.judy_sample_left h5 {
    color: #666666;
    line-height: 20px;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    letter-spacing: 0.2px;
        margin-top: 6px;
}
.judy_sample_right_info h6 {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSans-SemiBold';
    height: 45px;
    border: 1px solid #99CA3A;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.judy_sample_right_info h6 span {
    background-color: #F3F3F3;
    width: 42px;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fabrics_different_options.judy_sample_options .filter_btn {
    padding-top: 0;
}
.fabrics_different_options.judy_sample_options .filter_btn a {
    height: 40px;
}
.fabrics_grid.judy_grid_flex .fabrics_block {
    margin: 24px 24px;
    width: 20.1%;
}
.fabrics_grid.judy_grid_flex .fabrics_block .add_to_card {
    width: 124px;
    height: 48px;
}
.fabrics_grid.judy_grid_flex .quantity .input-text.qty {
    width: 33px!important;
    height: 21px;
    padding: 0 0px;
}
.fabrics_grid.judy_grid_flex .quantity.buttons_added .minus, .fabrics_grid.judy_grid_flex .quantity.buttons_added .plus {
    width: 16px;
    height: 23px;
}
.fabrics_grid.judy_grid_flex .quantity_part {
    padding-top: 16px;
}
.judy_linen_block {
    display: flex;
}
.judy_linen_block_left {
    width: 40%;
}
.judy_linen_block_right {
    width: 60%;
    padding-left: 20px;
}
.judy_linen_block_img img {
    width: 100%;
}
.judy_linen_block_left .acordian-part-info .accordion-option .accordion {
    height: 35px;
    padding: 2px 11px;
}
.judy_linen_block_left .acordian-part-info .accordion-option .panel-body  {
    padding: 2px 12px;
}
.judy_linen_block_left .acordian-part-info .accordion-option .panel-body .fabrics_block_content p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.judy_linen_block_left .acordian-part-info .accordion-option .panel-body .fabrics_block_content p span{
    color: #666666;
}
.judy_linen_block_left .fabrics_block_content {
    border-bottom: 1px dashed #999999;
}
.judy_linen_block_left .acordian-part-info .accordion-option .panel-body h5 {
    color: #666666;
    line-height: 20px;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
}
.judy_linen_block_left .acordian-part-info .accordion-option .panel-body h5 img{
    margin-right: 14px;
     margin-top: 4px;
}
.judy_linen_block_info h2 {
    text-transform: uppercase;
    color: #759E2E;
    font-size: 32px;
    padding-bottom: 10px;
}
.judy_linen_block_info h5{
    font-style: italic;
    font-family: 'OpenSans-SemiBold';
    font-size: 20px;
    line-height: 27px;
    color: #444444;
    padding-bottom: 16px;
    border-bottom: 1px dashed #999999;
}
/*.judy_linen_block_info {
    padding-bottom: 16px;
    border-bottom: 1px dashed #999999;
}*/
.judy_linen_block_info h6 {
    color: #222222;
    text-shadow: 0 0 0 #222222;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    letter-spacing: 0.3px;
    padding-top: 16px;
}
.judy_linen_block_info h6 span{
    font-family: OpenSans-Bold;
    font-size: 20px;
}
.washed_fabric .form-group label {
    font-size: 14px;
    color: #222222;
    text-shadow: 0 0 0 #222222;
    font-family: 'OpenSans-Regular';
    padding-left: 4px;
    text-decoration: underline;
}
.washed_fabric {
    padding-top: 7px;
}
.judy_washed_fabric .selecte_option .custom-select {
    height: 30px;
}
.judy_washed_fabric .selecte_option .custom-select {
    height: 28px;
    font-size: 12px;
    padding: 0px 11px;
    margin: 8px 0px;
    width: 193px;
    background-position: calc(100% - 11px) calc(1em + -4px), calc(100% - 15px) calc(1em + 2px), 100% 0;
}
.judy_washed_fabric .selecte_option {
    justify-content: flex-end;
        margin: 0;
}
.judy_linen_colors {
    display: flex;
    flex-flow: wrap;
    margin: 0px -7px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 20px;
}
.judy_linen_colors_img{
    margin:7px;
}
.judy_linen_block_info .quantity_part h4 {
    font-size: 20px;
    line-height: 27px;
    color: #222222;
    font-family: OpenSans-Bold;
    padding-right: 21px;
}
.judy_linen_block_info .quantity_part{
    padding-top: 21px;
}
.remember_note_info {
    border: 2px solid #99CA3A;
    padding: 22px 20px;
    border-radius: 6px;
    display: flex;
    margin: 0px -25px;
    /*margin-top: 99px;*/
    margin-top: 80px;

}
.remember_note_info h4.note_info {
    border: unset;
    padding: unset;
    padding-left: 36px;   
     margin-bottom: 0;
     color: #666666;
}
.remember_note_info h4.note_info img {
    left: 0px;
    top: 0;
}
.remember_note_judy {
    padding-left: 20px;
}
.remember_note_judy h6 {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSans-SemiBold';
    height: 45px;
    border: 1px solid #99CA3A;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 319px;
}
#note_info_link{
	color:#666666;
}
.remember_note_judy h6 span{
        background-color: #F3F3F3;
    width: 42px;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remember_note_info h4.note_info a{
    color: #666666;
    font-family: OpenSans-Bold;
}
.fabrics_different_options .dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
}
.fabrics_different_options .dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 39px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
    z-index: 1;
}
.fabrics_different_options .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.fabrics_different_options .dropdown .dropdown-label {
      display: block;
    height: 100%;
    background: #fff;
    border: none;
    padding: 10px 0;
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    font-family: OpenSans-Regular;
}
.fabrics_different_options .dropdown .dropdown-label:before {
  content: "";
    background-image: url(../image/select-arrow_down.png);
    width: 14px;
    height: 100%;
    right: 10px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
}
.fabrics_different_options .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.fabrics_different_options .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.fabrics_different_options .dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

/*3-10-2022*/
.usage_suggestions_flex {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 32px;
    gap: 20px;
}
.usage_suggestions_info h3 {
    color: #578526;
    font-size: 14px;
    line-height: 19px;
    font-family: OpenSans-Bold;
    padding-bottom: 6px;
}
.usage_suggestions_block {
    width: 23.3%;
}
.usage_suggestions_info a.see_fabric.see_fabric_new {
    width: 152px;
}
.usage_suggestions_img img {
    width: 100%;
}
.usage_suggestions_info {
    padding-top: 6px;
}