.srch-pop {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 113;
    display: none;
    padding: 30px;
}

.srch-pop input {
    border-width: 0;
}

.srch-pop .search-field {
    float: right;
    width: calc(100% - 185px);
    font-size: 24px;
    background-color: transparent;
}

.srch-pop .search-in {
    float: left;
    width: 180px;
}

.srch-pop .search-in select {
    display: block;
    float: right;
    width: 110px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 0 4px 4px 0;
    height: 40px;
}

.srch-pop button {
    font-family: fontawesome;
    float: left;
    width: 70px;
    font-size: 25px;
    padding: 0;
    cursor: pointer;
    height: 40px;
    border-radius: 4px 0 0 4px;
}

.right-menu {
    float: right;
}

.right-menu li {
    float: right;
    position: relative;
}

.right-menu li li {
    float: none;
}

.right-menu li a {
    display: inline-block;
    padding: 5px 02px 5px 12px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 3px;
}

.right-menu li a i {
    font-size: 13px;
}

.social-icon {
    float: left;
}

.social-icon li {
    float: right;
}

.social-icon a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}

.social-icon a i {
    line-height: 40px;
}

.social-icon a:hover {
    opacity: 0.7;
}

.site-header {
    padding: 16px 0;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 260px;
}

.logo img {
    max-height: 200px;
    width: 100%;
    display: block;
}

.s-footer .logo {
    margin: 0 0 20px;
}

.nav-block {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.07);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.07);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.07);
    margin-bottom: 40px;
}

.home .nav-block,
.page-template-page-about .nav-block,
.page-template-page-shipping .nav-block {
    margin-bottom: 0;
}

.nav-menu .header-menu {
    text-align: center;
}

.nav-menu .header-menu>li {
    /* float: right; */
    /* margin-right: 1px; */
    position: relative;
    margin: 0 5px;
    display: inline-block;
}

.nav-menu li a {
    display: block;
    padding: 10px 16px;
    line-height: 30px;
    min-width: 90px;
}

.nav-menu li ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 340px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 55;
}

.nav-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-menu li ul a {
    padding: 7px 10px;
    line-height: 28px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.nav-menu li ul li:last-child a {
    border-width: 0;
}

.nav-menu li ul a:hover {
    padding-right: 14px;
}


/*--------------------------------*/

.nav-menu li ul {
    width: 400px;
}

.nav-menu li ul li {
    float: right;
    width: 50%;
}

.nav-menu li ul li:nth-child(odd) {
    border-left: 1px solid #ddd;
}

.nav-menu li ul li:last-child {
    float: none;
    width: auto;
}

.nav-menu li ul li a {
    display: block;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
}

.nav-menu li ul li a img {
    float: right;
    width: 80px;
    height: 80px;
    margin-left: 6px;
}


/*--------------------------------*/

.right-headmenu {
    float: right;
    margin-top: 23px;
}

.right-headmenu>li {
    position: relative;
    z-index: 55;
    float: right;
    margin-left: 16px;
}

.right-headmenu li .woocommerce-mini-cart__total,
.right-headmenu li .woocommerce-mini-cart__buttons {
    padding: 12px;
}

.right-headmenu li .woocommerce-mini-cart__buttons {
    text-align: center;
}

.right-headmenu li .woocommerce-mini-cart__buttons a {
    margin: 0 3px;
    border-radius: 2px;
    padding: 4px 15px;
}

.right-headmenu li .woocommerce-mini-cart__buttons a:hover {
    opacity: 0.7;
}

.right-headmenu>li>a,
.right-headmenu li #cat-btn {
    border-radius: 30px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
}

.right-headmenu li i {
    font-size: 24px;
    display: block;
    line-height: 47px;
}

.right-headmenu li #cat-btn em {
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    background-color: red;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    text-align: center;
}

.right-headmenu li .header-quickcart {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}

.right-headmenu li:hover .header-quickcart {
    display: block;
}

.right-headmenu li .la-search {
    font-size: 21px;
}

.header-quickcart {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 300px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.26);
}

.woocommerce-mini-cart li {
    padding: 8px 8px 8px 40px !important;
    border-bottom: 1px solid #eee;
    position: relative;
}

.woocommerce-mini-cart li a.remove {
    position: absolute;
    left: 5px;
    top: 20px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    text-indent: -2px;
    border-radius: 2px;
    padding: 0;
}

.woocommerce-mini-cart li img {
    width: 40px !important;
    height: 40px !important;
    margin: 10px 0 0 10px;
    padding: 1px;
    background-color: #fff;
    border: solid 1px #eee;
    float: right;
}

.woocommerce-mini-cart .quantity {
    display: block;
}

.left-head {
    float: left;
    margin: 23px -10px 0;
    text-align: center;
}

