﻿body {
    font-family: 'Poppins', sans-serif, 'Roboto', sans-serif, 'Ubuntu', sans-serif, 'Raleway', sans-serif;
}
ul, ol {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
:hover,
:focus,
:active {
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none;
}
.site_header {
    background: rgb(204,254,232);
    background: -moz-linear-gradient(left,  rgba(204,254,232,1) 0%, rgba(152,211,253,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(204,254,232,1) 0%,rgba(152,211,253,1) 100%);
    background: linear-gradient(to right,  rgba(204,254,232,1) 0%,rgba(152,211,253,1) 100%);
    /* min-height: 138px; */
}
.site_header .navbar {
    padding: 15px 0 20px;
}
.site_header .navbar-toggler {
    border: none;
    margin: 5px 0 0;
    background-color: #f36b70;
    height: 41px;
}
.site_header .navbar-toggler .navbar-toggler-top,
.site_header .navbar-toggler .navbar-toggler-middle,
.site_header .navbar-toggler .navbar-toggler-bottom {
    display: block;
    background-color: #fff;
    width: 26px;
    height: 3px;
    margin: 6px 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.site_header .navbar-collapse,
.site_header .navbar-collapsing {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25.6%;
    height: 100% !important;
    z-index: 1020;
    background-color: #cad6fd;
    transform: translateX(500px);
    transition: all 0.3s ease-in-out;
}
.site_header .navbar-collapse.show {
    transform: translateX(0);
}
.navbar-collapse-head {
    background-color: #e5f0e3;
    min-height: 134px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 45px 0 18px;
}
.site_header .navbar-collapse-head h5 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #1c1614;
    text-transform: uppercase;
}
.site_header .navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #1c1614;
    text-transform: uppercase;
    padding: 20px 40px;
}
.navbar-light .navbar-nav .active .nav-link {
    color: #fff;
    background-color: #ef4a50;
}
.nav_scroll {
    height: 450px;
    overflow-y: auto;
}
.site_header .nav_scroll::-webkit-scrollbar {
    width: 6px;
}
.site_header .nav_scroll::-webkit-scrollbar-track {
    background: #e5f0e3;
}
.site_header .nav_scroll::-webkit-scrollbar-thumb {
    background: #ef4a50;
}
.navbar-collapse-head .btn {
    font-size: 28px;
    color: #1c1614;
    margin-top: -5px;
}
.search_box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 650px;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 20%;
    right: 0;
    margin: auto;
    z-index: 9;
}
.searchResult {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9;
    max-height: 200px;
    overflow: auto;
    border-radius: 0.25em;
}
.searchResult li {
    list-style: none;
    margin: 4px 0;
}
.searchResult li a {
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #363636;
    text-decoration: none !important;
    padding: 5px 16px;
}
.searchResult li a:hover {
    background-color: #f5f5f5;
}
.searchResult::-webkit-scrollbar {
    width: 10px;
}
.searchResult::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}
.searchResult::-webkit-scrollbar-thumb {
    background-color: #f36b70;
    border-radius: 10px;
}
.search_box .form-control {
    height: 46px;
    border-radius: 0.25em 0 0 0.25em;
    border: none;
    padding: 10px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #363636;
    z-index: 3;
}
.search_box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5d5d5d;
}
.search_box .form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5d5d5d;
}
.search_box .form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5d5d5d;
}
.search_box .form-control:-moz-placeholder { /* Firefox 18- */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5d5d5d;
}
.search_box .input-group .btn {
    background-color: #f36b70;
    height: 46px;
    border: none;
    border-radius: 0 0.25em 0.25em 0 !important;
    padding: 4px 25px;
    font-size: 20px;
    color: #fff;
    z-index: 3;
    overflow: hidden;
}
.search_box .input-group .btn::before,
.search_box .input-group .btn::after {
    display: block;
    content: "";
    background-color: #212529;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition: all 0.3s ease;
}
.search_box .input-group .btn:hover::before,
.search_box .input-group .btn:hover::after {
    width: 100%;
}
.search_box .user_login_btn {
    background-color: #f36b70;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 5px 35px 5px 30px;
    border-radius: 0.25em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 30px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.user_login_btn.account_btn {
    width: 100%;
    max-width: 150px;
    padding: 5px 20px;
}
.search_box .user_login_btn::before,
.search_box .user_login_btn::after,
.address_modal_btn::before,
.address_modal_btn::after,
.add_address_btn::before,
.add_address_btn::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #212529;
    transition: all 0.3s ease-in-out;
}
.search_box .user_login_btn:hover::before,
.search_box .user_login_btn:hover::after,
.address_modal_btn:hover::before,
.address_modal_btn:hover::after,
.add_address_btn:hover::before,
.add_address_btn:hover::after  {
    width: 100%;
}

