.tt-menu-categories .tt-dropdown-toggle {
    background: #029346;
}

.top-menu .tt-header-holder {
    padding: 14px 0px 0;
    margin-bottom: -5px;
}

#tt-header.headertype5 .tt-header-holder_main .tt-logo img {
    max-height: 39px;
}

.newsletter .loading {
    display: none;
}

.newsletter .loading img {
    width: 40px;
}

.tt-promo-02>img {
    width: 100%;
    height: 100px;
}

.tt-product:not(.tt-view) .tt-image-box {
    height: auto;
}

.tt-product:not(.tt-view) .tt-image-box img {
    width: 100%;
    height: auto;
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tt-menu-categories .tt-dropdown-menu nav>ul .tt-megamenu-submenu>li>a {
    color: #777777;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: 2px;
    transition: all 0.2s linear;
}

.tt-product-vertical-layout .tt-product-single-carousel-vertical {
    float: left;
}
.tt-menu-toggle.stylization-02 {
    padding: 5px 11px 0px;
}

#custom-product-item .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: all 0.2s linear;
    transform: translate(0%, -50%)
}

#custom-product-item {
    opacity: 0;
    transition: opacity 0.2s linear;
}

#custom-product-item.tt-show {
    opacity: 1;
}

#custom-product-item .slick-arrow:hover {
    background: #2879fe;
    color: #ffffff;
}

#custom-product-item .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1;
}

#custom-product-item .slick-prev {
    left: 10px;
}

#custom-product-item .slick-prev:before {
    content: "\e90d";
}

#custom-product-item .slick-next {
    right: 10px;
}

#custom-product-item .slick-next:before {
    content: "\e90e";
}

#smallGallery .slick-arrow.slick-disabled,
#custom-product-item .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.tt-product-single-info {
    padding-right: 39px;
    padding-left: 0px;
    margin: -5px 0 0 0;
}

.tt-btn-close {
    cursor: pointer;
}

.tt-header-wrapper {
    background-color: #F7F8FA;
    padding: 7px 0;
}

.tt-search-type2 .tt-search-input {
    width: 300px !important;
    margin-right: 18px;
}

.tt-desctop-menu .tt-col-list [class^="col"] {
    margin-top: 5px;
    /* margin-left: 23px;
    text-align: left;
    margin-right: 0px; */
}

/* #tt-header.headertype5 .tt-desctop-menu#tt-desctop-menu__icon .dropdown-menu {
    padding: 33px 39px 27px 39px;
    left: 0px;
    width: auto;
    margin-top: 20px;
} */

#tt-header.headertype5 .tt-desctop-menu#tt-desctop-menu__icon nav>ul>li>a .tt-text {
    font-size: 15px;
}

#tt-header.headertype5 .tt-desctop-menu#tt-desctop-menu__icon nav>ul>li>a {
    padding: 20px 5px;
}

.tt-desctop-menu .tt-megamenu-submenu>li ul {
    min-width: 250px;
}


/* Alets */

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.85rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5;
}

.alert-primary hr {
    border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
    color: #113049;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-success hr {
    border-top-color: #b3e8ca;
}

