/*!
Theme Name: Tobeplus
Theme URI: https://webdeveloper.com.ua/
Author: webdeveloper.com.ua
Author URI: https://t.me/webdeveloper_com_ua
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
LicenFse: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tobeplus
Tags:.widget.woocommerce.widget_shopping_cart------------------------- */

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*border: 1px solid red; */
}

*:focus,
*:active {
    outline: none;
}

/*  Variables
---------------------------------------- */
:root {
    /* Colors */
    --black: #000;
    --white: #fff;
    --dust: #f3f5f9;
    --orange: #fe6e03;

    --blue: #219fff;
    --dark-blue: #3a3451;
    --deep-blue: #2b52c4;
    --turquoise: #33cccc;

    --light-gray: #d1cee1;
    --mid-gray: #848a9a;
     /* Fonts */
	--serif: ;
	--sans-serif: "Roboto", sans-serif; /* 100, 300, 400, 500, 700, 900 */
 	/* Header */
	--header-height: 65px;
}
@media (max-width: 768px) {
  :root {
    --header-height: 48px;
  }
}


/*  General
----------------------------------------------------------------------------------------- */
html {
    line-height: normal;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-weight: 500;
    font-display: auto;
    color: var(--dark-blue);
    font-family: var(--sans-serif);
    -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-size: 97px;
    font-weight: 800;
    line-height: 1.1;
}

h2,
.h2 {
    font-size: 97px;
}

h3,
.h3 {
    font-size: 60px;
}

h4,
.h4 {
    font-size: 40px;
}

h5,
.h5 {
    font-size: 25px;
}

h6,
.h6 {
    font-size: 18px;
}

@media only screen and (max-width: 576px) {
    h1,
    .h1 {
        font-size: 36px;
    }
h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 60px;
}

h4,
.h4 {
    font-size: 40px;
}

h5,
.h5 {
    font-size: 25px;
}

h6,
.h6 {
    font-size: 18px;
}	

p {
    font-size: 15px;
	font-weight: 300;
}		
}



a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

p {
    font-size: 15px;
	font-weight: 400;
}


/*  */
blockquote {
    margin: 0 auto;
    max-width: 790px;
    text-align: center;
}

blockquote::after,
blockquote::before {
    content: "";
    width: 38px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background: url("https://api.iconify.design/el:quotes.svg?color=%23D1CEE1") no-repeat center center / contain;
}

blockquote::after {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

blockquote p {
    font-size: 18px;
    line-height: 1.8;
}

blockquote p:first-child {
    margin-top: 30px;
}

blockquote p:last-child {
    margin-bottom: 30px;
}

/*  */
blockquote.left-align,
blockquote.left-align::after,
blockquote.left-align::before {
    margin: 0;
    text-align: left;
}

/*  */
blockquote.small::after,
blockquote.small::before {
    width: 24px;
    height: 18px;
}

blockquote.small p {
    font-size: 14px;
}

blockquote.small p:first-child {
    margin-top: 15px;
}

blockquote.small p:last-child {
    margin-bottom: 15px;
}

/* Lists */
ul,
ol,
dl {
    line-height: 2;
    list-style: none;
}


/*  */
.section-head.center {
    text-align: center;
}

.section-head.center .uptitle::after {
    margin: 15px auto 0 auto;
}

.section-head.center .vertical-line {
    margin: 45px auto 0 auto;
}

/* .section-head.white */
.section-head.white .title,
.section-head.white .uptitle {
    color: var(--white);
}

.section-head.white .uptitle::after {
    border-color: var(--white);
}

/*  */
.section-head > *.deep-blue {
    color: var(--deep-blue) !important;
}

.section-head > *.black {
    color: var(--black) !important;
}

.section-head .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: var(--dark-blue);
    margin: 30px 0 0 0;
}

.section-head .uptitle {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: var(--mid-gray);
    /*   text-transform: uppercase; */
}

.section-head .uptitle::after {
    content: "";
    display: block;
    max-width: 40px;
    margin-top: 15px;
    border-bottom: 3px solid var(--deep-blue);
}

.section-head .text {
    font-size: 16px;
    color: var(--mid-gray);
    margin: 30px 0 0 0;
    margin-top: 70px;
}

.section-head figure::before {
    width: 1px;
    content: "";
    height: 105px;
    display: block;
    margin: 45px auto;
    background: var(--light-gray);
}

.section-head figure img {
    max-width: 150px;
}

/*  */
.editor table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.editor table th,
.editor table td {
    text-align: left;
    padding: 15px 30px;
}

