
/*SHOP*/

.product-list-small article:not(:last-child) {
    margin-bottom: 20px;
}

.product-list-small .title-small {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-list-small .title-small a {
    color: #1a1a1a;
}

.product-list-small .product-price {
    color: #088178;
    font-size: 16px;
    font-weight: 500;
}

.product-list-small .product-price span.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #90908e;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}

.range .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    background: none;
    border: 0;
}

.range .checkbox {
    font-size: 0.8em;
}

.range .price-filter {
    display: block;
    margin-top: 20px;
}

.range #slider-range {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 4px;
    border-radius: 0px;
    background: #088178;
    color: #088178;
}

.range #slider-range .ui-slider-range {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #222;
    border-radius: 0px;
    border: none;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 14px;
    height: 14px;
    line-height: 10px;
    background: #088178;
    border: none;
    border-radius: 100%;
    top: -5px;
}

.range .label-input {
    margin-top: 15px;
}

.range .label-input span {
    margin-right: 5px;
    color: #282828;
}

.range .label-input input {
    border: none;
    margin: 0;
    height: unset;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    padding-left: 0;
}

.range .check-box-list {
    margin-top: 15px;
}

.range .check-box-list li {
    margin-bottom: 5px;
}

.range .check-box-list li:last-child {
    margin: 0;
}

.range .check-box-list li label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.range .check-box-list li label input {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.range .check-box-list .count {
    margin-left: 5px;
    color: #666;
}

.btn.btn-small {
    line-height: 1;
    padding: 10px 15px;
    min-width: unset;
    display: table;
    border-radius: 3px;
}

.product-sidebar .single-post {
    position: relative;
}

.product-sidebar .single-post:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}

.product-sidebar .single-post .content {
    padding-left: 95px;
}

.product-sidebar .single-post i {
    font-size: 12px;
}

.product-sidebar .image {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.shop-product-fillter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
}

.shop-product-fillter.style-2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e9e1;
}

.shop-product-fillter .sort-by-product-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-fillter .sort-by-product-area .sort-by-cover {
    position: relative;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8f9;
    border: 1px solid #f7f8f9;
    color: #777;
    padding: 9px 16px;
    border-radius: 26px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    border: 1px solid #e2e9e1;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
    margin-right: 5px;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
    margin-right: 10px;
    font-size: 14px;
    color: #ababab;
    position: relative;
    top: 2px;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
    font-size: 13px;
    font-weight: 500;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
    font-size: 13px;
    font-weight: 500;
    color: #4f5d77;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
    font-size: 15px;
    color: #4f5d77;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.sort-by-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    right: 0;
    padding: 16px 0 21px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
    color: #4f5d77;
    font-weight: 500;
}

.sort-by-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.sort-by-dropdown ul li {
    display: block;
}

.sort-by-dropdown ul li a {
    font-weight: 500;
    font-size: 13px;
    padding: 5px 30px;
    display: block;
    position: relative;
    color: #4f5d77;
}

.sort-by-dropdown ul li a.active::before {
    content: "\f143";
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: #088178;
    font-family: 'uicons-regular-straight'  !important;
    font-weight: 900;
}

.sort-by-dropdown ul li a.active:hover::before {
    color: #fff;
}

.sort-by-dropdown ul li a:hover {
    background-color: #088178;
    color: #ffffff;
}

/*Product list*/
.product-list {
    position: relative;
}

.product-list .product-cart-wrap {
    border: 0;
    border-radius: 0;
    overflow: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-list .product-cart-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.product-list .product-cart-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-list .product-cart-wrap:hover .product-img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.product-list .product-cart-wrap .product-badges.product-badges-position {
    left: 30px;
    top: 28px;
}

.product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 33%;
    position: relative;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img {
    border: 1px solid #e2e9e1;
    border-radius: 10px;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
    overflow: hidden;
    padding: 10px;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
    height: auto;
}

.product-list .product-cart-wrap h2 {
    font-size: 22px;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    bottom: unset;
    padding: 0 20px;
    margin-top: 20px;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
    border: none;
    width: auto;
    border-radius: 50px;
    background-color: #088178;
    color: #fff;
    text-align: center;
    margin-right: 0;
    position: relative;
    display: inline-block;
    padding: 0px 23px;
    height: 44px;
    font-weight: 500;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
    margin-right: 8px;
    color: #fff;
}

/*PRODUCT DETAILS*/
.detail-gallery {
    position: relative;
    width: 100%;
    padding-top: 5px;
}

.detail-gallery .zoom-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
    position: relative;
}