.left-head li {
    float: none;
    display: inline-block;
    margin: 0 10px;
    min-width: 150px;
    font-size: 15px;
    padding-right: 28px;
    position: relative;
    min-height: 37px;
    text-align: right;
}

.left-head li i {
    display: block;
    font-size: 26px;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 216, 50, .3);
}

.left-head li span {
    display: block;
    margin-right: 60px;
    padding-top: 4px;
}

.left-head li b {
    display: block;
    line-height: 18px;
}

.left-head li em {
    font-style: normal;
}

.left-head li:last-child em {
    display: block;
    direction: ltr;
}

.nav-block .left-head {
    margin: 0;
    float: none;
    padding: 5px 0;
}

.nav-block .left-head li {
    padding: 0;
}


/*-------------------------------------------------------------------------*/

.big-slider .slick-arrow {
    background-color: transparent;
    border-width: 0;
    color: #fff;
    font-size: 44px;
    padding: 0;
    width: 60px;
    height: 60px;
    z-index: 6;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
}

.big-slider .slick-next {
    left: auto;
    right: 12px;
}

.big-slider img {
    width: 100%;
    max-height: 550px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 12px;
}

.big-slider .slick-dots li.slick-active button {
    width: 20px;
}


/*-------------------------------------------------------------------------*/

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    padding: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 33px;
}

.breadcrumbs h1,
.woocommerce .woocommerce-breadcrumb h1 {
    font-size: 15px;
    display: inline;
}


/*-------------------------------------------------------------------------*/

.home-sect {
    position: relative;
    padding: 40px 0 10px;
}

.home-sect-2 {
    border-top: 1px solid #ddd
}

.home-sect .cntr {
    position: relative;
    z-index: 2;
}

.big-slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #111;
    left: 0;
    z-index: 3;
    background-color: transparent;
    font-size: 38px;
    opacity: 0;
}

.big-slider .slick-next {
    left: auto;
    right: 0;
}

.home-sect .products:hover .slick-arrow {
    opacity: 1;
}


/* 
.home-sect .cntr>h2,
.post-title {
    position: relative;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 45px;
    font-size: 34px;
}


.home-sect .cntr>h2::before,
.post-title::before {
    position: absolute;
    width: 120px;
    height: 4px;
    content: '';
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -56px;
}

.home-sect .cntr>h2::after,
.post-title::after {
    position: absolute;
    content: '';
    display: block;
    background: #f3f3f3 url(img/logo-icon.png) center center / 100% auto no-repeat;
    width: 56px;
    height: 40px;
    bottom: -13px;
    left: 50%;
    margin-left: -22px;
} */

.sect-title {
    padding: 7px 40px 12px 0;
    margin: 0 0 30px;
    position: relative;
}

.sect-title:before,
.sect-title:after {
    position: absolute;
    content: '';
    right: 0;
    display: block;
}

.sect-title::before {
    width: 47px;
    height: 3px;
    bottom: 0;
    right: 6px;
}

.sect-title::after {
    background: #f3f3f3 url(img/logo-icon.png) center center / 100% auto no-repeat;
    width: 37px;
    height: 37px;
    top: 0;
}

.sect-title h2,
.sect-title h3 {
    padding: 0;
    margin: 0;
}

body .home-sect .woocommerce ul.products.columns-1 li.product,
body .home-sect .woocommerce-page ul.products.columns-1 li.product {
    clear: none !important;
    padding-top: 20px;
}

.pd-wrap {
    background-color: #fff;
    margin: 0 8px;
    border: 1px solid #eee;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.pd-desc {
    height: 42px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 11px;
}

.pd-desc p {
    margin: 0;
}

