
.uploader {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 160px;
  }
  
  .uploader input[type="file"] {
    display: none;
  }
  .custom-file-upload {
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
  }
  
  .preview {
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    margin: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    width: 200px;
    height: 200px;
  }
  
  .preview img {
    width: 100%;
    max-width: 100%;
  }
  


.progressbar {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: +1000;
}

.progressbar .progress {
    display: block;
    height: auto;
}

[set_bg] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.xs-font {
    font-size: 12px;
}

.sm-font {
    font-size: 14px;
}

.md-font {
    font-size: 16px;
}

.lg-line-height {
    line-height: 26px;
}

.xl-line-height {
    line-height: 46px;
}

.ajax_search_box {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: +999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.2s;
}

.ajax_search_box.show {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.ajax_search_box .brands__ .search_body>a {
    display: inline-block;
    min-width: auto;
    white-space: nowrap;
    margin: 4px;
}

.ajax_search_box .blog_card {
    padding: 10px;
    border: 1px solid rgba(172, 172, 172, 0.2);
    border-radius: 10px;
    height: 100%;
}

.ajax_search_box .blog_card .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.ajax_search_box .blog_card h1 {
    margin: 12px 0;
    padding-right: 18px;
    font-size: 12px;
    font-weight: bold;
    border-right: 2px solid #e2b200;
    color: rgb(39, 39, 39);
    text-align: right;
    line-height: 16px
}

.ajax_search_box .blog_card p {
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

.ajax_search_box .blog_card .create_at {
    color: #e2b200;
    font-size: 14px;
}

.alert_parent {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: +999;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.am_alert_warning {
    max-width: 500px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.09);
}

.alert_parent.show_up {
    opacity: 0.9;
    pointer-events: unset;
    visibility: visible;
    z-index: +999;
    animation: scaler 0.5s;
}

.scroll_up {
    position: fixed;
    right: 45px;
    bottom: 55px;
    width: 50px;
    height: 50px;
    color: #c8c8c8;
    border: 3px solid #eaeaea;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    border-radius: 100%;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: +999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll_up:hover {
    color: #1b1b1b;
    border: 3px solid #1b1b1b;
}

.am_show {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    transform: scale(1) !important;
}

a {
    cursor: pointer;
}

.modal-open .modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

button {
    text-transform: none;
    border: none;
}

[is_notif]::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff5c5c;
    border-radius: 50%;
    position: absolute;
    left: -5;
    top: 3px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* animation */

@keyframes scaler {
    0% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

html,
body {
    height: 100%;
    font-family: "Peyda" !important;
    -webkit-font-smoothing: antialiased;
}

body {
    padding-top: 88px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Peyda";
}

section {
    margin-top: 70px;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    text-align: right;
}

p {
    font-size: 20px;
    font-family: "Peyda";
    color: #3d3d3d;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 45px;
    text-align: center;
}

.section-title span {
    color: var(--main_color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    margin-bottom: 15px;
    display: block;
}

.section-title h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

.text-black {
    color: #000 !important;
}


/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 30px;
    color: #ffffff;
    background: var(--main_color);
    /* letter-spacing: 4px; */
    border: none;
}

.btn-success {
    border-radius: 5px;
    background: #E9FAF0;
    color: #31C979;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
}
.btn-danger {
    border-radius: 5px;
    background: #FAEAE7;
    color: #FC1B1B;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
}

.site-btn {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    background: #111111;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
}


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloder .loader {
    width: 0;
    animation: loader 1300ms linear;
    -webkit-animation: loader 1300ms linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloder .loader img {
    width: 200px;
    min-width: 200px;
}
@keyframes loader {
    0% {
        width: 0px;
    }
    50% {
        width: 100px;
    }
    100% {
        width: 100%;
        display: flex;
    }
}
/* progress bar */

.progressbar {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: +1000;
}

.progressbar .progress {
    display: block;
    height: auto;
}

.progressbar .progress .loader {
    border: 5px solid #e4e4e4;
    border-top: 5px solid var(--main_color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spiner 0.3s linear infinite;
}


/* animation */

@keyframes spiner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* @-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
} */

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    z-index: 9;
}

.search-model-form {
    padding: 0 15px;
    width: calc(100% / 5 * 2);
}

.search-model-form input:not([type=submit]) {
    background: #f5f5f5;
    border: 0 !important;
    height: auto;
    box-shadow: none !important;
    font-size: 16px;
    padding: 14px 24px;
    min-width: 250px;
}

.search-model-form input[type=submit] {
    padding: 14px ;
}


.search-close-switch {
    position: absolute;
    color: var(--main_color);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    top: 180px;
    right: calc(82% / 5 * 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*---------------------
  Header
-----------------------*/

.offer {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background-color: var(--main_color);
    color: #fff;
}

.offer a {
    color: #fff;
    text-decoration: underline;
}

header {
    box-shadow: 0 0 1rem rgb(0 0 0 / 10%);
    z-index: +999;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
}

header .icons {
    display: flex;
    height: 19px;
}

header .icons img {
    margin: 0 10px 0 0;
    width: 25px;
}

header .icons .cart {
    position: relative;
}

header .icons .cart .cart_notif {
    position: absolute;
    right: 3px;
    bottom: -4px;
    background-color: var(--main_color);
    font-size: 12px;
    padding: 2px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-radius: 50%;
    color: #fff;
}

header .menu-items .item {
    color: #111;
    line-height: 1;
    font-size: 16px;
    padding: 4px 10px;
    transition: all 0.5s ease;
    font-weight: 600;
}

header .menu-items .item:last-child {
    border: 0;
}

.btn {
    border: 1px solid var(--main_color);
    opacity: 1;
    font-size: 16px;
    color: var(--main_color);
    font-weight: 100;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 24px;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.btn:hover {
    background: #d37a6b;
    color: #fff !important;
}
header.header {
    background: #ffffff;
}

/* mobile menu --new */
.mobile_menu {
    display: none;
}
.mobile_menu .hamburger {
    width: 30px !important;
    height: 30px !important;
    margin: 0 12px 0 0 !important;
    position: relative;
    text-align: justify;
}
.mobile_menu .hamburger .bar {
    width: 26px;
    height: 2px;
    background: #555;
    position: absolute;
    margin: auto;
    transition: all 0.3s ease;
    right: 0;
}
header .hamburger .bar:first-child {
    top: 5px;
}
header .hamburger .bar:nth-child(2) {
    top: 0;
    bottom: 0;
    width: 18px;
}
header .hamburger .bar:nth-child(3) {
    bottom: 0.3rem;
    width: 22px;
}
header .hamburger.active .bar:first-child {
    transform: rotate(-45deg);
    transform-origin: top right;
}
header .hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
    transform: rotate(45deg);
    transform-origin: bottom right;
    width: 26px;
}
header .mobile_menu .mobile_menu_content {
    padding: 1rem 2rem;
    width: 20rem;
    position: fixed;
    background: #fff;
    right: -20rem;
    top: 88px;
    height: 100vh;
    overflow: scroll;
    z-index: 99;
    transition: all 0.5s ease;
}
header .hamburger.active ~ .mobile_menu_content {
    right: 0;
}
header .mobile_menu .mobile_menu_content .mobile_menu_items {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
}
header .mobile_menu .mobile_menu_content .mobile_menu_items a {
    color: #000;
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    padding: 16px 0;
    width: 100%;
    text-align: right;
}
/* -----------------
----------------  */


/* --------------------
banner --new
---------------------*/

section.banner {
    direction: ltr;
    text-align: right;
    padding: 100px 70px;
    min-height: 554px;
    background-size: cover !important;
    /* box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%); */
    background-repeat: no-repeat !important;
    background-position: top right !important;
    display: flex;
    align-items: center;
}

section.banner .item {
    max-width: 388px;
}

section.banner .item h4 {
    color: #fff;
    text-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    font-size: 50px;
}
section.banner .item h4 *,section.banner .item h4 {
    font-family: 'Freehand', cursive;
    color: #fff;
    direction: ltr;
    font-size: 50px;
    line-height: 46px;
}
/* --------------
points --new
-----------------*/

section.points a svg {
    height: 22px;
    width: 22px;
    margin-right: 16px;
}


/* --------------
category --new
-----------------*/

section.category {
    position: relative;
}

section.category::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    top: 0%;
    background-color: #f4f4f4;
}

section .image {
    width: 100%;
    height: 35rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top center; */
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

section .image::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    z-index: 9;
    pointer-events: none;
}

section .image::after {
    content: 'از مجموعه ما خرید کنید';
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    opacity: 0;
}

section .image:hover::after {
    opacity: 1;
}


section .image .image_2 {
    width: 185px;
    position: absolute;
    left: calc(50% - 92.5px);
    bottom: 24px;
    z-index: 20;
}

.btn.bg-secondary {
    background-color: #ececec !important;
}

.btn.bg-secondary:hover {
    background-color: #cccccc !important;
}

.bg-pink {
    background: var(--main_color);
}
.text-pink {
    color: var(--main_color);
}

/*---------------------
about --new
---------------------*/
.about .accordion .card {
    border: 1px solid var(--main_color) !important;
    border-radius: 20px !important;
    overflow: hidden;
}
.about .accordion .card-header {
    border-bottom: 1px solid var(--main_color);
}
.offer_bg {
    height: 42rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about_us .for_back {
    height: auto;
    padding: 75px;
    background: rgba(223, 158, 146, 0.5);
    display: flex;
    justify-content: end;
    align-items: center;
}

.about_us .back_ground {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_us .for_back h5 {
    line-height: 50px;
    text-align: right;
    max-width: 80%;
    color: #fff;
}

.about_us .for_ground {
    position: absolute;
    bottom: -30px;
    right: -30px;
    height: 80%;
}


/* ----------------
sec 5 --new
----------------*/
.sec_5 .banner_text {
    max-width: 420px;
    text-align: left;
}

/* -------------------
 sec 7  --new
------------------*/

.sec_7 .image_box {
    min-height: 320px;
    width: 100%;
}


/* -------------------
 sec 8 --new
------------------*/

.sec_8 .book_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 250px;
    position: relative;
}

.sec_8 .book_card .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*---------------------
  blog --new
-----------------------*/

section.blog {
    margin-top: 120px;
    position: relative;
    padding: auto 60px;
}

section.blog::before {
    content: "";
    position: absolute;
    top: -10%;
    right: 0;
    width: 50%;
    height: 120%;
    background-color: #f5f5f5;
    z-index: -1;
}

section.blog .blog_card .image {
    height: 25rem;
}

section.blog .blog_card .image::after {
    content: "خواندن مطلب";
}


/* -----------------
 customize_sec --new
 -----------------*/

#customize_sec {
    text-align: right;
}

#customize_sec .customize_btn {
    border: 1px solid #ababab;
    color: #ababab;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 40px;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
}

#customize_sec .customize_btn.active {
    border: 1px solid #E8458B;
    color: #E8458B;
}

#customize_sec .options .option_item img {
    max-width: 80px;
}

#customize_sec .colors,
#customize_sec .options,
#customize_sec .option_dropdown {
    padding: 24px;
}