.slider-nav-thumbnails .slick-slide.slick-current {
    opacity: 1;
}

.asset-details-price-design .product-price1 .selling-price {
    font-size: 13px;
    color: #f44334;
}

.asset-details-price-design .product-price1 span.old-price {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
    margin: 0 0 0 4px;
    text-decoration: line-through;
}

.slider-nav-thumbnails .slick-slide.slick-current::before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 0;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid #a2d2c9;
}

.slider-nav-thumbnails div.slick-slide {
    margin: 0 3px;
    /* width: 33% !important;
    aspect-ratio: 16 / 9 !important; */
}

.slider-nav-thumbnails button.slick-arrow {
    margin: 0;
}

.slider-nav-thumbnails .slick-prev {
    left: 0;
}

.slider-nav-thumbnails .slick-next {
    right: 0;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-rate {
    background-image: url("../imgs/theme/rating-stars.png");
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url("../imgs/theme/rating-stars.png");
    background-position: 0 0;
}

.detail-info .product-price ins {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}

.detail-info .product-price ins span.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.assetdetailscontentdisplay ul li {
    color: #000000;
    border: 0px solid #000000;
    background-color: #00000000;
    margin: 0px;
    padding: 0px 10px;
}

.assetdetailscontentdisplay .tab-content .tab-pane ul {
    list-style-type: circle !important;
    display: list-item !important;
    padding-left: 20px !important;
}

.assetdetailscontentdisplay .tab-content .tab-pane ul::marker {
    color: #fff !important;
}

.assetdetailscontentdisplay .tab-content .tab-pane ul li{
    display: list-item !important;
}

.assetdetailscontentdisplay .tab-content .tab-pane ul li .ifont {
    display: none;
}

.assetdetailscontentdisplay .tab-content .tab-pane ol {
    list-style-type: auto !important;
    display: list-item !important;
    padding-left: 20px !important;
}

.assetdetailscontentdisplay .tab-content .tab-pane ol::marker {
    color: #fff !important;
}

.assetdetailscontentdisplay .tab-content .tab-pane ol li{
    display: list-item !important;
}

.assetdetailscontentdisplay .tab-content .tab-pane ol li .ifont {
    display: none;
}

.detail-info .product-meta {
    border-top: 1px solid #e2e9e1;
    padding-top: 15px;
}

.list-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-filter li {
    display: inline-block;
}

.list-filter li a {
    color: #555;
    display: block;
    min-width: 30px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.color-filter.list-filter a span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 40px;
}

.color-filter.list-filter a span.product-color-white {
    border: 1px solid #ddd;
}

.color-filter.list-filter li.active a::before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: -3px;
    background: #4cd964;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.size-filter.list-filter a {
    border-radius: 4px;
    padding: 0 7px;
    background: #fff;
}

.size-filter.list-filter li a {
    border: 1px solid #e5e5e5;
    color: #555;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    text-transform: uppercase;
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
    color: #fff;
    background-color: #088178;
    border-color: #088178;
}