.pd-wrap .woocommerce-loop-product__title {
    padding: 5px 10px !important;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pd-wrap .price {
    display: block;
    text-align: center;
}

.pd-wrap ul.products li.product a img {
    width: auto !important;
    max-width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.pd-wrap ul.products li.product a.woocommerce-LoopProduct-link {
    text-align: center;
}

.woocommerce ul.products li.product .pd-wrap .onsale {
    top: 20px !important;
    left: 20px !important;
    right: auto;
    margin: 0;
}

.pd-wrap .added_to_cart {
    display: none !important;
}

.woocommerce ul.products li.product .pd-wrap .button {
    margin: 0 auto;
    display: block;
    max-width: 177px;
    text-align: center;
}

.woocommerce ul.products li.product .pd-wrap .button:hover {
    opacity: 0.7;
}

.pd-wrap .star-rating {
    display: none !important;
}

.bgr--1 img {
    width: 100%;
    display: block;
}

.cat-img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 350px;
    text-align: center;
}

.cat-img span {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
}

.cat-img span:before,
.cat-img span:after {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 140px;
    height: 140px;
    display: block;
    content: '';
    background-color: #00b271;
    border-radius: 50%;
}

.cat-img span:before {
    background: linear-gradient(to bottom, rgba(0, 178, 113, 1) 0%, rgba(0, 178, 113, 0.73) 27%, rgba(237, 237, 237, 0) 100%);
}

.cat-img span:after {
    left: 7px;
    top: 57px;
    width: 180px;
    height: 180px;
    background-color: transparent;
    border: 3px dotted #00b271;
    border-color: #00b271 transparent transparent;
    border-radius: 50%;
    animation: mov8 10s linear infinite;
    -moz-animation: mov8 10s linear infinite;
}

.cat-img img {
    display: block;
    width: 80%;
    height: auto;
    max-height: 300px;
    margin: 0 auto;
}

.slick-slide:nth-child(odd) .cat-img img {
    -webkit-animation: mov2 2s both infinite;
    animation: mov2 2s both infinite;
}

.slick-slide:nth-child(even) .cat-img img {
    -webkit-animation: mov3 2s both infinite;
    animation: mov3 2s both infinite;
}

.cat-img i {
    top: 50%;
    position: relative;
    z-index: 4;
    transform: translateY(-50%);
    display: block;
    width: 200px;
    /* height: 300px; */
    margin: 0 auto;
}

.slider-arrows .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -30px;
    display: block;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #00b271;
    color: #00b271;
    background-color: #fff;
}

.slider-arrows .slick-next {
    left: auto;
    right: -60px;
}

@keyframes mov2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes mov3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes mov8 {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cat-img h3 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}


/*------------------------*/

.pd-block {
    position: relative;
    background-color: #fff;
    margin: 0 2px 0 0;
    height: 380px;
}

.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -90px !important;
}

.woocommerce .pd-block a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 20px;
    left: 24px;
}

.woocommerce ul.products li.product .pd-block a img {
    height: 224px;
}

.pd-block-h h3 {
    margin: 0 0 10px !important;
    padding: 0 10px !important;
    line-height: 20px;
    text-align: center;
    font-size: 17px !important;
}

.pd-block-h div,
.pd-block .pd-desc {
    display: none;
}

.pd-block .woosq-btn,
.pd-block .woosw-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    color: #00b170;
    font-size: 19px;
    z-index: 100;
}

.pd-block .woosw-btn {
    top: 55px;
}

.woocommerce ul.products li.product .pd-block a img {
    width: 90%;
    margin: 0 auto 1em;
}

.sect-cats {
    background-color: #fff;
}

.sect-brands {
    padding: 50px 0;
}

.i-img2 {
    margin: 0 10px;
    display: block;
    height: 100px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.i-img2 img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 150px;
    height: auto !important;
    max-height: 99%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.grd- {
    margin: 0 -12px;
}

.grd->li {
    float: right;
    width: 50%;
    padding: 0 12px;
}

.grd-3>li {
    width: 33.333%;
}

.grd-4>li {
    width: 25%;
}

.grd-5>li {
    width: 20%;
}

.sect-title .clfx h2,
.sect-title .clfx h3 {
    float: right;
}

.sect-title .more {
    float: left;
}

.more.btn {
    font-size: 15px;
    padding: 4px 20px;
}

.sect-contact {
    padding: 0;
}

.sect-contact-in .cntr {
    padding-left: 370px !important;
    position: relative;
}

.sect-contact-in .cntr>img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 340px;
}

.sect-contact-in-1 b {
    display: block;
    text-align: right;
    direction: ltr;
    font-size: 1.5em;
}

.sect-contact-in-2 ul li:first-child {
    position: relative;
    padding-right: 60px;
}

.sect-contact-in-2 ul li:first-child i {
    position: absolute;
    top: 22px;
    right: 0;
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background: url(img/email.png) 0 0 /100% auto no-repeat transparent;
}

.sect-contact-in-2 ul li:last-child {
    width: 66%;
}

.sect-contact-in-1,
.sect-contact-in-2 {
    padding: 20px 0;
}

.sect-contact .social-icon {
    margin-top: 20px;
}

.sect-contact .social-icon a {
    border-radius: 50%;
    margin-left: 6px;
}

.store-location {
    margin: 0 0 20px;
    position: relative;
    padding-right: 36px;
    font-size: 14px;
    line-height: 20px;
}

.store-location i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 30px;
}

.payway span {
    display: block;
    position: relative;
    height: 34px;
    text-align: center;
}

.payway span img {
    max-height: 34px;
    width: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}

.maillist-form {
    background-color: #e3e3e3;
    border-radius: 40px;
    max-width: 500px;
    float: right;
    width: 100%;
    margin: 24px 0 0;
}

.maillist-form form {
    padding: 0 !important;
    margin: 0 !important;
}

.maillist-form input {
    display: block;
    height: 50px;
    padding: 0;
}

