/* ------------------------------------------
                   global
 ------------------------------------------ */
* {
    --bgg: linear-gradient(45deg, var(--wb-primary-color) 0%, var(--wb-secondary-color) 100%) !important;
}

p {
    text-align: justify;
    line-height: 26px;
}

body {
    overflow-x: hidden;
}

body.wb-rtl .direction-auto {
    direction: rtl !important;
}

body.wb-ltr .direction-auto {
    direction: ltr !important;
}

body.wb-rtl .text-align-auto {
    text-align: right !important;
}

body.wb-ltr .text-align-auto {
    text-align: left !important;
}

body.wb-ltr .text-align-auto-reverse {
    text-align: right !important;
}

body.wb-rtl .text-align-auto-reverse {
    text-align: left !important;
}

body.wb-rtl .float-auto {
    float: right !important;
}

body.wb-ltr .float-auto {
    float: left !important;
}

body.wb-rtl .context {
    font-family: iranyekan-light-context-num;
}

body.wb-ltr .context {
    font-family: montserrat-context-num;
}

.bg-wiila {
    background: var(--bgg);
}

.text-extra-small {
    font-size: 10px !important;
    line-height: 15px;
}

.text-small {
    font-size: 12px !important;
    line-height: 15px;
}

.text-medium {
    font-size: 14px !important;
    line-height: 22px;
}

.text-extra-medium {
    font-size: 18px !important;
    line-height: 25px;
}

.text-large {
    font-size: 20px !important;
    line-height: 30px;
}

.text-extra-large {
    font-size: 25px !important;
    line-height: 35px;
}

.text-extra-extra-large {
    font-size: 30px !important;
    line-height: 40px;
}

.montserrat,
.sub-title {
    font-family: montserrat;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.h-847 {
    height: 847px;
}

@media (min-width: 992px) {
    .col-md-offset-2-rtl {
        margin-right: 16.66666667%;
        margin-left: 0 !important;
    }
}

.btn.btn-xlg {
    padding: 10px 25px 10px 25px;
}

[data-mobile-nav-style=modern]:before {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--wb-primary-color)), to(var(--wb-secondary-color)));
    background-image: linear-gradient(to top left, var(--wb-primary-color) 0%, var(--wb-secondary-color) 100%);
}

body.wb-rtl .iconbox.text-align-auto {
    -webkit-box-align: start;
    align-items: flex-start;
}

body.wb-ltr .iconbox.text-align-auto {
    -webkit-box-align: end;
    align-items: flex-end;
}

/* ------------------------------------------
                   contact-us
 ------------------------------------------ */
.social-icon.scheme-white a {
    color: #0b0b0b;
}

input,
button,
select,
textarea {
    font-size: 12px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;

}

.form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ------------------------------------------
                   footer
 ------------------------------------------ */
.ld-sf [type="text"],
.ld-sf [type="email"],
.ld-sf [type="submit"] {
    height: 40px;
}

.lqd-column .lqd-custom-menu li {
    font-size: 14px;
}

.lqd-column p {
    font-size: 14px;
    margin-bottom: 5px;
}

.lqd-column .widget-title {
    font-size: 16px;
    color: #3A4148
}

.lqd-column .content .widget-title {
    text-align: right !important;
}

.lqd-column .content ul {
    text-align: right !important;
}

.copyright {
    margin: 40px 0 30px 0;
    padding-top: 30px;
}

body.wb-rtl .main-footer .widget-title {
    text-align: right !important;
}

body.wb-ltr .main-footer .widget-title {
    text-align: left !important;
}

/* ------------------------------------------
                   header
 ------------------------------------------ */
.main-nav .children,
.nav-item-children {
    min-width: 250px;
}

/* ------------------------------------------
                   info
 ------------------------------------------ */
.fancy-title .title {
    font-size: 40px;
}

.fancy-title .sub-title {
    font-size: 10px;
    letter-spacing: 5px;
}