.add_address_btn {
    background-color: #f36b70;
    border-radius: 0.25em;
    border: none;
    outline: none !important;
    height: 46px;
    padding: 5px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/* .search_box .input-group .btn:hover,
.search_box .user_login_btn:hover {
    background-color: #212529;
    color: #fff;
} */
.cart_btn {
    font-size: 28px;
    color: #f36b70;
    margin-left: 25px;
    position: relative;
}
.cart_btn:hover {
    color: #f36b70;
}
.cart_btn_count {
    position: absolute;
    top: -1px;
    right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #f36b70;
    border-radius: 100%;
}
.home_slider {
    position: relative;
}
.home_slider_thumb img {
    height: 637px;
    object-fit: cover;
}
.controls {
    position: relative;
    display: block;
    width: 100%;
}
.homeSliderControls {
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeSliderControls li {
    margin: 0 8px;
    width: 34px;
    height: 5px;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
}
.homeSliderControls .current {
    background-color: #fcff00;
}
.home_slider_content {
    font-family: 'Raleway', sans-serif;;
    background-color: rgb(0 0 0 / 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 50px;
    border-radius: 50px 0;
    user-select: none;
}
.home_slider_content h5 {
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.home_slider_content h5 span {
    display: block;
    font-weight: 600;
    font-size: 44px;
    color: #fcff00;
    text-transform: uppercase;
    margin-top: 20px;
}
.product_panel {
    margin: 70px 0;
}
.product_panel .slick-list {
    margin: 0 -12px;
}
.product_frame a {
    border: 8px solid #cad6fd;
    background-color: #ecf1f3;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 16px;
    margin: 0 12px 0;
    min-height: 210px;
}
.product_frame_icon {
    background-repeat: no-repeat;
    background-size: 85px;
    margin-bottom: 16px;
}
.product_frame_icon img {
    width: auto;
    height: 85px;
    transition: all 0.3s ease;
}
.product_frame:hover .product_frame_icon img {
    opacity: 0;
}
.product_frame h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
}
.product_panel .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    background-color: #f36b70;
    color: transparent;
    font-size: 0;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
}
.product_panel .slick-arrow:hover {
    background-color: #212529;
}
.product_panel .slick-prev {
    left: -65px;
}
.product_panel .slick-prev::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    display: block;
}
.product_panel .slick-next {
    right: -65px;
}
.product_panel .slick-next::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    display: block;
}
.product_carousel {
    background-color: #e5f0e3;
    padding: 45px 0;
    position: relative;
}
.section_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #3b2313;
}
.section_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #f04a50;
    margin: 10px 0;
}
.product_carousel hr {
    border-top: 4px solid #ffffff;
    margin-bottom: 25px;
}
.product_carousel .slick-list {
    margin: 0 -15px;
}
.product_carousel_block {
    padding: 0 15px;
}
.product_carousel_block img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.product_thumb {
    position: relative;
    overflow: hidden;
}
.product_thumb::after{
    display: block;
    content: "";
    background-color: rgb(0 0 0 / 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease-out;
}
.product_thumb:hover::after {
    opacity: 1;
}
.product_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s ease-out;
}
.product_btn a {
    display: inline-flex;
    padding: 8px 16px;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.product_btn a:hover {
    color: #fff;
}
.product_btn a::after,
.product_btn a::before {
    display: block;
    content: "";
    width: 0;
    background-color: #f36b70;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s ease-out;
}
.product_btn a:hover::after {
    width: 100%;
}
.product_thumb:hover .product_btn {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.product_carousel_block h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #212529;
    text-align: center;
    margin: 25px 0;
}
.product_carousel .slick-arrow {
    position: absolute;
    top: -116px;
    right: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f36b70;
    color: transparent;
    font-size: 0;
    text-align: center;
    padding: 0;
    outline: 2px solid #f36b70 !important;
    transition: all 0.07s linear;
}
.product_carousel .slick-arrow:hover {
    outline: 2px solid #f36b70 !important;
    outline-offset: 3px;
}
.product_carousel .slick-prev {
    right: 56px;
}
.product_carousel .slick-prev::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    display: block;
}
.product_carousel .slick-next::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    display: block;
}
.about_sec {
    margin: 60px 0;
}
.about_sec p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    line-height: 28px;
}
.about_listing {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 50px;
}
.about_listing_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f04a50;
    flex: 0 0 92px;
    height: 92px;
    border-radius: 15px;
    padding: 10px;
}
.about_listing_body {
    padding-left: 15px;
}
.about_listing_body h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #212529;
}
.about_listing_body p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #212529;
    margin-bottom: 0;
}
.about_sec .about_btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #212529;
    display: inline-block;
    padding: 14px 45px;
    border-radius: 0.25em;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about_sec .about_btn::before,