.editor table tr:nth-child(even) {
    /*background-color: var(--dust);*/
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Layout
 *
----------------------------------------------------------------------------------------- */

/*  Site Layout: Grid System
----------------------------------------------------------------------------------------- */
.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container {
    max-width: 1260px !important;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.x-center {
    justify-content: center;
}

.y-center {
    align-items: center;
}

.x-space-between {
    justify-content: space-between;
}

.x-end {
    justify-content: flex-end;
}

.layout {
    padding: 0 !important;
}

[class*="col-"] {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 15px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

/* .col-sm */
@media only screen and (min-width: 576px) {
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* .col-md */
@media only screen and (min-width: 992px) {
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* .col-lg */
@media only screen and (min-width: 1200px) {
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/*  Site Layout: Site Header
----------------------------------------------------------------------------------------- */

.site-header {
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 1000;
    display: flex;
    transition: 0.1s;
    position: relative;
    align-items: center;
    background: white;
}

.site-header [class*="col-"] {
    display: flex;
    padding: 0 15px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.site-header [class*="col-"] > *:not(:last-child) {
    margin-right: 15px;
}

/* .site-header.inverse */
.site-header.inverse {
    color: var(--white);
}

.site-header.inverse .site-branding-main .logo {
    filter: brightness(0) invert(1);
}

/*  */
.site-header.fixed {
    height: 75px;
    position: fixed;
    background: var(--white);
    color: var(--dark-blue) !important;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}

.site-header.fixed .header-mega-menu {
    top: 75px;
}

.site-header.fixed-with-menu {
    position: fixed;
}

.site-header.switch-bg .logo {
    filter: brightness(0) invert(1) !important;
}

.site-header.fixed .site-branding-main .logo {
    filter: unset;
}

/* .site-branding-main */
.site-branding-main {
    display: flex;
    align-items: center;
}

.site-branding-main .logo {
    max-height: 35px;
}

@media only screen and (max-width: 576px) {
    .site-header {
        height: var(--header-height);
    }
}

/*  Main Navigation
--------------------------------------------------- */

/* .main-navigation */
.main-navigation {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main-navigation::-webkit-scrollbar {
    display: none;
}

/* .main-navigation > menu */
.main-navigation .menu {
    display: flex;
    align-items: center;
}

/* .main-navigation > menu-item */
.main-navigation .menu > .menu-item {
    height: 100%;
    width: max-content;
    position: relative;
}

.main-navigation:not(.mobile) .menu > .menu-item:not(:last-child) {
    margin-right: 30px;
}

.main-navigation .menu > .menu-item > a {
    width: 100%;
    height: 35px;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.main-navigation .menu > .menu-item > a:hover {
    opacity: 0.8;
    color: gray;
}

/* .main-navigation > .sub-menu */
.main-navigation .menu > .menu-item > .sub-menu {
    left: 0;
    z-index: 1000;
    overflow: hidden;
    position: absolute;
    max-height: 0;
    width: 100%;
    max-width: 576px;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    color: var(--black); 
    background: #F5F5F7;
}

.main-navigation .menu > .menu-item:hover > .sub-menu,
.main-navigation .menu > .menu-item > .sub-menu.open {
    padding: 15px;
    max-height: min-content;
    border: 1px solid var(--main);
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    /*   color: var(--gray-dark); */
    /*   text-transform: uppercase; */
}

.main-navigation .menu > .menu-item > .sub-menu .menu-item a:hover {
    color: gray;
    background: var(--main);
}

/* .mega-menu */
.main-navigation .menu > .mega-menu > .sub-menu {
    flex-direction: row;
}

.main-navigation .menu > .mega-menu > .sub-menu > .menu-item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid var(--gray);
}

.main-navigation .menu > .mega-menu > .sub-menu > .menu-item > a {
    font-weight: 600;
    color: var(--black);
}

.main-navigation .menu > .mega-menu > .sub-menu > .menu-item > a > .iconify {
    display: none;
}

/* .main-navigation-mobile */
.main-navigation.mobile {
    left: 0;
    padding: 0 15px;
    width: 100%;
    z-index: 999;
    height: 100vh;
    display: block;
    overflow-y: scroll;
    position: absolute;

    background: var(--white);
}

.main-navigation.mobile .menu {
    flex-direction: column;
    align-items: flex-start;
}

.main-navigation.mobile .menu .menu-item {
    width: 100%;
}

.main-navigation.mobile .menu > .menu-item > a {
    padding: 0 30px;
    justify-content: space-between;
}

/* .main-navigation-mobile > .sub-menu */
.main-navigation.mobile .menu .menu-item .sub-menu {
    left: 0;
    min-width: 100%;
    position: unset;
    transform: unset;
}

/* .site-header :tel */
.site-header a[href^="tel:"] {
    display: block;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

.site-header a[href^="tel:"]:hover {
    color: var(--turquoise);
}

/* .menu-toggle */
.mobile-toggle {
    display: none;
}

.mobile-toggle div {
    width: 35px;
    height: 3px;
    margin: 7px 0;
    transition: 0.2s;
    background-color: var(--accent);
}

.change div:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change div:nth-child(2) {
    opacity: 0;
}

.change div:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*  */
@media only screen and (max-width: 1420px) {
    .site-header a[href^="tel:"] {
        margin: 0 30px;
    }

    .mobile-toggle {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .site-header [class*="col-"] {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 620px) {
    .site-header a[href^="tel:"] {
        display: none;
    }
}

/*  Site Layout: Site Footer
----------------------------------------------------------------------------------------- */
.site-footer {
    color: #0c0c0c;
    background: #F6F6F6;
	padding: 60px 0;
}

.site-footer ul {
    line-height: 12px;
}

/* .site-footer .site-branding-main */
.site-footer .site-branding-main {
    margin-bottom: 15px;
}

/* .site-footer .contact-list */
.site-footer .contact-list li:not(:last-child) {
    margin-bottom: 15px;
}

/* .site-footer .copyright */
.site-footer .copyright {
    margin: 5px 0 0 0;
}

/* .footer-navigation */
.footer-navigation .menu {
    display: flex;
    flex-direction: column;
}

.footer-navigation .menu > .menu-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer-navigation .menu > .menu-item > a {
    display: flex;
}

.footer-bottom-widget {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.disclaimer {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 10px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Sections
 *
----------------------------------------------------------------------------------------- */

section {
    padding: 60px 0;
}

section.slim {
    padding: 15px 0;
}

@media only screen and (max-width: 576px) {
    section {
        padding: 30px 0;
    }
}

/*  Section: SEO
----------------------------------------------------------------------------------------- */
.SEO {
    background-color: var(--dust);
}

/*  Section: Patents
----------------------------------------------------------------------------------------- */

#patents {
    padding-bottom: 0;
    background: var(--dust);
    box-shadow: 0 60px 0px 0px #e8ecf2;
}

#patents .section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#patents .container {
    max-width: 980px !important;
}

/* Patents Slider */
.patents-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.patents-navigation > div {
    font-size: 28px;
    cursor: pointer;
    color: var(--blue);
}

/*  */
.patent-slide .editor {
    font-size: 18px;
    line-height: 1.1 !important;
}

.patent-slide .editor strong {
    font-size: 24px;
}

.patent-slide .row {
    align-items: center;
    justify-content: space-between;
}

/*  Section: Product Nutrient
----------------------------------------------------------------------------------------- */
#product-nutrient {
    color: var(--white);
    background: url(/wp-content/themes/tobeplus/media/background-13.jpg) no-repeat center center / cover;
    padding: 360px 0 180px 0;
}

#product-nutrient .container {
    max-width: 1040px !important;
}

#product-nutrient .area-1 {
    font-size: 28px;
    font-weight: 600;
}

#product-nutrient .area-2 {
    font-size: 24px;
    font-weight: 600;
}

#product-nutrient img {
    display: block;
    margin: 0 auto;
}

/*  Section: Product Info
----------------------------------------------------------------------------------------- */
.product-info {
    background: var(--dust);
}

.product-info .entry-title {
    font-size: 28px;
}

/*  */
.product-info .price {
    margin-bottom: 0;
    font-size: 36px;
    margin: 30px 0;
    color: var(--deep-blue);
}

.product-info .price ins {
    color: var(--orange);
}

.product-info .price .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.product-info .quantity {
    margin-bottom: 15px;
}

/*  */
.woocommerce-product-gallery__image {
    display: flex !important;
    justify-content: center;
}

/*  */

.product-info .cart button {
    display: flex;
    height: 60px;
    margin: 0;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--black);
    background: #35DFE1;
}

.product-info .cart button::before {
    content: "+";
    transition: 0.3s;
    margin-right: 20px;
}

.product-info .cart button:hover {
    opacity: 0.8;
}

.product-info .cart button:hover::before {
    margin-right: 30px;
}

/*  Section: Expert
----------------------------------------------------------------------------------------- */
.experts section:nth-child(even) {
    background: var(--dust);
}

.experts section:nth-child(even) .row {
    flex-direction: row-reverse;
}

.experts section:nth-child(even) .expert-photo {
    background: url() no-repeat center center / cover var(--white);
}

/* .expert */
.expert-photo {
    height: 495px;
    max-width: 375px;
    background: url() no-repeat center center / cover var(--dust);
}

.expert-profile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert-profile .title {
    font-size: 28px;
    font-weight: 700;
}

.expert-profile .subtitle {
    font-size: 18px;
}

.expert-profile blockquote {
    margin-top: 15px;
}

/*  Section: Content Header
----------------------------------------------------------------------------------------- */

/*  */
.content-header.overlayed {
    padding: 0 !important;
}

.content-header.overlayed .overlay {
    height: 100%;
    padding: 150px 0 0 0;
    background: rgba(0, 0, 0, 0.6);
}

/*  */
.content-header .entry-content {
    position: relative;
}

.content-header .entry-content.white {
    color: var(--white);
}

.content-header .entry-content .bar {
    width: 100%;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: baseline;
    background: var(--white);
    bottom: calc(-50% + (-15px));
    justify-content: space-between;
    box-shadow: 0px 10px 45px rgba(56, 59, 82, 0.25);
}

.content-header .entry-content .bar .bar-item {
    width: 100%;
    font-size: 16px;
    max-width: 240px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--deep-blue);
}

.content-header .entry-content .bar .bar-item:nth-child(n + 4) {
    margin-top: 30px;
}

/*  Section: Hero About
----------------------------------------------------------------------------------------- */
.hero-about {
    color: var(--white);
    padding: 0 !important;
}

.hero-about .overlayed {
    padding: 150px 0 0 0;
    /*   background: #3a34518a; */
    background: rgba(0, 0, 0, 0.4);

    min-height: calc(var(--vh, 1vh) * 100);
}

.hero-about .page-navigation {
    margin-top: 30px;
}

/*  */
.hero-about .editor {
    margin-top: 50px;
    max-width: 680px;
    font-size: 16px;
}



/*  Section: About Home
----------------------------------------------------------------------------------------- */



/* .categories-bar */
.categories-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-bar li {
    font-size: 16px;
    transition: 0.3s;
    color: var(--mid-gray);
    text-transform: uppercase;
}

.categories-bar li:hover {
    color: var(--deep-blue) !important;
}

.categories-bar li a {
    display: block;
}

.categories-bar li:not(:last-child) {
    margin-right: 45px;
}

/*  Section: Consultation
----------------------------------------------------------------------------------------- */
#consultation {
    background: var(--white);
}

/*  Section: Map
----------------------------------------------------------------------------------------- */
#map {
    padding: 0 !important;
    line-height: 0;
}

#map iframe {
    width: 100%;
    border: none;
    height: 420px;
    filter: grayscale(100%);
}

/*  Section: Terms Previews
----------------------------------------------------------------------------------------- */
#cats {
    padding: 0;
    height: 760px;
}

