body {
    margin: 0;
    font-family: "Rubik", sans-serif !important;
}
button {
    font-family: "Rubik", sans-serif !important;
}
.container {

    margin: auto;
}

#loader {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lottie-loader {
    width: 150px;
    height: 150px;
}


#loader.hide {
    opacity: 0;
    visibility: hidden;
}
/*#loader svg {*/
/*    width: 300px !important;*/
/*}*/

/* TOP BAR */
.site-header{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    transition: all .3s ease;
}
.top-bar {
    background: #111;
    color: #fff;
    font-size: 14px;
}

.top-inner {
    /* display: flex;
    justify-content: space-between; */
    padding: 10px 0;
}

.top-bar a {
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.container-fluid,
.middle-bar{
        padding: 0 190px !important;
}
.container-fluid-2 {
    padding: 0 50px !important;
}
.container-fluid-3 {
    padding: 0 140px !important;
}
.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
}
/* MIDDLE */
.middle-bar {
    padding: 17px 0;
    background: #fff;
}

.middle-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    /* width: 29%; */
    width: 400px;
}
.logo h2 {
    margin: 0;
    color: #fff;
}

/* SEARCH */
.middle-bar .search-box {
    display: flex;
    width: 40%;
    /* margin-right: auto; */
}

.middle-bar .search-box input {
    width: 100%;
    padding: 8px;
    /* border: 1px solid #fff; */
        height: 44px;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
}

.middle-bar .search-box button {
    background: #ce2029;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    height: 44px;
}

/* ICONS */
.icons a {
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}

/* NAV */
.nav-bar {
    background: #fff;
    border-bottom: 5px solid #e7e7e7;
}
.sm_megamenu_wrapper_vertical_menu {
    bottom: -13px;
}
.sm_megamenu_wrapper_vertical_menu .block-title {
    background: #ce2029!important;
}
.nav-inner {
    display: flex;
    gap: 20px;
    padding: 12px 0 0 30px;
}

.nav-inner a {
    padding: 16px 10px;
    color: #282828;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    transition: .3s;
    background: transparent;
    font-size: 14px;
}
.nav-inner a:hover {
    background: #ce2029;
    color: #fff;
}
.vertical-megamenu .sm-megamenu-child {
    display: none;
    position: absolute;
    left: 100%;
    top: 47px;
    min-width: 350px;
    background: #fff;
    padding: 15px;
}
.vertical-megamenu .sm-megamenu-child a {
    text-decoration: none;
    color: #484848;
}

.vertical-megamenu .sm_has_child {
    position: relative;
}

.vertical-megamenu .sm_has_child:hover > .sm-megamenu-child {
    display: block;
}
.setting-store {
    float: right;
}
.currency-wrapper, .language-wrapper {
    float: left;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}
.currency-wrapper:before, 
.language-wrapper:before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.currency-wrapper .switcher-label,
.language-wrapper .switcher-label {
    display: none;
}
.label {
    color: #686868;
}
.currency-wrapper .switcher-options, 
.language-wrapper .switcher-options {
    position: relative;
}
.language-wrapper .switcher-options .switcher-trigger strong {
    padding-left: 28px;
    background-size: 21px;
    background-position: left center;
    background-repeat: no-repeat;
}

.currency-wrapper .switcher-options .switcher-trigger strong, 
.language-wrapper .switcher-options .switcher-trigger strong {
    line-height: 43px;
    text-transform: uppercase;
    font-weight: normal;
    color: #ccc;
}
.language-wrapper .switcher-options .switcher-trigger strong {
    font-size: 13px;
}
.currency-wrapper .switcher-options .switcher-trigger strong span:after, 
.language-wrapper .switcher-options .switcher-trigger strong span:after {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
}
.currency-wrapper .switcher-options:hover .mage-dropdown-dialog,
.language-wrapper .switcher-options:hover .mage-dropdown-dialog {
    display: block !important;
}

