@charset "utf-8";
@import "woocommerce.css";
/* CSS Document */
@import "../font/vazir/font-face.css";
@import "all.min.css";

* {
    font-family: Vazir;
}

a {
    text-decoration: none !important;
}

/* -------- Slick Slider -------- */

.slick-dots li.slick-active button:before {
    color: #f37721;
}

.slick-dots li button:before {
    font-size: 50px;
    color: #f37721;
}

.top-slider .slick-dots {
    bottom: 10px;
}

.slick-dots {
    bottom: -8px;
}

.slick-prev,
.slick-next {
    width: 10px;
    height: 10px;

}

.slick-prev:before,
.slick-next:before {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

[dir='rtl'] .slick-prev {
    right: 10px;
    left: auto;
}

.slick-prev:before {
    content: url("../img/chevron-01.svg");
}

[dir='rtl'] .slick-prev:before {
    content: url("../img/chevron-02.svg");
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 10px;
}

.slick-next:before {
    content: url("../img/chevron-02.svg");
}

[dir='rtl'] .slick-next:before {
    content: url("../img/chevron-01.svg");
}

.top-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.top-slider .slick-dots li button:before {
    font-size: 35px;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

a {
    text-decoration: none !important;
}


/* -------- main-header -------- */

.menu-img img {
    height: 40px;
}

/* Top Searchbar */

.top-logo a img {
    height: 70px;
}

.top-searchbar {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
}

.top-searchbar .top-user svg {
    font-size: 22px;
    color: #f37721;
}

.frontpage-top {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
}

.mobile-head-icons svg{
font-size: 24px;
}

/* cat */

.top-category h5 {
    background: #f37721;
}

.top-category nav {
    background: #f4f5fd;
    height: 447px;
    overflow-y: scroll;
}

.top-category ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-category ul li:nth-child(even) {
    background: #f8f9fa;
!important;
}

.top-category ul li svg {
    transition: .3s;
    font-size: 12px;
}

.top-category ul li.show {
    padding-bottom: 10px;
}

.top-category ul li.show svg {
    transform: rotate(180deg);
}

/* Slider */

.frontpage-top .slider66 img {
    height: 503px;
    width: 100% !important;
    object-fit: cover;
}

.frontpage-top .slider66 a.slick-slide {
    padding: 0 !important;
}

/* -------- Why Us -------- */

.why-us {
    background: #f37721;
}

.why-us a {
    border-color: #ffffff;
}

.why-us img {
    height: 35px;
}

/* -------- Fixed Button -------- */

.hom-fixed-buttons {
    position: fixed;
    left: 30px;
    top: 0;
    bottom: 0;
}
.hom-fixed-buttons .hom-fixed-btn{
    background: rgba(243,119,33,.9);
    border-radius: 8px;
    border: solid 2px white;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.hom-fixed-buttons .hom-fixed-btn svg{
    font-size: 24px;
}

/* -------- featured-products --------*/

.featured-products-title {
    border-right: solid 10px #f37721;
    border-radius: 9px;
}

.featured-product .card .card-header {
    background: #f37721;
    width: 100%;
    height: 50px;
    border-radius: 0;
}

.featured-product .card {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    border-radius: 10px;
    overflow: hidden;
}

.featured-product:nth-child(even) .card .card-header {
    background: #38851c;
}

.featured-product img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}


/* -------- Suppliers -------- */

.supplier-top-searchbar .menu-img img {
    height: 75px;
}

.approved-supplier-stars svg {
    color: gold;
    filter: drop-shadow(2px 2px 0 rgba(0,0,0,.6));
}

.suppliers-featured-slider img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
}

.suppliers-featured-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.suppliers-featured-slider .slick-dots li button:before {
    font-size: 35px;
}
.suppliers-home-section img,.suppliers-product-tab img {
    height: 227px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.supplier-sidebar-contact {
    top: 70px;
}
.supplier-sidebar-contact svg,.product-sidebar-contact svg{
    color: #28a745;
}

.suppliers-contact-btn{
    padding: 8px 10px 5px 9px;
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #28a745;
    color: white;
    opacity: .9;
    border: solid 2px white;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.suppliers-contact-btn:focus{
    outline: 0;
}
.suppliers-contact-btn svg{
    font-size: 24px;
}

@media all and (max-width: 768px) {
    .menu-img img{
        height: 30px;
    }
    .suppliers-featured-slider img {
        height: 250px;
    }
}

/* Frontpage Premium Suppliers */

.front-premium-supplier-head {
    border-left: solid 10px #f37721;
    border-radius: 9px;
}

.front-success-stories-head {
    border-right: solid 10px #f37721;
    border-radius: 9px;
}

.front-premium, .front-success-stories {
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.front-premium-supplier {
    max-height: 365px;
    overflow-y: scroll;
}

.front-premium-supplier img{
    height: 50px;
    object-fit: scale-down;
}


/* Frontpage Packages */

.front-package-slider {
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.front-package-slider .front-package-head {
    background: #c8c8c8;
}

.front-package-slider .front-package-head h5 {
    color: #f37721;
}

.front-package-slider .front-package-cart img{
    height: 67px;
    width: 100%;
    object-fit: cover;
}

.front-package-slider .front-package-body {
    height: 213px;
    overflow-y: auto;
    width: 100%;
}

.front-package-footer {
    background: #c8c8c8;
}

.front-package-footer a {
    background: #f37721;
    color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

.front-package-slider .slick-dots {
    bottom: unset;
    top: -42px;
    text-align: left;
    left: 12px;
}

.front-package-slider .slick-dots li{
    margin: 0;
    width: 15px;
    height: 15px;
}

.front-package-slider .slick-dots li button:before {
    font-size: 40px;
}

/* Frontpage Success Stories */

.front-success-slides img {
    height: 80px;
    object-fit: scale-down;
}

.front-success-slides h5 {
    color: #f37721;
}

/* Frontpage Article Slider */

.article-section {
    border-radius: 16px;
}

.article-section .card img {
    height: 227px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}


/* -------- Products -------- */

.gradivisgallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 5vw;
}

.placeholder {
    width: 80%;
    margin: 1%;
    float: left;
}

.placeholder img {
    border: 1px solid #d1d1d1 !important;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    max-height: 1200px;
}

.placeholder img:hover {
    cursor: zoom-in;
}

.gallery-images {
    display: flex;
    flex-direction: column;
    width: 12%;
    margin: .5%;
    float: left;
}

.gradivisimage img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #d1d1d1 !important;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 10px;
    transition: 0.3s;
}

.gradivisimage img:hover {
    opacity: 0.7;
}

/* Mobile Styling for Gallery */
@media only screen and (max-width: 749px) {
    .gradivisgallery {
        flex-direction: column-reverse !important;
        margin-left: 0vw !important;
    }

    .placeholder {
        width: 100% !important;
    }

    .gallery-images {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        margin-left: 5px !important;
        float: none !important;
        column-count: 2 !important;
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-gap: 20px;
    }

    .gallery-images .gradivisimage {
        width: 20% !important;
        height: 100% !important;
    }

    .gradivisimage img {
        width: 100% !important;
        object-fit: cover;
    }
}

/* Begin Additional CSS for Zoom */
/* The Modal (background) */
#myModal .modal {
    display: none; /* Hidden by default */
    position: fixed;
    padding-top: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgb(253, 250, 246);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

/* Modal Content (image) */
#myModal .modal-content {
    margin: auto;
    display: block;
    width: 65%;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(2);
    }
}

@keyframes zoom {
    from {
        transform: scale(0.4);
    }
    to {
        transform: scale(1);
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}

/* The Close Button */
#myModal .close {
    position: absolute;
    top: 15px;
    right: 80px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#myModal .close:hover,
#myModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.product-price strong {
    background: #f37721;
}
.product-sidebar-contact {
    top: 85px;
}


/* Frontpage Products Categories */

.front-special-products-head {
    border-right: solid 10px #f37721;
    border-radius: 9px;
}

.front-special-products {
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
}
.front-special-slides img{
    border-radius: 12px;
    height: 356px;
    width: 100%;
    object-fit: cover;
}



/* -------- Category -------- */

/* Suppliers-Cat */

.supplier-category-edit .card {
    border-radius: 12px;
}

.supplier-category-edit .card-img img {
    height: 120px;
    object-fit: scale-down;
}

.supplier-category-edit .nav-pills .nav-link {
    border-radius: 16px;
    color: #28a745;
    border: 1px solid #28a745;
    background: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.supplier-category-edit .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 16px;
    background: #28a745;
    color: white;
    border: 1px solid white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}


/* Products-Cat */

.product-cat-card img {
    height: 227px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.product-cat-sidebar .premier-supplier-card  {
    top: 85px;
}

.product-cat-sidebar .premier-supplier-card img {
    height: 50px;
    object-fit: scale-down;
}

/* Frontpage Products-Cat */

.front-productscat-title {
    border-right: solid 10px #17a2b8;
    border-radius: 9px;
}

.front-products-cat {
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.front-products-cat {
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.front-products-cat-head {
    padding: 10px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.front-products-cat-head::-webkit-scrollbar {
    height: 1.2em;
}
.front-products-cat-head::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.front-products-cat-head::-webkit-scrollbar-thumb {
    background: rgba(243,119,33,.9);
    border-radius: 10px;
}
.front-products-cat-head::-webkit-scrollbar-button {
    height: 1.2em;
    width: 1.2rem;
    background: gray;
}

.front-products-cat .front-products-cat-head ul {
    width: fit-content;
    flex-wrap: unset!important;
    align-items: end;
    overflow-x: auto;
}

.front-products-cat .front-products-cat-head li {
    width: 170px;
}

.front-products-cat .front-products-cat-head li a.active{
    background: none;
}

.front-products-cat .front-products-cat-head li a img{
    filter: grayscale(1);
    object-fit: scale-down;
    margin: 15px;
    height: 90px;
    max-width: 110px;
    opacity: .5;
}

.front-products-cat .front-products-cat-head li a.active img{
    filter: grayscale(0);
    opacity: 1;
}

.front-products-cat .front-products-cat-head li a button{
    background: #c8c8c8;
    color: #646464;
    border-radius: 0;
}

.front-products-cat .front-products-cat-head li a.active button{
    background: #17a2b8;
    color: #ffffff;
    border-radius: 0;
}

.front-products-cat-body {
    height: 350px;
    overflow-x: auto;
}

.front-products-cat-body a {
    color: black;
    transition: .4s;
}

.front-products-cat-body a:hover {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .front-products-cat-body h6 {
        margin-top: 20px;
    }
}

/* Provinces Category */

.provinces-cat, .exhibition-cat {
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    overflow: hidden;
}

.provinces-cat .provinces-cat-head, .exhibition-cat-head {
    background: #c8c8c8;
}

.provinces-cat .provinces-cat-head h5, .exhibition-cat-head h5 {
    color: #f37721;
}

.provinces-cat .provinces-cat-body, .exhibition-cat-body {
    height: 360px;
    overflow-y: auto;
    width: 100%;
}

.exhibition-cat-body img{
    max-height: 70px;
    max-width: 70px;
    object-fit: scale-down;
}

.provinces-cat a {
    width: 45%;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    margin: 8px 3px;
    text-align: center;
    color: #000000;
    background: #ffffff;
}


/* -------- Events -------- */

.front-events-title {
    border-right: solid 10px blueviolet;
    border-radius: 9px;
}
.front-services-title {
    border-right: solid 10px #0b9c25;
    border-radius: 9px;
}

.front-events img{
    border-radius: 16px;
    min-height: 150px;
    object-fit: scale-down;
    width: 100%;
}

/* footer */

.footer-top .social a {
    font-size: 30px;
}

/* -------- singular -------- */

.article-card .card-footer svg {
    font-size: 26px;
}

.article-card .card-footer a:hover svg {
    color: red;
}


.carousel-item .carouselimg1 {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}

.comments-custom {
    background: rgba(255, 255, 255, 0.5);
}

.comments-custom .comments-title p {
    letter-spacing: 4px;
}

.comments-img-custom img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.7);
}

.comments-card-body-custom {
    background: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    height: 140px;
    overflow: hidden;
    border-radius: 12px !important;
}


.mproducts {
    height: auto;
    width: 100%;
    background-image: linear-gradient(513deg, #e24fbe 0, #26002b 70%);
}

.mproducts-title p {
    letter-spacing: 4px;
}

.mproducts h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mproducts-custom {
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.mproducts-custom img {
    height: 160px;
}

.mproducts-custom h4 {
    font-size: 20px;
    font-weight: 600;
}

.mproducts-custom small {
    font-size: 14px;
    font-weight: 300;
}
.footer-form .gform_wrapper input,.footer-form .gform_wrapper select {
    width: 100% !important;
    border: 2px solid silver;
    border-radius: 8px;
}
.footer-form .gform_wrapper .gform_button {
    background: #218838!important;
    text-align: center!important;
    color: white;
    border: 2px solid #1e7e34;
}

/* --------- About --------- */

.about-title {
    background-image: linear-gradient(45deg, #66007f, #59235b, #300632, #300632);
    border-bottom: 1px solid rgb(200, 200, 200);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.about-title h1 {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 10px;
}


.about-img {
    position: relative;
    width: 100%;
    height: 500px;
}

.about-img section {
    display: block;
    width: 250px;
    height: 200px;
    margin: 194px auto;
    animation: ripple 0.6s linear infinite;
    border-radius: 100px;
}


.about-img img {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 500px;
    width: auto;
    object-fit: scale-down;
}

.about-card-custom p {
    font-size: 18px;
}

.about-card-custom h4 {
    color: #300632 !important;
}

.about-card img {
    height: 250px;
    width: auto;
    object-fit: scale-down;
}

.about-card h4 {
    background: #59235b;
    border-radius: 10px;
    padding: 13px;
}


.abut-me-back {
    position: relative;
    height: 360px;
    width: 100%;
}

.abut-me {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(513deg, #526fc3 0, #CD887F 100%);
    color: #fff;
}

.abut-me-title p {
    letter-spacing: 3px;
}

.abut-me img {
    position: absolute;
    height: 350px;
    bottom: 0;
    right: 0;
}

.abut-me .results-custom p {
    font-weight: 800;
    color: #19dec2;
    margin-bottom: 2px;
}

.abut-me .results-custom svg {
    font-size: 40px;
    color: #19dec2;
}

.courses-user-comment img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.comment-respond h3 {
    color: #6c757d !important;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comment-respond input {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    width: 100% !important;
    overflow: visible;
    padding: 8px;
    border-radius: 10px;
}

.comment-respond input.submit {
    width: auto !important;
    float: left;
    padding: 6px 30px !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #17a2b8 !important;
    border: solid 1.5px #17a2b8 !important;
    transition: 0.3s;
}

.comment-respond input.submit:hover {
    background: #17a2b8 !important;
    color: #ffffff !important;
}

.comment-reply-link {
    float: left;
    transition: 0.3s;
    font-size: 13px;
    color: #17a2b8 !important;
    border: solid 2px #17a2b8;
    padding: 3px 9px;
    border-radius: 11px;
}

.comment-reply-link:hover {
    background: #17a2b8 !important;
    color: #fff !important;
}

.comments-pagination-edit {
    clear: both;
    text-align: center;
}

.comments-pagination-edit .pagination {
    display: inline-block;
}

.comments-pagination-edit .pagination .page-numbers {
    border: solid 1px #93a8c3;
    margin: 0 -1.5px !important;
    padding: 4px 9px 0 9px;
    border-radius: 6px !important
}

.courses-video .h_iframe-aparat_embed_frame iframe {
    border-radius: 15px;
    border: none;
}

/* --------- Blog --------- */

.wp-post-image {
    width: 100% !important;
}

.custom-card-4 {
    border-radius: 12px;
    background: rgba(255, 255, 255, .75);
}

.custom-card-4 .card-body h1 {
    color: #550962 !important;
}

.custom-card-4 img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 10px auto;
}

.custom-card-4 ul {
    margin: 0 15px;
}

.custom-card-4 ul li {
    list-style: square;
}

.custom-card-4 ul li::marker {
    color: #550962;
}

@media (max-width: 768px) {
    .custom-card-4 ul {
        margin: 0 20px;
    }
}

.singular-slider-custom h5 {
    color: #0d1658 !important;
}

.singular-slider-custom p {
    color: #6c757d !important;
}


/* --------- Contact us --------- */

.contact-form-edit {
    border-radius: 20px;
    overflow: hidden;
}

.contact-form-edit .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: none;
}

.contact-form-edit .gform_body li {
    padding: 0 !important;
}

.contact-form-edit .gform_body li input, textarea {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    width: 100% !important;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.contact-form-edit .gform_footer {
    display: unset !important;
}

.contact-form-edit .gform_footer.top_label .gform_button {
    float: left !important;
    padding: 10px 40px !important;
    margin: 0 !important;
    color: white;
    background: #ec5656;
    transition: 0.4s;
    border-radius: 10px;
}

.contact-form-edit .gform_footer.top_label .gform_button:hover {
    background: #e51859;
}

.social-contact a {
    color: #b5b5b5 !important;
    transition: 0.3s;
    font-size: 28px;
}

.social-contact a:hover {
    transition: 0.5s;
    color: #e51859 !important;
    transform: rotate(360deg);
}

.contact-side-content {
    border-radius: 20px;
    overflow: hidden;
}

.contact-side-content .card-body p strong svg {
    color: #e51859 !important;
}


/* --------- Category --------- */

.pagination-custom ul {
    align-items: center !important;
    align-self: center !important;
}

#comments .author-title {
    font-weight: 300;
}

#comments .photo {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

#sidebar-primary .tagcloud a {
    color: #c3c3c3 !important;
    font-size: 13px !important;
    margin-left: 5px;
}

#sidebar-primary .tagcloud a:hover {
    color: #0c82b8 !important;
}


.mt-100 {
    margin-top: 100px
}

#advertise-share-btn.modal {
    background: rgba(15, 20, 50, 0.2);
}

#advertise-share-btn .modal-title {
    font-weight: 900
}

#advertise-share-btn .modal-content {
    border-radius: 13px
}

#advertise-share-btn .modal-body {
    color: #3b3b3b
}

#advertise-share-btn .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

#advertise-share-btn .fab:before {
    position: relative;
    top: 13px
}