#customize_sec .colors .color_item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 6px 5px;
    border: 1px solid rgb(241, 241, 241);
    background: linear-gradient(75deg, rgb(230, 230, 230) 55%, rgb(177 177 177) 65%, rgb(230, 230, 230) 75%);
}

#customize_sec .colors .color_item.active {
    border: 3px solid #E8458B;
}

#customize_sec .customize_previw img {
    max-height: 80vh;
}

#customize_sec .customize_previw_options .customize_previw_options_item {
    cursor: pointer;
}

/*-------------------
 b comments && customers_comments
 -------------------*/
 .b_comments , .customers_comments {
     background: #f5f5f5;
     padding: 6rem 0;
 }
.b_comments .topic {
    text-align: right;
    width: 100%;
    position: relative;
}
.b_comments .topic::after {
    content: "";
    width: 6rem;
    height: 1px;
    background: rgba(0, 0, 0, 0);
    left: 20px;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
}
.b_comments .owl-carousel img {
    filter: invert(0%) sepia(11) saturate(0) hue-rotate(210deg) brightness(24%) contrast(88%);
    max-width: 150px;
    z-index: 1;
}
.b_comments .owl-carousel .owl-item {
    padding: 0 18px;
    transition: all 0.3s;
    height: 100%;
}
.b_comments .old-collection-item {
    border: 1px solid #999999;
    transition: 0.3s;
    position: relative;
    transition: all 0.3s;
    height: 100%;
    min-height: 140px;
}
.b_comments .old-collection-item::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 103%;
    top: -1%;
    left: 10%;
    background-color: #f5f5f5;
    transition: all 0.3s;
}

