@charset "utf-8";
/* ----------------------------------
Name: style.css
Version: 1.0
----------------------------------
Table of contents
Google Font
Body and Default Transitions
Typography
Icon
Background Color
Border Color
Margin
Padding
Custom
OWL Carousel
Button
Form Control
Portfolio and Photo Gallery
Video and Sound
Navbar
Header
Hero Section
Slider
Feature Box
Content
Team
Pricing Table
Contact
Blog
Subscribe
Counter
Clients
Timer
Testimonial
Footer
*/
/*====================================
Google Font
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
/*====================================
Typography
=====================================*/
body {
    color: #222;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
}
body,
html {
    height: 100%;
}
/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: normal;
}
a {
    color: #222;
    display: inline-block;
    text-decoration: none;
}
a:hover {
    color: #f5ab1e;
    text-decoration: none;
}
a,
a:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
img {
    backface-visibility: hidden;
}
span {
    display: inline-block;
}
button {
    padding: 0;
    border: none;
    cursor: pointer;
}
button,
button:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
button,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-primary:active:focus {
    box-shadow: none;
}
p {
    line-height: 25px;
    margin-bottom: 0px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input,
select,
textarea {
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}
/* body hidden class */
body.hidden {
    overflow-y: hidden;
    padding-right: 17px;
}
/* btn style 1 css */
.btn-style1 {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    background-color: #f5ab1e;
    font-weight: 600;
    border: 2px solid #f5ab1e;
    border-radius: 3px;
    border-color: #f5ab1e;
}
.btn-style1:hover {
    background-color: transparent;
    color: #f5ab1e;
}
/* mm-fullscreen-bg css */
.mm-fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.mm-fullscreen-bg.active {
    opacity: 1;
    visibility: visible;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg.active {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* section padding css */
.section-t-padding {
    padding-top: 80px;
}
.section-b-padding {
    padding-bottom: 80px;
}
.section-tb-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section0-t-padding {
    padding-top: 60px;
}
.section0-b-padding {
    padding-bottom: 60px;
}
.section0-tb-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section1-t-padding {
    padding-top: 30px;
}
.section1-b-padding {
    padding-bottom: 30px;
}
.section1-tb-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* section title css */
.section-title h2 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1;
}
/* container css */
.container {
    max-width: 1200px;
}

/* carousel button css */
.home5-category .home5-cate-image,
.home5-featured .featured5-pro,
.home5-blog .blog5 {
    position: relative;
}
.home5-category .home5-cate-image .owl-nav,
.home5-featured .featured5-pro .owl-nav,
.home5-blog .blog5 .owl-nav {
    position: absolute;
    top: -66px;
    right: 0px;
    margin: 0px;
}
.home5-category .home5-cate-image .owl-nav button,
.home5-featured .featured5-pro .owl-nav button,
.home5-blog .blog5 .owl-nav button {
    background-color: #f5ab1e;
    color: #fff;
    font-size: 20px;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.home5-category .home5-cate-image .owl-nav button:hover,
.home5-featured .featured5-pro .owl-nav button:hover,
.home5-blog .blog5 .owl-nav button:hover {
    background-color: #fff;
    color: #f5ab1e;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.home5-category .home5-cate-image .owl-nav button.owl-prev,
.home5-featured .featured5-pro .owl-nav button.owl-prev,
.home5-blog .blog5 .owl-nav button.owl-prev {
    margin-right: 15px;
}
/* top notification css */
.top-5.other-page {
    position: unset;
}
.top-5 {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 20;
}
.header-style-5 {
    position: unset;
}
.top-5 .top-content {
    position: absolute;
    top: 0px;
    z-index: 1;
}
.top-5 ul.top-home {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
}
/* top offer css */
.top-5 ul.top-home li.top-home-li.t-content p {
    color: #333;
}
.top-5 ul.top-home li.top-home-li.t-content p span.shop-offer {
    font-weight: 600;
    animation: blinker 0.7s infinite;
}
@keyframes blinker {
    50% {
        color: #f5ab1e;
    }
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li {
    position: relative;
    margin-left: 15px;
    padding: 10px 0px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li:first-child {
    margin-left: 0px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a img {
    margin-right: 4px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li i {
    margin-left: 6px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li
    ul.currency {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li:hover
    ul.account,
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li:hover
    ul.currency {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li
    ul.currency {
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li
    ul.account {
    padding: 10px 0px;
    width: 160px;
}
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li
    ul.currency {
    padding: 10px 0px;
    min-width: 90px;
}
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li
    ul.account
    li,
.top-5
    ul.top-home
    li.top-home-li
    ul.top-dropdown
    li.top-dropdown-li
    ul.currency
    li {
    padding: 5px 15px;
}
/* header top css */
.header-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main-area .header-main .header-element.logo {
    width: 15%;
}
.header-main-area .header-main .menu-area {
    width: 65%;
}
.header-main-area.is-sticky {
    background-color: #ffffff;
}
@media (max-width: 1199px) {
    .header-main-area.is-sticky {
        background-color: #ffffff;
    }
}
.header-main-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 8;
    width: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-150px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* menu css */
.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* main-menu css */
.megamenu-content .mainwrap ul.main-menu {
    display: flex;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title {
    display: block;
    position: relative;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title i {
    font-size: 14px;
    margin-left: 4px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    a.link-title
    span.sp-link-title {
    display: flex;
    align-items: center;
    position: relative;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    a.link-title
    span.sp-link-title
    span.hot {
    color: #fff;
    font-size: 9px;
    padding: 2px 4px;
    position: absolute;
    right: 7px;
    top: -12px;
    background-color: #ee433f;
    transform: translateX(100%);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    a.link-title
    span.sp-link-title
    span.hot::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    border-left: 4px solid #ee433f;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    a.link-title.link-title-lg {
    display: none;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu.collapse:not(.show) {
    display: block;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu.collapse:not(.show),
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu.collapse:not(.show) {
    display: flex;
    flex-wrap: wrap;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu {
    position: absolute;
    top: calc(100% + 20px);
    padding: 15px 0px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link:hover
    ul.dropdown-submenu {
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu,
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link:hover
    ul.dropdown-submenu {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu {
    left: auto;
    min-width: 145px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu {
    width: 100%;
    left: 0;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu {
    width: 100%;
    left: 0px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu
    li.submenu-li {
    margin-top: 10px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu
    li.submenu-li:first-child {
    margin-top: 0px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu
    li.submenu-li
    a.submenu-link {
    width: 100%;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu
    li.megamenu-li {
    width: 25%;
    padding: 0px 15px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu
    li.megamenu-li
    h2.sublink-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu
    li.megamenu-li
    a.sublink-title.sublink-title-lg {
    display: none;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu
    li.megamenu-li
    ul.dropdown-supmenu.collapse:not(.show) {
    display: block;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.mega-menu
    li.megamenu-li
    ul.dropdown-supmenu
    li.supmenu-li {
    margin-top: 10px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu
    li.menu-banner {
    width: 33.33%;
    padding: 0px 15px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu
    li.menu-banner
    a {
    position: relative;
    overflow: hidden;
    display: block;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu
    li.menu-banner
    a.menu-banner-img:hover
    img {
    transform: scale(1.1);
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu
    li.menu-banner
    a.menu-banner-img
    img,
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu
    li.menu-banner
    a.menu-banner-img:hover
    img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.banner-menu
    li.menu-banner
    a.menu-banner-title {
    margin-top: 10px;
    text-align: center;
}
/* blog menu */
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li {
    position: relative;
    padding: 0px 15px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    a.g-l-link {
    width: 100%;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    a.g-l-link
    i {
    float: right;
    font-size: 17px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    a.sub-link {
    display: none;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1.collapse:not(.show) {
    display: block;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(100%);
    min-width: 145px;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1.ex-width {
    min-width: 200px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li:hover
    ul.blog-style-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li
    a {
    width: 100%;
    padding: 5px 15px;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li
    a
    i {
    font-size: 17px;
    float: right;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li
    a.blog-sub-style {
    display: none;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li
    ul.grid-style.collapse:not(.show) {
    display: block;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li
    ul.grid-style {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
    min-width: 155px;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li {
    position: relative;
}
.megamenu-content
    .mainwrap
    ul.main-menu
    li.menu-link
    ul.dropdown-submenu.sub-menu
    li.submenu-li
    ul.blog-style-1
    li:hover
    ul.grid-style {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* navbar-toggler css */
button.navbar-toggler {
    padding: 0;
    border: none;
}
button.navbar-toggler span.line {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}
button.navbar-toggler span.line,
button.navbar-toggler span.line::before,
button.navbar-toggler span.line::after {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
button.navbar-toggler span.line::before,
button.navbar-toggler span.line::after {
    content: "";
    position: absolute;
}
button.navbar-toggler span.line::before {
    top: 8px;
}
button.navbar-toggler span.line::after {
    top: -8px;
}
.header-main-area .header-main .header-element.right-block-box {
    width: 20%;
}
.header-main .header-element.right-block-box ul.shop-element li.nav-toggler {
    display: none;
    line-height: 0;
}
.header-main-area
    .header-main
    .header-element.right-block-box
    ul.shop-element
    li.search-wrap {
    position: relative;
}
.header-main-area
    .header-main
    .header-element.right-block-box
    ul.shop-element
    li.search-wrap
    .search-rap
    a.search-popuup {
    display: block;
    font-size: 30px;
    line-height: 0;
}
/* right block css */
.right-block-box {
    display: flex;
    justify-content: flex-end;
}
.right-block-box ul.shop-element {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    width: 100%;
}
.right-block-box ul.shop-element li.side-wrap {
    position: relative;
    margin-left: 30px;
}
.right-block-box ul.shop-element li.side-wrap:first-child {
    margin-left: 0;
}
/* wishlist css */
.wishlist-wrap a.header-wishlist {
    display: block;
    position: relative;
}
.wishlist-wrap a.header-wishlist span.wishlist-icon {
    display: block;
    font-size: 30px;
    line-height: 0px;
    margin-right: 10px;
}
.wishlist-wrap a.header-wishlist span.wishlist-counter {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f5ab1e;
    font-weight: 500;
    border-radius: 100%;
}
/* cart css */
.shopping-widget .shopping-cart a.cart-count {
    display: block;
}
.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-widget
    .shopping-cart
    a.cart-count
    span.cart-icon-wrap
    span.cart-icon {
    font-size: 30px;
    margin-right: 10px;
    display: block;
    line-height: 0px;
}
.shopping-widget
    .shopping-cart
    a.cart-count
    span.cart-icon-wrap
    span.bigcounter {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 21px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f5ab1e;
    font-weight: 500;
    border-radius: 100%;
}
/* mini cart css */
.mini-cart {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56),
        0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.mini-cart.show {
    right: 0px;
    opacity: 1;
    visibility: visible;
}
.mini-cart,
.mini-cart.show {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mini-cart a.shopping-cart-close {
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 0px;
}
.mini-cart .cart-item-title p {
    padding: 10px 15px;
    font-weight: 600;
}
.mini-cart .cart-item-title p span.cart-count-item {
    color: #f5ab1e;
}
.mini-cart ul.cart-item-loop {
    max-height: calc(100% - 219px);
    overflow-y: auto;
    border-top: 1px solid #eee;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar {
    width: 5px;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-track {
    background-color: #eee;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb:hover {
    background-color: #f5ab1e;
}
.mini-cart ul.cart-item-loop li.cart-item {
    display: flex;
    padding: 15px;
    border-top: 1px solid #eee;
}
.mini-cart ul.cart-item-loop li.cart-item:first-child {
    border-top: none;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-img {
    width: 60px;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title {
    width: calc(100% - 75px);
    margin-left: 15px;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
    line-height: 1;
}
.mini-cart
    ul.cart-item-loop
    li.cart-item
    .cart-title
    .cart-pro-info
    .cart-qty-price
    span.price-box {
    font-weight: 600;
}
.mini-cart ul.subtotal-title-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.mini-cart ul.subtotal-title-area li.subtotal-info {
    padding: 10px 15px;
    border-top: 1px solid #eee;
}
.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles h6 {
    font-size: 14px;
    font-weight: 600;
}
.mini-cart
    ul.subtotal-title-area
    li.subtotal-info
    .subtotal-titles
    .subtotal-price {
    color: #f5ab1e;
    margin-top: 0;
    font-weight: 600;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns {
    padding: 15px;
    border-top: 1px solid #eee;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns {
    display: flex;
    flex-direction: column;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a {
    width: 100%;
    margin-top: 15px;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a:first-child {
    margin-top: 0;
}
/* header-bottom css */
.header-bottom-area {
    background-color: #fff;
    display: none;
}
.header-bottom-area .main-menu-area {
    position: relative;
}
.header-bottom-area .main-menu-area .main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom-area .main-menu-area .main-navigation .navbar-collapse {
    width: 75%;
}
.header-bottom-area .main-menu-area .main-navigation .img-hotline {
    width: 25%;
}
/* box-header css */
.main-menu-area .main-navigation .box-header {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    line-height: 0;
}
.main-menu-area .main-navigation .box-header button {
    font-size: 18px;
    background-color: transparent;
    line-height: 0;
}
/* search model css */
.search-model .modal.fade {
    padding-right: 0px !important;
}
.search-model .modal.fade .modal-dialog {
    margin: 0px;
    max-width: 100%;
}
.search-model .modal.fade .modal-dialog .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.search-model
    .modal.fade
    .modal-dialog
    .modal-content
    .modal-body
    .search-content {
    display: flex;
    align-items: center;
}
.search-model
    .modal.fade
    .modal-dialog
    .modal-content
    .modal-body
    .search-content
    .search-engine {
    width: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.search-model
    .modal.fade
    .modal-dialog
    .modal-content
    .modal-body
    .search-content
    .search-engine
    input {
    height: 40px;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}
.search-model
    .modal.fade
    .modal-dialog
    .modal-content
    .modal-body
    .search-content
    .search-engine
    .search-btn {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #222;
    border: none;
    border-radius: 3px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-model
    .modal.fade
    .modal-dialog
    .modal-content
    .modal-body
    .search-content
    button.close {
    float: none;
    display: block;
    background-color: transparent;
    color: #000;
    font-size: 18px;
    margin-left: 10px;
    opacity: 1;
    line-height: 0;
}
.search-model
    .modal.fade
    .modal-dialog
    .modal-content
    .modal-body
    .search-content
    button.close:hover {
    color: #f5ab1e;
}
/* slider css */
.home-slider-5 .home-slider-main-5 .home5-slider {
    z-index: 0;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back {
    width: 1903px;
    height: 790px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content {
    position: absolute;
    bottom: 50%;
    left: 20%;
    transform: translateY(50%);
    width: 35%;
}
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .owl-item.active
    .img-back
    .h-s-content
    h3,
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .owl-item.active
    .img-back
    .h-s-content
    h1,
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .owl-item.active
    .img-back
    .h-s-content
    a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .owl-item.active
    .img-back
    .h-s-content
    h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
}
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .owl-item.active
    .img-back
    .h-s-content
    h3 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-duration: 1.3s;
}
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .owl-item.active
    .img-back
    .h-s-content
    a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.3s;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content h1 {
    color: #222;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 1px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content h3 {
    font-size: 32px;
    margin-top: 26px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content a {
    color: #222;
    margin-top: 28px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #f5ab1e;
    font-weight: 500;
}
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .img-back
    .h-s-content
    a:hover {
    color: #f5ab1e;
}
.home-slider-5
    .home-slider-main-5
    .home5-slider
    .img-back
    .h-s-content
    span.slider-name {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
/* slider swiper navigation css */
.home5-slider .swiper-pagination {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: auto;
    width: auto;
    text-align: unset;
    display: grid;
    align-items: center;
    justify-content: flex-end;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    position: relative;
    width: auto;
    height: auto;
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    font-weight: 700;
    opacity: 1;
    line-height: 1;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0px;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #000;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
}
/* swiper slider arrow css */
.home5-slider .swiper-buttons button {
    background-color: #f5ab1e;
    position: absolute;
    bottom: 50%;
    z-index: 2;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}
.home5-slider .swiper-buttons button:hover {
    background-color: #222;
}
.home5-slider:hover .swiper-buttons button {
    opacity: 1;
    visibility: visible;
}
.home5-slider .swiper-buttons button.swiper-prev {
    left: 0px;
}
.home5-slider:hover .swiper-buttons button.swiper-prev {
    left: 15px;
}
.home5-slider .swiper-buttons button.swiper-next {
    right: 0px;
}
.home5-slider:hover .swiper-buttons button.swiper-next {
    right: 15px;
}
/* Banner grid css */
.home5-grid-banner .organic-food-fresh-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner {
    position: relative;
    width: 33.33%;
    margin-right: 30px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner:last-child {
    margin-right: 0px;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::before,
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    opacity: 0;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::before {
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::after {
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::before {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner:hover
    a.banner-hover::before,
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner:hover
    a.banner-hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::before,
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    a.banner-hover::after,
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner:hover
    a.banner-hover::before,
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner:hover
    a.banner-hover::after {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner:hover
    a.banner-hover
    img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover img,
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner:hover
    a.banner-hover
    img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content {
    position: absolute;
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
    width: 30%;
    z-index: 3;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    .banner-content
    span {
    color: #999;
    line-height: 1;
    font-weight: 400;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content h2 {
    color: #333;
    margin-top: 7px;
    font-size: 18px;
    font-weight: 700;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content a {
    color: #f5ab1e;
    margin-top: 8px;
    font-weight: 700;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    .banner-content
    a:hover {
    color: #222;
}
.home5-grid-banner
    .organic-food-fresh-banner
    .offer-banner
    .banner-content
    a
    i {
    margin-left: 2px;
}
/* service css */
.home5-service .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #dedede;
}
.home5-service .service .service-box {
    width: 25%;
}
.home5-service .service .service-box .s-box {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #dedede;
}
.home5-service .service .service-box:last-child .s-box {
    border-right: none;
}
.home5-service .service .service-box .s-box i {
    font-size: 38px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-service .service .service-box .s-box:hover i {
    color: #f5ab1e;
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-service .service .service-box .s-box .service-content span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.home5-service .service .service-box .s-box .service-content p {
    color: #999;
    margin-top: 2px;
}
/* category image css */
.home5-cate-image .items {
    padding: 20px;
    margin: -10px;
}
.home5-cate-image .cate-image {
    text-align: center;
    padding: 10px;
}
.home5-cate-image .cate-image a img {
    border-radius: 100%;
}
.home5-cate-image .cate-image:hover {
    box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.06);
}
.home5-cate-image .cate-image a img,
.home5-cate-image .cate-image a img:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-cate-image .cate-image span {
    margin-top: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.home5-cate-image .cate-image p {
    color: #f5ab1e;
    margin-top: 3px;
}
/* Swiper button css */
.pro-tab .tab-content .tab-pane {
    position: relative;
}
.pro-tab .tab-content .tab-pane {
    margin-top: -60px;
    padding-top: 60px;
}
.pro-tab .tab-content .tab-pane .swiper-buttons {
    position: absolute;
    display: flex;
    top: -10px;
    right: 0;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev {
    background-color: #f5ab1e;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev {
    position: unset;
    background-image: none;
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    margin-top: 0px;
    box-shadow: 0px 0px 12px 0px rgba(123, 190, 70, 0.1);
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:hover,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev:hover {
    background-color: #fff;
    color: #f5ab1e;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:hover,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev:hover,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:focus {
    outline: none;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev {
    margin-right: 15px;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 800;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 800;
}
/* our products tab css */
.pro-tab .tab-title {
    padding-right: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-tab .tab-title ul.nav.nav-tabs {
    position: relative;
    z-index: 2;
    border-bottom: none;
    justify-content: center;
    margin-bottom: 42px;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item {
    margin-right: 40px;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item:last-child {
    margin-right: 0px;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link {
    position: relative;
    color: #666;
    font-size: 14px;
    padding: 0px 7px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: none;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link.active,
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link:hover {
    border: none;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #f5ab1e;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link.active:after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -5px;
    width: 5px;
    height: 5px;
    border-radius: 25px;
}
.tab-product .tred-pro {
    position: relative;
}
.tab-product .tred-pro .Pro-lable span.p-text,
.tab-product .tred-pro .Pro-lable span.p-discount {
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.tab-product .tred-pro .Pro-lable span.p-text {
    left: 5px;
    background-color: #f5ab1e;
}
.tab-product .tred-pro .Pro-lable span.p-discount {
    right: 5px;
    background-color: #f4ab1e;
}
.tab-product .tab-caption {
    margin-top: 15px;
}
.tab-product .tab-caption .pro-icn {
    margin-top: 8px;
}
.tab-product .tab-caption .pro-icn a.w-c-q-icn i {
    background-color: #f5ab1e;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.tab-product .tab-caption h3 {
    font-size: 14px;
    font-weight: 400;
}
.tab-product .tab-caption h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-product .tab-caption .rating {
    margin-top: 14px;
    line-height: 1;
}
.tab-product .tab-caption .rating i {
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}
.tab-product .tab-caption .rating i.b-star,
.tab-product .tab-caption .rating i.c-star,
.tab-product .tab-caption .rating i.d-star,
.tab-product .tab-caption .rating i.e-star {
    color: #ffb503;
}
.tab-product .tab-caption .rating i:last-child {
    margin-right: 0px;
}
.tab-product .tab-caption .pro-price {
    margin-top: 16px;
}
.tab-product .tab-caption .pro-price span.new-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
}
.tab-product .tab-caption .pro-price span.old-price {
    color: #999;
    font-size: 14px;
    line-height: 1;
}
/* additional image css */
.tab-product .tred-pro .tr-pro-img a img.additional-image {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
.tab-product .tred-pro:hover .tr-pro-img a img.additional-image {
    opacity: 1;
    visibility: visible;
}
.tab-product .tred-pro:hover ul.contdown_row {
    opacity: 0;
    visibility: hidden;
}
.tab-product .tred-pro .tr-pro-img a img.additional-image,
.tab-product .tred-pro:hover .tr-pro-img a img.additional-image {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* deal of the day css */
.deal5-back {
    position: relative;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.deal5-back .deal-area5 {
    max-width: 427px;
    text-align: center;
}
.deal5-back .deal-area5 .deal-content h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deal5-back .deal-area5 .deal-content span.deal-slogan {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
}
.deal5-back .deal-area5 .deal-content h2 span {
    background-color: #f5ab1e;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px 2px 15px;
    font-weight: 400;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
/* timer */
.deal5-back .deal-area5 ul.contdown_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section {
    position: relative;
    margin-right: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section:last-child {
    margin-right: 0px;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section:after {
    content: ":";
    position: absolute;
    right: -22px;
    bottom: 50%;
    transform: translateY(50%);
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section:last-child:after {
    display: none;
}
.deal5-back
    .deal-area5
    ul.contdown_row
    li.countdown_section
    span.countdown_timer {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.deal5-back
    .deal-area5
    ul.contdown_row
    li.countdown_section
    span.countdown_title {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    text-transform: uppercase;
    display: inline-block;
}
.deal5-back .deal-area5 a {
    margin-top: 35px;
}
/* featured Products css */
.tred-pro {
    position: relative;
}
.tred-pro .tr-pro-img a {
    display: block;
}
.tred-pro .tr-pro-img a img {
    backface-visibility: hidden;
}
.tred-pro:hover ul.contdown_row {
    opacity: 0;
    visibility: hidden;
}
.tred-pro .Pro-lable span.p-text,
.tred-pro .Pro-lable span.p-discount {
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.tred-pro .Pro-lable span.p-text {
    left: 5px;
    background-color: #f5ab1e;
}
.tred-pro .Pro-lable span.p-discount {
    right: 5px;
    background-color: #e30514;
}
.tred-pro .pro-icn {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
}
.tred-pro .pro-icn a.w-c-q-icn:first-child {
    transform: translateX(40px);
}
.tred-pro .pro-icn a.w-c-q-icn:last-child {
    transform: translateX(-40px);
}
.tred-pro:hover .pro-icn a.w-c-q-icn:first-child {
    margin-right: 15px;
}
.tred-pro:hover .pro-icn a.w-c-q-icn:last-child {
    margin-left: 15px;
}
.tred-pro:hover .pro-icn a.w-c-q-icn {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tred-pro .pro-icn a.w-c-q-icn {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.tred-pro:hover .pro-icn a.w-c-q-icn {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.tred-pro .pro-icn a.w-c-q-icn:hover {
    color: #f5ab1e;
}
.caption {
    padding-top: 15px;
}
.caption h3 {
    font-size: 14px;
    font-weight: 400;
}
.caption h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caption .rating {
    margin-top: 11px;
}
.caption .rating i {
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}
.caption .rating i.b-star,
.caption .rating i.c-star,
.caption .rating i.d-star,
.caption .rating i.e-star {
    color: #ffb503;
}
.caption .rating i:last-child {
    margin-right: 0px;
}
.caption .pro-price {
    margin-top: 10px;
}
.caption .pro-price span.new-price {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
}
.caption .pro-price span.old-price {
    color: #999;
    font-size: 13px;
    line-height: 1;
}
/* additional image css */
.tred-pro .tr-pro-img a img.additional-image {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
.tred-pro:hover .tr-pro-img a img.additional-image {
    opacity: 1;
    visibility: visible;
}
.tred-pro .tr-pro-img a img.additional-image,
.tred-pro:hover .tr-pro-img a img.additional-image {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* blog css */
.home5-blog .blog5 .blog-start .blog-image a {
    display: block;
}
.home5-blog .blog5 .blog-start .blog-content .blog-date-comment {
    background-color: #f5ab1e;
    color: #fff;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
}
.home5-blog .blog5 .blog-start .blog-content .blog-date-comment a {
    color: #fff;
    display: flex;
    align-items: center;
}
.home5-blog .blog5 .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.home5-blog .blog5 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 23px;
}
.home5-blog .blog5 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home5-blog .blog5 .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link {
    color: #f5ab1e;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link i {
    padding-left: 5px;
    font-size: 12px;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link i,
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.home5-blog
    .blog5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
.home5-blog .all-blog5 {
    text-align: center;
    margin-top: 30px;
}
/* blog left-right column css */
.left-column {
    position: sticky;
    top: 0px;
}
.left-column .blog-search h4 {
    font-size: 16px;
}
.left-column .blog-search form {
    position: relative;
}
.left-column .blog-search form input {
    width: 100%;
    color: #aeaeae;
    font-size: 13px;
    padding: 8px 15px;
    margin-top: 23px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.left-column.style-1 .blog-search form input {
    margin-top: 23px;
    border-radius: 25px;
}
.left-column .blog-search form a {
    position: absolute;
    bottom: 35%;
    right: 15px;
    transform: translateY(50%);
    font-size: 16px;
    color: #999;
    line-height: 0;
}
.left-column .blog-head h4 {
    font-size: 18px;
    margin-top: 15px;
}
.left-column .blog-title h4 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 23px;
    padding-top: 23px;
    border-top: 1px solid #eee;
}
.left-column .left-blog .blog-item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.left-column .left-blog .blog-item:last-child {
    margin-bottom: 0px;
}
.left-column .left-blog .blog-item .l-blog-image {
    margin-right: 15px;
}
.left-column .left-blog .blog-item .l-blog-caption h4 {
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left-column.style-1 .left-blog .blog-item .l-blog-caption h4 a:hover,
.left-column.style-5 .left-blog .blog-item .l-blog-caption h4 a:hover {
    color: #f5ab1e;
}
.left-column.style-2 .left-blog .blog-item .l-blog-caption h4 a:hover,
.left-column.style-3 .left-blog .blog-item .l-blog-caption h4 a:hover {
    color: #5fa800;
}
.left-column.style-6 .left-blog .blog-item .l-blog-caption h4 a:hover {
    color: #73841b;
}
.left-column .blog-tag h4 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 18px;
    padding-top: 23px;
    border-top: 1px solid #eee;
}
.left-column .blog-tag ul.tegs {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
}
.left-column .blog-tag ul.tegs li {
    margin-top: 10px;
}
.left-column .blog-tag ul.tegs li a {
    color: #999;
    font-size: 12px;
    padding: 9px 16px;
    margin-left: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.left-column .blog-tag ul.tegs li a:hover {
    background-color: #000;
    color: #fff;
}
.left-column .blog-tag.style-1 ul.tegs li a {
    border-radius: 25px;
}
/* right column css */
.right-area {
    margin-top: 28px;
    margin-bottom: -12px;
}
.right-c .right-area {
    margin-top: 0px;
}
.right-area .right-column-start h4 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 32px;
    line-height: 1;
}
.right-area .right-column-start .archive-link h5 {
    display: inline;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    background-color: #f5ab1e;
    font-weight: 400;
    line-height: 1;
    border-radius: 5px;
}
.right-area.style-3 .right-column-start .archive-link h5 {
    background-color: #5fa800;
}
.right-area.style-6 .right-column-start .archive-link h5 {
    background-color: #73841b;
}
.right-area.style-7 .right-column-start .archive-link h5 {
    background-color: #cd7752;
}
.right-area .right-column-start .archive-link ul {
    margin-top: 29px;
}
.right-area .right-column-start .archive-link ul li {
    margin-top: 3px;
    width: 100%;
}
.right-area .right-column-start .archive-link ul li a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.right-area .right-column-start .archive-link ul li:first-child {
    margin-top: 0px;
}
.right-area .right-column-start .archive-link ul li a i {
    font-size: 12px;
}
.right-area .b-Reply {
    margin-top: 22px;
}
.right-area.style-1 .b-Reply {
    margin-top: 16px;
}
.right-area.style-2 .b-Reply {
    margin-top: 16px;
}
.right-area.style-5 .b-Reply {
    margin-top: 16px;
}
.right-area .b-Reply h4 {
    font-size: 16px;

    line-height: 1;
}
.right-area .b-Reply form {
    margin-top: 17px;
}
.right-area.style-1 .b-Reply form {
    margin-top: 27px;
}
.right-area.style-2 .b-Reply form {
    margin-top: 27px;
}
.right-area.style-5 .b-Reply form {
    margin-top: 27px;
}
.right-area .b-Reply form input {
    width: 100%;
    padding: 8px 15px;
    margin-top: 16px;
}
.right-area .b-Reply form input:first-child {
    margin-top: 0px;
}
.right-area .b-Reply form a.Reply-link {
    background-color: #f5ab1e;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #f5ab1e;
}
.right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #f5ab1e;
}
.right-area .r-image {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #eee;
}
/* full grid blog css */
.blog-style-1-full-grid {
    counter-reset: my-sec-counter;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.blog-style-1-full-grid .blog-start {
    position: relative;
}
.blog-style-1-full-grid .blog-start .blog-post {
    margin-top: 15px;
    border: 1px solid #eee;
}
.blog-style-1-full-grid .blog-start:before,
.blog-style-1-full-grid .blog-start:after {
    background-color: #f5ab1e;
}
.blog-style-1-full-grid .blog-start:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    top: 0px;
    left: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 5% 25% 25%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog-style-1-full-grid .blog-start:after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    border-radius: 20px 5px 0px 0px;
}
.blog-style-1-full-grid .blog-start {
    width: calc(33.33% - 30px);
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 5px;
}
.blog-style-1-full-grid .blog-start .blog-image {
    display: flex;
}
.blog-style-1-full-grid .blog-start .blog-image a img,
.blog-style-1-left-grid .blog-start .blog-image a img,
.blog-style-1-right-grid .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.blog-style-1-full-grid .blog-start .blog-content {
    padding: 30px;
}
.blog-style-1-full-grid .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.blog-style-1-full-grid .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-style-1-full-grid .blog-start .blog-content span.blog-admin {
    display: block;
    margin-top: 7px;
    line-height: 1;
}
.blog-style-1-full-grid
    .blog-start
    .blog-content
    span.blog-admin
    span.blog-editor {
    color: #000;
    font-weight: 600;
}
.blog-style-1-full-grid .blog-start .blog-content p.blog-description {
    margin-top: 21px;
}
.blog-style-1-full-grid .blog-start .blog-content a.read-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.blog-style-1-full-grid .blog-start .blog-content a.read-link span {
    color: #222;
}
.blog-style-1-full-grid .blog-start .blog-content a.read-link:hover span {
    color: #f5ab1e;
}
.blog-style-1-full-grid .blog-start .blog-content a.read-link i {
    padding-left: 5px;
    font-size: 12px;
}
.blog-style-1-full-grid .blog-start .blog-content a.read-link:hover i {
    padding-left: 10px;
}
.blog-style-1-full-grid .blog-start .blog-content a.read-link span,
.blog-style-1-full-grid .blog-start .blog-content a.read-link:hover span,
.blog-style-1-full-grid .blog-start .blog-content a.read-link i,
.blog-style-1-full-grid .blog-start .blog-content a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-style-1-full-grid .blog-start .blog-content .blog-date-comment {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    line-height: 1;
}
.blog-style-1-full-grid .blog-start .blog-content .blog-date-comment a {
    font-weight: 600;
}
/* left-right grid blog css */
.blog-style-1-left-grid,
.blog-style-1-right-grid {
    counter-reset: my-sec-counter;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -20px;
}
.blog-style-1-left-grid .blog-start,
.blog-style-1-right-grid .blog-start {
    position: relative;
}
.blog-style-1-left-grid .blog-start .blog-post,
.blog-style-1-right-grid .blog-start .blog-post {
    margin-top: 15px;
    border: 1px solid #eee;
}
.blog-style-1-left-grid .blog-start:before,
.blog-style-1-left-grid .blog-start:after,
.blog-style-1-right-grid .blog-start:before,
.blog-style-1-right-grid .blog-start:after {
    background-color: #f5ab1e;
}
.blog-style-1-left-grid .blog-start:before,
.blog-style-1-right-grid .blog-start:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    top: 0px;
    left: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 5% 25% 25%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog-style-1-left-grid .blog-start:after,
.blog-style-1-right-grid .blog-start:after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    border-radius: 20px 5px 0px 0px;
}
.blog-style-1-left-grid .blog-start,
.blog-style-1-right-grid .blog-start {
    width: calc(33.33% - 20px);
    margin-top: 30px;
    margin-left: 20px;
    border-radius: 5px;
}
.blog-style-1-left-grid .blog-start .blog-image,
.blog-style-1-right-grid .blog-start .blog-image {
    display: flex;
}
.blog-style-1-left-grid .blog-start .blog-content,
.blog-style-1-right-grid .blog-start .blog-content {
    padding: 30px;
}
.blog-style-1-left-grid .blog-start .blog-content .blog-date-comment,
.blog-style-1-right-grid .blog-start .blog-content .blog-date-comment {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    line-height: 1;
}
.blog-style-1-left-grid .blog-start .blog-content .blog-date-comment a,
.blog-style-1-right-grid .blog-start .blog-content .blog-date-comment a {
    font-weight: 600;
}
.blog-style-1-left-grid .blog-start .blog-content .blog-title h6,
.blog-style-1-right-grid .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.blog-style-1-left-grid .blog-start .blog-content .blog-title h6 a,
.blog-style-1-right-grid .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-style-1-left-grid .blog-start .blog-content p.blog-description,
.blog-style-1-right-grid .blog-start .blog-content p.blog-description {
    margin-top: 21px;
    font-size: 14px;
}
.blog-style-1-left-grid .blog-start .blog-content a.read-link,
.blog-style-1-right-grid .blog-start .blog-content a.read-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.blog-style-1-left-grid .blog-start .blog-content a.read-link span,
.blog-style-1-right-grid .blog-start .blog-content a.read-link span {
    color: #222;
}
.blog-style-1-left-grid .blog-start .blog-content a.read-link:hover span,
.blog-style-1-right-grid .blog-start .blog-content a.read-link:hover span {
    color: #f5ab1e;
}
.blog-style-1-left-grid .blog-start .blog-content a.read-link i,
.blog-style-1-right-grid .blog-start .blog-content a.read-link i {
    padding-left: 5px;
    font-size: 12px;
}
.blog-style-1-left-grid .blog-start .blog-content a.read-link:hover i,
.blog-style-1-right-grid .blog-start .blog-content a.read-link:hover i {
    padding-left: 10px;
}
.blog-style-1-left-grid .blog-start .blog-content a.read-link span,
.blog-style-1-left-grid .blog-start .blog-content a.read-link:hover span,
.blog-style-1-left-grid .blog-start .blog-content a.read-link i,
.blog-style-1-left-grid .blog-start .blog-content a.read-link:hover i,
.blog-style-1-right-grid .blog-start .blog-content a.read-link span,
.blog-style-1-right-grid .blog-start .blog-content a.read-link:hover span,
.blog-style-1-right-grid .blog-start .blog-content a.read-link i,
.blog-style-1-right-grid .blog-start .blog-content a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-style-1-left-grid .blog-start .blog-content span.blog-admin,
.blog-style-1-right-grid .blog-start .blog-content span.blog-admin {
    display: block;
    margin-top: 7px;
    line-height: 1;
}
.blog-style-1-left-grid
    .blog-start
    .blog-content
    span.blog-admin
    span.blog-editor,
.blog-style-1-right-grid
    .blog-start
    .blog-content
    span.blog-admin
    span.blog-editor {
    color: #000;
    font-weight: 600;
}
/* full blog list css */
.blog-style-1-list {
    counter-reset: my-sec-counter;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}
.blog-style-1-list .blog-start {
    position: relative;
}
.blog-style-1-list .blog-start .blog-post {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.blog-style-1-list .blog-start:before,
.blog-style-1-list .blog-start:after {
    background-color: #f5ab1e;
}
.blog-style-1-list .blog-start:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    top: 0px;
    left: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 5% 25% 25%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog-style-1-list .blog-start:after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    border-radius: 20px 5px 0px 0px;
}
.blog-style-1-list .blog-start {
    width: calc(100% - 30px);
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 5px;
}
.blog-style-1-list .blog-start .blog-image {
    width: 50%;
}
.blog-style-1-list .blog-start .blog-content {
    width: 50%;
    margin-left: 30px;
}
.blog-style-1-list .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.blog-style-1-list .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-style-1-list .blog-start .blog-content .date-comm-adit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    margin-top: 23px;
    padding-top: 25px;
}
.blog-style-1-list .blog-start .blog-content .date-comm-adit span.blog-admin i {
    margin-right: 5px;
}
.blog-style-1-list
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
    margin-left: 5px;
}
.blog-style-1-list .blog-start .blog-content .date-comm-adit span.blog-date i {
    margin-right: 5px;
}
.blog-style-1-right-blog .blog-start .blog-content .date-comm-adit a,
.blog-style-1-left-list-blog .blog-start .blog-content .date-comm-adit a,
.blog-style-1-list .blog-start .blog-content .date-comm-adit a {
    font-weight: 600;
    display: flex;
    align-items: center;
}
.blog-style-1-list .blog-start .blog-content .date-comm-adit a i {
    margin-right: 5px;
}
.blog-style-1-list .blog-start .blog-content p.blog-description {
    margin-top: 20px;
    color: #999;
}
.blog-style-1-list .blog-start .blog-content a.read-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.blog-style-1-list .blog-start .blog-content a.read-link span {
    color: #222;
}
.blog-style-1-list .blog-start .blog-content a.read-link:hover span {
    color: #f5ab1e;
}
.blog-style-1-list .blog-start .blog-content a.read-link i {
    padding-left: 5px;
    font-size: 12px;
}
.blog-style-1-list .blog-start .blog-content a.read-link:hover i {
    padding-left: 10px;
}
.blog-style-1-list .blog-start .blog-content a.read-link span,
.blog-style-1-list .blog-start .blog-content a.read-link:hover span,
.blog-style-1-list .blog-start .blog-content a.read-link i,
.blog-style-1-list .blog-start .blog-content a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* left-right blog list css */
.blog-style-1-left-list-blog,
.blog-style-1-right-blog {
    counter-reset: my-sec-counter;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}
.blog-style-1-left-list-blog .blog-start,
.blog-style-1-right-blog .blog-start {
    position: relative;
}
.blog-style-1-left-list-blog .blog-start .blog-post,
.blog-style-1-right-blog .blog-start .blog-post {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.blog-style-1-left-list-blog .blog-start:before,
.blog-style-1-left-list-blog .blog-start:after,
.blog-style-1-right-blog .blog-start:before,
.blog-style-1-right-blog .blog-start:after {
    background-color: #f5ab1e;
}
.blog-style-1-left-list-blog .blog-start:before,
.blog-style-1-right-blog .blog-start:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    top: 0px;
    left: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 5% 25% 25%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog-style-1-left-list-blog .blog-start:after,
.blog-style-1-right-blog .blog-start:after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    border-radius: 20px 5px 0px 0px;
}
.blog-style-1-left-list-blog .blog-start,
.blog-style-1-right-blog .blog-start {
    width: calc(100% - 30px);
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 5px;
}
.blog-style-1-left-list-blog .blog-start .blog-image,
.blog-style-1-right-blog .blog-start .blog-image {
    display: flex;
    width: 50%;
}
.blog-style-1-list .blog-start .blog-image a img,
.blog-style-1-left-list-blog .blog-start .blog-image a img,
.blog-style-1-right-blog .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.blog-style-1-left-list-blog .blog-start .blog-content,
.blog-style-1-right-blog .blog-start .blog-content {
    width: 50%;
    margin-left: 30px;
}
.blog-style-1-right-blog .blog-start .blog-content .blog-date,
.blog-style-1-left-list-blog .blog-start .blog-content .blog-date,
.blog-style-1-list .blog-start .blog-content .blog-date {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 600;
}
.blog-style-1-left-list-blog .blog-start .blog-content .blog-date-comment a,
.blog-style-1-right-blog .blog-start .blog-content .blog-date-comment a {
    font-weight: 600;
}
.blog-style-1-left-list-blog .blog-start .blog-content .blog-title h6,
.blog-style-1-right-blog .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.blog-style-1-left-list-blog .blog-start .blog-content .blog-title h6 a,
.blog-style-1-right-blog .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-style-1-left-list-blog .blog-start .blog-content .date-comm-adit,
.blog-style-1-right-blog .blog-start .blog-content .date-comm-adit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    margin-top: 23px;
    padding-top: 25px;
}
.blog-style-1-left-list-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-date
    i,
.blog-style-1-right-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-date
    i {
    margin-right: 5px;
}
.blog-style-1-left-list-blog .blog-start .blog-content .date-comm-adit a,
.blog-style-1-right-blog .blog-start .blog-content .date-comm-adit a {
    font-size: 14px;
    font-weight: 600;
}
.blog-style-1-left-list-blog .blog-start .blog-content .date-comm-adit a i,
.blog-style-1-right-blog .blog-start .blog-content .date-comm-adit a i {
    margin-right: 5px;
}
.blog-style-1-left-list-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin,
.blog-style-1-right-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin,
.blog-style-1-list .blog-start .blog-content .date-comm-adit span.blog-admin {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-1-left-list-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin
    i,
.blog-style-1-right-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin
    i {
    margin-right: 5px;
}
.blog-style-1-left-list-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin
    span.blog-editor,
.blog-style-1-right-blog
    .blog-start
    .blog-content
    .date-comm-adit
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
    margin-left: 5px;
}
.blog-style-1-left-list-blog .blog-start .blog-content p.blog-description,
.blog-style-1-right-blog .blog-start .blog-content p.blog-description {
    margin-top: 20px;
    color: #999;
}
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link,
.blog-style-1-right-blog .blog-start .blog-content a.read-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link span,
.blog-style-1-right-blog .blog-start .blog-content a.read-link span {
    color: #222;
}
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link:hover span,
.blog-style-1-right-blog .blog-start .blog-content a.read-link:hover span {
    color: #f5ab1e;
}
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link i,
.blog-style-1-right-blog .blog-start .blog-content a.read-link i {
    padding-left: 5px;
    font-size: 12px;
}
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link:hover i,
.blog-style-1-right-blog .blog-start .blog-content a.read-link:hover i {
    padding-left: 10px;
}
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link span,
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link:hover span,
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link i,
.blog-style-1-left-list-blog .blog-start .blog-content a.read-link:hover i,
.blog-style-1-right-blog .blog-start .blog-content a.read-link span,
.blog-style-1-right-blog .blog-start .blog-content a.read-link:hover span,
.blog-style-1-right-blog .blog-start .blog-content a.read-link i,
.blog-style-1-right-blog .blog-start .blog-content a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* full-left-right details blog css */
.blog-style-1-details .single-blog-content,
.blog-style-1-left-details .single-blog-content,
.blog-style-1-right-details .single-blog-content {
    margin-top: 33px;
}
.blog-style-1-details .single-blog-content .single-b-title h4,
.blog-style-1-left-details .single-blog-content .single-b-title h4,
.blog-style-1-right-details .single-blog-content .single-b-title h4 {
    font-size: 16px;
}
.blog-style-1-details .single-blog-content .date-edit-comments,
.blog-style-1-left-details .single-blog-content .date-edit-comments,
.blog-style-1-right-details .single-blog-content .date-edit-comments {
    margin-top: 23px;
}
.blog-style-1-details .single-blog-content .date-edit-comments .blog-info-wrap,
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0px 0px -30px;
}
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data {
    margin: 15px 0px 0px 30px;
}
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c {
    margin-left: 5px;
}
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c {
    margin-left: 5px;
}
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-1-left-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.blog-style-1-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.blog-style-1-right-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c {
    margin-left: 5px;
}
.blog-style-1-details .single-blog-content .blog-description,
.blog-style-1-left-details .single-blog-content .blog-description,
.blog-style-1-right-details .single-blog-content .blog-description {
    margin-top: 23px;
}
.blog-style-1-details .single-blog-content .blog-description p,
.blog-style-1-left-details .single-blog-content .blog-description p,
.blog-style-1-right-details .single-blog-content .blog-description p {
    margin-top: 2px;
    letter-spacing: 0.6px;
}
.blog-style-1-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.blog-style-1-left-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.blog-style-1-right-details
    .single-blog-content
    .blog-description
    .blog-image-description {
    margin-top: 22px;
}
.blog-style-1-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.blog-style-1-left-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.blog-style-1-right-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img {
    float: left;
    margin-right: 15px;
}
.blog-style-1-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.blog-style-1-left-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.blog-style-1-right-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description {
    font-size: 14px;
    font-weight: 600;
}
.blog-style-1-details
    .single-blog-content
    .blog-description
    p.color-description,
.blog-style-1-left-details
    .single-blog-content
    .blog-description
    p.color-description,
.blog-style-1-right-details
    .single-blog-content
    .blog-description
    p.color-description {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #f5ab1e;
    margin: 23px 0px;
    padding: 30px;
    border-left: 1px solid #eee;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.blog-style-1-details .single-blog-content .blog-info,
.blog-style-1-left-details .single-blog-content .blog-info,
.blog-style-1-right-details .single-blog-content .blog-info {
    padding: 30px;
    margin-top: 22px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog-style-1-details .single-blog-content .blog-info i.fa-quote-left,
.blog-style-1-left-details .single-blog-content .blog-info i.fa-quote-left,
.blog-style-1-right-details .single-blog-content .blog-info i.fa-quote-left {
    font-size: 30px;
    color: #f5ab1e;
}
.blog-style-1-details .single-blog-content .blog-info h6,
.blog-style-1-left-details .single-blog-content .blog-info h6,
.blog-style-1-right-details .single-blog-content .blog-info h6 {
    color: #f5ab1e;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 500;
}
.blog-style-1-details .single-blog-content .b-link,
.blog-style-1-left-details .single-blog-content .b-link,
.blog-style-1-right-details .single-blog-content .b-link {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-style-1-details .single-blog-content .b-link .blog-tag a,
.blog-style-1-left-details .single-blog-content .b-link .blog-tag a,
.blog-style-1-right-details .single-blog-content .b-link .blog-tag a {
    background-color: #f5ab1e;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}
.blog-style-1-details .single-blog-content .b-link .blog-tag a:hover,
.blog-style-1-left-details .single-blog-content .b-link .blog-tag a:hover,
.blog-style-1-right-details .single-blog-content .b-link .blog-tag a:hover {
    background-color: #000;
    color: #fff;
}
.blog-style-1-details .single-blog-content .blog-social,
.blog-style-1-left-details .single-blog-content .blog-social,
.blog-style-1-right-details .single-blog-content .blog-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blog-style-1-details .single-blog-content .blog-social a.facebook,
.blog-style-1-details .single-blog-content .blog-social a.twitter,
.blog-style-1-details .single-blog-content .blog-social a.insta,
.blog-style-1-details .single-blog-content .blog-social a.pinterest,
.blog-style-1-left-details .single-blog-content .blog-social a.facebook,
.blog-style-1-left-details .single-blog-content .blog-social a.twitter,
.blog-style-1-left-details .single-blog-content .blog-social a.insta,
.blog-style-1-left-details .single-blog-content .blog-social a.pinterest,
.blog-style-1-right-details .single-blog-content .blog-social a.facebook,
.blog-style-1-right-details .single-blog-content .blog-social a.twitter,
.blog-style-1-right-details .single-blog-content .blog-social a.insta,
.blog-style-1-right-details .single-blog-content .blog-social a.pinterest {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.blog-style-1-details .single-blog-content .blog-social a.facebook,
.blog-style-1-left-details .single-blog-content .blog-social a.facebook,
.blog-style-1-right-details .single-blog-content .blog-social a.facebook {
    background-color: #3b5999;
    color: #fff;
}
.blog-style-1-details .single-blog-content .blog-social a.twitter,
.blog-style-1-left-details .single-blog-content .blog-social a.twitter,
.blog-style-1-right-details .single-blog-content .blog-social a.twitter {
    background-color: #55acee;
    color: #fff;
}
.blog-style-1-details .single-blog-content .blog-social a.insta,
.blog-style-1-left-details .single-blog-content .blog-social a.insta,
.blog-style-1-right-details .single-blog-content .blog-social a.insta {
    background-color: #dd4b39;
    color: #fff;
}
.blog-style-1-details .single-blog-content .blog-social a.pinterest,
.blog-style-1-left-details .single-blog-content .blog-social a.pinterest,
.blog-style-1-right-details .single-blog-content .blog-social a.pinterest {
    background-color: #bd081c;
    color: #fff;
}
.blog-style-1-details .single-blog-content .blog-social a:hover,
.blog-style-1-left-details .single-blog-content .blog-social a:hover,
.blog-style-1-right-details .single-blog-content .blog-social a:hover {
    background-color: #f5ab1e;
}
.blog-style-1-details .single-blog-content .blog-comments,
.blog-style-1-left-details .single-blog-content .blog-comments,
.blog-style-1-right-details .single-blog-content .blog-comments {
    margin-top: 23px;
}
.blog-style-1-details .single-blog-content .blog-comments h4,
.blog-style-1-left-details .single-blog-content .blog-comments h4,
.blog-style-1-right-details .single-blog-content .blog-comments h4 {
    font-size: 18px;
}
.blog-style-1-details .single-blog-content .blog-comments h4 span,
.blog-style-1-left-details .single-blog-content .blog-comments h4 span,
.blog-style-1-right-details .single-blog-content .blog-comments h4 span {
    color: #f5ab1e;
}
.blog-style-1-details .single-blog-content .blog-comments .blog-comment-info,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info {
    margin-top: 23px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae {
    display: flex;
    margin-top: 24px;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply {
    margin-left: 50px;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type {
    margin-top: 0px;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man {
    width: 45px;
    height: 45px;
    background-color: #f5ab1e;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content {
    width: calc(100% - 45px);
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result {
    display: block;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name {
    margin-top: 5px;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i {
    font-style: normal;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date {
    font-weight: 600;
    margin-top: 6px;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply {
    margin-left: 30px;
    color: #f5ab1e;
    font-weight: 500;
}
.blog-style-1-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.blog-style-1-left-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.blog-style-1-right-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title {
    font-weight: 600;
    color: #f5ab1e;
}
.blog-style-1-details .single-blog-content .comments-form,
.blog-style-1-left-details .single-blog-content .comments-form,
.blog-style-1-right-details .single-blog-content .comments-form {
    margin-top: 24px;
    padding-top: 23px;
    border-top: 1px solid #eee;
}
.blog-style-1-details .single-blog-content .comments-form h4,
.blog-style-1-left-details .single-blog-content .comments-form h4,
.blog-style-1-right-details .single-blog-content .comments-form h4 {
    font-size: 18px;
}
.blog-style-1-details .single-blog-content .comments-form form,
.blog-style-1-left-details .single-blog-content .comments-form form,
.blog-style-1-right-details .single-blog-content .comments-form form {
    margin-top: 18px;
}
.blog-style-1-details .single-blog-content .comments-form form label,
.blog-style-1-left-details .single-blog-content .comments-form form label,
.blog-style-1-right-details .single-blog-content .comments-form form label {
    margin-top: 15px;
}
.blog-style-1-details
    .single-blog-content
    .comments-form
    form
    label:first-child,
.blog-style-1-left-details
    .single-blog-content
    .comments-form
    form
    label:first-child,
.blog-style-1-right-details
    .single-blog-content
    .comments-form
    form
    label:first-child {
    margin-top: 0px;
}
.blog-style-1-details .single-blog-content .comments-form form input,
.blog-style-1-left-details .single-blog-content .comments-form form input,
.blog-style-1-right-details .single-blog-content .comments-form form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.blog-style-1-details .single-blog-content .comments-form form input:focus,
.blog-style-1-left-details .single-blog-content .comments-form form input:focus,
.blog-style-1-right-details
    .single-blog-content
    .comments-form
    form
    input:focus {
    border-color: #f5ab1e;
}
.blog-style-1-details .single-blog-content .comments-form form textarea,
.blog-style-1-left-details .single-blog-content .comments-form form textarea,
.blog-style-1-right-details .single-blog-content .comments-form form textarea {
    width: 100%;
    margin-top: 10px;
    min-height: 100px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    resize: unset;
}
.blog-style-1-details .single-blog-content .comments-form form textarea:focus,
.blog-style-1-left-details
    .single-blog-content
    .comments-form
    form
    textarea:focus,
.blog-style-1-right-details
    .single-blog-content
    .comments-form
    form
    textarea:focus {
    border-color: #f5ab1e;
}
.blog-style-1-details .single-blog-content .comments-form a.btn-style1,
.blog-style-1-left-details .single-blog-content .comments-form a.btn-style1,
.blog-style-1-right-details .single-blog-content .comments-form a.btn-style1 {
    margin-top: 24px;
}

/* center blog css */
.cetner-blog-area {
    counter-reset: my-sec-counter;
    display: flex;
    flex-wrap: wrap;
}
.cetner-blog-area .blog-start {
    position: relative;
}
.cetner-blog-area .blog-start .blog-post {
    margin-top: 15px;
    border: 1px solid #eee;
}
.cetner-blog-area .blog-start:before,
.cetner-blog-area .blog-start:after {
    background-color: #f5ab1e;
}
.cetner-blog-area .blog-start:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    top: 0px;
    left: 15px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 5% 25% 25%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.cetner-blog-area .blog-start:after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    border-radius: 20px 5px 0px 0px;
}
.cetner-blog-area .blog-start {
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
}
.cetner-blog-area .blog-start:nth-child(1) {
    margin-top: 0px;
}
.cetner-blog-area .blog-start .blog-image {
    display: flex;
}
.cetner-blog-area .blog-start .blog-content {
    padding: 30px;
}
.cetner-blog-area .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.cetner-blog-area .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cetner-blog-area .blog-start .blog-content span.blog-admin {
    display: block;
    margin-top: 7px;
    line-height: 1;
}
.cetner-blog-area .blog-start .blog-content span.blog-admin span.blog-editor {
    color: #000;
    font-weight: 600;
}
.cetner-blog-area .blog-start .blog-content p.blog-description {
    font-size: 14px;
    margin-top: 21px;
}
.cetner-blog-area .blog-start .blog-content a.read-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.cetner-blog-area .blog-start .blog-content a.read-link span {
    color: #222;
}
.cetner-blog-area .blog-start .blog-content a.read-link:hover span {
    color: #f5ab1e;
}
.cetner-blog-area .blog-start .blog-content a.read-link i {
    padding-left: 5px;
    font-size: 12px;
}
.cetner-blog-area .blog-start .blog-content a.read-link:hover i {
    padding-left: 10px;
}
.cetner-blog-area .blog-start .blog-content a.read-link span,
.cetner-blog-area .blog-start .blog-content a.read-link:hover span,
.cetner-blog-area .blog-start .blog-content a.read-link i,
.cetner-blog-area .blog-start .blog-content a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cetner-blog-area .blog-start .blog-content .blog-date-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}
.cetner-blog-area .blog-start .blog-content .blog-date-comment a {
    font-size: 14px;
    font-weight: 600;
}
/* center blog right column btn css */
.right-area .b-Reply form a.btn-style1 {
    width: 100%;
    margin-top: 30px;
}
.center-right-area.style-3 .b-Reply form a.Reply-link-3 {
    background-color: #5fa800;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
    margin-top: 30px;
    border: 2px solid #5fa800;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
.right-area.style-5 .b-Reply form a.Reply-link {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    background-color: #f5ab1e;

    font-weight: 600;
    border: 2px solid #f5ab1e;
    border-radius: 3px;
    border-color: #f5ab1e;
}
.right-area.style-5 .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #f5ab1e;
    border-color: #f5ab1e;
}
.center-right-area.style-6 .b-Reply form a.Reply-link-6 {
    position: relative;
    width: 100%;
    background-color: #73841b;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    border-color: #73841b;
}
/* style-2 blog pagination css */
.all-page span.page-title {
    color: #333;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}
.all-page .page-number {
    text-align: center;
    margin-top: 19px;
}
.all-page .page-number a {
    position: relative;
    margin-right: 5px;
}
.all-page .page-number a:after {
    background-color: #5fa800;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.all-page .page-number a:hover:after,
.all-page .page-number a.active:after {
    opacity: 1;
    visibility: visible;
}
.all-page .page-number a:hover,
.all-page .page-number a.active {
    color: #5fa800;
}
.all-page .page-number a:last-child:after {
    display: none;
}
/* right column css */
.right-area.style-1 .right-column-start .archive-link ul li a:hover,
.right-area.style-5 .right-column-start .archive-link ul li a:hover {
    color: #f5ab1e;
}
.right-area.style-2 .right-column-start .archive-link ul li a:hover,
.center-right-area.style-3 .right-column-start .archive-link ul li a:hover,
.right-area.style-3 .right-column-start .archive-link ul li a:hover {
    color: #5fa800;
}
.center-right-area.style-6 .right-column-start .archive-link ul li a:hover {
    color: #73841b;
}
.right-area.style-7 .right-column-start .archive-link ul li a:hover {
    color: #cd7752;
}
.right-area .b-Reply form a.Reply-link {
    background-color: #5fa800;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #5fa800;
}
.right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #5fa800;
}
/* left-right-full grid blog css */
.full-blog-style-2,
.left-style-2-blog,
.right-style-2-blog {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.full-blog-style-2 .blog-start,
.left-style-2-blog .blog-start,
.right-style-2-blog .blog-start {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.full-blog-style-2 .blog-start .blog-image a,
.left-style-2-blog .blog-start .blog-image a,
.right-style-2-blog .blog-start .blog-image a {
    display: block;
}
.full-blog-style-2 .blog-start .blog-image a img,
.left-style-2-blog .blog-start .blog-image a img,
.right-style-2-blog .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.full-blog-style-2 .blog-start .blog-content,
.left-style-2-blog .blog-start .blog-content,
.right-style-2-blog .blog-start .blog-content {
    padding-top: 30px;
}
.full-blog-style-2 .blog-start .blog-content .blog-date-comment,
.left-style-2-blog .blog-start .blog-content .blog-date-comment,
.right-style-2-blog .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.right-style-2 .blog-start .blog-content .blog-date-comment span.blog-date,
.right-style-2 .blog-start .blog-content .blog-date-comment a,
.left-style-2-blog .blog-start .blog-content .blog-date-comment span.blog-date,
.right-style-2-blog .blog-start .blog-content .blog-date-comment a {
    display: flex;
    align-items: center;
    line-height: 1;
}
.right-style-2 .blog-start .blog-content .blog-date-comment span.blog-date i,
.right-style-2 .blog-start .blog-content .blog-date-comment a i,
.left-style-2-blog
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.right-style-2-blog .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.full-blog-style-2 .blog-start .blog-content .blog-date-comment span.blog-date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i {
    margin-right: 5px;
}
.full-blog-style-2 .blog-start .blog-content .blog-date-comment a,
.left-style-2-blog .blog-start .blog-content .blog-date-comment a,
.right-style-2-blog .blog-start .blog-content .blog-date-comment a {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-style-2 .blog-start .blog-content .blog-date-comment a:hover,
.left-style-2-blog .blog-start .blog-content .blog-date-comment a:hover,
.right-style-2-blog .blog-start .blog-content .blog-date-comment a:hover {
    color: #5fa800;
}
.left-style-2-blog
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.full-blog-style-2 .blog-start .blog-content .blog-date-comment a i,
.left-style-2-blog .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.full-blog-style-2 .blog-start .blog-content .blog-title h6,
.left-style-2-blog .blog-start .blog-content .blog-title h6,
.right-style-2-blog .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid #ededed;
}
.full-blog-style-2 .blog-start .blog-content .blog-title h6 a,
.left-style-2-blog .blog-start .blog-content .blog-title h6 a,
.right-style-2-blog .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-style-2 .blog-start .blog-content .blog-title h6 a:hover,
.left-style-2-blog .blog-start .blog-content .blog-title h6 a:hover,
.right-style-2-blog .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.full-blog-style-2 .blog-start .blog-content p.blog-description,
.left-style-2-blog .blog-start .blog-content p.blog-description,
.right-style-2-blog .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.full-blog-style-2 .blog-start .blog-content .more-blog,
.left-style-2-blog .blog-start .blog-content .more-blog,
.right-style-2-blog .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-style-2 .blog-start .blog-content .more-blog a.read-link,
.left-style-2-blog .blog-start .blog-content .more-blog a.read-link,
.right-style-2-blog .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 14px;
    font-weight: 600;
}
.full-blog-style-2 .blog-start .blog-content .more-blog a.read-link i,
.left-style-2-blog .blog-start .blog-content .more-blog a.read-link i,
.right-style-2-blog .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.full-blog-style-2 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-style-2 .blog-start .blog-content .more-blog a.read-link:hover i,
.left-style-2-blog .blog-start .blog-content .more-blog a.read-link i,
.left-style-2-blog .blog-start .blog-content .more-blog a.read-link:hover i,
.right-style-2-blog .blog-start .blog-content .more-blog a.read-link i,
.right-style-2-blog .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-style-2 .blog-start .blog-content .more-blog a.read-link:hover i,
.left-style-2-blog .blog-start .blog-content .more-blog a.read-link:hover i,
.right-style-2-blog .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.full-blog-style-2
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.left-style-2-blog
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.right-style-2-blog
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* left-right-full list blog css */
.full-blog-list-style-2 .blog-start {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.left-blog-list-style-2 .blog-start {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.right-blog-list-style-2 .blog-start {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.full-blog-list-style-2 .blog-start .blog-image,
.left-blog-list-style-2 .blog-start .blog-image,
.right-blog-list-style-2 .blog-start .blog-image {
    width: 50%;
}
.full-blog-list-style-2 .blog-start .blog-image a,
.left-blog-list-style-2 .blog-start .blog-image a,
.right-blog-list-style-2 .blog-start .blog-image a {
    display: block;
}
.full-blog-list-style-2 .blog-start .blog-image a img,
.left-blog-list-style-2 .blog-start .blog-image a img,
.right-blog-list-style-2 .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.full-blog-list-style-2 .blog-start .blog-content,
.left-blog-list-style-2 .blog-start .blog-content,
.right-blog-list-style-2 .blog-start .blog-content {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-date-comment,
.left-blog-list-style-2 .blog-start .blog-content .blog-date-comment,
.right-blog-list-style-2 .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-date-comment a,
.left-blog-list-style-2 .blog-start .blog-content .blog-date-comment a,
.right-blog-list-style-2 .blog-start .blog-content .blog-date-comment a,
.full-blog-list-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.left-blog-list-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.right-blog-list-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-date-comment a:hover,
.left-blog-list-style-2 .blog-start .blog-content .blog-date-comment a:hover,
.right-blog-list-style-2 .blog-start .blog-content .blog-date-comment a:hover {
    color: #5fa800;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-date-comment a i,
.left-blog-list-style-2 .blog-start .blog-content .blog-date-comment a i,
.right-blog-list-style-2 .blog-start .blog-content .blog-date-comment a i,
.full-blog-list-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.left-blog-list-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.right-blog-list-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i {
    margin-right: 5px;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-title h6,
.left-blog-list-style-2 .blog-start .blog-content .blog-title h6,
.right-blog-list-style-2 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 30px;
    padding-top: 23px;
    border-top: 1px solid #ededed;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-title h6 a,
.left-blog-list-style-2 .blog-start .blog-content .blog-title h6 a,
.right-blog-list-style-2 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-list-style-2 .blog-start .blog-content .blog-title h6 a:hover,
.left-blog-list-style-2 .blog-start .blog-content .blog-title h6 a:hover,
.right-blog-list-style-2 .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.full-blog-list-style-2 .blog-start .blog-content p.blog-description,
.left-blog-list-style-2 .blog-start .blog-content p.blog-description,
.right-blog-list-style-2 .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.full-blog-list-style-2 .blog-start .blog-content .more-blog,
.left-blog-list-style-2 .blog-start .blog-content .more-blog,
.right-blog-list-style-2 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link,
.left-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link,
.right-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 14px;
    font-weight: 600;
}
.full-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.full-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-list-style-2 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
.full-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.left-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.right-blog-list-style-2
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* left-right-full details blog css */
.style-2-full-blog-area .single-image {
    margin-bottom: 33px;
}
.style-2-right-blog-details .single-blog-content,
.style-2-left-blog-details .single-blog-content {
    margin-top: 33px;
}
.style-2-full-blog-area .single-blog-content .single-b-title h4,
.style-2-right-blog-details .single-blog-content .single-b-title h4,
.style-2-left-blog-details .single-blog-content .single-b-title h4 {
    font-size: 16px;
}
.style-2-full-blog-area .single-blog-content .date-edit-comments,
.style-2-right-blog-details .single-blog-content .date-edit-comments,
.style-2-left-blog-details .single-blog-content .date-edit-comments {
    margin-top: 23px;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0px 0px -30px;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data {
    margin: 15px 0px 0px 30px;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date {
    margin-right: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c {
    margin-left: 5px;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit {
    margin-right: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c {
    margin-left: 5px;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments {
    display: flex;
    align-items: center;
    line-height: 1;
}
.style-2-full-blog-area
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.style-2-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.style-2-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c {
    margin-left: 5px;
}
.style-2-full-blog-area .single-blog-content .blog-description,
.style-2-right-blog-details .single-blog-content .blog-description,
.style-2-left-blog-details .single-blog-content .blog-description {
    margin-top: 23px;
}
.style-2-full-blog-area .single-blog-content .blog-description p,
.style-2-right-blog-details .single-blog-content .blog-description p,
.style-2-left-blog-details .single-blog-content .blog-description p {
    margin-top: 1px;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-description
    .blog-image-description,
.style-2-right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.style-2-left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description {
    margin-top: 22px;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.style-2-right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.style-2-left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img {
    float: left;
    margin-right: 30px;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.style-2-right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.style-2-left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description {
    font-size: 15px;
    font-weight: 600;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-description
    p.color-description,
.style-2-right-blog-details
    .single-blog-content
    .blog-description
    p.color-description,
.style-2-left-blog-details
    .single-blog-content
    .blog-description
    p.color-description {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #5fa800;
    margin: 22px 0px;
    padding: 30px;
    border-left: 1px solid #eee;
}
.style-2-full-blog-area .single-blog-content .blog-info,
.style-2-right-blog-details .single-blog-content .blog-info,
.style-2-left-blog-details .single-blog-content .blog-info {
    padding: 30px;
    margin-top: 22px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.style-2-full-blog-area .single-blog-content .blog-info i.fa-quote-left,
.style-2-right-blog-details .single-blog-content .blog-info i.fa-quote-left,
.style-2-left-blog-details .single-blog-content .blog-info i.fa-quote-left {
    font-size: 30px;
    color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .blog-info h6,
.style-2-right-blog-details .single-blog-content .blog-info h6,
.style-2-left-blog-details .single-blog-content .blog-info h6 {
    color: #5fa800;
    font-size: 16px;
    font-weight: 600;
    margin-top: 9px;
}
.style-2-full-blog-area .single-blog-content .b-link,
.style-2-right-blog-details .single-blog-content .b-link,
.style-2-left-blog-details .single-blog-content .b-link {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style-2-full-blog-area .single-blog-content .b-link a,
.style-2-right-blog-details .single-blog-content .b-link a,
.style-2-left-blog-details .single-blog-content .b-link a {
    background-color: #5fa800;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}
.style-2-full-blog-area .single-blog-content .b-link a:hover,
.style-2-right-blog-details .single-blog-content .b-link a:hover,
.style-2-left-blog-details .single-blog-content .b-link a:hover {
    background-color: #000;
    color: #fff;
}
.style-2-full-blog-area .single-blog-content .blog-social,
.style-2-right-blog-details .single-blog-content .blog-social,
.style-2-left-blog-details .single-blog-content .blog-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.style-2-full-blog-area .single-blog-content .blog-social a.facebook,
.style-2-full-blog-area .single-blog-content .blog-social a.twitter,
.style-2-full-blog-area .single-blog-content .blog-social a.insta,
.style-2-full-blog-area .single-blog-content .blog-social a.pinterest,
.style-2-right-blog-details .single-blog-content .blog-social a.facebook,
.style-2-right-blog-details .single-blog-content .blog-social a.twitter,
.style-2-right-blog-details .single-blog-content .blog-social a.insta,
.style-2-right-blog-details .single-blog-content .blog-social a.pinterest,
.style-2-left-blog-details .single-blog-content .blog-social a.facebook,
.style-2-left-blog-details .single-blog-content .blog-social a.twitter,
.style-2-left-blog-details .single-blog-content .blog-social a.insta,
.style-2-left-blog-details .single-blog-content .blog-social a.pinterest {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.style-2-full-blog-area .single-blog-content .blog-social a.facebook,
.style-2-right-blog-details .single-blog-content .blog-social a.facebook,
.style-2-left-blog-details .single-blog-content .blog-social a.facebook {
    background-color: #3b5999;
    color: #fff;
}
.style-2-full-blog-area .single-blog-content .blog-social a.twitter,
.style-2-right-blog-details .single-blog-content .blog-social a.twitter,
.style-2-left-blog-details .single-blog-content .blog-social a.twitter {
    background-color: #55acee;
    color: #fff;
}
.style-2-full-blog-area .single-blog-content .blog-social a.insta,
.style-2-right-blog-details .single-blog-content .blog-social a.insta,
.style-2-left-blog-details .single-blog-content .blog-social a.insta {
    background-color: #dd4b39;
    color: #fff;
}
.style-2-full-blog-area .single-blog-content .blog-social a.pinterest,
.style-2-right-blog-details .single-blog-content .blog-social a.pinterest,
.style-2-left-blog-details .single-blog-content .blog-social a.pinterest {
    background-color: #bd081c;
    color: #fff;
}
.style-2-full-blog-area .single-blog-content .blog-social a:hover,
.style-2-right-blog-details .single-blog-content .blog-social a:hover,
.style-2-left-blog-details .single-blog-content .blog-social a:hover {
    background-color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .blog-comments,
.style-2-right-blog-details .single-blog-content .blog-comments,
.style-2-left-blog-details .single-blog-content .blog-comments {
    margin-top: 23px;
}
.style-2-full-blog-area .single-blog-content .blog-comments h4,
.style-2-right-blog-details .single-blog-content .blog-comments h4,
.style-2-left-blog-details .single-blog-content .blog-comments h4 {
    font-size: 18px;
}
.style-2-full-blog-area .single-blog-content .blog-comments h4 span,
.style-2-right-blog-details .single-blog-content .blog-comments h4 span,
.style-2-left-blog-details .single-blog-content .blog-comments h4 span {
    color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .blog-comments .blog-comment-info,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info {
    margin-top: 23px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae {
    margin-top: 24px;
    display: flex;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type {
    margin-top: 0px;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply {
    padding-left: 50px;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man {
    width: 45px;
    height: 45px;
    background-color: #5fa800;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content {
    width: calc(100% - 45px);
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result {
    display: block;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name {
    margin-top: 5px;
    margin-bottom: 5px;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i {
    font-style: normal;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date {
    font-weight: 600;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply {
    color: #5fa800;
    margin-left: 30px;
    font-weight: 500;
}
.style-2-full-blog-area
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.style-2-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.style-2-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title {
    font-weight: 600;
    color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .comments-form,
.style-2-right-blog-details .single-blog-content .comments-form,
.style-2-left-blog-details .single-blog-content .comments-form {
    margin-top: 24px;
    padding-top: 23px;
    border-top: 1px solid #eee;
}
.style-2-full-blog-area .single-blog-content .comments-form h4,
.style-2-right-blog-details .single-blog-content .comments-form h4,
.style-2-left-blog-details .single-blog-content .comments-form h4 {
    font-size: 18px;
}
.style-2-full-blog-area .single-blog-content .comments-form form,
.style-2-right-blog-details .single-blog-content .comments-form form,
.style-2-left-blog-details .single-blog-content .comments-form form {
    margin-top: 18px;
}
.style-2-full-blog-area .single-blog-content .comments-form form label,
.style-2-right-blog-details .single-blog-content .comments-form form label,
.style-2-left-blog-details .single-blog-content .comments-form form label {
    margin-top: 15px;
}
.style-2-full-blog-area
    .single-blog-content
    .comments-form
    form
    label:first-child,
.style-2-right-blog-details
    .single-blog-content
    .comments-form
    form
    label:first-child,
.style-2-left-blog-details
    .single-blog-content
    .comments-form
    form
    label:first-child {
    margin-top: 0px;
}
.style-2-full-blog-area .single-blog-content .comments-form form input,
.style-2-right-blog-details .single-blog-content .comments-form form input,
.style-2-left-blog-details .single-blog-content .comments-form form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.style-2-full-blog-area .single-blog-content .comments-form form input:focus,
.style-2-right-blog-details
    .single-blog-content
    .comments-form
    form
    input:focus,
.style-2-left-blog-details
    .single-blog-content
    .comments-form
    form
    input:focus {
    border-color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .comments-form form textarea,
.style-2-right-blog-details .single-blog-content .comments-form form textarea,
.style-2-left-blog-details .single-blog-content .comments-form form textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    resize: unset;
}
.style-2-full-blog-area .single-blog-content .comments-form form textarea:focus,
.style-2-right-blog-details
    .single-blog-content
    .comments-form
    form
    textarea:focus,
.style-2-left-blog-details
    .single-blog-content
    .comments-form
    form
    textarea:focus {
    border-color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .comments-form a.btn-style1,
.style-2-right-blog-details .single-blog-content .comments-form a.btn-style1,
.style-2-left-blog-details .single-blog-content .comments-form a.btn-style1 {
    margin-top: 24px;
    background-color: #5fa800;
    border-color: #5fa800;
}
.style-2-full-blog-area .single-blog-content .comments-form a.btn-style1:hover,
.style-2-right-blog-details
    .single-blog-content
    .comments-form
    a.btn-style1:hover,
.style-2-left-blog-details
    .single-blog-content
    .comments-form
    a.btn-style1:hover {
    background-color: transparent;
    color: #000;
    border-color: #5fa800;
}
/* center blog css */
.cetner-blog-style-2 {
    display: flex;
    flex-wrap: wrap;
}
.cetner-blog-style-2 .blog-start {
    width: 100%;
    margin-top: 30px;
}
.cetner-blog-style-2 .blog-start:nth-child(1) {
    margin-top: 0px;
}
.cetner-blog-style-2 .blog-start .blog-image a {
    display: block;
}
.cetner-blog-style-2 .blog-start .blog-content {
    padding-top: 30px;
}
.cetner-blog-style-2 .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.cetner-blog-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.cetner-blog-style-2 .blog-start .blog-content .blog-date-comment a {
    display: flex;
    align-items: center;
    line-height: 1;
}
.cetner-blog-style-2
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.cetner-blog-style-2 .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.cetner-blog-style-2 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid #ededed;
}
.cetner-blog-style-2 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cetner-blog-style-2 .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.cetner-blog-style-2 .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.cetner-blog-style-2 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cetner-blog-style-2 .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cetner-blog-style-2 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
    padding-left: 5px;
}
.cetner-blog-style-2 .blog-start .blog-content .more-blog a.read-link i,
.cetner-blog-style-2 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cetner-blog-style-2 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.cetner-blog-style-2
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* blog style-3 section title */
.section-title3 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.section-title3 h2 span {
    position: relative;
}
.section-title3 h2 span::before,
.section-title3 h2 span::after {
    background-color: #5fa800;
    content: "";
    position: absolute;
    bottom: 50%;
    width: 10px;
    height: 2px;
}
.section-title3 h2 span::before {
    left: -25px;
}
.section-title3 h2 span::after {
    right: -25px;
}
/* style-3 blog css */
.full-blog-style-3,
.blog-style-3-left-grid,
.blog-style-3-right-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.full-blog-style-3 .blog-start,
.blog-style-3-left-grid .blog-start,
.blog-style-3-right-grid .blog-start {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.full-blog-style-3 .blog-start .blog-image,
.blog-style-3-left-grid .blog-start .blog-image,
.blog-style-3-right-grid .blog-start .blog-image {
    display: flex;
}
.full-blog-style-3 .blog-start .blog-image a::after,
.blog-style-3-left-grid .blog-start .blog-image a::after,
.blog-style-3-right-grid .blog-start .blog-image a::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-style-3 .blog-start:hover .blog-image a::after,
.blog-style-3-left-grid .blog-start:hover .blog-image a::after,
.blog-style-3-right-grid .blog-start:hover .blog-image a::after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-style-3 .blog-start .blog-image a,
.blog-style-3-left-grid .blog-start .blog-image a,
.blog-style-3-right-grid .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.full-blog-style-3 .blog-start .blog-image a img,
.blog-style-3-left-grid .blog-start .blog-image a img,
.blog-style-3-right-grid .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.full-blog-style-3 .blog-start:hover .blog-image a img,
.blog-style-3-left-grid .blog-start:hover .blog-image a img,
.blog-style-3-right-grid .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.full-blog-style-3 .blog-start .blog-image a img,
.full-blog-style-3 .blog-start:hover .blog-image a img,
.blog-style-3-left-grid .blog-start .blog-image a img,
.blog-style-3-left-grid .blog-start:hover .blog-image a img,
.blog-style-3-right-grid .blog-start .blog-image a img,
.blog-style-3-right-grid .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-style-3 .blog-start .blog-content,
.blog-style-3-left-grid .blog-start .blog-content,
.blog-style-3-right-grid .blog-start .blog-content {
    padding-top: 30px;
}
.full-blog-style-3 .blog-start .blog-content .blog-date-comment,
.blog-style-3-left-grid .blog-start .blog-content .blog-date-comment,
.blog-style-3-right-grid .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.full-blog-style-3 .blog-start .blog-content .blog-date-comment a,
.blog-style-3-left-grid .blog-start .blog-content .blog-date-comment a,
.blog-style-3-right-grid .blog-start .blog-content .blog-date-comment a,
.full-blog-style-3 .blog-start .blog-content .blog-date-comment span.blog-date,
.blog-style-3-left-grid
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.blog-style-3-right-grid
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-style-3 .blog-start .blog-content .blog-date-comment a:hover,
.blog-style-3-left-grid .blog-start .blog-content .blog-date-comment a:hover,
.blog-style-3-right-grid .blog-start .blog-content .blog-date-comment a:hover {
    color: #5fa800;
}
.full-blog-style-3 .blog-start .blog-content .blog-date-comment a i,
.blog-style-3-left-grid .blog-start .blog-content .blog-date-comment a i,
.blog-style-3-right-grid .blog-start .blog-content .blog-date-comment a i,
.full-blog-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.blog-style-3-left-grid
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.blog-style-3-right-grid
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i {
    margin-right: 5px;
}
.full-blog-style-3 .blog-start .blog-content .blog-title h6,
.blog-style-3-left-grid .blog-start .blog-content .blog-title h6,
.blog-style-3-right-grid .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 13px;
    border-top: 1px solid #ededed;
}
.full-blog-style-3 .blog-start .blog-content .blog-title h6 a,
.blog-style-3-left-grid .blog-start .blog-content .blog-title h6 a,
.blog-style-3-right-grid .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-style-3 .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-3-left-grid .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-3-right-grid .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.full-blog-style-3 .blog-start .blog-content p.blog-description,
.blog-style-3-left-grid .blog-start .blog-content p.blog-description,
.blog-style-3-right-grid .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
    font-size: 14px;
}
.full-blog-style-3 .blog-start .blog-content .more-blog,
.blog-style-3-left-grid .blog-start .blog-content .more-blog,
.blog-style-3-right-grid .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-style-3 .blog-start .blog-content .more-blog a.read-link,
.blog-style-3-left-grid .blog-start .blog-content .more-blog a.read-link,
.blog-style-3-right-grid .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 14px;
}
.full-blog-style-3 .blog-start .blog-content .more-blog a.read-link i,
.blog-style-3-left-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-3-right-grid .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.full-blog-style-3 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-style-3 .blog-start .blog-content .more-blog a.read-link:hover i,
.blog-style-3-left-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-3-left-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-3-right-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-3-right-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-style-3 .blog-start .blog-content .more-blog a.read-link:hover i,
.blog-style-3-left-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-3-right-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
.full-blog-style-3
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.blog-style-3-left-grid
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.blog-style-3-right-grid
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
.all-page span.page-title {
    color: #333;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}
/* full-left-right list blog css */
.full-blog-list-style-3,
.left-blog-list-style-3,
.right-blog-style-3 {
    display: flex;
    flex-wrap: wrap;
}
.full-blog-list-style-3 .blog-start,
.left-blog-list-style-3 .blog-start,
.right-blog-style-3 .blog-start {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.full-blog-list-style-3 .blog-start .blog-image,
.left-blog-list-style-3 .blog-start .blog-image,
.right-blog-style-3 .blog-start .blog-image {
    display: flex;
    width: 50%;
}
.full-blog-list-style-3 .blog-start .blog-image a::after,
.left-blog-list-style-3 .blog-start .blog-image a::after,
.right-blog-style-3 .blog-start .blog-image a::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-list-style-3 .blog-start:hover .blog-image a::after,
.left-blog-list-style-3 .blog-start:hover .blog-image a::after,
.right-blog-style-3 .blog-start:hover .blog-image a::after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-list-style-3 .blog-start .blog-image a,
.left-blog-list-style-3 .blog-start .blog-image a,
.right-blog-style-3 .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.full-blog-list-style-3 .blog-start .blog-image a img,
.left-blog-list-style-3 .blog-start .blog-image a img,
.right-blog-style-3 .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.full-blog-list-style-3 .blog-start:hover .blog-image a img,
.left-blog-list-style-3 .blog-start:hover .blog-image a img,
.right-blog-style-3 .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.full-blog-list-style-3 .blog-start .blog-image a img,
.full-blog-list-style-3 .blog-start:hover .blog-image a img,
.left-blog-list-style-3 .blog-start .blog-image a img,
.left-blog-list-style-3 .blog-start:hover .blog-image a img,
.right-blog-style-3 .blog-start .blog-image a img,
.right-blog-style-3 .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-list-style-3 .blog-start .blog-content,
.left-blog-list-style-3 .blog-start .blog-content,
.right-blog-style-3 .blog-start .blog-content {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-date-comment,
.left-blog-list-style-3 .blog-start .blog-content .blog-date-comment,
.right-blog-style-3 .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-date-comment a,
.left-blog-list-style-3 .blog-start .blog-content .blog-date-comment a,
.right-blog-style-3 .blog-start .blog-content .blog-date-comment a,
.full-blog-list-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.left-blog-list-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.right-blog-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-date-comment a:hover,
.left-blog-list-style-3 .blog-start .blog-content .blog-date-comment a:hover,
.right-blog-style-3 .blog-start .blog-content .blog-date-comment a:hover {
    color: #5fa800;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-date-comment a i,
.left-blog-list-style-3 .blog-start .blog-content .blog-date-comment a i,
.right-blog-style-3 .blog-start .blog-content .blog-date-comment a i,
.full-blog-list-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.left-blog-list-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.right-blog-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i {
    margin-right: 5px;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-title h6,
.left-blog-list-style-3 .blog-start .blog-content .blog-title h6,
.right-blog-style-3 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #ededed;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-title h6 a,
.left-blog-list-style-3 .blog-start .blog-content .blog-title h6 a,
.right-blog-style-3 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-list-style-3 .blog-start .blog-content .blog-title h6 a:hover,
.left-blog-list-style-3 .blog-start .blog-content .blog-title h6 a:hover,
.right-blog-style-3 .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.full-blog-list-style-3 .blog-start .blog-content p.blog-description,
.left-blog-list-style-3 .blog-start .blog-content p.blog-description,
.right-blog-style-3 .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 17px;
    font-size: 14px;
}
.full-blog-list-style-3 .blog-start .blog-content .more-blog,
.left-blog-list-style-3 .blog-start .blog-content .more-blog,
.right-blog-style-3 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-list-style-3 .blog-start .blog-content .more-blog a.read-link,
.left-blog-list-style-3 .blog-start .blog-content .more-blog a.read-link,
.right-blog-style-3 .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.full-blog-list-style-3 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-3 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-style-3 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
    padding-left: 5px;
}
.full-blog-list-style-3 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-list-style-3
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-3 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-3
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-style-3 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-style-3 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-3
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-3
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-style-3 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.full-blog-list-style-3
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.left-blog-list-style-3
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.right-blog-style-3
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* style 3 full-left-right blog details css */
/* carousel dots css */
.blog-page .full-blog-details .single-image-carousel,
.left-blog-details .single-image-carousel,
.right-blog-details .single-image-carousel {
    position: relative;
}
.blog-page .full-blog-details .single-image-carousel .owl-dots,
.left-blog-details .single-image-carousel .owl-dots,
.right-blog-details .single-image-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0px;
    left: 0px;
    margin-top: 0px;
}
.blog-page
    .full-blog-details
    .single-image-carousel
    .owl-dots
    button.owl-dot
    span,
.left-blog-details .single-image-carousel .owl-dots button.owl-dot span,
.right-blog-details .single-image-carousel .owl-dots button.owl-dot span {
    background-color: #5fa800;
    width: 7px;
    height: 7px;
}
.blog-page
    .full-blog-details
    .single-image-carousel
    .owl-dots
    button.owl-dot
    :hover,
.blog-page
    .full-blog-details
    .single-image-carousel
    .owl-dots
    button.owl-dot.active
    span,
.left-blog-details .single-image-carousel .owl-dots button.owl-dot :hover,
.left-blog-details .single-image-carousel .owl-dots button.owl-dot.active span,
.right-blog-details .single-image-carousel .owl-dots button.owl-dot :hover,
.right-blog-details
    .single-image-carousel
    .owl-dots
    button.owl-dot.active
    span {
    background-color: #000;
}
.full-blog-details .single-image-carousel .items,
.left-blog-details .single-image-carousel .items,
.right-blog-details .single-image-carousel .items {
    display: flex;
}
.full-blog-details .single-image-carousel a::after,
.left-blog-details .single-image-carousel a::after,
.right-blog-details .single-image-carousel a::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-details .single-image-carousel:hover a::after,
.left-blog-details .single-image-carousel:hover a::after,
.right-blog-details .single-image-carousel:hover a::after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-details .single-image-carousel a,
.left-blog-details .single-image-carousel a,
.right-blog-details .single-image-carousel a {
    position: relative;
    overflow: hidden;
}
.full-blog-details .single-image-carousel:hover a img,
.left-blog-details .single-image-carousel:hover a img,
.right-blog-details .single-image-carousel:hover a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.full-blog-details .single-image-carousel a img,
.full-blog-details .single-image-carousel:hover a img,
.left-blog-details .single-image-carousel a img,
.left-blog-details .single-image-carousel:hover a img,
.right-blog-details .single-image-carousel a img,
.right-blog-details .single-image-carousel:hover a img {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.full-blog-details .single-blog-content,
.left-blog-details .single-blog-content,
.right-blog-details .single-blog-content {
    margin-top: 33px;
}
.full-blog-details .single-blog-content .single-b-title h4,
.left-blog-details .single-blog-content .single-b-title h4,
.right-blog-details .single-blog-content .single-b-title h4 {
    font-size: 16px;
}
.full-blog-details .single-blog-content .date-edit-comments,
.left-blog-details .single-blog-content .date-edit-comments,
.right-blog-details .single-blog-content .date-edit-comments {
    margin-top: 23px;
}
.full-blog-details .single-blog-content .date-edit-comments .blog-info-wrap,
.left-blog-details .single-blog-content .date-edit-comments .blog-info-wrap,
.right-blog-details .single-blog-content .date-edit-comments .blog-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0px 0px -30px;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data {
    margin: 15px 0px 0px 30px;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c {
    margin-left: 5px;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c {
    margin-left: 5px;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c {
    margin-left: 5px;
}
.full-blog-details .single-blog-content .blog-description,
.left-blog-details .single-blog-content .blog-description,
.right-blog-details .single-blog-content .blog-description {
    margin-top: 23px;
}
.full-blog-details .single-blog-content .blog-description p,
.left-blog-details .single-blog-content .blog-description p,
.right-blog-details .single-blog-content .blog-description p {
    margin-top: 1px;
}
.full-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description {
    margin-top: 22px;
}
.full-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img {
    float: left;
    margin-right: 30px;
}
.full-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description {
    font-size: 15px;
    font-weight: 600;
}
.full-blog-details .single-blog-content .blog-description p.color-description,
.left-blog-details .single-blog-content .blog-description p.color-description,
.right-blog-details .single-blog-content .blog-description p.color-description {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #5fa800;
    margin: 22px 0px;
    padding: 30px;
    border-left: 1px solid #eee;
}
.full-blog-details .single-blog-content .blog-info,
.left-blog-details .single-blog-content .blog-info,
.right-blog-details .single-blog-content .blog-info {
    padding: 30px;
    margin-top: 22px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.full-blog-details .single-blog-content .blog-info i.fa-quote-left,
.left-blog-details .single-blog-content .blog-info i.fa-quote-left,
.right-blog-details .single-blog-content .blog-info i.fa-quote-left {
    font-size: 30px;
    color: #5fa800;
}
.full-blog-details .single-blog-content .blog-info h6,
.left-blog-details .single-blog-content .blog-info h6,
.right-blog-details .single-blog-content .blog-info h6 {
    color: #5fa800;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
}
.full-blog-details .single-blog-content .blog-comments h4,
.left-blog-details .single-blog-content .blog-comments h4,
.right-blog-details .single-blog-content .blog-comments h4 {
    font-size: 18px;
}
.full-blog-details .single-blog-content .blog-comments h4 span,
.left-blog-details .single-blog-content .blog-comments h4 span,
.right-blog-details .single-blog-content .blog-comments h4 span {
    color: #5fa800;
}
.full-blog-details .single-blog-content .blog-comments .blog-comment-info,
.left-blog-details .single-blog-content .blog-comments .blog-comment-info,
.right-blog-details .single-blog-content .blog-comments .blog-comment-info {
    margin-top: 22px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae {
    display: flex;
    margin-top: 24px;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply {
    padding-left: 50px;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type {
    margin-top: 0px;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man {
    width: 45px;
    height: 45px;
    background-color: #5fa800;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content {
    width: calc(100% - 45px);
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result {
    display: block;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name {
    margin: 5px 0px;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i {
    font-style: normal;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date {
    font-weight: 600;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply {
    margin-left: 30px;
    color: #5fa800;
    font-weight: 500;
}
.full-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title {
    font-weight: 600;
    color: #5fa800;
}
.full-blog-details .single-blog-content .b-link,
.left-blog-details .single-blog-content .b-link,
.right-blog-details .single-blog-content .b-link {
    margin-top: 30px;
}
.full-blog-details .single-blog-content .b-link a,
.left-blog-details .single-blog-content .b-link a,
.right-blog-details .single-blog-content .b-link a {
    background-color: #5fa800;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}
.full-blog-details .single-blog-content .b-link a:hover,
.left-blog-details .single-blog-content .b-link a:hover,
.right-blog-details .single-blog-content .b-link a:hover {
    background-color: #000;
    color: #fff;
}
.full-blog-details .single-blog-content .blog-social,
.left-blog-details .single-blog-content .blog-social,
.right-blog-details .single-blog-content .blog-social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.full-blog-details .single-blog-content .blog-social a.facebook,
.full-blog-details .single-blog-content .blog-social a.twitter,
.full-blog-details .single-blog-content .blog-social a.insta,
.full-blog-details .single-blog-content .blog-social a.pinterest,
.left-blog-details .single-blog-content .blog-social a.facebook,
.left-blog-details .single-blog-content .blog-social a.twitter,
.left-blog-details .single-blog-content .blog-social a.insta,
.left-blog-details .single-blog-content .blog-social a.pinterest,
.right-blog-details .single-blog-content .blog-social a.facebook,
.right-blog-details .single-blog-content .blog-social a.twitter,
.right-blog-details .single-blog-content .blog-social a.insta,
.right-blog-details .single-blog-content .blog-social a.pinterest {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.full-blog-details .single-blog-content .blog-social a.facebook,
.left-blog-details .single-blog-content .blog-social a.facebook,
.right-blog-details .single-blog-content .blog-social a.facebook {
    background-color: #3b5999;
    color: #fff;
}
.full-blog-details .single-blog-content .blog-social a.twitter,
.left-blog-details .single-blog-content .blog-social a.twitter,
.right-blog-details .single-blog-content .blog-social a.twitter {
    background-color: #55acee;
    color: #fff;
}
.full-blog-details .single-blog-content .blog-social a.insta,
.left-blog-details .single-blog-content .blog-social a.insta,
.right-blog-details .single-blog-content .blog-social a.insta {
    background-color: #dd4b39;
    color: #fff;
}
.full-blog-details .single-blog-content .blog-social a.pinterest,
.left-blog-details .single-blog-content .blog-social a.pinterest,
.right-blog-details .single-blog-content .blog-social a.pinterest {
    background-color: #bd081c;
    color: #fff;
}
.full-blog-details .single-blog-content .blog-social a:hover,
.left-blog-details .single-blog-content .blog-social a:hover,
.right-blog-details .single-blog-content .blog-social a:hover {
    background-color: #5fa800;
}
.full-blog-details .single-blog-content .blog-comments,
.left-blog-details .single-blog-content .blog-comments,
.right-blog-details .single-blog-content .blog-comments {
    margin-top: 23px;
}
.full-blog-details .single-blog-content .blog-comments h4,
.left-blog-details .single-blog-content .blog-comments h4,
.right-blog-details .single-blog-content .blog-comments h4 {
    font-size: 20px;
}
.full-blog-details .single-blog-content .blog-comments h4 span,
.left-blog-details .single-blog-content .blog-comments h4 span,
.right-blog-details .single-blog-content .blog-comments h4 span {
    color: #5fa800;
}
.full-blog-details .single-blog-content .comments-form,
.left-blog-details .single-blog-content .comments-form,
.right-blog-details .single-blog-content .comments-form {
    margin-top: 20px;
}
.full-blog-details .single-blog-content .comments-form h4,
.left-blog-details .single-blog-content .comments-form h4,
.right-blog-details .single-blog-content .comments-form h4 {
    font-size: 18px;
}
.full-blog-details .single-blog-content .comments-form form label,
.left-blog-details .single-blog-content .comments-form form label,
.right-blog-details .single-blog-content .comments-form form label {
    margin-top: 15px;
    margin-bottom: 5px;
}
.full-blog-details .single-blog-content .comments-form form input,
.left-blog-details .single-blog-content .comments-form form input,
.right-blog-details .single-blog-content .comments-form form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.full-blog-details .single-blog-content .comments-form form input:focus,
.left-blog-details .single-blog-content .comments-form form input:focus,
.right-blog-details .single-blog-content .comments-form form input:focus {
    border-color: #5fa800;
}
.full-blog-details .single-blog-content .comments-form form textarea,
.left-blog-details .single-blog-content .comments-form form textarea,
.right-blog-details .single-blog-content .comments-form form textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    resize: unset;
}
.full-blog-details .single-blog-content .comments-form form textarea:focus,
.left-blog-details .single-blog-content .comments-form form textarea:focus,
.right-blog-details .single-blog-content .comments-form form textarea:focus {
    border-color: #5fa800;
}
.full-blog-details .single-blog-content .comments-form a.btn-style1,
.left-blog-details .single-blog-content .comments-form a.btn-style1,
.right-blog-details .single-blog-content .comments-form a.btn-style1 {
    margin-top: 15px;
}
/* Blog css */
.details-blog-carousel .blog-start .blog-image {
    display: flex;
}
.details-blog-carousel .blog-start .blog-image a::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.details-blog-carousel .blog-start:hover .blog-image a::after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.details-blog-carousel .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.details-blog-carousel .blog-start .blog-image a img {
    backface-visibility: hidden;
}
.details-blog-carousel .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.details-blog-carousel .blog-start .blog-image a img,
.details-blog-carousel .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.details-blog-carousel .blog-start .blog-content {
    padding-top: 27px;
}
.details-blog-carousel .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.details-blog-carousel .blog-start .blog-content .blog-date-comment a {
    display: flex;
    align-items: center;
}
.details-blog-carousel .blog-start .blog-content .blog-date-comment a:hover {
    color: #5fa800;
}
.details-blog-carousel .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.details-blog-carousel .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #ededed;
}
.details-blog-carousel .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.details-blog-carousel .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.details-blog-carousel .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
}
.details-blog-carousel .blog-start .blog-content .more-blog {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details-blog-carousel .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 16px;
}
.details-blog-carousel .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.details-blog-carousel .blog-start .blog-content .more-blog a.read-link i,
.details-blog-carousel
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.details-blog-carousel
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
.details-blog-carousel
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* center blog css */
.cetner-blog-style-3 {
    display: flex;
    flex-wrap: wrap;
}
.cetner-blog-style-3 .blog-start {
    width: 100%;
    margin-top: 30px;
}
.cetner-blog-style-3 .blog-start:nth-child(1) {
    margin-top: 0px;
}
.cetner-blog-style-3 .blog-start .blog-image {
    display: flex;
}
.cetner-blog-style-3 .blog-start .blog-image a::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.cetner-blog-style-3 .blog-start:hover .blog-image a::after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.cetner-blog-style-3 .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.cetner-blog-style-3 .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cetner-blog-style-3 .blog-start .blog-image a img,
.cetner-blog-style-3 .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.cetner-blog-style-3 .blog-start .blog-content {
    padding-top: 30px;
}
.cetner-blog-style-3 .blog-start .blog-content .blog-date-comment {
    display: flex;
    justify-content: space-between;
}
.cetner-blog-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.cetner-blog-style-3 .blog-start .blog-content .blog-date-comment a {
    display: flex;
    align-items: center;
    line-height: 1;
}
.cetner-blog-style-3 .blog-start .blog-content .blog-date-comment a:hover {
    color: #5fa800;
}
.cetner-blog-style-3
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.cetner-blog-style-3 .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.cetner-blog-style-3 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #ededed;
}
.cetner-blog-style-3 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cetner-blog-style-3 .blog-start .blog-content .blog-title h6 a:hover {
    color: #5fa800;
}
.cetner-blog-style-3 .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 17px;
    font-size: 14px;
}
.cetner-blog-style-3 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cetner-blog-style-3 .blog-start .blog-content .more-blog a.read-link {
    color: #5fa800;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.cetner-blog-style-3 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
    padding-left: 5px;
}
.cetner-blog-style-3 .blog-start .blog-content .more-blog a.read-link i,
.cetner-blog-style-3 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cetner-blog-style-3 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.cetner-blog-style-3
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* right column css */
.center-right-area .right-column-start h4 {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1;
}
.center-right-area .right-column-start .archive-link h5 {
    display: inline;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 22px;
    line-height: 1;
    font-weight: 400;
    border-radius: 5px;
}
.center-right-area.style-7 .right-column-start .archive-link h5 {
    background-color: #cd7752;
    color: #fff;
}
.center-right-area .right-column-start .archive-link h5 {
    background-color: #73841b;
    color: #fff;
}
.center-right-area.style-3 .right-column-start .archive-link h5 {
    background-color: #5fa800;
    color: #fff;
}
.right-area.style-2 .right-column-start .archive-link h5 {
    background-color: #5fa800;
    color: #fff;
}
.center-right-area .right-column-start .archive-link ul {
    margin-top: 29px;
}
.center-right-area .right-column-start .archive-link ul li {
    margin-top: 9px;
}
.center-right-area .right-column-start .archive-link ul li a i {
    font-size: 12px;
}
.center-right-area .right-column-start .archive-link ul li a:hover {
    color: #5fa800;
}
.center-right-area .b-Reply {
    margin-top: 22px;
}
.center-right-area .b-Reply h4 {
    margin-bottom: 27px;
    font-size: 16px;

    line-height: 1;
}
.center-right-area .b-Reply form input {
    width: 100%;
    padding: 8px 15px;
    margin-top: 16px;
}
.center-right-area .b-Reply form input:first-child {
    margin-top: 0px;
}
.center-right-area .b-Reply form a.Reply-link {
    background-color: #5fa800;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #5fa800;
}
.center-right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #5fa800;
}
.center-right-area .r-image {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #eee;
}
/* blog style-5 right column css */
.right-area .right-column-start .archive-link ul li a:hover {
    color: #f5ab1e;
}
/* blog style-5 pagination css */
.all-page .page-number a:after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.all-page .page-number a:hover:after,
.all-page .page-number a.active:after {
    opacity: 1;
    visibility: visible;
}
.all-page .page-number a:hover,
.all-page .page-number a.active {
    color: #f5ab1e;
}
/* blog style-5 center blog right column css */
.right-area .b-Reply form a.Reply-link {
    background-color: #f5ab1e;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #f5ab1e;
}
.right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #f5ab1e;
}
/* blog style-5 full-left-right grid blog css */
.full-blog-style-5,
.left-blog-style-5,
.right-blog-style-5 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}
.full-blog-style-5 .blog-start,
.left-blog-style-5 .blog-start,
.right-blog-style-5 .blog-start {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.full-blog-style-5 .blog-start .blog-image a,
.left-blog-style-5 .blog-start .blog-image a,
.right-blog-style-5 .blog-start .blog-image a {
    display: block;
}
.full-blog-style-5 .blog-start .blog-content .blog-date-comment,
.left-blog-style-5 .blog-start .blog-content .blog-date-comment,
.right-blog-style-5 .blog-start .blog-content .blog-date-comment {
    background-color: #f5ab1e;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}
.full-blog-style-5 .blog-start .blog-content .blog-date-comment a,
.left-blog-style-5 .blog-start .blog-content .blog-date-comment a,
.right-blog-style-5 .blog-start .blog-content .blog-date-comment a {
    color: #fff;
    display: flex;
    align-items: center;
}
.full-blog-style-5 .blog-start .blog-content .blog-date-comment a i,
.left-blog-style-5 .blog-start .blog-content .blog-date-comment a i,
.right-blog-style-5 .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.full-blog-style-5 .blog-start .blog-content .blog-title h6,
.left-blog-style-5 .blog-start .blog-content .blog-title h6,
.right-blog-style-5 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 23px;
}
.full-blog-style-5 .blog-start .blog-content .blog-title h6 a,
.left-blog-style-5 .blog-start .blog-content .blog-title h6 a,
.right-blog-style-5 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-style-5 .blog-start .blog-content p.blog-description,
.left-blog-style-5 .blog-start .blog-content p.blog-description,
.right-blog-style-5 .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.full-blog-style-5 .blog-start .blog-content .more-blog,
.left-blog-style-5 .blog-start .blog-content .more-blog,
.right-blog-style-5 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-style-5 .blog-start .blog-content .more-blog a.read-link,
.left-blog-style-5 .blog-start .blog-content .more-blog a.read-link,
.right-blog-style-5 .blog-start .blog-content .more-blog a.read-link {
    color: #f5ab1e;
    font-size: 14px;
    font-weight: 600;
}
.full-blog-style-5 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-style-5 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-style-5 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.full-blog-style-5 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i,
.left-blog-style-5 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i,
.right-blog-style-5 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i,
.left-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i,
.right-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.full-blog-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.left-blog-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.right-blog-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* full-left-right list blog css */
.full-blog-list-style-5,
.left-blog-list-style-5,
.right-blog-list-style-5 {
    display: flex;
    flex-wrap: wrap;
}
.full-blog-list-style-5 .blog-start,
.left-blog-list-style-5 .blog-start,
.right-blog-list-style-5 .blog-start {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.full-blog-list-style-5 .blog-start .blog-image {
    width: 35%;
}
.left-blog-list-style-5 .blog-start .blog-image,
.right-blog-list-style-5 .blog-start .blog-image {
    width: 48%;
}
.full-blog-list-style-5 .blog-start .blog-image a,
.left-blog-list-style-5 .blog-start .blog-image a,
.right-blog-list-style-5 .blog-start .blog-image a {
    display: block;
}
.full-blog-list-style-5 .blog-start .blog-content {
    width: calc(65% - 30px);
    margin-left: 30px;
}
.left-blog-list-style-5 .blog-start .blog-content,
.right-blog-list-style-5 .blog-start .blog-content {
    width: calc(52% - 30px);
    margin-left: 30px;
}
.full-blog-list-style-5 .blog-start .blog-content .blog-date-comment,
.left-blog-list-style-5 .blog-start .blog-content .blog-date-comment,
.right-blog-list-style-5 .blog-start .blog-content .blog-date-comment {
    color: #222;
    display: flex;
    justify-content: space-between;
}
.full-blog-list-style-5 .blog-start .blog-content .blog-date-comment a,
.left-blog-list-style-5 .blog-start .blog-content .blog-date-comment a,
.right-blog-list-style-5 .blog-start .blog-content .blog-date-comment a,
.full-blog-list-style-5
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.left-blog-list-style-5
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date,
.right-blog-list-style-5
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-list-style-5 .blog-start .blog-content .blog-date-comment a i,
.left-blog-list-style-5 .blog-start .blog-content .blog-date-comment a i,
.right-blog-list-style-5 .blog-start .blog-content .blog-date-comment a i,
.full-blog-list-style-5
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.left-blog-list-style-5
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i,
.right-blog-list-style-5
    .blog-start
    .blog-content
    .blog-date-comment
    span.blog-date
    i {
    margin-right: 5px;
}
.full-blog-list-style-5 .blog-start .blog-content .blog-title h6,
.left-blog-list-style-5 .blog-start .blog-content .blog-title h6,
.right-blog-list-style-5 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 23px;
}
.full-blog-list-style-5 .blog-start .blog-content .blog-title h6 a,
.left-blog-list-style-5 .blog-start .blog-content .blog-title h6 a,
.right-blog-list-style-5 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-list-style-5 .blog-start .blog-content p.blog-description,
.left-blog-list-style-5 .blog-start .blog-content p.blog-description,
.right-blog-list-style-5 .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.full-blog-list-style-5 .blog-start .blog-content .more-blog,
.left-blog-list-style-5 .blog-start .blog-content .more-blog,
.right-blog-list-style-5 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link,
.left-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link,
.right-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link {
    color: #f5ab1e;
    font-size: 14px;
    font-weight: 600;
}
.full-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.full-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-list-style-5 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
.full-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.left-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor,
.right-blog-list-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* style-5 full-left-right details blog css */
.single-image-5 {
    margin-bottom: 33px;
}
.single-image-5 a img.image-xs {
    display: none;
}
.style-5-b-details .single-image {
    margin-bottom: 33px;
}
.style-5-left-blog-details .single-blog-content .full-image,
.style-5-right-blog-details .single-blog-content .full-image {
    display: none;
}
.blog-style-5-details .single-blog-content .single-b-title h4,
.style-5-left-blog-details .single-blog-content .single-b-title h4,
.style-5-right-blog-details .single-blog-content .single-b-title h4 {
    font-size: 16px;
}
.blog-style-5-details .single-blog-content .date-edit-comments,
.style-5-left-blog-details .single-blog-content .date-edit-comments,
.style-5-right-blog-details .single-blog-content .date-edit-comments {
    margin-top: 23px;
}
.blog-style-5-details .single-blog-content .date-edit-comments .blog-info-wrap,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0px 0px -30px;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data {
    margin: 15px 0px 0px 30px;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.date
    span.blog-d-n-c {
    margin-left: 5px;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-edit
    span.blog-d-n-c {
    margin-left: 5px;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments {
    display: flex;
    align-items: center;
    line-height: 1;
}
.blog-style-5-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.style-5-left-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c,
.style-5-right-blog-details
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.comments
    span.blog-d-n-c {
    margin-left: 5px;
}
.blog-style-5-details .single-blog-content .blog-description,
.style-5-left-blog-details .single-blog-content .blog-description,
.style-5-right-blog-details .single-blog-content .blog-description {
    margin-top: 23px;
}
.blog-style-5-details .single-blog-content .blog-description p,
.style-5-left-blog-details .single-blog-content .blog-description p,
.style-5-right-blog-details .single-blog-content .blog-description p {
    margin-top: 5px;
}
.blog-style-5-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.style-5-left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description,
.style-5-right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description {
    margin-top: 22px;
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
}
.blog-style-5-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img.b-image-1,
.style-5-left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img.b-image-1,
.style-5-right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img.b-image-1 {
    width: calc(50% - 30px);
    margin-right: 30px;
}
.blog-style-5-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img.b-image-2,
.style-5-left-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img.b-image-2,
.style-5-right-blog-details
    .single-blog-content
    .blog-description
    .blog-image-description
    img.b-image-2 {
    width: 50%;
}
.blog-style-5-details
    .single-blog-content
    .blog-description
    p.color-description,
.style-5-left-blog-details
    .single-blog-content
    .blog-description
    p.color-description,
.style-5-right-blog-details
    .single-blog-content
    .blog-description
    p.color-description {
    font-size: 16px;
    color: #f5ab1e;
    margin: 22px 0px;
    padding: 30px;
    border-left: 1px solid #ddd;
    background-color: #f7f7f7;
}
.blog-style-5-details .single-blog-content .blog-info,
.style-5-left-blog-details .single-blog-content .blog-info,
.style-5-right-blog-details .single-blog-content .blog-info {
    padding: 30px;
    margin-top: 22px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog-style-5-details .single-blog-content .blog-info i.fa-quote-left,
.style-5-left-blog-details .single-blog-content .blog-info i.fa-quote-left,
.style-5-right-blog-details .single-blog-content .blog-info i.fa-quote-left {
    font-size: 30px;
    color: #f5ab1e;
}
.blog-style-5-details .single-blog-content .blog-info h6,
.style-5-left-blog-details .single-blog-content .blog-info h6,
.style-5-right-blog-details .single-blog-content .blog-info h6 {
    color: #f5ab1e;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
}
.blog-style-5-details .single-blog-content .b-link,
.style-5-left-blog-details .single-blog-content .b-link,
.style-5-right-blog-details .single-blog-content .b-link {
    margin-top: 30px;
}
.blog-style-5-details .single-blog-content .b-link a,
.style-5-left-blog-details .single-blog-content .b-link a,
.style-5-right-blog-details .single-blog-content .b-link a {
    background-color: #f5ab1e;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}
.blog-style-5-details .single-blog-content .b-link a:hover,
.style-5-left-blog-details .single-blog-content .b-link a:hover,
.style-5-right-blog-details .single-blog-content .b-link a:hover {
    background-color: #000;
    color: #fff;
}
.blog-style-5-details .single-blog-content .blog-comments,
.style-5-left-blog-details .single-blog-content .blog-comments,
.style-5-right-blog-details .single-blog-content .blog-comments {
    margin-top: 28px;
}
.blog-style-5-details .single-blog-content .blog-comments h4,
.style-5-left-blog-details .single-blog-content .blog-comments h4,
.style-5-right-blog-details .single-blog-content .blog-comments h4 {
    font-size: 18px;
    line-height: 1;
}
.blog-style-5-details .single-blog-content .blog-comments h4 span,
.style-5-left-blog-details .single-blog-content .blog-comments h4 span,
.style-5-right-blog-details .single-blog-content .blog-comments h4 span {
    color: #f5ab1e;
}
.blog-style-5-details .single-blog-content .blog-comments .blog-comment-info,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info {
    margin-top: 27px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae {
    margin-top: 24px;
    display: flex;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-of-type {
    margin-top: 0px;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply {
    padding-left: 50px;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man {
    width: 45px;
    height: 45px;
    background-color: #f5ab1e;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content {
    width: calc(100% - 45px);
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result {
    display: block;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name {
    margin-top: 5px;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i {
    font-style: normal;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date {
    margin-top: 6px;
    margin-bottom: 0px;
    font-weight: 600;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title {
    font-weight: 600;
    color: #f5ab1e;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.Reply-btn,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.Reply-btn,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.Reply-btn {
    width: 120px;
}
.blog-style-5-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.style-5-left-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.style-5-right-blog-details
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply {
    color: #f5ab1e;
    margin-left: 30px;
    font-weight: 500;
}
/* style-5 center blog css */
.cetner-blog-style-5 {
    display: flex;
    flex-wrap: wrap;
}
.cetner-blog-style-5 .blog-start {
    width: 100%;
    margin-top: 30px;
}
.cetner-blog-style-5 .blog-start:nth-child(1) {
    margin-top: 0px;
}
.cetner-blog-style-5 .blog-start .blog-image a {
    display: block;
}
.cetner-blog-style-5 .blog-start .blog-content .blog-date-comment {
    background-color: #f5ab1e;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}
.cetner-blog-style-5 .blog-start .blog-content .blog-date-comment a {
    color: #fff;
    display: flex;
    align-items: center;
}
.cetner-blog-style-5 .blog-start .blog-content .blog-date-comment a i {
    margin-right: 5px;
}
.cetner-blog-style-5 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    margin-top: 23px;
}
.cetner-blog-style-5 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cetner-blog-style-5 .blog-start .blog-content p.blog-description {
    margin-top: 16px;
}
.cetner-blog-style-5 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cetner-blog-style-5 .blog-start .blog-content .more-blog a.read-link {
    color: #f5ab1e;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cetner-blog-style-5 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
    padding-left: 5px;
}
.cetner-blog-style-5 .blog-start .blog-content .more-blog a.read-link i,
.cetner-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cetner-blog-style-5 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
.cetner-blog-style-5
    .blog-start
    .blog-content
    .more-blog
    span.blog-admin
    span.blog-editor {
    font-weight: 600;
}
/* style-6 left-right column css */
.right-area .right-column-start .archive-link ul li a:hover {
    color: #73841b;
}
/* style-6 center right column css */
.center-right-area .b-Reply form a.Reply-link {
    background-color: #73841b;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #73841b;
}
.center-right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #73841b;
}
/* pagination css */
.all-page .page-number a:after {
    background-color: #73841b;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.all-page .page-number a:hover:after,
.all-page .page-number a.active:after {
    opacity: 1;
    visibility: visible;
}
.all-page .page-number a:hover,
.all-page .page-number a.active {
    color: #73841b;
}
/* style-6 full-left-right 3 grid blog css */
.blog-style-6-3-grid,
.blog-style-6-left-3-grid,
.blog-style-6-right-3-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}
.blog-style-6-3-grid .blog-start,
.blog-style-6-left-3-grid .blog-start,
.blog-style-6-right-3-grid .blog-start {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.blog-style-6-3-grid .blog-start .blog-image,
.blog-style-6-left-3-grid .blog-start .blog-image,
.blog-style-6-right-3-grid .blog-start .blog-image {
    position: relative;
    display: flex;
}
.blog-style-6-3-grid .blog-start .blog-image a,
.blog-style-6-left-3-grid .blog-start .blog-image a,
.blog-style-6-right-3-grid .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.blog-style-6-3-grid .blog-start:hover .blog-image a img,
.blog-style-6-left-3-grid .blog-start:hover .blog-image a img,
.blog-style-6-right-3-grid .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.blog-style-6-3-grid .blog-start .blog-image a img,
.blog-style-6-3-grid .blog-start:hover .blog-image a img,
.blog-style-6-left-3-grid .blog-start .blog-image a img,
.blog-style-6-left-3-grid .blog-start:hover .blog-image a img,
.blog-style-6-right-3-grid .blog-start .blog-image a img,
.blog-style-6-right-3-grid .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-style-6-3-grid .blog-start .blog-image .image-link,
.blog-style-6-left-3-grid .blog-start .blog-image .image-link,
.blog-style-6-right-3-grid .blog-start .blog-image .image-link {
    position: absolute;
    bottom: 0px;
    left: 6px;
}
.blog-style-6-3-grid .blog-start .blog-image .image-link a,
.blog-style-6-left-3-grid .blog-start .blog-image .image-link a,
.blog-style-6-right-3-grid .blog-start .blog-image .image-link a {
    background-color: #73841b;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase;
}
.blog-style-6-3-grid .blog-start .blog-image .image-link a:hover,
.blog-style-6-left-3-grid .blog-start .blog-image .image-link a:hover,
.blog-style-6-right-3-grid .blog-start .blog-image .image-link a:hover {
    background-color: #000;
}
.blog-style-6-3-grid .blog-start .blog-content .blog-title h6,
.blog-style-6-left-3-grid .blog-start .blog-content .blog-title h6,
.blog-style-6-right-3-grid .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    padding-top: 23px;
}
.blog-style-6-3-grid .blog-start .blog-content .blog-title h6 a,
.blog-style-6-left-3-grid .blog-start .blog-content .blog-title h6 a,
.blog-style-6-right-3-grid .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-style-6-3-grid .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-6-left-3-grid .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-6-right-3-grid .blog-start .blog-content .blog-title h6 a:hover {
    color: #73841b;
}
.blog-style-6-3-grid .blog-start .blog-content p.blog-description,
.blog-style-6-left-3-grid .blog-start .blog-content p.blog-description,
.blog-style-6-right-3-grid .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
}
.blog-style-6-3-grid .blog-start .blog-content .more-blog,
.blog-style-6-left-3-grid .blog-start .blog-content .more-blog,
.blog-style-6-right-3-grid .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-style-6-3-grid .blog-start .blog-content .more-blog a.read-link,
.blog-style-6-left-3-grid .blog-start .blog-content .more-blog a.read-link,
.blog-style-6-right-3-grid .blog-start .blog-content .more-blog a.read-link {
    color: #73841b;
    font-size: 14px;
}
.blog-style-6-right-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-6-left-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-6-3-grid .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.blog-style-6-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-6-3-grid .blog-start .blog-content .more-blog a.read-link:hover i,
.blog-style-6-left-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-6-left-3-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-6-right-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-6-right-3-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-style-6-3-grid .blog-start .blog-content .more-blog a.read-link:hover i,
.blog-style-6-left-3-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-6-right-3-grid
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}

/* style-6 full-left-right list blog css */
.full-blog-list-style-6,
.left-blog-list-style-6,
.right-blog-list-style-6 {
    display: flex;
    flex-wrap: wrap;
}
.full-blog-list-style-6 .blog-start,
.left-blog-list-style-6 .blog-start,
.right-blog-list-style-6 .blog-start {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.full-blog-list-style-6 .blog-start .blog-image,
.left-blog-list-style-6 .blog-start .blog-image,
.right-blog-list-style-6 .blog-start .blog-image {
    position: relative;
    display: flex;
    width: 50%;
}
.full-blog-list-style-6 .blog-start .blog-image a,
.left-blog-list-style-6 .blog-start .blog-image a,
.right-blog-list-style-6 .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.full-blog-list-style-6 .blog-start:hover .blog-image a img,
.left-blog-list-style-6 .blog-start:hover .blog-image a img,
.right-blog-list-style-6 .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.full-blog-list-style-6 .blog-start .blog-image a img,
.full-blog-list-style-6 .blog-start:hover .blog-image a img,
.left-blog-list-style-6 .blog-start .blog-image a img,
.left-blog-list-style-6 .blog-start:hover .blog-image a img,
.right-blog-list-style-6 .blog-start .blog-image a img,
.right-blog-list-style-6 .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-6 .blog-start .blog-image .image-link,
.left-blog-list-style-6 .blog-start .blog-image .image-link,
.right-blog-list-style-6 .blog-start .blog-image .image-link {
    position: absolute;
    bottom: 0px;
    left: 6px;
}
.full-blog-list-style-6 .blog-start .blog-image .image-link a,
.left-blog-list-style-6 .blog-start .blog-image .image-link a,
.right-blog-list-style-6 .blog-start .blog-image .image-link a {
    background-color: #73841b;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase;
}
.full-blog-list-style-6 .blog-start .blog-image .image-link a:hover,
.left-blog-list-style-6 .blog-start .blog-image .image-link a:hover,
.right-blog-list-style-6 .blog-start .blog-image .image-link a:hover {
    background-color: #000;
}
.full-blog-list-style-6 .blog-start .blog-content,
.left-blog-list-style-6 .blog-start .blog-content,
.right-blog-list-style-6 .blog-start .blog-content {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.full-blog-list-style-6 .blog-start .blog-content .blog-title h6,
.left-blog-list-style-6 .blog-start .blog-content .blog-title h6,
.right-blog-list-style-6 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.full-blog-list-style-6 .blog-start .blog-content .blog-title h6 a,
.left-blog-list-style-6 .blog-start .blog-content .blog-title h6 a,
.right-blog-list-style-6 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-list-style-6 .blog-start .blog-content .blog-title h6 a:hover,
.left-blog-list-style-6 .blog-start .blog-content .blog-title h6 a:hover,
.right-blog-list-style-6 .blog-start .blog-content .blog-title h6 a:hover {
    color: #73841b;
}
.full-blog-list-style-6 .blog-start .blog-content p.blog-description,
.left-blog-list-style-6 .blog-start .blog-content p.blog-description,
.right-blog-list-style-6 .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
    font-size: 14px;
}
.full-blog-list-style-6 .blog-start .blog-content .more-blog,
.left-blog-list-style-6 .blog-start .blog-content .more-blog,
.right-blog-list-style-6 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link,
.left-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link,
.right-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link {
    color: #73841b;
    font-size: 14px;
}
.full-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
}
.full-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-list-style-6
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link i,
.left-blog-list-style-6
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-list-style-6 .blog-start .blog-content .more-blog a.read-link i,
.right-blog-list-style-6
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-6
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.left-blog-list-style-6
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.right-blog-list-style-6
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
/* full-left-right blog details css */
.full-blog-details-style-6 .single-image,
.right-blog-details-style-6 .single-image,
.left-blog-details-style-6 .single-image {
    width: 100%;
    line-height: 0;
}
.full-blog-details-style-6 .single-image iframe,
.right-blog-details-style-6 .single-image iframe,
.left-blog-details-style-6 .single-image iframe {
    width: 100%;
}
.full-blog-details-style-6 .single-blog-content,
.left-blog-details-style-6 .single-blog-content,
.right-blog-details-style-6 .single-blog-content {
    margin-top: 33px;
}
.full-blog-details-style-6 .single-blog-content .single-b-title h4,
.left-blog-details-style-6 .single-blog-content .single-b-title h4,
.right-blog-details-style-6 .single-blog-content .single-b-title h4 {
    font-size: 16px;
}
.full-blog-details-style-6 .single-blog-content .date-edit-comments,
.left-blog-details-style-6 .single-blog-content .date-edit-comments,
.right-blog-details-style-6 .single-blog-content .date-edit-comments {
    margin-top: 23px;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0px 0px -30px;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data {
    margin: 15px 0px 0px 30px;
}
.full-blog-details-style-6 .single-blog-content .date-edit-comments span.date,
.left-blog-details-style-6 .single-blog-content .date-edit-comments span.date,
.right-blog-details-style-6 .single-blog-content .date-edit-comments span.date {
    margin-right: 25px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.date
    span.blog-d-n-c,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.date
    span.blog-d-n-c,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.date
    span.blog-d-n-c {
    margin-left: 5px;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.blog-edit,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.blog-edit,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.blog-edit {
    margin-right: 25px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.blog-edit
    span.blog-d-n-c,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.blog-edit
    span.blog-d-n-c,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.blog-edit
    span.blog-d-n-c {
    margin-left: 5px;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.comments,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.comments,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.comments {
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.comments
    span.blog-d-n-c,
.left-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.comments
    span.blog-d-n-c,
.right-blog-details-style-6
    .single-blog-content
    .date-edit-comments
    span.comments
    span.blog-d-n-c {
    margin-left: 5px;
}
.full-blog-details-style-6 .single-blog-content .blog-description,
.left-blog-details-style-6 .single-blog-content .blog-description,
.right-blog-details-style-6 .single-blog-content .blog-description {
    margin-top: 24px;
}
.full-blog-details-style-6 .single-blog-content .blog-description p,
.left-blog-details-style-6 .single-blog-content .blog-description p,
.right-blog-details-style-6 .single-blog-content .blog-description p {
    margin-top: 4px;
    line-height: 22px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description,
.left-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description,
.right-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description {
    margin-top: 24px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.left-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.right-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description
    img {
    float: left;
    margin-right: 30px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.left-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.right-blog-details-style-6
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description {
    font-size: 14px;
    font-weight: 600;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-description
    p.color-description,
.left-blog-details-style-6
    .single-blog-content
    .blog-description
    p.color-description,
.right-blog-details-style-6
    .single-blog-content
    .blog-description
    p.color-description {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #73841b;
    margin: 24px 0px;
    padding: 30px;
    border-left: 1px solid #ddd;
}
.full-blog-details-style-6 .single-blog-content .blog-info,
.left-blog-details-style-6 .single-blog-content .blog-info,
.right-blog-details-style-6 .single-blog-content .blog-info {
    padding: 30px;
    margin-top: 24px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.full-blog-details-style-6 .single-blog-content .blog-info i.fa-quote-left,
.left-blog-details-style-6 .single-blog-content .blog-info i.fa-quote-left,
.right-blog-details-style-6 .single-blog-content .blog-info i.fa-quote-left {
    font-size: 30px;
    color: #73841b;
}
.full-blog-details-style-6 .single-blog-content .blog-info h6,
.left-blog-details-style-6 .single-blog-content .blog-info h6,
.right-blog-details-style-6 .single-blog-content .blog-info h6 {
    color: #73841b;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
}
.full-blog-details-style-6 .single-blog-content .last-video,
.right-blog-details-style-6 .single-blog-content .last-video,
.left-blog-details-style-6 .single-blog-content .last-video {
    margin-top: 30px;
    margin-right: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-details-style-6 .single-blog-content .last-video .video,
.right-blog-details-style-6 .single-blog-content .last-video .video,
.left-blog-details-style-6 .single-blog-content .last-video .video {
    width: 100%;
    margin-right: 30px;
    line-height: 0;
}
.full-blog-details-style-6 .single-blog-content .last-video .video iframe,
.right-blog-details-style-6 .single-blog-content .last-video .video iframe,
.left-blog-details-style-6 .single-blog-content .last-video .video iframe {
    width: 100%;
}
.full-blog-details-style-6 .single-blog-content .b-link,
.left-blog-details-style-6 .single-blog-content .b-link,
.right-blog-details-style-6 .single-blog-content .b-link {
    margin-top: 30px;
}
.full-blog-details-style-6 .single-blog-content .b-link a,
.left-blog-details-style-6 .single-blog-content .b-link a,
.right-blog-details-style-6 .single-blog-content .b-link a {
    background-color: #73841b;
    padding: 5px 10px;
    color: #fff;
    border: 2px solid #73841b;
    border-radius: 4px;
}
.full-blog-details-style-6 .single-blog-content .b-link a:hover,
.left-blog-details-style-6 .single-blog-content .b-link a:hover,
.right-blog-details-style-6 .single-blog-content .b-link a:hover {
    background-color: transparent;
    color: #000;
    border-color: #73841b;
}
.full-blog-details-style-6 .single-blog-content .blog-social,
.left-blog-details-style-6 .single-blog-content .blog-social,
.right-blog-details-style-6 .single-blog-content .blog-social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.full-blog-details-style-6 .single-blog-content .blog-social a.facebook,
.full-blog-details-style-6 .single-blog-content .blog-social a.twitter,
.full-blog-details-style-6 .single-blog-content .blog-social a.insta,
.full-blog-details-style-6 .single-blog-content .blog-social a.pinterest,
.left-blog-details-style-6 .single-blog-content .blog-social a.facebook,
.left-blog-details-style-6 .single-blog-content .blog-social a.twitter,
.left-blog-details-style-6 .single-blog-content .blog-social a.insta,
.left-blog-details-style-6 .single-blog-content .blog-social a.pinterest,
.right-blog-details-style-6 .single-blog-content .blog-social a.facebook,
.right-blog-details-style-6 .single-blog-content .blog-social a.twitter,
.right-blog-details-style-6 .single-blog-content .blog-social a.insta,
.right-blog-details-style-6 .single-blog-content .blog-social a.pinterest {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.full-blog-details-style-6 .single-blog-content .blog-social a,
.left-blog-details-style-6 .single-blog-content .blog-social a,
.right-blog-details-style-6 .single-blog-content .blog-social a {
    background-color: #f7f7f7;
    color: #222;
}
.full-blog-details-style-6 .single-blog-content .blog-social a:hover,
.left-blog-details-style-6 .single-blog-content .blog-social a:hover,
.right-blog-details-style-6 .single-blog-content .blog-social a:hover {
    background-color: #73841b;
    color: #fff;
}
.full-blog-details-style-6 .single-blog-content .blog-comments,
.left-blog-details-style-6 .single-blog-content .blog-comments,
.right-blog-details-style-6 .single-blog-content .blog-comments {
    margin-top: 25px;
}
.full-blog-details-style-6 .single-blog-content .blog-comments h4,
.left-blog-details-style-6 .single-blog-content .blog-comments h4,
.right-blog-details-style-6 .single-blog-content .blog-comments h4 {
    font-size: 20px;
}
.full-blog-details-style-6 .single-blog-content .blog-comments h4 span,
.left-blog-details-style-6 .single-blog-content .blog-comments h4 span,
.right-blog-details-style-6 .single-blog-content .blog-comments h4 span {
    color: #73841b;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info {
    margin-top: 23px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae {
    display: flex;
    margin-top: 24px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-child,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-child,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-child {
    margin-top: 0px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply {
    padding-left: 50px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man {
    width: 45px;
    height: 45px;
    background-color: #73841b;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content {
    width: calc(100% - 45px);
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result {
    display: block;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name {
    margin: 5px 0px;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i {
    font-style: normal;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date {
    font-weight: 600;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply {
    color: #73841b;
    margin-left: 30px;
    font-weight: 500;
}
.full-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.left-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.right-blog-details-style-6
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title {
    font-weight: 600;
    color: #73841b;
}
.full-blog-details-style-6 .single-blog-content .comments-form,
.left-blog-details-style-6 .single-blog-content .comments-form,
.right-blog-details-style-6 .single-blog-content .comments-form {
    margin-top: 20px;
}
.full-blog-details-style-6 .single-blog-content .comments-form h4,
.left-blog-details-style-6 .single-blog-content .comments-form h4,
.right-blog-details-style-6 .single-blog-content .comments-form h4 {
    font-size: 18px;
}
.full-blog-details-style-6 .single-blog-content .comments-form form label,
.left-blog-details-style-6 .single-blog-content .comments-form form label,
.right-blog-details-style-6 .single-blog-content .comments-form form label {
    margin-top: 15px;
    margin-bottom: 5px;
}
.full-blog-details-style-6 .single-blog-content .comments-form form input,
.left-blog-details-style-6 .single-blog-content .comments-form form input,
.right-blog-details-style-6 .single-blog-content .comments-form form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.full-blog-details-style-6 .single-blog-content .comments-form form input:focus,
.left-blog-details-style-6 .single-blog-content .comments-form form input:focus,
.right-blog-details-style-6
    .single-blog-content
    .comments-form
    form
    input:focus {
    border-color: #73841b;
}
.full-blog-details-style-6 .single-blog-content .comments-form form textarea,
.left-blog-details-style-6 .single-blog-content .comments-form form textarea,
.right-blog-details-style-6 .single-blog-content .comments-form form textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    resize: unset;
}
.full-blog-details-style-6
    .single-blog-content
    .comments-form
    form
    textarea:focus,
.left-blog-details-style-6
    .single-blog-content
    .comments-form
    form
    textarea:focus,
.right-blog-details-style-6
    .single-blog-content
    .comments-form
    form
    textarea:focus {
    border-color: #73841b;
}
.full-blog-details-style-6 .single-blog-content .comments-form a.btn-style1,
.left-blog-details-style-6 .single-blog-content .comments-form a.btn-style1,
.right-blog-details-style-6 .single-blog-content .comments-form a.btn-style1 {
    margin-top: 15px;
}
.full-blog-details-style-6 .single-blog-content .blog-comments,
.left-blog-details-style-6 .single-blog-content .blog-comments,
.right-blog-details-style-6 .single-blog-content .blog-comments {
    margin-top: 23px;
}
.full-blog-details-style-6 .single-blog-content .blog-comments h4,
.left-blog-details-style-6 .single-blog-content .blog-comments h4,
.right-blog-details-style-6 .single-blog-content .blog-comments h4 {
    font-size: 18px;
}
.full-blog-details-style-6 .single-blog-content .blog-comments h4 span,
.left-blog-details-style-6 .single-blog-content .blog-comments h4 span,
.right-blog-details-style-6 .single-blog-content .blog-comments h4 span {
    color: #73841b;
}
/* Center blog css */
.cetner-blog-style-6 {
    display: flex;
    flex-wrap: wrap;
}
.cetner-blog-style-6 .blog-start {
    width: 100%;
    margin-top: 30px;
}
.cetner-blog-style-6 .blog-start:nth-child(1) {
    margin-top: 0px;
}
.cetner-blog-style-6 .blog-start .blog-image {
    position: relative;
    display: flex;
}
.cetner-blog-style-6 .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.cetner-blog-style-6 .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.cetner-blog-style-6 .blog-start .blog-image a img,
.cetner-blog-style-6 .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cetner-blog-style-6 .blog-start .blog-image .image-link {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.cetner-blog-style-6 .blog-start .blog-image .image-link a {
    background-color: #73841b;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
}
.cetner-blog-style-6 .blog-start .blog-image .image-link a:hover {
    background-color: #000;
}
.cetner-blog-style-6 .blog-start .blog-content {
    padding-top: 23px;
}
.cetner-blog-style-6 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.cetner-blog-style-6 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cetner-blog-style-6 .blog-start .blog-content .blog-title h6 a:hover {
    color: #73841b;
}
.cetner-blog-style-6 .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
    font-size: 14px;
}
.cetner-blog-style-6 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cetner-blog-style-6 .blog-start .blog-content .more-blog a.read-link {
    color: #73841b;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.cetner-blog-style-6 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
    padding-left: 5px;
}
.cetner-blog-style-6 .blog-start .blog-content .more-blog a.read-link i,
.cetner-blog-style-6 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cetner-blog-style-6 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}

/* style-7 right column css */
.right-area .b-Reply form a.Reply-link {
    background-color: #5fa800;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #5fa800;
}
.right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #5fa800;
}
.center-right-area .right-column-start .archive-link ul li a:hover {
    color: #cd7752;
}
.left-column .left-blog .blog-item .l-blog-caption h4 a:hover {
    color: #cd7752;
}
/* style-7 center blog right column css */
.center-right-area .b-Reply form a.Reply-link {
    background-color: #cd7752;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #cd7752;
}
.center-right-area .b-Reply form a.Reply-link:hover {
    background-color: transparent;
    color: #000;
    border-color: #cd7752;
}
/* style-7 full-left-right grid blog css */
.blog-style-7-3-grid,
.blog-style-7-left-grid-blog,
.blog-style-7-right-grid-blog {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}
.blog-style-7-3-grid .blog-start,
.blog-style-7-left-grid-blog .blog-start,
.blog-style-7-right-grid-blog .blog-start {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.blog-style-7-3-grid .blog-start .blog-image,
.blog-style-7-left-grid-blog .blog-start .blog-image,
.blog-style-7-right-grid-blog .blog-start .blog-image {
    position: relative;
    display: flex;
}
.blog-style-7-3-grid .blog-start .blog-image a,
.blog-style-7-left-grid-blog .blog-start .blog-image a,
.blog-style-7-right-grid-blog .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.blog-style-7-3-grid .blog-start .blog-image a img,
.blog-style-7-left-grid-blog .blog-start .blog-image a img,
.blog-style-7-right-grid-blog .blog-start .blog-image a img {
    height: 255px;
    object-fit: cover;
}
.blog-style-7-3-grid .blog-start:hover .blog-image a img,
.blog-style-7-left-grid-blog .blog-start:hover .blog-image a img,
.blog-style-7-right-grid-blog .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-style-7-3-grid .blog-start .blog-image a img,
.blog-style-7-3-grid .blog-start:hover .blog-image a img,
.blog-style-7-left-grid-blog .blog-start .blog-image a img,
.blog-style-7-left-grid-blog .blog-start:hover .blog-image a img,
.blog-style-7-right-grid-blog .blog-start .blog-image a img,
.blog-style-7-right-grid-blog .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-style-7-3-grid .blog-start .blog-content .blog-title h6,
.blog-style-7-left-grid-blog .blog-start .blog-content .blog-title h6,
.blog-style-7-right-grid-blog .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
    padding-top: 23px;
}
.blog-style-7-3-grid .blog-start .blog-content .blog-title h6 a,
.blog-style-7-left-grid-blog .blog-start .blog-content .blog-title h6 a,
.blog-style-7-right-grid-blog .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-style-7-3-grid .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-7-left-grid-blog .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-7-right-grid-blog .blog-start .blog-content .blog-title h6 a:hover {
    color: #cd7752;
}
.blog-style-7-3-grid .blog-start .blog-content p.blog-description,
.blog-style-7-left-grid-blog .blog-start .blog-content p.blog-description,
.blog-style-7-right-grid-blog .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
}
.blog-style-7-3-grid .blog-start .blog-content .more-blog,
.blog-style-7-left-grid-blog .blog-start .blog-content .more-blog,
.blog-style-7-right-grid-blog .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-style-7-3-grid .blog-start .blog-content .more-blog a.read-link,
.blog-style-7-left-grid-blog .blog-start .blog-content .more-blog a.read-link,
.blog-style-7-right-grid-blog .blog-start .blog-content .more-blog a.read-link {
    color: #cd7752;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.blog-style-7-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-left-grid-blog .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-right-grid-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link
    i {
    font-size: 12px;
    padding-left: 5px;
}
.blog-style-7-3-grid .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-3-grid .blog-start .blog-content .more-blog a.read-link:hover i,
.blog-style-7-left-grid-blog .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-left-grid-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-7-right-grid-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link
    i,
.blog-style-7-right-grid-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-style-7-3-grid .blog-start .blog-content .more-blog a.read-link:hover i,
.blog-style-7-left-grid-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-7-right-grid-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
/* pagination css */
.all-page .page-number a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.all-page .page-number.style-1 a:after,
.all-page .page-number.style-5 a:after {
    background-color: #f5ab1e;
}
.all-page .page-number.style-2 a:after,
.all-page .page-number.style-3 a:after {
    background-color: #5fa800;
}
.all-page .page-number.style-6 a:after {
    background-color: #73841b;
}
.all-page .page-number.style-7 a:after {
    background-color: #cd7752;
}
.all-page .page-number a:hover:after,
.all-page .page-number a.active:after {
    opacity: 1;
    visibility: visible;
}
.all-page .page-number.style-1 a:hover,
.all-page .page-number.style-1 a.active,
.all-page .page-number.style-5 a:hover,
.all-page .page-number.style-5 a.active {
    color: #f5ab1e;
}
.all-page .page-number.style-2 a:hover,
.all-page .page-number.style-2 a.active,
.all-page .page-number.style-3 a:hover,
.all-page .page-number.style-3 a.active {
    color: #5fa800;
}
.all-page .page-number.style-7 a:hover,
.all-page .page-number.style-7 a.active {
    color: #cd7752;
}
.all-page .page-number a:last-child:after {
    display: none;
}
/* style-7 full-left-right list blog css */
.full-blog-list-style-7 .blog-start,
.blog-style-7-left-list-blog .blog-start,
.blog-style-7-right-list-blog .blog-start {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.full-blog-list-style-7 .blog-start .blog-image {
    width: 42%;
}
.blog-style-7-left-list-blog .blog-start .blog-image,
.blog-style-7-right-list-blog .blog-start .blog-image {
    width: 50%;
}
.full-blog-list-style-7 .blog-start .blog-image a,
.blog-style-7-left-list-blog .blog-start .blog-image a,
.blog-style-7-right-list-blog .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
    display: block;
}
.full-blog-list-style-7 .blog-start .blog-image a img,
.blog-style-7-left-list-blog .blog-start .blog-image a img,
.blog-style-7-right-list-blog .blog-start .blog-image a img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.full-blog-list-style-7 .blog-start:hover .blog-image a img,
.blog-style-7-left-list-blog .blog-start:hover .blog-image a img,
.blog-style-7-right-list-blog .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.full-blog-list-style-7 .blog-start .blog-image a img,
.full-blog-list-style-7 .blog-start:hover .blog-image a img,
.blog-style-7-left-list-blog .blog-start .blog-image a img,
.blog-style-7-left-list-blog .blog-start:hover .blog-image a img,
.blog-style-7-right-list-blog .blog-start .blog-image a img,
.blog-style-7-right-list-blog .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-7 .blog-start .blog-content {
    width: calc(58% - 30px);
    margin-left: 30px;
}
.blog-style-7-left-list-blog .blog-start .blog-content,
.blog-style-7-right-list-blog .blog-start .blog-content {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.full-blog-list-style-7 .blog-start .blog-content .blog-title h6,
.blog-style-7-left-list-blog .blog-start .blog-content .blog-title h6,
.blog-style-7-right-grid-blog .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.full-blog-list-style-7 .blog-start .blog-content .blog-title h6 a,
.blog-style-7-left-list-blog .blog-start .blog-content .blog-title h6 a,
.blog-style-7-right-list-blog .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-blog-list-style-7 .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-7-left-list-blog .blog-start .blog-content .blog-title h6 a:hover,
.blog-style-7-right-list-blog .blog-start .blog-content .blog-title h6 a:hover {
    color: #cd7752;
}
.full-blog-list-style-7 .blog-start .blog-content p.blog-description,
.blog-style-7-left-list-blog .blog-start .blog-content p.blog-description,
.blog-style-7-right-list-blog .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
}
.full-blog-list-style-7 .blog-start .blog-content .more-blog,
.blog-style-7-left-list-blog .blog-start .blog-content .more-blog,
.blog-style-7-right-list-blog .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-blog-list-style-7 .blog-start .blog-content .more-blog a.read-link,
.blog-style-7-left-list-blog .blog-start .blog-content .more-blog a.read-link,
.blog-style-7-right-list-blog .blog-start .blog-content .more-blog a.read-link {
    color: #cd7752;
    font-size: 14px;
}
.full-blog-list-style-7 .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-left-list-blog .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-right-list-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link
    i {
    font-size: 12px;
}
.full-blog-list-style-7 .blog-start .blog-content .more-blog a.read-link i,
.full-blog-list-style-7
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-7-left-list-blog .blog-start .blog-content .more-blog a.read-link i,
.blog-style-7-left-list-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-7-right-list-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link
    i,
.blog-style-7-right-list-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-list-style-7
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-7-left-list-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i,
.blog-style-7-right-list-blog
    .blog-start
    .blog-content
    .more-blog
    a.read-link:hover
    i {
    margin-left: 8px;
}
/* style-7 full-left-right blog details css */
.full-blog-details-style-7 .single-blog-content,
.left-blog-details-style7 .single-blog-content,
.right-blog-details-style7 .single-blog-content {
    margin-top: 33px;
}
.full-blog-details-style-7 .single-blog-content .single-b-title h4,
.left-blog-details-style7 .single-blog-content .single-b-title h4,
.right-blog-details-style7 .single-blog-content .single-b-title h4 {
    font-size: 16px;
}
.full-blog-details-style-7 .single-blog-content .date-edit-comments,
.left-blog-details-style7 .single-blog-content .date-edit-comments,
.right-blog-details-style7 .single-blog-content .date-edit-comments {
    margin-top: 23px;
}
.full-blog-details-style-7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.left-blog-details-style7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap,
.right-blog-details-style7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0px 0px -30px;
}
.full-blog-details-style-7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.left-blog-details-style7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data,
.right-blog-details-style7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data {
    margin: 15px 0px 0px 30px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.full-blog-details-style-7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data
    i,
.left-blog-details-style7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data
    i,
.right-blog-details-style7
    .single-blog-content
    .date-edit-comments
    .blog-info-wrap
    span.blog-data
    i {
    margin-right: 5px;
}
.full-blog-details-style-7 .single-blog-content .blog-description,
.left-blog-details-style7 .single-blog-content .blog-description,
.right-blog-details-style7 .single-blog-content .blog-description {
    margin-top: 23px;
}
.full-blog-details-style-7 .single-blog-content .blog-description p,
.left-blog-details-style7 .single-blog-content .blog-description p,
.right-blog-details-style7 .single-blog-content .blog-description p {
    margin-top: 5px;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-description
    .blog-image-description,
.left-blog-details-style7
    .single-blog-content
    .blog-description
    .blog-image-description,
.right-blog-details-style7
    .single-blog-content
    .blog-description
    .blog-image-description {
    margin-top: 7px;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.left-blog-details-style7
    .single-blog-content
    .blog-description
    .blog-image-description
    img,
.right-blog-details-style7
    .single-blog-content
    .blog-description
    .blog-image-description
    img {
    float: left;
    margin-right: 15px;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.left-blog-details-style7
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description,
.right-blog-details-style7
    .single-blog-content
    .blog-description
    .blog-image-description
    p.bold-description {
    font-size: 15px;
    font-weight: 700;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-description
    p.color-description,
.left-blog-details-style7
    .single-blog-content
    .blog-description
    p.color-description,
.right-blog-details-style7
    .single-blog-content
    .blog-description
    p.color-description {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #cd7752;
    margin: 22px 0px;
    padding: 30px;
    border-left: 1px solid #ddd;
}
.full-blog-details-style-7 .single-blog-content .blog-img,
.left-blog-details-style7 .single-blog-content .blog-img,
.right-blog-details-style7 .single-blog-content .blog-img {
    margin-left: -30px;
    margin-top: 22px;
    display: flex;
}
.full-blog-details-style-7 .single-blog-content .blog-img .b-image1,
.left-blog-details-style7 .single-blog-content .blog-img .b-image1,
.right-blog-details-style7 .single-blog-content .blog-img .b-image1 {
    width: calc(50% - 30px);
    margin-left: 30px;
    line-height: 0;
}
.full-blog-details-style-7 .single-blog-content .blog-img .b-image1 a,
.left-blog-details-style7 .single-blog-content .blog-img .b-image1 a,
.right-blog-details-style7 .single-blog-content .blog-img .b-image1 a {
    position: relative;
    overflow: hidden;
}
.full-blog-details-style-7 .single-blog-content .blog-img .b-image1 a img,
.left-blog-details-style7 .single-blog-content .blog-img .b-image1 a img,
.right-blog-details-style7 .single-blog-content .blog-img .b-image1 a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-details-style-7 .single-blog-content .blog-img .b-image1 a img:hover,
.left-blog-details-style7 .single-blog-content .blog-img .b-image1 a img:hover,
.right-blog-details-style7
    .single-blog-content
    .blog-img
    .b-image1
    a
    img:hover {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.full-blog-details-style-7 .single-blog-content .blog-info,
.left-blog-details-style7 .single-blog-content .blog-info,
.right-blog-details-style7 .single-blog-content .blog-info {
    padding: 30px;
    margin-top: 30px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.full-blog-details-style-7 .single-blog-content .blog-info i.fa-quote-left,
.left-blog-details-style7 .single-blog-content .blog-info i.fa-quote-left,
.right-blog-details-style7 .single-blog-content .blog-info i.fa-quote-left {
    font-size: 30px;
    color: #cd7752;
}
.full-blog-details-style-7 .single-blog-content .blog-info h6,
.left-blog-details-style7 .single-blog-content .blog-info h6,
.right-blog-details-style7 .single-blog-content .blog-info h6 {
    color: #cd7752;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
}
.full-blog-details-style-7 .single-blog-content .b-link,
.left-blog-details-style7 .single-blog-content .b-link,
.right-blog-details-style7 .single-blog-content .b-link {
    margin-top: 30px;
}
.full-blog-details-style-7 .single-blog-content .b-link a,
.left-blog-details-style7 .single-blog-content .b-link a,
.right-blog-details-style7 .single-blog-content .b-link a {
    background-color: #cd7752;
    padding: 5px 10px;
    color: #fff;
    border: 2px solid #cd7752;
    border-radius: 4px;
}
.full-blog-details-style-7 .single-blog-content .b-link a:hover,
.left-blog-details-style7 .single-blog-content .b-link a:hover,
.right-blog-details-style7 .single-blog-content .b-link a:hover {
    background-color: transparent;
    color: #000;
    border-color: #cd7752;
}
.full-blog-details-style-7 .single-blog-content .blog-social,
.left-blog-details-style7 .single-blog-content .blog-social,
.right-blog-details-style7 .single-blog-content .blog-social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.full-blog-details-style-7 .single-blog-content .blog-social a.facebook,
.full-blog-details-style-7 .single-blog-content .blog-social a.twitter,
.full-blog-details-style-7 .single-blog-content .blog-social a.insta,
.full-blog-details-style-7 .single-blog-content .blog-social a.pinterest,
.left-blog-details-style7 .single-blog-content .blog-social a.facebook,
.left-blog-details-style7 .single-blog-content .blog-social a.twitter,
.left-blog-details-style7 .single-blog-content .blog-social a.insta,
.left-blog-details-style7 .single-blog-content .blog-social a.pinterest,
.right-blog-details-style7 .single-blog-content .blog-social a.facebook,
.right-blog-details-style7 .single-blog-content .blog-social a.twitter,
.right-blog-details-style7 .single-blog-content .blog-social a.insta,
.right-blog-details-style7 .single-blog-content .blog-social a.pinterest {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.full-blog-details-style-7 .single-blog-content .blog-social a,
.left-blog-details-style7 .single-blog-content .blog-social a,
.right-blog-details-style7 .single-blog-content .blog-social a {
    background-color: #cd7752;
    color: #222;
}
.full-blog-details-style-7 .single-blog-content .blog-social a:hover,
.left-blog-details-style7 .single-blog-content .blog-social a:hover,
.right-blog-details-style7 .single-blog-content .blog-social a:hover {
    background-color: #cd7752;
    color: #fff;
}
.full-blog-details-style-7 .single-blog-content .blog-comments,
.left-blog-details-style7 .single-blog-content .blog-comments,
.right-blog-details-style7 .single-blog-content .blog-comments {
    margin-top: 23px;
}
.full-blog-details-style-7 .single-blog-content .blog-comments h4,
.left-blog-details-style7 .single-blog-content .blog-comments h4,
.right-blog-details-style7 .single-blog-content .blog-comments h4 {
    font-size: 18px;
}
.full-blog-details-style-7 .single-blog-content .blog-comments h4 span,
.left-blog-details-style7 .single-blog-content .blog-comments h4 span,
.right-blog-details-style7 .single-blog-content .blog-comments h4 span {
    color: #cd7752;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info {
    margin-top: 23px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae {
    margin-top: 24px;
    display: flex;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-child,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-child,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae:first-child {
    margin-top: 0px;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.comment-reply {
    padding-left: 50px;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae.all-reply {
    margin-top: 24px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-man {
    width: 45px;
    height: 45px;
    background-color: #cd7752;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content {
    width: calc(100% - 45px);
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result {
    display: block;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name {
    margin: 5px 0px;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comment-name
    i {
    font-style: normal;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date {
    font-weight: 600;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span.comments-result.c-date
    a.Reply {
    color: #cd7752;
    margin-left: 30px;
    font-weight: 500;
}
.full-blog-details-style-7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.left-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title,
.right-blog-details-style7
    .single-blog-content
    .blog-comments
    .blog-comment-info
    ul.comments-arae
    li.comments-content
    span
    span.comments-title {
    font-weight: 600;
    color: #cd7752;
}
/* style-7 center blog css */
.center-blog-style-7 {
    display: flex;
    flex-wrap: wrap;
}
.center-blog-style-7 .blog-start {
    width: 100%;
    margin-top: 30px;
}
.center-blog-style-7 .blog-start:nth-child(1) {
    margin-top: 0px;
}
.center-blog-style-7 .blog-start .blog-image {
    position: relative;
    display: flex;
}
.center-blog-style-7 .blog-start .blog-image a {
    position: relative;
    overflow: hidden;
}
.center-blog-style-7 .blog-start:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.center-blog-style-7 .blog-start .blog-image a img,
.center-blog-style-7 .blog-start:hover .blog-image a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.center-blog-style-7 .blog-start .blog-content {
    padding-top: 23px;
}
.center-blog-style-7 .blog-start .blog-content .blog-title h6 {
    font-size: 16px;
}
.center-blog-style-7 .blog-start .blog-content .blog-title h6 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.center-blog-style-7 .blog-start .blog-content .blog-title h6 a:hover {
    color: #cd7752;
}
.center-blog-style-7 .blog-start .blog-content p.blog-description {
    color: #999;
    margin-top: 16px;
}
.center-blog-style-7 .blog-start .blog-content .more-blog {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.center-blog-style-7 .blog-start .blog-content .more-blog a.read-link {
    color: #cd7752;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.center-blog-style-7 .blog-start .blog-content .more-blog a.read-link i {
    font-size: 12px;
    padding-left: 5px;
}
.center-blog-style-7 .blog-start .blog-content .more-blog a.read-link i,
.center-blog-style-7 .blog-start .blog-content .more-blog a.read-link:hover i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.center-blog-style-7 .blog-start .blog-content .more-blog a.read-link:hover i {
    margin-left: 8px;
}
/* quick view css */
.quick-view .modal .modal-dialog {
    max-width: 650px;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
}
.quick-view .modal .modal-dialog .modal-content {
    border: none;
}
.quick-view .modal .modal-dialog .modal-content .modal-header {
    width: 100%;
    padding: 15px;
    float: right;
    display: flex;
    align-items: center;
}
.quick-view .modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 16px;
    line-height: 1;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area {
    padding: 15px;
    display: flex;
    align-items: flex-start;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-image {
    width: 50%;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-image
    ul.quick-slider {
    margin-top: 15px;
    border-bottom: none;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-image
    ul.quick-slider
    li {
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-image
    ul.quick-slider
    li
    a {
    padding: 0px;
    border: none;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption {
    width: calc(50% - 15px);
    margin-left: 15px;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    h4 {
    font-size: 18px;
    line-height: 1;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .quick-price {
    margin-top: 12px;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .quick-price
    span.new-price {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 700;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .quick-price
    span.old-price {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .quick-rating {
    margin-top: 14px;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .quick-rating
    i {
    font-size: 16px;
    color: #999;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .quick-rating
    i.c-star {
    color: #f5ab1e;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .pro-description
    p {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 9px;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .pro-size {
    margin-top: 13px;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .pro-size
    label {
    font-weight: 600;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .pro-size
    select {
    margin-left: 10px;
    padding: 6px 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-transform: uppercase;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus {
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    span {
    display: flex;
    border: 1px solid #eee;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    span
    a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    span
    input {
    width: 50px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    a.quick-cart,
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    a.quick-wishlist {
    width: 40px;
    height: 40px;
    background-color: #f5ab1e;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5ab1e;
    border-radius: 4px;
}
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    a.quick-cart:hover,
.quick-view
    .modal
    .modal-dialog
    .modal-content
    .quick-veiw-area
    .quick-caption
    .plus-minus
    a.quick-wishlist:hover {
    color: #f5ab1e;
    background-color: transparent;
}
/* header style-5 products css */
.headre-style-5-pro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.headre-style-5-pro .header-product {
    width: calc(25% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.headre-style-5-pro .header-product:nth-child(1),
.headre-style-5-pro .header-product:nth-child(2),
.headre-style-5-pro .header-product:nth-child(3),
.headre-style-5-pro .header-product:nth-child(4) {
    margin-top: 0px;
}
.headre-style-5-pro .header-product .caption .rating {
    margin-top: 10px;
}
/* footer style-5 products css */
.footer-style-5-pro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.footer-style-5-pro .header-product {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.footer-style-5-pro .header-product:nth-child(1),
.footer-style-5-pro .header-product:nth-child(2) {
    margin-top: 0px;
}
.footer-style-5-pro .header-product .caption .rating {
    margin-top: 10px;
}
.footer-style-5-pro .header-product {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}
.footer-style-5-pro .header-product .tred-pro {
    width: 40%;
}
.footer-style-5-pro .header-product .caption {
    width: calc(60% - 20px);
    margin-left: 20px;
    padding-top: 0px;
    text-align: left;
}
.footer-style-5-pro .header-product .caption h3 a {
    font-weight: 600;
}
.footer-style-5-pro .header-product .caption span.pro-des {
    margin-top: 7px;
}
.footer-style-5-pro .header-product .caption .pro-icn {
    position: unset;
    margin-top: 13px;
}
.footer-style-5-pro .header-product .caption .pro-icn a.w-c-q-icn {
    background-color: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-style-5-pro .header-product .caption .pro-icn a.w-c-q-icn:hover {
    background-color: #f5ab1e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*--------------------------
footer css
---------------------------*/
/* company detail css */
.footer-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-5 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.news-5 .news-content {
    margin-bottom: 24px;
}
.news-5 .news-content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.news-5 .news-content span {
    margin-top: 7px;
}
.news-5 form {
    position: relative;
    width: 65%;
    margin: 0 auto;
}
.news-5 form input {
    position: relative;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 3px;
    font-weight: 400;
    border: none;
}
.news-5 form a {
    position: absolute;
    top: 0px;
    right: 0px;
}
.home5-footer {
    display: flex;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e2e2e2;
}
.f-logo {
    width: 25%;
}
.f-logo ul.footer-ul li.footer-li.footer-contact {
    margin-top: 16px;
}
.f-logo ul.footer-ul li.footer-li.footer-contact.footer-map {
    margin-top: 9px;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul {
    display: flex;
    align-items: center;
}
.f-logo
    ul.footer-ul
    li.footer-li.footer-contact
    ul.f-ul-li-ul
    li.footer-icon
    i {
    color: #f5ab1e;
    font-size: 26px;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info {
    margin-left: 20px;
}
.f-logo
    ul.footer-ul
    li.footer-li.footer-contact
    ul.f-ul-li-ul
    li.footer-info
    a {
    margin-top: 5px;
    display: block;
}
.f-logo
    ul.footer-ul
    li.footer-li.footer-contact
    ul.f-ul-li-ul
    li.footer-info
    a:first-child {
    margin-top: 0px;
}
.f-logo
    ul.footer-ul
    li.footer-li.footer-contact
    ul.f-ul-li-ul
    li.footer-info
    span {
    margin-top: 5px;
    display: block;
}
.f-logo
    ul.footer-ul
    li.footer-li.footer-contact
    ul.f-ul-li-ul
    li.footer-info
    span:first-child {
    margin-top: 0px;
}
/* footer bottom css */
.footer-bottom {
    width: 75%;
}
.footer-link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}
.footer-link .f-link {
    width: calc(25% - 30px);
    margin-left: 30px;
}
.footer-link .f-link .h-footer {
    color: #f5ab1e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.footer-link .f-link a.h-footer {
    display: none;
}
.footer-link .f-link .collapse:not(.show) {
    display: block;
    margin-top: 25px;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li {
    padding-top: 16px;
    line-height: 1;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li:first-child {
    padding-top: 0px;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li a {
    color: #000;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li a:hover {
    color: #f5ab1e;
}
/* footer copyright css */
.footer-copyright {
    padding: 15px 0;
    background-color: #f5ab1e;
}
.footer-copyright ul.f-bottom {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.footer-copyright ul.f-bottom li.f-c {
    width: 33.33%;
}
.footer-copyright ul.f-bottom li.f-copyright p {
    color: #fff;
    font-size: 13px;
}
ul.f-bottom li.f-c ul.f-bottom li.f-copyright p {
    color: #fff;
    font-size: 13px;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social {
    display: flex;
    margin: 0 auto;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social a.f-icn-link {
    background-color: #fff;
    color: #f5ab1e;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social a.f-icn-link:last-child {
    margin-right: 0;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social a.f-icn-link:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.footer-copyright ul.f-bottom li.f-payment {
    text-align: right;
}
/* back to top css */
a.scroll {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
a.scroll.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a.scroll span {
    color: #f5ab1e;
    font-size: 16px;
    height: 37px;
    width: 37px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #f5ab1e;
    border-radius: 4px;
}
a.scroll:hover span {
    color: #fff;
    background-color: #f5ab1e;
}
a.scroll span,
a.scroll:hover span {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* popup css start */
.vegist-popup .modal-dialog {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) !important;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.vegist-popup.animated {
    animation-duration: 2s;
}
.vegist-popup .modal-dialog .modal-content .modal-body {
    padding: 0px;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content {
    position: relative;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    a.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter {
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter
    .logo-content {
    position: relative;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter
    .logo-content
    h4 {
    font-size: 20px;
    margin-top: 12px;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter
    .logo-content
    span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter
    .subscribe-area {
    margin-top: 24px;
    position: relative;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter
    .subscribe-area
    input {
    width: 100%;
    padding: 8px 15px;
    background-color: #f7f7f7;
    border-color: #eee;
    border-radius: 4px;
}
.vegist-popup
    .modal-dialog
    .modal-content
    .modal-body
    .popup-content
    .pop-up-newsletter
    .subscribe-area
    a {
    margin-top: 20px;
}
/* breadcumb css */
.breadcrumb-area {
    background-color: #fafafa;
    padding: 15px 0px;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url {
    display: flex;
    align-items: center;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a {
    color: #717171;
    padding-right: 8px;
    margin-right: 6px;
    border-right: 1px solid #d6d6d6;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li span {
    color: #f5ab1e;
    font-size: 14px;
}
/* product page css */
.o-page-top {
    position: unset;
}
.pro-page .pro-image .larg-image a.long-img {
    margin-bottom: 15px;
    cursor: crosshair;
}
.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-pag-5-slider {
    border-bottom: none;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    li.nav-item
    a {
    padding: 0px;
    border: 1px solid transparent;
    margin-bottom: 1px;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    li.nav-item
    a.active {
    border: 1px solid #f5ab1e;
    border-radius: 0px;
}
/* slider arro */
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button {
    background-color: transparent;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0px;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button.owl-prev {
    left: -10px;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button.owl-next {
    right: -10px;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button
    i {
    color: #232323;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button:hover
    i {
    color: #f5ab1e;
}
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button
    i,
.pro-page
    .pro-image
    .larg-image
    ul.nav.nav-tabs.pro-pag-5-slider
    .owl-nav
    button:hover
    i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pro-page .pro-image .pro-info h4 {
    font-size: 18px;
}
.pro-page .pro-image .pro-info .rating {
    margin-top: 15px;
    padding-top: 19px;
    border-top: 1px solid #ededed;
}
.pro-page .pro-image .pro-info .rating i {
    color: #999;
    margin-right: 2px;
}
.pro-page .pro-image .pro-info .rating i.d-star {
    color: #f5ab1e;
}
.pro-page .pro-image .pro-info .pro-availabale {
    margin-top: 12px;
}
.pro-page .pro-image .pro-info .pro-availabale span.available {
    min-width: 105px;
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-availabale span.pro-instock {
    color: #f5ab1e;
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-price {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.pro-page .pro-image .pro-info .pro-price span.new-price {
    font-size: 16px;
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-price span.old-price {
    color: #999;
    margin-left: 5px;
}
.pro-page .pro-image .pro-info .pro-price .Pro-lable span.p-discount {
    background-color: #f5ab1e;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    padding: 2px 6px 2px 13px;
    transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.pro-page .pro-image .pro-info span.pro-details {
    margin-top: 20px;
    font-size: 13px;
}
.pro-page .pro-image .pro-info span.pro-details span.pro-number {
    color: #f5ab1e;
    font-weight: 600;
}
.pro-page .pro-image .pro-info p {
    margin-top: 9px;
    color: #000;
}
.pro-page .pro-image .pro-info .pro-items {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.pro-page .pro-image .pro-info .pro-items span.pro-size {
    font-size: 14px;
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li {
    margin-right: 15px;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a {
    color: #adadad;
    padding: 2px 8px;
    border-bottom: 2px solid #adadad;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a.active,
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a:hover {
    color: #000;
    border-color: #000;
}
.pro-page .pro-image .pro-info .product-color {
    display: flex;
    align-items: center;
    margin-top: 27px;
}
.pro-page .pro-image .pro-info .product-color span.color-label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.pro-page .pro-image .pro-info .product-color span.color {
    margin-left: 15px;
    line-height: 1;
    display: flex;
}
.pro-page .pro-image .pro-info .product-color span.color a {
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pro-page .pro-image .pro-info .product-color span.color a.active,
.pro-page .pro-image .pro-info .product-color span.color a:hover {
    border-color: #333;
}
.pro-page .pro-image .pro-info .product-color span.color a span {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}
.pro-page .pro-image .pro-info .product-color span.color a:last-child {
    margin-right: 0px;
}
.pro-page .pro-image .pro-info .product-color span.color a:nth-child(1) span {
    background-color: #5fa800;
}
.pro-page .pro-image .pro-info .product-color span.color a:nth-child(2) span {
    background-color: #cd7752;
}
.pro-page .pro-image .pro-info .product-color span.color a:nth-child(3) span {
    background-color: #b58555;
}
.pro-page .pro-image .pro-info .pro-qty {
    display: flex;
    align-items: center;
    margin-top: 27px;
}
.pro-page .pro-image .pro-info .pro-qty span.qty {
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus {
    margin-left: 15px;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus span {
    display: flex;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus span a {
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus input {
    width: 50px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    padding: 0;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pro-page .pro-image .pro-info .pro-btn {
    margin-top: 27px;
}
.pro-page .pro-image .pro-info .pro-btn a.btn-style1 {
    margin-left: 5px;
    font-weight: 400;
}
.pro-page .pro-image .pro-info .pro-btn a.btn-style1:first-child {
    margin-left: 0px;
}
.pro-page .pro-image .pro-info .share {
    margin-top: 27px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.pro-page .pro-image .pro-info .share ul.share-icn {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.pro-page .pro-image .pro-info .share ul.share-icn li {
    margin-right: 15px;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i {
    font-size: 18px;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-facebook {
    color: #3b5999;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-twitter {
    color: #55acee;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-instagram {
    color: #dd4b39;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-pinterest {
    color: #bd081c;
}
.pro-page .pro-image .pro-info .pay-img {
    margin-top: 22px;
}
.pro-page .pro-shipping .product-service {
    padding: 25px;
    margin-top: 30px;
    border: 1px solid #eee;
}
.pro-page .pro-shipping .product-service:first-child {
    margin-top: 0px;
}
.pro-page .pro-shipping .product-service .icon-title {
    display: flex;
    align-items: center;
}
.pro-page .pro-shipping .product-service .icon-title span {
    color: #f5ab1e;
    font-size: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-page .pro-shipping .product-service .icon-title span i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.pro-page .pro-shipping .product-service .icon-title h4 {
    font-size: 16px;
    margin-left: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.pro-page .pro-shipping .product-service p {
    color: #000;
    margin-top: 18px;
}
/* product zoom css */
.pro-page .pro-image .larg-image a.long-img {
    margin-bottom: 20px;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: crosshair;
    margin-bottom: 0px;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom img:hover {
    opacity: 0;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

/* tab css */
.pro-page-content .pro-page-tab ul.nav.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 60px;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item {
    margin-right: 40px;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item:last-child {
    margin-right: 0px;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link {
    position: relative;
    color: #666;
    font-size: 14px;
    padding: 0px 7px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: none;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link.active,
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link:hover {
    border: none;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #f5ab1e;
}
.pro-page-content
    .pro-page-tab
    ul.nav.nav-tabs
    li.nav-item
    a.nav-link.active:after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -5px;
    width: 5px;
    height: 5px;
    border-radius: 25px;
}
.pro-page-content .pro-page-tab .tab-content iframe {
    width: 100%;
}
/* description css */
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-1content h4 {
    font-size: 16px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .tab-1content
    ul.tab-description {
    list-style-type: unset;
    padding-left: 15px;
    margin-top: 18px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .tab-1content
    ul.tab-description
    li {
    margin-top: 5px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .tab-1content
    ul.tab-description
    li:first-child {
    margin-top: 0px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content {
    margin-top: 17px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content h4 {
    font-size: 16px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .tab-2content
    ul.tab-description {
    list-style-type: unset;
    padding-left: 15px;
    margin-top: 18px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .tab-2content
    ul.tab-description
    li {
    margin-top: 5px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .tab-2content
    ul.tab-description
    li:first-child {
    margin-top: 0px;
}
/* reviews css */
.pro-page-content .pro-page-tab .tab-content .tab-pane h4.reviews-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews {
    border-top: 1px solid #eee;
    margin-top: 28px;
    padding-top: 30px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .customer-reviews
    span.p-rating
    i.e-star {
    color: #f5ab1e;
    font-size: 18px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .customer-reviews
    p.review-desck {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews a {
    color: #f5ab1e;
    text-decoration: underline;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .customer-reviews
    h4.review-head {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .customer-reviews
    span.reviews-editor {
    font-weight: 500;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .customer-reviews
    span.reviews-editor
    span.review-name {
    font-weight: normal;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .customer-reviews
    p.r-description {
    margin-top: 10px;
    line-height: 1;
    font-size: 13px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form {
    margin-top: 24px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form h4 {
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form {
    margin-top: 12px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form label {
    font-size: 14px;
    margin-top: 15px;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .review-form
    form
    label:first-child {
    margin-top: 0px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form input {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}
.pro-page-content
    .pro-page-tab
    .tab-content
    .tab-pane
    .review-form
    form
    textarea {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form span {
    display: block;
    margin-top: 10px;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form span i {
    color: #ddd;
}

/* login page css */
.login-area {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-area .login-box {
    width: 50%;
    padding: 30px;
    border: 1px solid #eee;
}
.login-area .login-box h1 {
    font-size: 30px;
    text-align: center;
}
.login-area .login-box p {
    margin-top: 10px;
    text-align: center;
}
.login-area .login-box form {
    margin-top: 17px;
}
.login-area .login-box form label {
    margin-top: 15px;
}
.login-area .login-box form label:first-child {
    margin-top: 0px;
}
.login-area .login-box form input {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.login-area .login-box a.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.login-area .login-box a.re-password {
    color: #f5ab1e;
    margin-top: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.login-area .login-account {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.login-area .login-account h4 {
    font-size: 16px;
    text-align: center;
}
.login-area .login-account a.ceate-a {
    position: relative;
    color: #f5ab1e;
    width: 100%;
    padding: 13px 25px;
    margin-top: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5ab1e;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.login-area .login-account a.ceate-a::after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.login-area .login-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.login-area .login-account .login-info {
    margin-top: 24px;
}
.login-area .login-account .login-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}
.login-area .login-account .login-info a.terms-link {
    color: #f5ab1e;
    font-size: 12px;
    font-weight: 600;
}
.login-area .login-account .login-info p {
    font-size: 13px;
    margin-top: 6px;
}
.login-area .login-account .login-info p a {
    color: #f5ab1e;
    font-weight: 600;
}

/* cart login box css */
.register-area {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-area .register-box {
    width: 50%;
    padding: 30px;
    border: 1px solid #eee;
}
.register-area .register-box h1 {
    font-size: 30px;
    text-align: center;
}
.register-area .register-box p {
    margin-top: 10px;
    text-align: center;
}
.register-area .register-box form {
    margin-top: 22px;
}
.register-area .register-box form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.register-area .register-box form input:first-child {
    margin-top: 0px;
}
.register-area .register-box a.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.register-area .register-account {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.register-area .register-account h4 {
    font-size: 16px;
    text-align: center;
}
.register-area .register-account a.ceate-a {
    position: relative;
    color: #f5ab1e;
    width: 100%;
    padding: 13px 25px;
    margin-top: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5ab1e;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.register-area .register-account a.ceate-a::after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.register-area .register-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.register-area .register-account .register-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}
.register-area .register-account .register-info a.terms-link {
    color: #f5ab1e;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;
}
.register-area .register-account .register-info p {
    font-size: 13px;
    margin-top: 10px;
}
.register-area .register-account .register-info p a {
    color: #f5ab1e;
    font-weight: 600;
}

/**Shop page css */

/* range price css */
.all-filter .price-filter ul.all-price .price-range {
    display: block;
}
.all-filter .price-filter ul.all-price .price-range .price-range-group {
    position: relative;
    margin-bottom: 30px;
}

/* group range (when using double range, we need to rely on some clever trick) */
.all-filter .price-filter ul.all-price .price-range .group-range {
    --range-min: 0%;
    --range-max: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        #e2e2e2 0%,
        #333333 0%,
        #333333 100%,
        #e2e2e2 100%
    );
}

/* first we revert the styling of range elements */
.all-filter .price-filter ul.all-price .price-range .range {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .range::-webkit-slider-thumb {
    -webkit-appearance: none;
}

/* chrome, safari, edge, opera */
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .range::-webkit-slider-thumb {
    height: 12px;
    width: 4px;
    background: #333333;
    transform: translateY(-5px);
    border-radius: 5px;
    box-shadow: 0px 0px 0px 2px #333333;
    cursor: pointer;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: #333333;
    cursor: pointer;
}

/* firefox mozilla */
.all-filter .price-filter ul.all-price .price-range .range::-moz-range-thumb {
    height: 12px;
    width: 4px;
    background: #333333;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 2px #333333;
    cursor: pointer;
}
.all-filter .price-filter ul.all-price .price-range .range::-moz-range-progress,
.all-filter .price-filter ul.all-price .price-range .range::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .range::-moz-range-progress {
    background-color: #333333;
}
.all-filter .price-filter ul.all-price .price-range .range::-moz-range-track {
    background-color: #e2e2e2;
}

/* group range (when using double range, we need to rely on some clever trick) */
.all-filter .price-filter ul.all-price .price-range .group-range .range {
    height: 2px;
    pointer-events: none;
    vertical-align: top;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .group-range
    .range::-webkit-slider-runnable-track {
    background: none;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .group-range
    .range::-webkit-slider-thumb {
    pointer-events: auto;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .group-range
    .range::-moz-range-progress,
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .group-range
    .range::-moz-range-track {
    background: none;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .group-range
    .range::-moz-range-thumb {
    pointer-events: auto;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .group-range
    .range:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

/* input-prefix css */
.all-filter .price-filter ul.all-price .price-range .price-input-group {
    display: flex;
    align-items: center;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .price-range-input {
    flex: 1 0 0;
    min-width: 0;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix
    label.input-prefix-label {
    color: #333333;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 0;
    transform: translateY(-100%);
    margin-bottom: 0px;
    opacity: 0.7;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix
    span.input-prefix-value {
    font-size: 13px;
}
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix
    .input-prefix-field {
    font-size: 13px;
    padding: 0px;
    width: 100%;
    text-align: end;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* chrome, safari, edge, opera */
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix
    .input-prefix-field::-webkit-outer-spin-button,
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix
    .input-prefix-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* firefox mozilla */
.all-filter
    .price-filter
    ul.all-price
    .price-range
    .price-input-group
    .input-prefix
    input.input-prefix-field[type="number"] {
    -moz-appearance: textfield;
}
.all-filter .price-filter ul.all-price .price-range .price-range-delimeter {
    color: #333333;
    font-size: 16px;
    margin: 0px 10px;
}

/* other page filter css */
.all-filter .categories-page-filter h4 {
    font-size: 16px;
    padding-bottom: 23px;
}
.all-filter .categories-page-filter a.filter-link {
    display: none;
}
.all-filter .categories-page-filter ul.all-option {
    height: 271px;
    padding-top: 30px;
    overflow: auto;
    padding-right: 7px;
    border-top: 1px solid #eee;
}
.all-filter .categories-page-filter ul.all-option.collapse:not(.show) {
    display: block;
}
.all-filter .categories-page-filter ul.all-option li.grid-list-option {
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.all-filter
    .categories-page-filter
    ul.all-option
    li.grid-list-option:first-child {
    margin-top: 0px;
}
.all-filter .categories-page-filter ul.all-option li.grid-list-option input {
    width: 19px;
    height: 16px;
}
.all-filter .categories-page-filter ul.all-option li.grid-list-option a {
    width: 100%;
    margin-left: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.all-filter .price-filter h4 {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 1;
}
.all-filter .price-filter a.filter-link {
    display: none;
}
.all-filter .price-filter ul.all-price {
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.all-filter .price-filter ul.all-price.collapse:not(.show) {
    display: block;
}
.all-filter .price-filter ul.all-price li.f-price {
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.all-filter .price-filter ul.all-price li.f-price:first-child {
    margin-top: 0px;
}
.all-filter .price-filter ul.all-price li.f-price input {
    width: 18px;
    height: 16px;
    cursor: pointer;
}
.all-filter .price-filter ul.all-price li.f-price label {
    margin-bottom: 0px;
    margin-left: 9px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
}
.all-filter .pro-size h4 {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 1;
}
.all-filter .pro-size a.filter-link {
    display: none;
}
.all-filter .pro-size ul.all-size.collapse:not(.show) {
    display: block;
}
.all-filter .pro-size ul.all-size {
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.all-filter .pro-size ul.all-size li.choice-size {
    margin-top: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.all-filter .pro-size ul.all-size li.choice-size:first-child {
    margin-top: 0px;
}
.all-filter .pro-size ul.all-size li.choice-size input {
    width: 18px;
    height: 16px;
    cursor: pointer;
}
.all-filter .pro-size ul.all-size li.choice-size label {
    font-size: 13px;
    margin-left: 8px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 1;
}
.all-filter .filter-tag h4 {
    font-size: 16px;
    padding-top: 27px;
    padding-bottom: 27px;
    line-height: 1;
}
.all-filter .filter-tag a.filter-link {
    display: none;
}
.all-filter .filter-tag ul.all-tag.collapse:not(.show) {
    display: block;
}
.all-filter .filter-tag ul.all-tag {
    padding-top: 15px;
    margin-right: -5px;
}
.all-filter .filter-tag ul.all-tag li.tag {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}
.all-filter .filter-tag ul.all-tag li.tag a {
    padding: 9px 16px;
    color: #808080;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 50px;
}
.all-filter .filter-tag ul.all-tag li.tag a:hover {
    background-color: #000;
    color: #fff;
}
.all-filter .vendor-filter h4 {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 27px;
    line-height: 1;
    border-bottom: 1px solid #eee;
}
.all-filter .vendor-filter a.filter-link {
    display: none;
}
.all-filter .vendor-filter ul.all-vendor {
    padding-top: 30px;
}
.all-filter .vendor-filter ul.all-vendor.collapse:not(.show) {
    display: block;
}
.all-filter .vendor-filter ul.all-vendor li.f-vendor {
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.all-filter .vendor-filter ul.all-vendor li.f-vendor:first-child {
    margin-top: 0px;
}
.all-filter .vendor-filter ul.all-vendor li.f-vendor input {
    width: 18px;
    height: 16px;
}
.all-filter .vendor-filter ul.all-vendor li.f-vendor label {
    margin-bottom: 0px;
    margin-left: 8px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
}
.all-filter .filter-banner a.grid-banner {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    display: block;
}
.all-filter .filter-banner a.grid-banner img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.all-filter .filter-banner a.grid-banner:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* grid-list banner-button css */
.grid-list-banner {
    height: 262px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.grid-list-banner .grid-banner-content {
    width: 50%;
    margin-left: 30px;
}
.grid-list-banner .grid-banner-content h4 {
    font-size: 20px;
}
.grid-list-banner .grid-banner-content p {
    font-size: 13px;
    margin-top: 14px;
    color: #333;
}

/* list product css */
.list-product {
    margin-top: 30px;
}
.list-product .list-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.list-product .list-items:last-child {
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}
.list-product .list-items .tred-pro {
    width: 25%;
    position: relative;
}
.list-product .list-items .tred-pro .Pro-lable span.p-text,
.list-product .list-items .tred-pro .Pro-lable span.p-discount {
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.list-product .list-items .tred-pro .Pro-lable span.p-text {
    left: 5px;
    background-color: #f5ab1e;
}
.list-product .list-items .tred-pro .Pro-lable span.p-discount {
    right: 5px;
    background-color: #e30514;
}
.list-product .list-items .caption .pro-icn {
    position: unset;
    margin-top: 14px;
}
.list-product .list-items .caption .pro-icn a.w-c-q-icn i {
    background-color: #f5ab1e;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 100%;
    border: 2px solid #f5ab1e;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.list-product .list-items .caption .pro-icn a.w-c-q-icn:hover i {
    background-color: transparent;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.list-product .list-items .caption {
    width: calc(75% - 20px);
    margin-left: 20px;
    padding-top: 0px;
}
.list-product .list-items .caption h3 {
    font-size: 14px;
    font-weight: 400;
}
.list-product .list-items .caption h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.list-product .list-items .caption p.list-description {
    font-size: 13px;
    margin-top: 8px;
    line-height: 21px;
}
.list-product .list-items .caption .rating {
    display: flex;
    margin-top: 14px;
}
.list-product .list-items .caption .rating i {
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}
.list-product .list-items .caption .rating i.b-star,
.list-product .list-items .caption .rating i.c-star,
.list-product .list-items .caption .rating i.d-star,
.list-product .list-items .caption .rating i.e-star {
    color: #f5ab1e;
}
.list-product .list-items .caption .rating i:last-child {
    margin-right: 0px;
}
.list-product .list-items .caption .pro-price {
    margin-top: 15px;
}
.list-product .list-items .caption .pro-price span.new-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
}
.list-product .list-items .caption .pro-price span.old-price {
    color: #999;
    font-size: 14px;
    line-height: 1;
}

/* additional image css */
.list-product .list-items .tred-pro .tr-pro-img a img.additional-image {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
.list-product .list-items .tred-pro:hover .tr-pro-img a img.additional-image {
    opacity: 1;
    visibility: visible;
}
.list-product .list-items .tred-pro .tr-pro-img a img.additional-image,
.list-product .list-items .tred-pro:hover .tr-pro-img a img.additional-image {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.list-product p.list-all-page {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
}
.list-all-page span.page-title {
    color: #000;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}
.list-all-page .page-number {
    text-align: center;
    margin-top: 20px;
}
.list-all-page .page-number a {
    position: relative;
    margin-right: 5px;
}
.list-all-page .page-number a:after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.list-all-page .page-number a:hover:after,
.list-all-page .page-number a.active:after {
    opacity: 1;
    visibility: visible;
}
.list-all-page .page-number a:hover,
.list-all-page .page-number a.active {
    color: #f5ab1e;
}
.list-all-page .page-number a:last-child:after {
    display: none;
}
/* grid Products css */
.grid-list-area .grid-list-select {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grid-list-area .grid-list-select ul {
    display: flex;
    align-items: center;
}
.grid-list-area .grid-list-select ul.grid-list li a {
    font-size: 17px;
    margin-right: 10px;
}
.grid-list-area .grid-list-select ul.grid-list li a.active,
.grid-list-area .grid-list-select ul.grid-list li a.active,
.grid-4-product .grid-list-select ul.grid-list li a.active,
.grid-2-product .grid-list-select ul.grid-list li a.active {
    color: #f5ab1e;
}
.grid-list-area .grid-list-select ul.grid-list-selector li label {
    font-weight: 600;
    margin-right: 10px;
}
.grid-list-area .grid-list-select ul.grid-list-selector select {
    min-width: 200px;
    padding: 6px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.grid-list-area .grid-pro ul.grid-product {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items {
    width: calc(33.33% - 30px);
    margin-left: 30px;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .tred-pro {
    position: relative;
    margin-top: 30px;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .Pro-lable
    span.p-text,
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .Pro-lable
    span.p-discount {
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .Pro-lable
    span.p-text {
    left: 5px;
    background-color: #f5ab1e;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .Pro-lable
    span.p-discount {
    right: 5px;
    background-color: #e30514;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .tred-pro .pro-icn {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .pro-icn
    a.w-c-q-icn:first-child {
    transform: translateX(40px);
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .pro-icn
    a.w-c-q-icn:last-child {
    transform: translateX(-40px);
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .pro-icn
    a.w-c-q-icn:first-child {
    margin-right: 15px;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .pro-icn
    a.w-c-q-icn:last-child {
    margin-left: 15px;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .pro-icn
    a.w-c-q-icn:first-child,
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .pro-icn
    a.w-c-q-icn:last-child {
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .pro-icn
    a.w-c-q-icn
    i {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .pro-icn
    a.w-c-q-icn:hover
    i {
    color: #f5ab1e;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .pro-icn
    a.w-c-q-icn
    i {
    opacity: 1;
    visibility: visible;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .caption {
    padding-top: 15px;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .caption h3 {
    font-size: 14px;
    font-weight: 400;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .caption h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .caption .rating {
    display: flex;
    margin-top: 14px;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .caption .rating i {
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .rating
    i.b-star,
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .rating
    i.c-star,
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .rating
    i.d-star,
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .rating
    i.e-star {
    color: #f5ab1e;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .rating
    i:last-child {
    margin-right: 0px;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items .caption .pro-price {
    margin-top: 16px;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .pro-price
    span.new-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .caption
    .pro-price
    span.old-price {
    color: #999;
    font-size: 14px;
    line-height: 1;
}
/* additional image css */
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .tr-pro-img
    a
    img.additional-image {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .tr-pro-img
    a
    img.additional-image {
    opacity: 1;
    visibility: visible;
}
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro
    .tr-pro-img
    a
    img.additional-image,
.grid-list-area
    .grid-pro
    ul.grid-product
    li.grid-items
    .tred-pro:hover
    .tr-pro-img
    a
    img.additional-image {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.grid-list-area .grid-pro ul.grid-product li.grid-items p {
    margin: 0 auto;
    padding-top: 30px;
    font-weight: 700;
}

/**Mobile footer menu css */

.mobile-sticky-menu {
    display: none;
    position: sticky;
    bottom: 0;
    z-index: 8;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 10%);
}

.mobile-sticky-menu ul.grid-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-sticky-menu ul.grid-wrap li.grid-wrapper {
    width: 25%;
    padding: 10px 0;
    border-right: 1px solid rgba(0, 0, 0, 10%);
}

.mobile-sticky-menu a.icon-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}

.mobile-sticky-menu a.icon-block span.icon {
    font-size: 20px;
    position: relative;
}

.mobile-sticky-menu a.icon-block span.title {
    font-size: 12px;
    padding-top: 5px;
}

.mobile-sticky-menu a.icon-block span.icon .wishlist-counter {
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    margin: 0;
    display: flex;
    background-color: var(--font-color-header);
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .mobile-sticky-menu {
        display: block;
    }
}

/* checkout style-1 css */
.checkout-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -30px;
}
.checkout-area .billing-area {
    width: calc(60% - 30px);
    margin-left: 30px;
    border: 1px solid #eee;
}
.checkout-area .billing-area form h2 {
    font-size: 24px;
}
.checkout-area .billing-area form {
    padding: 20px;
}
.checkout-area .billing-area form .billing-form {
    margin-top: 16px;
}
.checkout-area .billing-area form .billing-form ul.billing-ul {
    width: 100%;
    margin-top: 15px;
}
.checkout-area .billing-area form .billing-form ul.billing-ul.input-2 {
    display: flex;
    flex-wrap: wrap;
}
.checkout-area .billing-area form .billing-form ul.billing-ul:first-child {
    margin-top: 0px;
}
.checkout-area
    .billing-area
    form
    .billing-form
    ul.billing-ul.input-2
    li.billing-li {
    width: calc(50% - 15px);
    margin-left: 15px;
}
.checkout-area
    .billing-area
    form
    .billing-form
    ul.billing-ul.input-2
    li.billing-li:first-child {
    margin-left: 0px;
    width: calc(50% - 0px);
    margin-left: 0px;
}
.checkout-area
    .billing-area
    form
    .billing-form
    ul.billing-ul
    li.billing-li
    input {
    width: 100%;
    margin-top: 10px;
}
.checkout-area
    .billing-area
    form
    .billing-form
    ul.billing-ul
    li.billing-li
    select {
    width: 100%;
    margin-top: 10px;
}
.checkout-area .billing-area .billing-details {
    border-top: 1px solid #eee;
}
.checkout-area .billing-area .billing-details form h2 {
    font-size: 24px;
}
.checkout-area .billing-area .billing-details ul.shipping-form {
    margin-top: 19px;
}
.checkout-area .billing-area .billing-details ul.shipping-form li.check-box {
    display: flex;
    align-items: center;
}
.checkout-area
    .billing-area
    .billing-details
    ul.shipping-form
    li.check-box
    input {
    margin-right: 5px;
}
.checkout-area .billing-area .billing-details ul.shipping-form li.comment-area {
    margin-top: 11px;
}
.checkout-area .billing-area .billing-details ul.shipping-form li label {
    margin-bottom: 0px;
}
.checkout-area .billing-area .billing-details ul.shipping-form li textarea {
    margin-top: 10px;
    width: 100%;
}
.checkout-area .order-area {
    width: calc(40% - 30px);
    margin-left: 30px;
    border: 1px solid #eee;
}
.checkout-area .order-area {
    position: sticky;
    top: 0px;
}
.checkout-area .order-area .check-pro h2 {
    background-color: #f5f5f5;
    padding: 10px 20px;
    font-size: 18px;
}
.checkout-area .order-area .check-pro ul.check-ul li {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}
.checkout-area .order-area .check-pro ul.check-ul li .check-pro-img {
    width: 25%;
}
.checkout-area .order-area .check-pro ul.check-ul li .check-content {
    width: 75%;
    margin-left: 15px;
}
.checkout-area .order-area .check-pro ul.check-ul li .check-content a {
    display: block;
    font-weight: 400;
}
.checkout-area
    .order-area
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-code-blod {
    display: block;
    margin-top: 4px;
    font-weight: 600;
}
.checkout-area
    .order-area
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-code-blod
    span {
    font-weight: 500;
}
.checkout-area
    .order-area
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-price {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.checkout-area .order-area h2 {
    background-color: #f5f5f5;
    padding: 10px 20px;
    font-size: 18px;
}
.checkout-area .order-area ul.order-history {
    padding: 0px 20px;
}
.checkout-area .order-area ul.order-history li.order-details {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-area .order-area ul.order-history li.order-details:first-child {
    margin-top: 0px;
    border: none;
}
.checkout-area .order-area ul.order-history li.order-details:last-child {
    padding-top: 15px;
    padding-bottom: 14px;
    margin-top: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.checkout-area .order-area ul.order-history li.order-details:last-child span {
    font-weight: 600;
}
.checkout-area .order-area form {
    padding: 0px 20px;
}
.checkout-area .order-area form ul.order-form {
    margin-top: 20px;
}
.checkout-area .order-area form ul.order-form li {
    margin-top: 19px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.checkout-area .order-area form ul.order-form li:first-child {
    margin-top: 0px;
}
.checkout-area .order-area form ul.order-form li input {
    margin-right: 10px;
}
.checkout-area .order-area form ul.order-form label {
    margin-bottom: 0px;
}
.checkout-area .order-area form ul.order-form li.pay-icon a {
    font-size: 25px;
    margin-left: 10px;
}
.checkout-area .order-area form ul.order-form li.pay-icon a:first-child {
    margin-left: 0px;
}
.checkout-area .order-area .checkout-btn {
    padding: 28px 20px 20px 20px;
}
.checkout-area .order-area .checkout-btn a.btn-style1 {
    display: block;
    text-align: center;
}
/* checkout style-2 tab css */
.checkout-tab ul.nav.nav-tabs {
    margin-bottom: 22px;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-tab ul.nav.nav-tabs li.nav-item {
    margin-left: 40px;
}
.checkout-tab ul.nav.nav-tabs li.nav-item:first-child {
    margin-left: 0px;
}
.checkout-tab ul.nav.nav-tabs li.nav-item a.nav-link {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    font-weight: 600;
    border: none;
}
.checkout-tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #f5ab1e;
}
.checkout-style-2 .billing-area form h2 {
    font-size: 24px;
}
.checkout-style-2 .billing-area form .billing-form {
    margin-top: 16px;
}
.checkout-style-2 .billing-area form .billing-form ul.billing-ul {
    width: 100%;
    margin-top: 15px;
}
.checkout-style-2 .billing-area form .billing-form ul.billing-ul:first-child {
    margin-top: 0px;
}
.checkout-style-2 .billing-area form .billing-form ul.billing-ul.input-2 {
    display: flex;
    flex-wrap: wrap;
}
.checkout-style-2
    .billing-area
    form
    .billing-form
    ul.billing-ul.input-2
    li.billing-li {
    width: calc(50% - 15px);
    margin-left: 15px;
}
.checkout-style-2
    .billing-area
    form
    .billing-form
    ul.billing-ul.input-2
    li.billing-li:first-child {
    margin-left: 0px;
    width: calc(50% - 0px);
    margin-left: 0px;
}
.checkout-style-2
    .billing-area
    form
    .billing-form
    ul.billing-ul
    li.billing-li
    input {
    width: 100%;
    margin-top: 10px;
}
.checkout-style-2
    .billing-area
    form
    .billing-form
    ul.billing-ul
    li.billing-li
    select {
    width: 100%;
    margin-top: 10px;
}
.checkout-style-2
    .billing-area
    form
    .billing-form
    ul.billing-ul
    li.billing-li
    option {
    margin-top: 10px;
}
.checkout-style-2 .billing-area .billing-details form h2 {
    font-size: 24px;
}
.checkout-style-2 .billing-area .billing-details ul.shipping-form {
    margin-top: 19px;
}
.checkout-style-2 .billing-area .billing-details ul.shipping-form li {
    margin-top: 9px;
}
.checkout-style-2 .billing-area .billing-details ul.shipping-form li.check-box {
    display: flex;
    align-items: center;
}
.checkout-style-2
    .billing-area
    .billing-details
    ul.shipping-form
    li.check-box
    input {
    margin-right: 5px;
}
.checkout-style-2
    .billing-area
    .billing-details
    ul.shipping-form
    li:first-child {
    margin-top: 0px;
}
.checkout-style-2 .billing-area .billing-details ul.shipping-form li label {
    margin-bottom: 0px;
}
.checkout-style-2 .billing-area .billing-details ul.shipping-form li textarea {
    margin-top: 10px;
    width: 100%;
}
.checkout-style-2 .order-area {
    margin-left: -20px;
}
.checkout-style-2 .order-area .check-pro {
    position: sticky;
    top: 0px;
    width: calc(50% - 30px);
    margin-left: 30px;
}
.checkout-style-2 .order-area .check-pro h2 {
    font-size: 24px;
}
.checkout-style-2 .order-area .check-pro ul.check-ul {
    margin-top: 20px;
}
.checkout-style-2 .order-area .check-pro ul.check-ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.checkout-style-2 .order-area .check-pro ul.check-ul li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content {
    margin-left: 15px;
}
.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content a {
    display: block;
    font-weight: 400;
}
.checkout-style-2
    .order-area
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-code-blod {
    display: block;
    margin-top: 4px;
    font-weight: 600;
}
.checkout-style-2
    .order-area
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-code-blod
    span {
    font-weight: 500;
}
.checkout-style-2
    .order-area
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-price {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.checkout-style-2 .order-area {
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
}
.checkout-style-2 .order-area .order-history {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.checkout-style-2 .order-area .order-history h2 {
    font-size: 18px;
}
.checkout-style-2 .order-area .order-history .order-inf {
    margin-top: 23px;
}
.checkout-style-2 .order-area .order-history .order-inf .order-details {
    margin-top: 13px;
    padding-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    .order-details:first-child {
    margin-top: 0px;
}
.checkout-style-2 .order-area .order-history .order-inf .order-details span {
    font-size: 16px;
    font-weight: 500;
}
.checkout-style-2 .order-area .order-history .order-inf .order-details.last {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 12px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    .order-details.last
    span {
    font-weight: 600;
}
.checkout-style-2 .order-area .order-history .order-inf form .order-form {
    margin-top: 19px;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .order-checkbox {
    margin-top: 19px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .order-checkbox
    :first-child {
    margin-top: 0px;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .order-checkbox
    input {
    margin-right: 10px;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .order-checkbox
    label {
    margin-bottom: 0px;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .pay-icon {
    margin-top: 19px;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .pay-icon
    a {
    font-size: 25px;
    margin-left: 15px;
    line-height: 1;
}
.checkout-style-2
    .order-area
    .order-history
    .order-inf
    form
    .order-form
    .pay-icon
    a:first-child {
    margin-left: 0px;
}
.checkout-style-2 .order-area .order-history .order-inf a.btn-style1 {
    margin-top: 28px;
    display: block;
    text-align: center;
}
/* checkout style-3 css */
.check-3-start {
    margin-left: -30px;
    display: flex;
    align-items: flex-start;
}
.check-3 h2.style-3-title {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.check-3-start .check-out-3 {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    border: 1px solid #eee;
}
.check-3-start .check-out-3 .check-pro h2 {
    background-color: #f5f5f5;
    font-size: 18px;
    padding: 15px;
    line-height: 1;
}
.check-3-start .check-out-3 .check-pro ul.check-ul li {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.check-3-start .check-out-3 .check-pro ul.check-ul li .check-content {
    margin-left: 15px;
}
.check-3-start .check-out-3 .check-pro ul.check-ul li .check-content a {
    display: block;
    font-weight: 600;
}
.check-3-start
    .check-out-3
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-code-blod {
    display: block;
    margin-top: 4px;
    font-weight: 600;
}
.check-3-start
    .check-out-3
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-code-blod
    span {
    font-weight: 500;
}
.check-3-start
    .check-out-3
    .check-pro
    ul.check-ul
    li
    .check-content
    span.check-price {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.check-3-start .check-out-3 .check-pro form {
    padding: 20px;
}
.check-3-start .check-out-3 .check-pro form ul.style-3-check-pro li label {
    width: 100%;
    color: #333;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 600;
}
.check-3-start .check-out-3 .check-pro form ul.style-3-check-pro li select {
    width: 100%;
    padding: 7px 10px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.check-3-start .check-out-3 .check-pro form ul.style-3-check-pro.selector {
    margin-top: 18px;
}
.check-3-start
    .check-out-3
    .check-pro
    form
    ul.style-3-check-pro.selector
    li
    span {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1;
}
.check-3-start .check-out-3 .check-pro form ul.style-3-check-pro.selector li {
    margin-top: 9px;
    display: flex;
    align-items: center;
}
.check-3-start
    .check-out-3
    .check-pro
    form
    ul.style-3-check-pro.selector
    li:first-child {
    margin-top: 0px;
}
.check-3-start
    .check-out-3
    .check-pro
    form
    ul.style-3-check-pro.selector
    li
    input {
    margin-right: 5px;
}
.check-3-start .check-out-3 .check-pro .pay-op {
    padding: 20px;
    border-top: 1px solid #eee;
}
.check-3-start .check-out-3 .check-pro .pay-op span {
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.check-3-start .check-out-3 .check-pro .pay-op a.pay-link {
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-3-start .check-out-3 .check-pro .pay-op a.pay-link.pay-link-1 {
    background-color: #ffc439;
    color: #000;
    margin-top: 14px;
}
.check-3-start .check-out-3 .check-pro .pay-op a.pay-link.pay-link-2 {
    background-color: #000;
    margin-top: 20px;
}
.check-3-start .check-out-3 .check-pro .pay-op a.pay-link i {
    margin-left: 5px;
}
.check-3-start .check-out-3 .check-add h2 {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 18px;
    line-height: 1;
}
.check-3-start .check-out-3 .check-add form {
    padding: 20px;
}
.check-3-start .check-out-3 .check-add form ul li {
    margin-top: 14px;
}
.check-3-start .check-out-3 .check-add form ul li:first-child {
    margin-top: 0px;
}
.check-3-start .check-out-3 .check-add form ul li label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
}
.check-3-start .check-out-3 .check-add form ul li input {
    width: 100%;
    padding: 8px 13px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.check-3-start .check-out-3 .check-add form ul li select {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 8px 13px;
    border-radius: 4px;
}
.check-3-start .check-out-3 .pay-method h2 {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 18px;

    line-height: 1;
}
.check-3-start .check-out-3 .pay-method .p-method ul li {
    border-bottom: 1px solid #eee;
}
.check-3-start .check-out-3 .pay-method .p-method ul li a {
    width: 100%;
    padding: 18px 24px;
}
.check-3-start .check-out-3 .pay-method .p-method ul li a span.p-labal {
    display: flex;
    align-items: center;
}
.check-3-start .check-out-3 .pay-method .p-method ul li a span.p-labal i {
    font-size: 22px;
    margin-right: 10px;
}
.check-3-start .check-out-3 .pay-method .order-summary ul li {
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.check-3-start .check-out-3 .pay-method .order-summary ul li:last-child {
    border-bottom: none;
}
.check-3-start .check-out-3 .pay-method .order-summary ul li.order-total {
    background-color: #eee;
    padding: 15px 20px;
}
.check-3-start .check-out-3 .pay-method .order-summary ul li span.p-name {
    font-weight: 500;
}
.check-3-start .check-out-3 .pay-method .order-summary ul li span.p-price {
    font-weight: 600;
}
.check-3-start .check-out-3 .pay-method .order-summary .check-btn {
    padding: 30px 20px 20px 20px;
}
.check-3-start .check-out-3 .pay-method .order-summary .check-btn a.btn-style1 {
    width: 100%;
    text-align: center;
}
/* account page css */
.account-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.account-area {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.account-area .account {
    width: 50%;
}
.account-area .account h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.account-area .account ul.page-name li.register-id a {
    color: #f5ab1e;
    margin-top: 5px;
    display: flex;
}
.account-area .account-detail {
    width: 50%;
}
.account-area .account-detail h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.account-area .account-detail ul.a-details li.mail-register {
    margin-top: 3px;
}
.order-details {
    margin-top: 30px;
}
.order-details h4 {
    font-size: 18px;
    margin-bottom: 19px;
}
.order-details p {
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
/* address page css */
.address-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.account-link a {
    color: #f5ab1e;
    text-decoration: underline;
}
.add-area a.address-link {
    padding: 45px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.add-area a.address-link {
    color: #828282;
    text-align: center;
    display: block;
}
.add-area a.address-link:hover {
    color: #f5ab1e;
}
.add-area .address-link i {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
}
.add-area .add-title h4 {
    margin-top: 30px;
    font-size: 18px;

    line-height: 1;
}
.add-area .address-content ul.address-input {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.add-area .address-content ul.address-input li.type-add {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.add-area .address-content ul.address-input li.type-add label {
    margin-bottom: 5px;
}
.add-area .address-content ul.address-input li.type-add input {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.add-area .address-content ul.address-input li.type-add select {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.add-area .address-content label.check {
    margin-top: 30px;
    cursor: pointer;
}
.add-area .address-content .add-link {
    margin-top: 30px;
}
.add-area .address-content .add-link a:last-child {
    margin-left: 10px;
}
/* shipping page css */
.shipping-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.shipping {
    margin-bottom: 22px;
}
.shipping span {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.shipping h4.shipping-title {
    background-color: #f5ab1e;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 24px;
    display: block;
    font-weight: 600;
}
.shipping .shipping-content p {
    margin-top: 15px;
}
.shipping .shipping-content p:first-child {
    margin-top: 0px;
}
/* header style-1 products css */
.header-style-pro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.header-style-pro .header-pro {
    width: calc(25% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.header-style-pro .header-pro:nth-child(1),
.header-style-pro .header-pro:nth-child(2),
.header-style-pro .header-pro:nth-child(3),
.header-style-pro .header-pro:nth-child(4) {
    margin-top: 0px;
}

/* order history page css */
.order-histry-area .order-history {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -30px;
}
.order-histry-area .order-history .profile {
    width: calc(35% - 30px);
    margin-left: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.order-histry-area .order-history .profile .order-pro {
    padding: 30px;
    display: flex;
    align-items: center;
}
.order-histry-area .order-history .profile .order-pro .pro-img img {
    border: 3px solid #eee;
    border-radius: 100%;
}
.order-histry-area .order-history .profile .order-pro .order-name {
    margin-left: 15px;
}
.order-histry-area .order-history .profile .order-pro .order-name h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1;
}
.order-histry-area .order-history .profile .order-pro .order-name span {
    font-size: 13px;
    color: #9da9b9;
    margin-top: 12px;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a {
    position: relative;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a:after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 18px;
    width: 2px;
    height: 15px;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a.active:after {
    background-color: #fff;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a:hover {
    background-color: #f5f5f5;
    color: #333;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a.active {
    background-color: #f5ab1e;
    color: #fff;
    border-color: #f5ab1e;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a
    span.pro-count {
    background-color: #f5ab1e;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.order-histry-area
    .order-history
    .profile
    .order-his-page
    ul.profile-ul
    li.profile-li
    a.active
    span.pro-count {
    background-color: #fff;
    color: #333;
}
.order-histry-area .order-history .order-info {
    width: calc(65% - 30px);
    margin-left: 30px;
}
.order-histry-area .order-history .order-info .table {
    border-top: 1px solid #eee;
}
.order-histry-area .order-history .order-info .table thead {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.order-histry-area .order-history .order-info .table thead tr th {
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.order-histry-area .order-history .order-info .table tbody tr td {
    padding-top: 11px;
    padding-bottom: 10px;
}
.order-histry-area .order-history .order-info .table tbody tr td.canceled {
    color: #ff5252;
}
.order-histry-area .order-history .order-info .table tbody tr td.process {
    color: #50c6e9;
}
.order-histry-area .order-history .order-info .table tbody tr td.delayed {
    color: #ffb74f;
}
.order-histry-area .order-history .order-info .table tbody tr td.delivered {
    color: #43d9a3;
}
/* profile page css */
.order-histry-area .order-history .profile-form {
    width: calc(65% - 30px);
    margin-left: 30px;
}
.order-histry-area .order-history .profile-form form ul.pro-input-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-top: 15px;
}
.order-histry-area
    .order-history
    .profile-form
    form
    ul.pro-input-label:first-child {
    margin-top: 0px;
}
.order-histry-area .order-history .profile-form form ul.pro-input-label li {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.order-histry-area
    .order-history
    .profile-form
    form
    ul.pro-input-label
    li
    label {
    font-size: 14px;
}
.order-histry-area
    .order-history
    .profile-form
    form
    ul.pro-input-label
    li
    input {
    width: 100%;
    border: 1px solid #eee;
    margin-top: 10px;
    border-radius: 5px;
}
.order-histry-area .order-history .profile-form form ul.pro-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
/* pro address css */
.order-histry-area .order-history .profile-address {
    width: calc(65% - 30px);
    margin-left: 30px;
}
.order-histry-area .order-history .profile-address form .pro-add-title h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    line-height: 1;
}
.order-histry-area .order-history .profile-address form ul.add-label-input {
    margin-left: -30px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.order-histry-area .order-history .profile-address form ul.add-label-input li {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.order-histry-area
    .order-history
    .profile-address
    form
    ul.add-label-input
    li
    label {
    font-size: 14px;
    color: #333;
}
.order-histry-area
    .order-history
    .profile-address
    form
    ul.add-label-input
    li
    input {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.order-histry-area
    .order-history
    .profile-address
    form
    ul.add-label-input
    li
    select {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.order-histry-area .order-history .profile-address form ul.pro-submit {
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
}
.order-histry-area .order-history .profile-address form ul.pro-submit li {
    display: flex;
    align-items: center;
}
.order-histry-area .order-history .profile-address form ul.pro-submit li input {
    margin-right: 5px;
}
.order-histry-area .order-history .profile-form form ul.pro-submit li {
    display: flex;
    align-items: center;
    line-height: 1;
}
.order-histry-area .order-history .profile-form form ul.pro-submit li input {
    margin-right: 5px;
}
/* profile wishlist page css */
.order-histry-area .order-history .profile-wishlist {
    width: calc(65% - 30px);
    margin-left: 30px;
}
/* tickets page css */
.order-histry-area .order-history .profile-tickets {
    width: calc(65% - 30px);
    margin-left: 30px;
}
.order-histry-area .order-history .profile-tickets .table {
    border-top: 1px solid #eee;
}
.order-histry-area .order-history .profile-tickets .table thead tr th {
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.order-histry-area .order-history .profile-tickets .table tbody tr td {
    padding-top: 11px;
    padding-bottom: 10px;
}
.order-histry-area .order-history .profile-tickets .table tbody tr td.canceled {
    color: #ff5252;
}
.order-histry-area .order-history .profile-tickets .table tbody tr td.process {
    color: #50c6e9;
}
.order-histry-area .order-history .profile-tickets .table tbody tr td.delayed {
    color: #ffb74f;
}
.order-histry-area
    .order-history
    .profile-tickets
    .table
    tbody
    tr
    td.delivered {
    color: #43d9a3;
}

/* cart page css */
.cart-area {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.cart-area:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.cart-area .cart-details .cart-item {
    padding: 13px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-area .cart-details .cart-item span.cart-head {
    font-size: 16px;
    font-weight: 700;
}
.cart-area .cart-details .cart-item span.c-items {
    border-bottom: 1px solid #000;
    margin-bottom: 3px;
}
.cart-area .cart-details .cart-all-pro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cart-area .cart-details .cart-all-pro .cart-pro {
    width: 60%;
    margin-top: 20px;
    display: flex;
}
.cart-area .cart-details .cart-all-pro .cart-pro .cart-pro-image {
    margin-right: 15px;
}
.cart-area .cart-details .cart-all-pro .cart-pro .pro-details h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.cart-area .cart-details .cart-all-pro .cart-pro .pro-details span.pro-size {
    margin-top: 10px;
    display: block;
    line-height: 1;
}
.cart-area
    .cart-details
    .cart-all-pro
    .cart-pro
    .pro-details
    span.pro-size
    span.size {
    font-weight: 600;
}
.cart-area .cart-details .cart-all-pro .cart-pro .pro-details span.pro-shop {
    margin-top: 10px;
    display: block;
    line-height: 1;
}
.cart-area
    .cart-details
    .cart-all-pro
    .cart-pro
    .pro-details
    span.cart-pro-price {
    margin-top: 10px;
    display: block;
    line-height: 1;
}
.cart-area .cart-details .cart-all-pro .qty-item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus {
    display: flex;
    align-items: center;
}
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span {
    display: flex;
    border: 1px solid #eee;
}
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span input {
    width: 50px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus a.quick-cart,
.cart-area .cart-details .cart-all-pro .qty-item .plus-minus a.quick-wishlist {
    width: 40px;
    height: 40px;
    background-color: #f5ab1e;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.cart-area .cart-details .cart-all-pro .qty-item .center a.pro-remove {
    color: #f5ab1e;
    margin-top: 15px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-area .cart-details .cart-all-pro .all-pro-price {
    width: 20%;
    text-align: right;
}
.cart-area .cart-details .cart-all-pro .all-pro-price span {
    font-weight: 600;
}
.cart-area .cart-details .other-link {
    margin-top: 21px;
    padding: 15px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.cart-area .cart-details .other-link ul.c-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total {
    background-color: #f7f7f7;
    position: sticky;
    top: 0px;
    padding: 15px;
}
.cart-total .cart-price {
    padding-top: 15px;
    padding-bottom: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total .cart-price span.total {
    font-weight: 600;
}
.cart-total .cart-info h4 {
    font-size: 14px;
    margin-top: 25px;
}
.cart-total .cart-info form {
    margin-top: 8px;
}
.cart-total .cart-info form label {
    font-size: 13px;
    margin-top: 15px;
}
.cart-total .cart-info form label:first-child {
    margin-top: 0px;
}
.cart-total .cart-info form select {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}
.cart-total .cart-info form input {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}
.cart-total .cart-info a.cart-calculate {
    width: 100%;
    margin-top: 25px;
}
.cart-total .shop-total {
    margin-top: 26px;
    padding: 14px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total .shop-total span.total-amount {
    font-weight: 600;
}
.cart-total a.check-link {
    width: 100%;
    margin-top: 25px;
}

/* empty cart css */
.empty-area .empty-start {
    text-align: center;
}
.empty-area .empty-start h2.empty-title {
    font-size: 26px;
    font-weight: 600;
}
.empty-area .empty-start h2.empty-title span.color-text {
    color: #f5ab1e;
}
.empty-area .empty-start span.empty-more {
    margin-top: 30px;
}
.empty-area .empty-start span.empty-more a {
    color: #f5ab1e;
    font-size: 16px;
    font-weight: 600;
}

/* cart login box css */
.register-area {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-area .register-box {
    width: 50%;
    padding: 30px;
    border: 1px solid #eee;
}
.register-area .register-box h1 {
    font-size: 30px;
    text-align: center;
}
.register-area .register-box p {
    margin-top: 10px;
    text-align: center;
}
.register-area .register-box form {
    margin-top: 22px;
}
.register-area .register-box form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.register-area .register-box form input:first-child {
    margin-top: 0px;
}
.register-area .register-box a.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.register-area .register-account {
    width: calc(50% - 30px);
    margin-left: 30px;
}
.register-area .register-account h4 {
    font-size: 16px;
    text-align: center;
}
.register-area .register-account a.ceate-a {
    position: relative;
    color: #f5ab1e;
    width: 100%;
    padding: 13px 25px;
    margin-top: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5ab1e;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.register-area .register-account a.ceate-a::after {
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.register-area .register-account a.ceate-a:hover::after {
    opacity: 0.1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.register-area .register-account .register-info a.terms-link span {
    color: #000;
    line-height: 1;
    font-size: 12px;
}
.register-area .register-account .register-info a.terms-link {
    color: #f5ab1e;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;
}
.register-area .register-account .register-info p {
    font-size: 13px;
    margin-top: 10px;
}
.register-area .register-account .register-info p a {
    color: #f5ab1e;
    font-weight: 600;
}

/* faq page css */
.faq-title {
    margin-bottom: 37px;
}
.faq-collapse .faq-title {
    margin-bottom: 45px;
}
.faq-title h1 {
    font-size: 30px;
    margin-bottom: 18px;
    text-align: center;
    line-height: 1;
}
.faq-title p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.faq-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.faq-box ul.faq-ul {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: -16px;
}
.faq-box ul.faq-ul li.faq-li {
    margin-top: 16px;
}
.faq-box ul.faq-ul li.faq-li h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.faq-box ul.faq-ul li.faq-li h3 span {
    color: #f5ab1e;
}
.faq-box ul.faq-ul li.faq-li span.faq-desc {
    padding-left: 20px;
    margin-top: 6px;
    line-height: 25px;
}
.faq-box a.btn-style1 {
    margin: 0 auto;
    margin-top: 22px;
}

/* collapse css */
.faq-start {
    margin-bottom: 30px;
}
.faq-start span {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.faq-start a.collapse-title {
    background-color: #f5ab1e;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    font-weight: 600;
}
.faq-start .collapse-content {
    padding-top: 13px;
}
.faq-start .collapse-content p {
    margin-top: 14px;
}
.faq-start .collapse-content p:first-child {
    margin-top: 0px;
}

/* forgot password page css */
.forgat-password-area {
    width: 50%;
    margin: 0 auto;
}
.forgat-password-area h4.forgot-title {
    font-size: 20px;
    text-align: center;
}
.forgat-password-area .forgot-p {
    margin-top: 21px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.forgat-password-area .forgot-p span.forgot {
    width: 100%;
    background-color: #f5ab1e;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.forgat-password-area .forgot-p form {
    width: 100%;
    padding: 30px;
}
.forgat-password-area .forgot-p form input {
    width: 100%;
    font-size: 13px;
    border: 1px solid #eee;
    text-align: center;
}
.forgat-password-area .forgot-p a.forgot-link {
    width: 100%;
    background-color: #f5ab1e;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    text-align: center;
}
.forgat-password-area .forgot-p a.forgot-link span {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.forgat-password-area .forgot-p a.forgot-link span i {
    font-size: 18px;
    margin-left: 3px;
}
.forgat-password-area .forgot-p a.forgot-link span:hover {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* order complete page css */
.order-area .order-price ul.total-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-area .order-price ul.total-order li:last-child {
    text-align: right;
}
.order-area .order-price ul.total-order li span.order-no {
    display: block;
    font-weight: 600;
}
.order-area .order-price ul.total-order li span.order-date {
    color: #bbbbbb;
    margin-top: 5px;
}
.order-area .order-price ul.total-order li span.total-price {
    display: block;
    text-align: right;
    font-weight: 600;
}
.order-area .order-price ul.total-order li span.amount {
    margin-top: 5px;
    text-align: right;
    font-weight: 600;
}
.order-area .order-details {
    margin-top: 24px;
    padding-top: 28px;
    border-top: 1px solid #eee;
    text-align: center;
}
.order-area .order-details span.order-i {
    font-size: 30px;
    line-height: 1;
}
.order-area .order-details span.order-s {
    display: block;
    margin-top: 8px;
}
.order-area .order-details a.tracking-link {
    margin-top: 24px;
}
.order-area .order-details a.tracking-link:hover {
    background-color: transparent;
    color: #000;
}
.order-area .order-delivery {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.order-area .order-delivery ul.delivery-payment {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0px 0px -30px;
}
.order-area .order-delivery ul.delivery-payment li {
    width: calc(50% - 30px);
    margin: 30px 0px 0px 30px;
    border-right: 1px solid #eee;
}
.order-area .order-delivery ul.delivery-payment li:last-child {
    border-right: none;
}
.order-area .order-delivery ul.delivery-payment li h5 {
    font-size: 16px;
}
.order-area .order-delivery ul.delivery-payment li p {
    margin-top: 6px;
}
.order-area .order-delivery ul.delivery-payment li.delivery p {
    font-weight: 600;
}
.order-area .order-delivery ul.delivery-payment li.pay p {
    color: #bbb;
}
.order-area .order-delivery ul.delivery-payment li span.order-span {
    display: block;
    margin-top: 9px;
}
.order-area
    .order-delivery
    ul.delivery-payment
    li
    span.order-span:first-of-type {
    margin-top: 7px;
}
.order-area .order-delivery ul.delivery-payment li span.p-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-area .order-delivery ul.delivery-payment li span.p-label span.o-price {
    font-weight: 600;
}

/* contact page css */
.map-area .map-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.map-area .map {
    display: flex;
}
.map-area .map iframe {
    width: 100%;
    height: 680px;
}
.map-area .map-details {
    display: flex;
    flex-wrap: wrap;
}
.map-area .map-details .contact-info {
    width: 50%;
}
.map-area .map-details .contact-info .contact-details h4 {
    font-size: 18px;
}
.map-area .map-details .contact-info .contact-details form {
    margin-top: 18px;
}
.map-area .map-details .contact-info .contact-details form label {
    display: block;
    margin-top: 15px;
}
.map-area .map-details .contact-info .contact-details form label:first-child {
    margin-top: 0px;
}
.map-area .map-details .contact-info .contact-details form input {
    width: 100%;
    border-radius: 4px;
    padding: 7px 15px;
    margin-top: 10px;
}
.map-area .map-details .contact-info .contact-details form textarea {
    width: 100%;
    resize: none;
    margin-top: 10px;
    border-radius: 4px;
}
.map-area .map-details .contact-info .contact-details a {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
}
.map-area .map-details .contact-info .contact-details a i {
    margin-left: 5px;
}
.map-area .map-details .contact-info .information {
    margin-left: 30px;
}
.map-area .map-details .contact-info .information h4 {
    font-size: 18px;
}
.map-area .map-details .contact-info .information p.info-description {
    margin-top: 16px;
}
.map-area .map-details .contact-info .information .contact-in {
    margin-top: 22px;
}
.map-area .map-details .contact-info .information .contact-in ul.info-details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
}
.map-area
    .map-details
    .contact-info
    .information
    .contact-in
    ul.info-details:first-child {
    margin-top: 0px;
}
.map-area
    .map-details
    .contact-info
    .information
    .contact-in
    ul.info-details
    li
    i {
    font-size: 20px;
    margin-right: 20px;
}
.map-area
    .map-details
    .contact-info
    .information
    .contact-in
    ul.info-details
    li
    h4 {
    font-size: 14px;
    line-height: 1;
}
.map-area
    .map-details
    .contact-info
    .information
    .contact-in
    ul.info-details
    li
    a {
    margin-top: 7px;
}