/*  */
#terms-slider .term-slide {
    /*   height: 620px; */
}

.terms-navbar {
    position: absolute;

    z-index: 9999;
    width: 100%;
    bottom: 30px;
}

.terms-pagination {
    display: flex;
}

.terms-pagination .swiper-pagination-bullet {
    width: 100%;
    opacity: 1;
    height: 240px;
    display: flex;
    padding: 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: unset;
    flex-direction: column;

    color: var(--dark-blue);
    background: var(--white);

    justify-content: space-between;
    box-shadow: 0px 10px 45px rgba(56, 59, 82, 0.25);
}

.terms-pagination .swiper-pagination-bullet-active {
    background: var(--deep-blue);
    color: var(--white);
}

.terms-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 30px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Blocks
 *
----------------------------------------------------------------------------------------- */

/*  Blocks: Figure Card
----------------------------------------------------------------------------------------- */
.figure-card {
    display: flex;
    align-items: center;
}

.figure-card img {
    max-width: 170px;
    min-width: 170px;
    max-height: 170px;
    min-height: 170px;
    margin-right: 90px;
    object-fit: contain;
}

/*  Blocks: Icon Box
----------------------------------------------------------------------------------------- */
.icon-box {
    display: flex;
    flex-direction: column;
}

.icon-box .icon {
    height: 70px;
    width: 70px;
    display: block;
}

.icon-box .title {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 0 0;
    color: var(--deep-blue);
}

.icon-box .text {
    margin-top: 15px;
    color: var(--mid-gray);
}

/*  Blocks: Doc Box
----------------------------------------------------------------------------------------- */
.doc-box {
    height: 100%;
    display: flex;
    padding: 25px;
    color: var(--white);
    flex-direction: column;
    background: var(--deep-blue);
    justify-content: space-between;
}

.doc-box .text {
    line-height: 1.8;
    margin-bottom: 45px;
}

.doc-box .file {
    display: flex;
    align-items: center;
}

.doc-box .file .iconify {
    margin-right: 10px;
    font-size: 28px;
}

