﻿/*
Theme Name: Vogler Blog
Author: Vogler Dev Team
Version: 1.0
*/

/* ---- import roboto font ---- */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts-roboto/roboto-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts-roboto/roboto-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts-roboto/roboto-medium.woff') format('woff'), url('../../fonts/fonts-roboto/roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts-roboto/roboto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Roboto' !important;
    background-color: #f0f0f0;
}
h1, h2, h3, h4, h5, p, ul, a {
    margin-bottom: 0px !important
}
a{
    text-decoration: none;
    color:#5e5e5e

}
a:hover{
    text-decoration: none;
    color:#5e5e5e

}
.contentbody{
    padding-top: 20px;
}
ul{
    list-style: none;
    padding: 0;
}
.cffffff{
background-color: #fff;
}

.all-articles  {
    text-align: left !important;
    padding: 32px 16px;
}

.all-articles a {
    font-size: 14px;
    margin-bottom: 0;
    color: #3d3d3d !important;
    text-align: center;
    background: 0 0;
    padding-left: 15px;

}

.all-articles a::after {
    content: '\f053';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    top: 0;
    right: 84px;
}

.all-articles a {
    font-size: 14px;
    margin-bottom: 0;
    color: #3d3d3d !important;
    text-align: center;
    background: 0 0;
    padding-left: 15px;
}

/*************************************** commnet ****************************************/
.component-comment-and-rate{
    padding:32px 16px
}
    .component-comment-and-rate .fa-solid.fa-chevron-down.active {
        rotate: 180deg;
    }

    .component-comment-and-rate .card-comment{
        padding: 16px
    }

    .component-comment-and-rate p{
        margin:0
    }

    .component-comment-and-rate .base-title,
    .component-comment-and-rate .base-title h1,
    .component-comment-and-rate .base-title h2,
    .component-comment-and-rate .base-title h3,
    .component-comment-and-rate .base-title h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 16px
    }
    .component-comment-and-rate .card-comment div[class^='box-'] {
        padding:16px 0px
    }


    .component-comment-and-rate .card-comment .description-comment{
        padding:8px 16px 0px 
      
    }
   
        .component-comment-and-rate .card-comment .description-comment  span:has(i) {
            width: 24px;
            height: 24px;
            display: inline-block
        }
        .component-comment-and-rate .reply-comment {
        padding: 16px
    }
    .component-comment-and-rate .form-reply-comment {
        border-top: 1px solid #ced4da;
        padding: 16px 0px
    }

    .component-comment-and-rate .name-owner-comment p,
    .component-comment-and-rate .title-form-write-comment p {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        margin: 0;
    }

    .component-comment-and-rate .title-form-write-comment p,
    .component-comment-and-rate .write-comment .des-form-write-comment p {
        color: #5e5e5e
    }
.component-comment-and-rate .write-comment{
    padding-bottom:16px
}


.component-comment-and-rate .name-owner-comment {
    display: flex;
    flex-wrap: wrap
}
        .component-comment-and-rate .name-owner-comment span:nth-child(2),
        .component-comment-and-rate .name-owner-comment span:nth-child(3) {
            font-size: 12px;
            color: #3D3D3D;
            padding-left:16px
        }
    .component-comment-and-rate .reply-comment .name-owner-comment p{
        padding-bottom:8px
    }
    .component-comment-and-rate .comment-base p.description-comment,
    .component-comment-and-rate .write-comment .des-form-write-comment p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        padding-bottom: 16px
    }
    .component-comment-and-rate .btn-comment {
        background: #bf0000;
        display: block;
        padding: 8px 12px;
        color: #fff;
        border: 0;
        font-size:12px
}

.component-comment-and-rate .form-Write-reply{
    padding:0px 16px
}



    .component-comment-and-rate .space-between-column {
        --bs-gutter-y: 2rem;
    }

.component-comment-and-rate .div-form-Write-reply{
    display:none
}

 
    /*********   captcha-reply   ********/

.component-comment-and-rate .form-reply-comment .capcha-section p {
    background: #bf0000;
    margin: 0px 5px !important;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    height: 40px;
    padding: 0;
    border-radius: 4px;
}

    .component-comment-and-rate .form-reply-comment .capcha-section p i {
        color: #fff !important;
        display: flex;
        padding: 0;
        width: 100% !important;
        height: 100% !important;
        align-items: center;
        justify-content: center;
    }

        .component-comment-and-rate .form-reply-comment .capcha-section img {
            width: 106px;
        }
.component-comment-and-rate .form-reply-comment .capcha-section .form-control {
    flex: 1;
}

/*********   successfully-box   ********/
.component-comment-and-rate .successfully-box {
    display: flex;
    background: #F1FAF1;
    padding: 6px 12px 8px;
    border: 1px solid #9FD89F;
}
        .component-comment-and-rate .successfully-box span {
            display: block;
            width: 20px;
            height: 20px;
        }
        .component-comment-and-rate .successfully-box p {
            font-size: 12px;
            line-height: 16px;
            margin: 2px 0px 0px;
        }
        .component-comment-and-rate .successfully-box p.title {
            font-weight: 700;
            padding-left: 8px;
        }
        .component-comment-and-rate .successfully-box p.description {
           
            padding-left: 4px;
        }
        .component-comment-and-rate .successfully-box i {
           
            color: #0E700E
        }


