@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital%2Cwght@0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700&family=Montserrat:ital%2Cwght@0%2C100..900%3B1%2C100..900&display=swap');

/**/
:root {
    --maincolor: #000000;
    --secondarycolor: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --greyborder: #5B5653;
}

/**/

.display-flex,
header.page-header .header.content .header-right,
.blog-wrapper .wrap-blogs-main,
.mfp-content .popup__main .popup__columns .popup__column,
.mfp-content .popup__main .popup__columns .popup__column .popup__column--result .popup__result-cart,
.MagicToolboxContainer .colorinfo,
.shopByBrand-Main .brand-boxes-wrap {
    display: flex;
}

.navigation,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 1440px;
}

a.button {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 20px 70px;
    border: 1px solid #000;
}

a.button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000 !important;
}

body {
    font-family: 'Sweet Sans Pro Regular', serif;
    color: #000;
    overflow-x: hidden;
}

body.right-filter-active {
    overflow-y: hidden;
}

.page-products .toolbar.toolbar-products {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: flex-end;
}

.page-products .products-grid+.toolbar.toolbar-products {
    margin-bottom: 60px;
}

.page-products .toolbar.toolbar-products .toolbar-sorter {
    padding: 15px 15px 10px;
    text-transform: uppercase;
    background-color: #fff;
    color: #474747;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    width: 20%;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-label {
    font-weight: 900;
    color: #000;
}

.page-products .toolbar.toolbar-products .toolbar-sorter select {
    border: 0px;
    box-shadow: none;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 25px 0px 5px;
    font-size: 16px;
    width: 65%;
    cursor: pointer;
    border-bottom: 1px solid;
}

.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-action {
    display: none;
}

.page-products .toolbar.toolbar-products .pages {
    margin-right: auto;
    display: block;
    padding: 15px 0px 0px;
    margin-bottom: 0;
}

.page-products .toolbar.toolbar-products .toolbar-amount {
    float: none;
}

.page-products .category-disclaimer {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
}

.sort-filter-wrapper .action {
    background: #135d6c !important;
    border-radius: 3px;
    border: 1px solid #135d6c;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 18px 40px 16px;
    cursor: pointer;
    font-weight: 300;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.sort-filter-wrapper .action:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: "\f0b0";
    color: #fff;
    margin-left: 10px;
}

.centerAlignJustify,
header.page-header .header.content {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .label span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty input {
    border-radius: 8px;
    border: 1px solid #B5ADA5;
    background-color: #fff;
    height: 46px;
    box-sizing: border-box;
}

li.level0.nav-1.category-item.first.last.level-top.parent.ui-menu-item {
    padding: 45px 0;
    text-transform: uppercase;
}

.navigation .level0.parent:first-child>.level-top>.ui-menu-icon {
    display: block !important;
}

.navigation .level0.parent:first-child>.level-top>.ui-menu-icon:after {
    font-size: 40px;
    color: #000;
    margin-right: -11px;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border: 0px !important;
}

.child-menu-wrap {
    width: 100%;
    padding: 50px;
    transform: translateY(30px);
    background: #f1efed;
    border-top: 5px solid #f1efed;
    font-size: 14px;
    font-weight: 400;
    min-width: 230px;
    display: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* margin-left: calc(59% - 49.6vw); */
    position: absolute;
    /* margin: 0px auto!important; */
    width: 95%;
    box-sizing: border-box;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 9;
}

.navigation .menu-item:hover .child-menu-wrap {
    display: flex;
}

.child-menu-wrap .child-left-menu-content {
    max-width: 40%;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}

.child-menu-wrap .child-left-menu-content .menu-heading {
    font-size: 24px;
    font-weight: bold;
    color: var(--maincolor);
    padding-bottom: 15px;
    border-bottom: 2px solid var(--maincolor);
    margin-bottom: 15px;
}

.child-menu-wrap .child-left-menu-content .menu-content {
    color: var(--black);
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 20px;
}

.child-menu-wrap .child-left-menu-content .menu-button {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: var(--white) !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 20px 70px;
    display: inline-block;
    text-decoration: none !important;
}

.child-menu-wrap .child-left-menu-content .menu-button:hover {
    background-color: var(--secondarycolor);
    color: var(--black) !important;
}

.child-menu-wrap .child-right-menu-content {
    max-width: 60%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.child-menu-wrap .child-right-menu-content {
    display: flex;
    flex-wrap: wrap;
}

.child-menu-wrap .child-right-menu-content>div {
    margin: 10px 15px;
}

.pattern-menu .child-right-menu-content>div a:before,
.construction-types-menu .child-right-menu-content>div a:before,
.type-menu .child-right-menu-content>div a:before,
.material-menu .child-right-menu-content>div a:before {
    display: none;
}

.pattern-menu .child-right-menu-content>div,
.construction-types-menu .child-right-menu-content>div,
.material-menu .child-right-menu-content>div,
.type-menu .child-right-menu-content>div {
    max-width: 12%;
}

.child-menu-wrap .child-right-menu-content>div a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    text-transform: none;
}

.child-menu-wrap .child-right-menu-content>div a:hover {
    text-decoration: none !important;
}

.child-menu-wrap .child-right-menu-content>div img {
    margin-bottom: 5px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.child-menu-wrap .child-right-menu-content>div:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.90);
}

.child-menu-wrap .child-right-menu-content>div a:before {
    content: '';
    height: 60px;
    width: 60px;
    background-color: tomato;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    transition: all 0.3s;
}

.child-menu-wrap .child-right-menu-content>div a:hover:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9)
}

.child-menu-wrap .child-right-menu-content>div.black a:before {
    background-color: black;
}

.child-menu-wrap .child-right-menu-content>div.white a:before {
    background-color: white;
}

.child-menu-wrap .child-right-menu-content>div.darkgray a:before {
    background-color: darkgray;
}

.child-menu-wrap .child-right-menu-content>div.gray a:before {
    background-color: gray;
}

.child-menu-wrap .child-right-menu-content>div.taupe a:before {
    background-color: #c2b7aa;
}

.child-menu-wrap .child-right-menu-content>div.cream a:before {
    background-color: #eddfc7;
}

.child-menu-wrap .child-right-menu-content>div.beige a:before {
    background-color: beige;
}

.child-menu-wrap .child-right-menu-content>div.gold a:before {
    background-color: gold;
}

.child-menu-wrap .child-right-menu-content>div.green a:before {
    background-color: #1d7b51;
}

.child-menu-wrap .child-right-menu-content>div.tan a:before {
    background-color: #926432;
}

.child-menu-wrap .child-right-menu-content>div.brown a:before {
    background-color: #49290d;
}

.child-menu-wrap .child-right-menu-content>div.orange a:before {
    background-color: #e27626;
}

.child-menu-wrap .child-right-menu-content>div.red a:before {
    background-color: #8e220a;
}

.child-menu-wrap .child-right-menu-content>div.blue a:before {
    background-color: blue;
}

.child-menu-wrap .child-right-menu-content>div.yellow a:before {
    background-color: yellow;
}

header.page-header .header.content .navigation>.ui-menu>.ui-menu-item>.submenu>.ui-menu-item>.ui-corner-all>.ui-menu-icon {
    display: none !important;
}

.customer-services-wrap {
    display: flex;
    margin-bottom: 50px;
    background-color: #f6f6f6;
}

a.btn {
    background-color: #135d6c;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
}

header.page-header {
    border-bottom: none;
    background: var(--maincolor);
    padding-bottom: 20px;
}

header.page-header .header-top-search-wrapper {
    z-index: 99;
    position: relative;
}

header.page-header .header-top-search-wrapper .header-top-search-span-wrap {
    width: 30px;
    height: 30px;
}

header.page-header .header-top-search-wrapper .header-top-search-span-wrap:before {
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    text-align: center;
    content: '';
    text-transform: uppercase;
    font-weight: 600;
    background: url("../images/search.png") no-repeat;
    padding: 20px 0px 20px 30px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: contain;
}

header.page-header .header-top-search-wrapper .block-search {
    background: #135d6c;
    padding: 0px !important;
    float: none;
    width: 400px;
    z-index: -1;
    margin: 0px auto;
    position: absolute;
    right: 0px;
    top: 50px;
    display: none;
}

header.page-header .header-top-search-wrapper .block-search .control {
    padding-bottom: 0px;
}

header.page-header .header-top-search-wrapper .block-search .control input {
    padding: 10px;
    width: 100%;
    display: block;
    left: auto;
    margin: 0px auto;
    box-sizing: border-box;
    background-color: var(--white);
    box-shadow: 0 0 10px var(--black);
    height: 45px;
}

header.page-header .header-top-search-wrapper .minisearch .actions button {
    background-color: transparent !important;
    top: 6px;
}

header.page-header .header-top-search-wrapper .minisearch .actions button:before {
    color: var(--black);
    font-size: 20px;
}

header.page-header .panel.wrapper {
    background-color: var(--maincolor);
    text-align: center;
    color: var(--secondarycolor);
    border-bottom: none;
}