.b_comments .old-collection-item::after {
    content: '';
    position: absolute;
    width: 103%;
    height: 60%;
    top: 20%;
    left: -1%;
    background-color: #f5f5f5;
    transition: all 0.3s;
}

.b_comments .owl-carousel .owl-item:hover .old-collection-item::before {
    transform: scaleX(0);
}
.b_comments .owl-carousel .owl-item:hover .old-collection-item::after {
    transform: scaleY(0);
}
.b_comments .owl-carousel .owl-item:hover .old-collection-item {
    border-color: var(--main_color);
}

.new_product .owl-carousel .owl-item {
    padding: 12px;
}
/*---------------------
  Banner
-----------------------*/

.blog {
    padding-bottom: 55px;
}

.banner__item {
    position: relative;
    overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
    width: 40px;
    background: var(--main_color);
}

.banner__item.banner__item--middle {
    margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
    float: none;
}

.banner__item.banner__item--middle .banner__item__text {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 22px;
}

.banner__item.banner__item--last {
    margin-top: 100px;
}

.banner__item__pic {
    float: left;
}

.banner__item__text {
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 140px;
    text-align: right;
    background: rgb(255 255 255 / 30%);
    padding: 14px;
}

.banner__item__text h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}

.banner__item__text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    /* letter-spacing: 4px; */
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.banner__item__text a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111111;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

/* -------------------
 biuld_your_dream
 -------------------*/
 .biuld_your_dream {
    background: url(/static/base/img/patterns/buid_your_dream.png);
    background-repeat: no-repeat;
    background-size: cover;
 }

/* -------------------
 about_us
 -------------------*/
.about_us {
    position: relative;
}
.about_us::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #F4F4F4;
}


/*---------------------
  Categories
-----------------------*/

.categories {
    background: #F4F4F4;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 125px;
}

.categories__text {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.categories__text:before {
    position: absolute;
    right: -485px;
    top: 0;
    height: 300px;
    width: 600px;
    background: #ffffff;
    z-index: -1;
    content: "";
}

.categories__text h2 {
    color: #e20062;
    line-height: 72px;
    font-size: 34px;
}

.categories__text h2 span {
    font-weight: 700;
    color: #111111;
}

.categories__hot__deal {
    position: relative;
    z-index: 5;
}

.categories__hot__deal img {
    min-width: 100%;
}

.hot__deal__sticker {
    height: 100px;
    width: 100px;
    background: #111111;
    border-radius: 50%;
    padding-top: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -36px;
}

.hot__deal__sticker span {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 4px;
}

.hot__deal__sticker h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.categories__deal__countdown span {
    color: var(--main_color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    margin-bottom: 15px;
    display: block;
}

.categories__deal__countdown h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
    width: 25%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: ":";
    font-size: 24px;
    font-weight: 700;
    color: #3d3d3d;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item:last-child:after {
    display: none;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
    color: #111111;
    font-weight: 700;
    display: block;
    font-size: 36px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
    margin-bottom: 0;
}

.title_with_pesudo, .title_with_pesudo_left {
    position: relative;
}
.title_with_pesudo::before, .title_with_pesudo_left::before {
    content: '';
    background-image: url(/static/base/img/vectors/vector-1.png);
    position: absolute;
    min-width: 126px;
    background-repeat: no-repeat;
    right: -72px;
    min-height: 100px;
    bottom: -40px;
}
.about_us .title_with_pesudo::before, .title_with_pesudo_left::before {
    filter: brightness(1.5);
    bottom: -24px;
}
.title_with_pesudo_left::before {
    background-image: url(/static/base/img/vectors/vector-2.png);
    left: -72px;
}
/*---------------------
  new_product
-----------------------*/
.new_product .items {
    display: flex;
    width: 100%;
}
.new_product .items .item {
    flex-basis: 25%;
    height: 320px;
    /* background-position: top center !important; */
    transition: all 0.3s;
}
.new_product .items .item:hover {
    box-shadow: inset 0 0 0 2000px rgba(223, 157, 146, 0.6);
}

/*---------------------
  Instagram
-----------------------*/

.instagram {
    padding-bottom: 0;
}

.instagram__pic__item {
    width: 33.33%;
    float: left;
    height: 261px;
    background-position: center center;
}

.instagram__text {
    padding-top: 130px;
}

.instagram__text h2 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 30px;
}

.instagram__text p {
    margin-bottom: 40px;
}

.instagram__text h5 {
    color: var(--main_color);
    font-weight: 700;
}


/*---------------------
  Product
-----------------------*/

.product {
    padding-top: 0;
    padding-bottom: 60px;
}

.filter__controls {
    text-align: center;
    margin-bottom: 45px;
}

.filter__controls li {
    color: var(--footer_inner_text);
    font-size: 15px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-left: 88px;
    cursor: pointer;
}

.filter__controls li:last-child {
    margin-left: 0;
}

.filter__controls li.active {
    color: #111111;
}

.product__item {
    overflow: hidden;
    margin-bottom: 40px;
}

.product__item.sale .product__item__pic .label {
    color: #ffffff;
    background: #e20000;
}