.currency-wrapper .switcher-options .mage-dropdown-dialog, 
.language-wrapper .switcher-options .mage-dropdown-dialog {
    right: -10px;
    left: auto;
    display: none !important;
}
.language-wrapper .switcher .mage-dropdown-dialog li, 
.currency-wrapper .switcher .mage-dropdown-dialog li {
    background-color: #f5f5f5;
    border: 1px solid transparent;
    margin: 6px 0;
    padding: 10px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.language-wrapper .switcher .mage-dropdown-dialog li a, 
.currency-wrapper .switcher .mage-dropdown-dialog li a {
    white-space: nowrap;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 107.69%;
    color: #282828;
    line-height: 11px;
}

.switcher-language .mage-dropdown-dialog .switcher-option a {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
}
.horizontal-content .right-item {
    position: absolute;
    right: 0;
    bottom: 0;
    top: unset;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    color: #282828;
}
.horizontal-content .right-item span {
    color: #ce2029;
}

.title-group h2 {
    font-size: 36px !important;
}
.title-group h3 {
    font-size: 14px !important;
}
.slidershow {
    margin-top: 30px;
}
.slidershow .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding-inline: 25px;
    opacity: 0;
    transition: .3s;
}
.slidershow:hover .owl-theme .owl-nav {
    opacity: 1;
}
.slidershow .owl-theme .owl-nav button {
    background-color: #fff !important;
    border-radius: 50%;
    color: #ce2029  !important;
    transition: .3s;
        width: 60px;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slidershow .owl-nav .owl-prev:before,
.slidershow .owl-nav .owl-next:before {
    font-size: 23px;
    line-height: 60px;
}
.slidershow .owl-theme .owl-nav button:hover {
    color: #fff !important;
    background-color: #ce2029 !important;
}

.services-home .service-item {
    padding: 40px;
    background-color: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
        height: 100%;
}
.services-home .service-item:after {
    content: '';
    display: block;
    clear: both;
}

.services-home .service-item .image-service {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    width: 67px;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.services-home .service-item .info-service {
    margin-left: 80px;
    padding-top: 15px;
}
.services-home .service-item .info-service h3 {
    color: #282828;
    margin: 0 0 4px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.services-home .service-item .info-service p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.form-select:disabled {
    background-color: var(--bs-body-bg) !important;
}
.btn:disabled, fieldset:disabled .btn {
    opacity: 1 !important;
    background-color: #ce2029!important;
}
.art-search .smas-caption h5 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 7px;
}
.art-search .smas-caption p {
    font-size: 18px !important;
}
/* .chosen-single {
    cursor: pointer;
    display: block;
}

.chosen-drop {
    position: absolute;
    background: #fff;
    z-index: 9999;
    display: block !important
} */
.btn.btn-search:before {
    position: relative;
    top: 0px !important;
}
.btn.btn-search {
    font-size: 14px !important;
}
.product-image-wrapper {
    padding-bottom: 0 !important;
    width: 100%;
    display: inline-flex;
    height: 100%;
}
.product-image-container{
        width: 100%;
    height: 300px;
        display: inline-block;
}
.product-image-wrapper img {
    display: block;
    width: 55% !important;
    margin: auto;
    height: auto;
}
.product-slider .owl-item {
    padding: 10px 0 75px;
}
.product-item-info {
    position: relative;
}
.product-item-info:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.product-item-info:hover:before {
    height: calc(100% + 44px);
    opacity: 1;
    visibility: visible;
}
.product-item-info .product-item-image {
    position: relative;
    height: 300px;
    
}
.products .product-item-info .product-item-image {
    border: 1px solid #e5e5e5;
        border-bottom: none;
}
.product-item-info .product-item-photo {
    display: block;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #e5e5e5;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.product-item-info:hover .product-item-photo {
    border-color: #fff;
}
.product-item-info .product-item-image .action {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.product-item-info:hover .product-item-image .action {
    opacity: 1;
    visibility: visible;
}
.product-item-info .product-item-details {
    background-color: #fff;
    text-align: center;
    padding: 15px 16px 25px;
    border: 1px solid #e5e5e5;
    /*border-top: none;*/
    position: relative;
    top: 0;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
     z-index: 9;
}
.product-item-info:hover .product-item-details {
    top: 44px;
    border-color: #fff;
}
.product-item-info .product-item-details a {
    color: #282828;
    text-decoration: none;
    width: 100%;
        /*font-size: 20px;*/
}
.product-item-info .product-item-details .product-item-name {
    font-weight: normal;
    font-size: 107.69%;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.product-item-info .product-item-details .product-item-inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -44px;
    left: -1px;
    right: -1px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.product-item-info .product-item-details .product-item-inner .product-item-actions {
    /* background-color: #444; */
    padding: 0;
    position: relative;
}
/* .product-item-info .product-item-details .product-item-inner .product-item-actions button {
    background-color: #444;
        height: 44px;
} */
.product-item-info .product-item-details .product-item-name {
    font-size: 14px !important;
 }
 .price-box .price {
    font-size: 18px !important;
 }
.product-reviews-summary .rating-summary {
    padding: 3px 0 4px;
}
.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff5501;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    content: 'f005';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}
.fa-star:before {
    content: "\f005";
    color: #ffc400;
}
.last.fa-star:before {
    content: "\f005";
    color: #bbb;
}
.product-item .search-btn {
    color: #fff;
    background-color: #ce2029;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: .3s;
    border-radius: 50%;
}
.product-item .search-btn i {
    color: #fff;
    
}
.product-item-info:hover .search-btn {
    opacity: 1;
}
.product-item-info:hover .product-item-details .product-item-inner {
    opacity: 1;
    visibility: visible;
}
.product-slider,
.product-slider2 {
    position: relative;
}
.product-slider2 {
    margin-bottom: 15px;
}
.product-slider2 .owl-stage{
    padding-bottom: 45px;
}
.product-slider  .owl-nav ,
.product-slider2  .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding-inline: 0;
    opacity: 0;
    transition: .3s;
}
.product-slider:hover .owl-nav ,
.product-slider2:hover .owl-nav {
    opacity: 1;
}
.product-slider .owl-nav button ,
.product-slider2 .owl-nav button {
    background-color: #fff !important;
    color: #282828  !important;
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5 !important;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.product-slider .owl-nav button:hover ,
.product-slider2 .owl-nav button:hover {
    color: #fff !important;
    background-color: #ce2029 !important;
    border: 1px solid #ce2029 !important;
}
.product-slider .owl-nav button.owl-prev ,
.product-slider2 .owl-nav button.owl-prev {
    left: -18px;
}
.product-slider .owl-nav button.owl-next ,
.product-slider2 .owl-nav button.owl-next {
    right: -18px;
}
.product-slider .owl-nav button span ,
.product-slider2 .owl-nav button span {
    display: none;
}
.product-slider .owl-nav .owl-next:before ,
.product-slider2 .owl-nav .owl-next:before ,
.product-slider .owl-nav .owl-prev:before ,
.product-slider2 .owl-nav .owl-prev:before {
    font-size: 18px;
    line-height: 44px;
}
.product-slider .owl-theme .owl-nav div ,
.product-slider2 .owl-theme .owl-nav div {
    background-color: #fff;
    color: #282828;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.product-item-info .product-item-details .product-item-inner .product-item-actions button {
    font-size: 14px !important;
    background-color: #1a4675;
    height: 44px;
    line-height: 45px;
    width: 100%;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
    z-index: 10;
}
.product-item-info .product-item-details .product-item-inner .product-item-actions button:hover {
    background-color: #ce2029;
}
.cat-title a:hover {
    color: #ce2029;
}
.full-categories .content-box .image-cat {
    height: 200px;
    /*width: 250px;*/
    width: 100%;
    display: flex;
}
.image-cat a {
    color: #282828;
    height: 100%;
    display: inline-flex;
    width: 100%;
}
.image-cat img {
    display: block;
    width: 80% !important;
    margin: auto;
}
.group-cat a {
    font-size: 16px;
}
.btn-more-cat {
    font-size: 14px;
}
.group-cat a,
.slider-post a {
    text-decoration: none;
    color: #282828;
}
.sub-cats {
    padding: 0;
}
.slider-post a:hover {
    color: #ce2029;
}
.slider-pos .date-post {
    font-size: 14px !important;
}
.slider-post a {
    font-size: 16px;
}
.slider-post  .read-more a {
    font-size: 14px !important;
}
.brand-slider ,
.slider-post {
    position: relative;
}
.brand-slider  .owl-nav ,
.slider-post  .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto !important;
    padding-inline: 0;
    opacity: 0;
    transition: .3s;
}
.brand-slider:hover .owl-nav ,
.slider-post:hover .owl-nav {
    opacity: 1;
}
.brand-slider .owl-nav button ,
.slider-post .owl-nav button {
    background-color: #fff !important;
    color: #282828  !important;
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5 !important;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    border-radius: 50% !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.slider-post .owl-nav button {
    margin-top: -85px !important;
}
.brand-slider .owl-nav button:hover ,
.slider-post .owl-nav button:hover {
    color: #fff !important;
    background-color: #ce2029 !important;
    border: 1px solid #ce2029 !important;
}
.brand-slider .owl-nav button.owl-prev ,
.slider-post .owl-nav button.owl-prev {
    left: -29px;
}
.brand-slider .owl-nav button.owl-next ,
.slider-post .owl-nav button.owl-next {
    right: -29px;
}
.brand-slider .owl-nav button span ,
.slider-post .owl-nav button span {
    display: none;
}
.brand-slider .owl-nav .owl-next:before 
.brand-slider .owl-nav .owl-prev:before ,
.slider-post .owl-nav .owl-next:before ,
.slider-post .owl-nav .owl-prev:before {
    font-size: 24px;
    line-height: 44px;
}
.brand-slider .owl-theme .owl-nav button ,
.slider-post .owl-theme .owl-nav button {
    background-color: #fff;
    color: #282828;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
}

.client-image .slick-slide {
    opacity: 0.4;
    transition: all 0.4s ease;
}
.description-client {
    font-size: 24px !important;
}
.client-image .slick-center {
    opacity: 1;
    z-index: 10;
}
.clients-slider .name-client {
    font-size: 36px !important;
}


.clients-slider .job-client {
    font-size: 14px !important;

}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    color: transparent !important;
}
.clients-slider .slick-arrow.slick-prev:after {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 24px;
    color: #555;
    left: 50%;
    position: absolute;
    bottom: 50%;
    transform: translate(-50%, 50%);
    transition: .3s;
}
.clients-slider .slick-arrow.slick-next:after {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 24px;
    color: #555;
    left: 50%;
    position: absolute;
    bottom: 50%;
    transition: .3s;
    transform: translate(-50%, 50%);
}
.clients-slider .client-image {
    height: 95px;
}
.clients-slider .slick-arrow.slick-prev {
    left: -9px;
}
.clients-slider .slick-arrow.slick-next {
    right: -9px;
}
.clients-slider .slick-arrow.slick-prev:hover:after ,
.clients-slider .slick-arrow.slick-next:hover:after {
    color: #fff;
}
.footer-container {
    /*border-top: 0;*/
}
.footer-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-container a {
    text-decoration: none;
        text-transform: uppercase;
}
.footer-container .title-footer {
    font-size: 18px;
}
.footer-container .block-footer li {
    font-size: 15px;
}
.block-footer .content-footer.content-about li {
     padding-left: 0; 
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.block-footer .content-footer.content-about li i {
    font-size: 22px;
    color: #ce2029;
}
.block-footer .content-footer.content-about li:before {
    visibility: hidden;
    opacity: 0;
}
.copyright-footer {
    text-align: center;
        font-size: 13px;
}
.desktop-only-message {
  display: none;
}
#backToTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    line-height: 44px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 60;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #ce2029;
    transition: .3s;
}

#backToTop:before {
    content: '\f062';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
#backToTop.show:hover {
    opacity: 0.9 !important;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.image-blog img {
    height: 260px;
    object-fit: cover;
}
.banner-image {
    overflow: hidden;
}
.banner-image a img {
    transition: .5s;
}
.banner-image a img:hover {
    transform: scale(1.15);
}
.clients-full {
    height: 606px;
    background: none;
        margin-bottom: 40px;
}
.inner-container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: url(../images/bg-client.jpg) no-repeat top center;
    padding: 0 140px !important;
    background-position: center;
    background-size: cover;
}
.title-box {
    flex: 0 0 46%;
}
.title-box h2 {
    font-size: 46px;
}
.title-box h4 {
    font-size: 32px;
    margin-bottom: 25px;
}
.images-box {
    flex-basis: 51%;
}
.inner-box {
    display: flex;
        align-items: center;
}
.inner-img {
    width: 140px;
}
.inner-text {
    width: 85%;
}
.social-newsletter .socials-wrap ul li a {
    color: #1a4675 !important;
}
.slider-post .info-blog .postTitle {
        min-height: 48px;
}
.social-newsletter .socials-wrap ul li a {
    transition:.3s;
}
.footer-logo {
    width: 300px;
    margin-bottom: 25px;
}
.block-footer {
    width: 60%;
}
.footer-a {
    color: #1a4675;
    transition:.3s;
}
.footer-a:hover {
    color: #ce2029;
}
.footer-style-4 .social-newsletter .socials-wrap ul li a:hover {
    color: #fff !important;
}
.mobile-menu{

    position:fixed;

    top:0;

    left:-340px;

    width:320px;

    height:100vh;

    background:#fff;

    z-index:9999;

    overflow-y:auto;

    transition:.45s cubic-bezier(.77,0,.175,1);

    box-shadow:10px 0 40px rgba(0,0,0,.25);

    padding:25px;
}

.mobile-menu.show{

    left:0;

}

.mobile-menu-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:9998;

    backdrop-filter:blur(3px);

}