.about_sec .about_btn::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #f36b70;
    transition: all 0.3s ease-in-out;
}
.about_sec .about_btn:hover::before,
.about_sec .about_btn:hover::after {
    width: 100%;
}
.member_sec {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 325px;
    padding: 70px 0;
}
.member_sec h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #f04a50;
    text-align: center;
    margin-bottom: 16px;
}
.member_sec p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    text-align: center;
    padding: 0 75px;
    margin-bottom: 25px;
}
.member_sec .form-control {
    font-family: 'Poppins', sans-serif;
    height: 52px;
    border-radius: 0.25em 0 0 0.25em;
    border: none;
    padding: 10px 16px;
    font-size: 15px;
    color: #363636;
    z-index: 3;
}
.member_sec .input-group-append .btn {
    font-family: 'Poppins', sans-serif;
    background-color: #f36b70;
    height: 52px;
    border: none;
    border-radius: 0 0.25em 0.25em 0;
    padding: 4px 40px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 3;
    overflow: hidden;
}
.member_sec .input-group-append .btn::before,
.member_sec .input-group-append .btn::after {
    display: block;
    content: "";
    background-color: #212529;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition: all 0.3s ease;
}
.member_sec .input-group-append .btn:hover::before,
.member_sec .input-group-append .btn:hover::after {
    width: 100%;
}
.testimonial_sec {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 465px;
    padding: 40px 0;
    position: relative;
}
.testimonial_sec .section_title::after {
    display: none;
}
.testimonial_thumb img {
    display: block;
    width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 100%;
    border: 6px solid #ffe400;
    margin: auto;
}
.testimonial_author h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #e03b39;
    margin-bottom: 5px;
}
.testimonial_author span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #363636;
    margin-bottom: 16px;
    display: block;
}
.testimonial_story p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
}
.testimonial_control .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    text-align: center;
    padding: 0;
    margin: auto;
}
.testimonial_control .slick-prev {
    left: -20%;
}
.testimonial_control .slick-prev::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    font-size: 64px;
    color: #7a4d33;
}
.testimonial_control .slick-next {
    right: -20%;
}
.testimonial_control .slick-next::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-size: 64px;
    color: #7a4d33;
}
.brand_sec {
    padding: 55px 0 75px;
}
.brand_sec .section_title::after {
    margin: 10px auto;
}
.brand_sec p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    text-align: center;
}
.brand_carousel {
    margin: 45px 0 0;
}
.brand_carousel li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    margin: 0 8px;
    padding: 15px;
    height: 105px;
}
.brand_carousel li img {
    width: auto;
    max-height: 75px;
    margin: auto;
}
.site_footer {
    background: -moz-linear-gradient(top,  rgba(190,148,71,1) 0%, rgba(104,54,19,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(190,148,71,1) 0%,rgba(104,54,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(190,148,71,1) 0%,rgba(104,54,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be9447', endColorstr='#683613',GradientType=0 );
    padding: 60px 0 0;
}
.footer_body {
    margin-bottom: 30px;
}
.footer_body h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 28px;
}
.footer_body p,
.footer_body li,
.footer_body li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer_body li a:hover {
    color: #ffe400;
}
.footer_body li i {
    vertical-align: middle;
}
.footer_body li {
    padding: 5px 0;
}
.social_links li {
    margin-bottom: 10px;
}
.social_links li i {
    width: 26px;
    margin-right: 16px;
}
.footer_bottom {
    background-color: #1c1614;
    padding: 16px 0;
    margin-top: 40px;
}
.footer_bottom p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.footer_bottom p a {
    color: #ffe400;
    text-decoration: none;
}
.product_modal .modal-header{
    background-color: #000;
    align-items: center;
}
.product_modal .modal-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.product_modal .modal-header .close {
    color: #fff;
    opacity: 1 !important;
    width: 28px;
    height: 28px;
    background-color: #f36b70;
    border-radius: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.modal_label {
    margin-bottom: 30px;
}
.modal_label h4 {
    background-color: #f36b70;
    padding: 16px 60px;
    display: inline-block;
    border-radius: 0px 50px 50px 0;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin-left: -16px;
    margin-bottom: 0;
}
.product_para {
    padding: 0 44px;
}
.product_para h6 {
    font-size: 22px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product_para p {
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    margin-bottom: 26px;
}
.feature_list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.feature_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.feature_list li span {
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    text-align: center;
    margin-top: 16px;
    padding: 0 45px;
}
.page_banner {
    position: relative;
    padding-top: 110px;
    height: 270px;
}
.page_banner_img {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: calc(100% - 500px);
    padding-left: 15px;
    background-color: #fff;
}
.page_banner_img img {
    position: relative;
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.page_banner_img,
.page_banner_img img {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.page_banner_img img::before {
    display: block;
    content: "";
}
.page_banner::before {
    display: block;
    content: "";
    background-image: url('../images/page_banner_pattern.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.page_banner h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 0.6);
}
.about_full_content {
    padding: 50px 0;
}
.about_full_content h3 {
    font-weight: 500;
    font-size: 40px;
    color: #272727;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}
.about_full_content h3::before {
    display: block;
    content: "";
    background-color: #d2ac67;
    width: 30px;
    height: 30px;
    border: 3px solid #9e6237;
    outline: 5px solid #fff;
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
}
.about_full_content h3::after {
    display: block;
    content: "";
    background-color: #d2ac67;
    width: 280px;
    height: 4px;
    margin: 25px auto;
}
.about_full_content p {
    font-size: 16px;
    color: #262626;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
}
.about_flip {
    background-color: #f1e2c6;
    padding: 60px 0;
    margin-bottom: 30px;
    position: relative;
}
.about_flip_content h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #3b2313;
    margin-bottom: 30px;
}
.about_flip_content h3 span {
    margin-right: 16px;
}
.about_flip_content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #363636;
    margin-bottom: 26px;
}
.about_flip::after {
    display: block;
    content: "";
    background-image: url('../images/quality.png');
    background-size: cover;
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.about_flip.left::after {
    background-image: url('../images/our-mission-vision.png');
    left: 0;
}
.product_cat_list {
    padding: 60px 0;
    height: 100%;
    position: relative;
    box-shadow: 10px 0px 15px rgb(0 0 0 / 0.05) !important;
}
.product_cat_list h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #212529;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product_cat_list li label {
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.product_cat_list li label input {
    width: 0;
    height: 16px;
}
.product_cat_list li label input::before {
    display: inline-flex;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #d5d3d3;
    position: absolute;
    left: 0;
}
.product_cat_list li label input::after {
    display: none;
    align-items: center;
    justify-content: center;
    font-family: "font Awesome 5 Pro";
    content: "\f00c";
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #f36b70;
    border: 1px solid #f36b70;
    position: absolute;
    left: 0;
}
.product_cat_list li label input:checked::after {
    display: inline-flex;
}
.product_cat_list ul {
    margin-bottom: 30px;
}
.set_price {
    margin-bottom: 30px;
}
.set_price .input-group {
    max-width: 50%;
    padding-right: 16px;
}
.set_price .slider.slider-horizontal {
    width: 93%;
    margin-left: 10px;
}
.set_price .slider-selection {
    background: #d2ac67;
}
.set_price .slider-handle {
    background: #9e6237 !important;
}
.set_price .slider-track-high,
.set_price .slider-track-low {
    background-color: rgb(210 172 103 / 0.5);
}
.page_breadcrumb {
    margin: 20px 0;
}
.page_breadcrumb li {
    display: inline-block;
    font-size: 15px;
    color: #888;
}
.page_breadcrumb li a {
    color: #000;
    text-decoration: none;
}
.page_breadcrumb li::after {
    display: inline-block;
    content: ">";
    vertical-align: middle;
    padding: 0 0px 0 6px;
    color: #888;
    font-size: 15px;
}
.page_breadcrumb li:last-child::after {
    display: none;
}
.product_sort {
    position: relative;
    margin: 20px 0;
}
.product_sort .form-control {
    margin-left: auto;
    max-width: 230px;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product_sort::after {
    display: block;
    font-family: "Font Awesome 5 Pro";
    content: "\f0d7";
    font-size: 18px;
    font-weight: 600;
    color: #9c9c9c;
    position: absolute;
    top: 6px;
    right: 8px;
}
.product_show_container {
    display: grid;
    grid-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    margin-bottom: 60px;
}
.product_show_item {
    position: relative;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0.2) !important
}
.product_show_item .product_thumb {
    border-bottom: 1px solid #ececec;
}
.product_thumb > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.product_thumb > a::after {
    display: block;
    content: "";
    background-color: rgb(0 0 0 / 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease-out;
}
.product_thumb > a:hover::after {
    opacity: 1;
}
.product_thumb > a img {
    height: 250px;
    width: auto;
    object-fit: cover;
}
.add_cart_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s ease-out;
}
.add_cart_btn button,
.add_cart_btn a {
    display: inline-flex;
    padding: 8px 16px;
    border: 2px solid #ffffff;
    background-color: transparent;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.add_cart_btn button::after,
.add_cart_btn a::after {
    display: block;
    content: "";
    width: 0;
    background-color: #f36b70;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s ease-out;
}
.add_cart_btn button:hover::after,
.add_cart_btn a:hover::after {
    width: 100%;
}
.product_show_info {
    padding: 16px;
}
.product_thumb:hover .add_cart_btn{
    opacity: 1;
    transform: translate(-50%, -50%);
}
.product_show_info a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    margin: 0 0 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.product_show_item:hover .product_show_info a {
    color: #f36b70;
}
.product_show_info p {
    font-weight: 400;
    font-size: 15px;
    color: #757575;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_show_info h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
}
.product_show_info h6 del {
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    margin-left: 8px;
}
.product_show_info h6 span {
    font-weight: 400;
    font-size: 16px;
    color: #28a745;
    float: right;
}
.product_load_more {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #212529;
    display: block;
    padding: 16px 50px;
    margin: 0 auto 60px;
    max-width: 220px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product_details_container {
    margin: 60px 0;
}
.product_gallery {
    position: relative;
}
.product_gallery_big {
    overflow: visible;
    margin-bottom: 12px;
}
.product_gallery_big > .carousel-item {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0.2) !important;
}
.product_gallery_big > .carousel-item > img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin: auto;
}
.product_gallery_thumb {
    margin-bottom: 20px;
}
.product_gallery_thumb .carousel-item img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border: 5px solid rgb(210 172 103 / 0.5);;
    cursor: pointer;
}
.product_gallery .carousel-control-prev,
.product_gallery .carousel-control-next {
    opacity: 1 !important;
    font-size: 24px;
    color: #fff;
    width: 10%;
    background-color: transparent;
    transition: all 0.3s ease;
}
.product_description h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #212529;
    margin-bottom: 16px;
}
.product_description p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363636;
    margin-bottom: 16px;
}
.product_price_sec h5 {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #444444;
}
.product_price_sec h5 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363636;
    padding-left: 5px;
}
.product_description_list {
    margin: 30px 0 40px;
}
.product_description_list h6 {
    font-weight: 500;
    font-size: 18px;
    color: #363636;
    margin-bottom: 20px;
}
.product_description_list li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    list-style: none;
}
.product_description_list li span {
    display: flex;
    flex-basis: 30%;
    font-weight: 500;
    font-size: 14px;
    color: #777;
}
.check_location label {
    font-weight: 500;
    font-size: 14px;
    color: #777;
}
.check_location .form-control {
    height: 43px;
    border-color: #dfdfde;
    box-shadow: none;
    outline: none;
    border-right: none;
}
.check_location .btn {
    border: 1px solid #dfdfde;
    border-left: none;
    height: 43px;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    color: #4eac47;
    text-transform: uppercase;
}
.product_buy_action {
    margin: 40px 0;
}
.add_cart {
    background-color: #f36b70;
    padding: 12px 40px;
    border: none;
    outline: none;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product_buy {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #212529;
    padding: 12px 40px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.user_account {
    margin: 30px 0 60px;
}
.user_account_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #3b2313;
    margin: 20px 0;
}
.user_account .form-control {
    height: 45px;
    padding: 10px 15px 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #3c3c3c;
}
.cart_table {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1) !important;
}
.cart_table thead th:first-child {
    padding-left: 20px;
}
.cart_table thead th:last-child {
    padding-right: 20px;
}
.cart_table thead th {
    border: none;
    padding: 25px 0 22px;
    font-weight: 500;
    font-size: 16px;
    color: #3c3c3c;
    text-transform: uppercase;
}
.cart_table tbody td {
    padding: 20px 0;
    vertical-align: middle;
    border-top: 1px solid #d5d3d3;
}
.cart_table tbody td:first-child {
    padding: 20px 0 20px 20px;
}
.cart_table tbody td:last-child {
    padding: 20px 20px 20px 0;
}
.cart_product {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.cart_list_thumb {
    flex: 0 0 29%;
    max-width: 29%;
}
.cart_list_thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    outline: 1px solid #d5d3d3;
}
.cart_product_des {
    flex: 0 0 71%;
    max-width: 71%;
    padding-left: 16px;
}
.cart_product_title {
    font-weight: 500;
    font-size: 16px;
    color: #3c3c3c;
    text-decoration: none;
    margin-bottom: 5px;
    transition: all 0.3s ease-in;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart_product_title:hover {
    color:#f36b70;
    text-decoration: none;
}
.cart_product_des span {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.cart_table .form-control {
    height: 40px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #3c3c3c;
    text-align: center;
    border: 1px solid #d5d3d3 !important;
}
.cart_table .btn {
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 1px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c3c3c;
    border: 1px solid #d5d3d3 !important;
}
.cart_table .btn:hover {
    background-color: #f5f5f5;
}
.cart_product_price {
    font-weight: 500;
    font-size: 20px;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 0 !important;
}
.cart_product_remove {
    background-color: #f36b70;
    border-radius: 0.25rem;
    border: none;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    color: #fff;
    float: right;
    margin-right: 10px;
    transition: all 0.3s ease-in;
}
.cart_order_btn {
    background-color: #f36b70;
    border-radius: 0.25em;
    border: none;
    outline: none !important;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.cart_order_btn::before, 
.cart_order_btn::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #212529;
    transition: all 0.5s ease;
}
.cart_order_btn:hover::before, 
.cart_order_btn:hover::after {
    width: 100%;
}
.cart_list_total h6 {
    font-weight: 500;
    font-size: 16px;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cart_list_total ul {
    border-top: 1px solid #d5d3d3;
    border-bottom: 1px dashed #d5d3d3;
    padding: 10px 0;
    margin: 0;
}
.cart_list_total ul li {
    list-style: none;
    margin: 15px 0;
}
.cart_list_total ul li span {
    display: inline-block;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: #3c3c3c;
}
.cart_list_total ul li span + span {
    text-align: right;
}
.cart_list_total h5 {
    font-weight: 500;
    font-size: 20px;
    color: #3c3c3c;
    margin: 25px 0 30px;
}
.cart_list_total h5 span {
    float: right;
}
.checkout_panel {
    padding: 0;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1) !important;
}
.checkout_panel_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.checkout_panel_header h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 0;
}
.checkout_panel_header h6 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f36b70;
    height: 35px;
    width: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}
.checkout_panel_header button, .checkout_panel_list button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 46px;
    padding: 0 30px;
    border: none;
    background-color: #f36b70;
    border-radius: 0.25em;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.checkout_panel_header button::before, 
.checkout_panel_header button::after,
.checkout_panel_list button::before, 
.checkout_panel_list button::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #212529;
    transition: all 0.5s ease;
}
.checkout_panel_header button:hover::before, 
.checkout_panel_header button:hover::after,
.checkout_panel_list button:hover::before, 
.checkout_panel_list button:hover::after {
    width: 100%;
}
.checkout_panel_list {
    padding: 20px;
    border-top: 1px solid #d5d3d3;
}
.checkout_panel_list::before, .checkout_panel_list::after {
    display: table;
    content: "";
    clear: both;
}
.checkout_panel_list label {
    display: block;
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #7d7d7d;
}
.checkout_panel_list label input {
    float: left;
    height: 0;
}
.checkout_panel_list label input::before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 2px solid #f36b70;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
}
.checkout_panel_list label input::after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #f36b70;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 9;
    transform: scale(0);
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.checkout_panel_list label input:checked::after {
    transform: scale(1);
}
.checkout_panel_list h6 {
    font-weight: 500;
    font-size: 18px;
    color: #3c3c3c;
    padding-top: 3px;
    margin-bottom: 15px;
}
.checkout_panel_list p {
    font-weight: 400;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 26px;
    margin-bottom: 30px;
    max-width: 100%;
}
.checkout_panel_list h5 {
    font-weight: 400;
    font-size: 18px;
    color: #3c3c3c;
    padding-top: 3px;
    margin-bottom: 0;
}
.set_default {
    font-weight: 400;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    cursor: pointer;
}
.set_default input {
    width: 0;
    height: 18px;
}
.set_default input::before, .checkout_panel_list .set_default input::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e5e4e4;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 9;
    border-radius: 0.25rem;
    cursor: pointer;
}
.set_default input::after, .checkout_panel_list .set_default input::after {
    display: none;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #f36b70;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 9;
    transition: all 0.2s ease-in;
    border-radius: 0.25rem;
    cursor: pointer;
}
.set_default input:checked::after, .checkout_panel_list label input:checked::after {
    display: flex;
    padding-top: 1px;
}
.address_modal .modal-title {
    font-weight: 500;
    font-size: 20px;
    color: #3c3c3c;
    line-height: 20px;
    text-transform: uppercase;
}
.address_modal .close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f36b70;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    font-size: 16px;
    color: #ffffff;
    opacity: 1 !important;
    outline: none;
    border: 1px solid #f36b70;
    padding: 0;
    margin: 0;
}
.address_modal .modal-body {
    padding: 30px 30px 0;
}
.holder {
    position: absolute;
    z-index: 1;
    padding: 12px 17px 8px;
    font-weight: 400;
    font-size: 16px;
    color: #7d7d7d;
    cursor: text;
    user-select: none;
}
.holder sup {
    color: #ef3c3c;
    font-size: 18px;
    top: 0px;
    left: 0px;
}
.address_modal .form-control {
    height: 45px;
    padding: 10px 15px 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #3c3c3c;
}
.address_modal_btn {
    background-color: #f36b70;
    height: 45px;
    outline: none !important;
    border: none;
    border-radius: 0.25em;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 3px 50px 0px;
    transition: all 0.3s ease-in;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.set_default a {
    color: #f36b70;
    text-decoration: none;
    font-weight: 500;
}
.login_divider {
    position: relative;
}
.login_divider legend {
    font-weight: 500;
    font-size: 16px;
    color: #3c3c3c;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: max-content;
    padding: 0 16px;
    margin-bottom: 0;
}
.login_divider::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 8px 16px 0 0;
    padding: 5px 15px 5px 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
  .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
  .loginBtn:focus {
    outline: none;
}
  .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('../images/icon_facebook.png') center no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}
