<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */


/*==============================================================
	Common Styles Initials
==============================================================*/

html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: inherit !important;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #01203d;
    font-weight: 300;
    background: #ffffff;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scrollbar-color: #01203d #e5e5e5;
    scrollbar-width: thin;
}

body.pause {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    background: #01203d;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #01203d;
}

a {
    outline: none;
    text-decoration: none;
    color: #495057;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #495057;
}

.btn:focus {
    box-shadow: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input,
textarea,
select {
    outline: none;
    resize: none;
    font-family: 'Poppins', sans-serif;
}

a,
input,
button {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

img {
    border: 0;
    vertical-align: top;
   /* max-width: 100%;
    height: auto; */
}

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

p {
    margin: 0 0 15px 0;
    padding: 0;
}

.slick-slide {
    outline: none !important;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-dropdown input {
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #17181a;
}

.form-control:-moz-placeholder {
    opacity: 1;
    color: #17181a;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #17181a;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #17181a;
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #17181a;
}

input:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}


/*==============================================================
	Custom Style
==============================================================*/

.container {
    max-width: 1150px;
    width: 100%;
    padding: 0 16px;
}


/*==============================================================
	Button Style
==============================================================*/


.btn {
    padding: 11px 16px;
    border-radius: 8px;
    background-color: #354D74;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.btn:hover {
    background: #5b7bad;
    color: #fff;
}
.btn.outline {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn.outline:hover {
    background: #fff;
    color: #354D74;
}

.btn.btn-icon {
    display: inline-flex;
    gap: 8px;
}

/*==============================================================
	Common Css 
==============================================================*/

h1,
.h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 72px;
    color: #0C192E;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}

h2,
.h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    color: #0C192E;
    margin: 0;
    font-weight: 700;
}

h3,
.h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 48px;
    color: #0C192E;
    margin: 0;
    font-weight: 700;
}

h4,
.h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #0C192E;
    margin: 0;
    font-weight: 700;
}

h5,
.h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #0C192E;
    margin: 0;
    font-weight: 700;
}

h6,
.h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #0C192E;
    margin: 0;
    font-weight: 700;
}

p:last-child {
    margin: 0;
}

p {
    font-size: 16px;
    /*line-height: 28px; ML */
    font-weight: 400;
}
.error-message {
    color: #FF0000;
}
.flash-success {
    color: green;
    font-weight: 600;
    border: 4px solid green;
    padding: 5px;
}

/* header css */
.header-wrap {
    position: relative;
    width: 100%;
    height: 96px;
}
.header-wrap header {
    width: 100%;
    height: 96px;
    background-color: #182841;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
}
.header-wrap header .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-left {
    width: 300px;
}
.header-right {
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-menu ul li {
    padding: 0 16px;
}
.header-menu ul &gt; li &gt; a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.header-menu ul &gt; li:hover &gt; a,
.header-menu ul &gt; li a.active {
    color: #e1b608;
}
.dropdown {
    position: relative;
}
.dropdown .toggle-submenu {
    display: inline-block;
    padding-left: 4px;
    cursor: pointer;
}
.header-menu ul &gt; li svg path {
    transition: all 0.3s ease-in-out;
}
.header-menu ul &gt; li:hover svg path {
    stroke: #e1b608;
}
.header-menu ul.sub-menu {
    width: 184px;
    padding: 16px 24px;
    background: #E1EDFF;
    box-shadow: 0px 12px 28px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.header-menu .sub-menu li {
    padding: 0;
    margin-bottom: 12px;
}
.header-menu .sub-menu li:last-child {
    margin-bottom: 0;
}
.header-menu .sub-menu li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0C192E;
}
.menu-btn {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}
.menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-btn span:nth-child(1) {
    top: 0px;
}

.menu-btn span:nth-child(2),.menu-btn span:nth-child(3) {
    top: 12px;
}

.menu-btn span:nth-child(4) {
    top: 24px;
}

.menu-btn.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}
.mobile-cta {
    padding-left: 16px;
}