@media(min-width:576px) {
    .component-comment-and-rate .reply-comment .name-owner-comment p {
                padding-bottom: 0px
            }

            .component-comment-and-rate .btn-comment {
                margin-top: 24px;
                margin-bottom: 16px;
            }
        }

        @media(min-width:768px) and (max-width:991px) {
            .component-comment-and-rate .write-comment textarea {
                min-height: 102px !important;
            }
        }


        @media(min-width:768px) {

            .component-comment-and-rate .card-comment div[class^='box-'] {
                padding: 16px
            }

            .component-comment-and-rate .reply-comment {
                padding: 16px 32px
            }

            .component-comment-and-rate .form-reply-comment {
                padding: 16px
            }

            .component-comment-and-rate .form-Write-reply {
                padding: 0px 32px
            }

            .component-comment-and-rate .space-between-column {
                --bs-gutter-y: 1rem;
            }

            .component-comment-and-rate .btn-comment {
                margin-top:0px
            }
            .component-comment-and-rate .btn-form-reply {
                display: flex;
                align-items: center;
                justify-content: end;
                padding-top: 17px;
            }
            .component-comment-and-rate .btn-comment {
                margin-top:10px;
                margin-bottom: 16px;
            }

            .component-comment-and-rate .successfully-box {
                margin-top: 8px;
            }

        }

        @media(min-width:992px) {

            .component-comment-and-rate .space-between-column {
                --bs-gutter-x: 0.5rem;
            }


            .component-comment-and-rate .btn-comment {
                margin-top: 10px
            }
            .component-comment-and-rate .btn-form-reply {
             
                padding-top: 8px;
            }
        
        }

    @media(min-width:1400px) {
        .component-comment-and-rate .base-title, .component-comment-and-rate .base-title h1, .component-comment-and-rate .base-title h2, .component-comment-and-rate .base-title h3, .component-comment-and-rate .base-title h4 {
            font-size: 24px;
            line-height: 26px;
            font-weight: 700
        }
        
    }

/************************************* footer ****************************************/

.component-newsletter-form {
    background: #FFFFFF;
}



.component-newsletter-form .newsletter{
       padding: 32px !important;
   background-color: #fff;
}
.component-newsletter-form .positui{
padding:16px
}


    .component-newsletter-form .filter-success-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        z-index: 10;
        display: none;
        transition: 2s ease-in;
    }


    .component-newsletter-form .show-box {
        display: block;
        transition:2s ease-in;
        opacity:1
    }

    .component-newsletter-form .hidden {
        opacity: 0; /* Fade out */
        visibility: hidden; /* Hide from layout */
    }

    .component-newsletter-form .success-box {
        width: 100%;
        padding: 10px 12px;
        z-index: 50;
        background-color: #f1faf1;
        border: 1px solid #9fd89f;
        font-size: 12px;
        font-family: "Segoe UI";
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #2E2E2E;
        margin-bottom: 0px;
        opacity: 0;
        
    }
        .component-newsletter-form .success-box .text-part {
            padding:0px 8px;
        }

    .component-newsletter-form .container-success {
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
    }
    .component-newsletter-form .success-box .confirmation {
        font-weight: 600;
    }
    .component-newsletter-form .success-box .user-name {
        color: #242424;
    }

        .component-newsletter-form .container-success {
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
    }
    .component-newsletter-form h1,
    .component-newsletter-form h2,
    .component-newsletter-form h3,
    .component-newsletter-form h4,
    .component-newsletter-form h5 {
        padding-bottom: 10px;
    }

    .component-newsletter-form .logo-desc-section .logo {
        margin-bottom: 64px;
        padding-top:32px;
    }
    .component-newsletter-form .logo-desc-section {
        padding-bottom: 16px;
    }
    .component-newsletter-form .logo-desc-section .main_title {
        color: #2E2E2E;
        font-weight: 800;
    }

    .component-newsletter-form .logo-desc-section .description {
        color: #424242;
        font-weight: 700;
    }
    .component-newsletter-form .button-footer {
        padding: 32px 0px;
        font-size: 14px;
        display: flex;
        justify-content: space-between
    }

   
        .component-newsletter-form .button-footer a {
            width: 100%;
            height: max-content;
            border-radius: 0px;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            display: flex;
            align-items: center;
            text-align: center;
        }

    .component-newsletter-form .accordion-header button.accordion-button {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }


    .component-newsletter-form links {
        padding-top: 32px
    }

    .component-newsletter-form .links .title {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 20px;
        color: #3D3D3D
    }

 

    .component-newsletter-form .title-form,
    .component-newsletter-form .title-form h2,
    .component-newsletter-form .title-form h3,
    .component-newsletter-form .title-form p,
    .component-newsletter-form .newsletter-sucssess h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        padding-bottom: 16px;
        color: #3e3e3e
    }
    .component-newsletter-form .newsletter-sucssess p {
        font-size: 16px;
        color: #3e3e3e
    }
    .component-newsletter-form .form {
        padding: 16px;
        border: 1px solid #DBDBDB;
    }

    .component-newsletter-form .form-group {
        padding-bottom: 8px;
        background: transparent;
    }
        .component-newsletter-form .form-group label {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 142.857% */
        }
    .component-newsletter-form .form-control {
        background: transparent;
        outline: none;
        box-shadow: none;
        border: 1px solid rgba(94, 94, 94, 0.30);
        font-size: 12px;
        letter-spacing: 0.18px;
        height: 40px;
   }

     


    .component-newsletter-form .guaranty-p {
        font-size: 12px !important;
        font-weight: 400;
        word-break: break-all;
    }

    .component-newsletter-form .d-lg-none .form-padding {
        padding: 16px
    }

    
    .component-newsletter-form form input[type="button"],
    .component-newsletter-form .newsletter-sucssess #done {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        background: #1e1e1e;
        color: #fff;
        padding: 4px 16px;
        width: unset;
        border: none
    }

  
        .component-newsletter-form form input[type="button"],
        .component-newsletter-form .newsletter-sucssess #done:hover {
            background: #484848;
            box-shadow: 0 1px 3px 1px rgba(0,0,0,.15), 0 1px 2px 0 rgba(0,0,0,.3);
            border: none
        }

        .component-newsletter-form .newsletter-sucssess #done{
     margin-top: 104px!important
        }

   
        .component-newsletter-form .links .form-padding {
            padding: 12px
        }
    .component-newsletter-form .links .form-padding label {
        font-size:14px;
       
    }
        .component-newsletter-form .links .form-padding input[type="text"],
        .component-newsletter-form .links .form-padding input[type="email"] {
            height: 40px;
            background: #e5e5e5;
            border: 1px solid #5e5e5e54;
        }
        .component-newsletter-form .links .form-padding img{
        height: 40px!important;
        width: 105px;
        }
        .component-newsletter-form .links .form-padding .submit-garanty {
            justify-content: space-between;
        }
    .component-newsletter-form .icon-refreshCaptcha {
        background: #fff;
        padding-bottom: 13px !important;
        margin: 0px 7px !important;
        border-radius: 4px;
        border: 1px solid #DBDBDB;
        cursor: pointer;
        width: 41px;
        height: 41px;
    }
    .component-newsletter-form .captcha-img {
     
        height: 40px !important;
    }
    .component-newsletter-form .capcha-section i {
        padding: 14px 13px 0px;
    }

    .component-newsletter-form .links a {
        font-weight: 400;
        font-size: 12px;
    }