/*  Blocks: Parnter Box
----------------------------------------------------------------------------------------- */
.partner-box {
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.partner-box .logo {
    width: 190px;
    height: 190px;
    margin-bottom: 15px;
    object-fit: contain;
}

/*  Block: Shadow Box
----------------------------------------------------------------------------------------- */
.shadow-box {
    display: flex;
    padding: 35px;
    height: 240px;
    font-weight: 600;
    flex-direction: column;
    background: var(--white);
    color: var(--dark-blue);
    font-size: 16px;
    justify-content: space-between;
    box-shadow: 0px 10px 45px rgba(56, 59, 82, 0.25);
}

/*  Block: Num Box
----------------------------------------------------------------------------------------- */
.num-box {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    max-width: 130px;
    color: var(--deep-blue);
    flex-direction: column;
}

.num-box::before {
    display: block;
    font-size: 24px;
    font-weight: 600;
    width: max-content;
    color: var(--light-gray);
    content: attr(data-index);
    margin-bottom: 30px;
    border-bottom: 3px solid var(--light-gray);
}

/*  Block: Image Box
----------------------------------------------------------------------------------------- */
.image-box {
    display: flex;
}

.image-box figure img {
    width: 180px;
    height: 180px;
}

/*  Block: Recent Posts
----------------------------------------------------------------------------------------- */
.posts-list {
    display: flex;
    flex-direction: column;
}

.posts-list .post:not(:last-child) {
    margin-bottom: 60px;
}

.posts-list .post {
    position: relative;
    padding: 15px 30px;
    border-left: 3px solid var(--light-gray);
}

/*  */
.posts-list .post > .overlayed {
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.posts-list .post > .date {
    display: block;
    z-index: 2;
    position: relative;
}

.posts-list .post > .title {
    display: block;
    z-index: 1;
    position: relative;
    font-weight: 600;
    line-height: 1.8;
}

/*  Block: Page Navigation
----------------------------------------------------------------------------------------- */
.page-navigation .menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.page-navigation .menu .page_item:not(:first-child) {
    margin-right: 60px;
}

.page-navigation .menu .page_item a {
    opacity: 0.4;
    display: block;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
}

.page-navigation .menu .page_item a:hover,
.page-navigation .menu .current_page_item a {
    opacity: 1;
}

/*  Block: Nutrient Anounce
----------------------------------------------------------------------------------------- */
.nutrient-box .row {
    align-items: center;
    justify-content: space-between;
}

.nutrient-box:nth-child(odd) {
    background: var(--dust);
}

.nutrient-box:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.nutrient-box .anounce-figure {
    height: auto;
    line-height: 0;
    overflow: hidden;
    border-radius: 100%;
    background: var(--dust);
}

.nutrient-box .anounce-figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid transparent;
}

.nutrient-box .anounce-meta .title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}

.nutrient-box .anounce-meta .editor {
    margin-top: 30px;
}

.nutrient-box .anounce-meta .readmore {
    margin-top: 30px;
}

/*  Block: Iconed List
----------------------------------------------------------------------------------------- */
ul.iconed > li {
    display: flex;
    align-items: center;
}

ul.iconed > li:not(:last-child) {
    margin-bottom: 15px;
}

ul.iconed > li > .iconify {
    margin-right: 15px;
}

/*  Block: Widget
----------------------------------------------------------------------------------------- */
.widget-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget > .widget-title {
    margin-bottom: 59px;
}

.widget-title.size-m {
    font-size: 22px;
}

@media only screen and (max-width: 576px) {
    .widget-title {
        font-size: 16px;
    }
}

/*  Block: Socials
----------------------------------------------------------------------------------------- */
.socials {
    display: flex;
    align-items: center;
}

.socials li:not(:last-child) {
    margin-right: 7.5px;
    padding-right: 7.5px;
}

.socials li a {
    display: flex;
    font-size: 18px;
    padding: 18px;
    
}

    
.1socials {
    display: flex;
    align-items: center;
}

.1socials li:not(:last-child) {
    margin-right: 7.5px;
    padding-right: 7.5px;
}

.1socials li a {
    display: flex;
    font-size: 18px;
    padding: 18px;
    padding-left: 0px;
}
/*  */
.widget-social > .list {
    display: flex;
}

.widget-social > .list li:not(:last-child) {
    margin: 0 15px 0 0;
}

.widget-social > .list .item {
    font-size: 20px;
    display: flex;
    height: 50px;
    width: 50px;
    transition: 0.3s;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dust);
    color: var(--mid-gray);
}

.widget-social > .list .item:hover {
    background: var(--dust);
}

/*  */
.widget-social.column > .list {
    flex-direction: column;
}

.widget-social.column > .list li:not(:last-child) {
    margin: 0 0 15px 0;
}

/*  Block: Padding Box
----------------------------------------------------------------------------------------- */
.padding-box {
    padding: 60px 75px;
    background: var(--white);
    box-shadow: 0px 10px 45px rgba(56, 59, 82, 0.25);
}

.padding-box.transparent {
    box-shadow: unset;
    background: transparent;
}

@media only screen and (max-width: 576px) {
    .padding-box {
        padding: 30px;
    }
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Parts
 *
----------------------------------------------------------------------------------------- */

/*  Template Part: Content Anounce (.anounce-box)
----------------------------------------------------------------------------------------- */

/* Anounce Box */
.anounce-box > .anounce-figure {
    line-height: 0;
}

.anounce-box > .anounce-figure > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.anounce-box--big {
    height: 235px;
}

.anounce-box--big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anounce-box--big .anounce-figure {
    width: 100%;
    height: 100%;
}

.anounce-box--big .anounce-meta .anounce-meta__title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.06em;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 160%;
}

.anounce-box--big .anounce-meta .anounce-meta__text {
    font-size: 16px;
    margin-bottom: 27px;
}

.anounce-meta > .date {
    margin: 10px 0;
    display: block;
    color: var(--mid-gray);
}

.anounce-meta > .title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    transition: 0.3s;
    color: var(--dark-blue);
}

.anounce-meta > .title:hover {
    color: var(--deep-blue);
}

.anounce-meta > .excerpt {
    line-height: 1.5;
    margin: 10px 0 0 0;
    color: var(--mid-gray);
}

/* Anounce box card view */
.anounce-box.card {
    display: flex;
}

.anounce-box.card > .anounce-figure {
    margin: 0 30px 0 0;
}

.anounce-box.card > .anounce-figure > img {
    height: 250px;
    min-width: 400px;
    object-fit: cover;
    max-width: 400px;
}

.anounce-box.card .anounce-meta > .date {
    display: none;
}

.anounce-box.card .anounce-meta > .title {
    font-size: 22px;
    line-height: 1.4;
}

/* Anounce box without excerpt  */
.anounce-box.h-excerpt .excerpt,
.anounce-box.h-excerpt .readmore {
    display: none;
}

/* Anounce box with small cover */
.anounce-box.small > .anounce-figure > img {
    height: 110px;
}