.mobile-menu-overlay.show{

    opacity:1;

    visibility:visible;

}

.close-menu{

    background:none;

    border:none;

    font-size:24px;

    float:right;

    cursor:pointer;

}

.mobile-main-menu,

.mobile-category{

    list-style:none;

    padding:0;

    margin:25px 0;

}

.mobile-main-menu li,

.mobile-category li{

    border-bottom:1px solid #eee;

}
.mobile-main-menu a {
    text-transform: uppercase;
}
.mobile-main-menu a,
.mobile-category a{
    transition: .3s;
}
.mobile-main-menu a:hover ,
.mobile-category a:hover {
    color: #ce2029 !important;
}
.mobile-main-menu a,
.mobile-category a,
.submenu-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
    color:#222;
    text-decoration:none;
    font-weight:600;
    cursor:pointer;
}

.submenu{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    padding-left:18px;
}

.has-sub.active .submenu{
    max-height:500px;
}

.submenu li{
    border:none;
}

.submenu a{
    font-size:14px;
    color:#666;
}

.submenu-title i{
    transition:.3s;
}

.has-sub.active i{
    transform:rotate(90deg);
}
.art-search .smas-form {
    display: flex;
}
.smas-group-left {
    display: flex !important;
    gap: 8px;
    position: relative;
    right: 8px;
}
.custom-select{
    position:relative;
    width:100%;
    margin-bottom:15px;
    padding: 0;
    height: 49px;
    min-width: 49%;
}

