/* Shop page*/
.shop-sec .shop-box a.button.product_type_simple {
    display: none !important;
}
/* Shop page*/


.banner_wrapper {
    padding: 300px 0;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main .card-body p {
    margin: 0;
    color: #383F40;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#main #faq .card .card-header .btn-header-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 8px 0px;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000000;
    font-family: Playfair Display;
}
#main #faq .card .card-header .btn-header-link:hover {
    color: #A77D5B;
}
#main .card-body {
    border-bottom: none;
    padding: 20px 0px 0;
    text-align: left;
}
#main #faq .card {
    padding: 0 0 30px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}
#main #faq .collapse.show .card {
    background: #FFFFFF;
    box-shadow: 0px 23px 54px rgba(123, 140, 200, 0.17);
    border-radius: 15px;
    padding: 36px 36px 16px;
}
#main #faq .card .card-header {
    border: none;
    box-shadow: none;
    padding: 0px;
    border-radius: inherit;
    background-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
#main #faq .card .card-header .btn-header-link.collapsed:hover:after {
    color: #A77D5B;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\2b";
    font-size: 20px;
    color: #383F40;
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: "fontAwesome";
    font-size: 20px;
    color: #A77D5B;
    font-weight: 400;
}

/*======== Terms of Use page start here ========*/
.terms_content .terms_list h5 {
    color: #000;
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-transform: inherit;
}
.terms_content .terms_list p {
    color: #383F40;
}
.terms_content .terms_list {
    margin-bottom: 70px;
}
.terms_content .terms_list:last-child {
    margin-bottom: 0;
}
/*======== Terms of Use page end here ========*/

/*======== Shop detail 02 page start here ========*/
#header_form a.nav-link {
    color: #000;
}
#header_form .site-logo a {
    color: #000;
}
#header_form .search-bar i {
    color: #000;
}
header#header_form {
    border-bottom: 1px solid #000;
    position: inherit;
}
#header_form .navbar-light .navbar-nav .nav-link:hover::after {
    background: #000;
}
.total_wreap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 8px;
}

.total_wreap ul li {
    color: #383F40;
    text-align: right;
    font-family: Jost;
    font-size: 14px;
    text-transform: uppercase;
}
.by_prod_list .by_prod {
    display: flex;
    justify-content: space-between;
}
.by_prod_list .by_prod .prod_imgs {
    display: flex;
    align-items: center;
    gap: 15px;
}
.by_prod_list .by_prod .prod_imgs p {
    margin: 0;
    color: #000;
    font-family: Playfair Display;
    font-size: 22px;
}
.by_prod_list li {
    border-bottom: 1px solid #EDEDED;
    padding: 20px 0;
}
.cta-updt {
    background-color: rgb(0 0 0 / 10%);
    color: #666 !important;
}
.cta-updt:hover {
    border: 1px solid #666;
}
.update_btn {
    margin-top: 30px;
}
.form_wreap label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.form_wreap label span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.form_wreap .form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 18px 17px;
    margin-bottom: 25px;
    border-color: #000;
    color: #A77D5B;
}
.Inq_content h2 {
    margin-bottom: 34px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #A77D5B;
}
.form_wreap select.form-control {
    height: inherit !important;
    color: #000;
    appearance: none;
    background-image: url(../img/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.form_wreap a.cta.cta-black {
    margin-top: 30px;
}
.xmark_img img {
    max-width: 20px;
}
.prod_imgs img {
    max-width: 100px;
}
/*======== Shop detail 02 page end here ========*/

/*======== Contact Us page start here ========*/
.contact_content {
    width: 705px;
    margin: 0 auto;
}
.contact_content .dark {
    margin-bottom: 50px;
}
.contact_content .dark h2 {
    text-align: center;
}
/*======== Contact Us page end here ========*/

/*======== Sell page start here ========*/
.sell_wrapper .sell_content {
    max-width: 800px;
    margin: 0 auto;
}
.sell_wrapper .personal_wreap h6 {
    color: #000;
    font-family: Jost;
    font-size: 24px;
    margin-bottom: 18px;
}
.sell_wrapper .personal_wreap {
    margin-top: 50px;
}
.personal_wreap .from_check {
    margin-bottom: 20px;
}
.personal_wreap .custom-control-label::after {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100%;
    top: 7px;
}
.personal_wreap .custom-control-label::before {
    top: 10px;
    left: 3px;
    width: 10px;
    height: 10px;
}
.personal_wreap .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #000;
    z-index: 9;
}
#header_form .navbar-toggler .bar {
    background-color: #000;
}
/*======== Sell page end here ========*/







/*============================ Responsive start here ============================*/
@media only screen and (max-width: 1599px) {

}

@media only screen and (max-width: 991px) {
    #main #faq .card .card-header .btn-header-link {
        font-size: 25px;
        line-height: 1.2;
    }
    #main .card-body p {
        font-size: 17px;
    }
    #main #faq .card {
        padding: 0 0 25px 0;
        margin-bottom: 35px;
    }
    .terms_content .terms_list h5 {
        font-size: 25px;
        line-height: 1.2;
    }
    .terms_content .terms_list {
        margin-bottom: 50px;
    }
    .pro_wreap {
        padding-top: 40px;
    }
    .form_wreap a.cta.cta-black {
        margin-top: 15px;
    }
    .form_wreap .form-control {
        padding: 15px;
        margin-bottom: 20px;
    }
    .form_wreap select.form-control {
        background-position: 97% 50%;
    }
    .contact_content {
        width: 650px;
    }
    .sell_wrapper .sell_content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {
    .by_prod_list .by_prod .prod_imgs p {
        font-size: 18px;
    }
    .contact_content {
        width: 100%;
    }
    .contact_content .dark {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    #main #faq .card .card-header .btn-header-link {
        font-size: 22px;
    }
    #main .card-body p {
        font-size: 16px;
        line-height: 25px;
    }
    .terms_content .terms_list h5 {
        font-size: 22px;
    }
    .terms_content .terms_list {
        margin-bottom: 30px;
    }
    .by_prod_list .by_prod .prod_imgs {
        gap: 5px;
    }
    .form_wreap .form-control {
        padding: 12px;
        margin-bottom: 16px;
    }
    .form_wreap a.cta.cta-black {
        margin-top: 10px;
    }
    .pro_wreap {
        padding-top: 30px;
    }
    .Inq_content h2 {
        margin-bottom: 25px;
    }
    .update_btn {
        margin-top: 20px;
    }
    .by_prod_list .by_prod .prod_imgs p {
        font-size: 15px;
    }
    .personal_wreap .from_check {
        margin-bottom: 16px;
    }
    .personal_wreap .custom-control-label::after {
        top: 2px;
    }
    .personal_wreap .custom-control-label::before {
        top: 5px;
    }
    .sell_wrapper .personal_wreap {
        margin-top: 30px;
    }
    .sell_wrapper .personal_wreap h6 {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 370px) {
    .by_prod_list .by_prod {
        display: block;
    }
    .by_prod .quantity {
        margin-top: 15px;
    }
    .by_prod_list .by_prod .prod_imgs {
        display: block;
    }
}
/*============================ Responsive end here ============================*/