/* .anounce-box > .anounce-figure > img */
.anounce-box > .anounce-figure > img {
    height: 260px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Pages
 *
----------------------------------------------------------------------------------------- */

.site-main > section:first-child,
.site-main .background-area > section:first-child {
    padding: 150px 0 0 0;
}

.site-main > section:last-child {
    /*padding-bottom: 60px;*/
}

.site-main .background-area {
    position: relative;
    background: var(--dust);
}

@media only screen and (max-width: 576px) {
    .site-main > section:first-child,
    .site-main .background-area > section:first-child {
        padding: 75px 0 0 0;
    }
}

/*  Template Page: woocommerce-order-received
----------------------------------------------------------------------------------------- */
.woocommerce-order-received .content-header .container {
    display: none;
}

/*  Template Page: single-news.php / single-post.php
----------------------------------------------------------------------------------------- */
.single section.content-page .row,
.single section.content-news .row,
.single section.content-post .row {
    justify-content: center;
}

.single section[class*="content-"] .content-body {
    display: flex;
}

.single section[class*="content-"] .content-body .editor {
    margin: 0 45px;
}

.single-news #newsline,
.single-post #postline {
    background: var(--dust);
}

/*  */
.post-meta {
    text-align: center;
}

.post-meta .entry-title {
    margin-bottom: 30px;
}

.post-meta .date {
    color: var(--mid-gray);
}

.post-thumbnail {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/*  */
.single-news #newsline {
    margin-top: 60px;
}

/* Single: Post */

/* Single: Page */
.single section.content-page {
    padding-top: 0;
}

/*  Template Page: single-nutrient.php
----------------------------------------------------------------------------------------- */

.single-nutrient .content-page .editor,
.single-nutrient .content-page blockquote {
    margin: 120px 0 0 0;
}

/*  Template Page: page-nutrients.php
----------------------------------------------------------------------------------------- */
.page-nutrients .content-header {
    display: flex;
    min-height: 800px;
    text-align: center;
    align-items: center;
    color: var(--white);
    justify-content: center;
    padding: 150px 0 !important;
    height: calc(var(--vh, 1vh) * 100);
    background: url(/wp-content/themes/tobeplus/media/background-4.jpg) no-repeat center center / cover var(--mid-gray);
}

/*  Template Page: page-news.php
----------------------------------------------------------------------------------------- */
.page-news {
    background: url(/wp-content/themes/tobeplus/media/background-3.png) no-repeat center top / contain;
}

.page-news .content-header {
    height: 450px;
    color: var(--white);
}

/*  Template Page: page-blog.php
----------------------------------------------------------------------------------------- */
.page-blog {
    background: url(/wp-content/themes/tobeplus/media/background-2.png) no-repeat center 130px / contain;
}

.page-blog .content-header {
    height: 500px;
    display: flex;
    text-align: center;
    align-items: flex-end;
}

.page-blog .content-header,
.page-blog .categories-bar li {
    color: var(--white);
}

/*  Template Page: page-contacts.php
----------------------------------------------------------------------------------------- */

.page-contacts .background-area {
    background: url(/wp-content/themes/tobeplus/media/background-1.png) no-repeat center center / cover var(--dust);
}

/* .contacts-card */
.contacts-card .widget-title {
    margin-bottom: 45px;
}

#postline .widget-title {
    margin-bottom: 60px;
}

.contacts-card > ul.iconed {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 45px;
    color: var(--deep-blue);
}

.contacts-card > ul.iconed > li {
    transition: 0.3s;
}

.contacts-card > ul.iconed > li:hover > a {
    opacity: 0.8;
}

.contacts-card > ul.iconed > li:not(:last-child) {
    margin-bottom: 45px;
}

.contacts-card > ul.iconed > li > .iconify {
    margin-right: 30px;
}

@media only screen and (max-width: 576px) {
    .contacts-card .widget-title {
        margin-bottom: 20px;
    }

    .contacts-card > ul.iconed {
        font-size: 14px;
    }

    .contacts-card > ul.iconed,
    .contacts-card > ul.iconed > li:not(:last-child) {
        margin-bottom: 25px;
    }

    .contacts-card > ul.iconed > li > .iconify {
        margin-right: 10px;
    }
}

/* --------------------------------------------------------------------------------------
 *
 *  Components
 *
----------------------------------------------------------------------------------------- */