.select-box {
    padding: 12px 15px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    height: 100%;
    position: relative;
}
.select-box::after {
    position: absolute;
    content: '';
    top:0;
    right: 0;
    width: 50px;
    height: 100%;
    background: url(../images/choosen-icon.png) no-repeat 1px center;
}
.custom-select input {
    width: 90%;
    margin: 5px 12px;
}
.dropdown{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    display:none;
    max-height:220px;
    overflow:auto;
    z-index:99;
    /*border: 1px solid #aaa;*/
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
}

.custom-select.active .dropdown{
    display:block;
}

.option{
    padding:10px 12px;
    cursor:pointer;
    transition:.2s;
}

.option:hover{
    background:#ce2029;
    color:#fff;
}

/* disabled */
.custom-select.disabled{
    opacity:.5;
    pointer-events:none;
}

/* buttons */
.btn-search{
    padding:12px 20px;
    background:#ce2029;
    color:#fff;
    border:none;
    border-radius:6px;
}

.btn-search:disabled{
    opacity:.5;
}
@media(max-width: 1710px) {
    .sm_megamenu_wrapper_vertical_menu .block-title {
        font-size: 14px;
    }
    .block-footer {
        width: 100%;
    }
    .inner-container {
        padding: 0 140px;
    }
}
@media(max-width: 1520px){
    .middle-bar,
    .nav-bar,
    .container-fluid ,
    .container-fluid-2,
    .container-fluid-3{
        padding: 0px 50px !important;
    }
    .logo {
        width: 300px;
    }
    .full-categories .content-box .image-cat {
        height: 175px;
    }
    .group-cat a {
        font-size: 14px !important;
    }
    .horizontal-content .right-item,
    .nav-inner a,
    .sm_megamenu_wrapper_vertical_menu .block-title,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li a.sm_megamenu_head {
        font-size: 12px;
    }
}
@media(max-width: 1280px){
    .services-home .service-item {
        padding: 20px 10px;
    }
    .services-home .service-item .info-service p {
        font-size: 12px;
    }
    .product-image-container {
        height: 200px;
    }
    .full-categories .content-box .image-cat {
        height: 150px;
    }
    .image-blog img {
        height: 230px;
        object-fit: cover;
    }
}
@media (max-width:991px){

    .middle-bar,
    .nav-bar,
    .inner-container,
    .container-fluid ,
    .container-fluid-2,
    .container-fluid-3{
        padding-inline: 16px !important;
    }
    
    .middle-inner{
        flex-wrap:wrap;
    }
    .middle-bar {
        margin-top: 6px;
    }
    .logo{
        max-width: 230px !important;
    }
    
    .search-box{
        order:3;
        width:100% !important;
        max-width:none;
        margin:15px 0 0;
    }
    
    .vertical-megamenu{
        display:none;
    }
    
    .menu-toggle{
        display:block;
    }
    
    .horizontal-content{
        display:block;
    }
    .horizontal-content {
        display: block;
        position: relative;
        height: 52px;
    }
    .horizontal-content .right-item {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /* bottom: 0; */
        top: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        height: 52px;
        line-height: 52px;
        color: #282828;
        min-width: 225px;
        text-align: center;
        margin-top: 0;
    }
    
    .nav-inner{
        display:none;
        flex-direction:column;
        align-items:flex-start;
        padding:20px 0;
        gap:0;
    }
    
    .nav-inner.active{
        display:flex;
    }
    
    .nav-inner a{
        width:100%;
        padding:14px 0;
        border-bottom:1px solid #eee;
    }
    
    .right-item{
        margin-top:15px;
        font-size:15px;
    }
    .full-categories .content-box .image-cat {
        height: 200px;
        width: 100%;
    }
    .smas-group-left {
        right: 0;
    }
    .btn.btn-search,
    .btn.btn-reset {
        width: 100%;
    }
    .clients-full {
        height: auto;
    }
    .inner-container {
        padding: 16px !important;
        display: block;
    }
    .inner-img {
        width: 95px;
    }
    .title-box p ,
    .inner-text p {
        font-size: 14px;
    }
    .title-box h2 {
        font-size: 28px;
    }
    .title-box h4 {
        font-size: 18px;
    }
    .art-search .smas-caption h5 {
        font-size: 28px;
    }
    .art-search .smas-caption p {
        font-size: 14px !important;
    }
}
@media(max-width:767px){
    
    .slidershow .owl-theme .owl-nav {
            padding-inline: 0;
    }
    .slidershow .owl-theme .owl-nav button {
        width: 35px;
        height: 35px;
    }
    .slidershow .owl-nav .owl-prev:before, .slidershow .owl-nav .owl-next:before {
        font-size: 14px;
        line-height: 35px;
    }
    .services-home .service-item {
        padding: 20px;
        height: 95%;
    }
    
    .art-search .smas-caption {
        margin-bottom: 45px !important;
    }
    .chosen-container-single .chosen-single {
        height: 49px !important;
        line-height: 49px !important;
        background: none !important;
        background-color: #fff !important;
        padding-left: 30px !important;
    }
    .chosen-container-single .chosen-single {
        width:100%!important;
    }
    
    .inner-container {
        display: block;
    }
    .inner-img {
        width: 95px;
    }
    .inner-text h3 {
        font-size: 18px;
    }
    .block-footer {
        width: 100%;
    }
    .block-footer .content-footer p {
        width: 100% !important;
    }
}
@media (max-width:576px){
    

    .logo{
        max-width:140px;
    }
    
    .search-box input{
        font-size:13px;
    }
    
    .search-box button{
        width:50px;
    }
    .title-group h2 {
        font-size: 22px !important;
    }
    .art-search .smas-form ,
    .art-search .smas-form .smas-group-left {
        flex-direction: column;
    }
}