.detail-qty {
    max-width: 80px;
    padding: 9px 20px;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.detail-qty > a {
    font-size: 16px;
    position: absolute;
    right: 8px;
    color: #707070;
}

.detail-qty > a:hover {
    color: #088178;
}

.detail-qty > a.qty-up {
    top: 0;
}

.detail-qty > a.qty-down {
    bottom: 0;
}

.attr-detail .select-box select {
    height: 40px;
    width: 100%;
}

.attr-detail.attr-brand {
    margin-top: 23px;
}

.attr-detail.attr-brand .select-box {
    display: block;
    margin-bottom: 20px;
}

.attr-detail.attr-color table {
    margin-bottom: 15px;
}

.detail-extralink > div {
    display: inline-block;
    vertical-align: top;
}

.detail-extralink .detail-qty {
    margin: 0 6px 15px 0;
    background: #fff;
}

.detail-info .product-price-cover {
    border-top: 0px solid #e2e9e1;
    border-bottom: 0px solid #e2e9e1;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-info .product-price-cover .product-price {
    line-height: 1;
}

.button.button-add-to-cart {
    padding: 8px 20px;
    display: inline-flex;
}
.text-right {
    text-align: right;
}
.product-extra-link2 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 40px;
    margin: 0 3px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-extra-link2 a:hover {
    background-color: #088178;
    color: #fff;
}

.tab-style3 .nav-tabs .nav-item a.active {
    color: #2196f3;
    margin: 0px;
    padding: 10px;
    font-family: Inter, Noto Sans SC, Noto Sans JP, Noto Sans KR, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.tab-content>.tab-pane>p {
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    font-family: Inter, Noto Sans SC, Noto Sans JP, Noto Sans KR, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 0;
    margin: 0px;
    font-size: 15px;
    font-family: Inter, Noto Sans SC, Noto Sans JP, Noto Sans KR, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #757575;
}

.tab-content.shop_info_tab {
    margin-top: 0px;
}

.tab-pane .comments-area {
    padding-top: 0;
    border: 0;
}
.tab-style3>.nav-tabs>li.nav-item>a.active {
    border-bottom: 2px solid #2790f4 !important;
}

/*.tab-style3>.nav-tabs>li.nav-item>a.active::after {*/
/*    content:'';*/
/*    position: absolute;*/
/*    background-color: #7D18FD;*/
/*    width: 25%;*/
/*    height: 3px;*/
/*    bottom: 0;*/
/*}*/

.product-color-red {
    background: #ff596d;
}

.product-color-yellow {
    background: #ffdb33;
}

.product-color-white {
    background: #ffffff;
}

.product-color-orange {
    background: #ffbb51;
}

.product-color-cyan {
    background: #80e6ff;
}

.product-color-green {
    background: #38cf46;
}

.product-color-purple {
    background: #ff8ff8;
}

.detail-gallery .slick-slider {
    background-color: #ffffff;
    margin-bottom: 0px;
    padding-top: 0px;
}

.assetdetails_shareicon_design_div
{
    width: 99%;
    padding-top: 3px;
}

.assetdetails_shareicon_design i {
    font-size: 12px;
}

.detail-gallery .slick-slider img {
    opacity: 0.96;
    border-radius: 6px;
}

.detail-gallery .slick-slider.slider-nav-thumbnails {
    background: none;
    border-radius: 0;
}

.detail-gallery .slick-slider button.slick-arrow {
    background: none;
    border: 0;
    padding: 0;
    font-size: 14px;
}

.detail-gallery .slick-slider button.slick-arrow i {
    color: #90908e;
}

.mail-to-friend {
    color: #90908e;
    font-size: 12px;
}

.mail-to-friend i {
    margin-right: 5px;
}

.attr-color, .attr-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-detail .section-title.style-1 {
    font-size: 22px;
}

.product-more-infor {
    padding: 0 0 0px 14px;
}

.product-more-infor li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    position: relative;
}

.product-more-infor li ::before {
    position: absolute;
    left: -14px;
    top: 9px;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #9b9b9b;
}

.product-more-infor li span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    display: inline-block;
}

.product-more-infor li:last-child {
    margin: 0 0 0;
}

.progress + .progress {
    margin-top: 1rem;
}

.progress span {
    line-height: 16px;
    background: #fff;
    padding-right: 10px;
    width: 80px;
}

.progress-bar {
    background-color: #000000;
}

.shop-filter-toogle {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.shop-filter-toogle i {
    margin-left: 5px;
}

.shop-filter-toogle i.angle-down {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.shop-filter-toogle.active i.angle-down {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.shop-filter-toogle.active i.angle-up {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.shop-product-fillter-header {
    border: 1px solid #e2e9e1;
    border-radius: 4px;
    margin-bottom: 50px;
    padding: 30px;
    -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
    box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.03);
}

.shop-product-fillter-header .categor-list li {
    font-size: 12px;
}

.shop-product-fillter-header .categor-list li + li {
    border-top: 1px solid #f7f8f9;
    padding-top: 5px;
    margin-top: 5px;
}

.shop-product-fillter-header .categor-list li a {
    font-size: 14px;
    color: #4f5d77;
    margin-right: 10px;
}

.shop-product-fillter-header .categor-list li a:hover {
    color: #088178;
}

.shop-product-fillter-header .color-filter {
    border-bottom: 1px solid #e2e9e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.shop-product-fillter-header .product-rate-cover + .product-rate-cover {
    margin-top: 15px;
}

.shopping-summery tbody tr img {
    border-radius: 0;
    max-width: 80px;
}

.order_review {
    border: 1px solid #e2e9e1;
    padding: 30px;
    border-radius: 10px;
}

.toggle_info {
    padding: 20px;
    background-color: #f7f8f9;
    border-radius: 10px;
    border: 1px solid #e2e9e1;
}

.login_form .panel-body, .coupon_form .panel-body {
    border: 1px solid #e2e9e1;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
}

.payment_option .custome-radio {
    margin-bottom: 10px;
}

.payment_option .custome-radio .form-check-label {
    color: #292b2c;
    font-weight: 600;
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
    opacity: 1;
    background-color: #088178;
}

.related-products .product-img-action-wrap {
    padding: 0;
    margin-bottom: 15px;
}

/*BLOG*/
.post-list article:not(:last-child) {
    margin-bottom: 20px;
}

.post-list .post-thumb {
    max-width: 221px;
    overflow: hidden;
}

.post-list .post-thumb a {
    margin-bottom: 0;
}

.post-list .post-title {
    font-weight: 500;
}

.post-list .post-title a {
    color: #1a1a1a;
}

.single-content {
    text-rendering: optimizeLegibility;
}

.single-content h1 {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 32px;
}

.single-content h2 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 30px;
}

.single-content h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 28px;
}

.single-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 26px;
}