/*  Component: WooCommerce
----------------------------------------------------------------------------------------- */
.woocommerce-message {
    position: fixed;
    height: 100%;
    background: #000000cf;
    top: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.woocommerce-message > a {
    margin: 15px 0;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

/*  Component: Post-navigation
----------------------------------------------------------------------------------------- */
.post-navigation .nav-links {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.post-navigation .nav-links [class*="nav-"] {
    display: flex;
    align-items: baseline;
}

.post-navigation .nav-links [class*="nav-"]:first-child::after,
.post-navigation .nav-links [class*="nav-"]:last-child::before {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 2px solid var(--deep-blue);
}

.post-navigation .nav-links [class*="nav-"]:first-child::after {
    margin-left: 15px;
}

.post-navigation .nav-links [class*="nav-"]:last-child::before {
    margin-right: 15px;
}

.post-navigation .nav-links [class*="nav-"] a {
    color: var(--deep-blue);
    max-width: 130px;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

/*  Component: Line
----------------------------------------------------------------------------------------- */
.line {
    height: 1px;
    width: 100%;
    opacity: 0.8;
    margin: 30px 0;
    background: var(--white);
}

/*  Component: Accordion
----------------------------------------------------------------------------------------- */
.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion:not(:last-child) {
}

.accordion > .link {
    font-size: 16px;
    color: var(--blue);
    margin: 0;
    cursor: pointer;
    border-bottom: 1px dashed var(--blue);
}

.accordion.link span {
    color: var(--black);
    font-size: 18px;
}

.accordion.active,
.accordion:hover {
}

.accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    margin: 15px 0;
    transition: max-height 0.2s ease-out;
}

/*  Component: Coupon
----------------------------------------------------------------------------------------- */
.coupon {
    display: flex;
}

.coupon #coupon_code {
    margin-right: 15px;
}

/*  Component: cat-parent
----------------------------------------------------------------------------------------- */

.product-categories li {
    position: relative;
}

.product-categories li:not(:last-child) {
    margin-bottom: 30px;
}

.product-categories li a {
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 1px;
}

.product-categories li a:hover {
    opacity: 0.7;
    color: var(--deep-blue);
}

/*  */
.product-categories li > .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-categories li > .dropdown::after {
    content: "\002B";
    font-style: normal;
}

.product-categories li.active > .dropdown::after {
    content: "\2212";
}

/*  */

.product-categories .children li:not(:last-child) {
    margin-bottom: 5px;
}

.product-categories .children a {
    font-size: 14px;
    font-weight: 500;
}

/*  */
.product-categories li.cat-parent {
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product-categories li.current-cat-parent .dropdown {
    display: none;
}

.product-categories li.current-cat > a,
.product-categories li.current-cat-parent > a {
    color: var(--deep-blue);
}

/*  */
.product-categories li.current-cat .dropdown {
    display: none;
}

.product-categories
> li:not(.current-cat-parent):not(.current-cat)
> ul.children {
    max-height: 0;
}

.product-categories li.active > ul.children {
    max-height: 100% !important;
    margin-top: 30px;
}

/*  */

/*  Component: Editor
----------------------------------------------------------------------------------------- */

.editor.fs16 {
    font-size: 16px;
}

.editor.fs18 {
    font-size: 18px;
}

.editor.fs24 {
    font-size: 24px;
}

/*  */
.editor p {
    line-height: 1.8;
}

.editor ul,
.editor ol {
    margin: 0 0 15px 0;
}

.editor ul {
    list-style: square inside url("https://api.iconify.design/bi:dot.svg?color=%232B52C4");
}

/* .content-page */
.content-page .editor h1,
.content-page .editor h2,
.content-page .editor h3,
.content-page .editor h4,
.content-page .editor h5,
.content-page .editor h6 {
    color: var(--deep-blue);
}

.content-page .editor h2::before {
    content: "";
    display: block;
    max-width: 30px;
    margin-bottom: 15px;
    border-top: 3px solid var(--deep-blue);
}

.content-page .editor {
    color: var(--mid-gray);
}

/*  Component: Lightbox
----------------------------------------------------------------------------------------- */

/* Fix Bug */
.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*body {
  overflow-y: scroll !important;
}*/

/*  Component: Forms
----------------------------------------------------------------------------------------- */
input,
textarea {
    width: 100%;
    height: 45px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: inherit;
    background: transparent;
    color: var(--light-gray);
    border-bottom: 3px solid var(--light-gray);
}

input:focus,
textarea:focus {
    color: var(--black);
}

[type="checkbox"],
[type="radio"],
[type="number"] {
    height: unset;
    width: unset;
    border: none;
}

form .buttons {
    margin-top: 30px;
}

form input:not(:last-child) {
    margin-bottom: 15px;
}

/*  Component: Iconify
----------------------------------------------------------------------------------------- */

.iconify.square {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 12px;
    color: var(--white);
    background: var(--deep-blue);
}

@media only screen and (max-width: 576px) {
    .iconify.square {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        padding: 7px;
    }
}

/*  Component: Loadmore
----------------------------------------------------------------------------------------- */
.hidden {
    display: none;
}

/*  Component: Buttons
----------------------------------------------------------------------------------------- */
.buttons {
    display: flex;
    align-items: center;
    min-width: max-content;
}

.buttons li:not(:first-child) {
    margin-left: 15px;
}


.mini-cart__button:hover .text::after,
.buttons [class*="button-"]:hover::before {
    width: 40px;
}


.mini-cart__button.is-showing-cart .text::after {
    width: 40px;
}

.buttons [class*="button-"].default::before {
    display: none;
}

.buttons [class*="button-"].bordered {
    background: transparent;
    color: var(--deep-blue);
    border: 2px solid var(--deep-blue);
}


/* .readmore */
.readmore {
    display: block;
    margin-top: 10px;
    color: var(--deep-blue);
    font-size: 16px;
    line-height: 22px;
}


/*  Component: newsline
----------------------------------------------------------------------------------------- */

.newsline {
    position: relative;
}

/*.newsline::before {
  top: 0;
  left: 180px;
  content: "";
  display: block;
  min-height: 100%;
  position: absolute;
  border-right: 1px solid var(--light-gray);
}*/

.page-news .newsline li {
    display: flex;
    position: relative;
}

.page-news .newsline li::before {
    display: block;
    font-size: 16px;
    font-weight: 700;
    min-width: 180px;
    margin-right: 1.87em;
    content: attr(date);
    color: var(--mid-gray);
    margin-top: -8px;
}

.page-news .loadmore-item:after {
    top: 0;
    left: 180px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    border-right: 1px solid var(--light-gray);
}

.newsline li:not(:last-child) {

    padding-bottom: 30px;
}

/*  */
.newsline-content {
    display: flex;
    position: relative;
    align-items: flex-start;
}

.newsline-content::before {
    content: "";
    top: 0px;
    left: -36.5px;
    display: block;
    min-width: 15px;
    min-height: 15px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid var(--light-gray);
    background: #fff;
    z-index: 1;
}

.archive-loadmore.newsline li:last-child:after {
    display: none;
}


/*  Component: Timeline
----------------------------------------------------------------------------------------- */
.timeline .row,
.timeline [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline [class*="col-"]:first-child {
    padding-right: 45px;
    border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.timeline [class*="col-"]:last-child {
    padding-left: 45px;
}

#timeline-slider {
    height: 400px;
    position: relative;
}

#timeline-slider .swiper-slide {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    justify-content: center;
    flex-direction: column;
}

#timeline-slider .swiper-navbar {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}

#timeline-slider .timeline-button-prev svg {
    cursor: pointer;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .9));
}

#timeline-slider .timeline-button-next svg {
    cursor: pointer;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .9));
}

#timeline-slider .timeline-button-prev {
    width: 60px;
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

#timeline-slider .timeline-button-next {
    width: 60px;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}


#timeline-slider-history {
    height: 500px;
    position: relative;
}

.products-frame__image.products-frame__image--mobile {
    display: none;
}

#timeline-slider-history .swiper-slide {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    justify-content: center;
    flex-direction: column;
}

#timeline-slider-history .swiper-navbar {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}

#timeline-slider-history .timeline-button-prev svg {
    cursor: pointer;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .9));
}

#timeline-slider-history .timeline-button-next svg {
    cursor: pointer;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .9));
}

#timeline-slider-history .timeline-button-prev {
    width: 60px;
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

#timeline-slider-history .timeline-button-next {
    width: 60px;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

/*  */
.timeline-pagination {
    display: flex;
    flex-direction: column;
}

.timeline-pagination .swiper-pagination-bullet {
    width: unset;
    height: unset;
    font-size: 38px;
    transition: 0.5s;
    font-weight: 600;
    background: unset;
}

.timeline-pagination .swiper-pagination-bullet-active {
    font-size: 42px;
}

.timeline-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 15px;
}

