body
{
    direction: rtl;
}
.col-3 {
    width: 25%;
    padding: 0 15px;
}
.col-4 {
    width: calc(100% / 3);
    padding: 0 15px;
}
.col-6 {
    width: 50%;
    padding: 0 15px;
}
.col-12 {
    width: 100%;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: calc(100% / 3);
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-12 {
        width: 100%;
    }
}
.row {
    display: flex;
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.w100 {
    width: 100%;
}
.p-0 {
    padding: 0;
}
#site-header-inner {    
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#site-logo {
    padding: 10px 0;
}
.logo-wrap {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 0;
}
.left-wrap {
    margin: 10px 0;
}
.logo-wrap .oceanwp-mobile-menu-icon {
    margin-right: 30px;
}
.logo-wrap .mobile-menu-icon-wrap {
    display: flex;
    align-items: center;
}
.logo-wrap .mobile-menu-icon-wrap a.mobile-menu {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 10px;
}
.logo-wrap .mobile-menu-icon-wrap a.mobile-menu i {
    font-size: 19px;
}
body #site-logo #site-logo-inner a img {
    max-height: 110px !important;
}

#site-navigation-wrap {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    background: #000;
    color: #fff;
    left: 0;
    right: 0;
}
.sf-menu ul.sub-menu {
    right: 0;
    left: auto;
}
.dropdown-menu ul li.menu-item {
    text-align: right;
}
#site-navigation-wrap .dropdown-menu>li {
    float: right;
}
#site-navigation-wrap .dropdown-menu>li>a {
    color: #fff;
    font-size: 16px;
}
#site-navigation-wrap .dropdown-menu>li>a:hover {
    color: #fff !important;
}
#site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
    font-size: 12px;
}

.site-breadcrumbs ul li .breadcrumb-sep, .site-breadcrumbs ol li .breadcrumb-sep {
    color: #000 !important;
    font-size: 14px;
}

/* homepage banner */
body.home.content-full-screen.page .single-page-article .entry .alignfull {
    max-width: 100% !important;
}

/* Footer */
#footer-widgets {
    background-color: #ffffff;
    color: #000;
    font-size: 18px;
}
body .oceanwp-row .col {
    float: right !important;
}
body #footer-widgets .footer-box a, body #footer-widgets, body #footer-widgets p, body #footer-widgets a, body #footer-widgets li a:before, #footer-widgets .contact-info-widget span.oceanwp-contact-title, #footer-widgets .recent-posts-date, #footer-widgets .recent-posts-comments, body #footer-widgets .widget-recent-posts-icons li .fa {
    color: #000;
}
body #footer-widgets a:hover {
    color: #db2554 !important;
    cursor: pointer;
}
#footer-bottom #footer-bottom-menu li {
    float: right;
}
.footer-info-1 h2 {
    font-family: "Assistant", Sans-serif;
    font-size: 62px;
    font-weight: 300;
    line-height: 44px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.footer-info-1 h2:after {
    content: ' ';
    position: absolute;
    border-bottom: 10px solid;
    width: 80px;
    bottom: -20px;
    right: 0;
}
.footer-info-1 h2 .h2-heavy {
    font-size: 35px;
    font-weight: bold;
    display: block;
}
.footer-info-1 p {
    display: flex;
}
#block-4 .elementor-grid-item {
    margin-left: 20px;
}
#block-4 .elementor-grid-item a {
    font-size: 32px;
}
#footer-widgets .footer-box a:hover, #footer-widgets a:hover,
#block-4 .elementor-grid-item a:hover {
    color: #c1c1c1;
}
#block-4 .elementor-grid-item .elementor-screen-only {
    display: none;
}

/* Main Banner */
.wp-block-cover {
    height: calc(100vh - 210px) !important;
    overflow: hidden;
    min-height: unset !important;
}
.wp-block-cover .wp-block-cover__inner-container {
    position: absolute;
    left: calc(50% - 40px);
    width: 80px !important;
    bottom: 80px !important;
}