header.page-header .panel.wrapper .top-header-main {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

header.page-header .panel.wrapper .top-header-main .header-column-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header.page-header .panel.wrapper .top-header-main .header-column-left .top-header-midgle-block {
    flex: auto;
}

header.page-header .panel.wrapper .top-header-main .header-column-left .top-header-midgle-block .account-number {
    margin-left: auto;
    width: max-content;
}

header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links ul li {
    margin: 0 0px;
    border-right: 1px solid #fff;
}

header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links ul li:last-child {
    border: none;
}

header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links ul li a {
    color: #fff;
    padding: 2px 15px;
}

header.page-header .panel.wrapper .top-header-main .top-header-left-block a {
    color: #fff;
}

header.page-header .panel.wrapper .panel.header {
    padding: 15px;
    position: relative;
}

header.page-header .header.content {
    padding-top: 10px;
    justify-content: space-between !important;
}

header.page-header .header.content .nav-sections {
    margin-right: 140px;
    margin-bottom: 0px;
}

header.page-header .header.content .logo {
    margin: 0px auto 0 0;
    min-width: 130px;
}

header.page-header .header.content .logo img {
    max-height: 100px;
    height: auto;
    width: 100%;
    max-width: 200px;
}

header.page-header .header.content .navigation,
header.page-header .header.content .ui-menu,
header.page-header .header.content .ui-menu-item {
    position: inherit;
    background: #000000;
}

header.page-header .header.content .navigation>.submenu,
header.page-header .header.content .ui-menu>.submenu,
header.page-header .header.content .ui-menu-item>.submenu {
    display: inline-block;
    justify-content: space-between;
    position: absolute !important;
    left: 0 !important;
    right: 0;
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
    border-bottom: 0;
    background: #fff;
    min-width: 210px;
    z-index: 99999999;
}

header.page-header .header.content .navigation>.submenu>.ui-menu-item,
header.page-header .header.content .ui-menu>.submenu>.ui-menu-item,
header.page-header .header.content .ui-menu-item>.submenu>.ui-menu-item {
    position: relative !important;
}

header.page-header .header.content .navigation>.submenu>.ui-menu-item>.submenu,
header.page-header .header.content .ui-menu>.submenu>.ui-menu-item>.submenu,
header.page-header .header.content .ui-menu-item>.submenu>.ui-menu-item>.submenu {
    flex-direction: column;
    top: 36px !important;
    display: flex !important;
    position: static !important;
    border: 0;
    box-shadow: none;
    padding: 0;
}

header.page-header .header.content .navigation>.ui-menu>.ui-menu-item>.submenu>.ui-menu-item {
    flex: 1;
    border-right: 1px solid rgba(151, 151, 151, 0.14);
}

header.page-header .header.content .navigation>.ui-menu>.ui-menu-item>.submenu>.ui-menu-item>.ui-corner-all>span {
    color: #000000;
}

header.page-header .header.content .navigation>.ui-menu>.ui-menu-item>.submenu>.ui-menu-item>.submenu>.ui-menu-item span {
    color: #000000;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
}

header.page-header .header.content>.header.links {
    list-style: none;
    text-transform: capitalize;
    padding-left: 0;
    line-height: 30px;
    align-items: center;
    min-width: 160px;
    margin-bottom: 0px;
    display: flex;
}

header.page-header .header.content>.header.links .customer-welcome {
    margin-bottom: 0px;
}

header.page-header .header.content>.header.links .customer-welcome .customer-name {
    display: flex;
    align-items: center;
}

header.page-header .header.content>.header.links .customer-welcome .customer-name>span {
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header.page-header .header.content>.header.links>.authorization-link {
    margin-bottom: 0;
    margin-left: 10px;
}

header.page-header .header.content>.header.links>.authorization-link a {
    color: #000;
    font-weight: 600;
}

header.page-header .header.content>.header.links:before {
    top: -2px;
    position: relative;
    content: '\e627';
    font-family: 'icons-blank-theme';
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
    display: inline-block;
    float: left;
}

header.page-header .header.content .header-right .top-search-icon {
    font-size: 0px;
    margin: 4px 0px 0 20px;
    cursor: pointer;
}

header.page-header .header.content .header-right .top-search-icon:before {
    content: "\f002";
    font-size: 20px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header.page-header .header.content .minisearch:before {
    font-family: 'icons-blank-theme';
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
}

header.page-header .header.content .minicart-wrapper {
    margin-left: 9px;
}

header.page-header .header.content .minicart-wrapper .action.showcart .empty {
    display: inline-block;
}

header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    margin: 0 !important;
    background-color: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    color: #000000;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px #000;
    right: -11px;
}

header.page-header .header.content .minicart-wrapper .action.close {
    right: 10px;
    top: 12px;
}

header.page-header .header.content .minicart-wrapper .action.close,
header.page-header .header.content .minicart-wrapper .action.close:before {
    color: #fff;
}

header.page-header .header.content .minicart-wrapper .action.close:active,
header.page-header .header.content .minicart-wrapper .action.close:focus,
header.page-header .header.content .minicart-wrapper .action.close:hover {
    color: #fff !important;
    background: var(--black) !important;
}

header.page-header .header.content .minicart-wrapper .block-minicart .block-title {
    padding: 15px;
    background: var(--maincolor);
    text-align: center;
    display: block !important;
    color: var(--white);
}

header.page-header.fixed-header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 9;
    background-color: #fff;
    top: 0px;
}

.header-menu-wrapper {
    display: flex;
}

.header-menu-wrapper .menu-item {
    margin: 0px;
    text-transform: uppercase;
    padding: 0 12px;
    color: #fff;
    font-weight: 700;
    font-family: 'Sweet Sans Pro Regular';
}

.header-menu-wrapper .menu-item .menu-title {
    font-weight: 400;
    font-size: 18px;
}

.header-menu-wrapper .menu-item .menu-title>a {
    color: #fff;
    font-weight: 700;
    font-family: 'Sweet Sans Pro Regular';
    cursor: pointer;
    font-size: 18px;
    padding: 35px 20px;
}

.header-menu-wrapper .menu-item .menu-title.active>a {
    color: #ffffff;
    text-decoration: none;
}

.header-menu-wrapper .menu-item.has-submenu .menu-title.active a {
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
    padding-bottom: 5px;
}

.header-menu-wrapper .menu-item.has-submenu .menu-title .submenuarrow:after {
    content: "\f107";
    font-size: 20px !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    float: right;
    margin-left: 5px;
    margin-right: 9px;
    margin-top: 3px;
}

.header-menu-wrapper .menu-item.has-submenu:hover .menu-title .submenuarrow::after {
    content: "\f106";
}

.header-menu-wrapper .menu-item:hover .menu-title a,
.header-menu-wrapper .menu-item:hover .menu-title .submenuarrow {
    text-decoration: none;
}

header.page-header .header.content .nav-sections {
    margin-right: auto !important;
    margin-left: 15px !important;
    margin-top: 5px !important;
}

header.page-header .header.content .header-right-wrapper {
    display: flex;
    padding-right: 20px;
    padding-top: 15px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link {
    margin: 0px 12px 0 15px;
    padding: 0px;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>th {
    font-size: 16px;
    font-weight: bold;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
    font-size: 16px;
    font-weight: 400;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link .wishlist {
    list-style: none;
    margin: 0px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link .wishlist a {
    font-size: 0px;
    display: block;
    position: relative;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link .wishlist a:before {
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    text-align: center;
    content: '';
    text-transform: uppercase;
    font-weight: 600;
    background: url("../images/heart_icon.png") no-repeat;
    height: 30px;
    width: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: contain;
    margin: 0px auto;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link .wishlist a .counter.qty {
    font-size: 14px;
    background-color: #135d6c;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: -10px;
    width: 24px;
    color: #fff;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px #000;
    right: -11px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link .wishlist a .counter.qty::before {
    display: none;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .wishlist-link .wishlist a .counter.qty::after {
    display: none;
}

.page-header .header.content .header-top-account-wrapper {
    display: flex;
    align-items: center;
}

.page-header .header.content .minicart-wrapper {
    margin: 0px 0 0 0px;
}


.page-header .header.content .header-right-wrapper .header-top-account-wrapper {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links {
    position: relative;
    max-height: 30px;
    padding: 0 15px 15px;
    margin: 0 0px;
    z-index: 9;
    top: 0px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links:before {
    transition: all 0.5s;
    cursor: pointer;
    display: block;
    text-align: center;
    content: '';
    text-transform: uppercase;
    font-weight: 600;
    background: url("../images/accountIcon.png") no-repeat;
    padding: 20px 0px 20px 30px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: contain;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links:after:hover {
    color: #000;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links>li {
    display: none;
    margin: 0 0;
    margin-left: 25px;
    height: 40px;
    position: relative;
    left: calc(100% - 180px);
    top: -3px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links:hover>li {
    display: block;
    list-style: none;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links>li.authorization-link a {
    padding-left: 30px;
    transition: all 0.5s;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links>li.authorization-link a:before {
    content: "\f13e";
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links>li>a {
    transition: all 0.5s;
    display: block;
    width: 200px;
    position: absolute;
    color: #010101;
    padding: 10px 15px;
    background: #f3f3f3;
    box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.36);
    text-decoration: none;
    border: 0px solid #135d6c;
    border-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #135d6c;
    box-sizing: border-box;
}

.page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links>li a:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 1400px) {
    .header-menu-wrapper .menu-item {
        padding: 0 15px;
    }
}

.custom-slider .owl-carousel .owl-stage-outer {
    padding: 0px;
}

.custom-slider {
    max-height: 600px;
    min-height: 60vh;
    overflow: hidden;
    margin-left: calc(50% - 49.99vw);
    margin-right: calc(50% - 49.99vw);
    padding-bottom: 0px !important;
    /* margin-bottom: -140px; */
}

/* .custom-slider .banner-item {
    display: flex;
} */
.custom-slider .owl-carousel .banner-item .content_slider {
    align-items: center;
}

.custom-slider .banner-item>* {
    /* max-width: 50%; */
    width: 100%;
}

.custom-slider .owl-dots {
    max-width: 400px;
    right: 50px;
    text-align: right;
    bottom: auto;
}

.custom-slider .owl-dots .owl-dot span {
    background: rgba(245, 245, 245, 0.36) !important;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
}

.custom-slider .owl-dots .owl-dot.active span {
    background-color: #f5f5f5 !important;
}

.absolute-img {
    display: none;
    position: absolute;
    left: -85%;
    bottom: -100px;
}

.absolute-img img {
    max-width: 150px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.custom-slider .banner-item .content_slider {
    position: absolute !important;
    display: flex;
    align-items: flex-start;
    padding: 100px;
    text-align: left;
    box-sizing: border-box;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    /* background: linear-gradient(270deg, transparent 50%, rgba(0,0,0,0.7) 100%); */
    max-height: 500px;
}

.new-design-content-section h3 {
    font-size: 34px;
    color: #383838;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 44px;
    padding: 0 20px;
}

.new-design-left-right-content .new-design-right-content h3 {
    font-size: 30px;
    color: #383838;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 44px;
}

.new-design-content-section .pagebuilder-column-group .pagebuilder-column-line {
    justify-content: space-between;
}

.new-design-content-section .new-design-content-column-wrap {
    padding: 0 20px;
}

.new-design-content-section .new-design-content-column-wrap .pagebuilder-column-line>div {
    max-width: 48%;
    font-size: 20px;
    color: #474747;
}

.new-design-content-section .new-design-content-column-wrap .pagebuilder-column-line>div img {
    display: block;
}

.new-design-left-right-content {
    padding: 100px 0 !important;
}

.new-design-bg-image-content .row-full-width-inner {
    max-width: 900px !important;
}

.new-design-bg-image-content .row-full-width-inner p {
    font-size: 26px !important;
    color: #fff !important;
}

.new-design-left-right-content .new-design-left-heading-content .new-section-heading-wrp {
    font-size: 34px;
    color: #383838;
    line-height: 44px;
    max-width: 370px;
    font-weight: 500;
}

.new-design-left-right-content .new-design-right-content .list-icon-tick-new-design ul li:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    content: "\f05d";
    left: 0px;
    color: #135d6c;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
}

.new-design-left-right-content .new-design-right-content .list-icon-tick-new-design ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.new-design-left-right-content .new-design-right-content .list-icon-tick-new-design ul li {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 20px 10px 50px;
    position: relative;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: #474747;
    list-style: none;
    margin-bottom: 0px;
}

.custom-slider .banner-item .content_slider .custom_content {
    text-align: left !important;
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.custom-slider .banner-item .content_slider .custom_content .banner-text-content {
    max-width: 740px;
}

.custom-slider .banner-item .content_slider .custom_content .banner-sub-heading {
    font-size: 40px;
    text-transform: lowercase;
    font-weight: 300;
    color: #383838;
}

.custom-slider .banner-item .content_slider .custom_content .banner-heading {
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    font-family: "Sweet Sans Pro Regular";
    font-size: 125px;
    font-weight: 400;
    line-height: 113px;
    margin-bottom: 30px;
}

.custom-slider .banner-item .content_slider .custom_content .banner-content {
    color: #fff;
    font-family: 'Sweet Sans Pro Extra Light';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 30px;
}

.custom-slider .banner-item .content_slider .custom_content .banner-link {
    top: 20px;
    position: relative;
}

.custom-slider .owl-theme .owl-controls .owl-nav {
    display: none;
}

.custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
.custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
    position: absolute;
    top: 11px;
    left: 8px;
    z-index: 1;
    width: 20px;
    height: 19px !important;
    content: "";
    border-top: 0px solid #000;
    transform: rotate(0deg);
    border-radius: 0px;
    text-indent: 0;
    font-size: 20px;
}

.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 1;
    width: 15px;
    height: 15px !important;
    content: "";
    border-top: 0px solid #000;
    transform: rotate(0deg);
    border-radius: 0px;
    text-indent: 0;
    font-size: 20px;
}

.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before,
.custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
    transform: rotate(180deg);
    left: 12px;
}

.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    border: 1px solid #5B5653;
    border-radius: 50%;
    top: 100%;
}

.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    left: auto;
    right: 65px;
}

/*
.category-custom-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    right: -55px;
}*/

.category-custom-slider .owl-theme .owl-controls .owl-dots {
    bottom: -20px;
}

.category-custom-slider .owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
    display: none;
}

.clearance-section-wrapper {
    margin-bottom: 20px;
}

.clearance-section-wrapper .background-image {
    padding: 50px;
    margin: 50px 0;
    background-size: cover;
}

.clearance-section-wrapper .background-image .image-popup-section {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 40%;
    box-sizing: border-box;
    padding: 50px 70px;
    text-align: center;
}

.clearance-section-wrapper .background-image .image-popup-section .percentage-title {
    font-size: 160px;
    font-weight: 700;
    line-height: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearance-section-wrapper .background-image .image-popup-section .percentage-title .percentage-label {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    position: absolute;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.94);
    width: 100%;
    top: 46%;
}

.clearance-section-wrapper .background-image .image-popup-section .section-sub-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    margin-top: 0px;
    letter-spacing: 3px;
}

.clearance-section-wrapper .background-image .image-popup-section .section-main-title {
    font-size: 60px;
    text-align: left;
    line-height: 70px;
}

.clearance-section-wrapper .background-image .image-popup-section .section-content {
    font-size: 20px;
    margin: 10px 0 20px;
    font-family: "graphie", sans-serif;
    font-weight: 300;
    color: #3F4C64;
}

.clearance-section-wrapper .background-image .image-popup-section a.button {
    padding: 20px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-family: "graphie", sans-serif;
    letter-spacing: 3px;
    margin: 0 auto;
}

.how-to-order-section-wrapper {
    background-color: #fff;
    display: flex;
    overflow: hidden;
}

.how-to-order-section-wrapper .section-column-wrap {
    max-width: 45%;
    width: 100%;
    padding: 160px 100px 160px 0px;
    box-sizing: border-box;
}

.how-to-order-section-wrapper .section-column-wrap .how-to-order-section {
    font-size: 60px;
    color: #000;
}

.how-to-order-section-wrapper .section-column-wrap .how-to-order-section .section-main-title {
    text-transform: uppercase;
    font-family: 'Sweet Sans Pro Regular';
    font-weight: 700;
    font-size: 48px;
}

.how-to-order-section-wrapper .section-column-wrap .section-sub-title {
    font-size: 20px;
    color: #605f5f;
    font-family: 'Sweet Sans Pro Light', serif;
    font-weight: 400;
}

.how-to-order-section-wrapper .section-column-wrap a.button {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Sweet Sans Pro Light';
}

.how-to-order-section-wrapper .section-column-wrap-skew {
    display: flex;
    width: 60%;
}

.how-to-order-section-wrapper .section-column-wrap-order-list {
    width: 55%;
    padding: 90px 45px 100px;
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list {
    font-size: 24px;
    color: #474747;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list>div {
    padding: 20px 0 20px 90px;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-size: 41px;
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list>div:before {
    background: url("../images/choose-rug.png")no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    display: block;
    content: '';
    background-size: contain;
    background-position: center;
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list .choose-rug:before {
    background-image: url("../images/choose-rug.png");
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list .choose-size:before {
    background-image: url("../images/choose-size.png");
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list .choose-shape:before {
    background-image: url("../images/choose-shape.png");
}

.how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list .choose-border:before {
    background-image: url("../images/choose-border.png");
}

.how-to-order-section-wrapper .section-column-wrap-skew>div {
    width: 33.33%;
    transform: rotate(16deg);
    height: 130%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fff;
    margin-top: -60px;
    position: relative;
}

.how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
    transform: rotate(-90deg);
    position: absolute;
    right: 13px;
    font-size: 20px;
    text-transform: uppercase;
    color: #4c4c4c;
    width: 400px;
    bottom: 45%;
}

.how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-number {
    position: absolute;
    top: 90px;
    font-size: 100px;
    line-height: 80px;
    font-weight: 400;
    transform: rotate(-16deg);
    color: #383838;
}

.video-wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
    justify-content: space-between;
}

.video-wrapper>div {
    width: 48%;
    padding: 0px;
}

.video-wrapper>div iframe {
    width: 100%;
}

.video-wrapper .section-heading-wrapper .section-sub-title {
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0 20px 0;
}

.catalog-category-view .how-to-order-section-wrapper {
    margin-bottom: 20px;
}

.custom-slider .banner-item .content_slider .custom_content .banner-link a {
    transition: all 0.3s;
    padding: 20px 70px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3px;
    font-family: 'Sweet Sans Pro Regular';

    margin-top: 20px;
}

.custom-slider .banner-item .content_slider .custom_content .banner-link a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

h1.give-your-home-wrap {
    font-family: "freight-big-pro", serif;
    font-size: 80px;
    margin-bottom: 20px;
}

/* =========== CMS Page Banner Css Start =========== */
.faq-page-wrapper .cms-page-banner-wrapper {
    display: flex;
    background-color: #b5ada5;
}

.faq-page-wrapper .cms-page-banner-wrapper .cms-page-banner {
    width: 100%;
}

.cms-page-wrapper .cms-page-banner {
    margin: 0px;
}

.cms-page-wrapper .cms-page-banner img {
    display: block;
}

.cms-page-wrapper .cms-page-banner-wrapper .cms-page-banner-description {
    position: relative;
}

.cms-page-banner-description .cms-page-banner-content {
    padding: 50px;
    margin: 0px;
}

.cms-page-banner-content .cms-page-banner-sub-title {
    font-size: 40px;
    text-transform: lowercase;
    font-family: "freight-big-pro", serif;
    line-height: 45px;
    font-weight: 300;
    color: #383838;
}

.cms-page-banner-content .cms-page-banner-heading h1,
.cms-page-banner-content .cms-page-banner-heading {
    font-size: 100px;
    text-transform: capitalize;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
    margin-top: -20px;
    line-height: 100px;
}

.cms-page-banner-content .cms-page-banner-heading-link {
    position: absolute;
    bottom: 20px;
}

.cms-page-banner-content .cms-page-banner-heading-link a {
    font-size: 16px;
    text-transform: uppercase;
    color: #474747;
    letter-spacing: 2px;
}

.cms-page-content-wrapper {
    max-width: 1300px;
    padding: 20px;
    margin: 0px auto;
}

.cms-page-content-wrapper .cms-page-content-title h1 {
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    font-family: 'Sweet Sans Pro Bold', serif;
    letter-spacing: -1.44px;
    margin-top: 40px;
}

.cms-page-content-wrapper .cms-page-content-main {
    font-size: 18px;
    line-height: 32px;
}

.cms-page-content-wrapper .cms-page-content-main p {
    margin-bottom: 2rem;
}

body.cms-page-view .clearance-section-wrapper {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0px auto 20px;
}

.terms-and-conditions-wrapper strong {
    font-family: 'Sweet Sans Pro Bold', serif;
    font-size: 20px;
}

.returns-policy-wrapper strong,
.privacy-policy-wrapper strong {
    font-family: 'Sweet Sans Pro Bold', serif;
    font-size: 18px;
}

.returns-policy-wrapper ol li {
    font-size: 1.4rem;
}

.privacy-policy-wrapper h2 strong {
    font-size: 25px;
}

.privacy-policy-wrapper .cms-page-content,
.terms-and-conditions-wrapper .cms-page-content {
    font-size: 18px;
    line-height: 32px;
}

/* =========== CMS Page Banner Css End =========== */
/* =========== FAQ Page Css Start =========== */
.faq-page-wrapper .faq-page-content-wrapper {
    padding: 50px 20px;
    max-width: 992px;
}

.faq-page-wrapper .faq-ques-wrapper {
    padding: 25px 0px;
}

.faq-page-wrapper .faq-ques-wrapper .faq-ques {
    font-size: 21px;
    font-weight: 600;
    color: #383838;
    font-family: 'Sweet Sans Pro Bold', serif;
}

.faq-page-wrapper .faq-ques-wrapper .faq-ans {
    font-size: 18px;
    font-weight: 300;
    color: #474747;
    margin-top: 10px;
}

/**Contact us*/
.contactus-page-wrapper {
    background-size: cover !important;
    background-position: 0px -217px !important;
    background-repeat: no-repeat !important;
    padding: 150px 0;
}

.contactus-page-wrapper .contactus-page-content-wrapper {
    background: rgb(255 255 255 / 95%);
    border-radius: 10px;
    padding: 70px 20px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main {
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    flex-wrap: wrap;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .cms-page-left-content {
    font-size: 18px;
    margin-top: 35px !important;
    padding-right: 80px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .cms-page-column {
    flex: 1;
    margin: 20px 15px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .cms-page-content-title h1 {
    text-align: left;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .contact-number {
    margin: 25px 0 10px;
    font-size: 22px;
    font-family: 'Sweet Sans Pro Bold', serif;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .contact-number a {
    color: var(--black);
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .legend {
    display: none;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field {
    flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 0;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field input[type=text],
.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field input[type=email],
.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field select {
    min-height: 70px;
    border-radius: 8px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field textarea {
    min-height: 150px;
    border-radius: 8px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field input[type=checkbox] {
    grid-template-columns: 1em auto;
    -webkit-appearance: none;
    appearance: none;
    appearance: none;
    background-color: #fff;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border: 0.11em solid currentColor;
    border-radius: 0.25em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin: 6px 5px 0 0;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field input[type=checkbox]::before {
    box-shadow: inset 1em 1em #000;
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    margin-left: 3px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .fieldset .field input[type=checkbox]:checked::before {
    transform: scale(1);
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .recaptcha {
    margin-top: 20px;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .actions-toolbar div.primary {
    width: 100%;
}

.contactus-page-wrapper .contactus-page-content-wrapper .cms-page-content-main .webforms .actions-toolbar div.primary .primary {
    float: none;
    padding: 20px 50px;
    letter-spacing: 2.16px;
    font-family: 'Sweet Sans Pro Bold', serif;
    font-size: 18px;
}

/* =========== FAQ Page Css End =========== */
body .widget.block {
    margin-bottom: 0px;
}

@keyframes bounce {
    from {

        margin-top: 0
    }

    to {
        margin-top: 40%
    }
}

.how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-icon img {
    max-width: 100px;
    transform: rotate(-20deg);
    animation-direction: alternate;
    animation-duration: 0.5s;
    animation-iteration-count: 4;
    animation-timing-function: ease-in;
    animation-name: bounce;
}

.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-1 .order-section-icon img {
    max-width: 80px;
}

.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-1:after,
.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-2:after,
.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-3:after {
    content: '';
    background-image: url("../images/one-bg.png");
    background-repeat: no-repeat;
    width: 140px;
    height: 330px;
    transform: rotate(-17deg);
    position: absolute;
    background-size: contain;
    z-index: 1;
    right: -60px;
    bottom: 100px;
}

.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-3 {
    background-color: #f0ece8;
}

.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-2:after {
    background-image: url("../images/two-bg.png");
    right: -90px;
    width: 200px;
    height: 300px;
    bottom: 130px;
}

.how-to-order-section-wrapper .section-column-wrap-skew>.order-section-2 {
    background-color: #f9f7f5;
}

.trending-section-wrapper {
    display: flex;
    align-items: center;
}

.trending-section-wrapper .section-column-wrap {
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
}

.trending-section-wrapper ol.product-items li .product-item-info {
    padding: 0px;
}

.trending-section-wrapper .section-heading-wrapper .section-sub-title,
.shop-rugs-by-category-wrap .section-heading-wrapper .section-sub-title {
    font-family: 'Sweet Sans Pro Bold';
    text-transform: uppercase;
    font-weight: 700;
    color: #383838;
    font-size: 42px;
}

.trending-section-wrapper .section-heading-wrapper .section-main-title {
    color: #6E043D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
}


.trending-section-wrapper .section-column-wrap-left-image img {
    width: 100%;
    display: block;
}



ol.product-items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: flex-start;
}

.trending-section-wrapper ol.product-items>li {
    width: 23% !important;
}

ol.product-items li {
    padding: 0px !important;
}

ol.product-items li .product-image-wrap .wishlist-button-wrap .actions-secondary a {
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
    z-index: 3;
}

ol.product-items li .product-image-wrap .wishlist-button-wrap .actions-secondary a:before {
    font-size: 21px;
    color: #6E043D;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

ol.product-items li .product-image-wrap .wishlist-button-wrap .actions-secondary a:hover:before {
    color: #135d6c;
    text-shadow: 0 0 4px #ffffff;
}

ol.product-items li .product-image-wrap .wishlist-button-wrap .actions-secondary a span {
    display: none;
}

ol.product-items li .product-image-wrap {
    position: relative;
}

ol.product-items li .product-image-wrap .make-rug {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
    text-decoration: none;
}

ol.product-items li:hover .product-image-wrap .make-rug {
    opacity: 1;
}

ol.product-items li .product-image-wrap .design-style {
    position: absolute;
    left: 0px;
    display: flex;
    justify-content: flex-start;
    top: 70px;
    margin: auto;
    z-index: 2;
    transition: all 0.3s;
    background: url('../images/black_label.svg') no-repeat;
    width: 90%;
    height: 43px;
}

.product.media .MagicToolboxContainer .design-style {
    position: absolute;
    left: 0px;
    display: flex;
    justify-content: flex-start;
    top: 70px;
    margin: auto;
    z-index: 2;
    transition: all 0.3s;
    background: url('../images/black_label.svg') no-repeat;
    width: 90%;
    height: 43px;
}

/* .products-grid ol.product-items .product-item {
    margin-left: 0px !important;
} */

ol.product-items li .product-image-wrap .product-image-wrapper img {
    width: 100% !important;
}

ol.product-items li .product-image-wrap .product-image-container {
    width: 100% !important;
}

ol.product-items li .product-image-wrap .make-rug a {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s;
    color: #ffffff;
    letter-spacing: 1.5px;
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    padding: 15px 20px;
}

ol.product-items li .product-image-wrap .make-rug a:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

ol.product-items li {
    transition: all 0.4s;
}

ol.product-items li:hover {
    transform: scale(1.5);
    z-index: 99;
    position: relative;
}

ol.product-items li .product-item-info {
    padding: 15px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: inherit;
    background: #ffffff;
}

ol.product-items li:hover .product-item-info {
    box-shadow: 0px 0px 50px 0 rgba(0, 0, 0, 0.36);
    margin: 0px;
    padding: 20px;
    box-sizing: border-box;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    border: none;
}

ol.product-items li .product-item-details .collection-name {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 700;
    color: #000;
}

ol.product-items li .product-item-details .color-name {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}

ol.product-items li .product-item-details .price-wrapper {
    text-align: right;

}

ol.product-items li .product-item-details .price-wrapper .price-box {
    margin: 0px !important;
}

ol.product-items li .product-item-details .price-wrapper .price {
    font-size: 25px;
    color: #6E043D;
    font-weight: bold;
}

ol.product-items li .product-item-details .price-wrapper .price-unit {
    display: block;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.shop-rugs-by-category-wrap .category-slider-item>a {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 29px;
}

.shop-rugs-by-category-wrap .category-slider-item>a .category-slider-title {
    display: block;
    margin-top: 5px;
}

.get-inspired-section-wrapper {
    background: linear-gradient(to bottom,
            rgb(255, 255, 255) 0%,
            rgb(255, 255, 255) 40%,
            #F0ECE8 30%,
            #F0ECE8 100%);
    margin-left: calc(50% - 49.6vw);
    margin-right: calc(50% - 49.6vw);
    padding: 0px 50px 100px;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper img {
    width: 100%;
    display: block;
    border: 3px solid #fff;
    box-sizing: border-box;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper {
    display: flex;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper .image1 img {
    border: 0px;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper .left-side {
    max-width: 57.2%;
    width: 100%;
    position: relative;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper .middle-side {
    margin-top: -70px;
    border-left: 3px solid #fff;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper .right-side {
    bottom: -50px;
    position: relative;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper .right-side img,
.get-inspired-section-wrapper .inspired-section-image-wrapper .middle-side img {
    max-width: 304px;
}

.get-inspired-section-wrapper .inspired-section-image-wrapper .left-side .image2 {
    position: absolute;
    right: 0;
    bottom: -50px;
    max-width: 304px;
}

.get-inspired-section-wrapper .inspired-section-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #3D2B56;
    margin-bottom: 40px;
    max-width: 50%;
}

.get-inspired-section-wrapper .inspired-section-title .clblue {
    color: #135D6C;
    font-size: 62px;
    font-weight: bold;
}

/* ============ About Page Design Starts Here ============ */
.builder-page-main-banner-heading .heading-wrap {
    padding: 50px 30px;
    position: relative;
}

.builder-page-main-banner-heading .heading-wrap p {
    font-size: 40px;
    text-transform: lowercase;
    font-weight: 300;
    color: #383838;
    line-height: 40px;
    margin: 0px;
}

.builder-page-main-banner-heading .heading-wrap h1 {
    font-size: 125px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 120px;
    margin-bottom: 100px;
    color: #fff;
}

.builder-page-main-banner-heading .heading-wrap .banner-absolute-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #474747;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.left-right-content-row {
    padding: 50px;
}

/* .content-left-right-align-wrap h3 {
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    color: #000;
    margin: 0px;
    max-width: 90%;
    width: 100%;
    display: inline-block;
} */

/* .content-left-right-align-wrap h3 span {
    font-weight: bold;
} */

.content-left-right-align-wrap .content-right-align {
    text-align: right;
    padding-right: 20px;
}

.content-left-right-align-wrap .content-left-align {
    padding-left: 20px;
}

.content-left-right-align-wrap .content-right-align p,
.content-left-right-align-wrap .content-left-align p {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    line-height: 30px;
}

.content-left-right-align-wrap .content-left-align p {
    text-align: left;

}

/* .left-right-content-row .content-left-right-align-wrap ul {
    list-style: none;
    padding-left: 0px;
    font-weight: 600;
} */

/* .left-right-content-row .content-left-right-align-wrap ul li {
    padding: 20px 20px 20px 70px;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #474747;
} */

.left-right-content-row .content-left-right-align-wrap .image-pull-top {
    margin-top: -200px;
}

/* .left-right-content-row .content-left-right-align-wrap ul li:before {
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    background-position: 0 0;
    background-image: url("../images/star-listing.png");
    position: absolute;
    content: '';
    left: 0px;
} */

/* ============ About Page Design Starts Here ============ */
/* ============ PLP Design Starts Here ============ */
.minicart-wrapper .action.showcart {
    display: flex;
    align-items: center;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none !important;
}

.minicart-wrapper .action.showcart:before {
    height: 30px;
    width: 30px;
    content: "" !important;
    background: url("../images/cart-icon.png") no-repeat center;
    background-size: contain;
}

#checkout .opc-progress-bar {
    text-align: center;
}

.rugs-slider .owl-controls .owl-dots {
    bottom: -20px;
}

header .minicart-wrapper .block-minicart {
    width: 390px;
    border-top: 0 none;
    border-bottom: 0 none;
    height: 100%;
    min-width: inherit;
    overflow: hidden;
    padding: 0;
    position: fixed !important;
    right: -500px !important;
    top: -4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 999;
}

header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    margin: 0 0px 20px;
    max-height: 600px;
    overflow-x: auto;
}

header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-name a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

header .minicart-wrapper .block-minicart .actions a {
    color: #000;
}

.navigation .level0.parent>.level-top>.ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 40px !important;
    color: #000;
    margin-right: -11px;
}

header .minicart-wrapper.active .block-minicart {
    right: 0 !important;
    overflow: scroll;
}

#categorytab_element {
    padding-bottom: 20px;
}

.block-margin.block.row .related_product_title .block-title {
    color: #000000;
    font-family: 'Spartan', sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 0.63px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 20px;
}

.block-margin.block.row .related_product_wrap .products-related .products {
    margin: 0px;
}

.block-margin.block.row .related_product_wrap .products-related .products .product-item {
    padding: 10px;
    margin: 0px;
}

.block-margin.block.row .related_product_wrap .products-related .products .product-item .product-item-info .product-item-photo {
    display: block;
    width: 100%;
}

.block-margin.block.row .related_product_wrap .products-related .products .product-item .product-item-info .product-item-photo .product-image-container {
    width: 100% !important;
    display: block;
}

.block-margin.block.row .related_product_wrap .products-related .products .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    color: #FE7B07;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
}

.brands-wrapper {
    clear: both;
    padding: 50px 0;
}

.brands-wrapper .brand-list .brand-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.brands-wrapper .brand-list .brand-item a {
    display: block;
}

.brands-wrapper .brand-list .brand-item a img {
    width: 100%;
}

.category-hardwood .page-main .category-landing-wrapper .banner_top_bg,
.category-carpet-tile .page-main .category-landing-wrapper .banner_top_bg,
.category-luxury-vinyl .page-main .category-landing-wrapper .banner_top_bg,
.category-laminate .page-main .category-landing-wrapper .banner_top_bg {
    min-height: 450px !important;
}

.blog-wrapper {
    position: relative;
    padding: 50px 0;
    background: #F7F7F7;
}

.blog-wrapper:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    background: inherit;
    height: 100%;
}

.blog-wrapper:after {
    top: 0px;
    width: 100%;
    content: "";
    position: absolute;
    right: 100%;
    background: inherit;
    height: 100%;
}

.blog-wrapper>h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.blog-wrapper .sub-title {
    width: 70%;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper {
    width: 33%;
    margin: 0 10px;
    border: 0px;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .post-image {
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .post-image a img {
    height: 100%;
    width: auto;
    max-width: initial;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .post-info-wraper {
    padding: 5px;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .mp-post-title {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    height: 40.6px;
    overflow: hidden;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .mp-post-title a {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .mp-post-title a:hover {
    text-decoration: none;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper .post-short-description {
    color: rgba(0, 0, 0, 0.48);
    font-size: 14px;
    line-height: 25px;
}

.blog-wrapper .wrap-blogs-main .post-item-wraper:hover {
    box-shadow: none !important;
    border: 0px !important;
}

.blog-wrapper .wrap-blogs-main .post-info-wraper .mp-post-info {
    margin-top: 20px;
}

.blog-wrapper .wrap-blogs-main .post-info-wraper .mp-post-info .publish_date {
    font-size: 14px;
}

.blog-wrapper .wrap-blogs-main .post-info-wraper .mp-post-info .publish_date i {
    display: none;
}

.blog-wrapper .wrap-blogs-main .post-info-wraper .post-short-description {
    max-height: 73px;
    overflow: hidden;
}

.blog-wrapper .wrap-blogs-main .post-info-wraper .post-short-description p {
    color: #000;
    font-size: 1.4rem;
    line-height: 24px;
}

.blog-wrapper .wrap-blogs-main .post-info-wraper .mp-post-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    text-indent: -99999px;
}

.page-footer {
    background: #000000;
    font-family: 'Montserrat', serif;
}

.page-footer .footer {
    color: #fff;
}

.page-footer .footer .footer-middle-container {
    padding: 50px 0;
}

.page-footer .footer .footer-middle-container .footer-middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-footer .footer .footer-middle-container .footer-middle .column-wrap {
    margin-right: 15px;
}

.page-footer .footer .footer-middle-container .footer-middle .column-wrap:last-child {
    margin-right: 0px;
}

.page-footer .footer .footer-middle-container .footer-middle .heading {
    margin: 0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-footer .footer .footer-middle-container .footer-middle .heading a {
    color: #ffffff;
}

.page-footer .footer .footer-middle-container .footer-middle ul {
    padding-right: 0px;
}

.page-footer .footer .footer-middle-container .footer-middle ul li {
    margin-bottom: 15px;
}

.page-footer .footer .footer-middle-container .footer-middle ul li a {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.page-footer .footer .footer-top .social-icons-wrp {
    margin-top: 30px;
}

.page-footer .footer .footer-top .social-icons-wrp a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-footer .footer .footer-top .social-icons-wrp a:after {
    content: '/';
    margin: 0 10px;
}

.page-footer .footer .footer-top .social-icons-wrp a:last-child:after {
    display: none;
}

.page-footer .footer .footer-top-container {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}

.footer .footer-bottom-link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-bottom-link-container .copyright {
    background-color: transparent;
    font-size: 16px;
}

.footer .footer-bottom-link-container .links-footer-bottom a {
    color: #fff;
    margin: 0 10px;
}

.cms-home .page-main {
    padding-bottom: 0px;
}

.page-main .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0 20px;
}

@media (max-width: 767px) {
    .page-main .page-title-wrapper .page-title {
        font-size: 20px;
        line-height: 27px;
    }
}

.footer-gallery-container .owl-carousel .owl-stage-outer {
    padding-top: 0px;
}

.footer-gallery-container .owl-carousel .owl-item {
    height: 240px;
    overflow: hidden;
}

.footer.content {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.catalog-product-view .accessory-items-wrapper {
    background-color: #F7F7F7;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    clear: both;
    padding: 40px 0 0;
}

.catalog-product-view .accessory-items-wrapper .block-title {
    max-width: 1200px;
    margin: 0px auto;
}

.catalog-product-view .accessory-items-wrapper .block-title strong {
    color: #000000;
    font-family: 'Spartan', sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 0.63px;
    line-height: 42px;
    text-transform: uppercase;
}

.catalog-product-view .accessory-items-wrapper>.block-content {
    max-width: 1240px;
    margin: 0px auto;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid {
    margin-top: 0px;
    margin-bottom: 0px;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid ol {
    margin-top: 0px;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid ol .owl-stage-outer {
    padding-top: 0px;
}


.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info>a.product-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 180px;
    min-height: 180px;
    background-color: #fff;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info>a.product-item-photo img {
    max-height: 130px;
    width: auto;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details {
    font-family: 'Spartan';
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details strong {
    text-align: center;
    min-height: 40px;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details strong a {
    color: #FE7B07;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details .price-box {
    color: #000000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin: 10px 0;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form .quantity {
    width: 25%;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form .quantity .qty {
    height: 37px;
    text-align: center;
    border-radius: 4px;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form .quantity span.qty-title {
    color: #000000;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    display: block;
}

.catalog-product-view .accessory-items-wrapper>.block-content .products-grid li.product-item .product-item-info .product-item-details .product-item-actions .actions-primary form button {
    width: 70%;
}

.catalog-product-view .accessory-items-wrapper .owl-theme.owl-carousel .owl-controls .owl-dot span {
    background-color: rgba(99, 99, 99, 0.31);
    border: 0px;
    width: 20px;
    height: 4px;
}

.catalog-product-view .accessory-items-wrapper .owl-theme.owl-carousel .owl-controls .owl-dot.active span {
    background-color: #003F66;
}

/*Button style*/
button.action.primary,
button.action-primary,
button,
.action.primary,
.action.update,
.action.clear,
.cart-container .form-cart .actions.main .clear,
.action.submit.primary,
.review-form .action.submit.primary,
.action.next,
.action.previous {
    background: var(--maincolor);
    border-radius: 3px;
    border: 1px solid var(--maincolor);
    color: var(--white);
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 600;
    line-height: initial;
}

button.action.secondary {
    background: #f5f5f5;
        color: #333;
        border: 1px solid #ccc;
}
button.action.secondary:hover {
    background: #e2e2e2;
    border-color: #999;
}

button.action.primary:focus,
button.action-primary:focus {
    background: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: var(--white);
}

.cart-container .form-cart .actions.main .update:hover,
.cart-container .form-cart .actions.main .clear:hover,
button.action.primary:hover,
button.action.primary:active,
.action.primary:hover,
button.action-primary:hover,
.action.submit.primary:hover,
.review-form .action.submit.primary:hover,
.action.next:hover,
button.action.action-show-popup:hover,
button.action.action-select-shipping-item:hover,
.action.previous:hover {
    text-decoration: none;
    color: var(--black) !important;
    background: var(--white) !important;
    border: 1px solid var(--black) !important;
}

button:active {
    box-shadow: none;
}

button:not(.primary):active {
    box-shadow: none;
    border: none;
}

button.action.action-cancel {
    margin-top: 0px !important;
}

button.action.action-cancel span {
    background: #135d6c !important;
    border-radius: 0px;
    border: 1px solid #135d6c;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 20px 7px;
    font-weight: 600;
    display: block;
}

button.action.action-cancel:hover {
    text-decoration: none;
}

button.action-dismiss {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
}

button.action-dismiss:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
}

.checkout-payment-method .payment-method-content .fieldset>.field.required label::after {
    font-size: 18px;
    margin: 0 0 0 0;
    position: relative;
    top: 2px;
}

.checkout-container .opc-wrapper form {
    max-width: 100%;
    margin-bottom: 10px;
}

.checkout-container .opc-wrapper form.payments {
    max-width: auto;
}

/*Toolbar*/
.action.next,
.action.previous {
    padding: 0px 1px !important;
}

.pages .action.previous:before,
.pages .action.next:before {
    color: var(--white) !important;
}

.pages .action.previous:hover:before,
.pages .action.next:hover:before {
    color: var(--black) !important;
}

.toolbar select {
    min-height: auto;
    background-color: #fff;
    color: #000;
    border-color: #f5f5f5;
    border-radius: 0px;
    cursor: pointer;
}

.pages .item.current .page {
    margin: 0 0px 0 0;
}

.pages .item>a.page {
    font-weight: 600 !important;
}

.pages .items .item.current strong {
    background: var(--black);
    color: #fff;
}

.pages .items .item a,
.pages .items .item strong {
    padding: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0;
    margin: 0 0 5px 0px;
    font-size: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 1px solid #f5f5f5;
    box-shadow: none;
}

.pages .items .item a:hover {
    background: var(--white);
    border-color: #000000;
}

.catalog-category-view .page-main .toolbar-products .pages,
.catalog-category-view .page-main .pager .pages,
.catalogsearch-result-index .page-main .toolbar-products .pages,
.catalogsearch-result-index .page-main .pager .pages {
    float: none !important;
}

.fieldset>.field:not(.choice)>.label {
    width: 100% !important;
}

.order-details-items .order-items .table-order-items tr .sku {
    white-space: nowrap;
}

/*Login Page start*/
.login-container .block .block-title strong {
    font-weight: 600;
    font-size: 18px;
}

.login-container .block .fieldset.login>.field>.label {
    text-align: left;
    width: 100%;
}

.login-container .block .fieldset.login>.field .control {
    width: 100%;
}

.login-container .block .fieldset.login .actions-toolbar {
    margin: 0px;
}

.login-container .block .fieldset.login:after {
    margin: 0px;
}

.form.password.forget .fieldset>.field label,
.form.create.account .fieldset>.field label {
    text-align: left;
    width: 100%;
    float: none;
}

.form.password.forget .fieldset>.field .control,
.form.create.account .fieldset>.field .control {
    width: 100%;
}

.form.password.forget .fieldset>.field:before,
.form.create.account .fieldset>.field:before {
    width: 0px;
}

.form.password.forget .fieldset .legend,
.form.create.account .fieldset .legend {
    margin-left: 0px;
}

.form.password.forget .actions-toolbar,
.form.create.account .actions-toolbar {
    margin: 0px 0px 40px;
}

@media (min-width: 768px) {
    .login-container .block .fieldset.login .actions-toolbar {
        max-width: 80%;
    }
}

/*Login Page end*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltip-content {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0%;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 7px;
}

.tooltip .tooltip-content:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip .info {
    width: 15px;
    vertical-align: middle;
}

.tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    .checkout-index-index .nav-toggle {
        display: block;
    }

    .mfp-content {
        min-width: 100px;
        box-sizing: border-box;
    }

    .mfp-content .popup__main .popup__columns .popup__column {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mfp-content .popup__main .popup__columns .popup__column .popup__column--media {
        width: 100%;
    }

    .mfp-content .popup__main .popup__columns .popup__column .popup__column--result {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .mfp-content .popup__main .popup__columns .popup__column .popup__column--result .popup__result-cart {
        margin-top: 20px;
    }

    .mfp-content .popup__main .popup__columns .popup__actions-wrapper button.btn {
        font-size: 13px;
        padding: 10px 10px;
    }

    .mfp-content .popup__main .mfp-close {
        transform: translate(0%, 0%) !important;
    }
}

/* ============ Breadcrumbs Start ============ */
.breadcrumbs {
    margin: 0px;
    max-width: 100%;
    background-color: #F0F0F0;
}

.breadcrumbs ul {
    display: block;
    box-sizing: border-box;
    padding: 15px 20px !important;
    max-width: 1440px !important;
    margin: 0px auto !important;
}

.breadcrumbs ul li a {
    color: var(--black);
}

.breadcrumbs ul li a:visited {
    color: var(--black);
}

.breadcrumbs ul li strong {
    color: var(--black);
}

.breadcrumbs ul li a,
.breadcrumbs ul li strong {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
}

.customer-account-login .breadcrumbs,
.customer-account-create .breadcrumbs,
.customer-account-forgotpassword .breadcrumbs {
    margin-bottom: 15px;
}

/* ============ Breadcrumbs End ============ */

.category-view {
    display: flex;
    background-color: #b5ada5;
    margin-left: calc(50% - 49.6vw);
    margin-right: calc(50% - 49.6vw);
}

.category-view .category-image {
    margin: 0px;
}

.category-view .category-image.no-description {
    flex: 1;
}

.category-view .category-image.no-description .image {
    width: 100%;
}

.category-view .category-description {
    padding: 50px;
    position: relative;
    margin: 0px;
}

.category-view .category-description .category-banner-content .category-sub-title {
    font-size: 40px;
    text-transform: lowercase;
    font-family: "freight-big-pro", serif;
    line-height: 45px;
    font-weight: 300;
    color: #383838;
}

.category-view .category-description .category-banner-content .category-heading {
    font-size: 100px;
    text-transform: capitalize;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
    margin-top: -20px;
}

.category-view .category-description .category-banner-content .category-heading-link a {
    color: #474747;
    font-family: "graphie", serif;
}

.category-view .category-description .category-banner-content .category-heading-link a:after,
.cms-page-banner-content .cms-page-banner-heading-link a:after,
.builder-page-main-banner-heading .heading-wrap .banner-absolute-link:after {
    margin-left: 10px;
    content: "";
    display: inline-block;
    background-image: url("../images/arrow.jpg");
    width: 25px;
    height: 12.5px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.category-view .category-description .category-banner-content .category-heading-link a:hover:after,
.cms-page-banner-content .cms-page-banner-heading-link a:hover:after,
.builder-page-main-banner-heading .heading-wrap .banner-absolute-link:hover:after {
    margin-left: 20px;
}

.category-view .category-description .category-banner-content .category-heading-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    bottom: 20px;
}

.category-name-container {
    background-color: #F0F0F0;
    margin-left: calc(50% - 49.99vw);
    margin-right: calc(50% - 49.99vw);
}

.category-name-container .category-search-wrapper,
.category-name-container .category-name-wrapper {
    padding: 20px;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.category-name-container .category-name-wrapper>div {
    width: 33%;
}

.category-name-container .category-name-wrapper .category-name h1 {
    margin-bottom: 0;
}

.category-name-wrapper .category-name {
    font-size: 50px;
    text-transform: capitalize;
    color: #383838;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
}

.category-name-wrapper .category-name .rugs-select-message {
    font-size: 16px;
    letter-spacing: 2px;
    color: #474747;
    text-transform: uppercase;
}

.category-name-wrapper .category-product-count {
    font-size: 24px;
    letter-spacing: 2px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.category-name-container .category-search-wrapper .block {
    margin-bottom: 0;
}

.category-name-container .category-search-wrapper .minisearch input[type="text"] {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    padding-left: 25px;
    position: static;
    margin: 0px;
}

.category-name-container .category-search-wrapper .block-search {
    float: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.category-name-container .category-search-wrapper .block-search .action.search:before {
    font-size: 26px;
    line-height: 52px;
}

.catalog-category-view .columns .sidebar-main,
.catalogsearch-result-index .columns .sidebar-main {
    width: 100% !important;
    padding: 0px;
    float: none;
}

.catalog-category-view .columns .sidebar-main .filter-options,
.catalogsearch-result-index .columns .sidebar-main .filter-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.catalog-category-view .columns .sidebar-main .filter-options>div,
.catalogsearch-result-index .columns .sidebar-main .filter-options>div {
    width: calc((100% - 6%)/4);
    padding: 0 15px;
    margin-right: auto;
    margin-top: 0px;
}

.catalog-category-view .columns .sidebar-main .block.filter,
.catalogsearch-result-index .columns .sidebar-main .block.filter {
    margin-bottom: 0px;
    position: relative;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current {
    position: relative;
    display: flex;
    align-items: baseline;
    background: #eee;
    border: none;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .filter-actions,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .filter-actions {
    margin-bottom: 0px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .action.remove:before,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .action.remove:before {
    line-height: 17px;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    background: #000;
    font-size: 9px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .shoppingby-item,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .shoppingby-item {
    display: inline-block;
    margin-right: 10px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .filter-active-item-clear-all span,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .filter-active-item-clear-all span {
    font-size: 0px;
    margin-left: 5px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .filter-active-item-clear-all span:before,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .filter-active-item-clear-all span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    content: "\f057";
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .state-item-name,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .state-item-name {
    display: flex;
    font-weight: bold;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .state-item-name .filter-label,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-current .shoppingby-item .state-item .state-item-name .filter-label {
    margin-right: 5px;
}

.block-actions.filter-actions .filter-clear {
    background: none;
    border: none;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: none;
    text-decoration: underline;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    @media (min-width: 769px),
    print {
        #flooring_shopby.filter-current #flooring_shopby_items {
            display: flex !important;
            flex-wrap: wrap;
        }

        .product.data.items:after,
        .product.data.items>.item.content:after {
            clear: left;
        }
    }
}

@media only screen and (max-width: 768px) {
    .filter .filter-current.active .items {
        display: flex !important;
        flex-wrap: wrap;
    }

    .filter .filter-current {
        margin: 0px 0 20px;
    }

    .filter-content .filter-current .filter-actions {
        margin: 10px 0;
        display: none;
    }

    .filter .filter-current.active .filter-actions {
        display: block;
    }

    .filter .filter-current.active {
        padding-bottom: 10px;
    }
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-current ol.items .item {
    margin-right: 15px
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px;
    margin-top: 0px;
    border-bottom: none;
    margin-right: 2.63%;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item:nth-child(4n),
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item:nth-child(4n) {
    margin-right: 0px !important;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item {
    max-width: calc(100% / 4 - 2.3%);
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item.active .filter-options-title,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item.active .filter-options-title {
    color: var(--black);
    font-weight: bold;
    /* border-width: 3px; */
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .filter-options-title,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .filter-options-title {
    cursor: pointer;
    position: relative;
    padding: 20px 50px 20px 20px;
    /*margin-right: 20px;*/
    background-color: #fff;
    color: #474747;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: 400;
    width: 100%;
    border: 1px solid var(--greyborder);
    border-radius: 8px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .filter-options-title:after {
    content: '\e608';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    color: #000;
    transition: all 0.3s;

}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item.active .filter-options-title:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item.active .filter-options-title:after {
    transform: rotate(90deg);
    color: var(--black);
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .open,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .open {
    background: var(--black);
    color: #fff;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .open:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .open:after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content {
    /*display: none;*/
    position: static;
    width: 100%;
    z-index: 9;
    background: #fff;
    border-top: 0px;
    box-sizing: border-box;
    border: 1px solid #DADADA;
    border-top: 0px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .filter-show-more,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .filter-show-more {
    display: block;
    padding: 10px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items {
    display: block;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .filter-item-checkbox input[type="checkbox"],
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .filter-item-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    top: 0px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item a,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item a {
    background-color: #fff;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item a .count:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item a .count:after {
    content: " )";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #000;
    padding-left: 1px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item a .count:before,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item a .count:before {
    content: "( ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #000;
    padding-right: 1px;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .beige:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .beige:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: beige;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .black:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .black:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: black;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .brown:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .brown:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: brown;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .gray:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .gray:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: gray;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .grey:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .grey:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: grey;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .red:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .red:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: red;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .white:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .white:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: white;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .golden:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .golden:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #d4af37;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .yellow:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .yellow:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: yellow;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .olive:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .olive:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: olive;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .copper:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .copper:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #b87333;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .taupe:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .taupe:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #483C32;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .tan:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .tan:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #D2B48C;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .white-washed:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .white-washed:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #f2f1cc;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .blue:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .blue:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: blue;
}

.catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .orange:after,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-content .items .item .orange:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: orange;
}

/*Product Listing Page*/
.page-products .product-item-info {
    width: 100%;
}

.page-products .columns .column.main {
    order: 2;
}

.page-products .columns .sidebar-main {
    order: 1;
}

.page-products .columns>div[data-content-type='html'] {
    order: 3;
}

/* .page-products .products-grid .product-item {
    margin-left: 0px !important;
} */

.catalogsearch-result-index .columns .sidebar-main,
.catalog-category-view .columns .sidebar-main {
    width: 25%;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-title,
.catalog-category-view .columns .sidebar-main .block.filter .filter-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-title strong,
.catalog-category-view .columns .sidebar-main .block.filter .filter-title strong {
    font-weight: 700;
    font-size: 22px;
    position: relative;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current ol.items .item .filter-label,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current ol.items .item .filter-label {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: none;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current ol.items .item .action.remove span,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current ol.items .item .action.remove span {
    font-size: 0px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current ol.items .item .action.remove span:before,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current ol.items .item .action.remove span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #000;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl {
    /*border-right: 1px solid #ddd;
                        border-left: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    padding: 0px 0 10px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl .filter-options-title,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl .filter-options-title {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl .filter-options-title.active:after,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl .filter-options-title.active:after {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl .filter-options-title.no-filter:after,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl .filter-options-title.no-filter:after {
    display: none;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl .filter-options-title:after,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl .filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 0px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl dt.filter-options-title,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl dt.filter-options-title {
    padding: 10px 10px;
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl dt.filter-options-title a,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl dt.filter-options-title a {
    color: #135d6c;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl .filter-show-more,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl .filter-show-more {
    cursor: pointer;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #135d6c;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dl .filter-show-more:hover,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dl .filter-show-more:hover {
    color: #135d6c;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dd,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dd {
    margin-bottom: 20px;
    padding: 0 10px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dd ol,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dd ol {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dd ol li a,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dd ol li a {
    text-transform: uppercase;
    color: #135d6c;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    line-height: 29px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dd ol li a .count,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dd ol li a .count {
    color: #9b9b9b;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content dd ol li a:hover,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content dd ol li a:hover {
    color: #135d6c;
}

.catalogsearch-result-index .columns .column.main,
.catalog-category-view .columns .column.main {
    position: relative;
    width: 100%;
    padding: 0px;
}

.catalogsearch-result-index .columns .column.main .page-title-wrapper,
.catalog-category-view .columns .column.main .page-title-wrapper {
    padding: 0 10px;
    width: 100%;
    display: inline-block;
}

.catalogsearch-result-index .columns .column.main .page-title-wrapper h1.page-title,
.catalog-category-view .columns .column.main .page-title-wrapper h1.page-title {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    padding-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.catalogsearch-result-index .columns .column.main .page-title-wrapper+.toolbar-products,
.catalog-category-view .columns .column.main .page-title-wrapper+.toolbar-products {
    margin-bottom: 0px;
    padding: 0px 0px;
    display: flex;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0px;
    align-items: center;
}

.catalogsearch-result-index .columns .column.main .page-title-wrapper+.toolbar-products p,
.catalog-category-view .columns .column.main .page-title-wrapper+.toolbar-products p {
    padding: 0px;
    float: none;
    font-size: 18px;
}

.catalogsearch-result-index .columns .column.main .page-title-wrapper+.toolbar-products .toolbar-amount,
.catalog-category-view .columns .column.main .page-title-wrapper+.toolbar-products .toolbar-amount {
    line-height: 32px;
}

.catalogsearch-result-index .columns .column.main .page-title-wrapper+.toolbar-products .sorter,
.catalog-category-view .columns .column.main .page-title-wrapper+.toolbar-products .sorter {
    float: none;
    margin-left: 20px;
    padding: 0;
    font-size: 18px;
}

.catalogsearch-result-index .columns .column.main .products-grid,
.catalog-category-view .columns .column.main .products-grid {
    clear: both;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper,
.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current {
    display: flex;
    align-items: baseline;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper {
    order: 2;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content {
    display: grid;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .filter-current-subtitle,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .filter-current-subtitle {
    font-size: 20px;
    width: 110px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items {
    display: flex;
    flex-wrap: wrap;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .item,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .item {
    border: 1px solid #323232;
    background: #323232;
    color: #fff;
    padding: 20px 55px 20px 20px;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .item .filter-value,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .item .filter-value {
    color: #fff;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .action.remove,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .action.remove {
    left: auto;
    top: 20px;
    right: 12px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .action.remove::before,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-current .items .action.remove::before {
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-weight: 900;
    font-size: 14px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-actions,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-actions {
    margin-bottom: 0px;
    width: 180px;
}

.catalogsearch-result-index .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-actions .filter-clear,
.catalog-category-view .columns .sidebar-main .block.filter .filter-content .filter-current-wrapper .filter-actions .filter-clear {
    padding: 0;
    background: none !important;
    color: #000;
    text-transform: none;
    border: none;
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
}

/*Product Listing End*/
/*Product Details Start*/

body.catalog-product-view .breadcrumbs-container {
    background-color: #F0F0F0;
    margin-bottom: 40px;
}

.breadcrumbs-container .breadcrumbs-wrapper {
    padding: 20px;
    margin: 0px auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.breadcrumbs-container .breadcrumbs-wrapper .product-name-top {
    font-size: 40px;
    font-weight: 400;
    color: #383838;
}

.breadcrumbs-container .breadcrumbs-wrapper .breadcrumbs {
    padding: 0px;
    background-color: transparent;
}

.breadcrumbs-container .breadcrumbs-wrapper .breadcrumbs .items {
    padding: 0px !important;
}

.breadcrumbs-container .breadcrumbs-wrapper .breadcrumbs .items li * {
    font-size: 16px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 300;
}

.breadcrumbs-container .breadcrumbs-wrapper .breadcrumbs .items li strong {
    font-weight: 700;
}

.breadcrumbs-container .breadcrumbs-wrapper .breadcrumbs .items li:after {
    font-size: 18px;
    line-height: 15px;
    content: '/';
    margin: 0 5px;
}

.breadcrumbs-container .breadcrumbs-wrapper .breadcrumbs .items li:last-child:after {
    display: none;
}

.filter-options .filter-options-content {
    display: none;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 90%;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.17);
    border: 1px solid var(--greyborder);
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.filter-options .filter-options-content ol.items {
    max-height: 330px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.filter-current .items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.filter-options .filter-options-content ol li a {
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 7px;
}

.filter-options .filter-options-content ol li a:hover {
    background-color: transparent;
}

.filter-options .filter-options-content ol li:hover {
    background-color: #f0f0f0;
}

.filter-options .filter-item-wrapper {
    display: flex;
    align-items: center;
    margin: 0 7px;
}

.filter-options .filter-item-wrapper .filter-item-checkbox input[type="checkbox"] {
    width: 25px;
    height: 25px;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0.2rem;
    border: 0.25rem solid #5B5653;
    color: #5B5653;
    border-radius: 0.5rem;
    top: 0;
    font-size: 16px !important;
    font: normal normal normal 14px / 1 FontAwesome;
    cursor: pointer;
}

.filter-options .filter-item-wrapper .filter-item-checkbox input[type="checkbox"]:checked::before {
    content: "\f00c";
}

.breadcrumbs-container .breadcrumbs-wrapper .product-info-price .price-wrapper .price {
    color: #6E043D;
    font-weight: bold;
    font-size: 45px;
    display: block;
    line-height: 45px;
}

.breadcrumbs-container .breadcrumbs-wrapper .product-info-price .price-unit {
    font-size: 14px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 300;
    text-align: right;
    display: block;
    letter-spacing: 2px;
}

/* body.catalog-product-view .columns .main .product-info-main .product-info-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
} */

body.catalog-product-view .main .product-info-main .product-info-top-wrapper .page-title,
body.catalog-product-view .main .product-info-main .product-info-top-wrapper .page-title * {
    margin: 0px;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    color: #383838;
}

body.catalog-product-view .main .product-info-main .product-info-top-wrapper .product-info-stock-sku {
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    text-align: left;
    margin-top: 10px;
}

body.catalog-product-view .main .product-info-main .product-info-top-wrapper .product-info-stock-sku .product-brand,
body.catalog-product-view .main .product-info-main .product-info-top-wrapper .product-info-stock-sku .sku {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #6d6d6d;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .itemlabel {
    font-size: 18px;
    font-weight: 700;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .fancy-wishlist-wrapper {
    text-transform: uppercase;
    font-weight: 600;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .name {
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin: 10px 0;
    font-size: 18px;
    line-height: 25px;
    color: #4a4a4a;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary {
    display: flex;
    flex-direction: column;
    text-align: right;
    right: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary .rating-summary {
    text-align: right;
    overflow: visible;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary .rating-summary .rating-result {
    width: 138px;
    vertical-align: top;
    margin-top: 5px;
    text-align: right !important;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary .rating-summary .rating-result:before {
    font-size: 40px;
    line-height: 0px;
    padding: 0px;
    letter-spacing: -13px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary .reviews-actions {
    line-height: 14px;
    margin-top: -6px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary .reviews-actions a {
    font-size: 12px;
    color: #135d6c;
    text-decoration: underline;
    z-index: 10;
    position: relative;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .product-reviews-summary .reviews-actions a:hover {
    text-decoration: none;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .share {
    float: right;
    margin-bottom: 10px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .productbottom .share .sharethis-inline-share-buttons {
    text-align: right;
}

body.catalog-product-view .columns .main .product-info-main .product-info-wrapper .producttop .sample .checksamples button {
    padding: 7px 15px !important;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

body.catalog-product-view .columns .main .product-info-main .collection-wrapper .collection {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 0px;
}

body.catalog-product-view .columns .main .product-info-main .page-title-wrapper h1 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .product-info-stock-sku .brand-wrapper .seeBymore {
    font-size: 14px;
    line-height: 31px;
    color: #000;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .product-info-stock-sku .brand-wrapper .seeBymore a {
    color: #000;
    text-decoration: underline;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .product-final-price-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    padding: 15px 0 0;
    margin: 10px 0 0;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .product-final-price-wrapper .unit_price {
    color: #135d6c;
    margin: 0;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .product-final-price-wrapper .unit_price .priceunit {
    color: #135d6c;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .our-price-wrapper {
    display: flex;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .our-price-wrapper .product-price-title {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
    color: #135d6c;
    margin: 0px;
    margin-right: 20px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .cart-for-price {
    color: #135d6c;
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0 15px;
    line-height: 30px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .call-for-price {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 10px;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .call-for-price a {
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .price-box span.price {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .price-unit {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-info-price .product-info-stock-sku {
    float: left;
}

body.catalog-product-view .columns .main .product-info-main .product-social-links {
    text-align: right;
}

body.catalog-product-view .columns .main .product-info-main .product-colors {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
    margin-top: 20px;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .button.show-more {
    cursor: pointer;
    padding: 7px 15px !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    color: #fff;
    background: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors .stock.available {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 42px;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors .stock.available span {
    text-transform: capitalize;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors .stock.available .message:after {
    content: " : ";
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors .stock.available .quantity {
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li {
    position: relative;
    width: calc(100%/6);
    padding: 0px;
    min-height: 72px;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage .singlecolor {
    display: none;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage .color-image-wrap {
    height: 65px;
    /*min-height: 69px;*/
    /*overflow: hidden;*/
    max-width: 65px;
    margin: 0px auto;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage .color-image-wrap img {
    height: 100%;
    width: auto;
    max-width: initial;
    border: 3px solid #fff;
}


body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage[onclick] {
    cursor: pointer;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage:hover {
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.28);
    background-color: #fff;
    width: 90px;
    padding: 10px 10px 5px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage:hover>.color-image-wrap {
    height: 81px;
    min-height: 81px;
    overflow: hidden;
    max-width: 81px;
    margin: 0px auto;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage:hover .wishlistbtn,
body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li .rolloverimage:hover .singlecolor {
    display: block;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist li.current .rolloverimage .color-image-wrap img {
    border: 3px solid #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-colors .availcolors #color ul#colorlist .hidden {
    display: none;
}


body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart {
    display: block;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #636363;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding: 7px 0 20px 40px;
    margin-bottom: 20px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 9999;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #FE7B07;
    border-radius: 50px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace:hover input+.checkmark {
    background-color: #fff;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace input:checked+.checkmark {
    background-color: #fff;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace input:checked+.checkmark:after {
    display: block;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset .extraSpace .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #FE7B07;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart a {
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty {
    padding-right: 0px;
    display: block;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control {
    float: left;
    margin-right: 20px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .control-qty-wrapper,
body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .total-sqft-wrapper {
    position: relative;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .control-qty-wrapper input,
body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .total-sqft-wrapper input {
    border: 1px solid #dadada;
    border-radius: 3px;
    min-height: 50px;
    font-size: 16px;
    display: inline-block;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .control-qty-wrapper .ship-unit,
body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .control-qty-wrapper .price-unit,
body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .total-sqft-wrapper .ship-unit,
body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .total-sqft-wrapper .price-unit {
    right: 20px;
    top: 0px;
    font-size: 16px;
    color: #000;
    opacity: 0.3;
    position: absolute;
    text-transform: uppercase;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .control-qty-wrapper .ship-unit,
body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control .total-sqft-wrapper .ship-unit {
    text-transform: initial;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .control-wrap {
    float: none;
    margin-right: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .input-text.qty {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 15px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .container-checkbox {
    padding-left: 0px;
    cursor: default;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .container-checkbox span {
    border-bottom: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .container-checkbox .tooltip {
    cursor: pointer;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .container-checkbox .tooltip-content {
    width: 250px;
    margin-left: -125px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.total-wrap {
    font-size: 16px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.total-wrap .label {
    font-weight: 400;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.total-wrap .total {
    float: right;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.total-wrap .total .total-qty {
    font-weight: 400;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.total-wrap .total .total-price {
    font-weight: 700;
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .actions {
    padding-top: 0px;
    display: block;
    margin-bottom: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .actions button {
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

/*body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .actions button span:before {
    margin-right: 15px;
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(../images/add-to-bag.png) no-repeat center;
    background-size: contain;
    vertical-align: bottom;
}*/

/* body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .actions button:hover {
    background: var(--white);
    color: var(--black);
} */

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .estimate-delivery-wrap {
    font-size: 16px;
    padding: 20px 0;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .estimate-delivery-wrap .delivery-dates {
    color: #135d6c;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .product-options-wrapper .control select {
    min-height: 50px;
}

body.catalog-product-view .columns .main .product-info-main .product-social-links .product-addto-links {
    margin-bottom: 0px;
}

body.catalog-product-view .columns .main .product-info-main .product-social-links .product-addto-links a.towishlist {
    background: none;
    padding: 0px;
    border: 0px;
    font-size: 0px;
    max-width: 30px;
    height: 30px;
}

body.catalog-product-view .columns .main .product-info-main .product-social-links .product-addto-links a.towishlist:before {
    content: "\f08a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #135d6c;
    width: 100%;
    transition: all 0.3s;
}

body.catalog-product-view .columns .main .product-info-main .product-social-links .product-addto-links a.towishlist:hover:before {
    content: "\f004";
}

body.catalog-product-view .columns .main .product-info-main .product-social-links .mailto {
    color: #135d6c;
    font-size: 16px;
    text-transform: capitalize;
}

body.catalog-product-view .columns .main .product-info-main .product-social-links .mailto:before {
    font-size: 38px;
}

body.catalog-product-view .columns .main .pro-review {
    text-align: center;
}

body.catalog-product-view .columns .main .pro-review .review-add .review-toggle {
    text-align: center;
}

body.catalog-product-view .columns .main .pro-review .review-add .review-toggle #form-toggle {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 50px !important;
}

body.catalog-product-view .columns .main .pro-review .review-add .review-toggle #form-toggle:active {
    color: #fff;
}

body.catalog-product-view .columns .main .pro-review .review-form {
    display: none;
    margin: 0px auto;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-fieldset {
    margin-bottom: 20px;
}

body.catalog-product-view .columns .main .pro-review .review-form input {
    padding: 20px;
}

body.catalog-product-view .columns .main .pro-review .review-form .field {
    margin-bottom: 20px;
}

body.catalog-product-view .columns .main .pro-review .review-form .field .mage-error {
    text-align: left;
}

body.catalog-product-view .columns .main .pro-review .review-form .field .label {
    position: absolute;
    display: block;
    left: 16px;
    top: -14px;
    color: #cac5c5;
    background-color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 2;
    width: auto !important;
    padding: 5px !important;
}

body.catalog-product-view .columns .main .pro-review .review-form .field .label#Rating_rating_label {
    position: static !important;
    padding: 20px 0 0 !important;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control {
    width: 100%;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control #product-review-table {
    display: block;
    width: 100%;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control .review-field-rating {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control .review-field-rating label {
    padding: 0px 0 10px;
    font-weight: 600;
    text-align: center;
    display: block;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control .review-field-rating .review-control-vote label:before,
body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control .review-field-rating .review-control-vote:before {
    font-size: 50px;
    height: 32px;
    letter-spacing: 0px;
    line-height: 32px;
    letter-spacing: -10px;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-field-ratings .control .fieldset .field .control {
    width: 100% !important;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-form-actions {
    margin-left: 0px;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-form-actions .actions-primary {
    width: 100%;
    display: block;
}

body.catalog-product-view .columns .main .pro-review .review-form .review-form-actions .actions-primary button {
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 50px !important;
}

body.catalog-product-view .columns .main .product.detailed {
    padding: 0px 0;
    margin-bottom: 0px;
}

body.catalog-product-view .columns .main .product.detailed .product.data.items table .details_table tr {
    margin-bottom: 10px;
}

body.catalog-product-view .columns .main .product.detailed .product.data.items table .details_table tr th {
    padding-bottom: 20px;
}

body.catalog-product-view .columns .main .product.detailed .product.data.items table .details_table tr th,
body.catalog-product-view .columns .main .product.detailed .product.data.items table .details_table tr td {
    text-transform: uppercase;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title {
    margin-right: 0px;
    width: 100% !important;
    float: none !important;
    border-bottom: 3px solid #B5ADA5;
    margin-top: 10px;
    overflow: hidden;
}

body.catalog-product-view .columns .main>.product.detailed .data.item.title {
    margin-top: 0px;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title#tab-label-colors {
    border-top: 3px solid #B5ADA5;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title.active#tab-label-colors {
    border-top: 3px solid var(--greyborder);
}

.product-info-steps-wrapper .data.item.title.active.active#tab-label-colors .switch {
    padding: 15px 15px 20px 62px;
}

body.catalog-product-view .columns .main .product-info-steps-wrapper .product.detailed .data.item.title.active {
    border: 3px solid var(--greyborder);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title.active .switch {
    padding: 12px 15px 20px 62px;
}

.product-info-steps-wrapper .data.item.title.active .item-icon img {
    left: 7px;
}

.product-add-form .product-info-size-wrapper .prodict-size-container,
body.catalog-product-view .columns .main .product.detailed .data.item.title .switch {
    width: auto;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.63px;
    line-height: 26px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 15px 15px 20px 65px;
}

.product-add-form .product-info-size-wrapper .prodict-size-container .size-title {
    font-size: 18px;
    color: #484848;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.63px;
    display: block;
    margin-bottom: 20px;
}

.product-add-form .product-info-size-wrapper .prodict-size-container .size-title .maximum-width {
    font-size: 14px;
    text-transform: capitalize;
    color: #6E043D;
}

.product-add-form .product-info-size-wrapper .prodict-size-container .product-size-main {
    font-size: 15px;
    font-weight: 300;
    width: 100% !important;
}

/*.product-add-form .product-info-size-wrapper .prodict-size-container .product-size-main>* {
    max-width: 50%;
    width: 100%;
}*/

.product-add-form .product-info-size-wrapper .prodict-size-container .product-size-main input {
    width: 71px;
    height: 56px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    border: 3px solid #B5ADA5;
    margin-right: 5px;
    display: block;
}

.product-add-form .product-info-size-wrapper .prodict-size-container .product-size-main .field {
    width: auto;
    align-items: center;
    margin-right: 20px;
}

.product-add-form .box-tocart {
    padding: 35px;
    border: 1px solid #B5ADA5;
    background-color: #F0F0F0;
    border-radius: 10px;
    box-sizing: border-box;
}

.product-add-form .box-tocart .product-price-qty-wrapper {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.product-add-form .box-tocart .product-price-qty-wrapper>.product-total-price-container {
    width: 100%;
    max-width: 65%;
}

.product-add-form .box-tocart .product-price-qty-wrapper>.product-total-price-container #material-border-price {
    display: none;
}

.product-add-form .box-tocart .product-price-qty-wrapper .field.qty {
    padding-top: 0px !important;
    width: 100%;
    max-width: 30%;
}

.product-add-form .box-tocart #material-border-price .rugs-price-item .unit-price-item {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    color: #474747;
    font-weight: 300;
    margin-top: 3px;
    letter-spacing: 1.5px;
}

.product-add-form .box-tocart #material-border-price .rugs-price-item {
    margin-bottom: 15px;
}

.product-add-form #price-of-rug {
    display: flex;
    margin-bottom: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.product-add-form #price-of-rug .sub-price.price {
    font-size: 20px;
}

.product-add-form #price-of-rug .price-title {
    min-width: 180px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
}

.product-add-form #price-of-rug .price {
    color: #6E043D;
}

.product-add-form .shipping-message {
    margin-bottom: 10px;
    color: #6E043D;
    font-size: 16px;
    display: none;
}

.product-add-form .box-tocart #material-border-price .price-of-material-inner,
.product-add-form .box-tocart #material-border-price .price-of-border-inner {
    line-height: 20px;
    text-transform: uppercase;
}

.product-add-form .box-tocart #material-border-price .price-sub-title {
    width: 180px;
    display: inline-block;
    margin-right: 7px;
    text-transform: uppercase;
}

.product-add-form .box-tocart #material-border-price .unit-price {
    margin-right: 10px;
    display: inline-block;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title a {
    background: #fff;
    color: #0b0b0b;
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    padding: 15px 0 15px 55px;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title:last-child {
    border: 1px solid #e2e2e2;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content {
    background: #fff;
    margin-top: 0px;
    margin-left: 0 !important;
    width: 100%;
    float: none !important;
    border-top: 0px;
    z-index: 2;
    border: 3px solid var(--greyborder);
    border-top: none;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .review-add .review-toggle {
    margin-bottom: 20px;
    text-align: center;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .review-add .block-content .review-form {
    margin: 0px auto;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content a {
    color: var(--black);
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper {
    margin: 0 auto;
    width: 100%;
    border: 0;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes {
    min-width: 50%;
}


body.catalog-product-view .columns .main>.product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes tbody>tr .label {
    text-transform: uppercase;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes tbody>tr .label,
body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes tbody>tr .data {
    font-weight: 400;
    padding: 20px 30px 20px 0;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes tbody>.details_heading>.label {
    width: 25%;
    color: #003F66;
    font-size: 22px;
    letter-spacing: 0.63px;
    line-height: 42px;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes tbody>.details_heading .data h2 {
    margin-top: 5px;
    color: #000000;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 31px;
    font-weight: 400;
}

body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes-wrapper .additional-attributes tbody>.details_heading .data .overDescription {
    color: #636363;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 30px;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 42px;
    position: relative;
    margin: 0px;
    padding: 10px;
    background: #f9f9f9;
    border-top: 1px solid #d1d1d1;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-title h4:after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-title.active h4:after {
    content: "\f00d";
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content table tr td {
    padding: 15px 10px;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content table .details_heading .label {
    font-size: 22px;
    font-weight: 400;
    line-height: 42px;
    min-width: 200px;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content table .details_heading .data h2 {
    margin-top: 0px;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form {
    margin: 0px auto;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form .review-fieldset .review-legend {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form .review-fieldset .review-legend span {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form .review-fieldset .review-legend strong {
    text-transform: uppercase;
    display: block;
    text-align: center;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form .review-fieldset .field .label {
    float: none;
    text-align: left;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form .review-fieldset .field .control {
    float: none;
    width: 100%;
}

body.catalog-product-view .columns .main .product.detailed .data .accordion-content .review-add .block-content form .actions-toolbar {
    margin-left: 0px;
}

.table-checkout-shipping-method {
    width: 100% !important;
}

.table-checkout-shipping-method tbody tr {
    cursor: pointer;
}

.review-control-vote label:nth-child(2n):before {
    color: #135d6c;
}

.review-control-vote label:hover~label:before {
    opacity: 0;
}

.review-control-vote input[type=radio]:hover+label:before,
.review-control-vote input[type=radio]:checked+label:before {
    opacity: 1;
}

.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
    margin-left: 0px !important;
}

form:not(.minisearch) input[type=text],
form:not(.minisearch) input[type=number],
form:not(.minisearch) input[type=email],
form:not(.minisearch) input[type=password],
form:not(.minisearch) select,
form:not(.minisearch) textarea,
.checkout-container .opc-wrapper input[type=text],
.checkout-container .opc-wrapper input[type=email],
.checkout-container .opc-wrapper input[type=password],
.checkout-container .opc-wrapper input[type=number],
.checkout-container .opc-wrapper select,
.checkout-container .opc-wrapper textarea {
    min-height: 50px;
    border: 1px solid #000;
    box-sizing: border-box;
}

form:not(.minisearch) .field input.mage-error,
form:not(.minisearch) .field select.mage-error,
form:not(.minisearch) .field textarea.mage-error {
    border-color: #ed8380;
}

form:not(.minisearch) .field._error .control input,
form:not(.minisearch) .field._error .control select,
form:not(.minisearch) .field._error .control textarea,
.checkout-container .opc-wrapper .field._error input[type=text],
.checkout-container .opc-wrapper .field._error input[type=email],
.checkout-container .opc-wrapper .field._error input[type=password],
.checkout-container .opc-wrapper .field._error select {
    border-color: #ed8380;
}

.checkout-billing-address .billingAddressForm>.field>.label {
    font-weight: 300;
}

.checkout-billing-address .billingAddressForm>.field.save-address>.label {
    width: auto !important;
}

.checkout-billing-address .billing-address-form {
    margin-top: 15px;
}

.checkout-billing-address .billingAddressForm .mandatory {
    display: none;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper {
    display: flex;
    margin: 20px 0;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-radio {
    position: absolute;
    opacity: 0;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-title {
    font-weight: 600;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item {
    position: relative;
    margin-right: 10px;
    background-color: #fff;
    border: 2px solid #B5ADA5;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item.selected {
    border: 2px solid #135d6c;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-carrier {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

form.methods-shipping #checkout-shipping-method-load .checkout-shipping-method-wrapper .shipping-method-item .shipping-method-price {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 37px;
    text-transform: uppercase;
}

.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
    max-width: 500px;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    box-shadow: none !important;
    line-height: 2.2rem;
    padding: 13px 17px;
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action span {
    background: none !important;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    color: inherit;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    background: #ffffff;
    border-color: #000000;
    box-shadow: none !important;
    color: #000000;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: none;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
}

.checkout-payment-method.order-details .payment-option-title .action-toggle,
.checkout-payment-method.order-comment .payment-option-title .action-toggle {
    color: #000;
    font-weight: 600;
}

.checkout-container .opc-wrapper form.form-order-details,
.checkout-container .opc-wrapper form.form-order-comment {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field {
    margin-bottom: 15px;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field .label.order-details,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field .label.comment {
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field.choice,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field.choice {
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field.choice input[type="checkbox"],
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field.choice input[type="checkbox"] {
    position: absolute;
    left: 20px;
    top: 22px;
    opacity: 0;
    margin: 0;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field.choice .label,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field.choice .label {
    padding: 2px 15px 0px 35px;
    display: block;
    position: relative;
    cursor: pointer;
    flex-basis: 97%;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field.choice .label:before,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field.choice .label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 21px;
    height: 21px;
    border: 1px solid #bebebe;
    background: #fff;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field.choice .label:after,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field.choice .label:after {
    content: '' !important;
    position: absolute !important;
    left: 8px;
    top: 4px !important;
    width: 5px;
    height: 10px;
    border: solid #474747;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.checkout-container .opc-wrapper form.form-order-details .order-details-inner .field.choice input[type=checkbox]:checked~.label:after,
.checkout-container .opc-wrapper form.form-order-comment .order-comment-inner .field.choice input[type=checkbox]:checked~.label:after {
    display: block;
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    background: none !important;
}

.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    font-weight: 600;
    font-size: 18px;
}

.opc-wrapper .payment-methods .step-title {
    display: none;
}

.opc-wrapper .payment-methods .payment-method .payment-method-title {
    font-weight: 600;
    font-size: 18px;
}

.opc-wrapper .step-title .step-sub-title {
    font-size: 14px;
    font-weight: 400;
}

.opc-wrapper .form-login .email-confirmation-note {
    margin: 0 0 8px;
}

.opc-wrapper .form-login .field .control._with-tooltip input{
    width: 100%
}

.opc-wrapper .form-login .field-tooltip {
    top: 10px;
    right: 6px;
}

.opc-wrapper .form-login .field-tooltip.toggle:hover>.field-tooltip-content{
    display: block;
}

.shippingSupport {
    margin: 50px 0 0;
}

.shippingSupport .block-static-block {
    display: flex;
    padding: 30px;
    justify-content: space-around;
    border: 1px solid #ccc;
}

.shippingSupport .block-static-block>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shippingSupport .block-static-block>div:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1b9";
    margin-right: 15px;
    font-size: 28px;
    color: #135d6c;
}

.shippingSupport .block-static-block>div a {
    color: #000;
    display: block;
}

.shippingSupport .block-static-block>div a:first-child {
    font-size: 16px;
    font-weight: bold;
}

.shippingSupport .block-static-block>div a:last-child {
    font-size: 14px;
    color: #4a4a4a;
}

.checkout-agreements-block .checkout-agreement.field {
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}

.checkout-agreements-block .checkout-agreement.field .label {
    flex-basis: 97%;
}

.checkout-agreements-block .checkout-agreement.field div.mage-error {
    flex-basis: 100%;
}

.checkout-agreements-block .action-show {
    color: #000;
    text-transform: none;
    text-align: left;
}

.checkout-agreements-block .checkout-agreement.field.required .label span:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
}

.checkout-agreements-block .action-show:hover {
    color: #000;
    text-decoration: none;
}

.checkout-agreement.choice input[type="checkbox"] {
    position: absolute;
    left: 20px;
    top: 22px;
    opacity: 0;
    margin: 0;
}

.checkout-agreement.choice .label {
    padding: 15px 15px 0px 50px;
    display: block;
    position: relative;
    cursor: pointer;
}

.checkout-agreement.choice .label:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 16px;
    width: 24px;
    height: 24px;
    border: 1px solid #bebebe;
    background: #fff;
}

.checkout-agreement.choice .label:after {
    content: '' !important;
    position: absolute !important;
    left: 22px;
    top: 19px !important;
    width: 7px;
    height: 13px;
    border: solid #474747;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.checkout-agreement.choice input[type=checkbox]:checked~.label:after {
    display: block;
}

select {
    min-height: 42px;
}

.fieldset>.field.choice:before,
.fieldset>.field.no-label:before {
    display: none;
}

#carrier-store-list-wrapper {
    margin-bottom: 15px;
}

.catalog-product-view .page-main {
    /* max-width: 1038px;*/
}

.page-layout-1column .product.media {
    width: 50% !important;
    position: relative;
}

.page-layout-1column .product-info-main {
    width: 46% !important;
    position: relative;
}


@media only screen and (max-width: 768px) {
    .page-layout-1column .product.media {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .page-layout-1column .product-info-main {
        width: 100% !important;
    }
}

.MagicToolboxContainer .colorinfo {
    justify-content: space-between;
    padding: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.MagicToolboxContainer .colorinfo .coloralt a {
    cursor: pointer;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.MagicToolboxContainer .colorinfo .coloralt a img {
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    top: 3px;
}

.MagicToolboxContainer .colorinfo .coloralt .colorInfo_description {
    position: absolute;
    background: #faf8f4;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    height: auto !important;
    padding: 10px;
    width: 100%;
    left: 0px;
    top: 50px;
}

.MagicToolboxContainer .colorinfo .imagealt {
    cursor: pointer;
}

.MagicToolboxContainer .colorinfo .imagealt img {
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.MagicToolboxContainer .MagicToolboxSelectorsContainer #MagicToolboxSelectors2 a {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border: 2px solid #ffffff;
    padding: 4px;
}

.MagicToolboxContainer .MagicToolboxSelectorsContainer #MagicToolboxSelectors2 a img {
    height: 100%;
    width: auto;
    display: block;
    max-width: initial;
}

.MagicToolboxContainer .MagicToolboxSelectorsContainer #MagicToolboxSelectors2 a.active-selector {
    border: 2px solid #135d6c;
}

.login-container .block .fieldset.login:after {
    margin: 10px 0 0;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-style: italic;
    color: #868686;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 9;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #135d6c;
    border-radius: 50%;
    /* Create the checkmark/indicator (hidden when not checked) */
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #ffffff;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #135d6c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Product Details End */

/*Shop By Brand End*/
/*Blog Page*/
.post-list-content .mp-post-info {
    font-size: 12px;
    letter-spacing: 2px;
}

.post-list-content .mp-post-info a {
    margin: 0 4px;
}

.post-list-content .pager .limiter {
    padding: 0 10px;
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
    background: none !important;
    border: none !important;
    box-shadow: none;
}

@media (max-width: 1024px) {
    body.mpblog-post-index .columns .column.main {
        width: 73%;
    }

    body.mpblog-post-index .columns .sidebar-main {
        width: 26%;
    }
}

@media (max-width: 768px) {
    header.page-header .panel.wrapper .top-header-main {
        align-items: center;
    }

    .mobile-top-menu-toggle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #fff;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .opc-estimated-wrapper .minicart-wrapper .action.showcart {
        background: none !important;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        margin: 0 !important;
        background-color: var(--black);
        border-radius: 50px;
        position: absolute;
        top: -10px;
        color: #fff;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 0 0 10px #000;
        right: -11px;
    }

    .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
        background: url("../images/cart-icon-black.png") no-repeat center;
    }

    .modal-inner-wrap .modal-header .action-close {
        background: none !important;
    }

    header.page-header .panel.wrapper .top-header-main .header-column-left {
        display: initial;
    }

    header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links {
        display: none;
        position: absolute;
        right: 3px;
        z-index: 9999;
    }

    header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links.active {
        display: block !important;
    }

    header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links ul {
        width: 100%;
        display: block;
        background: #0c3a64;
        flex-direction: column;
    }

    header.page-header .panel.wrapper .top-header-main .top-header-right-block .top-header-links ul li {
        border-bottom: 1.5px solid #fff;
        border-right: 0px;
        display: block;
        padding: 10px;
    }

    .page-footer .footer .footer-middle-container .footer-middle-content {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .page-footer .footer .footer-middle-container .footer-middle-content>div {
        margin-bottom: 20px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .page-footer .footer .footer-middle-container .footer-middle-content>div .column-wrap {
        margin-bottom: 20px;
        width: 100%;
    }

    .catalogsearch-result-index .columns .sidebar-main .block.filter .filter-title,
    .catalog-category-view .columns .sidebar-main .block.filter .filter-title {
        top: -15px;
    }

    .catalog-category-view .columns .sidebar-main .filter-options,
    .catalogsearch-result-index .columns .sidebar-main .filter-options {
        left: 10px;
        right: 10px;
    }

    .catalog-category-view .columns .sidebar-main .block.filter .filter-options-item,
    .catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item {
        margin-right: 0;
    }

    .post-list-content .post-item-list .post-image {
        display: block;
    }

    body.mpblog-post-index .columns .column.main {
        width: 70%;
    }

    body.mpblog-post-index .columns .sidebar-main {
        width: 30%;
    }

    .landing-page-three-boxes-wrap {
        flex-wrap: wrap;
    }

    .landing-page-three-boxes-wrap .landing-page-box {
        max-width: 49%;
        margin: 0px 0 20px;
    }

    .landing-page-three-boxes-wrap .landing-page-box .image-wrap {
        width: 100%;
    }

    .landing-page-three-boxes-wrap .landing-page-box .title-button-wrap .title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .product-info-steps-wrapper .related-colors li {
        max-width: calc(100% / 3);
    }
}

@media (min-width: 640px) {

    .page-products .products-grid .product-item,
    .page-layout-1column .products-grid .product-item,
    .page-layout-3columns .products-grid .product-item,
    .page-products.page-layout-1column .products-grid .product-item,
    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 2%;
    }
}

@media (max-width: 500px) {
    header.page-header .header.content .header-right-wrapper {
        margin: 15px auto 10px;
    }

    .page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links:before {
        margin-bottom: 10px;
    }

    body.mpblog-post-index .columns .sidebar-main {
        width: 100%;
        order: 0;
    }

    .landing-page-three-boxes-wrap .landing-page-box {
        max-width: 100%;
    }

    .landing-page-three-boxes-wrap .landing-page-box .image-wrap {
        width: 100%;
        text-align: center;
    }

    .landing-page-three-boxes-wrap .landing-page-box .title-button-wrap .title {
        font-size: 16px;
    }

    .page-header .header.content .header-right-wrapper .header-top-account-wrapper .header.links>li {
        left: calc(100% - 130px);
    }
}

/*Blog Page End*/
/*Checkout Page Start*/
.checkout-container {
    margin: 20px 0;
}

.checkout-container .opc-sidebar .opc-block-summary {
    background: none;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.checkout-index-index .nav-sections {
    display: block;
}

/*Checkout Page End*/
.accordian-heading {
    display: none;
}

.catalogsearch-result-index .page-main .columns,
.catalog-category-view .page-main .columns {
    margin-top: 20px;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details {
    display: block !important;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .left-side-product-details,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .left-side-product-details {
    text-align: center !important;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price {
    float: none !important;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main {
    margin-top: 20px;
    text-align: center;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .price-box,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .price-box {
    justify-content: center !important;
    margin-bottom: 10px !important;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .price-box .strike .price-range .price,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .price-box .strike .price-range .price {
    text-decoration: line-through !important;
    font-size: 14px !important;
    color: #7d7d7d !important;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .price-box .weee,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .price-box .weee {
    display: block;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay {
    margin-top: 5px;
    display: inline-block;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .freeshipping,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .pricerangetext,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .freeshipping,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .pricerangetext,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .freeshipping,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .pricerangetext,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .freeshipping,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .pricerangetext {
    color: #135d6c;
}

.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .freeshipping:hover,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .pricerangetext:hover,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .freeshipping:hover,
.catalogsearch-result-index ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .pricerangetext:hover,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .freeshipping:hover,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .free-shipping-wrapper .pricerangetext:hover,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .freeshipping:hover,
.catalog-category-view ol.products .configurable .product-item-info .product-item-details .right-side-price .price-wrapper-main .searchresult-nodisplay .pricerangetext:hover {
    color: #000;
}

.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .special-price {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .free-shipping-wrapper {
    float: right;
    line-height: 42px;
    margin-top: -40px;
}

.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .old-price-wrapp .oldPrice {
    display: block;
}

.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .old-price-wrapp .oldPrice .sly-old-price {
    margin-right: 10px;
}

.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .old-price-wrapp .oldPrice .strike .price {
    text-decoration: line-through !important;
    font-size: 18px !important;
    color: #7d7d7d !important;
}

.catalog-product-view .columns .main .product-info-main .product-info-price .price-box .old-price-wrapp .oldPrice .final-price-range .price {
    display: block;
}

.page-product-configurable .product-info-price .price-wrapper {
    display: none;
}

#discount-coupon-form .fieldset.coupon .actions-toolbar .primary .action {
    color: #fff;
    box-shadow: none;
    background: #000;
    border-color: #000;
}

.checkout-shipping-method .step-title {
    margin-bottom: 10px;
}

.block-viewed-products-grid {
    padding: 0 20px;
}

.block-viewed-products-grid .block-title {
    text-align: center;
}

.block-viewed-products-grid .block-title strong {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}

.product-items li {
    position: relative;
}

.product-items li .product-item-info>a .closeout-sticker {
    position: absolute;
    top: -23px;
    right: -5px;
    z-index: 1;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #fff;
    font-weight: 100;
    background: #003f66;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-items li .product-item-info>a .closeout-sticker:after {
    content: 'Closeout';
    font-size: 12px;
    font-weight: 600;
}

.product.media .product-name-top {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 300;
    color: #383838;
    font-family: 'FreightBig Pro Light', serif;
}

.product.media .product.attribute.overview .value {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #474747;
}

.product.media .MagicToolboxContainer .closeout-sticker {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 2;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #fff;
    font-weight: 100;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product.media .MagicToolboxContainer .closeout-sticker:before {
    content: 'Closeout';
    font-size: 12px;
    font-weight: 600;
}

/*--- 21.09.2021 ---*/
.page-layout-category-cms-full-width .page-main {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper {
    margin-top: 20px;
    /*end */
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg {
    position: relative;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: inset 9000px 0 0 0 rgba(0, 0, 0, 0.5);
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container {
    max-width: 1280px;
    margin: 0 auto;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section {
    color: #fff;
    width: 50%;
    margin: 0px;
    padding: 20px;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section {
        padding-left: 10%;
        width: 85%;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section p {
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section h1 {
    font-size: 65px;
    line-height: 75px;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section h1 {
        font-size: 31px;
        line-height: 47px;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section span {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
    width: 80%;
    display: inline-block;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section .about_btn {
    margin: 30px 0px;
    display: inline-block;
    width: 100%;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section .about_btn a {
    background: none;
    color: #fff;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 20px 30px;
    background-color: #135d6c;
    border: 2px solid #135d6c;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section .about_btn a {
        letter-spacing: 2px;
        padding: 10px;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .top_left_section .about_btn a:hover {
    background: #003f66;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer {
    width: 100%;
    background: #f9f9f7;
    padding: 50px 0px;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer {
        padding: 20px 0;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    min-height: 500px;
    align-items: center;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main {
        display: inline-block !important;
        width: 100%;
        box-sizing: border-box;
        min-height: auto;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_left {
    width: 45%;
    float: left;
    padding-right: 5%;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_left {
        width: 40%;
        padding-left: 5%;
    }
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_left {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_left h2 {
    font-weight: 600;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_left .Shopping_wrapper_left p {
    margin-bottom: 20px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right {
    width: 50%;
    float: left;
    display: flex;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right img {
    display: block;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right {
        width: 100%;
        padding-left: 0%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img1 {
    width: 80%;
    padding: 10px 15px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img1 {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img1 {
        width: 100%;
        text-align: center;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img2 {
    width: 100%;
    padding: 10px 11px;
    box-sizing: border-box;
    display: flex;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img2 img {
    width: 100%;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img2 {
        width: 53%;
    }
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .Shopping_wrapper_outer .page-main .Shopping_wrapper_right .Shopping_wrapper_img2 {
        width: 100%;
        text-align: center;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer {
    width: 100%;
    background: #fff;
    padding: 50px 0px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer h2 {
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer p {
    text-align: center;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer .row {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer .row {
        width: 100%;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer .row .featured_products h2 {
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer .row .featured-products-heading h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer .row .featured-products-heading h2 {
        font-size: 20px;
        line-height: 36px;
    }

}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .featured_products_outer .row .featured-block-discription {
    text-align: center;
    line-height: 20px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg {
    position: relative;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: inset 9000px 0 0 0 rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container {
    position: relative;
    color: white;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section {
    color: #fff;
    width: 50%;
    margin: 0px;
    margin-left: 50%;
    padding: 100px 0px;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section {
        margin-left: 15%;
        width: 80%;
    }
}

@media (max-width: 768px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section {
        margin-left: 5%;
        width: 90%;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section p {
    font-size: 15px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section h2 {
        font-size: 25px;
        line-height: 36px;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section .about_btn {
    margin: 30px 0px;
    display: inline-block;
    width: 100%;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section .about_btn a {
    background: none;
    color: #fff;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 20px 30px;
    border: 2px solid #135d6c;
    background-color: #135d6c;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .banner_top_bg .container .aboutfloor_section .about_btn a:hover {
    background: #003f66;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer {
    width: 100%;
    background: #f9f9f7;
    padding: 50px 0px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main {
    max-width: 1280px;
    margin: 0 auto;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale {
    width: 100%;
    margin: 0px;
    background: #f9f9f7;
    display: inline-block;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul {
    margin: 0px;
    padding: 0px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li {
    margin: 10px;
    width: 28%;
    padding: 20px;
    float: left;
    text-align: center;
    list-style: none;
    border-right: 1px solid #f1f1f1;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li {
        margin: 10px;
        width: 26%;
    }
}

@media (max-width: 768px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li {
        width: 26%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li {
        width: 85%;
        padding: 10px;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li span i {
    font-size: 30px;
    color: #787878;
    height: 60px;
    width: 60px;
    text-align: center;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
    border-radius: 100%;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li .fa-percent:before {
    padding-top: 13px;
    display: block;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li .fa-truck:before {
    padding-top: 15px;
    display: block;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li .fa-user:before {
    padding-top: 15px;
    display: block;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .upto_sale_outer .page-main .upto_sale ul li p {
    font-size: 15px;
    line-height: 28px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .shopbrands_outer {
    width: 100%;
    background: #fff;
    padding: 50px 0px;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .shopbrands_outer .page-main {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .shopbrands_outer .page-main {
        max-width: 100%;
        margin: 0 auto;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .shopbrands_outer .page-main h3 {
    text-align: center;
    font-weight: 700;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-repeat: no-repeat;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: inset 9000px 0, 0, 0 black;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container {
    position: relative;
    color: white;
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner {
    width: 100%;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 70px 0px;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner {
        padding: 20px;
        box-sizing: border-box;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner h2 {
        font-size: 24px;
        line-height: 42px;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner span {
    font-size: 24px;
    line-height: 45px;
}

@media (max-width: 767px) {
    .page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner span {
        font-size: 18px;
        line-height: 35px;
    }
}

.page-layout-category-cms-full-width .page-main .category-landing-wrapper .customer_banner_bg .container .customer_banner_inner p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 60px;
}

.opc-progress-bar .opc-progress-bar-item._complete>span::before,
.opc-progress-bar .opc-progress-bar-item._complete:before,
.opc-progress-bar .opc-progress-bar-item._active>span:before,
.opc-progress-bar .opc-progress-bar-item._active:before {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.opc-progress-bar-item._complete>span:after,
.opc-progress-bar-item._active>span:after {
    border-color: var(--maincolor);
}

.opc-progress-bar .opc-progress-bar-item._complete span,
.opc-progress-bar .opc-progress-bar-item._active span {
    color: #000;
}

.checkout-index-index .opc-progress-bar-item>span,
.checkout-cart-index .opc-progress-bar-item>span,
.checkout-onepage-success .opc-progress-bar-item>span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.opc-progress-bar {
    text-align: center;
    margin-top: 20px;
}

.cms-about- .breadcrumbs {
    display: none;
}

.cms-about- main#maincontent {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.banner_top_bg {
    position: relative;
    width: 100%;
    min-height: 550px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0px 0px 0px #000;
}

.Shopping_wrapper_outer {
    width: 100%;
    background: #f9f9f7;
    padding: 50px 0px;
}

.customer_banner_bg {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0px 0px 10px #000;
}

.customer_banner_inner h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
}

.customer_banner_inner span {
    font-size: 24px;
    line-height: 45px;
}

.customer_banner_inner p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 60px;
}

.top_left_section {
    color: #fff;
    width: 50%;
    margin: 0px;
    padding: 20px;
}

.top_left_section p {
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
}

.top_left_section h1 {
    font-size: 65px;
    line-height: 75px;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    font-weight: bold;
}

.top_left_section span {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
    width: 80%;
    display: inline-block;
}

/*.form-shipping-specification .flights-stairs-wrapper .dis-flex{
    display: flex;
    align-items: center;
}
.form-shipping-specification .flights-stairs-wrapper .dis-flex .control{
    margin-left: 15px
}*/
.form-shipping-specification .flights-stairs-wrapper .dis-flex .control .no-of-stairs {
    max-width: 100px;
}

@media (max-width: 767px) {
    .featured_products_outer .featured_products>.row {
        flex-direction: column;
    }

    .featured_products_outer .featured_products>.row .featured_products_box {
        max-width: 100%;
        text-align: center;
    }
}

.contact_address_wrapper h2 {
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    margin-top: 30px;
}

.contact_address_wrapper p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.contact_address {
    width: 100%;
    margin-bottom: 40px;
    display: block;
}

.contact_address p {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.contact_address span {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.form-check {
    margin-top: 20px;
    width: 100%;
    width: 100%;
    display: inline-block;
}

.margin_tb {
    margin: 5px 0px;
    width: 100%;
    display: inline-block;
}

.contact_form_wrapper textarea#message {
    margin-bottom: 15px;
}

.contact_form_wrapper {
    margin-top: 20px;
    background: #fff;
    width: 90%;
    padding: 5% 5%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    margin-top: -510px;
}

.contact_form_wrapper h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0px;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact_form_wrapper h3 {
    width: 100%;
    padding: 0px;
    display: inline-block;
    font-size: 20px;
    line-height: 23px;
}

.contact_form_wrapper p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 35px;
}

.contact_address_outerbox_left {
    width: 40%;
    padding-right: 10%;
    float: left;
}

.contact_address_outerbox_right {
    width: 50%;
    float: left;
}

.contact_address_outerbox {
    width: 100%;
    display: inline-block;
}

.featured_products h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
}

.featured_products p {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}

.featured_products_box {
    width: 22.3%;
    display: inline-block;
    margin: 10px 15px;
}

.featured_products_innerbox {
    padding: 15px;
    text-align: left;
}

.featured_products_innerbox span {
    font-size: 13px;
    line-height: 17px;
    color: #6e6d6e;
}

.featured_products_innerbox h3 {
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}

.featured_products_innerbox p {
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #595959;
}

.Shopping_wrapper {
    display: flex;
    width: 100%;
    min-height: 500px;
    align-items: center;
    vertical-align: middle;
}

.Shopping_wrapper_left {
    width: 45%;
    float: left;
    padding-right: 5%;
}

.Shopping_wrapper_left p {
    margin-bottom: 20px;
}

.Shopping_wrapper_left h2 {
    font-weight: 600;
    line-height: 35px;
}

.Shopping_wrapper_right {
    width: 50%;
    float: left;
}

.Shopping_wrapper_right img {
    width: 100%;
    margin-bottom: 15px;
}

.Shopping_wrapper_img1 {
    width: 38%;
    float: left;
    padding: 10px;
}

.Shopping_wrapper_img2 {
    width: 55%;
    float: left;
    padding: 10px;
}

.upto_sale {
    width: 100%;
    margin: 0px;
    background: #f9f9f7;
    display: inline-block;
}

.upto_sale ul {
    margin: 0px;
    padding: 0px;
}

.upto_sale ul,
.upto_section_innerbox ul {
    display: flex;
    padding: 0px;
    justify-content: space-evenly;
}

.upto_sale ul li,
.upto_section_innerbox ul li {
    margin: 0px;
    width: 30%;
    padding: 0px;
    float: left;
    text-align: center;
    list-style: none;
    border-right: 1px solid #f1f1f1;
    margin: 0px 0 20px 0;
    padding: 0px;
}

.upto_sale ul li:last-child,
.upto_section_innerbox ul li:last-child {
    border: none;
}

.upto_sale ul li h4,
.upto_section_innerbox ul li h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.upto_sale ul li p,
.upto_section_innerbox ul li p {
    font-size: 15px;
    line-height: 28px;
}

.upto_sale ul li span i,
.upto_section_innerbox ul li span i {
    font-size: 30px;
    color: #787878;
    height: 60px;
    width: 60px;
    text-align: center;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
    border-radius: 100%;
}

.sitemap-index-index .page-main {
    margin-top: 20px;
}

.sitemap-index-index .page-main .page-title-wrapper {
    text-align: center;
}

.sitemap-index-index .page-main #mageplaza-seo-html-sitemap h2 {
    font-family: 'Sweet Sans Pro Bold', serif;
    font-size: 18px;
}

/**sales quote pages start**/
.salesquote-quote-search .form-search-sales-person .fieldset{
    display: flex;
}

.salesquote-quote-search .form-search-sales-person .fieldset .actions{
    margin-top: 27px;
    margin-left: 20px;
}

.salesquote-quote-search .form-search-sales-person .fieldset .actions .button,
.salesquote-quote-search .form-search-sales-person .fieldset .actions .action.primary{
    height: 52px;
}

.account .pager span.toolbar-number{
    display: block;
}
/**sales quote pages end**/

@media (max-width: 767px) {

    .upto_sale ul,
    .upto_section_innerbox ul {
        flex-direction: column;
    }

    .upto_sale ul li,
    .upto_section_innerbox ul li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .upto_section_innerbox ul {
        padding: 0 20px;
    }
}


@media (max-width: 1024px) {
    .builder-page-main-banner-heading .heading-wrap h1 {
        font-size: 80px;
        line-height: 90px;
    }

    .customer_banner p {
        margin-top: 30px;
    }

    .customer_banner_inner {
        top: 100px;
    }

    .customer_banner h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .customer_banner span {
        font-size: 18px;
        line-height: 35px;
    }

    .banner_top_bg {
        min-height: 430px;
    }

    .featured_products_box {
        width: 20%;
    }

    .aboutfloor_section {
        margin-left: 30%;
    }
}

@media (max-width: 992px) {
    .upto_sale ul li h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .featured_products_box {
        width: 45%;
    }

    .aboutfloor_section {
        margin-left: 20%;
        width: 100%;
    }

    .Shopping_wrapper {
        display: block;
        box-sizing: border-box;
        width: 100%;
        min-height: 100%;
    }

    .Shopping_wrapper_left {
        width: 40%;
        padding: 0%;
    }

    .Shopping_wrapper_right {
        width: 60%;
        padding: 0%;
    }
}

@media (max-width: 768px) {
    .product.media .MagicToolboxContainer .closeout-sticker {
        top: 0px;
        right: 0px;
    }

    .products-grid.wishlist .product-item .field.qty {
        display: block;
    }

    body.account .page-main {
        padding-top: 61px;
    }

    body.account .block-collapsible-nav {
        top: 0px;
    }

    .customer-account-logoutsuccess .page-main,
    .customer-account-login .page-main,
    .customer-account-create .page-main,
    .sitemap-index-index .page-main {
        margin-top: 20px;
    }

    .sign-up-wrap .become-mem-left-content span.title {
        font-size: 18px;
    }

    .sign-up-wrap .become-mem-left-content .ten-percent .ten-wrap {
        font-size: 170px;
    }

    .sign-up-wrap .become-mem-left-content {
        padding: 0px 50px 0px;
    }

    .sign-up-wrap .become-mem-left-content .first-purchase {
        font-size: 38px;
    }

    .builder-page-main-banner-heading .pagebuilder-column-line>div:first-child {
        min-height: 400px;
    }

    .sign-up-wrap .become-mem-left-content {
        align-items: center;
    }

    h1.give-your-home-wrap {
        font-size: 40px;

    }

    header.page-header .header-top-search-wrapper .block-search .label {
        border: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 8px;
        z-index: 1;
        right: 0;
        color: #000;
    }

    .category-name-container .category-search-wrapper .block-search .control,
    header.page-header .header-top-search-wrapper .block-search .control {
        border-top: 0;
    }

    header.page-header .header-top-search-wrapper .block-search {
        top: 80px;
        right: -80px;
        width: 330px;
    }

    .category-name-container .category-search-wrapper .block-search .field.search {
        position: relative;
    }

    .category-name-container .category-search-wrapper .block-search .label {
        border: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 12px;
        z-index: 1;
        right: 0;
        color: #000;
    }
}

@media (max-width: 767px) {
    .premium_brands_inner .premium_brands_box {
        flex-direction: column;
        display: flex;
    }

    .premium_brands_inner .premium_brands_box:nth-child(2n) {
        flex-direction: column-reverse;
        display: flex;
    }

    .contact_us_banner {
        box-shadow: none;
    }

    .product-items li .product-item-info>a .closeout-sticker {
        top: 0px;
        right: 10px;
    }

    .contact_address_outerbox .contact_address_outerbox_right {
        margin: 0 auto;
        width: 100%;
    }

    .contact_address_outerbox .contact_address_outerbox_right .contact_form_wrapper {
        box-sizing: border-box;
    }

    header .minicart-wrapper.active .block-minicart {
        width: 100%;
    }

    .Shopping_wrapper_left {
        width: 100%;
    }

    .Shopping_wrapper_right {
        width: 100%;
    }

    .Shopping_wrapper_img1 {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .Shopping_wrapper_img2 {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .featured_products_box {
        width: 100%;
    }

    .aboutfloor_section {
        margin-left: 1%;
        width: 100%;
    }

    .aboutfloor_section h2 {
        font-size: 25px;
        line-height: 38px;
    }

    .customer_banner_inner h2 {
        font-size: 25px;
        line-height: 38px;
    }

    .customer_banner_inner span {
        font-size: 16px;
        line-height: 33px;
    }

    .featured_products h2 {
        font-size: 23px;
        line-height: 40px;
    }

    .top_left_section {
        width: 100%;
    }

    .top_left_section h1 {
        font-size: 32px;
        line-height: 60px;
    }

    .top_left_section span {
        width: 100%;
    }

    .contact_form_wrapper {
        margin-top: 20px;
        background: #fff;
        width: 90%;
        padding: 5% 5%;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
        margin-top: -510px;
    }

    .home-category-section {
        padding: 20px !important;
    }

    .shopbrands_outer {
        padding: 20px 0 !important;
    }
}

.product-info-steps-wrapper .data.active+.data.item.content {
    display: block !important;
}

.product-info-steps-wrapper .data.item.content {
    display: none !important;
}

.product-info-steps-wrapper .data.item.title .sub-title {
    display: block;
    font-size: 18px;
}

.product-info-steps-wrapper .data.item.title .sub-title.color-number-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info-steps-wrapper .data.item.title .sub-title.color-number-title .color-number {
    margin-right: 28px;
    font-weight: 700;
}

.product-info-steps-wrapper .data.item.title .item-icon img {
    width: 44px;
    position: absolute;
    left: 10px;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title .switch {
    font-size: 20px;
    color: #474747;
    line-height: 20px;
    height: auto;
}

body.catalog-product-view .columns .main>.product.detailed .data.item.title .switch {
    /* border: 2px solid #B5ADA5!important; */
    margin-bottom: 10px;
    color: #474747;
    height: auto;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 0px !important;
    margin-bottom: 0;
    text-transform: none;
}

body.catalog-product-view .columns .main>.product.detailed .product.data.items>.item.content {
    padding: 0;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title .switch .sub-title {
    font-weight: 300;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title .switch .sub-title.mage-error {
    color: #e02b27;
}

body.catalog-product-view .columns .main>.product.detailed .data.switch {
    height: auto;
    padding: 15px 15px 20px 25px !important;
}

body.catalog-product-view .columns .main>.product.detailed .title.active .switch {
    margin-bottom: 0px;
}

body.catalog-product-view .columns .main>.product.detailed .product.data.items>.item.content {
    border: none;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title .switch:after {
    transition: all 0.3s;
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 36px;
    font-weight: 300;
    color: #B5ADA5;
}

body.catalog-product-view .columns .main>.product.detailed .switch:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    top: 9px !important;
    right: 20px !important;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title.active .switch:after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

body.catalog-product-view .columns .main>.product.detailed {
    width: 50%;
    clear: left;
    border-top: 3px solid #B5ADA5;
}

body.catalog-product-view .columns .main>.product.detailed .data.item.title.active+.item.content {
    border-bottom: 3px solid #B5ADA5;
    border-radius: 0;
}

body.catalog-product-view .columns .main>.category-disclaimer {
    width: 50%;
    clear: left;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

body.catalog-product-view .columns .main>.product.detailed .product.data.items {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: none;
}

.product-info-steps-wrapper .related-colors {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-info-steps-wrapper .related-colors li {
    float: left;
    list-style: none;
    padding: 0 3px;
    max-width: calc(100% / 4);
    width: 100%;
    box-sizing: border-box;
}

.product-info-steps-wrapper .related-colors li .rolloverimage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.product-info-steps-wrapper .related-colors li .rolloverimage:hover,
.product-info-steps-wrapper .related-colors li .rolloverimage.selected {
    background-color: #F0F0F0;
    border: 1px solid #B5ADA5;
}

.product-info-steps-wrapper .related-colors li .rolloverimage .color-name,
.product-info-steps-wrapper .related-colors li .rolloverimage .color-number {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 14px;
    margin-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.product-info-steps-wrapper .related-colors li .rolloverimage .color-number {
    font-size: 14px;
}

.product-info-steps-wrapper #border_type {
    padding: 20px;
}

.product-info-steps-wrapper .border-color-wrapper .border-corner-container {
    width: 100%;
}

.product-info-steps-wrapper .border-color-wrapper .border-color-container,
.product-info-steps-wrapper .border-color-wrapper .border-corner-container {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item {
    max-width: calc(100% / 5 - 20px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s;
    box-sizing: border-box;
    margin: 0 10px 10px;
}

.product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item img {
    width: 100%;
}

.product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item.active {
    background-color: #F0F0F0;
    border: 1px solid #B5ADA5;
}

.product-info-steps-wrapper .border-color-wrapper .border-color-error {
    color: #e02b27;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.product-info-steps-wrapper .border-color-wrapper #border-sku-error {
    display: none !important;
}

.product-info-steps-wrapper .border-type-wrapper .border-type-item-container .border-corners-wrapper {
    display: none;
}

.product-info-steps-wrapper .border-type-wrapper .border-type-item-container.active .border-corners-wrapper {
    display: block;
}

.product-info-steps-wrapper .border-type-icon:before {
    width: 44px;
    height: 44px;
    content: '';
    left: 10px;
    display: block;
    position: absolute;
    top: 15px;
    background-position: 44px 44px;
}

.product-info-steps-wrapper .active .border-type-icon:before {
    left: 7px;
    top: 12px;
}

.product-info-steps-wrapper .border-type-icon.border-type-serged:before {
    background-image: url("../images/serged.svg");
}

.product-info-steps-wrapper .border-type-icon.border-type-narrowbinding:before,
.product-info-steps-wrapper .border-type-icon.border-type-polybind:before {
    background-image: url("../images/polybind.webp");
}

.product-info-steps-wrapper .border-type-icon.border-type-1--5__widecottonbinding:before,
.product-info-steps-wrapper .border-type-icon.border-type-mitered:before {
    background-image: url("../images/miter_wide_binding.svg");
}

.product-info-steps-wrapper .border-type-icon.border-type-lapped:before {
    background-image: url("../images/lapped.svg");
}

.product-info-steps-wrapper .border-type-wrapper .border-type-icon:before {
    left: 10px;
    top: 10px;
}

#tab-label-shape .shape-icon:before,
.product-info-steps-wrapper .material-shape-wrapper .material-shape-item:before {
    width: 44px;
    height: 44px;
    content: '';
    left: 10px;
    display: block;
    position: absolute;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-info-steps-wrapper .data.item.title.active#tab-label-shape .shape-icon:before {
    left: 7px;
    top: 12px;
}

.product-info-steps-wrapper .material-shape-wrapper .material-shape-item:before {
    left: 10px;
    top: 20px;
}

#tab-label-shape #shape-rectangle:before,
.product-info-steps-wrapper .material-shape-wrapper #rectangle:before {
    background-image: url("../images/rectangle.png");
}

#tab-label-shape #shape-circle:before,
.product-info-steps-wrapper .material-shape-wrapper #circle:before {
    background-image: url("../images/circle.png");
}

#tab-label-shape #shape-oval:before,
.product-info-steps-wrapper .material-shape-wrapper #oval:before {
    background-image: url("../images/oval.webp");
}

#tab-label-shape #shape-square:before,
.product-info-steps-wrapper .material-shape-wrapper #square:before {
    background-image: url("../images/square.png");
}

#tab-label-shape #shape-stair-runner:before,
.product-info-steps-wrapper .material-shape-wrapper #stair-runner:before {
    background-image: url("../images/stair-runner.webp");
}

.order-sample-container .order-sample-wrapper .field,
.pattern-direction-container .pattern-direction-wrapper .field,
.product-info-steps-wrapper .material-shape-wrapper .field,
.product-info-steps-wrapper .border-type-wrapper .border-type-item-container {
    display: block;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid var(--black);
    width: 100% !important;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.pattern-direction-container .pattern-direction-wrapper .field {
    border: none;
}

.order-sample-container .order-sample-wrapper .field .order-sample-item,
.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item,
.product-info-steps-wrapper .material-shape-wrapper .field .material-shape-item,
.product-info-steps-wrapper .border-type-wrapper .border-type-item-container .border-type-icon {
    height: 62px;
    padding: 16px 16px 16px 76px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.product-info-steps-wrapper .border-type-wrapper .border-type-item-container .border-type-item .border-type-message {
    display: block;
    color: #6E043D;
}

.order-sample-container .order-sample-wrapper .field .order-sample-item {
    padding-left: 16px;
}

.order-sample-container .order-sample-wrapper .field .order-sample-item.active {
    background-color: #F0F0F0;
    border-radius: 8px;
}

.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item {
    height: 82px;
}

.order-sample-container .order-sample-wrapper .field .order-sample-item .control,
.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item .control,
.product-info-steps-wrapper .material-shape-wrapper .field .material-shape-item .control {
    width: auto !important;
}

.order-sample-container .order-sample-wrapper .field .order-sample-item input,
.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item input,
.product-info-steps-wrapper .material-shape-wrapper .field .material-shape-item input,
.product-info-steps-wrapper .border-type-wrapper .border-type-item-container .border-type-icon input {
    width: 25px;
    height: 25px;
    accent-color: var(--black);
    box-shadow: none;
}

.product-info-steps-wrapper .material-shape-wrapper .field .material-shape-item.active,
.product-info-steps-wrapper .border-type-wrapper .border-type-item-container .border-type-icon.active {
    background-color: #F0F0F0;
    border-radius: 8px;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper {
    padding: 10px;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-header {
    margin: 10px 0;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section {
    display: flex;
    justify-content: space-between;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section>div {
    width: 49%;
    position: relative;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section>div h3:before {
    height: 44px;
    width: 44px;
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background-position: 44px 44px !important;
}

.product-info-steps-wrapper .material-shape-wrapper .field .material-shape-item .additional-price,
.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section>div h3 .additional-price {
    display: block;
}

.product-info-steps-wrapper .additional-price {
    color: #6E043D;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section .border-type-mitered h3:before {
    background: url('../images/miter_wide_binding.svg');
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section>div h3 {
    display: block;
    padding: 10px 10px 10px 64px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    height: 64px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section .border-type-lapped h3:before {
    background: url('../images/lapped.svg');
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section .border-type-item-width input {
    display: none;
}

.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section .border-type-item-width:hover h3,
.product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section .border-type-item-width.active h3 {
    background-color: #F0F0F0;
    border: 1px solid #B5ADA5;
}

/**Shape drop down start*/
.product-info-steps-wrapper .material-shape-wrapper .field {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #979797;
}

.product-info-steps-wrapper .material-shape-wrapper .field:hover {
    background: #FCF8F5;
}

body.catalog-product-view .columns .main .product.detailed .shape-content {
    position: absolute;
    box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.5);
    padding: 0px;
}

.product-info-steps-wrapper .material-shape-wrapper .fieldset {
    margin-bottom: 0;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title.active.shape-title .switch {
    border-bottom: 1px solid #B5ADA5;
}

body.catalog-product-view .columns .main .product.detailed .data.item.title.active.shape-title {
    box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.product-info-steps-wrapper .material-shape-wrapper .field input[type=radio] {
    display: none;
}

.product-info-steps-wrapper .material-shape-wrapper .field.active {
    display: none;
}

.product-info-steps-wrapper .material-shape-wrapper .field .material-shape-item {
    height: 82px;
}

/**Shape drop down end*/
.prodict-size-container .product-size-main .width-section,
.prodict-size-container .product-size-main .width-section .field,
.prodict-size-container .product-size-main .height-section,
.prodict-size-container .product-size-main .height-section .field,
.prodict-size-container .product-size-main {
    display: flex;
    flex-wrap: wrap;
}

.prodict-size-container .product-size-main input {
    text-align: center;
}

.pattern-direction-container .pattern-direction-content {
    margin-top: 10px;
}

.order-sample-container .order-sample-title,
.pattern-direction-container .pattern-direction-title {
    width: auto;
    display: flex;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.63px;
    line-height: 26px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px solid #B5ADA5;
    padding-bottom: 20px;
    justify-content: space-between;
}

.product-info-size-wrapper {
    border-bottom: 3px solid #B5ADA5;
    margin-bottom: 20px;
}

.pattern-direction-container .pattern-direction-title .view-guide {
    float: right;
    color: #135D6C;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: underline;
}

.order-sample-container .order-sample-title .title,
.pattern-direction-container .pattern-direction-title .title {
    font-size: 18px;
    color: #484848;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.63px;
    display: inline-flex;
    align-items: center;
}

.order-sample-container .order-sample-title {
    margin-bottom: 15px;
    cursor: pointer;
}

.order-sample-container .sample-actions {
    text-align: center;
}

/* .pattern-direction-container .pattern-direction-title .title:after {
    content: "\f059";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: var(--black);
    transition: all 0.3s;
    margin-left: 10px;
    cursor: pointer;
} */

.order-sample-container .order-sample-wrapper .order-sample-item .sample-title,
.pattern-direction-container .pattern-direction-wrapper .pattern-direction-item .direction-title,
.pattern-direction-container .pattern-direction-wrapper .pattern-direction-item .direction-desc {
    color: #474747;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 26px;
    display: block;
    text-transform: uppercase;
}

.pattern-direction-container .pattern-direction-wrapper .pattern-direction-item .direction-title {
    color: #135D6C;
}

.pattern-direction-container .pattern-direction-wrapper .pattern-direction-item .direction-desc {
    font-weight: 600;
}

/*.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item {
    padding-left: 96px;
}*/

.order-sample-container .order-sample-wrapper .field .order-sample-item label,
.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item label {
    cursor: pointer;
}

.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item:before {
    width: 44px;
    height: 44px;
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item#standard:before {
    background-image: url('../images/pattern-standard.png');
}

.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item#adjusted:before {
    background-image: url('../images/pattern-adjusted.png');
}

.pattern-direction-popup-modal {
    display: none;
}

.pattern-direction-popup-modal .popup-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: uppercase;
}

.pattern-direction-popup-modal .popup-content {
    color: #626262;
    font-size: 16px;
    font-weight: 300;
}

.pattern-direction-popup-modal .popup-content .image-wrapper {
    text-align: center;
}

.pattern-direction-popup-modal .view-rug-guide-wrapper {
    display: none;
}

#rug-guide-error {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #f00;
}

.pattern-direction-container .pattern-direction-wrapper .field .pattern-direction-item input[type=radio] {
    display: none !important;
}

.order-sample-container .order-sample-content {
    border-bottom: 3px solid #B5ADA5;
    margin-bottom: 15px;
    display: none;
}

.order-sample-container.active .order-sample-content {
    display: block;
}

.order-sample-container .order-sample-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    speak: none;
    text-align: center;
    transition: all 0.3s;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #C8C8C8;
}

.order-sample-container.active .order-sample-title:after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.order-sample-container .order-sample-content .order-sample-message {
    margin-bottom: 10px;
    color: #6E043D;
    font-size: 16px;
}

.modal-popup.pattern-direction-popup .modal-footer {
    text-align: center;
    border-top: none;
}

.modal-popup.pattern-direction-popup.modal-popup .modal-header {
    padding-top: 10px;
}

.modal-popup.pattern-direction-popup .modal-footer button.popup-close {
    padding: 20px 70px;
}

.modal-popup.pattern-direction-popup .modal-footer button.popup-close:hover {
    background: #ffffff;
    border-color: #000000;
}

.modal-popup.pattern-direction-popup.modal-popup .action-close {
    right: -30px;
    top: -40px;
    border: none;
    background: none !important;
    color: #fff;
    padding: 0;
    margin: 0;
}

.modal-popup .action-close {
    background: none !important;
}

.modal-popup .modal-inner-wrap .action-primary {
    padding: 10px 20px;
    font-size: 15px;
}

.modal-popup.pattern-direction-popup.modal-popup .action-close:before {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 55px;
}

.prodict-size-container {
    margin-bottom: 20px;
    border-bottom: 3px solid #B5ADA5 !important;
}

body.catalog-product-view .columns .main .product-info-main .product-add-form .box-tocart .field.qty .input-text.qty {
    width: 100%;
    margin-bottom: 10px;
    height: 46px;
    text-align: left;
}

.product-info-steps-wrapper .product.data.items {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: none;
}

.product-info-steps-wrapper .product.data.items>.item.content {
    border: none;
}

#enter-dimensions {
    color: #f00;
    font-size: 14px;
    margin-top: 10px;
}

.product-add-form .product-info-size-wrapper .prodict-size-container .product-size-main .field .control {
    position: relative;
}

.product-add-form .product-info-size-wrapper .prodict-size-container .product-size-main .field div.mage-error {
    font-size: 10px;
    position: absolute;
    background: #fff;
    width: 90px;
    border: 2px solid #f00;
    padding: 8px;
    z-index: 1;
    line-height: 14px;
}

body.catalog-product-view .columns .main .product-info-steps-wrapper .product.detailed .data.item.title .data.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    speak: none;
    text-align: center;
}

body.catalog-product-view .columns .main .product-info-steps-wrapper .product.detailed .data.item.title.active .switch:after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.border-color-wrapper .border-color-item .radio {
    visibility: hidden;
    width: 0;
    height: 0;
    margin-top: 0px;
}

.border-color-wrapper .border-color-item .border_title {
    display: block;
    text-align: center;
}

.product-item-info .related-colors {
    padding-left: 0;
    margin: 10px 0;
}

.product-item-info .related-colors-wrapper {
    display: flex;
    align-items: center;
}

.product-item-info .related-colors-wrapper .related-colors {
    flex: 1;
}

.product-item-info .related-colors-wrapper .total-color-count {
    text-transform: uppercase;
}

.product-item-info .related-colors li {
    list-style: none;
    display: inline-block;
    width: 12%;
    margin-bottom: 0px;
}

.product-item-info .related-colors li .selected img {
    border-color: #979797;
}

.product-item-info .related-colors li img {
    border-radius: 50%;
    padding: 2px;
    border: 2px solid transparent;
    width: 75%;
}

.product-item-info .related-colors li .rolloverimage.extra {
    position: relative;
}

.product-item-info .related-colors li .rolloverimage.extra .extra-color-count {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: auto;
    height: 20px;
    width: 30px;
    line-height: 16px;
}

/** dropdown design */
.select-dropdown {
    height: 80px;
    background: #fff
}

.select-dropdown .option {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #f2f2f2;
}

.select-dropdown.open .option {
    z-index: 2;
    box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.select-dropdown .option.selected {
    display: none !important;
}

.select-dropdown .option.init {
    cursor: pointer;
    border: 1px solid #fff;
}

.select-dropdown.open .option.init {
    border: 1px solid #135D6C;
}

.select-dropdown .option:not(.init):hover {
    background: #FCF8F5;
}

.select-dropdown .option.init:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    speak: none;
    text-align: center;
    transition: all 0.3s;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #C8C8C8;
}

.select-dropdown.open .option.init:after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.nav-toggle:hover:before,
.nav-toggle:before {
    color: var(--secondarycolor);
}

.logo-footer img {
    max-width: 300px;
    width: 100%;
}

.pad-selection-container {
    border-top: 3px solid #B5ADA5;
}

.pad-selection-container .pad-selection-wrapper .select-dropdown {
    /* margin-bottom: 0; */
}

.pad-selection-container .pad-selection-wrapper .select-dropdown .init {
    font-size: 18px;
    color: #474747;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.63px;
}

.pad-selection-container .pad-selection-wrapper .select-dropdown .pad-selection-title {
    font-size: 20px;
    color: #474747;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.63px;
    padding: 16px 16px 0px 76px;
}

.pad-selection-container .pad-selection-wrapper .field .pad-selection-item input[type=radio] {
    display: none !important;
    width: 25px;
    height: 25px;
    accent-color: var(--black);
    box-shadow: none;
}

.pad-selection-container .pad-selection-wrapper .field .pad-selection-item {
    padding: 16px 16px 16px 76px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1px;
    height: 82px;
}

.pad-selection-container .pad-selection-wrapper .select-dropdown .init .pad-selection-item {
    height: auto;
}

.pad-selection-container .pad-selection-wrapper .field {
    display: block;
    cursor: pointer;
    border-radius: 8px;
    width: 100% !important;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.select-dropdown .option:not(.init) {
    width: 130px;
    display: none;
    background: #fff
}

.pad-selection-container .pad-selection-wrapper .field .pad-selection-item:before {
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .pad-selection-container .pad-selection-wrapper .field .pad-selection-item#no-pad-selected:before {
    background-image: url("../images/no-pad-selected.png");
}

.pad-selection-container .pad-selection-wrapper .field .pad-selection-item#no-pad:before {
    background-image: url("../images/no-pad-selected.png");
}

.pad-selection-container .pad-selection-wrapper .field .pad-selection-item#pad-attached:before {
    background-image: url("../images/no-pad-selected.png");
}

.pad-selection-container .pad-selection-wrapper .field .pad-selection-item#cut-pad:before {
    background-image: url("../images/no-pad-selected.png");
} */

.order-details-items.sales-quote-order-request-view .order-actions-toolbar {
    text-align: right;
}

.order-details-items.sales-quote-order-request-view .order-actions-toolbar .actions {
    margin-bottom: 15px;
}

.order-details-items.sales-quote-order-request-view .order-actions-toolbar .actions .action {
    margin-right: 15px;
}

.order-details-items.sales-quote-order-request-view .order-actions-toolbar .secondary .action:last-child,
.order-details-items.sales-quote-order-request-view .order-actions-toolbar .actions .action:last-child {
    margin-right: 0px;
}

.order-details-items.sales-quote-order-request-view .table-wrapper .data.table>tbody>tr:nth-child(even)>td {
    background: none !important;
}

.order-details-items.sales-quote-order-request-view .table-wrapper .item-actions .actions-toolbar {
    text-align: right;
}

.order-details-items.sales-quote-order-request-view .table-wrapper .item-actions .actions-toolbar .action.button-edit {
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}

.order-details-items.sales-quote-order-request-view .table-wrapper .item-actions .actions-toolbar .action.button-edit:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
}

.order-details-items.sales-quote-order-request-view .retailer-agreements-block .sales-person-agreements-title{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}

.order-details-items.sales-quote-order-request-view .retailer-agreements-block .checkout-agreement.choice .label:after{
    left: 18px;
}

.ajax-response-message .success {
    padding: 10px;
    background: #e5efe5;
    color: #006400;
    margin: 10px 0;
}

.ajax-response-message .error {
    padding: 10px;
    background: #fae5e5;
    color: #e02b27;
    margin: 10px 0;
}

.tow-column-form .fieldset{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tow-column-form .fieldset .field {
    flex: 1;
    margin: 0 0 20px;
}

.tow-column-form .fieldset .ajax-response-message .success,
.tow-column-form .fieldset .ajax-response-message .error{
    margin: 0px;
}

.tow-column-form .fieldset .field .note{
    font-weight: normal;
}

/*Responsive*/
@media(max-width:1560px) {
    .contactus-page-wrapper {
        background-position: 0px 0px !important;
    }
}

@media(max-width:1370px) {
    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
        right: -10px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title {
        font-size: 130px;
    }

    .clearance-section-wrapper .background-image .image-popup-section {
        padding: 50px 60px;
        max-width: 50%;
    }

    .clearance-section-wrapper .background-image .image-popup-section .section-content {
        font-size: 19px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title .percentage-label {
        font-size: 16px;
    }

    /* .custom-slider{
        margin-bottom: -100px;
    } */
    .custom-slider .banner-item .content_slider {
        padding: 30px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        font-size: 75px;
    }

    .contactus-page-wrapper .cms-page-content-wrapper {
        max-width: 1024px;
    }
}

@media (max-width: 1200px) {
    .header-menu-wrapper .menu-item {
        padding: 0 15px;
    }

    .header-menu-wrapper .menu-item .menu-title>a {
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .get-inspired-section-wrapper .inspired-section-title {
        font-size: 40px;
    }

    .get-inspired-section-wrapper .inspired-section-title .clblue {
        font-size: 42px;
    }

    /* .custom-slider {
        margin-bottom: -60px;
    } */
    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
        right: -50px;
    }

    .product-info-steps-wrapper .related-colors li {
        max-width: calc(100% / 3);
    }

    .product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item {
        max-width: calc(100% / 4 - 20px);
    }

    .product-info-steps-wrapper .related-colors li .rolloverimage .color-name,
    .product-info-steps-wrapper .related-colors li .rolloverimage .color-number {
        font-size: 11px;
    }

    .contactus-page-wrapper .cms-page-content-wrapper {
        max-width: 920px;
    }

    .footer .footer-bottom-link-container {
        flex-wrap: wrap;
        justify-content: center !important;
        flex-direction: column;
    }

    .footer .footer-bottom-link-container .copyright {
        order: 1;
    }

    .custom-slider .banner-item .content_slider {
        max-height: 280px;
    }
}

@media (max-width: 1024px) {
    header.page-header .header.content .nav-sections {
        margin-right: 0px;
    }

    .footer-gallery-container .owl-carousel .owl-item {
        height: 190px;
    }

    .home-page-category-tab .home-category-tab-wrapper .categorytab_element ul {
        display: flex;
    }

    .home-page-category-tab .home-category-tab-wrapper .categorytab_element ul li {
        width: 100%;
        margin: 0 10px;
    }

    .home-page-category-tab .home-category-tab-wrapper .categorytab_element ul li a {
        font-weight: 700;
        font-size: 13px;
        text-transform: capitalize;
    }

    .home-category-wrapper .child-category a {
        padding: 10px;
    }

    .blog-wrapper:before,
    .home-page-category-tab:before {
        display: none;
    }

    .blog-wrapper:after,
    .home-page-category-tab:after {
        display: none;
    }

    .category-name-wrapper .category-name {
        font-size: 36px;
    }

    .header-menu-wrapper .menu-item .menu-title>a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-menu-wrapper .menu-item {
        padding: 0 10px;
    }

    .header-menu-wrapper .menu-content-item {
        width: 52%;
        padding: 5px;
    }

    .header-menu-wrapper .menu-content-item .item-image-wrap span.title {
        padding: 6px 10px;
        font-size: 11px;
    }

    .header-menu-wrapper .menu-content-item:first-child {
        width: 33%;
        padding: 10px;
    }

    .header-menu-wrapper header.page-header .header.content .logo img {
        max-height: auto !important;
        max-height: 85px !important;
        width: 100% !important;
        width: 100% !important;
    }

    .clearance-section-wrapper .background-image .image-popup-section {
        max-width: 60%;
    }

    .custom-slider .banner-item .content_slider {
        padding: 50px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        font-size: 75px;
    }

    /* .custom-slider {
        margin-bottom: -190px;
    } */
    /* .custom-slider .owl-dots {
        bottom: 210px !important;
    } */
    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
        right: -60px;
    }

    /* .child-menu-wrap{
        margin-left: calc(45% - 49.6vw);
    } */
    .how-to-order-section-wrapper .section-column-wrap-order-list,
    .how-to-order-section-wrapper .section-column-wrap {
        padding: 50px;
    }

    .custom-slider {
        max-height: 600px;
        min-height: 60vh;
    }

    .become-member-wrap .become-mem-left-content .ten-percent .percent-wrap .off-wrap {
        font-size: 35px;
        line-height: 35px;
        top: -35px;
    }

    .become-member-wrap .become-mem-left-content .ten-percent .percent-wrap {
        font-size: 70px;
        line-height: 70px;
    }

    .become-member-wrap .become-mem-left-content .ten-percent .ten-wrap {
        font-size: 150px;
        line-height: 100px;
    }

    .become-member-wrap .become-mem-left-content .first-purchase {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .become-member-wrap .become-mem-left-content {
        padding: 40px;
    }

    .become-member-wrap .become-mem-left-content span.title {
        font-size: 20px;
        line-height: 30px;
    }

    .shop-rugs-by-category-wrap .category-slider-item>div a {
        font-size: 18px;
    }

    .video-wrapper>div iframe {
        height: 290px;
    }

    .contactus-page-wrapper .cms-page-content-wrapper {
        max-width: 90%;
    }

    .custom-slider .banner-item .content_slider {
        max-height: 220px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        margin-bottom: 0px;
    }

    .checkout-agreements-block .checkout-agreement.field .label {
        flex-basis: 90%;
    }

    .product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item {
        max-width: calc(100% / 3 - 20px);
    }
}

@media (max-width: 992px) {
    .custom-slider .banner-item .content_slider {
        padding: 40px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        font-size: 50px;
        line-height: 70px;
    }

    .header-menu-wrapper .menu-item {
        padding: 0 0px;
    }

    .header.content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .category-view .category-description {
        padding: 30px;
    }

    .category-view .category-description .category-banner-content .category-heading {
        font-size: 70px;
    }

    .category-view .category-description .category-banner-content .category-sub-title {
        font-size: 30px;
    }

    .how-to-order-section-wrapper {
        flex-direction: column;
    }

    .how-to-order-section-wrapper {
        margin-bottom: 30px;
    }

    .trending-section-wrapper ol.product-items>li {
        width: 48% !important;
    }

    .trending-section-wrapper ol.product-items>li:nth-child(3n + 1) {
        margin-left: 2% !important;
    }

    .how-to-order-section-wrapper .section-column-wrap .how-to-order-section {
        font-size: 45px;
    }

    .trending-section-wrapper .section-heading-wrapper .section-sub-title,
    .shop-rugs-by-category-wrap .section-heading-wrapper .section-sub-title {
        text-align: center;
    }

    .trending-section-wrapper .section-column-wrap {
        padding: 20px 0;
    }

    .how-to-order-section-wrapper .section-column-wrap {
        padding: 20px;
    }

    .how-to-order-section-wrapper .section-column-wrap a.button {
        padding: 20px 50px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list {
        padding: 20px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list {
        font-size: 24px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew {
        width: 100%;
        height: 500px;
        justify-content: center;
        overflow: hidden;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div {
        height: 230%;
        margin-top: -60px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
        bottom: 75%;
        right: 10%;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-icon {
        position: absolute;
        bottom: 65%;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-number {
        left: 25%;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-1:after,
    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-2:after,
    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-3:after {
        right: -5px;
        bottom: auto;
        top: 20%;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list,
    .how-to-order-section-wrapper .section-column-wrap {
        max-width: 100%;
        width: 100%;
    }

    .become-member-wrap {
        flex-direction: column;
    }

    .become-member-wrap .become-mem-left-content,
    .become-member-wrap .become-mem-right-content {
        width: 100%;
    }

    header.page-header .header.content .nav-sections {
        margin-right: 27px !important;
        margin-left: 5px !important;
    }

    header.page-header .header.content .logo {
        margin: 0 auto;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title {
        font-size: 100px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .section-main-title {
        font-size: 50px;
    }

    .clearance-section-wrapper .background-image .image-popup-section a.button {
        width: auto;
    }

    .clearance-section-wrapper .background-image .image-popup-section a.button {
        padding: 15px;
        font-size: 16px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title .percentage-label {
        top: 42%;
        padding: 5px;
    }

    /* .custom-slider .owl-dots {
        bottom: 250px !important;
    } */

    .trending-section-wrapper {
        flex-direction: column-reverse;
    }

    .trending-section-wrapper .section-column-wrap-left-image {
        width: auto;
    }

    .trending-section-wrapper .section-column-wrap {
        width: auto;
    }

    .child-menu-wrap {
        /* margin-left: calc(51% - 52.6vw); */
        padding: 20px;
    }

    .pattern-direction-container .pattern-direction-title .title {
        display: flex;
        font-size: 16px;
    }

    .menu-item.browseby {
        display: none;
    }

    .header-menu-wrapper .menu-item .menu-title>a {
        font-size: 14px;
    }

    .custom-slider .banner-item .content_slider {
        max-height: 180px;
    }

    header.page-header .panel.wrapper .top-header-main .header-column-left {
        flex-direction: column;
    }

    header.page-header .panel.wrapper .top-header-main .header-column-left .top-header-midgle-block .account-number {
        margin-right: auto;
        width: auto;
        margin-top: 10px;
    }
}

@media (max-width: 777px) {
    .custom-slider .banner-item .content_slider {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .home-page-category-tab .home-category-tab-wrapper .categorytab_element ul {
        display: flex;
        flex-wrap: wrap;
    }

    .home-page-category-tab .home-category-tab-wrapper .categorytab_element ul li {
        width: 100%;
        margin: 0px;
    }

    .home-page-category-tab .home-category-tab-wrapper .categorytab_element ul li a {
        font-weight: 700;
        font-size: 14px;
    }

    .display-flex,
    header.page-header .header.content .header-right,
    .blog-wrapper .wrap-blogs-main,
    .mfp-content .popup__main .popup__columns .popup__column,
    .mfp-content .popup__main .popup__columns .popup__column .popup__column--result .popup__result-cart,
    .MagicToolboxContainer .colorinfo,
    .shopByBrand-Main .brand-boxes-wrap {
        flex-wrap: wrap;
    }

    .centerAlignJustify,
    header.page-header .header.content {
        flex-wrap: wrap;
    }

    .home-category-wrapper {
        flex-wrap: wrap;
    }

    .home-category-wrapper .child-category {
        margin: 10px 0;
    }

    .blog-wrapper .wrap-blogs-main .post-item-wraper {
        width: 44%;
    }

    .page-footer .footer .footer-top-container {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .page-footer .footer .footer-top-container>div {
        width: 50%;
    }

    .page-footer .footer .footer-top-container>div .footer-link-header {
        border-bottom: 1px solid #fff;
        margin-top: 20px;
    }

    .page-footer .footer .footer-middle-container {
        padding: 50px 0 0px;
    }

    .new-design-left-right-content {
        padding: 50px 20px !important;
    }

    .left-right-content-row {
        padding: 0px;
    }

    .content-left-right-align-wrap h3 {
        text-align: left;
        font-size: 40px;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .left-right-content-row .content-left-right-align-wrap .image-pull-top {
        margin-top: 0px;
    }

    .new-design-left-right-content .new-design-left-heading-content .new-section-heading-wrp {
        max-width: none;
        text-align: left;
    }

    .new-design-bg-image-content {
        padding: 20px;
    }

    #html-body [data-pb-style=GNSWI2Y] {
        padding-right: 0px !important;
    }

    .content-left-right-align-wrap .content-left-align {
        padding: 20px;
    }

    .content-left-right-align-wrap .content-right-align {
        padding: 20px;
        text-align: center;
    }

    .content-left-right-align-wrap .content-right-align p,
    .content-left-right-align-wrap .content-left-align p {
        text-align: left;
    }

    .breadcrumbs {
        display: block;
    }

    .breadcrumbs-container .breadcrumbs-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .header-menu-wrapper .menu-item .menu-title>a {
        font-size: 16px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        margin-bottom: 30px;
    }

    .checkout-agreements-block .checkout-agreement.field .label {
        flex-basis: 95%;
    }

    .product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item {
        max-width: calc(100% / 5 - 20px);
    }
}

/* @media (max-width: 860px) {
    .child-menu-wrap {
        margin-left: calc(65% - 52.6vw);
    }
} */

@media (max-width: 767px) {
    .cms-page-wrapper .cms-page-banner {
        width: 100%;
    }

    .faq-page-wrapper .cms-page-banner-wrapper {
        flex-direction: column;
    }

    .cms-page-banner-content .cms-page-banner-heading h1,
    .cms-page-banner-content .cms-page-banner-heading {
        font-size: 50px;
        line-height: 55px;
    }

    .builder-page-main-banner-heading .heading-wrap {
        padding: 40px;
        margin-bottom: 20px;
    }

    .builder-page-main-banner-heading .heading-wrap h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0px;
    }

    .builder-page-main-banner-heading .heading-wrap {
        padding: 20px 20px 50px;
    }

    .content-left-right-align-wrap .content-left-align {
        padding: 0px 20px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list {
        padding: 0 20px;
    }

    .builder-page-main-banner-heading .pagebuilder-column-line>div:first-child {
        min-height: 300px;
    }

    .content-left-right-align-wrap h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .new-design-content-section h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .new-design-content-section .new-design-content-column-wrap .pagebuilder-column-line {
        flex-direction: column;
    }

    .new-design-content-section .new-design-content-column-wrap .pagebuilder-column-line>div {
        max-width: 100%;
        width: 100% !important;
    }

    .catalog-category-view .columns .sidebar-main .block.filter .filter-options-item,
    .catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item {
        margin-top: 0px;
    }

    .mfp-content .popup__main .popup__columns .popup__title span {
        font-size: 24px;
        line-height: 24px;
    }

    .mfp-content .popup__main .popup__columns .popup__column .popup__column--result {
        padding: 0 10px;
    }

    .mfp-content .popup__main .popup__columns .popup__column .popup__column--result .popup__result-name {
        font-size: 16px;
        line-height: 21px;
    }

    body.catalog-product-view .columns .main .product.detailed {
        margin-bottom: 0px;
    }

    body.catalog-product-view .columns .main>.category-disclaimer,
    body.catalog-product-view .columns .main>.product.detailed {
        width: 100%;
    }

    body.catalog-product-view .columns .main .product.detailed .data.item.title a.switch {
        padding: 20px 10px 20px 65px;
        font-size: 18px;
        line-height: 20px;
        height: auto;
    }

    body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes tbody>.details_heading .data h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
    }

    body.catalog-product-view .columns .main .product.detailed .data.item.content .additional-attributes tbody>.details_heading>.label {
        width: 100%;
        padding-top: 0px;
    }

    .page-footer .footer .footer-top-container .footerClm.logo-wrp {
        padding: 0px;
        border: 0px;
    }

    .page-footer .footer .footer-top-container .footerClm.logo-wrp .links-footer {
        text-align: left;
    }

    .MagicToolboxContainer .colorinfo {
        font-size: 10px;
        padding: 20px 0;
    }

    .MagicToolboxContainer .colorinfo a {
        font-size: 10px !important;
    }

    header.page-header .panel.wrapper .panel.header .top-promotion {
        display: none;
    }

    header.page-header .panel.wrapper .panel.header .top-promotion-phone {
        position: static;
    }

    .home-page-category h1 {
        font-size: 22px;
    }

    li.level0.nav-1.category-item.first.last.level-top.parent.ui-menu-item {
        padding: 0px 0;
        text-transform: uppercase;
    }

    .mpblog-sitemap-index .page-main .page-title-wrapper .page-title {
        margin-top: 20px;
    }

    .mpblog-sitemap-index .column main h2 {
        margin-top: 0px;
    }

    .mpblog-sitemap-index .sidebar-main {
        width: 100%;
        max-width: 500px;
    }

    header.page-header .header.content .active a span {
        margin-left: 0px !important;
    }

    .breadcrumbs {
        padding: 20px 15px;
        margin-bottom: 0px;
    }

    .shopByBrand-Main .heading-content {
        text-align: center;
    }

    .shopByBrand-Main .heading-content h1.heading {
        font-size: 26px;
    }

    .shopByBrand-Main .heading-content .subheading {
        width: 95%;
    }

    .shopByBrand-Main .brand-boxes-wrap {
        padding: 10px 0;
        text-align: center;
        justify-content: space-between;
    }

    .shopByBrand-Main .brand-boxes-wrap .brand-boxes {
        width: 100%;
        padding: 0px 0 20px;
        border-bottom: 1px solid #868686;
    }

    header.page-header .header.content>.header.links {
        display: none;
    }

    .mpblog-post-view .columns .sidebar-main {
        width: 100%;
    }

    .sections.nav-sections {
        padding: 0px;
    }

    .sections.nav-sections .header.links {
        display: block;
    }

    .category-view {
        flex-wrap: wrap;
    }

    .category-name-container .category-name-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }

    .category-name-container .category-name-wrapper>div {
        width: 100%;
    }

    .catalog-category-view .columns .sidebar-main .filter-options,
    .catalogsearch-result-index .columns .sidebar-main .filter-options {
        display: none;
    }

    .catalog-category-view .columns .sidebar-main .filter.active .filter-options,
    .catalogsearch-result-index .columns .sidebar-main .filter.active .filter-options {
        display: block;
    }

    .catalog-category-view .columns .sidebar-main .block.filter .filter-options-item,
    .catalogsearch-result-index .columns .sidebar-main .block.filter .filter-options-item {
        max-width: 100%;
    }

    .filter-options .filter-options-content {
        box-shadow: none;
        position: relative;
    }

    .page-products .columns {
        padding-top: 0;
    }

    .catalogsearch-result-index .columns .sidebar-main .block.filter .filter-title strong,
    .catalog-category-view .columns .sidebar-main .block.filter .filter-title strong {
        display: block;
        background-color: #000;
        box-shadow: inset 0 1px 0 0 #000, inset 0 -1px 0 0 rgb(103 104 104 / 30%);
        border: 1px solid #000;
        color: #ffffff;
        padding: 20px;
        position: relative;
    }

    .catalogsearch-result-index .columns .sidebar-main .block.filter.active .filter-title strong,
    .catalog-category-view .columns .sidebar-main .block.filter.active .filter-title strong {
        box-shadow: none;
        background: none;
        border: 0;
        color: transparent;
        left: auto;
        right: 3px;
        top: 10px;
        display: inline-block;
        text-decoration: none;
        position: absolute;
    }

    ol.product-items li .product-image-wrap .make-rug {
        opacity: 1;
    }

    .page-products .toolbar.toolbar-products .toolbar-sorter {
        top: -4px;
        width: auto;
    }

    ol.product-items li .product-image-wrap .make-rug a {
        font-size: 13px;
        padding: 15px 15px;
    }

    .header.content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew {
        height: 390px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div {
        height: 230%;
        margin-top: -60px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
        bottom: 72%;
        right: -10%;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-icon {
        position: absolute;
        bottom: 60%;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-number {
        left: 25%;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-1:after,
    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-2:after,
    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-3:after {
        right: -28px;
        bottom: auto;
        top: 17%;
    }

    .header-menu-wrapper {
        flex-direction: column;
    }

    .header-menu-wrapper .menu-item {
        display: block;
    }

    .header-menu-wrapper .menu-item .menu-content-item {
        float: left;
        padding: 10px;
    }

    .header-menu-wrapper .menu-item .menu-content-item:first-child {
        padding: 10px;
        width: 90%;
    }

    .header-menu-wrapper .menu-item .menu-content-item .item-image-wrap a.button {
        width: 90%;
        text-align: center;
    }

    .header-menu-wrapper .menu-item .menu-content-item .item-image-wrap span.title {
        width: 100%;
        padding: 10px;
        white-space: nowrap;
    }

    .header-menu-wrapper .menu-item .menu-content-item-submenu .button.browse-all a {
        padding: 10px 0px;
        width: 60%;
    }

    .header-menu-wrapper .menu-item .menu-title {
        display: flex;
        border-bottom: 1px solid #cccccc;
        padding: 0 0 0 7px;
    }

    .header-menu-wrapper .menu-item .menu-title>a {
        padding: 10px 0px;
        float: left;
        width: 100%;
    }

    .header-menu-wrapper .menu-item.browseby .menu-title {
        padding: 10px 0px;
        float: left;
        width: 100%;
    }

    .header-menu-wrapper .menu-item .menu-title .submenuarrow::after {
        background: var(--secondarycolor);
        padding: 12px 24px;
        color: var(--maincolor);
    }

    .header-menu-wrapper .menu-item.has-submenu .menu-title .submenuarrow:after {
        margin-right: 0px;
        margin-top: 0px;
    }

    .header-menu-wrapper .menu-item .menu-title.active a {
        border-bottom: 0 !important;
    }

    .header-menu-wrapper .menu-item .menu-title.active .submenuarrow::after {
        content: "\f106";
    }

    .header-menu-wrapper .menu-item .menu-title a {
        border-bottom: 0 !important;
    }

    .navigation a {
        display: inline;
    }

    header.page-header .header.content .nav-sections {
        margin-left: 0px !important;
    }

    header.page-header .header.content .header-right {
        top: 15px;
    }

    .nav-sections-item-title {
        height: 50px;
        padding-top: 10px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-sections-item-content {
        margin-top: 25px;
    }

    .nav-sections-item-title.active a.nav-sections-item-switch {
        color: #000 !important;
        font-size: 21px;
        font-weight: 600;
    }

    .section-item-content .menu-mobile-close {
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
        height: 50px;
        width: 60px;
        border-left: 1px solid;
        border-color: #d2d2d2;
        display: block !important;
    }

    .section-item-content .menu-mobile-close:before {
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
        position: absolute;
        right: 18px;
        top: 8px;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .header-menu-wrapper .menu-item .child-menu-wrap {
        margin-top: 0px;
        position: relative;
        left: 0;
        width: 100%;
        padding: 10px;
        transform: none;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .navigation .menu-item:hover .child-menu-wrap {
        display: block;
    }

    .child-menu-wrap .child-left-menu-content .menu-button {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .navigation .menu-item .child-menu-wrap .child-left-menu-content {
        max-width: 100%;
        padding: 0;
    }

    .navigation .menu-item .child-menu-wrap .child-right-menu-content {
        max-width: 100%;
        padding: 0;
        justify-content: space-between;
    }

    .navigation .menu-item .child-menu-wrap .child-right-menu-content>div a {
        padding-left: 0;
    }

    .page-footer .footer .footer-middle-container .footer-middle {
        width: 100%;
    }

    .footer .footer-bottom-link-container {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .footer .footer-bottom-link-container .links-footer-bottom a {
        margin: 0 3px !important;
    }

    .footer .footer-bottom-link-container .copyright {
        order: 1;
    }

    .clearance-section-wrapper .background-image .image-popup-section {
        max-width: 100%;
    }

    .get-inspired-section-wrapper .inspired-section-title .clblue {
        font-size: 28px;
    }

    .get-inspired-section-wrapper .inspired-section-title {
        font-size: 26px;
        margin-bottom: 80px;
        max-width: 80%;
        line-height: 40px;
    }

    .custom-slider {
        padding-bottom: 0px;
        /* margin-bottom: -320px; */
        min-height: 35vh;
        max-height: 350px;
    }

    .custom-slider .owl-carousel .owl-item .banner-image img,
    .custom-slider .owl-carousel .owl-item,
    .custom-slider .owl-carousel .owl-stage-outer {
        max-height: 350px;
    }

    .custom-slider .owl-carousel {
        min-height: 300px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        font-size: 45px;
        line-height: 10px;
    }

    .custom-slider .banner-item .content_slider {
        padding: 10px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-sub-heading {
        font-size: 30px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-link a {
        font-size: 18px;
        padding: 15px 40px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-content {
        margin-bottom: 15px;
    }

    /* .custom-slider .owl-carousel .owl-stage-outer{
        min-height: 200vh;
    } */
    /* .custom-slider .owl-dots {
        bottom: 330px !important;
    } */
    .child-menu-wrap {
        margin-left: 0;
    }
}

/*
@media (max-width: 767px) and (max-width: 767px) {
    header.page-header {
        margin-bottom: 0px;
    }
}*/

@media (max-width: 767px) {
    .product-add-form #price-of-rug {
        flex-direction: column;
    }

    /* .product-info-steps-wrapper .additional-price{
        font-size: 13px;
    } */
    .pattern-direction-container .pattern-direction-title {
        align-items: center;
    }

    .product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section>div h3 {
        margin: 5px 0;
    }

    .product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section {
        flex-direction: column;
    }

    .product-info-steps-wrapper .border-type-wrapper .border-corners-wrapper .border-corners-section>div {
        width: 100%;
    }

    header.page-header .logo {
        margin-left: 0px;
    }

    .become-member-wrap .become-mem-left-content>a,
    .custom-slider .banner-item .content_slider .custom_content .banner-link a {
        padding: 20px 30px;
    }

    .become-member-wrap .become-mem-left-content span.title {
        font-size: 18px;
    }

    .product-info-steps-wrapper .border-type-wrapper .border-type-item-container .border-type-icon {
        min-height: 62px;
        height: auto;
    }

    header.page-header .header.content .header-right {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .home-page-category h2 {
        font-size: 20px;
    }

    .home-page-category .sub-title {
        width: 100%;
    }

    header.page-header .header.content .navigation>.ui-menu>.ui-menu-item>.submenu {
        flex-wrap: wrap;
    }

    header.page-header .header.content .navigation>.ui-menu>.ui-menu-item>.submenu>.ui-menu-item {
        width: 100%;
        flex: none;
    }

    .customer-services-wrap {
        flex-direction: column;
    }

    .customer-services-wrap .heding-img-wrap {
        padding: 10px 20px 80px;
        background-position: center bottom;
        box-sizing: border-box;
        max-width: 100%;
    }

    .customer-services-wrap .content-wrap {
        padding: 10px 20px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .explore-our-site-wrap {
        flex-direction: column;
        margin: 0px;
        box-sizing: border-box;
    }

    .explore-our-site-wrap .hading-content-wrap {
        padding: 20px;
        box-sizing: border-box;
    }

    .explore-our-site-wrap .img-wrap {
        min-height: 400px;
        box-sizing: border-box;
    }

    .home-category-section {
        margin-top: 20px;
        flex-direction: column;
    }

    .home-category-section .home-category-link {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .home-category-section .home-category-link a img {
        width: 100%;
    }

    .brands-wrapper {
        padding: 20px 0;
    }

    .brands-wrapper .brand-list .brand-item {
        flex-wrap: wrap;
    }

    .brands-wrapper .brand-list .brand-item a {
        width: 49%;
    }

    .shippingSupport {
        margin-top: 20px;
    }

    .shippingSupport .block-static-block {
        flex-direction: column;
        padding: 20px;
    }

    .shippingSupport .block-static-block>div {
        margin-bottom: 10px;
    }

    .how-to-order-section-wrapper {
        flex-direction: column;
    }

    .how-to-order-section-wrapper .section-column-wrap .how-to-order-section .section-main-title {
        font-size: 41px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list>div {
        font-size: 31px;
        padding-left: 70px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list>div:before {
        width: 55px;
        height: 55px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list {
        padding: 0px;
    }

    .trending-section-wrapper .section-heading-wrapper .section-sub-title,
    .shop-rugs-by-category-wrap .section-heading-wrapper .section-sub-title {
        font-size: 38px;
    }

    .modal-popup.pattern-direction-popup .modal-footer button.popup-close {
        padding: 10px;
    }

    .modal-popup.pattern-direction-popup.modal-popup .action-close {
        right: 10px;
        top: 0px;
    }

    .modal-popup.pattern-direction-popup.modal-popup .action-close:before {
        color: #000;
        font-size: 22px;
    }

    ol.product-items li .product-image-wrap .design-style {
        top: 40px;
    }

    .page-products .toolbar.toolbar-products {
        flex-wrap: wrap;
    }

    .page-products .toolbar.toolbar-products .toolbar-sorter {
        position: relative;
        top: 0;
    }

    .filter .filter-current-subtitle:before {
        right: -6px;
        top: 12px;
    }
}

@media(max-width:639px) {

    .pages .items .item.pages-item-previous,
    .pages .items .item.pages-item-next {
        position: initial;
    }

    .pages .pages-items {
        padding: 2px 0 0;
    }

    .page-main .toolbar-products .pages {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }


    .how-to-order-section-wrapper .section-column-wrap-skew {
        height: 590px;
        display: block;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div {
        height: 180px;
        margin-top: 0;
        justify-content: space-between;
        width: auto;
        transform: none;
        position: initial;
        padding: 0 10px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-title {
        order: 1;
        transform: none;
        position: initial;
        width: auto;
        font-size: 16px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-number {
        order: 0;
        position: initial;
        transform: none;
        font-size: 60px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-icon {
        position: initial;
        order: 3;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-1:after,
    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-2:after,
    .how-to-order-section-wrapper .section-column-wrap-skew>.order-section-3:after {
        width: 80px;
        height: 140px;
        right: 50%;
        bottom: auto;
        left: auto;
        top: auto;
        transform: none;
    }

    .how-to-order-section-wrapper .section-column-wrap {
        padding: 20px 10px;
    }

    .catalog-category-view .how-to-order-section-wrapper .section-column-wrap {
        padding: 20px 10px;
    }

    .how-to-order-section-wrapper .section-column-wrap-skew>div .order-section-icon img {
        transform: none;
        max-width: 70px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title .percentage-label {
        font-size: 13px;
    }

    .custom-slider .banner-item .content_slider {
        padding: 10px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        font-size: 35px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-sub-heading {
        font-size: 30px;
    }

    /* .custom-slider .owl-dots{
        bottom: 0px !important;
    } */

    .trending-section-wrapper ol.product-items>li {
        width: 100% !important;
    }

    .trending-section-wrapper ol.product-items>li:nth-child(3n + 1),
    .trending-section-wrapper ol.product-items>li {
        margin-left: 0 !important;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list,
    .how-to-order-section-wrapper .section-column-wrap {
        max-width: 100%;
        width: 100%;
    }

    .video-wrapper {
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .video-wrapper>div iframe {
        height: 230px;
    }

    .video-wrapper>div {
        width: 100%;
    }

    .product-info-price {
        width: auto !important;
    }

    ol.product-items li .product-image-wrap .design-style {
        top: 70px;
    }
}

@media (max-width: 500px) {
    .catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap {
        width: 100%;
    }

    .catalog-category-view .columns .sidebar-main .block.filter .filter-options-item .options-item-wrap .filter-options-title {
        margin-right: 0px;
    }

    .catalog-category-view .page-main .toolbar-products .pages {
        text-align: center;
    }

    .sidebar-main-right .sidebar-main-right-content {
        width: 75%;
    }

    .sort-filter-wrapper .action {
        position: static;
        margin: 10px;
        display: block;
        text-align: center;
    }

    .toolbar.toolbar-products .toolbar-amount {
        text-align: center;
    }

    header.page-header .header.content .header-right .top-search-icon {
        margin: 13px 0px 0 20px;
    }

    .blog-wrapper {
        padding: 20px 0;
    }

    .columns .column.main {
        padding-bottom: 20px;
    }

    .home-category-wrapper {
        padding: 20px 0;
    }

    .home-category-wrapper .child-category {
        width: 100%;
    }

    .home-page-category-tab,
    .home-category-tab-wrapper {
        padding: 20px 0;
    }

    .home-page-category-tab .sub-title,
    .home-category-tab-wrapper .sub-title {
        width: 95%;
    }

    .catalogsearch-result-index ol.products li.product-item,
    .catalog-category-view ol.products li.product-item,
    #categorytab_element_content ol.products li.product-item {
        width: 100%;
    }

    .blog-wrapper>h2 {
        font-size: 22px;
    }

    .blog-wrapper .sub-title {
        width: 95%;
    }

    .blog-wrapper .wrap-blogs-main .post-item-wraper {
        width: 100%;
    }

    .page-footer .footer .footer-top-container {
        flex-wrap: wrap;
        padding: 20px 0;
        font-size: 15px;
        flex-direction: column;
    }

    .page-footer .footer .footer-top-container .footerClm {
        width: 100%;
        max-width: 100%;
        padding: 0px 0;
    }

    .page-footer .footer .footer-top-container .footerClm .footer-link-header {
        border-bottom: 1px solid #fff;
        margin-top: 20px;
    }

    .page-footer .footer .footer-top-container .footerClm .footer.links a {
        line-height: 18px;
    }

    .page-footer .footer .footer-top-container .footerClm.logo-wrp {
        box-sizing: border-box;
    }

    .page-footer .footer .footer-top-container .footerClm.getin-touch {
        padding-left: 0px;
    }

    .page-footer .footer .footer-top-container .footer-site-details .logo {
        margin-left: 0px;
        float: left;
    }

    .page-footer .footer .footer-top-container .footer-site-details {
        max-width: 100%;
    }

    ol.product-items li .product-image-wrap .make-rug a {
        font-size: 18px;
        padding: 15px 20px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title {
        font-size: 60px;
    }

    .clearance-section-wrapper .background-image .image-popup-section {
        padding: 30px 40px;
    }

    .clearance-section-wrapper .background-image .image-popup-section .percentage-title .percentage-label {
        font-size: 10px;
    }

    .clearance-section-wrapper .background-image .image-popup-section a.button {
        padding: 12px;
        font-size: 12px;
    }

    /* .custom-slider {
        margin-bottom: -280px;
    } */
    .custom-slider .owl-dots {
        display: none;
    }

    .custom-slider .owl-carousel .banner-item .content_slider .buttons .custom_content {
        margin: 0px !important;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-heading {
        font-size: 25px;
        line-height: 10px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .custom-slider .banner-item .content_slider .custom_content .banner-link a {
        padding: 10px 20px;
    }

    /* .trending-section-wrapper .section-heading-wrapper .section-main-title{
        font-size: 40px;
        line-height: 40px;
    } */
    .trending-section-wrapper ol.product-items li .product-item-info {
        margin-bottom: 10px;
    }

    .custom-slider .banner-item .content_slider .custom_content {
        text-align: center;
    }

    .page-footer .footer .footer-top .social-icons-wrp {
        text-align: center;
    }

    .page-footer .footer .footer-top .social-icons-wrp a {
        font-size: 14px;
    }

    .page-footer .footer .footer-middle-container {
        padding: 20px 0;
    }

    .how-to-order-section-wrapper .section-column-wrap .how-to-order-section .section-main-title {
        font-size: 38px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list>div {
        font-size: 24px;
        padding-left: 70px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list .how-to-order-list>div:before {
        width: 45px;
        height: 45px;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list {
        padding: 0px;
    }

    .trending-section-wrapper .section-heading-wrapper .section-sub-title,
    .shop-rugs-by-category-wrap .section-heading-wrapper .section-sub-title {
        font-size: 28px;
    }

    header.page-header .header.content .logo {
        margin-left: 40px;
    }

    .product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item {
        max-width: calc(100% / 3 - 20px);
    }
}

@media(max-width:400px) {
    .become-member-wrap .become-mem-left-content {
        padding: 20px;
    }

    .become-member-wrap .become-mem-left-content span.title {
        font-size: 17px;
    }

    .become-member-wrap .become-mem-left-content .first-purchase {
        font-size: 35px;
    }

    .become-member-wrap .become-mem-left-content>a {
        padding: 15px 40px;
        font-size: 18px;
    }

    header.page-header .header.content {
        flex-direction: column;
    }

    .custom-slider .owl-carousel .owl-stage-outer,
    .custom-slider.owl-carousel .owl-item,
    .custom-slider .owl-carousel,
    .custom-slider {
        min-height: 25vh;
        max-height: 250px;
    }

    .custom-slider .owl-carousel .banner-item .content_slider .buttons .banner-content {
        display: none;
    }

    .how-to-order-section-wrapper .section-column-wrap-order-list {
        padding: 20px 0;
    }

    a.button {
        padding: 15px 40px;
    }

    header.page-header .header-top-search-wrapper .block-search {
        top: 60px;
        width: 280px;
        left: -74px;
    }

    .product-info-steps-wrapper .related-colors li {
        max-width: calc(100% / 2);
    }

    body.catalog-product-view .columns .main .product-info-main .product-info-top-wrapper {
        flex-direction: column;
        align-items: center;
    }

    body.catalog-product-view .main .product-info-main .product-info-top-wrapper .product-info-stock-sku {
        text-align: center;
        padding-left: 0;
    }

    .product-info-steps-wrapper .border-color-wrapper .border-color-container .border-color-item {
        max-width: calc(100% / 2 - 20px);
    }

    .pattern-direction-container .pattern-direction-wrapper .pattern-direction-item .direction-title {
        font-size: 14px;
    }

    .pattern-direction-container .pattern-direction-wrapper .pattern-direction-item .direction-desc {
        font-size: 11px;
    }

    .checkout-agreements-block .checkout-agreement.field .label {
        flex-basis: 90%;
    }
}

@media only screen and (min-width: 767px) {
    .modal-popup.pattern-direction-popup .modal-inner-wrap {
        width: 60%;
    }
}

@media (min-width: 769px) {
    .cart-empty {
        margin-top: 20px;
    }
}