.single-content h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

.single-content h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.single-content p {
    margin-bottom: 1.2em;
    font-weight: 400;
}

.single-content ul {
    list-style: circle;
    padding-left: 1rem;
    font-size: 1rem;
}

.single-content ul li {
    position: relative;
    margin-bottom: 7px;
}

.single-content ol li {
    font-size: 1rem;
}

.single-header {
    margin-bottom: 30px;
}

.single-header.style-2 {
    border-bottom: 1px solid #e2e9e1;
    padding-bottom: 10px;
}

.single-header .entry-meta.meta-1 {
    display: block;
}

.single-header .single-header-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-header .single-header-meta .social-icons ul {
    margin-top: 15px;
}

.single-thumbnail {
    margin-bottom: 30px;
}

.single-thumbnail img {
    border-radius: 10px;
    overflow: hidden;
}

.entry-bottom {
    border-top: 1px solid #e2e9e1;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-bottom .social-icons ul {
    margin-top: 15px;
}

/*Entry meta*/
.entry-meta {
    line-height: 1;
}

.entry-meta.meta-2 .author-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.entry-meta.meta-2 .author-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.entry-meta.meta-2 a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.entry-meta .author-add {
    font-size: 12px;
}

.entry-meta.meta-1 span {
    margin-right: 10px;
    color: #2196f3;
}

.entry-meta.meta-1 a.text-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-meta.meta-1 a.text-brand i {
    margin-left: 5px;
}

.entry-meta.meta-0 span {
    padding: 4px 10px 4px 19px;
    font-size: 11px;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    margin-left: -5px;
}

.entry-meta.meta-0 span::before {
    content: "";
    width: 6px;
    height: 6px;
    background: none;
    margin-right: 3px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -3px;
    border: 1px solid #088178;
}

span.has-dot {
    position: relative;
    padding-left: 10px;
}

span.has-dot::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: block;
    left: -2px;
}

h6.post-title {
    font-size: 14px;
}

.post-title a {
    color: #1a1a1a;
}

.post-title a:hover {
    color: #088178;
}

.post-thumb {
    overflow: hidden;
    position: relative;
}

.post-thumb.border-radius-5 img {
    border-radius: 5px;
}

.post-thumb a {
    line-height: 1;
}

.post-thumb .entry-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.post-thumb .entry-meta a {
    display: inline-block;
    color: #fff !important;
    background-color: #088178;
    border-radius: 4px;
    padding: 8px 15px;
}

/*Loop Grid*/
.loop-grid {
    position: relative;
}

.loop-grid article {
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eef1ee;
}

.loop-grid .entry-content {
    padding: 30px;
}

.loop-grid .entry-content-2 {
    padding: 20px;
}

.loop-grid.loop-list {
    position: relative;
}

.loop-grid.loop-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loop-grid.loop-list article .post-thumb {
    min-height: 280px;
    min-width: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.img-hover-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 280px;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.top-right-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 3;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}

.entry-meta.meta-1, .entry-meta.meta-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry-meta a.read-more {
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #abd7ab;
    padding: 10px 15px;
    color: #98ca98;
    font-weight: 600;
    display: inline-block;
}

.single-share img {
    width: 20px;
    opacity: 0.7;
}

.single-share img:hover {
    opacity: 1;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
    padding: 10px 0;
    border-bottom: 1px solid #e2e9e1;
    background-color: #f2f3f8;
    font-size: 14px;
    background-image: url(../imgs/theme/topbar-bg.jpg);
    line-height: 1;
}

.header-top-ptb-1 #news-flash {
    min-width: 400px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
}

.header-top-ptb-1 #news-flash li {
    min-height: 14px;
}

.header-top-ptb-1 #news-flash i {
    line-height: 6px;
    margin-right: 5px;
}

