.col-md-3a {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.header-search .twitter-typeahead input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #eeeeee !important;
}

.text-primary {
    color: #eeeeee !important;
}

.btn-primary {
  background: #eeeeee;
  border-color: #eeeeee;              
  color: #555555;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #eeeeee;
  border-color: #eeeeee;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: #eeeeee;
  color: #ffffff;
  border-color: #eeeeee;
}

.btn-link:hover, .btn-link:focus {
  color: #eeeeee;
}
.btn-link:disabled, .btn-link.disabled {
  color: #eeeeee;
}

/* Badge CSS */
.badge-primary {
  background: #fed925;
  color: #333333;
}

 

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #eeeeee;
}

/**** pagination ****/
.page-item.active .page-link {
  background: #eeeeee;
  border-color: #eeeeee;
}

 
/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #eeeeee;
}

.page-header h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 3px;
  background: #eeeeee;
  left: 0;
  right: 0;
  bottom: -2px;
}

.top-header .header-search .twitter-typeahead:after {
  color: #555;
  padding: 0 0.9rem;
  background: #eeeeee;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

#InfoTab .nav-tabs .nav-item .nav-link.active:before, #InfoTab .nav-tabs .nav-item .nav-link:hover:before {
  background: #eeeeee;
}

.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #555555;
  background: #eeeeee;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #555555;
  background: #eeeeee;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) {
  margin-top: 0 !important;
  background: #eeeeee;
}

.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li .dropdown-menu {
  background: #eeeeee;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu > .all-product, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu > .dropdown-item {
  background: #eeeeee;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar .btn-link span {
  position: absolute;
  background: #eeeeee;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  top: 12px;
  right: 5px;
  padding: 0.2rem 0.3rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.flip3d .card-header .card-title:hover {
  color: #eeeeee;
}

.fotter_bottom ul li a b {
  color: #eeeeee;
}
.fotter_bottom ul li a:after {
  background: #ffffff;
}
.fotter_bottom ul li a:hover {
  color: #eeeeee;
}
.fotter_bottom ul li a:hover:after {
  background: #eeeeee;
}
.fotter_bottom ul li .badgeonproducttitle {
  color: #eeeeee;
}
.fotter_bottom ul.list-unstyled > li > a:after {
  background: #eeeeee;
}
.fotter_bottom .contact_us .customer_service a {
  color: #eeeeee;
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-family: "latoblack", sans-serif;
  letter-spacing: 2px;
}
.fotter_bottom .social_media li a:hover i {
  color: #333333;
  background: #eeeeee;
  border-color: #eeeeee;
}
.bottom-links li a:hover, .bottom-links li a.active {
  color: #eeeeee;
}
.form-control:focus + .input-group-append .input-group-text {
  border-color: #eeeeee;
}
.form-control:focus ~ .col-form-label {
  color: #eeeeee;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #eeeeee;
}
.footer-content .social ul li:hover a i, footer .social ul li:hover a i {
  background: #eeeeee;
  color: #fff;
  border-color: #eeeeee;
}

.page-header {
  color: #505050;
}

.table .thead-light th, .table .thead th, .table thead th {
  color: #505050 !important;
  background: transparent;
  border-bottom-color: #505050;
}

a:hover {
  color: #505050;
  text-decoration: none;
}
.btn-info {
  background: #0b4e8d;
  border-color: #0b4e8d;
}
.btn-info.disabled, .btn-info:disabled {
  background: #505050;
  border-color: #505050;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-outline-info {
  background: transparent;
  border-color: #505050;
  color: #505050;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  background: #505050;
  color: #ffffff;
  border-color: #505050;
}

/***** Link Button ******/
.btn-link {
  color: #505050;
}

.border-info {
  border-color: #505050 !important;
}

/**** loader ****/
.loading {
  border-color: transparent #505050;
}

#loading-text {
  color: #505050;
}

.text-info {
  color: #505050 !important;
}

.card-title {
  color: #505050;
}

.card-title a.btn-link {
  color: #505050 !important;
}
.card-title a:hover {
  color: #505050 !important;
}

.badge-info {
  background: #505050;
}

.bg-info {
  background-color: #505050 !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f2f2f2;
  color: #505050 !important;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #505050 !important;
}
/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #505050;
  border-color: #505050;
  box-shadow: none;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #505050;
  border-color: #505050;
  box-shadow: none;
}

.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong, .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #505050 !important;
}
.tt-dropdown-menu .tt-suggestion a:hover {
  color: #505050 !important;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #505050 !important;
}

/**** Account Page CSS ****/
.account-links a:hover .fa-kit{
  color: #505050;
}

