/*
Theme Name: The Make-it Collective
Author: Staticshift
*/


/*=== START:: Global Styles ===*/

textarea {
    resize: none;
    height: auto;
}

.logo {
    max-width: 100px !important;
}

.title {
    font-size: inherit;
}

main p {
    margin-bottom: 15px;
}

.is-flex.is-wrapped {
    flex-wrap: wrap;
    justify-content: start;
}

.mobile-menu-container {
    z-index: 999;
}

.mobile-menu-links-container ul li a {
    display: block;
}

.dropdown-submenu {
    display: none;
}

.dropdown-toggle {
    position: relative;
    width: 100%;
}

.dropdown-toggle:after {}

.dropdown-toggle .icon.is-small {
    transition: transform ease .3s;
    height: 1.5rem;
    width: 1.5rem;
}

.dropdown-toggle .icon.is-small.opened {
    transform: rotate(180deg);
}

.mobile-shop-menu .dropdown {
    display: block;
}

.mobile-shop-menu>ul>li>a,
.mobile-shop-menu .dropdown-toggle>a {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.submenu-items {
    list-style: disc;
}

.submenu-items>li>a {
    font-weight: normal !important;
    font-size: 16px !important;
}

.mobile-shop-menu ul {
    background: white;
}

.menu-with-dropdown .dropdown {
    display: block;
    width: 100%;
}

.menu-with-dropdown .dropdown-submenu ul.submenu-items {
    background: none;
}

.mobile-menu-container .mobile-menu-links-container .menu-with-dropdown li a {
    color: #fff;
}

.social-favicon {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.store-rating {
    font-size: 25px;
}

#vendor-contact-form.std-form select {
    border: 1px solid #ddd;
    padding: 10px 5px;
    line-height: 1.5em;
}

.search-input {
    width: 100%;
}

.search-input-icon {
    background: none;
    border: none;
    max-width: 45px;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
}

.btn-white {
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #343434;
}

.btn-white:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.height-100 {
    height: 100%;
}

.dgwt-wcas-overlay-mobile {
    position: fixed !important;
}

.dgwt-wcas-search-wrapp {
    max-width: 400px !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    background: none;
    min-height: auto;
    height: auto;
    top: 1px;
    right: 1px;
    bottom: 1px;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border: 0.1px solid rgba(0, 0, 0, 0.2);
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    display: none;
}

.dgwt-wcas-ico-magnifier {
    fill: #363636 !important;
}

.dgwt-wcas-search-icon {
    margin: 3px auto;
}

body .dokan-edit-row {
    background: #fff;
    border: 2px solid #3b9189;
}

.shop-nav.fixed {
    background: #fff;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 9;
}

.shop-nav .nav-link {
    padding: .618em 0em;
    display: block;
}

.tabs a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #343434;
    opacity: .6;
    padding: 0.2em 1em;
    margin-bottom: 0px;
    border-bottom-color: #F8F8F8;
    border-bottom-width: 2px;
}

.tabs .tab.active a {
    border-bottom-color: #343434;
    opacity: 1;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px;
}

.shop-sidebar-heading {
    letter-spacing: 2px;
}

.btn-bronze {
    display: inline-block;
}

.wp-block-button .wp-block-button__link {
    border: 3px solid #CC5500;
    background-color: #CC5500;
    color: #FFF;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #fff;
    color: #CC5500;
}

[class*="woocommerce columns-"] {
    width: 100%;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
}

ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    border: none !important;
}

ul.page-numbers>li>.page-numbers {
    padding: 5px 15px;
    background: #fff;
    color: #3B9189;
    border: 1px solid #3B9189;
    margin: 0px -0.5px;
}

ul.page-numbers>li>.page-numbers.current {
    background: #3B9189;
    color: #fff;
}

.wpsm-show,
.wpsm-hide {
    color: #3B9189 !important;
}

.wpsm-show:hover,
.wpsm-hide:hover {
    color: #363636 !important;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: "Amatic SC", cursive;
    font-size: 64px;
    color: #343434;
    font-weight: 700;
    line-height: 1.2em;
}

.post-content h2 {
    font-size: 54px;
}

.post-content h3 {
    font-size: 44px;
}

.post-content h4 {
    font-size: 34px;
}

.post-content h5 {
    font-size: 24px;
}

.post-content h6 {
    font-size: 24px;
}

.post-content p {
    margin-bottom: 1rem;
}

.post-content .quote-group {
    background-color: #F8F8F8;
    padding: 35px;
    border-radius: 7px;
    margin-top: 3rem;
}

.post-content .alert-box-header {
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 7px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.social-share .ess-social-network-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px !important;
}

.tmic-alert-info:before {
    content: "" !important;
}

.tmic-alert-info {
    padding: 15px !important;
    margin-top: 15px !important;
}

.desktop-nav .tinvwl_add_to_wishlist_button {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-right: 3rem !important;
}

.product-card .favourite {
    padding: 5px;
}

.product-card .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 25px !important;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    margin: 7px auto !important;
    text-align: center;
}


/*=== END:: Global Styles ===*/


/*=== START:: Woocommerce Override ===*/

.button {
    height: auto;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt {
    border: 3px solid #cc5500;
    background-color: #cc5500 !important;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 13px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    min-width: 140px;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
    background-color: #fff !important;
    color: #cc5500 !important;
}

input#coupon_code {
    min-width: 200px;
    height: 44px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px 5px;
}