.product__item.sale .product__item__text .rating i {
    color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
    color: var(--footer_inner_text);
}

.product__item .product__item__text a {
    top: 3px;
    padding-right: 15px;
    opacity: 1;
    visibility: visible;
}

.product__item .product__item__text .product__color__select {
    opacity: 1;
}

.product__item__pic {
    position: relative;
    background-position: center center;
    /* height: 360px; */
    overflow: hidden;
}

.product__item__pic img {
    width: 100%;
}

.product__item.sale img {
    border: 1px solid #e20000;
}

.product__item__pic .label {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 15px 2px;
    background: #059488FF;
    position: absolute;
    left: 0;
    top: 20px;
}

.product__item__pic .product__like {
    position: absolute;
    top: 20px;
    -webkit-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    transition: all, 0.8s;
    right: 20px;
    opacity: 1;
}

.product__item__pic .product__like img {
    width: 30px;
}

.product__item__pic .product__like li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.product__item__pic .product__like li:hover span {
    opacity: 1;
    visibility: visible;
}

.product__item__pic .product__like li span {
    color: #ffffff;
    background: #111111;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    position: absolute;
    left: -78px;
    top: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__pic .product__like li span:after {
    position: absolute;
    right: -2px;
    top: 5px;
    height: 15px;
    width: 15px;
    background: #111111;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.product__item__pic .product__like li i {
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}

.product__item__pic .product__hover {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.product__item__pic .product__hover .btn {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #111 !important;
}

.product__item__pic:hover .product__hover {
    opacity: 1;
}

.product__item__text {
    padding-top: 5px;
    padding-right: 15px;
    position: relative;
    text-align: right;
}

.product__item__text a {
    font-size: 15px;
    color: var(--main_color);
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product_item_card {
    border: 1px solid var(--main_color);
    height: 118px;
}

.product_item_card .add-cart {
    font-size: 10px;
}

.product_item_title h1 {
    font-weight: 900;
    font-size: 13px;
}

.product__item__text h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    font-size: 13px;
}

.product__item__text .rating {
    margin-bottom: 6px;
}

.product__item__text .rating i {
    font-size: 14px;
    color: var(--footer_inner_text);
    margin-right: -5px;
}

.product__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
    font-size: 16px;
}

.product__item__text .product__color__select {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__text .product__color__select label {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #5e64d1;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.product__item__text .product__color__select label.black {
    background: #404a47;
}

.product__item__text .product__color__select label.grey {
    background: #d5a667;
}

.product__item__text .product__color__select label.active:after {
    opacity: 1;
}

.product__item__text .product__color__select label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid #b9b9b9;
    content: "";
    border-radius: 50%;
    opacity: 0;
}

.product__item__text .product__color__select label input {
    position: absolute;
    visibility: hidden;
}


/*---------------------
  Shop
-----------------------*/

/* .shop__sidebar {
    padding-right: 20px;
} */

.shop__sidebar__search {
    margin-bottom: 45px;
}

.shop__sidebar__search form {
    position: relative;
}

.shop__sidebar__search form input {
    width: 100%;
    font-size: 15px;
    color: var(--footer_inner_text);
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    height: 42px;
}

.shop__sidebar__search form input::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.shop__sidebar__search form input::-moz-placeholder {
    color: var(--footer_inner_text);
}

.shop__sidebar__search form input:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.shop__sidebar__search form input::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.shop__sidebar__search form input::placeholder {
    color: var(--footer_inner_text);
}

.shop__sidebar__search form button {
    color: var(--footer_inner_text);
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
}

.shop__sidebar__accordion .card-heading a::after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded="false"]::after {
    left: 10px;
    top: 10px;
}

.shop__sidebar__accordion .card {
    border: none;
    border-radius: 0;
    background: #F4F4F4;
    border-radius: 5px !important;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 12px 22px;
}

.shop__sidebar__accordion .card:last-child {
    margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
    padding-bottom: 0;
    border-bottom: none;
}

.shop__sidebar__accordion .card-body {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.shop__sidebar__accordion .card-heading {
    cursor: pointer;
    margin-bottom: 4px;
}

.shop__sidebar__accordion .card-heading a {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
    /* height: 200px; */
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
    list-style: none;

}
.shop__sidebar__categories ul li {
    display: flex;
    align-items: center;
}
.shop__sidebar__categories ul li label {
    margin-bottom: auto !important;
}
.shop__sidebar__categories ul li label,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
    color: #000;
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    cursor: pointer;
}

.shop__sidebar__categories ul li input {
    width: 18px;
    height: 18px;
    border-color: #000;
}

.shop__sidebar__categories ul li label:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
    color: #111111;
}

.shop__sidebar__brand ul {
    height: auto;
}

.shop__sidebar__price ul {
    height: auto;
}

.shop__sidebar__size {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.shop__sidebar__size label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin: 0px 12px -4px 0px;
    cursor: pointer;
}

.shop__sidebar__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.shop__sidebar__size label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__color {
    padding-top: 15px;
}

.shop__sidebar__color .color_frame {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.shop__sidebar__color .c-1 {
    background: #ffffff;
}

.shop__sidebar__color .c-2 {
    background: #FAF9F6;
}

.shop__sidebar__color .c-3 {
    background: #FEFCFF;
}

.shop__sidebar__color .c-4 {
    background: #E3BC9A;
}

.shop__sidebar__color .c-5 {
    background: #FFFDD0;
}

.shop__sidebar__color .c-6 {
    background: #302E2E;
}

.shop__sidebar__color .c-7 {
    background: #bcada3 ;
}

.shop__sidebar__color .c-8 {
    background: #ed1c24;
}

.shop__sidebar__color .c-9 {
    background: #ffffff;
}

.shop__sidebar__color input {
    width: 20px;
    height: 20px;
}

.shop__sidebar__color label {
    cursor: pointer;
}

.shop__sidebar__tags {
    padding-top: 15px;
}

.shop__sidebar__tags a {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f8;
    padding: 5px 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
    background: #111111;
    color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded=false]:after,
.shop_details .card button::after {
    /* content: ""; */
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 100;
    color: #111111;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 20px;
}
.shop_details .card-header p {
    font-size: 14px;
    margin: 0 !important;
}
.shop__sidebar__accordion .card-heading.active a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 20px;
}