/*  */
.timeline-arrows {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.timeline-arrows span {
    cursor: pointer;
    font-size: 18px;
}

.timeline-arrows span:not(:last-child) {
    margin-bottom: 5px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Template Pages
 *
----------------------------------------------------------------------------------------- */

/*  Template Page: cart.php
----------------------------------------------------------------------------------------- */

/*  Template Page: checkout.php
----------------------------------------------------------------------------------------- */
.woocommerce-checkout {
    margin-top: 30px;
}

.woocommerce-checkout .wrapper:not(:last-child) {
    margin-bottom: 30px;
}

/*  */
#customer_details label {
    display: none;
}

#customer_details .layout:not(:last-child),
#customer_details .form-row:not(:last-child) {
    margin-bottom: 30px;
}

/* .wc_payment_methods */

ul#shipping_method li input,
ul.wc_payment_methods li input {
    margin-right: 10px;
}

/* --------------------------------------------------------------------------------------
 *
 *  Landings
 *
----------------------------------------------------------------------------------------- */

/*  Landing: page-philosophy.php
----------------------------------------------------------------------------------------- */

.page-philosophy > .section-1,
.page-philosophy > .section-2 {
    padding: 120px 0;
}

.page-philosophy > .section-2 .container,
.page-philosophy > .section-3 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*  */
.page-philosophy > .section-2 {
    height: 780px;
    color: var(--white);
    background: url(/wp-content/themes/tobeplus/media/background-5.jpg) no-repeat center bottom / cover;
}

/*  */
.page-philosophy > .section-3 {
    height: 1100px;
    padding: 125px 0 125px 0;
    background: url(/wp-content/themes/tobeplus/media/background-6.png) no-repeat center top / cover;
}

.page-philosophy > .section-3 .row {
    justify-content: flex-end;
}

.page-philosophy section:nth-child(5) .molekula {
    position: absolute;
    top: 40px;
    width: 450px;
    right: 0;
}

.page-philosophy section:nth-child(5) .waves {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.page-philosophy section:nth-child(5) .ellipse-1 {
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    width: 520px;
}

.page-philosophy section:nth-child(5) .ellipse-2 {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    width: 695px;
}

.page-philosophy section:nth-child(5) .ellipse-3 {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    width: 890px;
}

.page-philosophy section:nth-child(5) .relife_balance_product {
    position: absolute;
    right: 265px;
    top: 310px;
    z-index: 3;
    width: 380px;
}

.prod-slider .d-flex.jusify-content-between.align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-slider .product-swiper {
    display: flex;
    font-size: 28px;
    justify-content: flex-end;
}

.product-button-prev {
    margin-right: 30px;
}

.product-button-prev,
.product-button-next {
    cursor: pointer;
}

#terms-slider .swiper-pagination-bullet {
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

#terms-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: #F3F5F9;
}

#terms-slider .swiper-pagination-bullet:after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: -4px;
    height: 4px;
    background: #2c52c4;
    left: 0;
    transition: bottom 0.2s;
}

#terms-slider .swiper-pagination-bullet:hover:after {
    bottom: 0;
}

#postline .post {
    transition: all 0.4s;
}

#postline .post-thumb-small {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    background: #000;
    transition: opacity 0.4s;
}

#postline .post-thumb-small img {
    /*transform: translateY(-50%);*/
    opacity: 0.6;
}

#postline .post:hover {
    color: #fff;
}

#postline .post:hover .post-thumb-small {
    opacity: 1;
}

#partners-slider .swiper-wrapper {

}

.is-hero-history-container {
    position: relative;
}

.is-hero-history-container .sliding-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
}

.is-hero-history-container .swiper-bg-item {
    transition: all 0.2s;
    opacity: 0;
}

.is-hero-history-container .swiper-bg-item.activeBGSlide {
    opacity: 1 !important;
}

.is-hero-history-container .swiper-bg-item > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.is-hero-history-container .swiper-slide.swiper-slide-prev {
    transform: scale(.66);
    transform: translate(-90px, 220px) scale(0.76);
    opacity: 0.3;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: translate(-31px) scale(.33) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: translate(-17px) scale(.66) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: translate(-18px) scale(.66) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: translate(-36px) scale(.33) !important;
}

.is-hero-history-container .swiper-slide {
    transition: all .3s;
}

.is-hero-history-container .swiper-slide.swiper-slide-next {
    transform: scale(.66);
    transform: translate(-90px, -220px) scale(0.76);
    opacity: 0.3;
}

#scroll-slider.randd .container {
    max-width: 1260px !important;
}

.mini-cart__content.showing_mini-cart {
    display: block;
    overflow: visible;
}

.wpcf7-response-output {
    display: none;
}


#masthead.switch-bg {
    background: #2B52C4;
    color: #fff !important;
}

.header-mega-menu {
    position: absolute;
    width: 100%;
    top: 150px;
    background: #2B52C4;
    min-height: 10px;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
    padding-bottom: 50px;
    padding-top: 20px;
    color: #fff;
    transform: translateY(-30px);
}

ul#menu-mega-menu-col-3.twoColumns {
    column-count: 2;
}

.mega-menu-container {
    width: 100%;
    margin: 0 15px;
}

.header-mega-menu .mega-menu-title {
    color: #D1CEE1;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 28px;
    border-bottom: 2px solid rgba(255, 255, 255, .10);
    width: 100%;
    margin-bottom: 30px;
}

.header-mega-menu.result_hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-mega-menu [class*="col-"] {
    align-items: flex-start;
}

.header-mega-menu [class*="col-"] {
    align-items: flex-start;
    padding: 0;
}

.mega-menu-container ul li {
    margin-bottom: 10px;
}

.mega-menu-container ul li a {
    font-size: 18px;
    font-weight: 500;
}

.mega-menu-container ul li a:hover {
    color: #35DFE1;
}

.menu-mega-menu-col-1-container ul li a {
    font-size: 20px;
    font-weight: 600;
}


.header-mega-menu .product {
    background: #35DFE1;
    padding: 0px;
    width: 100%;
    margin: 0 20px;
    position: relative;
    display: flex;
    margin-top: 66px;
    min-height: 230px;
}

.header-mega-menu .product img {
    position: absolute;
    bottom: 0;
    width: 270px;
}

.header-mega-menu .card-content {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    width: 100%;
    margin-top: 15px;
}

.header-mega-menu .card-header {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-mega-menu .card-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 25px;
}

.header-mega-menu .card-left {
    font-size: 35px;
    font-weight: bold;
    color: #2B52C4;
}

.header-mega-menu .card-readmore {
    margin-right: 20px;
    font-size: 38px;
}

div#tab-reviews {
    width: 50%;
    margin-top: 50px;
}

