* {
    padding: 0;
    margin: 0;
    font-family: 'Radley', serif;
}

@font-face {
    font-family: 'Aileron';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Aileron'), url('../fonts/Aileron-Thin.otf') format('woff');
}

@font-face {
    font-family: 'Aileron';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Aileron'), url('../fonts/Aileron-Regular.otf') format('woff');
}

@font-face {
    font-family: 'Aileron';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Aileron'), url('../fonts/Aileron-SemiBold.otf') format('woff');
}

@font-face {
    font-family: 'Aileron';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Aileron'), url('../fonts/Aileron-Bold.otf') format('woff');
}

/* Gotham */
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Gotham'), url('../fonts/GothamBook.woff2') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Gotham'), url('../fonts/GothamBold.woff2') format('woff');
}

/* nexa */
@font-face {
    font-family: 'nexa';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Nexa'), url('../fonts/NexaLight.woff2') format('woff2')
}

@font-face {
    font-family: 'nexa';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Nexa'), url('../fonts/NexaRegular.woff2') format('woff2')
}

@font-face {
    font-family: 'nexa';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Nexa'), url('../fonts/NexaBold.woff2') format('woff2')
}

/*----- Top Header -----*/
.top_header {
    padding: 15px 0;
    background: #000;
}

.top_header .row {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_header_enner {
    text-align: center;
}

.header_social_media ul a,
.top_header_enner a {
    text-decoration: none;
    color: #fff;
}

.top_header .header_social_media {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.top_header .header_social_media ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    list-style: none;
}

.header_social_media li {
    margin-left: 15px;
    font-size: 18px;
}



/*----- Header -----*/
header {
    padding: 30px 0;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgb(255, 255, 255);
    border-bottom: 2px solid #000;
}

.header_main {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}

.header_main h1 {
    margin: 0;
    white-space: nowrap;
    color: black;
}

.header_main a {
    text-decoration: none;
    /* font-size: 21px; */
    font-size: 18px;
}

.header_logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 12px;
}

.tattoo_text {
    position: relative;
}