/* banner css */
.section-banner {
    height: 650px;
    background-position: center center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
}
.banner-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.banner-info-left {
    width: 50%;
    padding: 0 15px;
}
.banner-info-right {
    width: 50%;
    padding: 0 15px;
}
.banner-info h1 {
    color: #fff;
    letter-spacing: -1.2px;
}
.banner-form {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    border-radius: 8px;
    background: #97a5be;
    /* background: rgba(202, 222, 255, 0.50); */
    /* backdrop-filter: blur(20px); */ /* was 5px ML */
    padding: 24px;
}

.form-control {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    background: #FFF;
    border: 0;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #182841;
    padding: 0 16px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #D4D4D4;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #D4D4D4;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #D4D4D4;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #D4D4D4;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(225,182,8,.5);
    outline: none;
}
.banner-form .form-group {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.banner-form .form-group label {
    width: 100%;
    padding-bottom: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
} 
.banner-form .form-group.half-width,
.find-rugs-form .form-group.half-width {
    width: 50%;
}
.banner-form .form-control {    /*ML*/
    font-size: 20px;
    font-weight: bold;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form-group.submit-btn {
    margin-bottom: 0;
}
.submit {
    width: 100%;
    padding: 12px 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background: #354D74;
    border-radius: 8px !important;
    border: 0;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.submit:hover {
    background: #5b7bad;
}
#spanSpinnerHome {  /* ML */
    position: absolute;
    margin: -4px 0px 0px 20px;
    visibility: hidden;
}
#spanSpinnerSearch {
    position: absolute;
    margin: -4px 0px 0px 36px;
    visibility: hidden;
}
.bg-light-blue {
    background: #E1EDFF;   
}
.intro-section {
    padding: 100px 0 100px;
}
.intro-info h2 {
    letter-spacing: -1.2px;
    padding-bottom: 30px;
}
.intro-info p {
    width: 100%;
/*    max-width: 736px; */
    margin: 0 auto 15px;
    text-align: center;
    color: #282828;
}
.intro-info .cta-group {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.intro-info p a {       /* ML */
    text-decoration: underline;
}

.section-rugs-deals {
    padding: 0px;
}
.section-title {
    padding-bottom: 15px;
    margin: 0px 0px 0px -7px;
}
.section-title h2 {
    text-align: center;
}

.rugs-deals-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.rugs-deals-listing ul li {
    width: 33%;
    padding: 0 8px;
    margin-bottom: 24px;
}
.rugs-deals-listing ul li .rug-box {
    height: 100%;
}
.rugs-deals-listing ul li .rug-box a {
    display: block;
    height: 100%;
    padding: 16px 16px 10px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.rugs-deals-listing ul li .rug-box a {
    border-color: #354D74;
}
.rugs-deals-listing ul li .rug-box a:hover {
    background: #e1edff;
}
.rug-box .rug-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #CADEFF;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.rug-box .rug-tag-empty {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 24px;
}
.rug-box .deal-title {
   font-size: 24px;
   line-height: 30px;
   color: #354D74;
   margin: 0;
   font-weight: 700;
   height: 65px;
}
.rug-box .deal-source {
}
.rug-box .deal-desc {
    height: 60px;   
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.rugs-deals-listing ul li .rug-box {
    padding-bottom: 8px;
}
#divDealsPage .rug-box .deal-desc {
    height: 55px;
}
.footer-top {
    padding: 14px 0;
    background-color: #0C192E;
}
.footer-top p {
    color: #cccccc;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.footer-bottom {
    padding: 28px 0;
    background-color: #182841;
}
.footer-bottom p {
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.footer-bottom-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quick-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.quick-links ul li {
    margin-left: 24px;
}
.quick-links ul li a {
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}
.quick-links ul li:hover a {
    color: #e1b608;
}
.inner-page {
   padding: 40px 0;
}
.inner-page.sidebar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.inner-page.sidebar .inner-page-sidebar {
    width: 33.33%;
    padding: 0 16px;
}
.inner-page.sidebar .inner-page-main {
    width: 66.67%;
    padding: 0 16px;
}

.find-rugs-form {
    padding: 10px 40px 10px 40px; /*was 32 47 */
    background: #354D74;
    border-radius: 12px;
}

.find-rugs-form .form-group {
    margin-bottom: 20px;
}
.find-rugs-form .form-group label {
    width: 100%;
    padding-bottom: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}

.find-rugs-form .form-group.submit-btn {
    margin-bottom: 0;
}
.find-rugs-form .submit {
    color: #354d74;
    border: 1px solid #354d74;
    background-color: #ffcc00;    
}
.find-rugs-form .submit:hover {
    border-color: white;
    background-color: #ffd32c;
}
.rugs-by-store-list .form-group input,
#divSearchCBs input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.rugs-by-store-list .form-group label,
#divSearchCBs label {
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.rugs-by-store-list .form-group label:before,
#divSearchCBs label:before {
    content: '';
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    position: absolute;
    top: 0;
    left: 0;
}
.rugs-by-store-list .form-group input:checked + label:before,
#divSearchCBs input:checked + label:before {
    background: url(/img/check-icon.svg);
    border-color: #354D74;
    background-size: cover;
    background-color: #ffffff; 
}
#divSearchCBs label {
    padding-left: 30px;
    padding-right: 7px;
}
.browse-rugs-by-store {
    padding-top: 8px;
}
#filterRugsByStore {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
}
.browse-rugs-by-store .form-group {
    margin-bottom: 2px;
}