#advertise-share-btn .smd {
    width: 200px;
    font-size: small;
    text-align: center
}

#advertise-share-btn .modal-footer {
    display: block
}

#advertise-share-btn .ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

#advertise-share-btn .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

#advertise-share-btn button.focus,
#advertise-share-btn button:focus {
    outline: 0;
    box-shadow: none !important
}

#advertise-share-btn .ur.focus,
#advertise-share-btn .ur:focus {
    outline: 0;
    box-shadow: none !important
}

#advertise-share-btn .message {
    font-size: 11px;
    color: #ee5535
}

#advertise-share-btn .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}

.my-breadcrumb-edit {
    background: rgba(255, 255, 255, 0.6);
    border: solid 2px #fff;
    border-radius: 12px 12px 12px 0;
}

.my-breadcrumb-edit a {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.my-breadcrumb-edit em {
    color: #404040;
    font-size: 1rem;
}

.my-breadcrumb-edit span {
    color: #404040;
    font-size: 1rem;
}

.advise-card-edit {
    border-radius: 15px;
}

.cards-contents .cards-social a {
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    width: 80px;
    height: 80px;
    background-image: linear-gradient(to top, rgba(216, 217, 219, .5) 0%, rgba(255, 255, 255, .5) 80%, rgba(253, 253, 253, .5) 100%);
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1;
    transition: all 0.2s ease;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    border-radius: 12px;
}

.cards-contents .cards-social a svg {
    font-size: 40px;
}

.cards-contents .cards-social a:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}


/* -------- Search Form -------- */

.search-form-edit input:focus-visible {
    outline: 0;
}