@media (min-width: 992px) {

    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* ------------------------------------------
                   info_3
 ------------------------------------------ */
body.wb-rtl .iconbox .contents {
    text-align: right;
}

body.wb-ltr .iconbox .contents {
    text-align: left;
}

/* ------------------------------------------
                   info_4
 ------------------------------------------ */
.iconbox-filled-hover:hover .iconbox-icon-container {
    color: white !important;
}

.iconbox h3 {
    font-size: 20px;
    font-weight: 600;
}

.iconbox .contents .sub-title {
    font-size: 10px;
    letter-spacing: 3px;
    font-family: montserrat-light;
}

body.wb-rtl .iconbox-side .iconbox-icon-wrap {
    margin-right: 0;
    margin-left: 15px;
}

body.wb-ltr .iconbox-side .iconbox-icon-wrap {
    margin-left: 0;
    margin-right: 15px;
}

/* ------------------------------------------
                   sub_header
 ------------------------------------------ */
.titlebar-inner h2 {
    font-size: 50px;
    font-weight: 600;
}

.titlebar-inner p {
    font-size: 10px;
    letter-spacing: 5px;
}

ol.breadcrumb span {
    font-size: 0.8rem;
}

ol.breadcrumb>li:not(:last-child):after {
    content: "\f104";
}

.inline-nav>li+li {
    margin-left: 0px;
}

/* ------------------------------------------
                   peoduct_show
 ------------------------------------------ */
.product .inner {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product .product-ratings {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 13px 0;
}

.product .product-ratings .star-rating {
    font-size: 16px;
    position: relative;
    display: block;
    margin-right: 10px;
}

.product .product-ratings .star-rating::before {
    font-family: Fontello;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    color: #ababab;
}

.product .product-ratings .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%;
}

.product .product-ratings .star-rating .rating-active::before {
    font-family: Fontello;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    white-space: nowrap;
    color: #f5cc26;
}

.product .product-ratings .review-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #7e7e7e;
}

.product .product-ratings .review-link:hover {
    color: #333;
}

.product .inner:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: ease-in 0.3s all;
    border-radius: 5px;
}

.product:hover .add_to_cart_button {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}

.ld-sp-soldout,
.ld-sp-sale {
    padding: 5px 12px;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    border-radius: 2px;
    background-color: #fcb72b !important;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #ffffff;
}

.info .product__name {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    height: 65px;
}

.info .product__name .title-fa {
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 20px;
    direction: rtl;
    margin: 0;
}

.info .product__name .title-en {
    font-family: "montserrat";
    font-size: 11px;
    color: #a4a4a4;
    letter-spacing: 1px;
    direction: ltr;
    text-align: right;
    line-height: 15px;
    margin: 2px 0px 0px 0px;
}

.MulltipleEllipsis-Clamp1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.price {
    height: 55px;
    text-align: left;
    direction: rtl;
    /*        display: flex;
               flex-direction: column;
               justify-content: flex-end;*/
}

.price div {
    position: absolute;
    padding: 5px 20px;
    left: 50%;
    transform: translate(-50%);
    bottom: 30px;
    background: var(--bgg);
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
    width: max-content;
}

.price div a:hover {
    color: #fff;
}

.price div a i {
    display: inline-block;
}

.price div:hover a i {
    animation: coll infinite .1s 0.2s;
}

@keyframes coll {
    50% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-10deg);
    }
}

.r-product.price div {
    position: absolute;
    margin: 10px 20px;
    left: 12px;
    bottom: 10px;
    align-items: center;
}

.r-product.price .old__price {
    font-family: iran-yekan-extrabold;
    font-size: 12px;
    color: #a4a4a4;
    margin: 0px 2px 28px 53px;
}

.price .old__price {
    font-family: iran-yekan-extrabold;
    font-size: 12px;
    color: #a4a4a4;
    margin: 0px 2px 28px 53px;
}

.price div .label {
    font-size: 12px;
    /* color: #a4a4a4; */
}

.price div .price {
    font-size: 18px;
    font-family: iran-yekan-extrabold;
}

.ld-sp .ld-sp-add-to-cart,
.ld-sp .add_to_cart_button {
    left: 0px;
    right: 0px;
    bottom: -10px;
}

/* ------------------------------------------
                pagination
 ------------------------------------------ */
ul.pagination {
    font-size: 14px;
    font-weight: 700;
}

.pagination .page-item.disabled {
    color: #a4a4a4;
    cursor: default;
}

.pagination .page-item {
    cursor: pointer;
}

.pagination .page-item.active {
    color: var(--wb-primary-color);
}

/* ------------------------------------------
             product-details
------------------------------------------ */
.xzoom-gallery.vertical-img {
    margin-left: 15px;
}