.maillist-form input[type=text],
.maillist-form input[type=email],
.maillist-form input[type=search] {
    float: right;
    width: calc(100% - 170px) !important;
    background-color: transparent;
    border-width: 0;
    outline: none;
    padding-right: 15px !important;
}

.maillist-form input[type=submit],
.maillist-form button {
    float: left;
    width: 150px;
    border-radius: 40px;
    height: 50px;
    font-family: cairo;
}

.pd-search-form {
    float: none !important;
    margin: 0 auto !important;
}

#mailpoet_form_1 .mailpoet_paragraph {
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .pd-block .button {
    margin: 0 auto;
    display: block;
    width: 180px;
    border-radius: 44px;
    text-align: center;
}

.woocommerce ul.products li.product .pd-block .price {
    padding: 4px 12px;
}

.woocommerce .products .pd-block .star-rating {
    margin-right: 12px;
}

.woocommerce ul.products li.product .price {
    font-weight: 700;
    font-size: 1.2em;
}

.slider-arrows-bgr {
    position: relative;
    z-index: 3;
}

.slider-arrows-bgr::before {
    position: absolute;
    content: '';
    height: 0px;
    width: 80px;
    bottom: 0px;
    right: 0;
    border-image-source: url("data:image/svg+xml;charset=UTF-8,%3csvg width='138' height='65' viewBox='0 0 138 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M117.964 20.0277H40.0723C29.0044 20.0277 20.0361 28.9922 20.0361 40.0554V44.9723C20.0361 56.0355 11.0679 65 0 65H138V0C138 11.0632 129.032 20.0277 117.964 20.0277Z' fill='white'/%3e%3c/svg%3e ");
    border-image-slice: 40 30 30 33;
    border-image-repeat: stretch;
    border-style: inset;
    border-width: 40px 25px 25px 32px;
    z-index: 999;
}

.rev-slider-over {
    width: 100%;
    overflow: hidden;
}

sr7-fonttest-wrap {
    display: none !important;
}


/* html body #SR7_2_1 .jamoo.sr7-bullets {
    height: 40px !important;
}
 */

.jamoo.sr7-bullets {
    margin-right: 24px !important;
    position: absolute !important;
}

.jamoo.sr7-bullets::before {
    height: 0 !important;
    right: -24px !important;
    width: calc(100% + 10px) !important;
}

.woocommerce-breadcrumb {
    border-radius: 5px;
    padding: 10px !important;
    background-color: #fff;
    font-size: 18px !important;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 30px;
    font-style: normal;
    text-align: center;
}

.ban-box {
    padding: 0 9px;
    float: right;
    width: 33.333%;
}

.bans-box .banner-wrap {
    border-radius: 30px;
    padding: 20px;
    background-color: #820f0a;
    color: #fff;
    position: relative;
    height: 250px;
    overflow: hidden;
}

.bans-box .banner-wrap:before {
    position: absolute;
    width: 200%;
    top: -40px;
    left: -150px;
    bottom: -40px;
    border-radius: 50%;
    display: block;
    content: '';
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.4;
}

.bans-box .banner-wrap:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.15;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='400' height='250' preserveAspectRatio='none' viewBox='0 0 400 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1106%26quot%3b)' fill='none'%3e%3cpath d='M273.47 94.59 a54.47 54.47 0 1 0 108.94 0 a54.47 54.47 0 1 0 -108.94 0z' fill='rgba(255%2c 255%2c 255%2c 1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M70.1 220.28 a75.79 75.79 0 1 0 151.58 0 a75.79 75.79 0 1 0 -151.58 0z' fill='rgba(255%2c 255%2c 255%2c 1)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M-11.46 89.2 a43.71 43.71 0 1 0 87.42 0 a43.71 43.71 0 1 0 -87.42 0z' fill='rgba(255%2c 255%2c 255%2c 1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M189.05 8.8 a76.07 76.07 0 1 0 152.14 0 a76.07 76.07 0 1 0 -152.14 0z' fill='rgba(255%2c 255%2c 255%2c 1)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1106'%3e%3crect width='400' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}

.bans-box .ban-box:nth-child(2) .banner-wrap {
    background-color: #3f8030;
}

.bans-box .ban-box:nth-child(3) .banner-wrap {
    background-color: #014dab;
}

.bans-box .ban-box span {
    display: block;
    width: 180px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.bans-box .ban-box span img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 3;
}

.bans-box .ban-box b {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .6);
}

.bans-box .ban-box p {
    margin: 0 0 12px;
    max-width: 146px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.bans-box .ban-box .btn {
    min-width: 100px;
}

.bans-box .ban-box b,
.bans-box .ban-box p,
.bans-box .ban-box .btn {
    position: relative;
    z-index: 4;
}

.flip-bottom {
    position: static !important;
}

.crcl-btn {
    display: block;
    position: fixed;
    width: 54px;
    height: 54px;
    bottom: 30px;
    left: 30px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #4dc247;
    font-size: 30px;
    line-height: 48px;
    z-index: 999;
}

.crcl-btn::after,
.crcl-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: 2.2s ease-out infinite pulse2;
    backface-visibility: hidden;
    pointer-events: none;
    border-radius: 50%;
}