.account_dashboard_box h4 {
  color: #505050;
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  background: transparent;
  color: #505050;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #505050;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #505050;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
  background: #505050;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td:hover:hover {
  background: #505050;
  color: #fff;
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover > a {
  color: #505050 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover strong {
  color: #505050 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .all-product, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .dropdown-item, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .all-product, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .dropdown-item {
  background: #f8f8f8;
  color: #505050 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .all-product:after, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .dropdown-item:after, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .all-product:after, .navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .dropdown-item:after {
  color: #505050;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a {
  background: #505050;
  color: #ffffff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
  color: #505050 !important;
  background: #f8f8f8;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:after, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:after {
  color: #505050;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu .list-unstyled li:hover > a {
  color: #505050 !important;
}
@media only screen and (min-width: 768px) {
  .navbar {
    background-color: #505050;
  }
}
.sidebar .card .card-header {
  background-color: #505050 !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
  font-size: 16px;
  font-size: 1rem;
  color: #505050 !important;
  border-bottom: 1px dashed #ccc;
  padding-left: 0 !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.5rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover, .sidebar .card .card-body .accordion-menu .list-group-item > a[aria-expanded=true], .sidebar .card .card-body .accordion .list-group-item > a:hover, .sidebar .card .card-body .accordion .list-group-item > a[aria-expanded=true] {
  color: #505050 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li:hover a, .sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li.active a, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li:hover a, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li.active a {
  color: #505050 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
  background: #505050;
  color: #ffffff !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
  background: #505050;
}
.sidebar #myaccount_menu li:hover a, .sidebar #myaccount_menu li.active a {
  color: #505050 !important;
}
.sidebar .without_cat .list-group .list-group-item ul li:hover a, .sidebar .without_cat .list-group .list-group-item ul li.active a {
  color: #505050 !important;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  color: #505050;
}
.sidebar #straightmenu .list-group .list-group-item > a:hover {
  color: #505050 !important;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a:hover {
  color: #505050 !important;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li:hover > a, .sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active > a {
  color: #505050 !important;
}
.browse_design {
  border-color: #505050 !important;
}
.browse_design .btn-img-text {
  color: #505050 !important;
}
.ico_quote_design {
  border-color: #505050 !important;
}
.ico_quote_design .btn-img-text {
  color: #505050 !important;
}
.btn-title-text.browse_design {
  background: #505050 !important;
  border-color: #505050 !important;
}
.btn-title-text.browse_design:hover a .h4, .btn-title-text.browse_design:hover a i {
  color: #505050 !important;
}
.btn-title-text.quote_product {
  background: #505050 !important;
  border-color: #505050 !important;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #505050 !important;
}

.customer_service p a {
  color: #505050;
}

.prod_cat .card:hover {
  border: 1px solid #505050;
  background: #505050;
}
.discount-box:hover {
  background-color: #505050;
  border-color: #505050;
}
.flip3d {
  border-color: #505050;
}
.flip3d .card-header {
  background: #505050 !important;
}
.slide-hover .card-title {
  background: #505050 !important;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.treeview li .act {
  color: #505050 !important;
}
.treeview li a:hover {
  color: #505050 !important;
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a:hover {
  color: #505050;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #505050;
}

#category_list a:hover, #category_list a.act {
  color: #505050;
}

.footer-content .foot-cont a, footer .foot-cont a {
  color: #505050;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
}
.middle-footer-content {
  background: #505050;
  color: #fff;
}
#shopping_accordion .card-title a, #price_calculator .card-title a {
  color: #505050 !important;
  font-family: "latomedium", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
#sitemap ul li a:hover {
  color: #505050;
}

.content-box {
  color: #505050 !important;
}
.content-box .content-box-content, .content-box .content-box-lable {
  color: #505050 !important;
}


.subscribe_section.bg-info.py-3.py-md-4 {
    display: none;
}

#navbarText > ul > li.nav-item.dropdown.position-static.show > div > div > div > div > ul {
    width:500}

.tublock {
    font-size: larger;
    color: #07b3bb;
    font-weight: 700;
    text-align: center;
    width: max-content;
    position: relative;
    margin: 30px;
    left: -30%;
}


body {
    font-family: "latoregular", sans-serif;
    color: #666666;
    background: #ccc;
    font-size: 14px;
    font-size: 0.875rem;
}


div#corporate_login {
    background: none!important;
}

.col-12.col-md-3a.p-3.p-md-0 {
    background-color: #fff;
    border: 3px #092c74 solid;
}

body.row-offcanvas-left {
    background: #ffffff;
}

.col-12.col-md-3a.p-3.p-md-0 {
    flex: 0 0 33%;
}

.container.justify-content-start {
    color: white!important;
}

body > div.bg-white.py-2.d-none.d-md-block.top-header > div > ul > li:nth-child(1) > a > span{color:White;}

body > div.bg-white.py-2.d-none.d-md-block.top-header > div > ul > li.list-inline-item.dropdown > span > a{color:white;}

body > div.bg-white.py-2.d-none.d-md-block.top-header > div > div.customer_service.text-md-right.text-center.w-100 > p > a{color:white}

div#price_calculator {
    padding: 20px;
}

a.p-3.d-block {    
    color: #092c74 !important;
    font-weight: 700;
}