.TotalPrice {
    font-family: "iran-yekan" !important;
    font-weight: bold;
}

.product-details .product-ratings {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 13px 0;
}

.product-details .product-ratings .star-rating {
    font-size: 16px;
    position: relative;
    display: block;
    margin-right: 10px;
}

.product-details .product-ratings .star-rating::before {
    font-family: Fontello;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    color: #ababab;
}

.product-details .product-ratings .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%;
}

.product-details .product-ratings .star-rating .rating-active::before {
    font-family: Fontello;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    white-space: nowrap;
    color: #f5cc26;
}

.product-details .product-ratings .review-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #7e7e7e;
}

.product-details .product-ratings .review-link:hover {
    color: #333;
}

.fancy-title {
    margin-bottom: 0;
}

.product-details .fancy-title .product-name {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 22px;
}

.product-details .fancy-title .product-name-en {
    font-size: 14px !important;
    background-color: lightgrey;
    color: #ffffff;
    width: fit-content;
    padding: 4px 9px 0 9px;
    border-radius: 20px;
    line-height: 14px;
    margin: 7px 0 0 0;
}

.product-details .description {
    font-size: 14px !important;
    line-height: 25px;
    text-align: justify;
    padding: 0;
    margin: 0 0 15px 0;
}

.product-details .iconbox .iconbox-icon-container i {
    font-size: 20px;
}

.product-details .iconbox .iconbox-icon-container h3 {
    font-size: 14px;
}

.stock .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: var(--wb-primary-color);
}

.stock .item .text {
    font-size: 0.9rem;
    line-height: 0.9rem;
    direction: rtl;
}

.stock .item .num {
    color: var(--wb-primary-color);
    font-family: "iran-yekan-extrabold";
    font-weight: 600;
    margin-left: 0.2rem;
    font-size: 2.2rem;
}

.product-details .shopping-section .product-price,
.product-details .shopping-section .product-price .price {
    text-align: right;
}

.product-details .shopping-section .product-price .old-price del {
    font-size: 12px;
    color: #999999;
    font-family: iran-yekan-extrabold;
}

.product-details .shopping-section .product-price .price .price {
    font-size: 25px;
    font-weight: 600;
    font-family: iran-yekan-extrabold;
    margin-top: 0;
    line-height: 14px;
}

.product-details .shopping-section .product-price .price .label {
    font-size: 12px;
    color: #999999;
    padding-right: 0;
    font-family: iran-yekan-extrabold;
}

.product-details .shopping-section .contact-btn {
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    align-items: center;
    line-height: 25px;
    border-radius: 10px;
}

.product-details .shopping-section .contact-btn span {
    padding: 0 2px;
    margin: 0;
}

.product-details .shopping-section .contact-btn span:last-child {
    direction: ltr;
}

.nav-tabs>li>a {
    font-size: 14px;
    font-weight: 600;
}

.product-review-tab .tab-content .tab-pane {
    direction: rtl;
    padding-top: 1.8rem;
}

.product-review-tab .tab-content .tab-pane .tab-title {
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0 5px 0;
}

.product-review-tab .tab-content .tab-pane table tbody tr .key {
    border: none;
    width: 22%;
    font-size: 14px;
    font-weight: 100;
}

.product-review-tab .tab-content .tab-pane table tbody tr .value {
    border: none;
    width: 78%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: justify;
}

.product-review-tab .tab-content .tab-pane .desc {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.product-review-tab .tab-content .tab-pane .reviews h3 {
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
}

.product-review-tab .tab-content .tab-pane .reviews {
    padding: 15px 35px;
}

.product-review-tab .tab-content .tab-pane .reviews .review .user-name {
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0;
}

.product-review-tab .tab-content .tab-pane .reviews .review .review-date {
    font-size: 12px;
    line-height: 15px;
    color: #a4a4a4;
    text-align: justify;
    margin-bottom: 0;
}

.product-review-tab .tab-content .tab-pane .reviews .review .review-content {
    font-size: 14px;
    line-height: 18px;
    color: #a4a4a4;
    text-align: justify;
    margin-bottom: 0;
}

.product-review-tab .tab-content .tab-pane .reviews .review .review-content p {
    margin-bottom: 0;
}

.comment-ratings {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 7px 0 0 0;
}

.comment-ratings .star-rating {
    font-size: 12px;
    position: relative;
    display: block;
    margin-right: 0px;
}

.comment-ratings .star-rating::before {
    font-family: Fontello;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    color: #ababab;
}

.comment-ratings .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%;
}