.header-info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-info > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-info > ul > li {
    margin-right: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info > ul > li:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #dedfe2;
}

.header-info > ul > li:last-child {
    margin-right: 0;
}

.header-info > ul > li:last-child:before {
    display: none;
}

.header-info > ul > li a {
    color: #1a1a1a;
    font-weight: 500;
}

.header-info > ul > li a i {
    font-size: 12px;
    margin-right: 5px;
}

.header-info > ul > li a.language-dropdown-active i.fa-chevron-down {
    font-size: 8px;
    margin-left: 5px;
}

.header-info > ul > li > ul.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    min-width: 120px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 1px solid #eef0ee;
}

.header-info > ul > li > ul li {
    display: block;
}

.header-info > ul > li > ul li a {
    display: block;
    color: #696969;
    padding: 5px;
}

.header-info > ul > li > ul li a:hover {
    color: #088178;
    background-color: none;
}

.header-info > ul > li > ul li a img {
    max-width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.header-info > ul > li:hover > a {
    color: #333;
}

.header-info > ul > li:hover > ul.language-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 25px;
}

.header-info i {
    font-size: 12px;
    margin-right: 5px;
    line-height: 6px;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-wrap .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-wrap.header-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrap .header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo a {
    display: block;
}




.search-style-1 form {
    width: 370px;
    position: relative;
}

.search-style-1 form input {
    font-size: 15px;
    height: 48px;
    color: #1a1a1a;
    border-radius: 26px;
    padding: 3px 50px 3px 20px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 0px;
}

.header-action .header-action-icon:last-child {
    margin-right: 0;
}

.header-action .header-action-icon > a span.pro-count {
    position: absolute;
    right: -11px;
    bottom: -8px;
    color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.header-height-3 {
    min-height: 132px;
}

.header-height-4 {
    min-height: 120px;
}

.search-popup-wrap.search-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-header-wrapper-style.sidebar-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
    display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
    height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
    margin-right: 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap .categori-dropdown-active-small {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-style-1 {
    margin-right: 28px;
}

.search-style-1 form input::-moz-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.search-style-1 form input::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.search-style-1 form input:focus {
    border: 1px solid #088178;
    background-color: #ffffff;
}

.search-style-1 form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: none;
    font-size: 19px;
    height: 100%;
    padding: 0 15px;
    background-color: transparent;
    color: #088178;
}

.search-style-1 form button:hover {
    color: #3f81eb;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-action .header-action-icon {
    margin-right: 28px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-action .header-action-icon.header-action-mrg-none {
    margin-right: 13px;
}

.header-action .header-action-icon > a {
    font-size: 24px;
    color: #333;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.header-action .header-action-icon > a span.pro-count.blue {
    background-color: #088178;
}

.header-action .header-action-icon:hover > a {
    color: #088178;
}

.header-action .header-action-icon:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0px;
}

.header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
}



.header-action-2 .header-action-icon-2 > a svg {
    width: 1em;
    height: 1em;
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #2196f3;
}

.header-action-2 .header-action-icon-2:hover > a {
    color: #088178;
    fill: #088178;
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.header-middle-ptb-1 {
    padding: 25px 0 0 0;
}

.cart-dropdown-wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    z-index: 99;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    padding: 30px 20px 27px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px;
    border: 1px solid #eef0ee;
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
}

.cart-dropdown-wrap ul li:last-child {
    margin: 0 0 0px;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
    max-width: 100%;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
    margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 9px;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: #088178;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
    color: #1a1a1a;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0px;
    color: #088178;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
    color: #696969;
    font-weight: 400;
    font-size: 15px;
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
    font-size: 18px;
    color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
    color: #333;
}


.button-keywords {
    font-size: 13px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
}

i.fa-solid.fa-star.filterassetdetails.active {
    color: #2196f3;
}

.slick-slider .slick-list .slick-track figure {
    height: 410px;
}

figure.border-radius-10.slick-slide {
    height: 410px;
}

@media only screen and (max-width: 1440px) {
    .slick-slider .slick-list .slick-track figure > * {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}



.assetdetails_shareicon_design {
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
    margin-right: 0px;
    color: #fff;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
    padding: 0px 6px;
}

.shareassetheadingdesign {
    font-weight: 400;
}

.share_asset_image_design img {
    border-radius: 5px;
}

.versiondesigndisplaytext li {
    color: #2790f4 !important;
    padding: 5px 15px 5px 5px;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

.versiondesigndisplaytext li.active {
    background-color: #2196f329 !important;
}


.mt-3.summernotedesignupdateallfield {
    font-weight: 400;
}