.breadcrumbs {
    padding: 10px 0px;
    color: black;
    background: #dddddd;
    margin: 0px 0px 20px 0px;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol {
    padding: 0px;
}
.breadcrumbs h1, .breadcrumbs h2, .breadcrumbs a {
    font-size: inherit;
    display: contents;
    color: black;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: black;
    content: "/";
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    color: #000;
}

.box-news {
    border: 0px #dedede solid;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    position: relative;
}
.box-news .img {
    overflow: hidden;
    object-fit: cover;
    height: 170px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 8px;
    border: 0px #dddddd solid;
    padding: 0px;
}
.box-news .img img {
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    display: initial;

}
.box-news .info {
    font-size: 13px;
}

.box-news .name {
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0px;
}

.box-news .name h3 {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    color: black;
    font-weight: 600;
    color: #333;
}


.box-news p {
    font-size: 14px;
    color: #333;
}
.box-news span.read-more {
    color: #f6851e;
    font-weight: 400;
}


.sidebar-box {
    border: 1px solid #e5e5e5;
    padding: 8px;
    background: white;
    margin-bottom: 20px;
}


element.style {
}
.blog .sidebar .sidebar-title {
    background: #000000;
    padding: 10px;
}
.sidebar-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0px 0;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    background: #0b347b;
    padding: 10px;
}
.blog .sidebar .sidebar-title {
    background: #FDC432;
    padding: 10px;
}

.sidebar .sidebar-item {
    margin-bottom: 30px;
}

.sidebar .recent-posts .post-item {
    border-bottom: 1px #dedede solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

.sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    padding-top: 10px;
}

.sidebar .recent-posts h4 a {
    color: #473d3a;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
}
.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
}
.blog .entry-single {
    margin-bottom: 30px;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
}
.blog .entry-single h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #afa29e;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}

.entry-content{
    line-height:24px
}
.entry-content img{
    max-width: 100% !important;
    height: auto!important;
}
.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}
.blog .entry .entry-meta a {
    color: #656262;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.section-title h1 {
    margin-bottom: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title {
    text-align: left;
    padding-bottom: 30px;
}


.line-bottom {
    padding-bottom: 15px;
    position: relative;
}
.line-bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: inherit;
    margin: auto;
    background-color: #dddddd;
}



.line-bottom::after {
    content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: inherit;
    margin: auto;
    background-color: #f6851d;
    border-radius: 10px;
}

.wrap-item-small .col-md-6{
    margin-bottom: 15px;
}


.product {
    box-shadow: none;
    padding: 0px;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    position: relative;
    padding-bottom: 10px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
}
.product .img {
    overflow: hidden;
    height: 220px;
    text-align: center;
    margin-bottom: 0px;
    background: white;
    border: 0px #efefef solid;
    padding: 10px;
    border-radius: 5px;
    object-fit: cover;
}
.product .img img {
    max-width: 100%;
    height: 100%;
    display: initial;
    object-fit: cover;
}


.product .name {
    text-align: left;
    padding: 10px 10px;
    font-weight: 500;
}


.product .name h3 {
    font-size: 13px;
    font-weight: inherit;
    line-height: 24px;
    text-transform: uppercase;
    color: black;
}
.product .gr-price {
    text-align: left;
    padding: 0px 10px;
}
.product .gr-price span.price {
    color: #ee232c;
    font-weight: 600;
    font-size: 17px;
    padding-right: 10px;
}
.product .gr-price span.price_old {
    text-decoration: line-through;
    color: #8a8989;
    font-size: 12px;
}
.product:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #0b347b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform-origin: right;
    transition: transform .5s ease-in-out;
    transform: scaleX(0);
}

.product:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}
.banner-bg {
    height: 160px;
    position: relative;
    background-image: url(/images/banner-3.jpg);
    width: 100%;
    background-position: 3% 55%;
    background-size: cover;
    padding: 20px 0px;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    transition: transform .3s, opacity .6s;
    pointer-events: none;
}
.banner-bg .overlay {
}

.banner-bg .section-title {
    text-align: center;
    padding-bottom: 30px;
    z-index: 9999;
    position: absolute;
    width: 100%;
    padding-top: 20px;
}

.banner-bg .section-title h1 {
    color: white;
    font-size: 26px;
}


.banner-bg .section-title p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px;
}

.contact .info-box i {
    font-size: 32px;
    color: #ea6034;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #000000;
    float: left;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #656262;
    font-weight: 700;
    margin: 10px 0 10px 68px;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
}

.contact .php-email-form button[type=submit] {
    background: #e1791a;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
    background: #ff7e54;
}
.error-help-block {
    font-size: 12px;
    color: red;
}



#slide-out #mobile-menu li {
    list-style: none;
    position: relative;
}


#slide-out #mobile-menu a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
}
#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    margin: 0;
    cursor: pointer;
    font-size: 12px;
    color: #dedede;
    display: block;
}



#slide-out #mobile-menu li {
    list-style: none;
    position: relative;
}

#slide-out #mobile-menu li:last-child a {
    border-bottom: 0px solid #e5e5e5;
}

.block-detail-product {
    padding: 15px;
}
.portfolio-details .portfolio-info {
    background: inherit;
    box-shadow: none;
    padding: 0px;
}
.portfolio-info h1 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
    border-bottom: 1px #dedede solid;
    padding-bottom: 6px;
    font-size: 14px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-info .price {
    font-size: 18px;
    font-weight: 500;
    color: #de403d;
    padding-right: 20px;
    padding-left: 10px;
}

.portfolio-info .price_old {
    text-decoration: line-through;
    color: #8a8989;
}

.quantity {
    position: relative;
}

.quantity input {
    width: 100%;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
.add-cart{
    margin-top: 20px;
}
.add-cart .bt2 {
    height: 40px;
    background: #76be23;
    border: 1px #76be23 solid;
    border-radius: 5px;
    width: 100%;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.call-me span {
    color: #e51d1d;
    font-weight: 600;
}

.quantity-input {
    width: 100px;
}
.portfolio-details .portfolio-description {
    border-top: 2px #dedede solid;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 30px;
}

.portfolio-details .portfolio-description::after {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    margin: auto;
    background-color: #ed1c24;
    border-radius: 0px;
}


.mySwiper2 {
    height: 300px;
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    text-align: center;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px #dedede solid;
    padding: 5px;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px #dedede solid;
    padding: 5px;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #ed1c24;
}

.thumbImage img {
    height: 65px;
    display: initial;
    cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
    width: 34px;
    background: #f5841c;
    border-radius: 3px;
    top: 40%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
    color: white;
}

.cart {
    font-size: 15px;
}


.box_info_cart{
    background: white;
    padding: 0px 0px 40px 0px;
    margin-bottom: 20px;
}

.box_info_cart .title{
    margin: 0;
    background: #ABABAB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #fff;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    font-weight: 600;
}

.box_info_cart .block{
    padding: 10px;
}
.box_info_cart table thead{

}
.box_info_cart table th{
    background: #ababab;
    color: white;
    padding: 0px;
}

.cart h5.name {
    font-size: 15px;
    margin-left: 10px;
}