.component-newsletter-form .links {
    border-top: 2px solid #cdcccc;
   
}
    .component-newsletter-form .success-box {
        
        
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
        .component-newsletter-form .success-box p {
            font-size:16px;
            line-height:22px
        }
    .component-newsletter-form .button-footer a {
        height: max-content;
        padding: 8px 16px;
        text-align: center;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .component-newsletter-form .button-footer a:first-child {
            margin-right: 16px
        }

            .component-newsletter-form .button-footer a:first-child:hover {
                background: rgba(0, 0, 0, 0.10);
                color: #3d3d3d
            }

            .component-newsletter-form .button-footer a:first-child.btn:active,
            .component-newsletter-form .button-footer a:first-child.btn:active:focus,
            .component-newsletter-form .button-footer a:first-child.btn.show:focus,
            .component-newsletter-form .button-footer a:first-child.btn:focus,
            .component-newsletter-form .button-footer a:first-child.btn:focus-visible {
                background: rgba(0, 0, 0, 0.10);
                color: #3d3d3d;
                outline: none;
                box-shadow: unset;
            }

    .component-newsletter-form .button-footer .btn-dark {
        background: #313131;
        color: #fff !important;
        transition: .3s;
    }

        .component-newsletter-form .button-footer .btn-dark:hover {
            background: #484848;
            box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
        }

        .component-newsletter-form .button-footer .btn-dark.btn:active,
        .component-newsletter-form .button-footer .btn-dark.btn:active:focus,
        .component-newsletter-form .button-footer .btn-dark.btn.show:focus,
        .component-newsletter-form .button-footer .btn-dark.btn:focus,
        .component-newsletter-form .button-footer .btn-dark.btn:focus-visible {
            background: #484848;
            box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
            border: 1px solid transparent;
        }
@media(min-width:358px) {
    .component-newsletter-form .container-success {
        padding: 0px 16px !important;
    }
}

    @media(min-width:576px) {

        .component-newsletter-form .container-success {
            padding: 0px 0px !important;
        }
        .component-newsletter-form .button-footer a {
            width: auto;
        }

        .component-newsletter-form .logo-button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 32px;
        }

        .component-newsletter-form .button-footer {
            padding: 0px
        }



        .component-newsletter-form .icon-refreshCaptcha {
            background: #fff;
            padding-bottom: 9px !important;
        }

        .component-newsletter-form .capcha-section i {
            padding: 9px 13px 0;
        }

        .component-newsletter-form .submit-garanty {
            padding-top: 5px
        }
    }

    @media(min-width:768px) {
        /*.component-newsletter-form .form {
        width: 324px;

    }*/
        .component-newsletter-form .logo-desc-section {
            padding-right: 16px !important;
        }


        .component-newsletter-form .request-form {
  
            display: block;
            margin-left: auto;
            width: 324px;
        }
    }

    @media(min-width:992px) {

        .component-newsletter-form .links {
            padding-top: 32px;
        }


            .component-newsletter-form .links a {
                padding-bottom: 5px;
            }

        .component-newsletter-form .d-lg-block.links {
            border-top: 2px solid #cdcccc;
            padding-top: 32px;
        }

        .component-newsletter-form .col-lg-4 {
            padding: 0px 5px
        }

        .component-newsletter-form .links .form-padding {
            padding: 0px 16px 0px 0px;
            width: 318px;
            float: right;
        }
    }




    .component-newsletter-form a.newFooterLinks {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.18px;
        text-transform: capitalize;
    }

 
        .component-newsletter-form .submit-garanty {
            justify-content: space-between;
            align-items: baseline;
            padding-top: 16px;
        }

        .component-newsletter-form .success-box .submit-garanty div {
            display: flex;
            justify-content: center;
            width: 100%
        }

        .component-newsletter-form .success-box #done {
            width: 100%;
            border: none;
            outline: none;
        }

            .component-newsletter-form .success-box #done:hover {
                background: #484848 !important;
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.15), 0 1px 2px 0 rgba(0,0,0,.3);
                border: none;
                outline: none;
            }

    @media(min-width:992px) {
        .component-newsletter-form .accordion-item, .component-newsletter-form .first-class {
            border: unset !important;
        }

        .component-newsletter-form .accordion-header button.accordion-button .plus {
            display: none;
        }

        .component-newsletter-form .accordion-header button.accordion-button {
            pointer-events: none;
            font-size: 14px;
            margin-bottom: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: 0.1px;
        }

        .component-newsletter-form .accordion-button .accordion-header {
            height: unset;
        }

        .component-newsletter-form .newFooterLinks {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.18px;
        }

        .component-newsletter-form .logo-button {
            padding: 0 0 32px 0;
            border-bottom: 1px solid rgba(94, 94, 94, 0.30);
            margin-bottom: 32px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .component-newsletter-form .form {
            margin-top: 0px;
        }
    }
@media(min-width:1920px) {
    .component-newsletter-form .success-box {
 
        margin-bottom:0px;

    }
}
    

/************************************  menu  **************************************/
.componentTabularMenu {
    background: #fff;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1053;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    font-family: roboto;
    padding: 2px 0;
    padding: 0 16px;
}

.pt75 {
    padding-top: 55px !important;
}
dl, ol, ul{
    margin-bottom: 0;
}

.componentTabularMenu button, .componentTabularMenu input {
    font-family: roboto;
}
.componentTabularMenu .logo-tabularMenu svg,
.componentTabularMenu .logo-tabularMenu img{
    width: 100%;
}
/* ---- ---- [ letf-tabularMenu ] ---- ---- */
.componentTabularMenu .logo-tabularMenu {
    margin-right: 0;
}

.componentTabularMenu .list-tabularMenu {
    height: 100%;
    display: flex;
    align-items: flex-start
}

.componentTabularMenu .mobileDiv .list-tabularMenu {
    padding: 0 !important
}

    .componentTabularMenu .list-tabularMenu ul {
        margin-bottom: 0;
        align-items: center;
        display: flex
    }
/* ---- subMenu ---- */
.componentTabularMenu .subMenu-tabularMenu {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: white;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 12px 12px -7px rgba(0, 0, 0, .23),0 8px 16px 0 rgba(0, 0, 0, .14), 0 0 2px 0 rgba(0, 0, 0, .12);
    padding: 16px;
    transition: .5s;
    height: auto;
}

    .componentTabularMenu .subMenu-tabularMenu.active {
        visibility: visible;
        opacity: 1;
        transition: .5s;
    }

.componentTabularMenu .tab-subMenu-tabularMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .componentTabularMenu .tab-subMenu-tabularMenu .nav-tabs {
        transition: .1s
    }
.componentTabularMenu .mobileDiv .tab-subMenu-tabularMenu {
    border-bottom: none;

}
/* ---- ---- [ right-tabularMenu ] ---- ---- */
.componentTabularMenu .right-tabularMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.componentTabularMenu .ParentSearch {
    margin-left: 8px
}

.componentTabularMenu .searchContent {
    position: relative;
    background: #FFF;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.componentTabularMenu .mobileDiv .searchContent {
    position: relative;
    background:transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.componentTabularMenu .searchContent .popular-search-close {
    align-self: flex-end
}


.componentTabularMenu .searchBtn {
    display: none
}




.componentTabularMenu .lang-tabularMenu {
    position: relative;
    margin-left: 4px;
}

.componentTabularMenu .language-select-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 41px;
    padding: 16px;
    background: #FFF;
    /* Elevation/Light/Shadow 16 */
    box-shadow: inset 0px 12px 12px -7px rgba(0,0,0,.23), 0px 8px 16px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    border-radius: 0 0 4px 4px;
    transition: .3s;
    opacity: 0;
    /*    display: none;*/
    visibility: hidden;
    min-width: 90px;
    z-index: 9999;
}

    .componentTabularMenu .language-select-box.language-box-active {
        opacity: 1;
        /*    display: inline-block;*/
        visibility: visible;
    }

    .componentTabularMenu .language-select-box .lang-list li a {
        padding: 6px 6px 6px 10px;
        color: #424242;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: .3s;
        display: inline-block;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 4px;
    }

    .componentTabularMenu .language-select-box .lang-list li:last-child a {
        margin-bottom: 0px;
    }

    .componentTabularMenu .language-select-box .lang-list li a:hover {
        background: #F5F5F5;
    }

    .componentTabularMenu .language-select-box .lang-list li a:active {
        background: #E0E0E0
    }

.componentTabularMenu .headLang-tabularMenu {
    color: #424242;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px;
    display: inline-block
}

.componentTabularMenu .langBtn-tabularMenu:has(+ .language-select-box.language-box-active) {
    border: 1px solid #C7C7C7;
    background: #EBEBEB !important;
}

.componentTabularMenu .catBox-tabularMenu {

    padding: 4px;
    transition: none !important;
}


    .componentTabularMenu .mobileDiv .catBox-tabularMenu .parentCatTitle-tabularMenu {
        margin-top:0;
 
    }
    .componentTabularMenu .catBox-tabularMenu .catTitle-tabularMenu {
        color: #424242;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 8px;
        display: inline-block;
        width: 100%
    }

.componentTabularMenu .catBox-tabularMenu .catTitleNoLink-tabularMenu:hover{
    background: none !important;
}

.componentTabularMenu ul.catList-tabularMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

    .componentTabularMenu ul.catList-tabularMenu li {
        width: 100%;
    }

        .componentTabularMenu ul.catList-tabularMenu li a {
            padding: 6px 6px 6px 10px;
            color: #424242;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 4px 0;
            display: inline-block;
            border-radius: 4px;
            transition: .3s;
            width: 100%;
        }

            .componentTabularMenu ul.catList-tabularMenu li a:hover {
                background: #F5F5F5
            }

            .componentTabularMenu ul.catList-tabularMenu li a:active {
                background: #E0E0E0
            }
.componentTabularMenu .catBox-tabularMenu .catTitle-tabularMenu {
    transition: .3s;
    border-radius: 4px;
}
.componentTabularMenu .catBox-tabularMenu .catTitle-tabularMenu:hover {
    background: #F5F5F5
}
.componentTabularMenu .catBox-tabularMenu .catTitle-tabularMenu:active {
    background: #F5F5F5
}
.componentTabularMenu .tab-content {
    padding-top: 8px;
    min-height: max-content;
}


.componentTabularMenu .humburger  {
margin-left:4px;

}


.componentTabularMenu .humburger .lines {
    width: 14px;
    height: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


    .componentTabularMenu .humburger .burgerLine-1, .componentTabularMenu .humburger .burgerLine-3 {
        width: 3px;
        height: 1px;
        display: inline-block;
        background-color: #5e5e5e;
        transition: .5s;
    }

    .componentTabularMenu .humburger .burgerLine-2 {
        width: 10px;
        height: 1px;
        background-color: #5e5e5e;
        transition: .5s ;
        margin: 3px 0;
    }

    .componentTabularMenu .humburger.active .lines {
        width: 14px;
        height: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .componentTabularMenu .humburger.active .burgerLine-1 {
        width: 10px;
    }

    .componentTabularMenu .humburger.active .burgerLine-2 {
        width: 6px;
    }

    .componentTabularMenu .humburger.active .burgerLine-3 {
        width: 3px;
    }


.componentTabularMenu .backPrevStyle {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px;
    display: none
}


    .componentTabularMenu .backPrevStyle .backPrev {
        border: none;
        background-color: transparent;
        font-size: 12px;
    }
    
    .componentTabularMenu .backPrevStyle .backPrev span{
       margin-left: 6px
    }


.componentTabularMenu .mobileDiv .backPrevStyle {
    display: block;
}

    .componentTabularMenu .mobileDiv .nav-tab-menu {
        padding:16px 0;
    }

    .componentTabularMenu .mobileDiv  .menu-btn {
        padding: 6px;
        width: 100%
    }
        .componentTabularMenu .mobileDiv .menu-btn span {
            padding: 2px !important;
            width: 100%
        }
        .componentTabularMenu .mobileDiv .menu-btn span i{
            margin: 0 !important
        }



    .componentTabularMenu  .mobileDiv .tab-subMenu-tabularMenu {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 8px;
    }
    .componentTabularMenu  .mobileDiv ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .componentTabularMenu  .mobileDiv ul li {
        width: 100%;
    }
    .componentTabularMenu  .mobileDiv .nav-link{
        width: 100%;
    }
    .componentTabularMenu .nav-link:focus-visible{
        width: 100%;
        border: none;
        outline: none
    }

.componentTabularMenu .mobileDiv .tabBtn-transparent-3b .tabBtnText-3b {
    border-bottom: unset;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 400
}

.componentTabularMenu .mobileDiv .nav-link:active, .componentTabularMenu .mobileDiv .product-button:active {
    border-radius: 4px;
    background: #E0E0E0 !important;
}
.componentTabularMenu .mobileDiv .tabBtn-transparent-3b .tabBtnText-3b i {
    margin-right: 0
}

    .componentTabularMenu  .mobileDiv .tabBtn-transparent-3b:hover .tabBtnText-3b {
        border-bottom: unset;
    }



@keyframes slideToLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
        display: none;
        visibility: hidden;
    }

    to {
        transform: translateX(0);
        opacity: 1;
        display: block;
        visibility: visible;
    }
}

@keyframes slideToLeftBack {
    from {
        transform: translateX(0);
        opacity: 1;
        display: block
    }

    to {
        transform: translateX(100%);
        opacity: 0;
        display: none
    }
}


.componentTabularMenu .mobileDiv .subMenu-tabularMenu {
    transform: translateX(0);
    top: 0;
    transition: .5s;
    overflow-y: auto;

}
.componentTabularMenu .mobileDiv .slideStyle .mobile-menu-tabularMenu {
    transform: translateX(-100px);
    animation-name: slideToLeftBack;
    animation-duration: .5s;
    animation-delay: 0;
    height: 100%;
}
.componentTabularMenu .mobileDiv .slideStyleBack .mobile-menu-tabularMenu {
    transform: translateX(0);
    animation-name: slideToLeft;
    animation-duration: .5s;
    animation-delay: 0;
    height: 100%;
}
.componentTabularMenu .mobileDiv .slideStyle .subMenu-tabularMenu.active {
    transform: translateX(0); 
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.componentTabularMenu .mobileDiv .slideStyleBack .subMenu-tabularMenu {
    transform: translateX(100%); 
    height: 100%;
}
.componentTabularMenu .mobileDiv .tab-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0px 12px 12px -7px rgba(0,0,0,.23),3px 0 4px 0 rgba(0,0,0,.05);
    padding: 16px;
    transition: .3s;
    height: 100%;
    animation-name: slideToLeftBack;
    animation-duration: .5s;
    animation-delay: 0;
}

    .componentTabularMenu .mobileDiv .tab-content.active {
        visibility: visible;
        top: 0;
        left: 0;
        display: block;
        opacity: 1;
        animation-name: slideToLeft;
        animation-duration: .5s;
        animation-delay: 0;
    }
    .componentTabularMenu .mobileDiv .tab-content.slideStyleBack {
        animation-name: slideToLeftBack;
        animation-duration: .5s;
        animation-delay: 0;
    }

.componentTabularMenu .mobileDiv .ParentSearch {
    margin: 0;
    padding-top: 16px
}

.componentTabularMenu .input-search {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    background: #FFF;
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    outline: none;
    padding: 10px 10px 10px 28px;
    transition: .3s;
}

    .componentTabularMenu .input-search:hover {
        border-bottom: 1px solid #D1D1D1;
        box-shadow: 0 1px #D1D1D1
    }

    .componentTabularMenu .input-search:active {
        border-bottom: 1px solid #8F0000;
        box-shadow: 0 1px #8F0000
    }
    .componentTabularMenu .input-search:focus {
        border-bottom: 1px solid #A30000;
        box-shadow: 0 1px #A30000
    }

.componentTabularMenu .nav-tab-menu {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 32px 16px;
}


.componentTabularMenu .ParentSearch {
    margin-left: 8px;
}

.componentTabularMenu .popular-search {
    z-index: 100;
    width: 100%;
    overflow-y: auto;
    display: none
}

.componentTabularMenu .mobileDiv .catBox-tabularMenu {
    margin-top: 8px;
    position: relative !important;
    transform: none !important;
    top: 0 !important
}


.componentTabularMenu .parentForm-tabularMenu input:focus + .popular-search {
    display: block;
}

.componentTabularMenu .parentForm-tabularMenu {
    position: relative;
    margin-top: 8px;
}
.componentTabularMenu .searchIcon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.componentTabularMenu .clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}



    .componentTabularMenu .clear-search svg {
        font-size: 14px;
        width: 16px;
        height: 16px;
    }