.comment-ratings .star-rating .rating-active::before {
    font-family: Fontello;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "\e806 \e806 \e806 \e815 \e815";
    white-space: nowrap;
    color: #f5cc26;
}

.product-review-tab .tab-content .tab-pane .reply {
    background-color: #fafafa;
    padding: 4rem 3rem 5rem;
    margin-bottom: 2rem;
}

.product-review-tab .tab-content .tab-pane .reply .heading h3 {
    font-size: 18px;
    text-align: center;
}

.product-review-tab .tab-content .tab-pane .reply .heading p {
    font-size: 14px;
    text-align: center;
    color: #a4a4a4;
}

.product-review-tab .tab-content .tab-pane .reply form .form-control {
    margin: 10px 0 10px 0;
}

.product-review-tab .tab-content .tab-pane .reply form .submit-comment {
    padding: 10px 27px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 45%;
    right: 45%;
    margin-top: 15px;
}

.product-review-tab .tab-content .tab-pane .no-login i.title {
    font-size: 30px;
}

.product-review-tab .tab-content .tab-pane .no-login .title-1 {
    font-size: 18px;
}

.product-review-tab .tab-content .tab-pane .no-login p.title-2 {
    font-size: 14px;
}

.submit-comment {
    padding: 10px 27px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
}

/* ------------------------------------------
                   filter
 ------------------------------------------ */
.widget_nav_menu ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    letter-spacing: 0;
}

.widget_search label:after,
.widget_search input[type="submit"] {
    font-family: "fontello";
    content: "\e802";
}

.ld-sp .ld-sp-add-to-cart,
.ld-sp .add_to_cart_button {
    font-weight: 500;
}

.widget_product_search input,
.widget_search input {
    padding: 10px;
    border-radius: 5px;
}