.header_menu>ul {
    padding: 0;
    margin: 0;
    /* width: 100%; */
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

header ul li.active, header ul li {
    text-decoration: none;
    position: relative;
    transition: .5s;
    padding: unset;
}

header ul li.active a, header ul li a {
    position: relative;
    color: #000 !important;
}

.yellow_text a {
    color: #242c3f !important;
}

header ul li {
    margin-left: 30px;
}

header ul li a {
    text-decoration: none;
    color: #999999 !important;
    transition: .5s;
}

header .menu_list li.active a, header .menu_list li a:hover {
    color: #242c3f !important;
}

header .menu_list li.active:before {
    width: 100%;
}

.menu_list li i {
    margin-left: 10px;
    color: #242c3f;
}

.mobile_menu_main,
.header_menu .menu_icon {
    display: none;
}

.first_sub_menu {
    position: absolute;
    top: 28px;
    text-align: left;
    list-style: none;
    max-width: 300px;
    width: 200px;
    background: #fff;
    padding: 0;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: none;
    height: 0;
    overflow: hidden;
    z-index: 99;
    transition: 0.2s;
}

.first_sub_main {
    transition: 0.2s;
}

.first_sub_main:hover .first_sub_menu {
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    height: auto;
    overflow: hidden;
}

.first_sub_menu li {
    margin: 0;
    padding: 0;
}

.first_sub_menu li a {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    transition: 0.2s;
    font-size: 16px;
}

.first_sub_menu li a:hover {
    color: #242c3f;
    background: #f0f0f0;
}

/*----- Banner -----*/
.banner {
    height: auto;
    width: 100%;
    padding: 0 0 50px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    /* background: url(../images/banner_img.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat; */
}

.banner .row {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.banner_enner {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner_enner img {
    /* max-width: 320px; */
    width: 100%;
    margin: 0;
}

.banne_text_mn {
    margin-top: -10%;
    text-align: center;
    padding-top: 40px;
}

.banner_text h1 {
    font-size: 80px;
    margin-bottom: 10px;
}

.banner_text h2 {
    font-size: 50px;
    margin-top: 30px;
    line-height: 1.8;
}

/*----- Products Categories -----*/

.banner-with-text .banner_enner {
    margin-left: auto;
    width: 50%;
    position: relative;
}

.banner-with-text .banner_enner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-image: linear-gradient(to right, #fff, transparent);
}

.banner_text_about {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

section.banner.banner-with-text {
    position: relative;
}

.banner_text_about img {
    max-width: 200px;
    height: auto;
    align-self: center;
}

.banner_text_about h1 {
    margin-top: 25px;
    font-size: 5vw;
}

.banner_text_about h2 {
    font-size: 3vw;
}

.total-doors {
    position: absolute;
    bottom: 50px;
    left: 25px;
    font-size: 2vw;
}

.product_categories {
    margin: 0 0 50px;
    position: relative;
}

.no-shadow .button-group button:before, .no-shadow .button-group button:after {
    display: none;
}

.product_categories ul {
    list-style: none;
    justify-content: start;
}

.pro_categories_heading {
    width: 100%;
    display: inline-block;
    float: right;
    text-align: right;
    padding: 0px 0 20px;
    position: relative;
    background: #fff;
}

.pro_categories_heading p,
.pro_categories_heading h2 {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.pro_categories_heading h2 {
    font-size: 50px;
    margin-bottom: 0;
}

.pro_categories_heading p {
    font-size: 20px;
}

.button-group {
    width: 100%;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.button-group .dropdown, .button-group.index button, .button-group.no-shadow .select-all {
    color: #000;
    text-decoration: none;
    width: 22%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0;
    border: 1px solid #000 !important;
    padding: 5px 5px 5px 15px;
    border-radius: 50px;
    background: #fff !important;
    height: 42px;
    position: relative;
    transition: 0.4s;
}

.button-group.no-shadow .select-all select {
    border: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.button-group.index>.on {
    background-color: #546174 !important;
    color: #fff;
}

.button-group.index i {
    transform: rotate(270deg);
}

.button-group.index>.on i {
    border: 1px solid !important;
}

.select-all i {
    position: absolute;
    right: 8px;
    top: 7px;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

/* .dropdown button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
} */
.dropdown button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    background: #fff !important;
    color: #000 !important;
}

.dropdown button:hover {
    background: #fff !important;
    color: #000 !important;
    border: 0 !important;
    padding: 0 !IMPORTANT;
}

.button-group .dropdown:before, .button-group .dropdown:after {
    content: "";
    position: absolute;
    left: 10px;
    width: 50%;
    top: 4px;
    height: 22px;
    max-width: 300px;
    background: #777;
    z-index: -1;
    -webkit-box-shadow: 0 15px 6px #777;
    -moz-box-shadow: 0 15px 6px #777;
    box-shadow: 0 15px 6px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.button-group.no-shadow .dropdown:before, .button-group.no-shadow .dropdown:after {
    content: none;
}

.button-group button:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.button-group button i {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
    font-size: 14px;
    transition: 0.4s;
}

.grid {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.grid-item {
    width: 25%;
    margin-bottom: 30px;
    transition: 0.4s;
}

.grid-item:hover {
    transform: translateY(-8px);
}

.grid-item:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 3%;
}

.grid-item:nth-child(4n+2) {
    padding-left: 1.5%;
    padding-right: 2.25%;
}

.grid-item:nth-child(4n+3) {
    padding-left: 2.25%;
    padding-right: 1.5%;
}

.grid-item:nth-child(4n+4) {
    padding-right: 0;
    padding-left: 3%;
}

.grid-item.element-item.popular_size_filter.size_filter_margin,
li.grid-item.element-item.custom_size_filter.cus_size_filter_margin {
    padding-left: 0 !important;
    padding-right: 3% !important;
}

.preferred_image_text {
    margin-bottom: 40px;
    font-size: 30px;
}

.preferred_image_text.second_span {
    float: right;
}

.grid-item img {
    width: 100%;
    height: 160px;
    border-radius: 18px;
    object-fit: cover;
    background: #fff;
    /* border: 4px solid #fff; */
    /* margin-bottom: 6px; */
    /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); */
}

.grid-item p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

.grid-item a {
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    border: 4px solid #fff;
    /* overflow: hidden; */
    /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); */
    color: #fff;
    word-break: break-all;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.grid-item a:before, .grid-item a:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 70%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    top: 50%;
    transform: translateY(-50%);
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.grid-item a:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.grid-item a p {
    width: 100%;
    height: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #546174;
    padding: 0 15px;
    border-radius: 18px;
    margin: 0;
}

.show_more_btn {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
}

.popular_size .show_more_btn,
.popular_style .show_more_btn {
    margin-top: 30px;
}

.show_more_btn button {
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    background: #242c3f;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    outline: none;
}

.show_more_btn i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    cursor: pointer;
    font-size: 30px;
    color: #242c3f;
}

/*----- French Steel -----*/
.french_steel {
    background: #efefef;
    padding: 50px 0;
}

.french_steel_enner h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 300;
}

.french_steel_enner .heading_text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.french_steel_enner h4 {
    font-size: 25px;
    margin-bottom: 15px;
}

.french_steel_enner h4 span {
    color: #242c3f;
}

.bighorn_icon {
    width: 80px;
    margin-bottom: 10px;
}

.discription {
    font-size: 16px;
    width: 80%;
    margin: 0 auto 15px;
}

.channels_logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.channels_like {
    margin-bottom: 30px;
}

.channels_like p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.french_steel_enner button {
    margin-top: 0px;
    padding: 5px 15px 5px 5px;
    border-radius: 50px;
    border: 2px solid #242c3f;
    background: transparent;
    height: 56px;
    font-size: 18px;
    font-weight: 500;
}

.french_steel_enner button i {
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: #242c3f;
    color: #000000;
    font-size: 20px;
    margin-right: 10px;
}

/*----- Popular Size -----*/

.popular_size {
    margin: 44px 0 0;
}

.popular_size_enner {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popular_heading h3 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
}

.popular_blog_mn {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popular_blog {
    width: 22%;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    border: 4px solid #fff;
    margin-bottom: 16px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    background: #546174;
    /* padding: 0 15px; */
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    transition: 0.4s;
}

.popular_blog form {
    width: 100%;
}

.popular_blog:hover {
    /* border: 4px solid #242c3f; */
    margin-top: -8px;
}


.popular_blog:before, .popular_blog:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 70%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    top: 50%;
    transform: translateY(-50%);
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.popular_blog:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}



.popular_blog p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    word-break: break-all;
    font-family: 'Aileron';
    letter-spacing: 2px;
}

.popular_blog_mn a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----- Popular Style -----*/

.popular_style {
    width: 100%;
    margin: 50px 0;
    display: inline-block;
}

.popular_style_enner {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.department_btn.cp_btn a{
    padding: 15px 50px;
}
.fitness_coman_label .fitness_arimo_style{
    margin-bottom: 22px;
}
.fitness_coman_label .fitness_arimo_style h3{

}

/*----- Get A Quote -----*/

.get_quote {
    position: relative;
    margin: 50px 0;
    overflow-x: hidden;
}

.get_quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 30%;
    background: #222f42;
    z-index: 1;
}

.get_quote_heading {
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.get_quote_heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background: #ebe7e6;
    z-index: -1;
}

.get_quote_heading:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 80%;
    height: 6px;
    width: 100%;
    background: #222f42;
    z-index: -1;
}

.get_quote_heading h2 {
    display: inline-block;
    background: #ebe7e6;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
    padding: 30px 30px 30px 120px;
    float: right;
    font-size: 40px;
}

.get_quote_heading h2 {
    margin: 0;
}

.get_quote_details h2 {
    font-size: 40px;
    width: 80%;
    margin: 0 auto 20px;
}

.get_quote_details p {
    font-size: 26px;
    width: 80%;
    margin: 0 auto 20px;
}

.email_box {
    background: #f1f1f1;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.email_box input {
    outline: none;
    border: none;
    background: none;
    color: #000;
    height: 60px;
    padding: 0 8px;
    margin-right: 10px;
    width: 100%;
}

.email_box button {
    padding: 0 25px;
    height: 60px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    background: #546174;
    color: #fff;
}

/*----- Best Experiece -----*/

.best_experiece_enner {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

.experiece_details {
    height: 90%;
    width: 40%;
}

.experiece_details h2 {
    margin-bottom: 30px;
    font-size: 40px;
}

.experiece_details ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 90%;
    position: relative;
}

.experiece_details ul:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 36px;
    transform: translateY(-50%);
    height: calc(100% - 60px);
    width: 4px;
    background: black;
    z-index: -1;
}

.experiece_details svg {
    margin-right: 15px;
    background: #fff;
    border: 8px solid #fff;
    box-sizing: content-box;
}

.experiece_details li {
    font-size: 25px;
}

.experiece_img {
    width: 60%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.experiece_img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 60%;
    background: #ebe7e6;
    z-index: -1;
}

.exp_img_main {
    width: 80%;
    margin-left: 10%;
}

.exp_img_main img {
    width: 100%;
}

.exp_img_show_more {
    width: 10%;
    text-align: center;
    font-size: 30px;
    color: #242c3f;
    cursor: pointer;
}

/*----- Footer -----*/
footer {
    background: #000;
    padding: 10px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

footer h2 {
    margin-bottom: 0;
}

.show_more_btn.three-buttons button {
    margin: 0 10px;
}

.show_more_btn.three-buttons button {
    background: #556074;
    border: 1px solid;
}

.show_more_btn.three-buttons button:hover {
    background: #fff;
    color: #556074;
    transition: 0.2s ease;
}

.cards-uppar-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cards-uppar-filter h3 {
    margin-bottom: 0;
}

.cards-uppar-filter h2 {
    font-size: 50px;
}

.see-more {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.cards-uppar-filter a {
    text-decoration: none;
}

.see-more i {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    margin-left: 10px;
    font-size: 14px;
    transform: rotate(270deg);
    margin-bottom: 0;
}

.card-inner-door {
    border: 1px solid;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    margin: 5px;
}

.card-inner-door>img {
    margin: 15px 0;
}

.card-inner-door ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

p.main-title-card {
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}

.card-feat-two {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.price-feat-two {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    font-size: 24px;
}

.cards-uppar-filter.only-right {
    justify-content: flex-end;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.price-original {
    color: #aeaeae;
    text-decoration: line-through;
    margin: 5px;
}

.price-discounted {
    font-weight: 600;
}

button.notify-btn {
    width: 100%;
    background: #EBE8E7;
    border: 0;
    padding: 10px;
    margin: 10px 0;
}

button.Request-btn {
    width: 100%;
    background: #000000;
    border: 0;
    padding: 10px;
    color: #fff;
}

.selected_enner {
    width: 80%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product_img_main {
    width: 20%;
    text-align: center;
}

.product_img_main img {
    width: 100%;
    max-width: 150px;
    border-radius: 100%;
    background: #212837;
}

.product_img_main p {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}



/*----- Single Product -----*/

.single_product {
    width: 100%;
    margin: 60px 0 0;
}

.single_product_enner {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product_more_details {
    width: calc(100% - 300px);
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
}

.hardware_details_main {
    width: 100%;
    max-width: 300px;
}


.button_grp .b1, .button_grp .b2, .button_grp .b3 {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
}

.slider_img_main {
    width: 100%;
}

.single_pro_img {
    width: 72.5%;
    padding-right: 30px;
    display: inline-flex;
    align-items: flex-start;
}

.button_grp {
    display: inline-flex;
    flex-direction: column;
    width: 180px;
    padding-right: 20px;
    height: 500px;
    overflow: auto;
}
.button_grp::-webkit-scrollbar {
    width: 6px;
}

.button_grp::-webkit-scrollbar-thumb {
    background-color: #ebe8e7;
}

.button_grp button {
    outline: none;
}

.single_pro_details {
    width: 50%;
}

.pro_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single_pro_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
}

.single_pro_details li {
    margin-bottom: 5px;
}

.pro_available {
    font-size: 16px;
    margin: 15px 0;
}

.pro_available span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#sold {
    background: linear-gradient(-90deg, red, #a72a24);
    border: none;
    color: #fefefe;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
    margin: 10px 0;
    outline: none;
    padding: 0 30px;
    text-transform: uppercase;
    transition: .4s;
    width: auto;
    width: 100%;
    cursor:not-allowed;
}

.add_to_cart_btn {
    border: 2px solid #FF0000;
    background: #FF0000;
    margin: 10px 0;
    width: auto;
    color: #fff;
    padding: 0 30px;
    height: 46px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
}

.sell_details {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    margin: 20px 0 0;
}

.sell_details i {
    font-size: 30px;
    margin-bottom: 15px;
}

.hardware_box {
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #000;
    text-align: center;
    margin-bottom: 30px;
}

.hardware_box h3 {
    margin-bottom: 20px;
}

.hardware_item {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #909090;
}

.hardware_item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.hardware_item h4 {
    font-size: 20px;
    margin: 0;
}

.hardware_item p {
    font-size: 15px;
    margin: 0;
}

.hardware_img img {
    border-radius: 10px;
}

button.try_this_door.request_quote_btn {
    height: auto;
    padding: 4px 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

/* .related_products .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
} */

.hardware_contact_details {
    text-align: center;
}

.hardware_contact a {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 15px;
}

.review_details {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.review_details p {
    margin: 0 10px 0 0 !important;
    font-size: 20px;
}

.review_details div {
    display: inline-block;
    width: auto;
}

.review_details i {
    margin: 0;
}

.product_description_enner {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.pro_desci {
    width: 60%;
    padding-right: 20px;
}

.pro_desci p {
    font-size: 14px;
}

.custome_door {
    width: 20%;
    text-align: center;
}

.pro_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_price {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.pro_price span {
    color: #c6c6c6;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 6px;
}

.single_pro_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
}

.single_pro_details li {
    margin-bottom: 5px;
}

.pro_available {
    font-size: 16px;
    margin: 15px 0;
}

.custome_door img {
    width: 60px;
    margin-bottom: 5px;
}

.custome_door p {
    font-size: 16px;
    line-height: 1.6;
}

.custome_door h3 {
    font-size: 20px;
}

.custome_door button {
    padding: 0 25px;
    height: 46px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #546174;
    color: #fff;
}

.product-img--main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    float: left;
    object-fit: contain;
    background: #ededed;
    margin: 0 15px;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 25px;
    width: 85%;
    height: 100%;
    background-position: center center;
    background-size: contain !important;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.request_quote_btn {
    border: 2px solid #546174;
    background: #546174;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    height: auto;
    min-height: 46px;
    border-radius: 50px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
}

.main-card-image>img {
    aspect-ratio: 1;
    object-fit: contain;
}

.page-item .page-link {
    color: #556074;
}

.page-item.active>.page-link, .page-link.active {
    color: #fff !important;
    background: #556074 !important;
    border: 1px solid #556074 !important;
}

.hardware_contact a {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 15px;
    color: #000000;
    text-decoration: none;
}

.notify_me_btn {
    border: 2px solid #000;
    background: #000;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    height: auto;
    min-height: 46px;
    border-radius: 50px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
}

.request_quote_btn {
    border: 2px solid #546174;
    background: #546174;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    height: auto;
    min-height: 46px;
    border-radius: 50px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
}

.review_star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #f4b102;
    margin-bottom: 0px;
}

.cmpBtn a {
    text-decoration: none;
    width: 100%;
    background: #000000;
    display: inline-block;
    border: 0;
    padding: 5px 20px;
    color: #fff;
    margin: 10px 0;
}

/*----- Categories Page -----*/
.pro_categories_heading {
    padding: 0 !important;
}

.pro_categories_heading h2 {
    margin-bottom: 40px;
    font-size: 30px;
}



/*----- Craftmanship Page -----*/

.craftmanship_page .banner {
    /* background: url(../images/banne_img2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    /* padding: 50px 0; */
    height: 500px;
}

.craftmanship_page .banner_text_about {
    /* width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.craftmanship_page .banner_text_about img {
    max-width: 260px;
}

.labor_dtl_logo {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.labor_details img {
    max-width: 120px;
    margin-bottom: 10px;
}

.craftmanship_labor {
    background: linear-gradient(270deg, rgba(50, 44, 46, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: url(../images/labor_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    text-align: center;
    padding: 15px 2% 15px 10%;
    height: 50%;
    display: inline-flex;
    align-items: center;
}

.craftmanship_banner_details {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: 100%;
}

.labor_logo {
    display: inline-block;
    width: auto;
    max-width: 140px;
}

.labor_logo img {
    width: 70%;
}

.labor_shop_now {
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.labor_shop_now p {
    margin-bottom: 0;
}

.labor_shop_now button {
    background: #242D40;
    border: none !important;
    outline: none !important;
    color: #fff;
    padding: 6px 16px;
}

.craftmanship_new_arrivals {
    background: linear-gradient(270deg, rgb(235, 235, 235) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10%;
    height: 50%;
}

.new_arrivals_details {
    text-align: center;
}

.new_arrivals_img {
    max-width: 140px;
}

.new_arrivals_img img {
    width: 100%;
}

.new_arrivals_details h3 {
    font-size: 40px;
}

.new_arrivals_details h4 {
    margin: 0;
    font-size: 30px;
}

.new_arrivals_details button {
    background: #242D40;
    border: none !important;
    outline: none !important;
    color: #fff;
    padding: 6px 16px;
    margin-top: 10px;
}

.help_find {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 3px 10px 0px 0px #EBE8E7;
    border-radius: 60px;
    top: -30px;
    left: 30px;
    position: relative;
    z-index: 9;
}

.help_find p {
    margin: 0;
}

.help_find ul {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 10px;
}

.help_find li {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #909090;
}

.help_find li img {
    width: 20px;
    margin-left: 10px;
}

.finest_craftmanship_main {
    margin: 50px 0 34px;
}

.finest_craftmanship {
    width: 100%;
    display: inline-flex;
    align-items: end;
    justify-content: space-between;
    padding: 0;
}

.finest_craftmanship h3 {
    font-size: 63px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
}

.finest_craftmanship button {
    background: none !important;
    border: none !important;
    outline: none !important;
    max-width: 400px;
    width: 100%;
}

.finest_craftmanship button img {
    width: 100%;
}

.finest_craftmanship a.fitness_craftmanship_btn{
    font-family: 'Arimo'; 
    background: #000;
    font-weight: 400 !important;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;    
    display: block;
    transition: all 0.5s ease;
    border: 1px solid #000;
}
.finest_craftmanship a.fitness_craftmanship_btn:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.fitness_coman_label{
    display: flex;
    align-items: end;
    margin-bottom: 14px;
    justify-content: center;
}
.fitness_coman_label h3{
    font-size: 50px;
    width: 80%;
    text-align: center;
    padding-left: 20%;
    margin-bottom: 0;
}
.fitness_coman_label p{
    margin-bottom: 0;
    width: 20%;
    text-align: right;
    font-size: 20px;
    padding-right: 26px;
    white-space: nowrap;
}

.finest_craftmanship_main .fn_with_request{
    padding: 0 80px;
}

/*----- Footer -----*/
.craftmanship_footer {
    background: #fff;
    color: #000;
    margin: 50px 0 30px;
}

.craftmanship_footer_enner ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    vertical-align: top;
}

.craftmanship_footer_enner ul span {
    height: 40px;
    width: 1px;
    background: #bcbcbc;
    display: inline-block;
}

.craftmanship_footer_enner li {
    display: inline-flex;
    align-items: center;
}

.craftmanship_footer_enner li img {
    width: 40px;
}

.craftmanship_footer_enner p {
    margin: 0 0 0 15px;
    font-size: 20px;
}

.selected_enner {
    width: 80%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product_img_main {
    width: 20%;
    text-align: center;
}

.product_img_main img {
    width: 100%;
    max-width: 150px;
    border-radius: 100%;
    background: #212837;
}

/*-- Shop by Department --*/
.department_blog_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 15px;
    gap: 0 15px;
}

.department_blog_links form {
    width: 100%;
    background: #D9D9D9;
    padding-top: 20px;
    width: 100%;
    max-width: 24.3%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.department_blog_links form:hover{
    margin-top: -5px;
}

.department_blog_links a {
    width: 100%;
    display: inline-block;
    color: #000;
    text-decoration: none !important;
}

.shop_by_department .department_blog_links a img{
    width: 100%;
    height: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto;
    mix-blend-mode: darken;
} 

.department_blog_links .sbd_box{
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.department_blog_links p {
    width: 100%;
    padding: 10px  0;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Arimo';
    font-weight: 600;

}

.department_btn {
    text-align: center;
    width: 100%;
}

.department_btn a {
    background: #000;
    color: #fff;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 15px 25px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    font-family: 'Arimo';
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    border: 1px solid #000 !important;
    width: 100%;
    max-width: 294px;
}
.department_btn a:hover{
    background-color: transparent;
    color: #000;
}

.finest_craftmanship_page .popular_blog {
    width: 100%;
    background: #000 !important;
    border: none !important;
    margin-bottom: 0;

}

.finest_craftmanship_page .popular_blog_mn{
    display: flex;
    flex-wrap: wrap;
    justify-content: start !important;
    gap: 0 17px;
}

.finest_craftmanship_page .popular_blog:before, .finest_craftmanship_page .popular_blog:after {
    display: none !important;
}

.populer_size_comman_lable{margin-bottom: 36px;}
.populer_size_comman_lable h3{
    padding-left: 0;
    width: 100%;
}
.department_main{
    padding-left: 0;
    padding-right: 0;
}
.shop_by_style.shop_by_department .department_blog_links form {
    padding-top: 0;
}

.shop_by_style.shop_by_department .fitness_coman_label h3{
    width: 100%;
    padding-left: 0;
    font-family: 'Arimo';
    font-size: 30px;
}
.shop_by_style.shop_by_department .fitness_coman_label{
    margin-bottom: 22px;    
}
.shop_by_style.shop_by_department .department_blog_links a img{
    max-width: 100%;
    height: 185px;
    object-fit: cover;
}
.fitness_popular_size .popular_blog {
    width: 100%;
    max-width: 15.8%;
    margin-bottom: 10px;
}

.finest_craftmanship_page footer {
    color: #fff;
    font-size: 16px;
    background: #000;
    text-align: left;
}

.footer_section{
    padding: 50px 100px;
}
.footer_subscribe_box_heading{
    text-align: left;
}

.footer_subscribe_box_heading h5 {
    font-size: 38px;
    font-family: 'Aileron';
}
.footer_subscribe_box_heading p{
    font-size: 20px;    
    font-family: 'Aileron';
}

.footer_subscribe_box {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.footer_subscribe_box input {
    background: none !important;
    border: none !important;
    outline: none !important;
    width: 100%;
}

.footer_subscribe_box button {
    background: #000;
    color: #fff;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px !important;
    transition: all 0.5s ease;
    border: 1px solid #000 !important;
}
.footer_subscribe_box button:hover{
    background-color: transparent;
    color: #000;
}

.footer_center_blog a {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
}

.footer_center_blog ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.footer_center_blog li{
    padding: 15px 20px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: GothamHTF;
}
.footer_center_blog li a{
    font-family: GothamHTF;
    margin-bottom: 0;
    font-size: 18px;
}

.footer_center_blog li i {
    font-size: 16px;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.border_top {
    border-top: 1px solid #fff;
}

.border_top_bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.border_bottom {
    border-bottom: 1px solid #fff;
}
.footer_address_blog{
    text-align: right;
}

.footer_address_blog h5 {
    font-size: 30px;
    text-transform: uppercase;
}

.footer_address_blog a {
    text-decoration: underline !important;
    color: #fff !important;
}

.footer_button_blog {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.footer_button_blog a {
    width: 48%;
    text-align: center;
    background: #fff;
    color: #000;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.footer_socialmedia_blog {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_socialmedia_blog a {
    width: auto;
    padding: 0 10px;
}

.footer_socialmedia_blog img {
    max-width: 42px;
    min-width: 42px;
}

.door_inner_wrapper{
    background-color: #ebe8e7;
    padding: 22px;
}
.door_inner_wrapper .wrought_doors_images{
    width: 100%;
}
.door_inner_wrapper .wrought_doors_images a{
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    text-align: center;
}
.door_inner_wrapper .pro_img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
}
.door_inner_wrapper .pro_img img{
     margin: 0 auto;
     mix-blend-mode: multiply;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.door_inner_wrapper .wrought_doors_dtl{
    text-align: center;
}
.door_inner_wrapper .wrought_doors_dtl a{
    text-decoration: none;
    color: #000;
    font-family: 'Arimo';
}
.door_inner_wrapper .wrought_doors_dtl a p{
    font-size: 13px;
    font-weight: 500;
    color: #000;
    font-family: 'Arimo';
    margin-bottom: 0;
    line-height: 18px;
}
.door_inner_wrapper .pro_id_size{
    padding: 7px 20px;
    margin-bottom: 0;
}
.door_inner_wrapper .pro_id_size p{
    font-weight: 500;
    font-family: 'Arimo';
}
.instock_with_comming_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.door_inner_wrapper .pro_price{
    margin-bottom: 10px;
}
.door_inner_wrapper .pro_price p{
    display: flex;
    align-items: center;
    justify-content: center;
}

.door_inner_wrapper .instock_with_comming_btn a{
    width: 100%;
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #000;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.door_inner_wrapper .instock_with_comming_btn a:last-child{
    background: #52a26f;
    border: 1px solid #52a26f;
    color: #FFF;
    white-space: nowrap;
}
.door_inner_wrapper .instock_with_comming_btn a:last-child:hover{
    background-color: transparent;
    color: #52a26f;
}
.door_inner_wrapper .instock_with_comming_btn.notify-btn a{
    width: 100%;
    max-width: 100%;
    background-color: #a72a24;
    border: 1px solid #a72a24;
}
.door_inner_wrapper .instock_with_comming_btn.notify-btn a:hover{
    color: #a72a24;
}

.sf-product-section .custom-product-col{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pro_img {
    position: relative;
    margin: 10px 0;
}

.pro_img img {
    width: 100%;
}

.pro_tag {
    /* background-color: #f4b102; */
    min-width: 50px;
    min-height: 50px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0.5em;
    right: 0.5em;
    margin: 0;
    border-radius: 100%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    background: url(../images/sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pro_id_size {
    width: 80%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pro_id_size p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.wrought_pro_blog>p {
    font-size: 15px;
}

.pro_price {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.pro_price p{
    font-family: 'Arimo';
}

.pro_price span {
    color: #c6c6c6;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Arimo';
}

.wrought_pro_blog button i {
    margin-right: 10px;
}
.hero-secrion{
    background: url(../images/slider-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 0 70px;
}
.hero-section-content-wrapper{
    text-align: center;
}
.hero-section-content-wrapper img{
    width: 100%;
    max-width: 250px;
}
.hero-section-content-wrapper h1{
    color: #fff;
    font-size: 75px;
}

.hero-section-content-wrapper p{
    font-size: 20px;
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
    color: #fff;    
    font-weight: 100;
    font-family: 'Arimo';
}
.select2-selection__clear{
    display: none;
}
.select2-search.select2-search--dropdown{
    display: none;
}
/* .select2-container{
    width: 100% !important;
} */
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 29px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-family: 'Arimo';
    line-height: 40px;
    font-weight: bold;
}
.select2-container .select2-selection--single{
    height: 44px;
    border: 2px solid #000;
    border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #ddd;
    color: #000;
}
.select2-results__option {
    padding: 10px 25px;
    font-size: 20px;
    font-family: 'Arimo';
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 27px;
    height: 27px;
    border: 2px solid #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: transparent;
    /* width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateY(-50%);
    left: -50%; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after,
.select2-container--default .select2-selection--single .select2-selection__arrow::before{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #000;
    top: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before{
    transform: rotate(50deg);
    left: 4px;
  }
  
.select2-container--default .select2-selection--single .select2-selection__arrow::after{
    left: 10px;
    transform: rotate(-50deg);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0;
}
.custom-select-box{
    margin-bottom: 20px;
}
.button-with-filter{
    margin: 30px 0 60px;
}
.button-with-filter-row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fcc-button{
    background: #000;
    color: #fff;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 10px 50px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px !important;
    transition: all 0.5s ease;
    border: 1px solid #000 !important;
    font-family: 'Arimo';
    letter-spacing: 2px;
    font-weight: 100;
}
.fcc-button:hover{
    background-color: transparent;
    color: #000;
}
.inner-filter-search{
    border: 2px solid #000;
    margin-left: 15px;
    padding: 8px 8px 8px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-filter-search input{
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Arimo';
    width: 300px;
}
.inner-filter-search input::placeholder{
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.fc-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----Start::shop.html---- */
.wid-image-section{
    margin-top: 50px;
}
.wid-image-section .row {
    justify-content: space-between;
    margin: 0;
}

.wid-image-section .wid-col {
    width: 100%;
    max-width: 24.4%;
    padding: 0;
}

.wid-image-section .wid-image-wrapper {
    position: relative;
}

.wid-image-section .wid-image-wrapper .wid-image-box {
    width: 100%;
    height: 110px;
    background-color: #000;
}

.wid-image-section .wid-image-wrapper .wid-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wid-image-section .wid-image-wrapper .wid-image-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 41%;
}

.wid-image-section .wid-image-wrapper .wid-image-content h2 {
    font-size: 22px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.filter-left-part a.filter-label-name {
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 22px;
    margin-bottom: 10px !important;
    font-family: 'Aileron';
    text-decoration: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease-in-out;
}

.accordion-button.active::after {
    transform: rotate(-90deg) !important;
}

label.filter-label {
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-family: 'Arimo', sans-serif;
    display: block;
    margin-bottom: 7px;
    margin-top: 10px;
    display: inline-flex;
    font-size: 25px;
}

.filter-left-part .panel {
    background: rgb(244, 242, 242);
    padding: 7px 14px;
    margin-bottom: 15px;
    position: relative;
}

.filter-left-part .card-body-inner {
    padding-left: 15px;
    max-height: 500px;
    overflow: auto;
}
.filter-left-part .card-body-inner::-webkit-scrollbar {
    width: 6px;
}

.filter-left-part .card-body-inner::-webkit-scrollbar-thumb {
    background-color: #ebe8e7;
}
.filter-left-part .card-body-inner::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* background-color: #F5F5F5; */
}

.filter-left-part .card-body-inner .form-group {
    width: 100%;
    margin-bottom: 8px;
}

.filter-left-part .form-group input:checked+label:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
}

.filter-left-part .form-group label {
    color: #000;
    font-size: 14px;
    font-family: 'Aileron';
}

.filter-left-part .form-group label:before {
    padding: 6px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: none;
    border-radius: 3px;
}

.Get-Fast-open-section {
    margin-top: 30px;
}

.Get-Fast-open-section .form-group {
    width: 100%;
}

.Get-Fast-open-section .form-group label {
    font-size: 18px;
}

.Get-Fast-open-section .form-group h4 {
    margin-bottom: 0;
    padding-left: 22px;
    font-family: 'Aileron';
}

.Get-Fast-open-section .form-group i {
    font-weight: 400;
    font-style: italic;
    color: rgb(167, 42, 36);
    padding-left: 22px;
    font-size: 14px;
    display: block;
    width: 100%;
    font-family: 'Aileron';
}

.clock-panel::after {
    position: absolute;
    content: " ";
    top: 0;
    right: 4px;
    background: url(../images/fast-clock.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
}

.single_product .container-fluid,
.product_description .container-fluid,
.product-list-section .container-fluid {
    padding: 0 30px;
}

.filter-button-group button {
    display: block;
    width: 100%;
    background-color: transparent;
    margin-top: 20px;
}

.filter-button-group button:first-child:hover {
    background-color: #000;
}

.filter-button-group button:nth-child(2) {
    background-color: #eceae9;
    border: none;
    color: #000 !important;
}

.filter-button-group button:last-child {
    background-color: #000;
    border: none;
    color: #fff !important;
    border: 1px solid #000;
    margin-bottom: 20px;
}
.filter-button-group button:last-child:hover {
    background-color: transparent;
    color: #000 !important;
}

.pl-right-part {
    padding-left: 50px;
}

.custom-product-col {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.pro_img {
    position: relative;
    margin: 10px 0;
}

.pro_img img {
    width: 100%;
}

.pro_tag {
    /* background-color: #f4b102; */
    min-width: 50px;
    min-height: 50px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0.5em;
    right: 0.5em;
    margin: 0;
    border-radius: 100%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    background: url(../images/sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pro_id_size {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pro_id_size p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.wrought_pro_blog>p {
    font-size: 15px;
}

.pro_price {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.pro_price p {
    font-family: 'Arimo';
    /* font-size: 30px; */
}

.pro_price span {
    color: #c6c6c6;
    text-decoration: line-through;
    /* font-size: 30px; */
    font-weight: 400;
    display: inline-block;
    margin-right: 15px;
    font-family: 'Arimo';
}

.hardware_details .pro_price span {
    font-size: 18px;
}

.wrought_pro_blog button i {
    margin-right: 10px;
}

.custom-product-col .door_inner_wrapper {
    background-color: #ebe8e7;
    padding: 32px 10px 15px;
    position: relative;
    transition: 0.4s;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.door_inner_wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

.door_inner_wrapper .wrought_doors_images {
    width: 100%;
}

.door_inner_wrapper .wrought_doors_images a {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    text-align: center;
}

.door_inner_wrapper .pro_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
    height: 250px;
}

/* .door_inner_wrapper .pro_img img {
    margin: 0 auto;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.door_inner_wrapper .wrought_doors_dtl {
    text-align: center;
}

.door_inner_wrapper .wrought_doors_dtl a {
    text-decoration: none;
    color: #000;
    font-family: 'Arimo';
    display: block;
    width: 100%;
}

.door_inner_wrapper .wrought_doors_dtl a p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    font-family: 'Arimo';
    margin-bottom: 0;
    line-height: 18px;
}

.door_inner_wrapper .pro_id_size {
    padding: 7px 20px;
    margin-bottom: 0;
}

.door_inner_wrapper .pro_id_size p {
    font-weight: 500;
    font-family: 'Arimo';
}

.door_inner_wrapper .wrought_doors_dtl .request_quote_btn {
    border-radius: 0;
    background-color: #000;
    color: #fefefe;
    border: 2px solid #000;
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Aileron' !important;
    min-height: auto;
    padding: 3px 15px;
}

.instock_with_comming_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.door_inner_wrapper .pro_price {
    margin-bottom: 10px;
}

.door_inner_wrapper .pro_price p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.door_inner_wrapper .instock_with_comming_btn a {
    width: 100%;
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #000;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.door_inner_wrapper .instock_with_comming_btn a.in_stock_btn {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}

.door_inner_wrapper .instock_with_comming_btn a.commin_soon_btm {
    background: #FFF;
    border: 1px solid #fff;
    color: #000;
    white-space: nowrap;
}

.door_inner_wrapper .instock_with_comming_btn a:first-child:hover {
    background-color: transparent;
    color: #000;
}

.door_inner_wrapper .instock_with_comming_btn a:last-child:hover {
    background-color: transparent;
    color: #000;
}

.door_inner_wrapper .instock_with_comming_btn.notify-btn a {
    width: 100%;
    max-width: 100%;
    background-color: #a72a24;
    border: 1px solid #a72a24;
    color: #fff;
    font-size: 12px;
}

.door_inner_wrapper .instock_with_comming_btn.notify-btn a:hover {
    color: #a72a24;
}

.share-star-flex {
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 3px;
    left: 0;
    padding: 0 10px;
    margin: 0;
    z-index: 9;
}

.share-star-flex .heart-share-col {
    width: fit-content;
    padding: 0;
}

.share-star-flex .heart-share-col img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.share-star-flex .star-col {
    width: fit-content;
    padding: 0;
}

.share-star-flex .star-col .review_star {
    vertical-align: top;
    padding-top: 6px;
    color: #242d40 !important;
}

.text-light-black {
    color: #a0a0a0;
}

.share-star-flex .star-col i {
    font-size: 14px;
    vertical-align: top;
}

.product-pagination {
    margin: 20px 0 40px;
}

ul.pagination li {
    border: 2px solid #000;
    margin-left: 10px;
}

.page-link {
    border: none !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 10px 20px;
    font-family: 'Aileron';
}

.product-pagination {
    display: flex;
    align-items: center;
    justify-content: end;
}

.product-pagination .pagi-btn {
    margin-left: 15px;
}

.product-pagination .pagi-btn img {
    width: 100%;
    max-width: 40px;
}
.cooman_label_text_center {
    text-align: center;
    margin: 30px 0;
}
.cooman_label_text_center h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Aileron';
}
.view_all_btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 12px 80px;
    transition: all 0.5s ease;
    font-weight: 100;
    width: auto;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Aileron';
}
.view_all_btn:hover {
    background-color: #000;
    color: #fefefe;
}

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

.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: rgb(254, 254, 254);
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    user-select: none;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e0e0e0;
    background-color: #e0e0e0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.day-time-col {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.day-time-col .main-label {
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 195, 15);
    font-size: 20px;
    margin-bottom: 10px;
}

.day-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.day-col {
    width: 40%;
}

.time-col {
    width: 20%;
}

.time-col .form-group {
    width: 100%;
}

    
.cooman_label_text_center {
    text-align: center;
    margin: 30px 0;
}

.cooman_label_text_center h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-group {
    display: block;
    margin-bottom: 25px;
    width: 50%;
}
.main-product-list-data{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wrought_doors_dtl {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.i-product-btn-group {
    margin-top: auto;
}
.door_inner_wrapper .instock_with_comming_btn a.single-btn{
    max-width: 100%;   
}
p.small.text-muted,
p.small.text-muted span{
    font-family: 'Aileron';
}


.requst-qoute-modal .modal-dialog {
    max-width: 600px;
}

.quote-model-label {
    text-align: center;
    margin-bottom: 20px;
}
.quote-model-label h2,
.quote-model-label p{ 
    font-family: 'Arimo';
}

.quote-model-label p{
    font-weight: 100;
    margin-bottom: 30px;
}
.requst-qoute-modal input{
    height: 50px;
    border-radius: 0;
}

.requst-qoute-modal input,
.requst-qoute-modal button,
.requst-qoute-modal textarea{
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Arimo';
}
.requst-qoute-modal input:focus,
.requst-qoute-modal select:focus,
.requst-qoute-modal textarea:focus{
    border-color: #000 !important;
}
.requst-qoute-modal .modal-body{
    padding: 0 40px 40px;
}
.requst-qoute-modal select{
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    font-family: 'Arimo';
    height: 50px;   
}
.requst-qoute-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}
.requst-qoute-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ebe8e7;
}
.form-check-inline {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.checkbox-label{
    font-family: 'Arimo';
    font-weight: 500;
    margin-bottom: 8px;
}
.checkboxes input[type="checkbox"]{
    height: 15px;
    margin-left: 0;
    margin-top: 0;
}
.checkboxes label{
    font-family: 'Arimo';
    margin-left: 10px;
    user-select: none;
    cursor: pointer;
}
.free-quote-btn{
    border-radius: 0;
    background-color: #000;
    color: #fefefe;
    border: 2px solid #000;
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Aileron' !important;
    min-height: auto;
    padding: 3px 15px;
    transition: all 0.5s ease;
}
.free-quote-btn:hover{
    background-color: transparent;
    color: #000;
}

.error {
    color: red;
}

.door_product {
    left: 0;
    z-index: 2;
}

.custom-product-col .share_btn>button {
    display: inline-block;
    height: auto;
}

.share_option {
    background: #fff;
    border: 1px solid #909090;
    border-radius: 10px;
    box-shadow: 0 4px 10px 2px #0003;
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 155px;
}

.share_btn {
    position: relative;
    top:-5px
}

.custom-product-col .share_btn {
    top:0 !important;
    margin-top: 0 !important;
}
.custom-product-col .share_btn > button {
    height: auto;
    display: inline-block;
}

.share_btn button {
    background: none;
    border: none !important;
    color: #000 !important;
    font-size: 30px;
    outline: none !important;
}

.share_option button span {
    font-size: 14px;
}

.share_option button i {
    font-size: 17px;
    text-align: center;
    width: 27px;
}
.share_option button {
    align-items: center;
    border-bottom: 1px solid #909090 !important;
    display: flex;
    font-size: 15px;
    gap: 12px;
    padding: 10px !important;
    text-align: left;
    width: 100% !important;
}
.share_btn:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0px;
    height: 25px;
    width: 25px;
    border: 1px solid #909090;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    z-index: 0;
    display: none;
}
.share_btn.show_option:before {
    display: block;
}

.share_btn.show_option:before, .show_option.share_option {
    display: block;
}

/* ----End::shop.html---- */

/*----- Media Query -----*/
@media (min-width: 1920px) {
    .banner {
        background-size: contain;
    }
}

@media (max-width: 1600px) {
    .craftmanship_page .banner {
        background-size: cover;
    }
    
}


@media (max-width: 1400px) {
    header ul li {
        margin-left: 15px;
    }

    .header_logo {
        max-width: 200px;
    }

    .header_main a {
        font-size: 14px;
        /* color: #000 !important; */
    }


}

@media (max-width: 1200px) {
    .experiece_details svg {
        margin-right: 5px;
    }

    .experiece_details li {
        font-size: 20px;
    }

    .banner_text h1 {
        font-size: 60px;
    }

    .banner_text h2 {
        font-size: 40px;
    }

    .pro_categories_heading h2 {
        font-size: 40px;
    }

    .get_quote_details h2, .get_quote_details p {
        width: 100%;
    }

    .get_quote_details {
        width: 60% !important;
    }

    header ul li {
        margin-left: 10px;
    }

    .header_logo {
        max-width: 200px;
    }

    .header_main a {
        font-size: 14px;
    }

    .banner_text_about img {
        max-width: 150px;
    }

    .craftmanship_page .banner {
        background-size: cover;
        background-position: center center;
    }

    .finest_craftmanship h3 {
        font-size: 50px;
    }
}


@media (max-width: 1024px) {
    .mobile_hide {
        display: none !important;
    }

    .mobile_menu_main {
        display: block !important;
    }

    .mobile_menu_main>i {
        font-size: 25px;
    }

    .accordion-collapse .first_sub_menu {
        position: inherit;
        height: auto;
        width: 100%;
    }

    .header_menu .menu_icon {
        display: block;
    }

    .page_overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        left: -110%;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99;
        transition: 0.4s;
    }

    .page_overlay.show {
        left: 0;
    }

    body.hide {
        overflow: hidden !important;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        left: -100%;
        text-align: left;
        list-style: none;
        max-width: 300px;
        width: 300px;
        background: #fff;
        padding: 0;
        box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
        height: 100%;
        overflow-y: auto;
        z-index: 100;
        transition: 0.4s;
    }

    .mobile_menu.show {
        left: 0%;
    }

    .mobile_menu ul {
        padding: 0;
        list-style: none;
    }

    .mobile_menu li {
        margin: 0;
        padding: 15px;
        border-bottom: 1px solid #e0e0e0;
        text-transform: uppercase;
    }

    .mobile_menu li input {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        color: #000;
        padding: 10px;
        background: #efefef;
    }

    .accordion-header button {
        padding: 15px;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        color: #000 !important;
        font-size: 14px;
    }

    .accordion-header button:after,
    .accordion-header .collapsed:after {
        color: #000;
        filter: brightness(0.0);
    }

    .mobile_menu button.accordion-button {
        background: #fff;
        color: #000;
    }

    .mobile_menu button.accordion-button.collapsed {
        background: #ffffff;
        color: #000;
    }

    .accordion-item {
        border: none;
    }

    .sub_menu_li {
        padding: 0 !important;
    }

    .accordion-collapse .first_sub_menu li {
        padding: 0 !important;
    }

    .accordion-body {
        padding: 0;
    }

    .accordion-collapse .first_sub_menu li:first-child {
        border-top: 1px solid #e0e0e0;
    }

    .accordion-collapse .first_sub_menu li:last-child {
        border: none;
    }

    .accordion-collapse .first_sub_menu a {
        color: #747474 !important;
        padding: 10px 25px !important;
    }

    .selected_enner {
        width: 100%;
        align-items: flex-start;
    }

    .single_product_enner {
        flex-direction: column;
    }

    .product_more_details, .hardware_details_main {
        width: 100%;
        max-width: inherit;
    }

    .hardware_details_main {
        width: 100%;
        display: inline-flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 20px;
    }

    .hardware_box, .hardware_contact {
        width: 48%;
    }

    .product_description_enner {
        flex-wrap: wrap;
    }

    .pro_desci {
        width: 100%;
        margin-bottom: 20px;
    }

    .custome_door {
        width: 48%;
    }
    header ul li.active, header ul li {
        padding: 15px;
    }

}

@media (max-width: 1023px) {
    .craftmanship_banner_details {
        position: unset;
        max-width: 100%;
    }

    .craftmanship_labor {
        background-size: cover;
    }

    .finest_craftmanship h3 {
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    .finest_craftmanship_page .popular_blog_mn {
        justify-content: center;
    }

    .footer_button_blog a {
        margin-bottom: 20px !important;
    }

    .footer_socialmedia_blog {
        justify-content: center;
    }

    .footer_subscribe_box_heading {
        margin-bottom: 20px;
    }

    .footer_center_blog, .footer_address_blog {
        margin-bottom: 0;
    }
    .border_bottom {
        border-bottom: none;
    }

    .popular_blog_mn {
        justify-content: center;
    }

    .department_blog_links form, .finest_craftmanship_page .popular_blog {
        width: 21%;
        margin: 7px 0;
        float: left;
    }

    .craftmanship_footer_enner span {
        display: none !important;
    }

    .craftmanship_footer {
        margin-top: 30px;
    }

    .craftmanship_footer_enner ul li {
        width: 50%;
        margin-top: 20px;
    }

    .selected_enner {
        flex-direction: column;
    }

    .product_img_main {
        width: 100%;
        margin-bottom: 15px;
    }

    .product_more_details {
        flex-wrap: wrap;
        padding: 0;
    }

    .hardware_details_main {
        flex-direction: column;
    }

    .single_pro_img, .single_pro_details {
        width: 100%;
        padding: 0;
    }

    .hardware_box, .hardware_contact {
        width: 100%;
    }

    .experiece_details li {
        font-size: 20px;
    }

    .banner_text_about img {
        max-width: 100px;
    }

    .banner_text_about h1 {
        font-size: 28px;
    }

    .banner_text_about h2 {
        font-size: 20px;
    }

    .total-doors {
        position: absolute;
        bottom: 70px;
        left: 25px;
        font-size: 16px;
    }

    .experiece_details svg {
        margin: 0;
    }

    .button-group button {
        width: 100%;
    }

    .experiece_details h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .experiece_details li {
        font-size: 18px;
    }

    .experiece_details svg {
        margin: 0;
        height: 40px;
        width: 40px;
    }

    .experiece_details ul:before {
        left: 28px;
    }
    .footer_center_blog ul li:last-child{
        border-bottom: none;
    }
    .SPH_section .d-flex.justify-content-between {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .SPH_section h2 {
        margin-bottom: 20px;
    }
    .SPH_section .justify-content-between .col-4,
    .SPH_section .justify-content-between .col-5 {
        width: 100% !important;
    }
    .SPH_section .custom-product-col {
        width: 50%;
    }
}

@media (max-width: 768px) {
    label.filter-label {
        color: red !important;
    }

    .department_blog_links form, .finest_craftmanship_page .popular_blog {
        width: 31%;
    }

    .help_find {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
    }

    .finest_craftmanship h3 {
        margin-bottom: 20px;
    }

    .help_find ul {
        padding: 0;
        margin-top: 10px;
    }

    /* .finest_craftmanship {
        flex-direction: column;
    } */

    .help_find li:first-child {
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
    }

    .cards-uppar-filter h3,
    .cards-uppar-filter h2 {
        text-align: center;
    }

    .cards-uppar-filter h2 {
        font-size: 30px;
    }

    .single_pro_img {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .custome_door {
        width: 100%;
        margin-top: 20px;
    }

    .banner_text h1 {
        font-size: 50px;
    }

    .banner-with-text .banner_enner {
        width: 100%;
    }

    .banner-with-text .banner_enner:after {
        background-image: linear-gradient(to right, #fff, #fff, transparent);
        width: 100%;
    }

    .banner-with-text .banner_enner img {
        min-height: 400px;
        object-fit: cover;
    }

    /* .banner_text_about {
        width: 60%;
    } */

    .banner_text h2 {
        font-size: 30px;
        line-height: 1.6;
    }

    .pro_categories_heading h2 {
        font-size: 30px;
    }

    .categori_type ul {
        flex-wrap: wrap;
    }

    .button-group .dropdown, .button-group.no-shadow .select-all {
        width: 49%;
    }

    .experiece_details h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .experiece_details svg {
        margin: 0;
        height: 40px;
        width: 40px;
    }

    .experiece_details ul:before {
        left: 28px;
    }

    .experiece_details li {
        font-size: 18px;
    }

    .single_pro_img {
        flex-direction: column-reverse;
    }

    .button_grp {
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
        padding: 0;
        overflow-x: auto;
    }

    .button_grp button, .button_grp button img {
        height: 100px;
        width: 100px !important;
        object-fit: cover;
        margin-right: 10px;
    }

    .show_more_btn {
        height: auto;
    }

    .card-inner-door {
        border: 1px solid;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        margin: 5px;
    }
}

@media (max-width: 767px) {
    label.filter-label {
        color: red !important;
    }
    .finest_craftmanship h3 {
        text-align: center;
    }

    .sell_details {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sell_details>.w-25 {
        width: 50% !important;
    }

    .category_blog {
        width: 31%;
    }

    .button-group button:before, .button-group button:after {
        height: 18px;
        top: 10px;
    }

    .grid-item:nth-child(2n+1) {
        padding-left: 0 !important;
        padding-right: 1% !important;
    }

    .grid-item:nth-child(2n+2) {
        padding-left: 1% !important;
        padding-right: 0 !important;
    }

    .grid-item.element-item.popular_size_filter.size_filter_margin, li.grid-item.element-item.custom_size_filter.cus_size_filter_margin {
        padding-right: 1% !important;
    }

    .grid-item {
        width: 50%;
    }

    .popular_blog {
        width: 49%;
    }

    .best_experiece_enner {
        flex-direction: column;
    }

    .experiece_img,
    .experiece_details {
        width: 100%;
        height: auto !important;
    }

    .experiece_details ul {
        height: auto;
    }

    .experiece_details li {
        margin: 10px 0;
    }

    .get_quote_details {
        width: 100% !important;
    }

    .get_quote_heading:after {
        bottom: -20px;
    }

    .get_quote_heading h2 {
        padding: 30px 30px 30px 70px;
        font-size: 30px;
    }

    .card-inner-door {
        border: 1px solid;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        margin: 5px;
    }
    .product-img--main{
        margin: 0;
    }
    .single_product {
        margin: 30px 0 0;
    }
    .product-img--main__image {
        top: 12px !important;
    }
    li.grid-item:last-child{
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {

    .brand_name {
        font-size: 23px !important;
    }

    label.filter-label {
        color: red !important;
    }

    .footer_button_blog {
        flex-direction: column;
    }

    .footer_button_blog a {
        width: 100%;
    }

    .department_main>.d-flex,
    .popular_size_enner>.d-flex {
        flex-direction: column;
        justify-content: center !important;
    }

    .department_blog_links form, .finest_craftmanship_page .popular_blog {
        width: 48%;
    }

    .craftmanship_footer_enner ul li {
        width: 100%;
        margin-top: 20px;
    }

    .product-img--main {
        height: 400px;
    }

    .craftmanship_footer_enner p {
        text-align: left;
    }

    .footer h2 {
        font-size: 20px;
    }

    .banner_text h1 {
        font-size: 40px;
    }

    .product_categories {
        padding: 0 15px;
        margin: 0;
    }

    .button-group .dropdown, .button-group.no-shadow .select-all {
        width: 100%;
    }

    .category_blog {
        width: 49%;
    }

    .popular_blog {
        width: 100%;
    }

    .show_more_btn i {
        right: 15px;
    }

    .get_quote_heading h2 {
        padding: 20px 20px 20px 70px;
        font-size: 30px;
    }

    .finest_craftmanship h3 {
        font-size: 30px;
    }

    .get_quote_details h2 {
        font-size: 30px;
    }

    .get_quote_details p {
        font-size: 20px;
    }

    .email_box {
        flex-direction: column;
    }

    .email_box input {
        margin: 0;
    }

    .email_box button {
        width: 100%;
    }

    .card-inner-door {
        border: 1px solid;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        margin: 5px;
    }

    .SPH_section .custom-product-col {
        width: 100%;
    }
 
    .SPH_section h2 {
        font-size: 24px;
    }
}

@media (max-width: 415px) {
    .brand_name {
        font-size: 23px !important;
    }
    label.filter-label {
        color: red !important;
    }

    .footer_center_blog a {
        font-size: 20px;
    }

    .grid-item {
        padding: 0 !important;
        width: 100%;
        height: auto;
    }

    /* .grid-item img {
        height: auto;
    } */

    .get_quote_heading h2 {
        padding: 20px 20px 20px 60px;
        font-size: 30px;
    }

    .banner_text h1 {
        font-size: 35px;
    }

    .banner_text h2 {
        font-size: 26px;
        line-height: 1.6;
    }

    .pro_categories_heading h2 {
        font-size: 25px;
    }

    .card-inner-door {
        border: 1px solid;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin-left: 5%;
    }

    .finest_craftmanship {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .preferred_image_text_div {
        text-align: center;
    }

    .preferred_image_text {
        margin-bottom: 10px;
        display: inline-block;
    }

    .preferred_image_text.second_span {
        float: none;
    }

}

@media (max-width: 380px) {
    .brand_name {
        font-size: 23px !important;
    }
    label.filter-label {
        color: red !important;
    }

    .department_blog_links form, .finest_craftmanship_page .popular_blog {
        width: 100%;
    }

    .labor_dtl_logo, .craftmanship_new_arrivals {
        flex-direction: column;
    }

    .labor_shop_now {
        width: 100%;
        text-align: center;
    }

    .labor_details, .new_arrivals_details {
        margin-bottom: 20px;
    }

    .craftmanship_new_arrivals {
        padding: 15px 10% 50px;
    }

    .labor_shop_now p {
        width: 100%;
    }

    .craftmanship_labor {
        padding: 20px 15px;
    }

    .help_find ul {
        flex-direction: column;
    }

    .help_find li {
        margin: 0;
        padding: 0;
        border: none;
    }

    .help_find {
        border-radius: 20px;
    }

    .card-inner-door {
        border: 1px solid;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin-left: 5%;
    }

    .finest_craftmanship {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: space-between;
    }


    .preferred_image_text_div {
        text-align: center;
    }

    .preferred_image_text {
        margin-bottom: 10px;
        display: inline-block;
    }

    .preferred_image_text.second_span {
        float: none;
    }
}

/* ----Today New style----- */

.related_products .card-inner-door,
.about_related_product .card-inner-door{
    /* width: 100%; */
}

.product_description_enner .pro_desci{
    width: 49.5%;
    padding: 0 35px 0 0;
}   
.product_description_enner .custome_door_table_part {
    width: 50.5%;
}
.custome_door_table_part table{
    border-collapse: separate;
    border-spacing: 0 5px;
}
.custome_door_table_part table th,
.custome_door_table_part table td{
    border: none;
    text-align: center;
}
.custome_door_table_part table th{
    font-weight: 600;
    font-size: 12px;
    color: rgb(34, 40, 49);
    line-height: 12px;
    letter-spacing: 0.018em;
}
.custome_door_table_part table td:nth-child(odd){
    background: rgb(235, 232, 231);
}
.custome_door_table_part table td:nth-child(even){
    background: rgb(195, 196, 201);
}
.custome_door_table_part table td{
    font-weight: 400;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 17px;
    letter-spacing: 0.018em;
}
.custome_door_table_part table td:nth-child(2){
    font-size: 24px;
}
.pro_desci p {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    color: rgb(34, 40, 49);
    line-height: 20px;
    letter-spacing: 0.018em;
}
.lcd_click_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.lcd_click_btn h3{
    font-weight: 700;
    color: rgb(34, 40, 49);
    font-size: 29.3399px;
    letter-spacing: 0.018em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.lcd_click_btn a {
    padding: 8px 0px;
    text-align: center;
    width: 100%;
    max-width: 160px;
    height: fit-content;
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 15px;
    border: 2px solid #000;
    background: #000;
    outline: none !important;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
    text-decoration: none !important;
    display: block;
    margin: 0 0 0 20px;
    border-radius: 50px;
}
.lcd_click_btn a:hover{
    background-color: transparent;
    color: #000 !important;
}

.contact-detail-section .contact-detail-label h2 {
    font-weight: 700;
    color: rgb(55, 56, 45);
    font-size: 50px;
    font-family: 'nexa';
    padding: 34px 0 25px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.contact-detail-section .contact-detail-label p {
    width: 100%;
    max-width: 500px;
    font-weight: 400;
    color: rgb(55, 56, 45);
    font-size: 18px;
    text-align: center;
    margin: 30px auto;
    font-family: 'Gotham';
}
.contact-detail-section .contact-detail-label p  i{
    font-family: 'Gotham';
}

.contact-detail-section .contact-detail-label h2 {
    font-weight: 700;
    color: rgb(55, 56, 45);
    font-size: 50px;
    font-family: 'nexa';
    padding: 34px 0 25px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.contact-detail-section .contact-detail-label p {
    width: 100%;
    max-width: 500px;
    font-weight: 400;
    color: rgb(55, 56, 45);
    font-size: 18px;
    text-align: center;
    margin: 30px auto;
    font-family: 'Gotham';
}

.checkbox_section .container-fluid {
    padding: 35px 45px;
}

.checkbox_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkbox_row .checkbox_column {
    width: 100%;
    max-width: 24%;
    padding: 0 10px;
    pointer-events: none;
}

.checkbox_column input[type=checkbox]+label {
    cursor: pointer;
    padding: 0.2em;
    display: flex;
    align-items: center;
    user-select: none;
}

.checkbox_column input[type=checkbox] {
    display: none;
    user-select: none;
}

.checkbox_column input[type=checkbox]+label:before {
    content: "\2714";
    border-radius: 0;
    display: inline-block;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-size: 35px;
    user-select: none;
    position: relative;
    z-index: 3;
    top: -5px;
    left: 5px;
}

.checkbox_column input[type=checkbox]+label::after {
    content: " ";
    position: absolute;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
}

.checkbox_column label span {
    margin-left: 20px;
    font-family: 'Radley', serif;
    font-size: 30px;
}

.checkbox_column input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.checkbox_column input[type=checkbox]:checked+label:before {
    background-color: transparent;
    border-color: #000;
    color: #f9c312;
}

.checkbox_column input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.checkbox_column input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.contact-content-wrapper {
    padding: 45px 45px 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-wrapper input:first-child {
    margin-top: 0;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    width: 100%;
    display: block;
    margin-top: 15px;
    height: 40px;
    border: 2px solid #000;
    padding: 10px;
    font-weight: 400;
    color: rgb(34, 40, 49);
    line-height: 17px;
    outline: none !important;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
    font-weight: 400;
    color: rgb(34, 40, 49);
    line-height: 17px;
}

.contact-form-wrapper select {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
    color: rgb(34, 40, 49) !important;
    line-height: 17px;
    border: 2px solid #000;
}

.contact-form-wrapper select option {
    font-weight: 400;
    color: rgb(34, 40, 49) !important;
    line-height: 17px;
}

.contact-method {
    margin-top: 15px;
}

.contact-method label {
    color: #000;
    font-size: 20px;
    margin-bottom: 7px;
}

.form-group {
    display: block;
    margin-bottom: 25px;
    width: 50%;
}

.day-flex .form-group:nth-child(even) {
    padding-left: 25px;
}

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

.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    user-select: none;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.day-time-col {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.day-time-col .main-label {
    font-weight: 700;
    font-style: normal;
    color: #242c3f;
    font-size: 20px;
    margin-bottom: 10px;
}

.day-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.day-col {
    width: 40%;
}

.time-col {
    width: 20%;
}

.time-col .form-group {
    width: 100%;
}

.contact-form-wrapper textarea {
    height: auto !important;
    resize: none;
}


.contact-content-wrapper .row {
    justify-content: space-between;
}

.contact-content-wrapper .row .col-lg-7 {
    width: 53%;
}

.address-with-hour-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.address-with-hour-row .address-col,
.address-with-hour-row .hour-col {
    width: 46%;
}

.address-with-hour-row .address-col {
    text-align: center;
}

.address-with-hour-row .address-col h2 {
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Gotham';
}

.contact-icon-list-flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    border-bottom: 5px solid #37382c;
    padding: 15px 0;
}

.contact-icon-list-flex .contact-icon-list a {
    margin-left: 32px;
}

.contact-icon-list-flex .contact-icon-list a img {
    width: 26px;
    height: 26px;
}

.contact-icon-list-flex label {
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-family: 'Gotham';
    font-size: 20px;
}

.contact-deep-detail a {
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-family: 'Gotham';
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    text-decoration: none !important;
}

.hour-col .hour-lable {
    text-align: center;
    margin-top: 70px;
    border-bottom: 5px solid #37382c;
}

.hour-col .hour-lable h2 {
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-family: 'nexa';
    margin-bottom: 0;
    font-size: 40px;
}

.hour-col .hour-lable h4 {
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.hour-col ul {
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.hour-col ul li:first-child {
    margin-top: 0;
}

.hour-col ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.hour-col ul li span {
    font-weight: 700;
    font-style: normal;
    color: #000;
}

.cooman_label_text_center {
    text-align: center;
    margin: 30px 0;
}

.cooman_label_text_center h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.view_all_btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 12px 80px;
    transition: all 0.5s ease;
    font-weight: 100;
    width: auto;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
}

.view_all_btn:hover {
    background-color: #000;
    color: #fefefe;
}
.hero-section {
    position: relative;
}
.inner_uid_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
}
.inner_uid_logo img{
    width: 100%;
    max-width: 200px;
}
.contact-hero-section .banner_img{
    width: 100%;
    height: 800px;
}
.contact-hero-section .banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.multi-use-btn {
    width: fit-content;
    padding: 10px 70px;
    color: #fefefe;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #000;
    text-decoration: none;
    border: 1px solid transparent;
    margin: 0 auto;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Fira Code', monospace;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    display: block;
    margin: 35px 0 0 0;
    border: 1px solid #000;
}


.contact-form-wrapper button.multi-use-btn.yellow-btn:hover {
    background-color: transparent;
    color: #000;
}
.card_checkbox{
    padding: 0;
    width: fit-content;
    height: 8px;
    cursor: pointer;
}
.card_checkbox input{
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.start_cmp a{
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    border-radius: 50%;
    display: block;
    padding: 6px 8px;

}

/* ----Today New style 15/4/24----- */

/* .modal-backdrop.show {
    opacity: 0;
} */
.quick_view_quote_btn .modal-content{
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.door_name{ 
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 24px;
    letter-spacing: 0.246em;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.quote-model-label h3{
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 24px;
    letter-spacing: 0.246em;
    text-transform: uppercase;
    display: block;
    text-align: center;
}       
.quote-model-label p{
    font-weight: 700;
    font-size: 16px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.246em;
    text-transform: uppercase;
}
.form_inner_body input:focus {
    outline: none;
    box-shadow: none;
}
.form_inner_body input,
.form_inner_body textarea{
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: rgb(36, 45, 64) !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Fira Code', monospace;
    resize: none;
    background-color: #fff;
    border: 2px solid #000 !important;

}
.form_inner_body textarea{
    outline: none;
    box-shadow: none !important;
}
.form_inner_body input{
    height: 50px;
}
.form_inner_body input::placeholder,
.form_inner_body textarea::placeholder{
    color: rgb(36, 45, 64) !important;
}

.form_inner_body textarea::placeholder{
    position: relative;
    transform: translateY(300%);
}
/* .form_inner_body .quick_custom_input input{
    border: none !important;
    margin-bottom: 0;
    height: auto;
    padding: 15px 45px;
} */
.form_inner_body .quick_custom_input{
    border: none; 
    position: relative;
}
.form_inner_body .quick_custom_input svg{
    position: absolute;
    left: 10px;
    top: 25%;
    /* transform: translateY(-50%); */
}
.gallery_inner_model .free-quote-btn{
    padding: 10px 50px;
    font-family: 'Fira Code', monospace !important;
    letter-spacing: 4px;
}
.cooman_label_text_center p{
    font-weight: 400;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 17px;
    font-size: 18px;
    font-family: 'Aileron';
}

.gfdc_section .container-fluid{
    padding: 0 30px ;
}
.glass_finishing_part{
    margin-bottom: 50px;
}

.glass_finishing_part h2{
    display: flex;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 25.8749px;
    line-height: 40px;
    letter-spacing: 0.018em;
    font-family: 'Aileron';
}
.glass_finishing_part h2 span{
    display: block;
    width: calc(100% - 220px);
    height: fit-content;
    border-top: 2px solid #000;
    margin-left: 20px;
    position: relative;
    top: 20px;
}
.glass_content{
    padding: 15px;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-top: 20px;
    height: 100%;
}
.glass_content:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.glass_box{
    /* width: 417px; */
    width: 100%;
    overflow: hidden;
}
.glass_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glass_content span{  
    font-weight: 400;
    color: rgb(0, 0, 0);
    letter-spacing: 0.018em;
    text-align: center;
    display: block;
    text-decoration: none !important;
    font-family: 'Aileron';
    font-size: 18px;
    margin: 10px 0 0;
}
.door-shap .door_shape_box{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 19px 19px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: #fff;
    padding: 30px 5px;
    height: 111px;
}
.door-shap .door_shape_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.glass_finishing_part .row{
    /* justify-content: space-between; */
}
.comman-gfg_section .glass_box{
    width: 100%;
    height: 85%;
    margin: 0 auto;
}
.glass_finishing_part .col{
    width: 100%;
    max-width: 15%;
    margin-top: 30px;
    max-width: 17%;
    flex: 0 0 17%;
}
.door-shap{
    text-decoration: none;
}
.door-shap span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.018em;
    font-family: 'Aileron';
}


.slider-container {
overflow: hidden;
}

/* .model_img:nth-of-child(n+1) {
display: none;
}

.slick-initialized,
.model_img:first-child {
display: block;
} */

.slider { display: none; }
.slider.slick-initialized { display: block; }

.slider .slick-arrow {
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}
.slider .slick-prev {
    left: 15px;
    background: url("../images/l-arrow.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.slider .slick-next {
    right: 15px;
    background: url("../images/r-arrow.png") 100% no-repeat;
    background-size: cover;
    background-position: center;
}
.slider .slick-prev::before,
.slider .slick-next::before{
    font-size: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.model_img{
    margin: 0;
    width: 100%;
    height: 600px;
    position: relative;
}
.model_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ds-section .row {
   gap: 0 50px;
}
.ds-section .col{
    max-width: 17%;
    flex: 0 0 17%;
}
.swing-option-section .glass_box{
    height: 200px;
}
.swing-option-section .glass_box img {

    object-fit: contain;
}



.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    height: 580px;
    display: table;
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
    margin-top: 50px;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  
.image-upload-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
  
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    margin-bottom: 0;
    font-weight: 400;
    color: rgb(36, 45, 64);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.018em;
    font-family: 'Aileron';
  }
  
  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }
  
.file-uplaod-section {
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(85, 85, 85) 100%) 0px 0px / 527.173px 256px;
    background-repeat: no-repeat;
    background-size: cover ;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}
.scroll-label h2{
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.018em;
    text-align: center;
    padding: 15px;
    font-family: 'Aileron';
}
.file-uplaod-section .container-fluid{
    padding: 0 30px;
}
.drag-text a{
    display: inline-flex;
    width: fit-content;
    background-color: #000;
    color: #fff !important;
    border-radius: 0;
    padding: 5px 10px;
    font-weight: 600;
    margin-top: 15px;
    font-size: 24px;
    font-family: 'Aileron';
    text-decoration: none !important;
}
.file-upload-content span{
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 25px;
    border-radius: 10px;
    background: #9f9f9f;
    color: #fff;
    font-weight: 500;
}
.vs-button{
    text-align: right;
}
.scroll-door-slider{
    background: rgb(244, 242, 242);
    padding: 20px 100px ;
    margin-bottom: 30px;
}
.scroll-slider-box{
    width: 100%;
    height: 105px;
    overflow: hidden;
}
.scroll-slider-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scroll-owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.scroll-owl-carousel .owl-nav button.owl-prev {
    left: -4%;
}
.scroll-owl-carousel .owl-nav button.owl-next {
    right: -4%;
}
.scroll-owl-carousel .owl-nav button img{
    max-width: 20px;
}
.scroll-owl-carousel .owl-nav button.owl-next{
    transform: rotate(180deg) translateY(40%);
}
.step-section{
    margin: 0 auto 90px;
    padding: 0 50px;
    width: 100%;
    max-width: 1800px;
}
.step-section-inner-wrapper{
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(85, 85, 85) 100%) 0px 0px / 527.173px 256px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0 100px 20px;
}
.step-section .step-label{
    padding: 20px 15px;
    text-align: center;
}
.step-section .step-label h4{
    font-weight: 700;
    font-size: 32px;
    color: rgb(34, 40, 49);
    line-height: 38px;
    letter-spacing: 0.018em;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 20px;
}
.step-section .step-label h5{
    font-size: 24px;
    color: rgb(34, 40, 49);
    line-height: 20px;
    letter-spacing: 0.018em;
    margin-top: 20px;
}
.step-section-inner-wrapper .col-md-4{
    padding: 20px 75px 0;
}
.step-section-box{
    text-align: center;
}
.step-section-box h4{
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.018em;
    font-family: 'Arimo', sans-serif;
}
.step-section-box p{
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 16.2364px;
    line-height: 16px;
    letter-spacing: 0.018em;
    font-family: 'Arimo', sans-serif;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.step-section-box .step-img-box{
    width: 100%;
    height: 276px;
    overflow: hidden;
    margin-bottom: 10px;
}
.step-section-box .step-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.connect-us-portion{
    margin: 50px auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding: 0 15px;
}
.connect-us-portion h4{
    font-weight: 700;
    color: rgb(34, 40, 49);
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.015em;
    margin-bottom: 15px;
    font-family: 'Arimo', sans-serif;
}
.contact-click-box{
    border: 2px solid #000;
    padding: 20px 20px;
}
.contact-click-box h3{
    font-weight: 400;
    font-size: 26px;
    color: rgb(0, 0, 0);
    line-height: 36px;
    letter-spacing: -0.015em;
    font-family: 'Arimo', sans-serif;
}
.contact-click-box h2 a{
    font-weight: 700;
    color: rgb(34, 40, 49);
    text-decoration: underline !important;
    font-size: 68px;
}
.virtual_tour_hero_section{
    background: url(../images/vt-toor.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0;
}
.virtual_tour_hero_section p{
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.018em;
    max-width: 100%;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 25px;
}
.virtual_tour_hero_section h1{
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 60px;
    letter-spacing: 0.018em;
    font-family: 'Arimo', sans-serif;
    line-height: 55px;
    margin-left: 0;
}
.filter-form-section h5{
    font-weight: 400;
    color: rgb(34, 40, 49);
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.018em;
    text-align: center;
    margin: 15px 0 25px;
}
.vt_ff_section .select2-container .select2-selection--single{
    background-color: #000;
}
.vt_ff_section .select2-container .select2-selection--single .select2-selection__rendered{
    text-align: center;
    color: #fff;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Fira Code', monospace;
}
.vt_ff_section .select2-container--default .select2-selection--single .select2-selection__arrow{
    border: none;
}
.vt_ff_section .select2-container--default .select2-selection--single .select2-selection__arrow::after, 
.vt_ff_section .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    background: #fff;
}
.file-upload_container{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 50px;
}
.main-file-upload-section p.comman_p{
    font-weight: 400;
    color: rgb(34, 40, 49);
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.018em;
    text-align: center;
    margin-bottom: 30px;
}
.file-uplaod-section .slick-next:before, 
.file-uplaod-section .slick-prev:before {
    opacity: 1;
    color: #000;
    font-size: 30px;
}

/* Top Option Start */

.top_option {
    margin-bottom: 50px;
}

.top_option .row>div {
    padding: 0 6px;
}

.top_option_main {
    width: 100%;
}

.top_option_main {
    width: 100%;
    height: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
}

.top_option_main h4 {
    font-size: 35px;
    color: #fff;
    margin: 0;
}

/* Top Option End */

/* Finish Option Start */

.custom_page_heading_main h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.finish_option_main {
    /* width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center; */
}

.radio-input {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.radio-input input[type=radio] {
    display: none;
}

.radio-input input[type=radio]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.radio-input input[type=radio]+label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.radio-input input[type=radio]+label span svg {
    opacity: 0;
    transition: all 0.3s ease;
}

.radio-input input[type=radio]+label span {
    background-color: #fff;
}

.radio-input input[type=radio]:checked+label span svg {
    opacity: 1;
    position: relative;
    top: -15px;
    width: 45px;
    height: 45px;
    left: -8px;
}

/* .radio-input:has(input[type=radio]:checked) {
    background-color: #fff;
} */
.custom_page_heading_main h3{
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 25.8749px;
    line-height: 40px;
    letter-spacing: 0.018em;
    font-family: 'Aileron';
}

/* Finish Option End */

/* Glass Options Start */

.glass_option_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

/* Glass Options End */

/* Door Swing Start */

.door_swing_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

/* Door Swing End */

/* Door Shape Start */

.door_shape_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.top_option{
    margin-bottom: 30px;
    margin-top: 0;
}
.top_option .wid_button_group_row{
    padding: 0;
}
.top_option .wid_button_group_row button:first-child{
    margin-left: 0;
}
.top_option .wid_button_group_row button:last-child{
    margin-right: 0;
}
.finish_option_card{
    margin: 10px 0;
}
.finish_option_main .slick-arrow {
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 15px;
    height: 20px;
}
.finish_option_main .slick-prev {
    background: url("../images/arr.png") no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(180deg);
    left: -10px;
}
.finish_option_main .slick-next {
    background: url("../images/arr.png") 100% no-repeat;
    background-size: cover;
    background-position: center;
    right: -10px;
}
.finish_option_main .slick-prev::before,
.finish_option_main .slick-next::before{
    font-size: 0;
}
.finish_option_card_img{
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
}
.finish_option_card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.finish_option_card_img input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.finish_option_card p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 17px;
    letter-spacing: 0.018em;
    font-family: 'Aileron';
    margin-top: 15px;
    margin-bottom: 7px;
}
.cd_img_text{
    padding: 10px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
.finish_option_main .slick-slide {
    margin: 0 13px;
}
.door_swing_main .door_swing_card{
    width: 100%;
    max-width: 20%;
    flex: 0 0 20%;
}
.door_swing_main .door_swing_card .door_swing_card_img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 30px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.door_swing_main .door_swing_card .radio-input{
    padding: 50px 0;
}
.door_swing_card p{
    font-weight: 400;
    font-size: 17.0056px;
    color: rgb(0, 0, 0);
    line-height: 26px;
    letter-spacing: 0.018em;
    text-align: center;
    font-family: 'Aileron';
}
.glass_finishing_part .radio-input{
    padding: 50px 0 0;
}
.custom-door_form_section .contact-content-wrapper {
    background-color: #000;
}
.custom-door_form_section .contact-form-wrapper select {
    height: 54px;
    border: 2px inset #000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: rgb(34, 40, 49);
    letter-spacing: 0.018em;
    font-family: 'Aileron';
    font-size: 24px;
    -moz-appearance:    none;
    -webkit-appearance:    none;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
    border-radius: 0; 
    padding: 10px;
    line-height: 23px;
}
.custom-door_form_section .custom_door_input_data input{
    margin: 0;
    height: 54px;
    width: 150px;
    border: none;
    text-align: right;

    font-weight: 700;
    font-style: normal;
    color: rgb(34, 40, 49);
    letter-spacing: 0.018em;
    font-family: 'Aileron';
    font-size: 20px;
    padding: 10px;
}
.custom-door_form_section .custom_door_input_data label{
    padding: 10px;
    font-weight: 700;
    font-style: normal;
    color: rgb(34, 40, 49);
    letter-spacing: 0.018em;
    font-family: 'Aileron';
    font-size: 24px;
}
.custom-door_form_section .custom_door_input_data:first-child{margin-top: 0;}
.custom-door_form_section .custom_door_input_data {
    background-color: #fff;
    border: 2px inset #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.custom_select_box {
    position: relative;
}
.custom_select_box img{
    width: 100%;
    max-width: 20px;
    position: absolute;
    top: 29px;
    right: 7px;
    transform: rotate(90deg);
    user-select: none;
}
.inner_radio_btn_group .form-group input:checked+label:after {
    top: 6px;
    left: 8px;
    width: 8px;
    height: 9px;
}
.cd_form_checkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 150px;
    margin-top: 30px;
}
.cd_form_checkbox label{
    font-weight: 400;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    letter-spacing: 0.018em;
    font-family: 'Aileron';
}
.inner_radio_btn_group {
    display: flex;
    align-items: center;
}
.inner_radio_btn_group label{
    color: #fff !important;
}

.cd_form_checkbox .form-group{
    margin-bottom: 0;
}
.inner_radio_btn_group .form-group label:before{
    background-color: #e0e0e0;
}
.cd_form_inner_side{
    margin-top: 35px;
}
.custom-door_form_section .col-lg-6:first-child{
    padding-right: 30px;
}
.custom-door_form_section .col-lg-6:last-child{
    padding-left: 30px;
}
.inner_radio_btn_group .form-group:first-child{
    margin-right: 40px;
}
.custom-door_form_section .file-upload {
    height: 370px;
}
.custom-door_form_section textarea{
    width: 100%;
}
.custom-door_form_section textarea{
    font-weight: 400;
    font-style: normal;
    color: rgb(34, 40, 49);
    letter-spacing: 0.018em;
    font-family: 'Aileron';
    font-size: 24px;
    padding: 10px !important;
    border-color:  none !important;
    outline: none !important;
    resize: none;
    margin-top: 40px;
}
.custom-door_form_section button{
    background-color: #ffff;
    color: #000;
    padding: 20px 120px;
}
.cd_btn-right{
    float: right;
}
.custom-door_form_section .file-upload .drag-text{
    height: 100%;
}
.custom-door_form_section .file-upload .drag-text h2{
    font-family: 'nexa';
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 40.3873px;
    line-height: 42px;
    margin-top: 15px;
}
.custom-door_form_section .file-upload .drag-text span{
    display: block;
    font-family: 'Aileron';
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    letter-spacing: 0.018em;
    font-size: 24px;
    margin-bottom: 80px;
}
.custom-door_form_section .file-upload .drag-text h3{
    font-weight: 400;
    color: rgb(34, 40, 49);
    font-size: 30px;
    line-height: 23px;
    letter-spacing: 0.018em;
    margin-bottom: 10px;
}

.multipule-image_upload{
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.multipule-image_upload span{
    font-family: 'Aileron';
    font-size: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    width: 100%;
    max-width: 17%;
    flex: 0 0 17%;
    margin: 10px 10px 0;
    justify-content: space-between;
}
.multipule-image_upload span b{
    font-family: 'Aileron';
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90px;
}
.multipule-image_upload span a{
    font-family: 'Aileron';
    font-size: 14px;
    color: red;
    text-decoration: none;
    display: block;
    margin-left: 10px;
}

.width_height-flex{
    display: flex;
    align-items: center;
}
.width_height-flex input{
    width: 57px !important;
}
.width_height-flex span{
    font-weight: 700;
    color: rgb(34, 40, 49);
    letter-spacing: 0.018em;
    font-family: 'Aileron';
    font-size: 20px;
}

/* ==== Custom Door 16-04-24 End ==== */

.fency_box_search{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: block;
    width: fit-content;
    padding: 6px 8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.SPH_section {
    margin: 50px 0 0;
}
 
.SPH_section h2 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 32.5689px;
    line-height: 29px;
    text-align: center;
    font-family: "Arimo", sans-serif;
    margin-bottom: 50px;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
  }

@media (max-width: 1700px) {
    .contact-icon-list-flex .contact-icon-list a {
        margin-left: 15px;
    }

    .door_inner_wrapper .pro_id_size {
        padding: 7px 7px;
    }
    .single_pro_img {
        width: 83%;
    }

}
@media(max-width:1450px){
    .checkbox_column label span {
        font-size: 22px;
    }

    .time-col {
        width: 28%;
    }

    .day-col {
        width: 55%;
    }

    .address-with-hour-row .address-col h2 {
        font-size: 20px;
        color: #000;
        line-height: 25px;
    }

    .contact-icon-list-flex label {
        font-size: 16px;
        white-space: nowrap;
    }

    .contact-deep-detail a {
        font-size: 16px;
    }

    .contact-icon-list-flex .contact-icon-list a {
        margin-left: 4px;
    }

    .pl-right-part {
        padding-left: 15PX;
    }

    .product-list-section .col-lg-2 {
        width: 25%;
    }

    .product-list-section .col-lg-10 {
        width: 75%;
    }

    .custom-product-col, .single-product-top-seller-section .custom-product-col {
        width: 33.33%;
    }

    .door_inner_wrapper .pro_id_size {
        padding: 7px 20px;
    }
    .single_pro_img {
        width: 88%;
    }
}
@media(max-width:1199px){
    .contact-hero-section .banner_img {
        width: 100%;
        height: 600px;
    }
    .contact-icon-list-flex .contact-icon-list a {
        margin-left: 0;
        margin-right: 10px;
    }
    .contact-icon-list-flex {
        flex-direction: column;
        align-items: baseline;
    }
    .hardware_details_main .hardware_box{
        padding-right: 20px;
    }
    .hardware_details_main .hardware_contact{
        padding-left: 20px;
    }
    .single_pro_img {
        width: 100%;
    }
    .wid_button_group_row button{
        font-size: 18px !important;
        padding: 40px 10px !important;
    }
}
@media(max-width:991px){
    .product_description_enner .pro_desci {
        width: 100%;
        padding: 0;
    }
    .product_description_enner .custome_door_table_part {
        width: 100%;
    }
    .lcd_click_btn {
        margin-top: 40px;
    }
    .contact-content-wrapper .row .col-lg-7 {
        width: 100%;
        margin-top: 20px;
    }
    .product-img--main {
        height: 400px;
    }
    .wid_button_group_row{
        flex-wrap: wrap;
    }
    
    
}

@media(max-width: 767px){
    .contact-content-wrapper {
        padding: 20px 10px;
    }
    .hardware_details_main {
        flex-direction: column;
    }
    .product-img--main {
        height: 300px;
    }
}
@media(max-width: 576px){
    .custome_door_table_part table td {
        padding: 10px 30px;
        white-space: nowrap;
    }
    .lcd_click_btn {
        align-items: normal;
        margin-top: 100px;
        flex-direction: column;
    }
    .lcd_click_btn h3 {
        font-size: 24px;
    }
    .lcd_click_btn a {
        margin: 20px 0 0 0;
    }
    .lcd_click_btn {
        align-items: normal;
        margin-top: 30px;
    }
    .contact-hero-section .banner_img {
        width: 100%;
        height: 500px;
    }
    .contact-detail-section .contact-detail-label h2 {
        font-size: 40px;
    }
    .map iframe{
        height: 370px;
    }
    .address-with-hour-row .address-col, .address-with-hour-row .hour-col {
        width: 100%;
    }
    .contact-icon-list-flex {
        align-items: unset;
    }
    .contact-icon-list-flex label {
        margin-bottom: 10px;
    }
    .day-time-col {
        flex-wrap: wrap;
    }
    .day-col {
        width: 100%;
    }
    .time-col {
        width: 100%;
    }
    .multi-use-btn.yellow-btn {
        margin: 15px auto 0 !important;
    }
    .address-with-hour-row {
        margin-top: 0;
    }
    .product-img--main {
        height: 160px;
    }
    .single_product .container-fluid, .product_description .container-fluid, .product-list-section .container-fluid{
        padding: 0 15px;
    }

}

.wid_button_group_row{
    display: flex;
    align-items: center;
    /* flex-wrap: wrap;
    justify-content: space-between; */
    padding: 0 20px;

 
}
.wid_button_group_row button{
    width: 100%;
    margin: 0 10px;
    border: 1px solid #000;
    background-color: #000;
    padding: 40px 15px ;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;

    font-size: 22px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

@media(max-width:991px){
    .wid_button_group_row button{
        width: 47%;
        margin-bottom: 20px;
    }
}
@media(max-width: 576px){
    .wid_button_group_row button{
        width: 100%;
        margin: 10px 0  ;
    }
}