.componentTabularMenu .mobileDiv {
    visibility: hidden;
    transform: translateX(100%);
    transition: .5s;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0;
    transition: .5s;
    opacity: 0;
    padding: 0 16px;
    box-shadow: inset 0 12px 12px -7px rgba(0, 0, 0, .23);
    width: 100%;
}

    .componentTabularMenu .mobileDiv.activeMenu {
        width: 100%;
        background: #fff;
        z-index: 1000;
        height: calc(100vh - 54px);
        position: absolute;
        top: 55px;
        opacity: 1;
        visibility: visible;
        transform: unset;
        opacity: 1;
        transition: .5s;
     
    }

.componentTabularMenu .componentTabularMenu .list-tabularMenu {
    align-items: flex-start
}

.componentTabularMenu .componentTabularMenu .searchContent {
    position: relative;
    left: 0;
    transform: translateX(0);
    top: 0;
    padding: 0;
    background: #fff;
    box-shadow: unset;
    font-size: 14px;
    border-radius: 0 0 4px 4px;
    animation: slideaway 300ms;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
}






/* [[[[ search resault ]]]] */
.componentTabularMenu .parent-search-resault {
    position: absolute;
    top: 75px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}
.componentTabularMenu .content-search-resault {
    background: white;
    border-radius: 0 0 4px 4px;
    padding: 12px 0 16px 0;
}