.alert-success .alert-link {
    color: #123c24;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

.alert-info hr {
    border-top-color: #c0ddf6;
}

.alert-info .alert-link {
    color: #284257;
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

.alert-warning hr {
    border-top-color: #fff8b3;
}

.alert-warning .alert-link {
    color: #5d561b;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

.alert-danger .alert-link {
    color: #4c110f;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}


/*  */

.single-currency-box .tt-dropdown-menu {
    width: 200px;
}

.tt-desctop-menu .tt-icon img {
    width: 50px;
    max-width: 50px;
    height: auto;
}

.tt-desctop-menu img {
    width: 170px;
    max-width: 170px;
    height: 227px;
}

.tt-blog-masonry .tt-blog-init {
    opacity: 100%;
}

.tt-layout-01-post .tt-post .tt-post-img img {
    width: 373px;
    height: 389px;
}

.tt-post-single .tt-post-content p.main-img {
    text-align: center;
    margin-top: 33px;
}

.tt-product-single-info .tt-add-info ul li span:first-child {
    color: #029346;
}

.product-description-review-container {
    margin-top: 30px;
}

.product-description-review-container nav .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 16px;
}

.product-description-review-container nav .nav-tabs a.nav-link.active {
    color: #333;
    border-bottom: 2px solid #3a9943 !important;
}

.product-description-review-container nav .nav-tabs a.nav-link {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    margin: 0;
    margin-right: 0px;
    margin-right: 50px;
    padding: 16px 0;
    text-transform: capitalize;
    color: #a9a9a9;
    border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    background: transparent;
}

.product-description-review-container nav .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist-active {
    background: #029346;
    color: #ffffff;
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist-active:hover {
    color: #029346;
    background: #ffffff;
}

.tt-product .tt-btn-wishlist-mob-active {
    background: #ffffff;
    color: #029346 !important;
}

.tt-product .tt-btn-wishlist-mob-active:hover  {
    color: #495057 !important;
}

.wishlist-top .tt-obj-link .tt-dropdown-toggle .tt-badge-cart {
    right: inherit;
    left: 27px;
    top: -2px;
    width: 21px;
    height: 21px;
    font-size: 14px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-img img {
    max-width: 120px;
}

.tt-desktop-header .tt-header-holder .topbanner {
    display: none
}

.tt-desktop-header .tt-header-holder .topbanner nav>ul>li.tt-submenu>a {
    padding-right: 0px;
}

#tt-header.headertype5 .tt-desctop-menu:not(#tt-desctop-menu__icon) nav>ul>li.tt-submenu>a {
    letter-spacing: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tt-desctop-menu>nav>ul>li>a .tt-icon+span {
    margin-left: 20px;
}

.topbanner .cat-cover-img {
    display: none
}

.topbanner .cat-mnu {
    width: 100%;
}

.topbanner img.loading {
    display: none
}

.tt-stuck-nav .tt-logo img {
    /* width: 190px; */
    height: 30px !important;
    margin-top: 10px;
}

.tt-table-02 {
    border-top: none;
    border-bottom: none;
}

.tt-table-02 tbody tr {
    border-top: none;
}

.tt-table-02 tbody tr {
    border-top: none;
}

.tt-cart-list .tt-item .tt-item-img img {
    width: 67px;
    height: auto;
}

.tt-cart-list .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.tt-cart-list .tt-item a:not([class]) {
    display: flex;
    width: 100%;
    transition: color 0.2s linear;
}

.tt-cart-list .tt-item .tt-item-descriptions .tt-price {
    display: inline-flex;
    font-size: 16px;
    color: #191919;
    font-weight: 500;
}

.tt-cart-list .tt-item .tt-item-descriptions .tt-quantity {
    display: inline-flex;
    font-size: 14px;
    color: #777777;
}

.tt-cart-list .tt-item a:not([class]) .tt-title {
    color: #191919;
}

.tt-cart-list .tt-item .tt-item-img+.tt-item-descriptions {
    margin-left: 20px;
}

.tt-shopcart-table01 {
    width: 100%;
    font-family: "Hind", sans-serif;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px;
}

.tt-shopping-layout .list-addresses .one-address {
    font-size: 14px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e9e7e7;
}

.tt-shopping-layout .list-addresses .one-address h4 {
    font-size: 16px;
    padding: 0;
}

.tt-shopping-layout .list-addresses .one-address a {
    font-size: 13px;
    color: #029346;
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown>a {
    color: #878787;
    background: transparent;
}

.delivery-methods .addresses,
.delivery-methods .pickCollect {
    cursor: pointer;
    margin-bottom: 20px;
}

.delivery-methods i {
    font-size: 55px;
    padding: 0px;
    color: #079B43;
}
.stuck-layout-02 > :first-child:not(:last-child) {
    position: relative;
    z-index: 20;
}

.delivery-methods h2:not(.small):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 28px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
}

.delivery-methods .btn {
    margin-top: 5px;
}

.tt-shopping-layout .list-point {
    margin-bottom: 20px;
}

.tt-shopping-layout .list-point .one-point {
    font-size: 14px;
    padding: 5px 0 5px 0;
}

.tt-shopping-layout .list-point .one-point h4 {
    font-size: 16px;
    padding: 0;
}

.tt-shopping-layout .list-point .one-point a {
    font-size: 13px;
    color: #029346;
}

.orderstatus {
    border-radius: 6px;
    border: 2px solid #73AD21;
    padding: 10px;
    width: 200px;
    height: 44px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate input {
    display: none;
}

.rate label {
    font-size: 20px;
    color: #777777;
    float: right;
    width: 1.1em;
}

input:not(:checked)~label:hover,
input:not(:checked)~label:hover~label {
    color: #fd4;
}

input:checked~label {
    color: #fd4;
}

.rate_show {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.show_average_rate {
    width: 250px;
    padding: 38px;
    border: 1px solid #029346;
    margin: 35px 50px;
    text-align: center;
}

.figure {
    position: relative;
}

.figure img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.figure:hover img.image-hover {
    opacity: 1;
}

.fb-btn {
    width: 47%;
}

.google-btn {
    width: 47%;
}

@media (max-width: 575px) {
    .tt-tabs-imgbox {
        background-size: cover;
        background-position: inherit;
        height: 130px;
        width: 100%;
        padding: 34px 15px 30px;
        display: block;
    }
}