/* About Page*/

.top-image {
    width: 75%;
    margin: 40px auto !important;
}
.aboutus-page h2 {
    margin-top: 60px;
}
.top-image img {
    width: 100%;
}
.about-description p {
    max-width: 75%;
}
.about-description h3 {
        font-size: 36px;
    margin-bottom: 25px;
}
.slider-member h2 {
    margin: 60px 0;
}
.slider-member .owl-nav {
    opacity: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.slider-member .owl-nav button {
    background-color: #fff !important;
    color: #282828 !important;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px !important;
    position: absolute;
    top: 31%;
    border: 1px solid #e5e5e5 !important;
    z-index: 20;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s !important;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    color: transparent !important;
}
.slider-member .owl-nav .owl-next:before ,
.slider-member .owl-nav .owl-prev:before {
    color: #484848 !important;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.slider-member .owl-nav button.owl-prev {
    left: -28px;
}
.slider-member .owl-nav button.owl-next {
    right: -28px;
}
.slider-member:hover .owl-nav {
    opacity: 1;
}
.slider-member .owl-nav button:hover {
    background-color: #ce2029 !important;
    color: transparent !important;
    border: 1px solid #ce2029 !important;
}
.slider-member .owl-nav:hover .owl-next:before ,
.slider-member .owl-nav:hover .owl-prev:before {
    color: #fff !important;
}

@media(max-width: 767px){
    .top-image {
        width: 100%;
        margin: 40px auto 40px !important;
    }
    .about-description p {
        max-width: 100%;
    }
}

/* Contact Page*/

.contact-container {
    padding: 60px 190px !important;
}
.image-contact {
    width: 95%;
    margin: auto;
}
.image-contact img {
    width: 100%;
}
.contact-container .contact-description h2 {
    font-size: 30px;
}
.contact-container .contact-description p {
    font-size: 14px;
}
.field {
    margin-bottom: 50px;
}
.form-contact {
    width: 80%;
}
.form-contact .input-text {
    width: 100%;
    font-size: 14px !important;
}
.contact-container .form-contact .input-text:focus-visible {
    border-color: #373a48;
    outline: none;
}
.contact-container .form-contact .input-text::placeholder {
    color: #a4a4a4;
}
.submit-button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0;
    font-size: 107.69% !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.submit-button:hover {
    background-color: #ce2029e8 !important;
}
.about-map h2 {
    text-align: center;
}
.map {
    width: 100%;
}
@media(max-width: 1520px){
    .contact-container {
        padding: 60px 50px !important;
    }
}
@media(max-width: 991px){
    .contact-container {
        padding: 40px 16px !important;
    }
}
@media(max-width: 767px){
    .image-contact {
        width: 100%;
    }
    .form-contact {
        width: 100%;
    }
    .add-margin {
        margin-bottom: 50px;
    }
}


/* Products Page */
.products .nav-pills {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px !important;
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    justify-content: flex-start !important;
    align-items: flex-start;
        border-bottom: 1px solid #ddd;
}
.products .nav-pills .nav-item:nth-child(1) {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}
.products .nav-pills .nav-item:not(:first-child) {
    border-right: 1px solid #ddd !important;
}
.products .nav-pills .nav-link {
    background-color: #eee !important;
    border-top: 1px solid #ddd !important;
    margin-bottom: -1px;
    cursor: pointer;
    float: left;
    font-size: 14px !important;
    padding: 12px 15px !important;
    position: relative;
    border-radius: 0;
    height: 48px;
    transition: .2s;
    color: #686868 !important;
}
.products .nav-pills .nav-link.active {
    background-color: #fff !important;
}
.products .tab-content {
    margin-top: 30px;
}
.products .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ce2029;
    border-color: #ce2029;
}
.products .page-link:hover {
    z-index: 2;
    color: #ce2029;
    background-color: #ce20290d;
    border-color: #ce2029;
}
.products .page-link:focus {
    z-index: 3;
    color: #ce2029;
    background-color: #ce20290f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ce20292b;
}
@media(max-width:768px){
    .products .nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .products .product-item{
        margin-bottom: 30px;
    }
}