.componentTabularMenu .search-left{
    padding-bottom: 8px
    
}
    .componentTabularMenu .search-left .first-box, .componentTabularMenu .search-left .second-box{
        padding: 8px;
    }
    .componentTabularMenu .search-left .third-box {
        padding: 0 8px;
    }

        .componentTabularMenu .search-left .first-box .catBox-tabularMenu {
            margin-top: 0
        }
.componentTabularMenu .product-item {
    background: white;
    border-radius: 4px;
    height: 100%;
    border:1px solid transparent;
    transition: .3s;
    display: inline-block;
    width: 100%;
}
    .componentTabularMenu .product-item:hover {
        border: 1px solid #7C081C;
    }
.componentTabularMenu .product-itemImg {
   border-radius: 4px 4px 0 0;
   width: 100%;
   height: 159px;
   background: #f5f5f5
}
    .componentTabularMenu .product-itemImg img {
        border-radius: 4px 4px 0 0;
        width: 100%;
        height: 100% !important;
        object-fit: contain;
    }
.componentTabularMenu .product-itemText {
    padding: 12px;

}
.componentTabularMenu .product-itemTextTop {
    flex-direction: column;
    align-items: flex-start !important
}
  
.componentTabularMenu .product-itemTextTop .product-model{
    margin-bottom: 4px;
    display: inline-block
}