.crcl-btn:after {
    animation-delay: 1s;
}

@-webkit-keyframes pulse2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
        opacity: 0;
    }
}

.payway li {
    float: right !important;
    width: auto !important;
    /* margin-left: 12px; */
}

.payway li:last-child {
    margin-left: 0;
}

.steps-item li div {
    margin-right: 30px !important;
}

.woocommerce span.onsale {
    padding: 6px !important;
}

.inr-brand {
    margin-bottom: 20px;
}

.txt-cntr {
    text-align: center;
}

.single-product .woosw-btn {
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    border-radius: 50%;
    font-size: 25px;
}

.single-product .single_add_to_cart_button {
    padding: 5px 30px !important;
    border-radius: 40px !important;
    height: 50px;
    font-family: cairo;
    font-size: 20px !important;
}

.woocommerce .quantity .qty {
    width: 120px;
    text-align: center;
    height: 50px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 25px;
}

span.btn {
    min-width: 74px;
}

.woocommerce div.product .product_title {
    font-weight: 700;
    background: #fff;
    padding: 15px 20px;
    border-radius: 40px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 2em;
}

.woocommerce .star-rating span::before {
    color: gold;
}

.single-product .flex-viewport {
    margin-bottom: 25px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0 7px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 1px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: #00b271;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 20px 20px 0 0;
}

#tab-description,
#tab-reviews {
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}

.woocommerce div.product form.cart {
    margin-left: 80px;
}

.woocommerce div.product form.cart+.woosw-btn {
    float: left;
    margin-top: -80px;
}

.woosw-list {
    margin-bottom: 40px;
}

.pbfw_square_data_main {
    position: static;
}

.pbfw_square img {
    width: auto !important;
    height: auto !important;
}

.title-cover {
    position: relative;
    /* background: url(https://badawya.com/wp-content/uploads/2025/02/about-cover.png) 0 0 /100% auto no-repeat #ddd; */
    padding: 0;
    text-align: center;
    color: #fff;
}

.title-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.title-cover::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    background-color: #00b271;
    opacity: 0.5;
}

.title-cover-in {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.title-cover-in h3 {
    margin: 0 0 30px;
}

@media screen and (min-width: 1024px) {
    .title-cover-in h3 {
        font-size: 66px;
        line-height: 70px;
    }
}


/*---------------------------------- //wp---------------------------------------*/


/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/

.b-sect {
    position: relative;
    padding: 40px 0 10px;
    min-height: 100px;
    background: #fbfbfb
}

.b-sect .cntr {
    position: relative;
    z-index: 2;
}

.inr .b-sect {
    background-image: none;
}

.inr .b-sect:before {
    display: none;
}

.b-sect li {
    margin-bottom: 30px;
}

.b-sect ul div {
    height: 108px;
    position: relative;
    padding: 12px 30px 12px 12px;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.03);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.03);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.03);
    border-radius: 2px;
    margin-right: 30px;
}

.b-sect ul li:nth-child(1) div {
    margin-right: 0;
}

.b-sect ul div i {
    display: block;
    width: 40px;
    height: 44px;
    position: absolute;
    top: 24px;
    right: -23px;
    text-align: center;
    font-size: 26px;
    line-height: 44px;
    border-radius: 50%;
    /* border: 1px solid #ddd; */
    background-color: #fff;
}

.b-sect ul div i img {
    width: 100%;
    height: auto;
}

.b-sect ul div h3,
.title-2 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
}

.b-sect ul div h3:before,
.title-2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 20px;
    background-color: #02b272;
    display: block;
    content: '';
}

.b-sect ul div p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

.b-sect ul div span {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
}

.inr .b-sect li {
    float: none;
    width: auto;
    padding-top: 0;
    margin: 0 auto 49px;
    max-width: 900px;
}

.inr .b-sect ul div {
    height: auto;
}

@media screen and (min-width: 840px) {
    .inr .b-sect ul div {
        position: relative;
        background-color: rgba(255, 255, 255, .3);
        padding: 14px 70px 14px 14px;
        min-height: 120px;
        text-align: right;
        margin-right: 44px;
    }
    .inr .b-sect ul div i {
        top: 50px;
        left: auto;
        right: 0;
        margin: 0;
        margin-right: -47px;
        text-align: center;
        font-size: 29px;
        line-height: 97px;
    }
    .page-template-page-about.inr .b-sect ul div i {
        font-size: 60px;
    }
}