.woocommerce-Reviews-title {
    font-size: 14px;
    color: #848A9A;
    font-weight: 500;
}

div#respond {
    margin-top: 50px;
}

.added_to_cart {
    display: none;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
}

.star-rating span::before {
    color: #FC710C !important;
}

.comment_container {
    background: #fff;
    padding: 20px;
}

#reply-title {
    color: #2B52C4;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
    display: block;
}

.comment-form .comment-form-rating label {
    color: #848A9A;
    padding-bottom: 25px;
    display: block;
}

.comment-form-comment label {
    color: #848A9A;
    display: block;
}

.comment-form p.stars:hover a::before {
    color: #FC710C !important;
}

.comment-form p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    font-size: 21px;
}

.comment-form .form-submit .submit {
    height: 60px;
    font-size: 16px;
    display: flex;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    width: max-content;
    text-align: center;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: var(--deep-blue);
    margin-bottom: 0px;
    width: 100%;
}

.header-search-js {
    align-self: center;
    margin-right: 10px;
    display: flex;
    cursor: pointer;
}

.search-form-footer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Full Screen Overlay Search Form */
.fs-search-form {
    border-bottom: 4px solid #3A3451;
    display: table;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}

.fs-search-form input[type=search],
.fs-search-form button {
    background: none;
    border: none;
    border-radius: 0;
    color: #333;
    display: inline-block;
    font-size: 45px;
}

.fs-search-form input[type=search] {
    float: left;
    padding: 40px 0;
}

.fs-search-form button {
    color: #f66;
    float: right;
    line-height: 70px;
}

.fs-search-form button:hover {
    color: #666;
}

@media only screen and (max-width: 992px) {
    .fs-search-form {
        max-width: 550px;
    }

    .fs-search-form input[type=search] {
        font-size: 35px;
        padding: 30px 0;
    }

    .fs-search-form button {
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .fs-search-form {
        max-width: 450px;
    }

    .fs-search-form input[type=search] {
        font-size: 25px;
    }

    .fs-search-form button {
        line-height: 45px;
    }
}

@media only screen and (max-width: 580px) {
    .fs-search-form {
        max-width: 300px;
    }

    .fs-search-form input[type=search] {
        font-size: 16px;
    }
}

.fs-search-form input[type=search]::-webkit-input-placeholder {
    color: #D1CEE1 !important;
}

.fs-search-form input[type=search]::-moz-placeholder {
    color: #D1CEE1 !important;
}

.fs-search-form input[type=search]::-ms-placeholder {
    color: #D1CEE1 !important;
}

.fs-search-form input[type=search]:focus::-webkit-input-placeholder {
    color: #D1CEE1 !important;
}

.fs-search-form input[type=search]:focus::-moz-placeholder {
    color: #D1CEE1 !important;
}

.fs-search-form input[type=search]:focus::-ms-placeholder {
    color: #D1CEE1 !important;
}

.hide-search-form-js {
    position: absolute;
    right: 50px;
    top: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.wp-share-button.theme26 {
    margin: 0 !important;
}

.button-count {
    display: none !important;
}

.wp-share-button.theme26 .share-button:hover .button-icon {
    display: block !important;
}

.wp-share-button.theme26 .share-button, .wp-share-button.theme26 .share-button-more {
    cursor: pointer !important;
}

.swiper-slides-js {
    position: relative;
}

.swiper-slides-js .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    left: unset;
}

.swiper-slides-js .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #219FFF !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
}

/*div#scroll-slider {
    width: 1260px;
}*/

.notif-card {
    /*position: absolute;*/
    position: fixed;
    top: 100px;
    right: 20px;
    width: 500px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    padding: 30px 30px 30px 30px;
    color: #000 !important;
    margin-top: 20px;
}

ul.woocommerce-mini-cart-notif.cart_list-notif.product_list_widget-notif {
    display: flex;
    flex-direction: column;
}

p.woocommerce-mini-cart__total-notif.total-notif {
    text-align: right;
    font-size: 24px;
}

p.woocommerce-mini-cart__buttons-notif.buttons-notif {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
}

.buttons-notif {
    display: flex;
    align-items: center;
    min-width: max-content;
}

li.woocommerce-mini-cart-item-notif.mini_cart_item-notif {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.woocommerce-mini-cart-item-notif.mini_cart_item-notif a {
    display: flex;
}

.woocommerce-mini-cart-item-notif.mini_cart_item-notif a > img {
    margin-right: 20px;
    background: #F3F5F9;
    width: 70px;
}

.woocommerce-mini-cart-item-notif.mini_cart_item-notif span.quantity-notif {
    align-self: flex-start;
    margin-left: 90px;
    font-weight: 100;
    color: #848A9A;
    font-size: 16px;
}

.woocommerce-mini-cart__buttons-notif.buttons-notif a.button.checkout.wc-forward {
    height: 60px;
    font-size: 16px;
    display: flex;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    width: max-content;
    text-align: center;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: var(--deep-blue);
    width: 100%;
}

.ttt {
    font-size: 18px;
    font-weight: 500;
    color: #3A3451;
    margin-bottom: 30px;
}

.woocommerce-mini-cart__buttons-notif.buttons-notif a.button.checkout.wc-forward:before {
    content: "";
    width: 30px;
    display: block;
    transition: 0.3s;
    margin-right: 30px;
    border-bottom: 1px solid var(--white);
}

.woocommerce-mini-cart__buttons-notif.buttons-notif a.button.checkout.wc-forward:hover:before {
    width: 40px;
}

p.woocommerce-mini-cart__buttons-notif.buttons-notif a:first-child {
    margin-top: 30px;
    font-size: 20px;
    color: #2B52C4;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    border-bottom: 2px solid #DA501A;
    margin-bottom: 8px !important;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    text-align: center;
}

body .holdResults._siq_main_searchbox ul .siq-powered-by {
    display: none !important;
}

/*collapse*/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

/*collapse end*/

.options .options__item > label > input {
    visibility: hidden;
    display: none;
}

.options .options__item > label {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
}

.options-checkbox {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid var(--light-gray);
}

.options .options__item > label > input:checked + .options-checkbox::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 3px;
    /* 	left: 0; */
    right: 3px;
    margin: auto;
    width: 70%;
    height: 35%;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
}

.options .options__item > label > input:checked + .options-checkbox {
    background-color: var(--deep-blue);
    border: none;
}

.options .payment_box.payment_method_cod {
    display: inline-block;
}

.video__start {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
}

.play-img, .pause-img {
    width: 18px;
    height: 14px;
}