.componentTabularMenu .product-detail {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.componentTabularMenu .product-tooltipsBox {
    background: #A30000;
    border-radius: 2px;
    color: white;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
    padding: 2px 4px;
    margin-left: 4px;
}
.componentTabularMenu .product-tooltipsBox:first-child {
    margin-left: 0;
}
.componentTabularMenu .product-model,
.componentTabularMenu .product-model h1,
.componentTabularMenu .product-model h2,
.componentTabularMenu .product-model h3,
.componentTabularMenu .product-model h4,
.componentTabularMenu .product-model span,
.componentTabularMenu .product-model p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.componentTabularMenu .parent-search-resault .product-title{
    margin-top: 8px
}

.componentTabularMenu .parent-search-resault .product-title,
.componentTabularMenu .parent-search-resault .product-title h1,
.componentTabularMenu .parent-search-resault .product-title h2,
.componentTabularMenu .parent-search-resault .product-title h3,
.componentTabularMenu .parent-search-resault .product-title h4 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px
}
.componentTabularMenu .parent-search-resault .product-detail ul {
    padding-left: 16px !important;
}
.componentTabularMenu .parent-search-resault .product-detail ul li {
    list-style: disc;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height:  16px;
}
/* [[[[ loading ]]]] */
.componentTabularMenu .loading {
    width: 100%;
    background: rgba(0,0,0,.8);
    height: 100%;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999999;
    align-items: center;
    justify-content: center;
}

    .componentTabularMenu .loading img {
        width: 120px;
    }

.componentTabularMenu .all-button {
    display: none;
}