.inr .b-sect ul div h3 {
    margin-bottom: 30px;
}

.inr .b-sect ul div p {
    font-size: 17px;
    line-height: 26px;
}


/*-------------------------------------------------------------------------*/

.s-footer {
    padding: 44px 0;
    min-height: 200px;
}

.row- {
    margin: 0 -12px;
}

.fot-box {
    float: right;
    width: 25%;
    padding: 0 12px;
}

.fot-box h3 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 20px;
    font-size: 18px;
}

.fot-box h3:before {
    width: 40px;
    height: 4px;
    position: absolute;
    display: block;
    content: '';
    right: 0;
    bottom: 0;
}

.fot-box .mailpoet_paragraph {
    float: right;
    margin: 0;
    width: 220px;
}

.fot-box .mailpoet_paragraph.last {
    width: 75px;
}

.fot-box #mailpoet_form_2 form.mailpoet_form {
    padding: 0;
}

.fot-box #mailpoet_form_2 input {
    border-width: 0;
}

.fot-box .social-icon {
    float: none;
    text-align: center;
}

.fot-box .social-icon li {
    float: none;
    display: inline-block;
    margin: 0 2px;
}

.fot-box .social-icon li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
}

.fot-box-3 img {
    max-width: 150px;
}

.foot-bar {
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
}

.foot-bar p {
    margin: 0;
    text-align: center;
}

.gototop {
    position: fixed;
    right: 50px;
    bottom: 60px;
    display: block;
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 44px;
    border-radius: 40px;
    text-align: center;
    -webkit-animation: fadeOutRight 0.5s both;
    animation: fadeOutRight 0.5s both;
    z-index: 9;
}

.gototop,
.gototop:hover {
    color: #fff !important;
}

.gototop-show {
    -webkit-animation: fadeInUp 0.5s both;
    animation: fadeInUp 0.5s both;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.side-menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    border-left: 1px solid #eee;
    padding: 10px 0 50px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
}

.side-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

a.side-menu-toggle {
    float: left;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    margin-top: 12px;
}

.side-menu a.side-menu-toggle {
    display: block !important;
}

header a.side-menu-toggle i {
    font-size: 33px;
}

.side-menu a.side-menu-toggle {
    margin: 0 0 30px;
    float: left;
}

.side-menu ul {
    clear: both;
    max-height: 90%;
    overflow: auto;
}

.side-menu ul ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}

.side-menu ul li img {
    display: none !important;
}

.side-menu ul ul li a {
    line-height: 23px;
}

.side-menu ul li:last-child {
    border-width: 0;
}

.side-menu ul a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    line-height: 36px;
    font-size: 14px;
}

.side-menu ul a i {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 21px;
}

.cat-posts-list li {
    float: right;
    width: 25%;
    margin-bottom: 25px;
}

.cat-posts-list li img {
    margin: 0 auto 20px;
    max-width: 100%;
    display: block;
}

.cat-posts-list li h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
}

.archive-title {
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
}

.comp-shipping img {
    max-width: 300px;
    padding: 1px;
    border: 1px solid #eee;
}


/*-------------------------------------------------------------------------*/

.wpcf7-form .contact {
    margin: 0 auto;
    max-width: 600px;
}

.wpcf7-form .contact label,
.contact .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact .wpcf7-form-control-wrap {
    padding-top: 8px;
}

.wpcf7-form .contact input,
.wpcf7-form .contact textarea {
    border-radius: 3px;
    display: block;
    margin: 0 0 20px;
    width: 100%;
}


/*-------------------------------------------------------------------------*/

.slick-dots li button,
.bgr-dark,
.site-header,
.s-footer {
    background-color: #001818;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce span.onsale,
.btn,
.woocommerce ul.products li.product .button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.bgr-1,
.woocommerce-mini-cart li a.remove,
.slick-dots li.slick-active button,
.woocommerce ul.products li.product .pd-wrap .button,
.post-title:before,
.gototop,
.fot-box .social-icon li a,
.sect-title:before,
.left-head li i,
.top--bar {
    background-color: #00b271;
}

.right-headmenu li .woocommerce-mini-cart__buttons a {
    background-color: #ffd832;
}

.right-headmenu li .woocommerce-mini-cart__buttons a.checkout {
    background-color: #09690E;
}

.nav-block,
.foot-bar {
    background-color: #043535;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00b271 !important;
}

.nav-menu li ul a:hover {
    background-color: #eee;
}

.woocommerce-info {
    border-top-color: #00b271;
}

.banner-wrap .btn,
.sect-contact .social-icon a,
.bgr-dark .title-2:before,
.bgr-1 .title-2:before,
.nav-block,
.bgr-w,
.fot-box h3:before,
.right-headmenu>li>a,
.right-headmenu li #cat-btn {
    background-color: #fff;
}