.card-body table tr td{
    font-size: 12px;
}

.shop__product__option {
    margin-bottom: 45px;
}

.shop__product__option p {
    color: #111111;
    margin-bottom: 0;
}

.shop__product__option__right {
    text-align: right;
}

.shop__product__option__right select {
    border: none;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}

.shop__product__option__right p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
}

.shop__product__option__right .nice-select {
    float: none;
    display: inline-block;
    padding: 0;
    line-height: 26px;
    height: auto;
    border: none;
    padding-left: 28px;
}

.shop__product__option__right .nice-select:after {
    border-bottom: 1.5px solid #111111;
    border-right: 1.5px solid #111111;
    height: 8px;
    left: 0;
    width: 8px;
}

.shop__product__option__right .nice-select span {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}

.shop__product__option__right .nice-select .list {
    border-radius: 0;
}


.product__pagination {
    padding-top: 25px;
    text-align: center;
}

.product__pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.product__pagination a.active {
    border-color: #111111;
}

.product__pagination a:hover {
    border-color: #111111;
}

.product__pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    padding-left: 10px;
    padding-right: 15px;
}

section.range-slider {
    position: relative;
    width: 100%;
    height: 130px;
    text-align: center;
  }
  section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: #F1B9B0;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
    outline: none;
    height: 5px;
    margin: 0;
    padding: 0;
  }
  section.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
  section.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
    /* W3C */
  }
  section.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
    /* W3C */
  }
  section.range-slider input[type="range"]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
  }
  section.range-slider input[type="range"]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
  }
  section.range-slider input[type="range"]::-moz-focus-outer {
    border: 0;
  }

/*---------------------
  Shop
-----------------------*/

/* .product__details__pic {
    text-align: center;
    background: #F4F4F4;
    padding: 40px 0 60px;
    margin-bottom: 100px;
}

.product__details__pic .nav-tabs {
    border-bottom: none;
    width: 105px;
}

.product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.product__details__pic .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
    padding: 0;
    display: block;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    height: 120px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}

.product__details__breadcrumb {
    margin-bottom: 30px;
    text-align: justify;
}

.product__details__breadcrumb a {
    font-size: 15px;
    color: #111111;
    margin-left: 18px;
    display: inline-block;
    position: relative;
}

.product__details__breadcrumb a:after {
    position: absolute;
    left: -14px;
    top: 0;
    content: "";
    transform: rotatey(180deg);
    font-family: "FontAwesome";
}

.product__details__breadcrumb span {
    font-size: 15px;
    color: var(--footer_inner_text);
    display: inline-block;
}

.product__details__pic__item {
    position: relative;
}

.product__details__pic__item a {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
}

.product__details__text {
    text-align: center;
}

.product__details__text h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.product__details__text .rating {
    margin-bottom: 20px;
}

.product__details__text .rating i {
    font-size: 15px;
    color: #f7941d;
    display: inline-block;
    margin-right: -5px;
}

.product__details__text .rating span {
    display: inline-block;
    color: #3d3d3d;
    margin-left: 5px;
}

.product__details__text h3 {
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 16px;
}

.product__details__text h3 span {
    color: var(--footer_inner_text);
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
}

.product__details__text p {
    margin-bottom: 35px;
}

.product__details__option {
    margin-bottom: 30px;
}

.product__details__option__size,
#coloring {
    display: inline-block;
    margin-right: 50px;
}

.product__details__option__size span,
#coloring span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
}

.product__details__option__size label,
#coloring label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}

.product__details__option__size label.active,
#coloring label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.product__details__option__size label input,
#coloring label input {
    position: absolute;
    visibility: hidden;
}

.product__details__cart__option {
    margin-bottom: 25px;
}

.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
    width: 100px;
    height: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    width: 70px;
    height: 100%;
    text-align: center;
    border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
    font-size: 18px;
    color: #0d0d0d;
    position: absolute;
    right: 15px;
    top: 3px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
    top: 16px;
}

.product__details__btns__option {
    margin-bottom: 40px;
}

.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}

.product__details__btns__option a:last-child {
    margin-right: 0;
}

.product__details__last__option h5 {
    color: #111111;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 26px;
}

.product__details__last__option h5 span {
    background: #ffffff;
    padding: 0 30px;
}

.product__details__last__option h5:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    width: 460px;
    background: #e5e5e5;
    content: "";
    z-index: -1;
    margin: 0 auto;
}

.product__details__last__option ul {
    padding-top: 40px;
}

.product__details__last__option ul li {
    list-style: none;
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    line-height: 30px;
}

.product__details__last__option ul li span {
    font-weight: 400;
    color: var(--footer_inner_text);
}

.product__details__tab {
    padding-top: 60px;
}

.product__details__tab .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__details__tab .nav-tabs .nav-item {
    margin-left: 50px;
}

.product__details__tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.product__details__tab .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    color: var(--footer_inner_text);
    padding: 0;
    border: none;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid var(--main_color);
}

.product__details__tab__content {
    padding-top: 35px;
} */

.product__details__breadcrumb {
    margin-bottom: 30px;
    text-align: justify;
}

.product__details__breadcrumb a, .product__details__breadcrumb span {
    font-size: 10px !important;
    color: #999999;
    margin-left: 18px;
    display: inline-block;
    position: relative;
    background: #F5F5F5;
    border-radius: 16px;
    padding: 4px 7px;
}
.product__details__breadcrumb span {
    color: #3C3C3B !important;
}

.product__details__breadcrumb a:after {
    position: absolute;
    left: -14px;
    top: 0;
    content: "";
    transform: rotatey(180deg);
    font-family: "FontAwesome";
}

.product__details__breadcrumb span {
    font-size: 15px;
    color: var(--footer_inner_text);
    display: inline-block;
}