.loginBtn--google {
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('../images/icon_google.png') center no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}
.login_otp_alert p {
    color: #28a745;
    margin-bottom: 0;
}
.login_otp_alert p a {
    color: #f36b70 !important;
    padding-left: 10px;
    text-decoration: none !important;
}
.contact_panel_body {
    background-color: #f5f6f6;
    padding: 30px;
    margin: 40px 0;
}
.contact_panel_body h4, .contact_panel_box h4 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 28px;
    color: #333;
}
.contact_panel_body .form-control {
    height: 48px;
    border-radius: 0;
    padding: 9px 16px;
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.contact_panel_body textarea.form-control {
    min-height: 170px;
}
.contact_panel_body .btn_one {
    background-color: #f36b70;
    border-radius: 50px;
    border: none;
    outline: none !important;
    height: 50px;
    padding: 5px 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact_panel_body .btn_one::before, .contact_panel_body .btn_one::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #212529;
    transition: all 0.5s ease;
}
.contact_panel_body .btn_one:hover::before, .contact_panel_body .btn_one:hover::after {
    width: 100%;
}
.contact_panel_box p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.contact_list {
    padding: 0;
    margin: 0;
}
.contact_panel_box .contact_list li {
    color: #333;
    padding-left: 60px;
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact_panel_box .contact_list li i {
    background-color: #f36b70;
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 12px 8px 0;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 18px;
}
.contact_panel_box .social_nav {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 0;
    margin: 0;
    border-top: 1px solid #e1e6eb;
}
.contact_list li strong {
    text-transform: uppercase;
    display: block;
}
.contact_panel_box .social_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f36b70;
    margin-right: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.contact_panel_box .social_nav li a i {
    font-size: 18px;
    color: #fff;
}
.contact_panel_box .social_nav li a:hover {
    border-radius: 30px;
}
.contact_panel_box .contact_list li a {
    color: #333;
    text-decoration: none;
}
.contact_panel_box {
    padding: 30px;
    border: 1px solid #e1e6eb;
    margin: 40px 0 0;
}
.contact_panel_body .form-group {
    margin-bottom: 20px;
}
.btn_change_login {
    background-color: transparent;
    border: none;
    outline: none !important;
    box-shadow: none;
    font-weight: 500;
    color: #f36b70;
    padding: 0;
}
.user_account .nav-pills .nav-link.active {
    background-color: #f36b70;
    color: #fff;
}
.user_account .nav-pills .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #212529;
}
.edit_name {
    height: 45px;
    width: 45px;
    margin-top: 14px;
    float: right;
}
.policy_content {
    margin: 60px 0;
}
.policy_content_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #3b2313;
    margin-bottom: 30px;
}
.policy_content_subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #3b2313;
    margin: 26px 0 16px;
}
.policy_content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    margin-bottom: 20px;
}