.form-btn button {
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.form-btn button:hover {
    color: #A86B48;
}
.form-btn button.gold-btn {
    text-decoration: underline;
    color: #A86B48;
    margin-right: 24px;
}
.form-btn button.gold-btn:hover {
    color: #182841;
}

.breadcrumb {
    margin-bottom: 10px;
}
.breadcrumb li,
.breadcrumb li a {
    color: #A0A0A0;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.breadcrumb li a {
    transition: all 0.3s ease-in-out;
}
.breadcrumb li a:hover {
    color: #01203d;
}
.rugs-by-size-style h6 {
    padding-bottom: 15px;
}

.rugs-by-size-style-list {
    column-count: 2;
    column-gap: 32px;
    column-fill: balance;
}
.rugs-by-size-style-box .box-title {
    width: 100%;
    padding: 8px 15px;
    background: #E1EDFF;
    border-left: 3px solid #354D74;
    color: #182841;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.rugs-by-size-style-box {
    break-inside: avoid;
}
.rugs-by-size-style-box .style-listing {
    padding: 16px 0px 6px 12px;
}
.rugs-by-size-style-box .style-listing ul li {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}
.rugs-by-size-style-box .style-listing ul.two-column {
    column-count: 2;
    column-gap: 35px;
}
.rugs-by-size-style-box .style-listing .four-column {
    column-count: 4;
    column-gap: 32px;
}
.deals-page-intro {
    padding-top: 40px;
}
.deals-page-intro .breadcrumb {
    justify-content: center;
}
.page-intro-title {
    text-align: center;
}
.section-title p {
    margin-top: 10px;
}
.deals-page-intro .section-title {
    padding-bottom: 0;
}
/* ML remove 
.target-deals-wrap {
    padding: 56px 0 72px;
}
.target-deals-wrap .section-title {
    padding-bottom: 24px;
}
.rugs-usa-deals-wrap {
    padding: 48px 0 48px;
}
.rugs-usa-deals-wrap .section-title {
    padding-bottom: 24px;
}
.macys-deals-wrap {
    padding: 72px 0 72px;
}
.macys-deals-wrap .section-title {
    padding-bottom: 24px;
}
.bloomingdale-deals-wrap {
    padding: 48px 0 48px;
}
.bloomingdale-deals-wrap .section-title {
    padding-bottom: 24px;
}
*/
.product-tag ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}
.product-tag ul li {
    margin-right: 8px;
    margin-bottom: 18px;
}
.product-tag ul li .rug-tag {
    display: block;
    padding: 4px 12px;
    background: #CADEFF;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.sale-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #62b155;
    color: white;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 8px 0px 14px 0px;
}
.product-title {
    padding-bottom: 20px;
}
.product-intro .intro-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.product-intro .intro-box .product-media {
    width: 50%;
    padding: 0 16px;
}
.product-intro .intro-box .product-info {
    width: 50%;
    padding: 0 16px;
}
.product-intro .intro-box .product-media .img-box {
    border-radius: 4px;
    overflow: hidden;
}
.product-intro .intro-box .product-media .img-box img {
    width: 100%;
    display: block;
}
.prices-and-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.prices-and-btn .prices .main-prices {
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.prices-and-btn .prices .sell-prices {
    color: #0C192E;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.productSize {
    font-size: 16px;
    font-weight: bold;
}
.width-length-info {
    margin-top: 12px;
    color: #0C192E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.width-length-info strong {
    font-weight: 700!important;
    padding-right: 8px;
}
.product-desc p {
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.item-no {
    margin: 16px 0px 15px 0px;
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.save-more {
    padding-top: 38px;
}
.save-more .rugs-deals-listing {
    padding-top: 24px;
}
.save-more .rugs-deals-listing ul li .rug-box .deal-title h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.save-more .rugs-deals-listing ul li .rug-box h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.save-more .rugs-deals-listing ul li .rug-box {
    height: 100%;
}
.other-rugs-wrap {
    padding: 28px 0 28px;
    width: 100%;
    border-radius: 4px;
}
.other-rugs-wrap h6 {
    padding-bottom: 24px;
}
.other-rugs-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.other-rugs-listing ul li {
    width: 33.33%;
    padding: 0 16px;
    margin-bottom: 24px;
}
.other-rugs-box .media-box {
    border-radius: 4px;
    overflow: hidden;
}
.other-rugs-box .media-box img {
    width: 100%;
}
.other-rugs-box .desc-box {
    padding-top: 16px;
}
.other-rugs-box .desc-box .title {
    padding-bottom: 4px;
}
.other-rugs-box .desc-box .title  {
    display: block;
    color: #0C192E;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.other-rugs-box .desc-box p {
    color:#0C192E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.source-page-wrap .title h2 {
    padding-bottom: 18px;
}
.source-page-wrap .title p {
    width: 100%;
    max-width: 543px;
}

.source-listing {
    padding-top: 30px;
}
.source-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.source-listing ul li {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 30px;
}
.source-listing .source-box .source-media {
    text-align: center;
}
.source-listing .source-box .source-media a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 16px;
    border: 1px solid #354D74;
    border-radius: 8px;    
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.source-listing .source-box .source-media a:hover {
    background-color: #e1edff
}
.source-listing .source-box .source-media a:hover {

}
.source-listing .source-box .source-links {
    padding-top: 8px;
}
.source-listing .source-box .source-links .source-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.source-listing .source-box .source-links .source-links-list a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #5C78A7;
    transition: all 0.3s ease-in-out;
}
.source-listing .source-box .source-links .source-links-list a:hover {
    color: #0C192E;

}
.source-listing .source-box .source-links .source-links-list a .svg {
    margin-left: 5px;
}
.source-listing .source-box .source-links .source-links-list a .svg path {
    stroke: #5C78A7;
    transition: all 0.3s ease-in-out;
}
.source-listing .source-box .source-links .source-links-list a:hover .svg path {
    stroke: #0C192E;
}
.search-page-header {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
.search-page-header p {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #747474;
}
.search-sort-by {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    padding-bottom: 16px;
}
.search-sort-by h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #5C78A7;
}
.search-sort-by .sort-by div {
    border-radius: 32px;
    border: 1px solid #D4D4D4;
    background: transparent;
    padding: 6px 14px 6px 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #A0A0A0;
    display: inline-flex;
    align-content: center;
    gap: 4px;
    transition: all 0.3s ease-in-out;
}
.search-sort-by .sort-by div:hover,
.search-sort-by .sort-by a.active {
    background: #E1EDFF;
    border-color: #5C78A7;
    color: #5C78A7;
}
.sort-btn-highlighted {
    background: #E1EDFF !important;
    border-color: #5C78A7 !important;
    color: #5C78A7 !important;
}
.search-sort-by .sort-by button.active {

}
.search-sort-by .sort-by button svg path {
    fill: #A0A0A0;
    transition: all 0.3s ease-in-out;
}
.search-sort-by .sort-by button:hover svg path,
.search-sort-by .sort-by button.active svg path {
    fill: #5C78A7;
}
.search-results-listing .search-result-box {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
}
.search-results-listing .search-result-box:hover {
    box-shadow: 0px 12px 28px 8px rgba(0, 0, 0, 0.12);
}
.search-results-listing .search-result-box .search-result-media {
    width: 257px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.search-results-listing .search-result-box .search-result-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.search-results-listing .search-result-box .search-desc {
    width: calc(100% - 257px);
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
}
.search-results-listing .search-result-box .search-desc h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0C192E;
    padding-bottom: 0;
}
.search-results-listing .search-result-box .product-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.search-results-listing .search-result-box .product-info .product-info-left {
    width: 40%;
    padding-right: 10px;
}
.search-results-listing .search-result-box .product-info .product-info-right {
    width: 60%;
    padding-left: 10px;
}
.search-results-listing .search-result-box .product-info .product-info-right .width-length-info {
    padding: 0;
    justify-content: flex-start;
    padding-bottom: 5px;
}
.search-results-listing .search-result-box .product-info .product-info-left .sell-prices {
    color: #0C192E;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.search-results-listing .search-result-box .product-info .product-info-left .main-prices {
    color: #A0A0A0;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.search-results-listing .search-result-box .product-info .product-info-right .width-length-info .width-info {
    padding-right: 10px;
}
.search-results-listing .search-result-box .product-info .from-info {
    color: #0C192E;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}
.search-results-listing .search-result-box .product-info .from-info a {
    color:#5C78A7;
    font-weight: 400;
}
.search-results-listing .search-result-box .sell-list {
    padding-top: 0;
}
.search-results-listing .search-result-box .sell-tag {
    margin-bottom: 0;
    background: #6CC55D;
    color: #fff;
}
.search-results-listing .search-result-box .prices {
    padding-bottom: 10px;
}
.search-results-listing .search-result-box .desc-box {
    padding-top: 0;
}
.search-results-listing .search-result-box .desc-box p {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.search-sort-by .sort-by {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-results-listing ul li {
    margin-bottom: 16px;
}
.search-desc .cta-btn {
    margin-top: auto;
}

.pagination-wrap .pagination {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.pagination-wrap .pagination li {
    width: 54px;
    height: 40px;
}
.page-link {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #cccccc !important;
    border: none;
}
.page-link:hover {
    color: #354d74;
    background: none;
    border-bottom: 2px solid #354d74;
}
li.current span {
    border-bottom: 2px solid #354d74;
}
/*
.pagination-wrap .pagination li a,
.pagination-wrap .pagination li span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #D4D4D4;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.pagination-wrap .pagination li a:hover,
.pagination-wrap .pagination li.active a {
    color: #5C78A7;
    border-color: #5C78A7;
}
.pagination-wrap .pagination li:first-child {
    margin-right: 24px;
}
.pagination-wrap .pagination li:last-child {
    margin-left: 24px;
}
*/

/* =================================
Custom RBS
====================================  */
#homeFeaturedDeals .deal-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
}
#homeFeaturedDeals .deal-source {
    font-size: 20px;
    line-height: 24px;
    color: #4e5f7a;
    margin-bottom: 4px;
    font-weight: 700;
}
#homeFeaturedDeals .rug-box p {
    line-height: normal;
}
h1.pageHeader {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 38px;
}
h2.pageSubHeader {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
h1.pageHeaderNoSearchbar {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
}
h2.pageSubHeaderNoSearchbar {
    font-size: 40px;
    line-height: 46px;    
    font-weight: 700;
}
h2.featuredSubHeader {
    font-size: 22px;
}
.highlight {
    font-weight: bold;
    color: #FF0000;
}
/* Search Bar 
=================*/
.headingSearchbar {
    font-weight: 500;
    font-size: 26px;
    padding-bottom: 16px;
    white-space: nowrap;
    color: white;
}
hr.sourcegroupDivider {
    margin-top: -5px;
    margin-bottom: 9px;
    color: #ffffff;
}
#divSettingsIcon {
    position: relative;
    text-align: right;
    width: 100%;
}
#settingsIcon {
    color: #ffcc00;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 5px;
}
.widthFromPadding {
    padding-right: 5px;
}
#divSearchCBs {display: none;}
#divSearchCBs{
    font-size: 18px;
    font-weight: 400;
}
#divClearSources {
    color: #ffffff;
}
a.clearLinks {
    font-weight: normal;
    text-decoration:none;
    color: #ffffff;
}
a.clearLinks:hover {
    font-weight: normal;
    text-decoration:underline;
    color: #ffffff;
}
#divSearchbarErr {
    display: none;
    color: red;
    background-color: white;
    border-radius: 3px;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
}
/*===============
Browse pages 
================= */
#divBrowseCatsPage a {
    font-size: 18px;
}
#divBrowseCatsPage a:hover {
    text-decoration: underline;
}
#divBrowseCatsPage h2 {
    font-size: 22px;
    line-height: normal;
}
.rugs-by-type a, .rugs-by-style a {
    font-size: 17px !important
}
#divDealsPage .rugs-deals-listing ul li {
    padding: 0px 6px;
}
#divDealsPage h3 {
    font-size: 30px;
    background: #E1EDFF;
    border-radius: 4px;
    padding: 5px 0px;
    text-align: center;
}
/* Product Page 
================*/
.divProductPage h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.divProductPage h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}
a.linkMoreDetails {
    text-decoration: none;
}
a.linkMoreDetails:hover {
    text-decoration: underline;
}
.divProductPage .deal-title {
    font-size: 22px;
}
.other-rugs-header {
    font-size: 22px;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
}