.product5-nav-items-wrap {
    margin-bottom: 1em;
}

.qty-span-container>.qty {
    -webkit-appearance: textfield;
    height: 100%;
    border: 0px;
    text-align: center;
    width: 70px;
}

.small-pop-header a {
    color: #343434;
}

.flex-control-thumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;
}

.flex-control-thumbs li {
    margin: 0px 5px 5px 5px;
}

.cta-expanded-img {
    height: 158% !important;
}

.filter-container ul>li a {
    color: #363636;
}

.woocommerce span.onsale {
    background-color: #3B9189;
    padding: 0px;
}

.woocommerce .star-rating {
    color: #3B9189;
    float: left;
}

.product-card {
    max-height: 220px;
    overflow: hidden;
}

.product-card img.woocommerce-placeholder {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-card.has-gallery .product-card-img.secondary {
    opacity: 0;
    transition: all ease 0.5s;
}

.product-card.has-gallery .product-card-img.featured-image {
    transition: all ease 0.5s;
    opacity: 1;
}

.product-card.has-gallery:hover .product-card-img.secondary {
    opacity: 1;
}

.product-card.has-gallery:hover .product-card-img.featured-image {
    opacity: 0;
}

.woocommerce .product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce .product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce .product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce .product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.woocommerce-ordering .orderby {
    background-image: url('assets/images/chevron.svg');
    background-repeat: no-repeat;
    background-position: right 10px bottom 50%;
}

.woocommerce-column__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.variations_button {
    display: flex;
    justify-content: end;
    margin-left: 15px;
}

.tinv-wraper.tinv-wishlist {
    display: inline-block;
}

.cart .tinvwl_add_to_wishlist_button {
    background: #fff;
    color: #cc5500;
    padding: 12px 13px;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -o-transition: all .3s !important;
    margin-top: 0px !important;
    margin-left: 10px;
}

.cart .tinvwl_add_to_wishlist_button:hover {
    background: #cc5500;
    color: #fff;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    border-collapse: collapse;
    border: 1px solid #dddd;
}

.tinv-wishlist table td,
.tinv-wishlist table th {
    border: 1px solid #dddd;
}


/*=== END:: Woocommerce Override ===*/


/*=== START:: Dokan Override ===*/

.zone-method-table .delete>a,
.product-listing-table .delete>a {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.dokan-modal-content .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #3B9189;
    color: #fff;
    border: none;
    border-radius: 0;
}

.dokan-modal-content .button:focus {
    box-shadow: none;
}

.dokan-dashboard .dokan-dashboard-content {
    padding: 25px 0px 25px 25px;
}

.dokan-dashboard header.dokan-dashboard-header h1 {
    padding: 0 0 20px 0;
}


/*=== END:: Dokan Override ===*/


/*=== START:: OwlCarousel ===*/

.owl-carousel {
    padding: 0px 100px;
}

.section .owl-carousel .owl-item .carousel-arrow-image {
    width: auto !important;
    display: inline-block !important;
}

.section .owl-carousel .owl-nav .owl-next,
.section .owl-carousel .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 16px !important;
    border: 3px solid #343434 !important;
    color: #343434 !important;
    font-size: 45px !important;
    ;
    padding: 15px !important;
    transition: background-color 200ms ease-in-out;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #343434 !important;
    color: #fff !important;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
}

.owl-theme .owl-nav {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: -5px;
    right: -5px;
}

.owl-carousel .owl-item {
    padding: 10px 0px;
}


/*=== END:: OwlCarousel ===*/


/*=== START:: Footer ===*/

.footer-widget ul li {
    display: block;
    padding: 5px 0 5px 0;
}

.footer-widget .menu a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: ease-in-out 300ms;
    font-size: 15px;
    color: #343434;
}

.footer-widget .menu a:hover {
    text-decoration: underline;
}


/*=== END:: Footer ===*/

/*=== START:: Header Edit ===*/
.nav-link-priority {
    color: #000;
    font-weight: 500;
}

.toggle-desktop-search {
    position: relative;
}

.toggle-desktop-search svg {
    height: 17px;
    vertical-align: middle;
}

.toggle-desktop-search .dgwt-wcas-search-wrapp {
    display: none;
    position: absolute;
    right: 0;
    top: 27px;
}

.section-discovered .container {
    max-width: 760px;
}

.section-discovered p {
    margin-bottom: 15px;
}

@media (max-width:1410px) {
    .nav-link-priority p {
        display: none;
    }
}

/*=== END:: Header Edit ===*/



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

    #ess-main-wrapper .ess-pinterest-img-picker-popup,
    #ess-main-wrapper .ess-popup-wrapper {
        transform: translateY(0) !important;
        top: 10px !important;
        bottom: 10px !important;
        right: 10px !important;
        left: 10px !important;
    }

    #ess-wrap-inline-networks {
        height: 100% !important;
        overflow-y: auto !important;
    }

    #ess-main-wrapper .ess-pinterest-img-picker-popup .ess-social-network-lists,
    #ess-main-wrapper .ess-popup-wrapper .ess-social-network-lists {
        margin-right: 0px !important;
    }
}


/*=== Start:: dokan popup edit ===*/

.iziModal-content .dokan-add-new-product-popup h2
{
  position: relative;
}

/*=== End:: dokan popup edit ===*/