.product__details__card {
    position: unset;
}
.product__details__card .left_top_header .like img{
    width: 40px;
    height: 40px;
    border: 1px solid #F4F4F4;
    padding: 8px;
    border-radius: 10px;
}
.product__details__card .header_action {
    width: 40px;
    height: 40px;
    border: 1px solid #F4F4F4;
    padding: 8px;
    border-radius: 10px;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 15px);
}
.owl-carousel .owl-nav button:first-child {
    border-bottom: 1px solid #888 !important;
    border-left: 1px solid #888 !important;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
}
.owl-carousel .owl-nav button:last-child {
    border-top: 1px solid #888 !important;
    border-right: 1px solid #888 !important;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
}
.shop_details .owl-carousel .owl-dots {
    display: flex;
    margin-top: 10px;
    justify-content: start;
}
.shop_details .owl-carousel button.owl-dot {
    margin-right: 5px;
    background: #111;
    pointer-events: none;
}
.shop_details .owl-carousel .owl-dot img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
}
.shop_details .owl-carousel .owl-dot.active img {
    opacity: 0.5;
}
.shop_details .nav-tabs .nav-link.active,.shop_details .nav-tabs .nav-link:hover {
    color: var(--main_color);
    background: none;
    border-color: #fff;
    border-bottom: 1px solid rgba(223, 157, 146, 0.6);
}
.shop_details .nav-tabs .nav-link {
    color: #000
}
.shop_details .nav-tabs {
    border-bottom: none;
}
.shop_details .tab-pane p {
    text-align: justify;
    font-size: 14px;
}
.shop_details .product__details__option__size {
    border-color: var(--main_color);
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    color: #626161;
}
/* .shop_details .owl-carousel .product__details__pic__item {
    max-height: 620px;
    max-width: 520px;
} 
.shop_details .owl-carousel .product__details__pic__item img {
    height: 100%;
} */

.message_card {
    width: 100%;
    background: #F4F4F4;
    border-radius: 18px;
    padding: 16px;
    margin: 8px 0;
    border-top-right-radius: 0;
    text-align: right;
}

.Status_card {
    width: 100%;
    background: #ffffff;
    padding: 16px;
    font-size: 15px;
}

.message_card .header {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 6px;
}

.Status_card .header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 6px;
}

.Status_card .header h6 {
    font-size: 15px;
}

.Status_card .body .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

.message_card .header .profile,
.Status_card .profile,
.profile {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 2px;
    margin: 0 20px;
}

.message_card .header .profile .image_box,
.Status_card .profile .image_box,
.profile .image_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.message_card .header .profile .image_box img,
.Status_card .profile .image_box img,
.profile .image_box img {
    width: 100%;
}

.message_card .header .name span {
    font-size: 14px;
    color: #e1b305;
}

.message_card .body {
    margin-top: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 6px;
}

.message_card .body p {
    font-size: 15px;
    color: #303030;
    padding-right: 20px;
    border-right: 3px solid #e1b305;
}

.message_card .footer .date,
.message_card .footer .file {
    font-size: 14px;
}

.message_card .footer .date span,
.message_card .footer .file a {
    margin: 0 6px;
}

.message_card .footer .file a {
    border-bottom: 1px dashed #0096ff;
}

.message_card .footer .date i,
.message_card .footer .file i {
    color: #e1b305;
}

.message_card .footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.note {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.product__details__tab__content__item {
    margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
    margin-bottom: 0;
}

.product__details__tab__content__item h5 {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product__details__tab__content__item p {
    margin-bottom: 0;
}


/*---------------------
  Related
-----------------------*/

.related {
    padding-bottom: 55px;
}

.related-title {
    color: #111111;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}


/*---------------------
  Footer
-----------------------*/

/* _________ footer ________ */

footer {
    background: url(../img/sign_footer_bg.png),#222222;
    background-repeat: no-repeat;
    background-position: 90% center;
  }
  footer .right {
    flex-basis: 40%;
  }
  footer .title {
    width: 100%;
    position: relative;
    text-align: right;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  footer .title::after {
    content: '';
    position: absolute;
    width: calc(100% - 100px);
    left: 0;
    height: 1px;
    background: var(--main_color);
  }
  
  footer .left {
    flex-basis: 59%;
    position: relative;
  }
  footer .left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #222222, var(--main_color), #222222);
  }
  
  footer .mapboxgl-control-container {
    display: none !important;
  }
/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
    background: #F4F4F4;
    padding: 40px 0;
    margin-top: 0;
}

.breadcrumb__text {
    text-align: right;
}

.breadcrumb__text h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #111111;
    margin-left: 18px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links a:after {
    position: absolute;
    left: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
    transform: rotatey(180deg);
}

.breadcrumb__links span {
    font-size: 15px;
    color: var(--footer_inner_text);
    display: inline-block;
}


/*---------------------
  Breadcrumb Blog
-----------------------*/

.breadcrumb-blog {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 350px;
}

.breadcrumb-blog h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}


/*---------------------
  About
-----------------------*/

.about {
    padding-bottom: 70px;
}

.about__pic {
    margin-bottom: 35px;
}

.about__pic img {
    min-width: 100%;
}

.about__item {
    margin-bottom: 30px;
}

.about__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__item p {
    margin-bottom: 0;
}


/*---------------------
  Testimonial
-----------------------*/

.testimonial {
    background: #F4F4F4;
}

.testimonial__text {
    text-align: center;
    padding: 130px 150px 175px;
}

.testimonial__text span {
    color: var(--main_color);
    font-size: 72px;
}

.testimonial__text p {
    color: #111111;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding-top: 12px;
    margin-bottom: 25px;
}

.testimonial__author {
    display: inline-block;
}

.testimonial__author__pic {
    float: right;
    margin-right: 20px;
}

.testimonial__author__pic img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.testimonial__author__text {
    overflow: hidden;
    padding-top: 3px;
}

.testimonial__author__text h5 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial__author__text p {
    color: var(--footer_inner_text);
    margin-bottom: 0 !important;
    padding-top: 0;
}

.testimonial__pic {
    height: 600px;
}


/*---------------------
  Counter
-----------------------*/

.counter {
    padding-bottom: 0;
}

.counter .container {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.counter__item {
    margin-bottom: 30px;
    overflow: hidden;
}

.counter__item .counter__item__number {
    float: right;
    margin-right: 15px;
}

.counter__item .counter__item__number h2 {
    color: #111111;
    font-weight: 700;
    font-size: 35px;
    line-height: 56px;
    display: inline-block;
}

.counter__item .counter__item__number strong {
    color: #111111;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    display: inline-block;
}

.counter__item span {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
    padding-right: 5%;
}


/*---------------------
  Testimonial
-----------------------*/

.team {
    padding-bottom: 70px;
}

.team__item {
    margin-bottom: 30px;
    text-align: right;
}

.team__item img {
    min-width: 100%;
    margin-bottom: 25px;
}

.team__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.team__item span {
    font-size: 15px;
    display: block;
    color: var(--footer_inner_text);
}


/*---------------------
  Clients
-----------------------*/

.clients {
    padding-top: 0;
    padding-bottom: 25px;
}

.client__item {
    display: block;
    margin-bottom: 75px;
    text-align: center;
}
/*---------------------
  Checkout
-----------------------*/

.coupon__code {
    color: #0d0d0d;
    font-size: 14px;
    border-top: 2px solid #77b527;
    background: #f5f5f5;
    padding: 23px 30px 18px;
    margin-bottom: 50px;
}

.coupon__code span {
    margin-left: 15px;
}

.coupon__code a {
    color: #0d0d0d;
}

.checkout__title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.checkout__input {
    margin-bottom: 6px;
    text-align: right;
}

.checkout__input p {
    color: #111111;
    margin-bottom: 12px;
}

.checkout__input p span {
    color: var(--main_color);
}

.checkout__input input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: var(--footer_inner_text);
    padding-left: 20px;
    margin-bottom: 20px;
}

.checkout__input input::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.checkout__input input::-moz-placeholder {
    color: var(--footer_inner_text);
}

.checkout__input input:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.checkout__input input::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.checkout__input input::placeholder {
    color: var(--footer_inner_text);
}

.checkout__input__checkbox label {
    font-size: 15px;
    color: #0d0d0d;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 16px;
    display: block;
}

.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}