.bg-white{
    background-color: #0b4e8d!important;
    background:#0b4e8d!important;
}

body.row-offcanvas-left {
    background-color: #ffffff!important;
}



div#corporate_login {
    background: #0b4e8d!important;
}


.order-details.kit_cart_product {
    background-color: #dddddd!important;
}

.shippingdetails {
    background-color: #dddddd!important;
}

#special_instructions>div {
    background-color: #dddddd!important;
}

/*  Monthly Event Campaign Event Items */


.mmc-parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.mmc-div1 { grid-area: 1 / 1 / 2 / 2; padding-bottom: 50px;}
.mmc-div2 { grid-area: 1 / 2 / 2 / 3; padding-bottom: 50px;}
.mmc-div3 { grid-area: 1 / 3 / 2 / 4; padding-bottom: 50px;}
.mmc-div4 { grid-area: 2 / 1 / 3 / 2; padding-bottom: 50px;}
.mmc-div5 { grid-area: 2 / 2 / 3 / 3; padding-bottom: 50px;}
.mmc-div6 { grid-area: 2 / 3 / 3 / 4; padding-bottom: 50px;}
.mmc-div7 { grid-area: 3 / 1 / 4 / 2; padding-bottom: 50px;}
.mmc-div8 { grid-area: 3 / 2 / 4 / 3; padding-bottom: 50px;}
.mmc-div9 { grid-area: 3 / 3 / 4 / 4; padding-bottom: 50px;}
.mmc-div10 { grid-area: 4 / 1 / 5 / 2; padding-bottom: 50px;}
.mmc-div11 { grid-area: 4 / 2 / 5 / 3; padding-bottom: 50px;}
.mmc-div12 { grid-area: 4 / 3 / 5 / 4; padding-bottom: 50px;}
.mmc-div13 { grid-area: 5 / 1 / 6 / 2; padding-bottom: 50px;}
.mmc-div14 { grid-area: 5 / 2 / 6 / 3; padding-bottom: 50px;}
.mmc-div15 { grid-area: 5 / 3 / 6 / 4; padding-bottom: 50px;}
  
/**  Break The Ice  **/
  
.bti-parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.bti-div1 { grid-area: 1 / 1 / 2 / 2; padding-bottom: 50px;}
.bti-div2 { grid-area: 1 / 2 / 2 / 3; padding-bottom: 50px;}
.bti-div3 { grid-area: 2 / 1 / 3 / 2; padding-bottom: 50px;}
.bti-div4 { grid-area: 2 / 2 / 3 / 3; padding-bottom: 50px;}
  
/** Resident's Club  **/
  
.rcf-parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.rcf-div1 { grid-area: 1 / 1 / 2 / 2; padding-bottom: 50px;}
.rcf-div2 { grid-area: 1 / 2 / 2 / 3; padding-bottom: 50px;}
.rcf-div3 { grid-area: 1 / 3 / 2 / 4; padding-bottom: 50px;}
.rcf-div5 { grid-area: 2 / 2 / 3 / 3; padding-bottom: 50px;}
.rcf-div6 { grid-area: 2 / 3 / 3 / 4; padding-bottom: 50px;}

/** Valentines Day & Used Furniture Drive **/ 

.vdufd-parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.vdufd-div1 { grid-area: 1 / 1 / 2 / 2; padding-bottom: 50px;}
.vdufd-div2 { grid-area: 1 / 2 / 2 / 3; padding-bottom: 50px;}
.vdufd-div3 { grid-area: 1 / 3 / 2 / 4; padding-bottom: 50px;}
.vdufd-div4 { grid-area: 1 / 4 / 2 / 5; padding-bottom: 50px; }
.vdufd-div5 { grid-area: 2 / 1 / 3 / 2; padding-bottom: 50px;}
.vdufd-div6 { grid-area: 2 / 2 / 3 / 3; padding-bottom: 50px;}
.vdufd-div7 { grid-area: 2 / 3 / 3 / 4; padding-bottom: 50px;}
.vdufd-div8 { grid-area: 2 / 4 / 3 / 5; padding-bottom: 50px;}

span.pwd-icon.fal.fa-eye-slash {color: white !important;}
span.fal.fa-user-alt {color: white !important;}


.newspaper{margin-left:auto!important; margin-right:auto!important;}
.newspaper img{margin-left:auto!important; margin-right:auto!important;}

div#cartDetails {
    background-color: #ddd!important;
}

.card.bg-white.mt-3.shadow.border-0.rounded-0 {
    background-color: #ddd!important;
}

.card.bg-white.border.shadow.rounded-0.border-0 {
    background-color: #ddd!important;
}

div#productDetails {
    background-color: #ddd!important;
}

.shadow.border-0.bg-white.sticky-top {
    background-color: #ddd!important;
}

i.fa.fa-shopping-cart {
    color: white!important;
}

a.btn.btn-success.btn-sm.downloadFormFile {
    pointer-events: auto;
    cursor: wait;
    background-color: red;
    text-decoration-line: line-through;
}