.banner-wrap .btn,
.right-headmenu li .woocommerce-mini-cart__buttons a,
.nav-menu li ul a,
.nav-menu li ul a:hover,
a,
.pd-wrap .woocommerce-loop-product__title {
    color: #011515;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.bans-box .ban-box,
.bans-box .ban-box a,
.btn,
.btn a,
.left-head li i,
.woocommerce ul.products li.product .button,
.bgr-dark,
.bgr-dark a,
.bgr-1,
.bgr-1 a,
.s-footer,
.s-footer a,
.top--bar a,
.left-head,
.nav-menu li a,
.right-headmenu li .woocommerce-mini-cart__buttons a.checkout,
.foot-bar,
.right-menu li:hover,
.right-menu li:hover a,
.woocommerce ul.products li.product .pd-wrap .button,
.woocommerce-mini-cart li a.remove {
    color: #fff;
}

.pd-block-h h3,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce div.product .product_title,
.woocommerce ul.products li.product .price,
.sect-contact .social-icon a,
.sect-title,
.post-title,
.b-sect ul div i,
.b-sect ul div h3,
.woocommerce-info:before,
.nav-block .left-head li,
.home-sect .cntr>h2,
.cat-img h3,
.nav-menu li a,
.right-headmenu li i,
.woocommerce-mini-cart li .amount,
.inr .b-sect ul div p {
    color: #00b271;
}

.pd-desc,
.b-sect ul div {
    color: #9d9d9d;
}

.wpcf7-form .contact .imp {
    color: red;
}

.pd-block .woosq-btn,
.pd-block .woosw-btn {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*-------------------------------------------------------------------------*/

@media screen and (max-width: 1360px) {
    .slider-arrows .slick-arrow {
        left: 0;
        z-index: 99;
    }
    .slider-arrows .slick-next {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .steps-item {
        margin: 0 !important;
        padding: 0 20px;
    }
    .slider-arrows .slick-arrow {
        display: none;
    }
}

@media screen and (max-width: 1170px) {
    .cntr {
        padding: 0 12px;
    }
    .sect-contact-in-2 ul li:first-child i {
        position: absolute;
        top: 22px;
        right: 10px;
        display: block;
        content: '';
        width: 42px;
        height: 50px;
        background: url(img/email.png) 0 0 /100% auto no-repeat transparent;
    }
    .sect-contact-in-2 ul li:first-child i {
        right: 10px;
        width: 42px;
        top: 15px;
    }
    .sect-contact-in-1 .cntr>ul>li {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .grd-4 li {
        width: 33.333%;
    }
    .grd-3 li {
        width: 50%;
    }
    .sect-contact-in-2 ul li {
        width: 100%;
        float: none;
    }
    .sect-contact-in-2 ul li:first-child {
        max-width: 300px;
    }
    .sect-contact-in-2 ul li:first-child i {
        top: 6px;
    }
    .steps-item li {
        width: 50% !important;
    }
}

@media screen and (max-width: 920px) {
    .cat-posts-list li {
        width: 33.333333%;
    }
}

@media screen and (max-width: 840px) {
    .nav-menu,
    .site-header .left-head {
        display: none;
    }
    .right-headmenu {
        float: none;
        margin: 0 0 16px;
        text-align: center;
    }
    .right-headmenu li .header-quickcart {
        right: auto;
        left: 0;
    }
    .right-headmenu li {
        float: none;
        display: inline-block;
    }
    .b-sect li {
        float: none;
        width: auto;
        margin: 0 auto 20px;
        max-width: 290px;
    }
    .steps-item li {
        float: right;
        width: 50%;
        margin: 0;
        max-width: none;
    }
    .fot-box-1,
    .fot-box-2 {
        width: 50%;
    }
    .fot-box {
        margin-bottom: 25px;
        float: none;
        width: auto;
        clear: both;
    }
    .fot-box-2,
    .fot-box-3 {
        width: 50%;
        float: right;
        clear: none;
    }
    .fot-box-4 {
        margin-bottom: 0;
        border-bottom-width: 0 !important;
    }
    .inr .b-sect li {
        padding: 0;
    }
    .grd-4 li {
        width: 50%;
    }
    .right-headmenu>li {
        margin: 0 6px;
    }
    .right-headmenu>li>a,
    .right-headmenu li #cat-btn {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .right-headmenu li i {
        font-size: 17px;
        display: block;
        line-height: 36px;
    }
    .ban-box {
        float: none;
        width: auto;
        margin: 0 auto 25px;
        max-width: 440px;
    }
    .sect-contact-in .cntr {
        padding-left: 190px !important;
    }
    .sect-contact-in .cntr>img {
        left: -124px;
        height: 280px;
    }
    .sect-contact-in-1 .cntr>ul>li:last-child {
        float: left !important;
        width: 100% !important;
        clear: both;
        display: block;
    }
    .sect-contact-in-1 .social-icon {
        float: none;
        width: auto;
    }
    .sect-contact-in-1 .social-icon li {
        float: none;
        display: inline-block;
        margin-left: 10px;
        width: auto;
    }
    .maillist-form {
        margin-top: 0;
    }
}

@media screen and (min-width: 840px) {
    .site-header .side-menu-toggle,
    .nav-block .left-head {
        display: none;
    }
    .pd-block .woosq-btn,
    .pd-block .woosw-btn {
        opacity: 0;
        transform: translateX(20px);
    }
    .pd-block:hover .woosq-btn,
    .pd-block:hover .woosw-btn {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 740px) {
    .sect-title,
    .post-title {
        font-size: 13px;
    }
    .big-slider .slick-arrow {
        font-size: 32px;
    }
    .slick-dots {
        bottom: 8px;
    }
    .cat-posts-list li {
        width: 50%;
    }
}

@media screen and (min-width: 740px) {
    .fot-box-1 li {
        float: right;
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .sect-contact-in .cntr>img {
        display: none !important;
    }
    .sect-contact-in .cntr {
        padding-left: 12px !important;
    }
    .sect-contact-in-2 ul li:last-child {
        width: auto;
    }
    .maillist-form {
        float: none;
        margin: 0 auto;
    }
    .sect-contact-in-2 ul li:first-child {
        max-width: none;
        padding-right: 12px;
    }
    .sect-contact-in-2 ul li:first-child i {
        position: static;
        margin: 0 auto;
        height: 44px;
        float: none;
        display: block;
    }
    .sect-contact-in-2 ul li:first-child h3 {
        margin: 0 0 12px;
        text-align: center;
        line-height: 22px;
        font-size: 16px;
    }
    .gototop {
        right: 10px;
        bottom: 14px;
        width: 40px;
        height: 40px;
        font-size: 21px;
        line-height: 40px;
    }
}

@media screen and (max-width: 540px) {
    .woocommerce ul.products li.product a img {
        max-height: 240px;
    }
    .srch-pop .search-field,
    .srch-pop .search-in {
        float: none;
        width: 100%;
    }
    .srch-pop .search-field {
        margin-bottom: 8px;
        border-radius: 4px;
        border: 1px solid #eee;
    }
    .srch-pop button {
        border-radius: 4px;
    }
    .srch-pop {
        padding: 18px;
    }
    .grd-:not(.payway)>li {
        width: auto !important;
        float: none !important;
        margin: 0 auto 30px;
        max-width: 400px;
    }
    .steps-item {
        padding: 0;
    }
    .top--bar .social-icon,
    .right-menu {
        clear: both;
        float: none;
        text-align: center;
    }
    .top--bar .social-icon li,
    .right-menu li {
        display: inline-block;
        float: none;
    }
    .pd-block {
        margin: 0 auto;
        max-width: 300px;
    }
    .slider-arrows .slick-arrow {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .right-headmenu>li {
        margin-left: 5px;
    }
    .s-footer {
        padding: 10px 0 0;
    }
    .fot-box {
        float: none;
        width: auto;
        border-bottom: 1px solid #072D1F;
        padding: 20px 12px;
        margin: 0;
    }
    .fot-box-3 {
        padding-bottom: 0;
        border-width: 0;
    }
    .fot-box-1 ul:after {
        clear: both;
        display: block;
        content: '';
    }
    .fot-box-1 li {
        width: 50%;
        float: right;
    }
    .foot-bar p {
        float: none;
        text-align: center;
        margin: 0 0 4px;
    }
    .right-menu li a {
        padding: 4px 2px;
        font-size: 13px;
    }
    .cat-posts-list li {
        width: auto;
        float: none;
        margin: 0 auto 25px;
        max-width: 300px;
    }
    .right-headmenu {
        margin: 0 0 10px;
    }
    .right-menu {
        margin: 0 -12px;
    }
    .right-menu li a {
        margin: 0;
    }
    .maillist-form input[type="text"],
    .maillist-form input[type="email"] {
        width: calc(100% - 105px) !important;
    }
    .maillist-form input[type="submit"] {
        width: 100px;
    }
}

@media screen and (max-width: 380px) {
    .logo {
        width: 150px;
        margin: 0 auto !important;
    }
    .s-footer .logo {
        margin-bottom: 20px !important;
    }
    .nav-block .left-head {
        margin: 0 -14px;
    }
    .left-head li {
        margin: 0 5px;
    }
    .left-head li i {
        font-size: 23px;
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .left-head li span {
        line-height: 22px;
        margin-right: 50px;
        padding-top: 4px;
    }
}

@media screen and (max-width: 340px) {
    .sect-contact-in-1 .social-icon li {
        margin-left: 6px;
    }
}


/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/