input:checked~.checkmark {
    border-color: var(--main_color);
    background-color: #ff5c5c;
}
.checkout__input__checkbox label input:checked~.checkmark:after {
    opacity: 1;
}

.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 14px;
    width: 14px;
    border: 1.5px solid #d7d7d7;
    content: "";
    border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
    position: absolute;
    left: 1px;
    top: -3px;
    width: 14px;
    height: 7px;
    border: solid var(--main_color);
    border-width: 1.5px 1.5px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: "";
    opacity: 0;
}

.checkout__input__checkbox p {
    color: #0d0d0d;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
}

.checkout__order {
    background: #F4F4F4;
    padding: 30px;
}

.checkout__order .order__title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.checkout__order p {
    color: #444444;
    font-size: 16px;
    line-height: 28px;
}

.checkout__order .site-btn {
    width: 100%;
    margin-top: 8px;
}

.checkout__order__products {
    font-size: 16px;
    color: #111111;
    overflow: hidden;
    margin-bottom: 18px;
}

.checkout__order__products span {
    float: left;
}

.checkout__total__products {
    margin-bottom: 20px;
}

.checkout__total__products li {
    font-size: 16px;
    color: #444444;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 15px;
}

.checkout__total__products li:last-child {
    margin-bottom: 0;
}

.checkout__total__products li span {
    color: #111111;
    float: left;
}

.checkout__total__all {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 0;
    margin-bottom: 26px;
}

.checkout__total__all li {
    list-style: none;
    font-size: 16px;
    color: #111111;
    line-height: 40px;
    overflow: hidden;
}

.checkout__total__all li span {
    color: var(--main_color);
    font-weight: 700;
    float: left;
}


/*---------------------
    Blog
-----------------------*/

.blog {
    padding-bottom: 55px;
}

.latest {
    padding-bottom: 55px;
}

.blog__item {
    margin-bottom: 45px;
}

.blog__item:hover a::after {
    width: 40px;
    background: var(--main_color);
}

.blog__item:hover .blog__item__text {
    -webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
    box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1.5px #00000066;
}

.blog__item__pic {
    height: 270px;
}

.blog__item__text {
    padding: 30px 30px 25px;
    margin: 0 30px;
    margin-top: -35px;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0.5px #00000066;
}

.blog__item__text span {
    color: #3d3d3d;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.blog__item__text span img {
    margin-right: 6px;
}

.blog__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.blog__item__text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    /* letter-spacing: 4px; */
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.blog__item__text a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111111;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}


/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar__item {
    text-align: center;
    margin-bottom: 65px;
}

.blog__sidebar__item:last-child {
    margin-bottom: 0;
}

.blog__sidebar__item form input {
    height: 50px;
    font-size: 15px;
    color: #444444;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 20px;
}

.blog__sidebar__item form input::-webkit-input-placeholder {
    color: #444444;
}

.blog__sidebar__item form input::-moz-placeholder {
    color: #444444;
}

.blog__sidebar__item form input:-ms-input-placeholder {
    color: #444444;
}

.blog__sidebar__item form input::-ms-input-placeholder {
    color: #444444;
}

.blog__sidebar__item form input::placeholder {
    color: #444444;
}

.blog__sidebar__title {
    text-align: center;
    margin-bottom: 35px;
}

.blog__sidebar__title h4 {
    color: #111111;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.blog__sidebar__title h4::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 70px;
    background: #e1e1e1;
    content: "";
    margin: 0 auto;
}

.blog__sidebar__social a {
    display: inline-block;
    font-size: 18px;
    color: #111111;
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-right: 6px;
}

.blog__sidebar__social a:last-child {
    margin-right: 6px;
}