@media (min-width: 576px) {
    .componentTabularMenu .product-itemImg {
        height: 266px;
    }
    .componentTabularMenu .product-itemTextTop {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center !important
    }

        .componentTabularMenu .product-itemTextTop .product-model {
            margin-bottom: 0
        }
    .componentTabularMenu .product-detail {
        -webkit-line-clamp: 3;
    }
}
@media (min-width: 768px) {

    .componentTabularMenu .list-tabularMenu {
        align-items: center;
    }

    .componentTabularMenu .logo-tabularMenu {
        margin-right: 32px;
    }

    .componentTabularMenu .searchContent {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        padding: 16px !important;
        background: #FFF;
        /* Elevation/Light/Shadow 16 */
        box-shadow: inset 0px 12px 12px -7px rgba(0,0,0,.23), 0px 8px 16px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
        font-size: 14px;
        border-radius: 0 0 4px 4px;
        animation: slideaway 300ms;
        transition: .3s;
        visibility: hidden;
        opacity: 0;
        width: 100%;
    }

        .componentTabularMenu .searchContent.searchContent-active {
            opacity: 1;
            visibility: visible;
        }

    .componentTabularMenu .searchBtn {
        display: flex
    }

        .componentTabularMenu .searchBtn:has(+ .searchContent.searchContent-active) {
            border: 1px solid #C7C7C7;
            background: #EBEBEB !important;
        }

    .componentTabularMenu .humburger {
        margin-left: 8px;
    }

    .componentTabularMenu .lang-tabularMenu {
        margin-left: 8px;
    }

    .componentTabularMenu .ParentSearch {
        padding: 0;
    }

    .componentTabularMenu .nav-tab-menu {
        height: auto;
        width: auto;
        display: flex;
        padding: 0;
    }

    .componentTabularMenu .mobileDiv .tab-subMenu-tabularMenu .nav-tabs {
        border-bottom: 1px solid #DBDBDB;
        transition: .1s;
    }

    .componentTabularMenu .popular-search-close {
        display: none
    }

    .componentTabularMenu .language-select-box {
        top: 43px;
    }

    .componentTabularMenu .menu-btn i {
        display: none
    }

    .componentTabularMenu .nav-link i {
        display: none
    }

    .componentTabularMenu .logo-tabularMenu {
        width: 100px;
    }

    .componentTabularMenu .popular-search {
        display: block;
        padding-top: 12px;
    }

    .componentTabularMenu .subMenu-tabularMenu {
        max-height: 600px;
        overflow-y: auto
    }


    .componentTabularMenu .product-itemImg {
        height: 221px;
    }
    .componentTabularMenu .parent-search-resault{
        top: 63px;
    }
        .componentTabularMenu .parent-search-resault .product-title,
        .componentTabularMenu .parent-search-resault .product-title h1,
        .componentTabularMenu .parent-search-resault .product-title h2,
        .componentTabularMenu .parent-search-resault .product-title h3,
        .componentTabularMenu .parent-search-resault .product-title h4 {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
    .componentTabularMenu .content-search-resault {

        padding:4px 16px 16px 16px;
    }
    .componentTabularMenu .content-search-resault {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.14)
    }





    .componentTabularMenu .all-button {
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: flex;
        align-items: flex-end;
        padding: 0;
    }

    .componentTabularMenu .all-text {
        padding-right: 4px;

    }

    .componentTabularMenu .tab-content {
        position: relative;
        min-height: 300px;
    }

    .componentTabularMenu .nav-link a{
        pointer-events:none;
    }

    .componentTabularMenu .tab-pane {
        height:inherit;
        min-height:inherit;
    }
    .componentTabularMenu .button-tabularMenu a{
       width: max-content
    }

}
@media (min-width:992px) {
    .componentTabularMenu .product-itemImg {
        height: 174px;
    }
    .componentTabularMenu .subMenu-tabularMenu.active.tab-content {
        min-height: 300px;
        max-height: 400px;
    }

}

@media (min-width: 1200px) {

    .componentTabularMenu .logo-tabularMenu{
        width: 139px;
    }
    .componentTabularMenu .product-itemImg {
        height: 221px;
    }
}

/**********************************  global and box  **************************************/
.post-container,
.componentMostViseted,
.componentBbtnBox ,
.headBox,
 .carousel3column,
.relatedStories , 
.carousel3columnProduct,

.componentcategoryLink
{
    padding: 32px 16px;
}

.componentbanner3Box {
 padding: 32px 0px;
}


.NewRoom , .headerBox{
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  
}
.NewRoom .boxContent{
  background-color: #e5e5e5 ;
  padding:32px;
}
.NewRoom h1 , .headerBox h1{
    font-size:40px;
    font-weight: 700;
    padding-bottom: 32px;
    color:#424242 
}

.NewRoom i.icon-search{
   position: absolute;
    left: 8px;
    top: 12px;

}
.NewRoom i.close-btn{
    position: absolute;
    right: 8px;
    top: 12px;

}
.NewRoom input{
    position: relative;
    padding-left: 29px;
}

@media(min-width:768px ) {
   .NewRoom h1 , .headerBox h1{
    font-size:48px ;
} 
}
@media(min-width:768px ) {
   .NewRoom h1, .headerBox h1{
    font-size:48px ;
} 
} 
@media(min-width:1200px ) {
   .NewRoom h1 , .headerBox h1{
    font-size:64px ;
} 
} 

.last-post-date {
    font-size: 12px;
    color: #616161;
}

.title {
    color: #2e2e2e;
}

.item-detail-card {
    background-color: #fff;
}

.item-post {
    border-radius: 4px;
}

.sliderHeader .nav {
    background-color: #fff;
}

.componentBbtnBox {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb
}

.componentbanner3Box .position-absolute {
    padding: 32px 16px;
    width: 100%;
    bottom: 0
}

.componentbanner3Box .position-absolute h1 {
    padding-bottom: 32px;
    color: #fff
}

.owl-prev span {
    background: url(../images/left.svg) !important;
}

.owl-next span {
    background: url(../images/right.svg) !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    margin-left: 5px;
    background: #fff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.owl-nav {
    right: 1px;
    text-align: end;
}

.owl-prev span,
.owl-next span {
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* span {
    color: #5e5e5e;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    text-align: left;
} */


/* singlrPage */

.single-page-content-details {
    display: flex;
}

.single-page-content-details ul {
    list-style: none;
    padding: 0;
    padding-bottom: 0;
    display: inline-flex;
    color: var(--details);
    font-size: 12px;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 32px;
    justify-content: center;
}

.single-page-content-details ul li,
.single-page-content-details ul li img {
    padding-left: 16px;
    direction: rtl;
}


.single-page-content-details i {
    font-weight: 400;
    font-size: 20px;
    padding-right: 8px;
     padding-left: 8px;
    position: relative;
    top: 3px;
}

.copy-url {
    display: block;
    color: #3d3d3d;
    font-size: 25px;
    margin-bottom: 64px;
}

.sidebar {
    z-index: 1;
}


.sidebar .sticky-top .Related-stories-details span{
display: block;
font-size: 10px;
}


@media(max-width :991px){
    .sticky-top{
        padding-top: 32px;
    }

}
@media(min-width :991px){
     .sidebar  {
    width: calc(100% - 686px);
   
}

  .sidebar .sticky-top {
    padding-left: 7px;
    padding-right: 0;
    
}
   .sidebar .sticky-top {
    max-width: 326px;
    float: right;
     top: 100px !important; 
   }
}
.Related-stories {
    border-bottom: 1px solid transparent;
    transition: .3s;
}
.Related-stories, .Related-stories-img img, .single-content-page-with-sidebar p, .wp-block-image, .wp-block-image img {
    border-radius: 4px;
}
.Related-stories .Related-stories-details {
    flex: 1;
}
.Related-stories .Related-stories-details {
    padding-left: 16px;
}
.Related-stories .Related-stories-details span {
    letter-spacing: 0;
    text-transform: unset;
}
.Related-stories .Related-stories-details span {
    color: #5e5e5e;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .18px;
    text-transform: uppercase;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
}

.sidebar .sticky-top a.new-box {
    color: #5e5e5e;
    background: #fff;
    display: block;
    padding: 16px;
    border:1px solid #dbdbdb;
    border-radius: 4px;
}
.a2a_kit a {
    cursor: pointer;
    transition: none;
}
.addtoany_list a, .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
}