/* News Page */
.page-news-title {
    font-size: 30px;
    color: #282828;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px;
    margin-top: 40px;
}
.post-holder {
    border-bottom: 1px solid #eee;
}
.post-list-wrapper ul{
    padding: 0;
}
.post-item {
    padding: 20px;
    border: 1px solid #ddd;
}
.post-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.post-card {
    font-size: 13px;
    display: flex;
        gap: 30px;
}
.post-image {
    width: 270px;
    margin: 0;
    float: left;
    aspect-ratio: 1.5;
}
.post-image img {
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-list .post-description {
    line-height: 21px;
    font-size: 13px;
}
.post-content {
    position: relative;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 13px;
}
.post-title a {
       font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    transition: .2s;
}
.post-title a:hover {
    color: #ce2029;
}
.post-meta {
    padding: 0 0 20px 0;
}
.blog-icon {
    background-image: url(../images/calendar-icon.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-size: cover;
}
.news .read-more {
    display: table;
    float: none;
    padding: 9px 30px;
    color: #222;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    transition: .2s;
    width: fit-content;
}
.news .read-more:hover {
    color: #fff;
    background-color: #ce2029;
}

.product-details {
    display: flex;
    margin-top: 60px;
}
.product-gallery {
    width:47%;
    /*margin:auto;*/
    position: relative;
}
.product-info-main {
    width: 50%;
    margin-bottom: 0;
}
#product-gallery {
    border: 1px solid #ddd;
}
#product-gallery .item {
    height: 550px;  
        display: flex;
    align-items: center;
}
#product-gallery .item img{
    width: 80%;
    display: block;
    border-radius: 6px;
    aspect-ratio: 1;
    margin: auto;
}
@media(max-width: 1520px){
    #product-gallery .item img {
        width: 55%;
    }
}