/*===============
Browse Category pages 
================= */

.browse-category-page-info .tag-lin p {
    color: #A86B48;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.browse-category-page-info h4 {
    color: #282828;
    font-weight: 600;
    width: 100%;
    max-width: 576px;
    padding-bottom: 16px;
}
.browse-category-types ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.browse-category-types ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 8px;
}
.browse-category-types ul li a {
    padding-left: 20px;
    color:#4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
/*
.browse-category-types ul li a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/right-gray-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.browse-category-listing .items-found {
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    padding-bottom: 16px;
}
*/
.browse-category-listing &gt; ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.browse-category-listing &gt; ul &gt; li {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 35px;
}
.browse-category-listing ul li .category-box {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 10px 0px 10px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.browse-category-listing ul li .category-box:hover {
    box-shadow: 0px 22px 70px 4px rgba(0, 0, 0, 0.10);
}
.browse-category-listing .category-box .category-img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.browse-category-listing .category-box .category-img a {
    display: block;
}
.browse-category-listing .category-box .category-img a img {
    width: 100%;
    display: block;
}
.browse-category-listing .category-box .product-tag {
    width: 100%;
    min-height: 44px;
}
.browse-category-listing .category-box .product-tag ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.browse-category-listing .category-box .product-tag ul li {
    margin-bottom: 10px;
}
.browse-category-listing .category-box h6 {
    color:#0C192E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 0 10px; 
}
.browse-category-listing .category-box .prices-width-length-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.browse-category-listing .category-box .prices-width-length-info .width-length-desc .lbl {
    width: 65px;
    color: #0C192E;
    font-size: 16px;
    font-weight: 700;
}
.browse-category-listing .category-box .prices-width-length-info .width-length-desc .val {

}
.browse-category-listing .category-box .from-info {
    color: #0C192E;
    font-size: 12px;
}
.browse-category-listing .category-box .from-info strong {
    padding-right: 10px;
}
.browse-category-listing .category-box .from-info a {
    color: #5C78A7;
}
.browse-category-listing .category-box .sell-prices {
    color: #0C192E;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.browse-category-listing .category-box .main-prices {
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; 
}
.browse-category-page-info {
    padding-top: 10px;
}
.browse-category-listing .category-box h6 a {
    color: #282828;
    transition: all 0.3s ease-in-out;
}
.browse-category-listing .category-box h6 a:hover {
    color: #5b7bad;
}
.browse-category-listing .category-box .from-row {
    
}
/*===============
Local page 
================= */
.local-page-wrap h4 {
    width: 100%;
    max-width: 575px;
    font-weight: 600;
    color: #282828;
    padding-bottom: 16px;
}
.local-rug-stores {
    padding-top: 40px;
}
.local-rug-store-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.local-rug-store-nav ul li {
    padding-right: 0;
}
.local-rug-store-nav ul li a {
    color: #A0A0A0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}
.local-rug-store-nav ul li a:hover,
.local-rug-store-nav ul li a.active {
    color: #A86B48;
    border-color: #A86B48;
}
.local-rug-store-listing {
    padding-top: 24px;
}
.local-rug-store-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.local-rug-store-listing ul li {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 32px;
}
.local-rug-store-listing ul li p {
    margin: 0px;
}
.local-rug-store-listing .rug-store-box {
    padding: 8px;
    border-radius: 8px;
    background: #FBFBFB;
    transition: all 0.3s ease-in-out;
}
.local-rug-store-listing .rug-store-box:hover {
    background: #e1edff;
}
.local-rug-store-listing .rug-store-box h6 {
    color: #0C192E;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 8px;
}

.local-rug-store-listing .rug-store-box .location-link a {
    color:#4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.local-rug-store-listing .rug-store-box .location-link a:hover {
    color:#5C78A7;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.contact-info a {
    color:#5C78A7;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.contact-info a:hover {
    color: #17181a;
}
.contact-info a .svg {
    margin-right: 8px;
}
.contact-info a .svg path {
    transition: all 0.3s ease-in-out;
}
.contact-info a:hover .svg path {
    fill: #17181a;
}
.contact-info .number {
    margin-top: 2px;
}
/*===============
About page 
================= */
.about-page-intro {
    padding-top: 40px;
}
.about-page-intro .page-intro-title .section-title {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-bottom: 60px;
}
.about-page-intro .page-intro-title h1 {
    width: 310px;
    text-align: left;
}
.about-page-intro .page-intro-title .desc-box {
    width: calc(100% - 310px);
    padding-left: 74px;
}
.about-businesses-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.about-businesses-info .about-businesses-info-left {
    width: 50%;
    padding: 0 16px;
    display: flex;   
    flex-direction: column;
}
.about-businesses-info .about-businesses-info-right {
    width: 50%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    
}
.about-businesses-info .businesses-info-box {
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    background: #FBFBFB;
    padding: 30px;
    margin-bottom: 32px;
    /* height: 100%; ML removed temporarily */
}
.about-businesses-info .businesses-info-box h2 {
    color: #282828;
    padding-bottom: 16px;
}
.about-businesses-info .businesses-info-box h6 {
    color:#282828;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 16px;
}
.about-businesses-info .businesses-info-box h5 {
    padding-bottom: 10px;
}
.about-businesses-info .businesses-info-box p {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.cta-link {
    padding-top: 10px;
}
.cta-link a {
    color:#A86B48;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 3px;
    border-bottom: 1px solid #A86B48;
    transition: all 0.3s ease-in-out;
}
.cta-link a:hover {
    color: #17181a;
    border-color: #17181a;
    padding-bottom: 1px;
}
.our-mission-wrap {
    padding: 18px 0 70px;
}
.our-mission-box {
    padding: 50px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.our-mission-box h2 {
    color: #354D74;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    padding-bottom: 8px;
}
.our-mission-box p {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.feedback-wrap {
    padding: 50px 0 70px;
}
.feedback-wrap .feedback {
    width: 100%;
    max-width: 578px;
    margin: 0 auto;
    text-align: center;
}
.feedback-wrap .feedback  h2 {
    color: #354D74;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.feedback-wrap .feedback .cta-btn {
    padding-top: 10px;
}

/*==========
Contact Page
============*/
.contact-page {
    padding: 60px 0;
}
.contact-page h2 {
    text-align: left;
    font-size: 36px;
    padding-bottom: 34px;
}
.contact-page-info {
    display: flex;
    flex-wrap: wrap;
}
.contact-page-info .contact-info-left {
    width: 60%;
    margin-bottom: 30px;
}
.contact-page-info .contact-info-right {
    width: 40%;
    padding-left: 96px;
    color: #32322F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;    
}
.contact-form .form-control {
    border: 1px solid #D4D4D4;
    padding: 0 16px;
    height: 60px;
    border-radius: 0;
    color: #4E4E4E;
    font-size: 18px;
}
.contact-form .form-group {
    margin-bottom: 32px;
}
.contact-form .form-group label {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 8px;
    display: block;
}
.contact-form .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #17181a;
}
.contact-form .form-control:-moz-placeholder {
    opacity: 1;
    color: #17181a;
}
.contact-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #17181a;
}
.contact-form .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #17181a;
}
.contact-form textarea.form-control {
    height: 126px;
    padding: 16px;
}
.contact-form .code-box {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.contact-form .code-box .code-input {
    width: 100%;
    max-width: 172px;
    margin-right: 2px;
}
.code-img {
    width: 95px;
    margin-right: 15px;
}
#img-captcha {
    height: 60px;
    width: 100px;
}
.code-btn {
    width: 80px;
}
.code-btn a:hover {
    text-decoration: underline;
}
.contact-form .submit {
    width: auto;
    font-size: 16px;
}
.contact-form {
    padding: 48px;
    border-radius: 8px;
    border: 1px solid #5C78A7;
}
.contact-form .form-group.submit-btn {
    margin-bottom: 0;
}
.contact-form h3 {
    padding-bottom: 24px;
}
.contact-info-right h5 {
    padding-bottom: 8px;
}
.contact-info-right a {
    color: #454540;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}
.contact-info-box ul li {
}
.contact-info-box ul li label {
    width: 104px;
}
.contact-info-box ul li:last-child a {
    text-decoration: underline;
}
.contact-page #spanIndicatorHolder {
    display: none;
    position: relative;
    top: 7px;
    left: 20px;
}
/*==========
Blog Page
============*/
.blog-post-page h4 {
    padding-bottom: 14px;
}
.older-newer-post-nav {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 40px;
}
.older-newer-post-nav .older-post {
    width: 50%;
    padding-right: 15px;
}
.older-newer-post-nav .newer-post {
    width: 50%;
    padding-left: 15px;
}
.older-newer-post-nav a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.older-newer-post-nav a .icon-box {
    width: 24px;
}
.title {
    width: calc(100% - 40px);
}
.older-newer-post-nav .older-post a {
    text-align: left;
}
.older-newer-post-nav .newer-post a {
    text-align: right;
}
.older-newer-post-nav a span {
    width: 100%;
    display: block;
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 4px;
}
.older-newer-post-nav a .title {
    color: #5C78A7;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    
}
.blog-post-page .product-listing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.blog-post-page .product-listing ul li {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 32px;
}
.blog-post-page .product-listing ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    padding: 16px;
    transition: all 0.3s ease-in-out;
}
.blog-post-page .product-listing ul li a:hover {
    background: #e1edff;
}
.blog-post-page .product-listing .product-media {
    border-radius: 8px;
    overflow: hidden;
}
.blog-post-page .product-listing .product-media img {
    width: 100%;
    display: block;
}
.blog-post-page .product-listing h6 {
    color: #0C192E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 0;
}
.blog-post-page .product-listing .width-length-info {
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    gap: 8px;
    color:#0C192E;
    font-size: 12px;
    /* font-weight: 600; */
    line-height: 16px;
}
.blog-post-page .product-listing .prices .main-prices {
    color: #0C192E;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 8px;
}
.blog-post-page p a {
    color: #282828;
    text-decoration: underline;
}
/*==================
TOS &amp; Privacy Policy
====================*/
#termsorderedlist,
#privacyorderedlist {
    list-style: decimal;
    padding-left: 16px;
}
#termsorderedlist li,
#privacyorderedlist li {
    font-weight: bold;
}
#termsorderedlist li ol,
#privacyorderedlist li ol {
    list-style: lower-alpha;
    padding-left: 20px;
}
#termsorderedlist li p,
#privacyorderedlist li p{
    font-weight: normal;
    margin-bottom: 1rem;
}
#logitemsunorderedlist,
#discloseunorderedlist {
    list-style: square;
    padding-left: 20px;
}
#logitemsunorderedlist li,
#discloseunorderedlist li {
    font-weight: normal !important;
}</pre></body></html>