.single-content-page-with-sidebar {
    padding-right: 184px;
    text-align: left;
    direction: ltr;

}
.relatedStories .text-box{
 padding:16px 0px;
}
.relatedStories .text-box .img{
 padding:32px 0px;
}

.relatedStories .text-box h1 , .relatedStories .text-box h2 , .relatedStories .text-box h3  {
 padding:16px 0px;
}
#ez-toc-container li {
    border-left: 4px solid #bf0000;
    margin-bottom: 12px;
}
#ez-toc-container a {
   
    color: #3d3d3d !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.headerBox ul li , .headerBox ul li span  , .headerBox ul li a{
    font-size: 12px;
}

#copyButton i {
    padding: 8px 16px ;
}
 
.left-side{
    background-color: #fff;
    padding:32px
}

@media(min-width:992px){
    .relatedStories .left-side{
        width:682px
    }
}
.blockqoute{
    padding: 16px 0px;
}
.blockqoute .bg-blockqoute{
    background-color: #f9f9f9;
     padding: 16px
}
.avatar span{
 font-size: 13px;
 display: block;
}
#instagramGradient{
color : linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
}
.sidebar-social-media a.WhatsApp svg:hover path{
 fill:#25d647
}
.sidebar-social-media a.Instagram svg path{
filter: brightness(0) invert(.2);
transition: .3s;
}
.sidebar-social-media a.Instagram svg:hover path{
filter :none;
}
.sidebar-social-media a.facebook svg:hover path{
fill:#0d6efd
}
.sidebar-social-media a.telegram svg:hover path{
fill: #259fd7
}
.sidebar-social-media a.pinterest svg:hover path{
fill:#e60023
}

/* comment */

.show-comment-reply  .date-comment{
    display: inline-block;
    font-size: 12px;
}
.show-comment-reply .name-comment{
 font-weight: bold;
}



/****************************** productCard ********************************/

.carousel3columnProduct .product-card-inner-wrap {
    border: solid 1px #f5f5f5;
}
.carousel3columnProduct .product-card-inner-wrap {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-left: 0;
    transition: .6s;
    
    border-radius: 4px;
}

.carousel3columnProduct .image img {
    transition: transform .5s ease-in-out;
}
.carousel3columnProduct .item-content {
    background-color: #fff;
    padding: 12px;
}
.carousel3columnProduct .product-code {
    font-size: 12px;
}
.carousel3columnProduct .badges {
    background-color: unset;
    color: unset;
    position: unset;
    left: unset;
    top: unset;
    font-size: unset;
    padding: unset;
}
.carousel3columnProduct .item-text {
    padding: 12px 0;
}
.carousel3columnProduct .product-name {
    overflow: hidden;
    height: 32px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .005em;
    color: #5e5e5e;
}
.carousel3columnProduct .product-name p {
    font-weight: 500;
}
.carousel3columnProduct .product-features {
    padding: 8px 8px 0;
}
.carousel3columnProduct .product-features li {
   white-space: nowrap;
}
.carousel3columnProduct .product-features ul {
    list-style: inside;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0;
}
.carousel3columnProduct .image {
    background-color: #f7f7f7;
    padding: 0 8px;
    overflow: hidden;
}
.carousel3columnProduct .picture-card-wrap {
    background: #f5f5f5;
    position: relative;
    padding: 8px;
}
.carousel3columnProduct .product-card-inner-wrap {
    border: solid 1px #f5f5f5;
}
.carousel3columnProduct .product-card-inner-wrap:hover {
    border: solid 1px #bf0000;
}
.carousel3columnProduct .item .image img:hover {
    transform: scale(1.05);
}

.carousel3columnProduct .tabularProduct .item .image img {
    transition: transform .5s ease-in-out;
}
.carousel3columnProduct .picture-card {
    width: 128px !important;
    height: 128px !important;
    margin: 0 auto;
}
@media only screen and (min-width: 576px) {
    .carousel3columnProduct .picture-card {
        width: 200px !important;
        height: 200px !important;
    }
     .carousel3columnProduct .top-header {
        display: flex;
        justify-content: space-between;
    }
        .carousel3columnProduct .badges {
        margin-top: 0;
    }
        .carousel3columnProduct .product-name {
        height: 38px;
    }
        .carousel3columnProduct #my-svg {
        width: 14px;
        height: 15px;
    }
}
.carousel3columnProduct .owl-nav{
    margin-top: 16px;
}
img.size-single-cover{
    display: block;
    margin: auto;
}

div.single-content-page-with-sidebar img{
    width: 100%;
}

form.search-form{
    position: relative;
}

button.search-submit{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: none;
    padding: 8px 10px;
}

i.fa-search{
    color: #3d3d3d;
}

input.search-field{
    height: 40px;
}

div.footer-background{
    position: relative;
    height: 577px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div.footer-box{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}