#product-thumbs{
    margin-top:15px;
}

#product-thumbs .thumb{
    cursor:pointer;
    padding:3px;
    
}

#product-thumbs .thumb img{
    border:2px solid transparent;
    border-radius:4px;
    transition:.3s;
}
#product-thumbs .owl-item {
    border: 1px solid #ddd;
    transition:.3s;
}
#product-thumbs .current {
    border-color: #ce2029;
}
.product-gallery .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.product-gallery .owl-carousel .owl-nav button {
    color: transparent !important;
    height: 100%;
    transition: .3s;
}

.product-gallery .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.product-gallery .owl-carousel .owl-nav .owl-next:before ,
.product-gallery .owl-carousel .owl-nav .owl-prev:before {
    color: #8e8e8e;
    font-size: 40px;
    width: 40px;
}
.base {
    font-size: 24px;
}
.product-info-main .product-info-stock-sku .sku,
.product-info-main .product-info-stock-sku .view-count {
    font-size: 13px;
}
.product-details-box h2 {
    font-size: 24px;
    color: #282828;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.details-pa {
    margin-top: 20px;
    color: #282828;
    font-size: 16px;
}
.product-info-main {
    padding-left: 30px;
}
@media(max-width: 1520px){
   .product-details {
        margin-top: 40px;
    } 
    #product-gallery .item {
        height: 350px;
    }
}
@media(max-width: 991px){
    .product-details {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-gallery {
        /*width: 50%;*/
        margin-bottom: 30px;
    }
    .product-details .product-info-main {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .product-gallery {
        width: 100%;
    }
    #product-gallery .item {
        height: 330px;
    }
    .product-details .product-info-main {
        padding-left: 0;
    }
}



.news-details {
    margin-top: 40px;
}
.news-details .post-image {
    width: 100%;
    margin-bottom: 30px;
     float: unset; 
    aspect-ratio: 1.5;
    height: 500px;
}
.news-details .post-title {
    font-size: 34px;
}


.select-field {
    position: relative;
    height: 35px;
}

.select-field select {
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    cursor: pointer;
    color: #a4a4a4 !important;
}
.select-field select:active ,
.select-field select:focus ,
.select-field select:focus-visible {
    color: #222 !important;
}

.select-field::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -5px;
    width: 50px;
    height: 100%;
    background: url("../images/choosen-icon.png") no-repeat 1px center;
    pointer-events: none; /* مهم */
}
.image-contact {
    height: 100%;    
}
.image-contact img {
    height: 100%; 
    object-fit: cover;
}

.sidebar .category-list {
    border: 1px solid #e5e5e5;
}