/* WC */
.woocommerce-products-header {
    padding: 30px 0;
    font-size: 18px;
}
.footer-top {
    padding: 30px 0 60px;
    background-color: #484848;
    color: #fff;
    text-align: center;
    font-size: 26px;
}
body:not(.home) #main #content-wrap {
    padding-top: 30px;
}
body #main #content-wrap {
    padding-bottom: 120px;
}
#mobile-dropdown ul li a {
    text-align: right;
}
#mobile-dropdown ul li a .dropdown-toggle {
    right: auto;
    left: 0;
}
.wcmenucart {
    display: none;
}
.h-contact {
    display: flex;
    align-items: center;
    min-width: 300px;
    justify-content: space-around;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .h-contact {
        height: 100%;
    }
    .left-wrap {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .h-contact {
        border-top: 1px solid #f1f1f1;
        padding-top: 10px;
        font-size: 14px;
    }
    .h-contact img {
        max-height: 20px;
        width: auto;
    }
}
.oceanwp-mobile-menu-icon .oceanwp-close-text,
.oceanwp-mobile-menu-icon .oceanwp-text {
    display: none !important;
}

/* Footer */
.footer-form h2 {
    font-size: 66px;
    font-weight: 200;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    line-height: 74px;
}
.footer-form .img-wrp {
    width: 160px;
    margin: auto;
    height: 160px;
    margin-top: -100px;
}
.footer-form .wpcf7 form {
    position: relative;
}
.footer-form .wpcf7 form input {
    background: #fff;
    border-radius: 0;
    color: #000;
    width: 100%;
    height: 50px;
    text-align: right;
    direction: rtl;
    font-size: 20px;
}
.footer-form .wpcf7 form input[type="submit"] {
    text-align: center;
    background: #db2554;
    color: #FFFFFF;
    border-color: #db2554;
    height: 50px;
}
.footer-form .wpcf7 form .wpcf7-spinner {
    position: absolute;
    left: -20px;
}
.footer-form .wpcf7 form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    text-align: right;
}
.footer-form .wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: 0;
    text-align: center;
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .footer-form .wpcf7 form .col-xs-12 {
        margin-bottom: 20px;
    }
}

body:not(.home) .single-page-article .entry {
    padding: 30px 0;
}

body .oceanwp-row .span_1_of_4 {
    width: calc(100% / 3);
}
body.archive li.product h2 {
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}
body.archive li.product h2 > a{
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
body.archive li.product:hover h2 > a {
    background: rgb(0 0 0 / 5%);
}
.woocommerce ul.products li.product li.title a {
    font-size: 18px !important;
    font-weight: 500;
}
.woocommerce ul.products li.owp-content-center .product-inner {
    background: #fff;
}
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 !important;
}
.woocommerce ul.products li.product .woo-entry-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
    width: auto;
    height: auto;
    max-height: unset;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
}
.woocommerce nav.woocommerce-pagination ul {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination .fa-angle-left {
    transform: rotate(180deg);
}
body .owp-quick-view {
    background-color: hsl(0deg 0% 0% / 40%);
    bottom: 0;
    right: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
body .owp-quick-view:hover {
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
}
body.woocommerce div.product div.images, .woocommerce.content-full-width div.product div.images {
    width: 60% !important;
    float: left;
}
.woocommerce div.product div.summary, .woocommerce.content-full-width div.product div.summary {
    width: 40% !important;
    float: right;
    padding-left: 20px;
}
.woocommerce div.product .woocommerce-product-gallery img {
    /*min-width: 100%;*/
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
    /*max-height: 380px;*/
    overflow: hidden;
    text-align: left;
}
.woocommerce div.product div.woocommerce-product-details__short-description {
    font-size: 18px;
}
.woocommerce ul.products li.product li.title h2 {
    display: flex !important;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.woocommerce .related.products li.title h2 {
    margin: 0;
}
.woo-entry-image img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: 110%;
    margin-top: -2px;
    margin-right: -2px;
}
.dd-wa-product-link {
    font-size: 18px;
    padding: 20px 0;
    margin: 20px 0;
}
.dd-wa-product-link .button {
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #cacaca;
    color: #000;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 20%);
}
header .toggle-cart-widget {
    display: none;
}
.single nav.post-navigation .nav-next {
    float: left;
    text-align: left;
    padding-right: 20px;
    padding-left: 0;
}
.single nav.post-navigation .nav-previous {
    float: right;
    text-align: right;
    padding-right: 0;
    padding-left: 20px;
}
.single nav.post-navigation .nav-previous i, .single nav.post-navigation .nav-previous .owp-icon {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.single nav.post-navigation .nav-next i, .single nav.post-navigation .nav-next .owp-icon {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.single-post.content-max-width #main #content-wrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

.owp-floating-bar.show {
    display: none !important;
}

/* Posts / Blog */
.blog-entry.grid-entry .thumbnail {
    height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-entry.grid-entry .blog-entry-summary {
    height: 60px;
    overflow: hidden;
}
.blog-entry.grid-entry .blog-entry-header {
    height: 60px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    body.woocommerce div.product div.images, .woocommerce.content-full-width div.product div.images,
    .woocommerce div.product div.summary, .woocommerce.content-full-width div.product div.summary {
        width: 100% !important;
    }
}