.recent__item {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: left;
}

.recent__item__pic {
    float: left;
    margin-right: 25px;
}

.recent__item__text {
    overflow: hidden;
}

.recent__item__text h6 {
    color: #111111;
    line-height: 21px;
    font-weight: 700;
}

.recent__item__text span {
    font-size: 13px;
    color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
    background: #F4F4F4;
    padding-top: 125px;
    padding-bottom: 190px;
}

.blog__hero__text h2 {
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.blog__hero__text ul li {
    list-style: none;
    font-size: 15px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.blog__hero__text ul li:after {
    position: absolute;
    right: -25px;
    top: 0;
    content: "|";
}

.blog__hero__text ul li:last-child {
    margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
    display: none;
}


/*---------------------
  Blog Details
-----------------------*/

.blog-details {
    margin-top: -115px;
    padding-top: 0;
}

.blog__details__content {
    position: relative;
}

.blog__details__pic {
    padding: 0% 13% 13% 13%;
}

.blog__details__pic img {
    min-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px black;
}

.blog__details__share {
    text-align: center;
    position: absolute;
    left: -120px;
    top: 0;
}

.blog__details__share span {
    color: #111111;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

.blog__details__share ul li a.instagram {
    background-image: linear-gradient(55deg, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.blog__details__share ul li a.whatsapp {
    background: #47c357;
}

.blog__details__share ul li a.telegram {
    background: #21a5e3;
}

.blog__details__share ul li a.facebook {
    background: #1873eb;
}

.blog__details__share ul li {
    list-style: none;
    margin-bottom: 15px;
}

.blog__details__share ul li a {
    color: #ffffff;
    font-size: 18px;
    height: 46px;
    display: inline-block;
    width: 46px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    background: #4267b2;
}

.blog__details__share ul li a.twitter {
    background: #1da1f2;
}

.blog__details__share ul li a.youtube {
    background: #fe0003;
}

.blog__details__share ul li a.linkedin {
    background: #0173b2;
}

.blog__details__text {
    margin-bottom: 50px;
}

.blog__details__text p {
    font-size: 18px;
    line-height: 34px;
}

.blog__details__text p:last-child {
    margin-bottom: 0;
}

.blog__details__quote {
    background: #F4F4F4;
    padding: 50px 40px 35px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 45px;
    box-shadow: 0 0 5px #6c757d;
}

.blog__details__quote i {
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    background: var(--main_color);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 40px;
    top: -25px;
}

.blog__details__quote p {
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.blog__details__quote h6 {
    color: var(--main_color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog__details__option {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 70px;
}

.blog__details__author__pic {
    display: inline-block;
    margin-right: 15px;
}

.blog__details__author__pic img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
}

.blog__details__author__text {
    display: inline-block;
}

.blog__details__author__text h5 {
    color: #111111;
    font-weight: 700;
}

.blog__details__tags {
    text-align: right;
}

.blog__details__tags a {
    display: inline-block;
    color: #111111;
    font-weight: 700;
    margin-right: 10px;
}

.blog__details__tags a:last-child {
    margin-right: 0;
}

.blog__details__btns {
    margin-bottom: 40px;
}

.blog__details__btns__item {
    display: block;
    border: 1px solid #ebebeb;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
    text-align: right;
    background-image: linear-gradient(160deg, #f3f2ef, #2f3c2c00, #f3f2ef);
    border-radius: 5px;
}

.blog__details__btns__item.blog__details__btns__item--next {
    text-align: right;
}

.blog__details__btns__item.blog__details__btns__item--next p span {
    margin-right: 0;
    margin-left: 5px;
}

.blog__details__btns__item p {
    color: var(--footer_inner_text);
    margin-bottom: 10px;
}

.blog__details__btns__item p span {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.blog__details__btns__item h5 {
    color: #111111;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.blog__details__comment h4 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.blog__details__comment form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 15px;
    color: var(--footer_inner_text);
    margin-bottom: 30px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__details__comment form input::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form input::-moz-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form input:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form input::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form input::placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form input:focus {
    border-color: #000000;
}

.blog__details__comment form textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 15px;
    color: var(--footer_inner_text);
    margin-bottom: 24px;
    resize: none;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form textarea::-moz-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form textarea:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form textarea::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form textarea::placeholder {
    color: var(--footer_inner_text);
}

.blog__details__comment form textarea:focus {
    border-color: #000000;
}

.blog__details__comment form button {
    /* letter-spacing: 4px; */
    padding: 14px 35px;
}


/*---------------------
  Map
-----------------------*/

.map {
    height: 500px;
}

.map iframe {
    width: 100%;
}


/*---------------------
  Contact
-----------------------*/
.contact__text {
    padding-right: 16px;
    border-right: 1px solid var(--main_color);
}
.contact__text .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.contact__text .section-title h2 {
    font-size: 48px;
    margin-bottom: 18px;
}

.contact__text .section-title p {
    color: #1b1b1b;
    line-height: 26px;
    margin-bottom: 0;
    font-size: 15px;
}

.contact__text ul li {
    list-style: none;
    margin-bottom: 26px;
}

.contact__text ul li:last-child {
    margin-bottom: 0;
}

.contact__text ul li h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact__text ul li p {
    line-height: 27px;
    margin-bottom: 0;
}

.contact__form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 15px;
    color: var(--footer_inner_text);
    margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.contact__form input::-moz-placeholder {
    color: var(--footer_inner_text);
}

.contact__form input:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.contact__form input::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.contact__form input::placeholder {
    color: var(--footer_inner_text);
}

.contact__form textarea {
    height: 107px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 15px;
    color: var(--footer_inner_text);
    margin-bottom: 24px;
    resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.contact__form textarea::-moz-placeholder {
    color: var(--footer_inner_text);
}

.contact__form textarea:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.contact__form textarea::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.contact__form textarea::placeholder {
    color: var(--footer_inner_text);
}

.contact__form button {
    /* letter-spacing: 4px; */
    padding: 14px 35px;
    width: 100%;
}