.wpb_widgetised_column .widget,
.main-sidebar .widget {
    margin-bottom: 20px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eceded;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider {
    margin-bottom: 2em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--wb-primary-color);
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

/* ------------------------------------------
                   heaader
 ------------------------------------------ */
.main-header-overlay {
    position: unset;
}

.main-nav .children,
.nav-item-children {
    z-index: 9;
}

.navbar-brand img {
    width: 155px;
}

.dropdown-menu {
    position: absolute;
    top: 27px;
    right: 0 !important;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 40px;
    padding: 3px 0px 3px 0px;
    margin: 2px 0px 0px;
    list-style: none;
    font-size: 0px;
    text-align: right;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 9px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.header-module .social-icon li:not(:last-child) {
    border-left: 1px solid #e3e3e3;
    padding-left: 15px;
}

.header-module .social-icon .dropdown a:before {
    content: "\f107";
    font-family: Fontello;
    position: absolute;
    top: 3px;
    left: 9px;
    font-size: 12px;
}

.header-module .social-icon .dropdown ul a:before {
    content: unset;
    border-left: none;
}

.header-module .social-icon .dropdown ul li {
    padding-left: 0;
    margin-right: 0;
}

.social-icon li {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    margin-right: 2px;
    margin-left: 2px;
}

.social-icon li:last-child {
    margin-right: 2px;
    margin-left: 0px;
}

.social-icon i {
    font-size: 16px;
}

.management-label {
    font-size: 0.7rem;
    background-color: rgba(210, 210, 210, 0.4);
    border-radius: 20px;
    padding: 2px 10px;
    text-align: center;
    margin-top: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.main-nav>li>a {
    font-size: 14px;
}

.megamenu.megamenu-fullwidth .megamenu-container {
    width: 60% !important;
    max-width: none;
}

.megamenu-inner-row {
    padding: 20px 35px;
}

.megamenu-heading {
    font-size: 16px;
    color: var(--wb-primary-color);
}

.megamenu-column ul {
    margin-top: 15px;
}

.megamenu-column ul a {
    font-size: 14px;
    line-height: 30px;
}

.megamenu .lqd-custom-menu a:hover {
    color: var(--wb-primary-color);
}

.main-nav .children>li,
.nav-item-children>li {
    font-size: 14px;
    line-height: 30px;
}

.mobile-nav-activated [data-mobile-nav-style="modern"] .navbar-collapse-clone {
    direction: rtl;
}

@media (min-width: 992px) {
    .lqd-parallax-images-4 .liquid-img-group-container:last-child .liquid-img-group-single {
        margin-top: 0;
        margin-left: 0;
        left: 3%;
        top: 103px;
    }

    .rtl .lqd-parallax-images-4 .liquid-img-group-container:last-child .liquid-img-group-single {
        margin-top: 0;
        right: 3%;
        left: auto;
        margin-left: 0;
    }
}

.btn-sign-in-out {
    padding: 7px 15px;
    border-radius: 20px;
    align-items: center;
    background: #e6e6e6 !important;
}

.article {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 #c0bdbd61;
}

.article-body {
    padding: 16px;
}

.article-body p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-body h4 {
    font-size: 16px;
    line-height: 1.5;
    height: 47px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-detail h1 {
    font-size: 1.2rem;
    font-weight: bold;
}

/*---------------------------------------
            responsive
-----------------------------------------*/
@media screen and (max-width: 1366px) {
    .main-nav>li>a {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .submenu-expander {
        top: 63%;
        left: -27px;
        z-index: 3;
        font-size: 14px;
        margin-right: 90%;
        margin-left: auto;
    }

    .main-nav .submenu-expander {
        display: flex !important;
    }
}

@media screen and (max-width: 1024px) {
    .main-header .navbar-brand {
        padding: 5px 0;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .titlebar-inner h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .price div {
        left: 85px;
    }

    .price .old__price {
        font-family: iran-yekan-extrabold;
        font-size: 12px;
        color: #a4a4a4;
        margin: 0 2px 28px 40px;
    }

    .text-extra-extra-large {
        font-size: 25px;
    }

    .titlebar.titlebar-1 {
        position: relative;
        background-color: inherit;
        background-size: contain;
    }

    .copyright {
        margin: 20px 0 15px 0;
        padding-top: 30px;
    }

    .md-width-100 {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0;
    }
}

@media screen and (max-width: 988px) {
    .lqd-column .content .widget-title {
        text-align: center !important;
    }

    .lqd-column .content ul {
        text-align: center !important;
    }

    .titlebar-inner p {
        font-size: 11px;
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 750px) {
    .text-extra-extra-large {
        font-size: 20px;
    }

    .copyright {
        margin: 20px 0 15px 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .cover-background {
        background-size: contain !important;
    }

    .d-mobile-none {
        display: none !important;
    }

    .product-details .description {
        padding: 0 10px;
    }

    .product-review-tab .tab-content .tab-pane table tbody tr .key {
        width: 30%;
    }

    .product-review-tab .tab-content .tab-pane table tbody tr .value {
        width: 70%;
    }

    .titlebar-inner h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .titlebar-inner p {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .product-review-tab .tab-content .tab-pane .reply form .submit-comment {
        position: fixed;
    }

    body.wb-rtl .iconbox .contents {
        text-align: right;
        margin-left: 30px;
        margin-right: 0;
    }

    body.wb-ltr .iconbox .contents {
        text-align: left;
        margin-left: 0;
        margin-right: 30px;
    }

    .contact-us {
        margin: 0 15px;
    }
}

@media screen and (max-width: 400px) {
    .one-second-screen {
        height: 220px !important;
    }
}

@media screen and (max-width: 300px) {
    .product-review-tab .tab-content .tab-pane .reply form .submit-comment {
        position: absolute;
        left: 30%;
        right: auto;
    }

    .text-extra-extra-large {
        font-size: 18px;
    }

    body.wb-rtl .iconbox .contents {
        text-align: right;
        margin-left: 30px;
        margin-right: 0;
    }

    body.wb-ltr .iconbox .contents {
        text-align: left;
        margin-right: 30px;
        margin-left: 0;
    }

    .one-second-screen {
        height: 162px !important;
    }
}


p {
    text-align: justify !important;
}

p:has(img) {
    text-align: center !important;
}

body {
    color: #2c2c2c !important;
}

.main-nav>li>a {
    color: #5c5c5c;
}

.main-nav .children>li>a,
.nav-item-children>li>a {
    color: #5c5c5c;

}

.d-none {
    display: none;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}