.sidebar .block .empty, .sidebar .block .block-content {
    border-top: 1px solid #e5e5e5;
}
.widget.block-categories ul li {
    padding: 5px 0 5px 9px;
    margin: 0;
}
.widget.block-categories ul li a {
    font-weight: 600;
    text-decoration: none;
    color: #282828;
}
.post-box {
    display: flex;
}
.sidebar .post-title {
    text-decoration: none;
    color: #282828;
    font-weight: 600;
    font-size: 13px;
}
.sidebar .post-item {
    display: flex;
    border: none;
    padding: 0;
}
.sidebar .post-image {
    width: 80px;
    margin: 0;
    float: unset;
    aspect-ratio: 1.5;
    margin-right: 12px;
    height: unset;
}
.sidebar .post-date {
    font-size: 12px;
}
.sidebar .search-box {
    position: relative;
}
.sidebar .search-box input {
    width: 100%;
}
.sidebar .search-btn {
    position: absolute;
    right: 0;
}
.block-content-search {
    border: 1px solid #ddd !important;
    border-top: 1px solid #ddd;
    border-radius: 10px;
    background: #f7f7f7 !important;
}
.produc-det {
        margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.feature-prod {
    display: flex;
    padding: 10px 0;
    
}
.feature-prod:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.first-box {
    display: flex;
}
.feature-prod .rating-summary i {
    font-size: 10px;
}
.feature-prod  .page-title {
    font-size: 14px !important;
    margin-bottom: 0;
}
.feature-img {
    width: 30%;
}
.featured-desc {
    width: 70%;
    text-align: left;
}
.feature-prod .price-box .special-price .price {
    color: #282828;
}
.sidebar .block .block-title strong {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.sidebar .base {
    font-size: 14px !important;
}

.pro-det {
    margin-top: 60px;
    padding-bottom: 40px;
}
.pro-det .nav-pills {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.pro-det .nav-pills .nav-link {
    font-size: 18px !important;
    font-weight: 500;
    color: #282828 !important;
    float: left;
    margin-right: 40px;
    background-color: transparent !important;
    padding: 10px 0;
    margin-bottom: -1px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
        border-radius: 0 !important;
    padding-bottom: 10px !important;
}
.pro-det .nav-pills .nav-link.active {
        color: #ce2029 !important;
    border-bottom: 1px solid #ce2029 !important;
}
.review-items {
    padding: 0;
}
.review-list .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 26px;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.review-item {
    border-bottom: 1px solid #c9c9c9;
    padding: 30px 0;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 8px 10px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}
@media(max-width: 991px){
    .first-box {
        flex-direction: column;
    }
    .product-gallery {
        width: 100%;
    }
    .product-info-main {
        width: 100%;
        padding-left: 10px;
    }
    .sidebar .block .block-title strong {
        font-size: 12px;
    }
    .sidebar .block .empty, .sidebar .block .block-content {
        padding: 5px;
    }
}
@media(max-width: 576px){
    .pro-det .nav-pills {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }
}
.slider-member {
    border-bottom: none;
}
.member-description{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:
        max-height .45s ease,
        opacity .3s ease,
        margin-top .3s ease;
}

/* يظهر عند الهوفر */
.slider-member .item:hover .member-description{
    max-height:395px;
    opacity:1;
    margin-top:15px;
}
@media(max-width: 768px){
    .slider-member .item:hover .member-description {
        max-height: 445px;
    }
}
@media(max-width: 576px){
     .member-description {
        max-height: 445px;
        opacity:1;
        margin-top:15px;
    }
}
.about-sec {
    margin-bottom: 130px;
}
.about-text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-img-box {
    height: 500px;
    aspect-ratio: 1.3977;
}
.about-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-text-box h3 {
    font-size: 36px;
    margin-bottom: 25px;
}
.about-text-box p {
    font-size: 18px;
}
@media(max-width:991px){
    .about-description p ,
    .about-text-box p {
        font-size: 16px;
    } 
    .about-description h3 {
    font-size: 32px;
    }
}
@media(max-width: 576px){
    .about-sec {
        margin-bottom: 100px;
    }
    .about-img-box {
        height: 300px;
    }
    .aboutus-page h2 {
        font-size: 32px;
    }
    .about-text-box h3 {
        font-size: 28px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .about-description h3 {
        font-size: 28px;
    }
      
}
.warn-area {
    background-color: #f6f6f6;
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
}
.warn-img {
    width: 35px;
    margin-bottom: 8px;
}
.warn-area strong {
    text-align: center;
    width: 100%;
    display: block;
}
ul.info-text {
    font-size: 14px;
        margin-top: 4px !important;
}
ul.info-text li {
    display: inline;
    list-style: none;
}
ul.info-text li:not(:first-of-type):before {
    content: " | ";
    display: inline;
}
@media(max-width: 576px){
    ul.info-text {
        padding: 0 16px !important;
        text-align: center;
    }
    /*ul.info-text li {*/
    /*    display: block;*/
    /*}*/
}

.services-img {
    margin-top: 60px;
}
.services h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 60px;
}
.service-card{
    height:100%;
    padding:40px 30px;
    text-align:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:8px;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.service-icon{
    width:82px;
    height:82px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#d71920;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.service-card h4{
    font-size:22px;
    margin-bottom:18px;
    font-weight:700;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

.service-promise{
    max-width:100%;
    margin:70px auto 60px;
    text-align:center;
    padding:45px;
    border-top:4px solid #ce2029;
    background:#fbfbfb;
    border-radius:12px;
}

/*.service-promise h4{*/
/*    font-size:28px;*/
/*    margin-bottom:18px;*/
/*    font-weight:700;*/
/*}*/

.service-promise p{
    font-size:22px;
    line-height:1.9;
    color:#555;
}
.slider-item-cont {
  max-height: 600px;
  overflow: hidden;
}
.banner-item-cont {
  max-height: 350px;
  overflow: hidden;
}
.service-promise strong{
    color:#000;
}
.container-type-box:not(:first-of-type) {
    margin-top: 30px;
}
.container-type-box {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*width: 40%;*/
}
.container-type-box .type {    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.container-type-box span {    
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 5px 10px;
}
.check-list {
    list-style: none;
    padding: 0;
}
.check-list li {
    display: block;
    margin-bottom: .25rem;
    padding-left: 1.75rem;
    position: relative;
}
.check-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    color: #ce2029;
    font-size: 18px;
    font-weight: 900;
}
.features .type {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
@media(max-width: 576px){
    .product-item-info .product-item-photo {
        height: 100%;
        border-bottom: none;
    }
}


.post-gallery,
.post-video{
    margin-top:60px;
}

.section-title{
    margin-bottom:25px;
}

.section-title h3{
    font-size:28px;
    font-weight:700;
    position:relative;
    display:inline-block;
    padding-bottom:12px;
    margin:0;
}

.section-title h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100px;
    height:3px;
    background:#d71920;
}

html[dir="rtl"] .section-title h3::after{
    left:auto;
    right:0;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.gallery-item{
    display:block;
    overflow:hidden;
    /*border-radius:12px;*/
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.video-wrapper{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
        margin-bottom: 60px;
    /*border-radius:12px;*/
    /*box-shadow:0 10px 25px rgba(0,0,0,.08);*/
}

.video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media(max-width: 991px){
    .post-image {
        width: 180px;
    }
    .news-details .post-view .post-image {
        height: 290px;
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-item img {
        height: 140px;
    }
}
@media(max-width: 576px){
    .post-card {
        flex-direction: column;
    }
    .post-image {
        width: 100%;
    }
}

@media(max-width: 576px){
    .news-details .post-image {
        height: 300px;
    }
}
.no-center-desc {
    max-width: 100% !important;
}