/*
Theme Name: MyDorco
Theme URI: https://rgbcode.com/
Author: rgbcode
Author URI: https://rgbcode.com/
Description: MyDorco custom theme.
Version: 96.83.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rgbcode, MyDorco
Text Domain: mydorco
*/

/*
fonts
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600;700;800;900&display=swap');
@font-face {
	font-family: 'Almoni DL AAA';
	src: url('src/fonts/almoni-dl-aaa-900.eot');
	src: local('Almoni DL AAA Black'), local('AlmoniDLAAA-Black'),
	url('src/fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'),
	url('src/fonts/almoni-dl-aaa-900.woff') format('woff'),
	url('src/fonts/almoni-dl-aaa-900.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Almoni DL AAA';
	src: url('src/fonts/almoni-dl-aaa-700.eot');
	src: local('Almoni DL AAA Bold'), local('AlmoniDLAAA-Bold'),
	url('src/fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
	url('src/fonts/almoni-dl-aaa-700.woff') format('woff'),
	url('src/fonts/almoni-dl-aaa-700.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Almoni DL AAA';
	src: url('src/fonts/almoni-dl-aaa-400.eot');
	src: local('Almoni DL AAA'), local('AlmoniDLAAA'),
	url('src/fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
	url('src/fonts/almoni-dl-aaa-400.woff') format('woff'),
	url('src/fonts/almoni-dl-aaa-400.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Almoni DL AAA';
	src: url('src/fonts/almoni-dl-aaa-300.eot');
	src: local('Almoni DL AAA'), local('AlmoniDLAAA-Light'),
	url('src/fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'),
	url('src/fonts/almoni-dl-aaa-300.woff') format('woff'),
	url('src/fonts/almoni-dl-aaa-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
/*
end fonts
*/
html {
	box-sizing: border-box;
	width: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font: 400 15px/1.5 'Almoni DL AAA', sans-serif;
	word-break: break-word;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	height: auto;
}
a, button, input, .site-popup, svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.woocommerce-page a, .woocommerce-page button, .button-mydorco, .button, .woocommerce-Button  {
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
* {
  outline: 0 !important;
}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=button],
input[type=file],
input[type=password],
input[type=submit],
textarea,
input[type=tel],
input[type=email],
input[type=hidden] {
-webkit-appearance: none !important;
-webkit-border-radius: 0 !important;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.mydorco-body-site {
	background: #2e2f2e;
	background: linear-gradient(110deg, rgba(45,45,45,1) 0%, rgba(59,59,59,1) 100%);
	min-height: 100vh;
}
.section-padding {
	padding: 0 60px;
}
.button-mydorco {
	color: #292426;
	background-color: #00df8e;
	border: 0;
	font-size: 30px;
	line-height: 32px;
	font-weight: 900;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.button-mydorco:hover {
	opacity: .8;
}
.homepage-site .site-header {
    background-color: #04d589;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 18;
}
.container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
body > div:last-child {
	left: 0 !important;
}
/*
header
*/
.section-padding.site-header {
  transition: 2s all;
  position: fixed;
  z-index: 18;
  left: 0;
  width: 100%;
}
.site-header__container {
	padding: 50px 90px;
	position: relative;
	z-index: 51;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	 transition: .3s all;
}
.site-header--sticky {
	position: fixed;
    left: 0;
    width: 100%;
	top: 0;
	z-index: 50;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.site-header--sticky .site-header__container {
	padding: 50px 90px 0 90px;
}
@media screen and (min-width:991px){
.header-ex .header-ex__cont {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}
.header-burger {
	display: none;
}
.header-nav__product-mob {
	display: none;
}
.header-ex .header-ex__cont:hover {
	transform: scale(1.1);
    transition: all 0.4s linear;}
}
.header-nav__product-mob-l {
    padding-left: 0px;
    padding-right: 0px;
}
.section-padding.site-header .header-icons__link--login {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.section-padding.site-header .header-icons__link--logins {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.section-padding.site-header.site-header--sticky .header-icons__link--login {
	opacity: 0;
	visibility: hidden;
}
.section-padding.site-header.site-header--sticky .header-icons__link--logins {
	opacity: 0;
	visibility: hidden;
}
}

.header-burger, .header-nav__product-mob {
	display: none;
}
.header-icons {
	position: absolute;
	right: 0;
}
.header-logo__link {
	display: block;
	position: relative;
	text-align: left;
	z-index: 14;
}
.header-logo__img {
	display: block;
}
.header-logo__icon {
	width: 41px;
	height: 40px;
	position: absolute;
	left: -90px;
	top: 0;
	bottom: 0;
	margin: auto;
	object-fit: contain;
}
.logo-and-text .header-logo__icon {
    top: -48px;
}
.header-nav {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
}
.header-nav__product {
	margin: 0 10px;
}
.header-nav__product-l {
	display: block;
	min-width: 235px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #363636;
	background: #fff;
	padding: 65px 15px 15px;
	margin-top: -50px;
	border-radius: 0 0 3px 3px;
}
.header-nav__product-l:hover {
	opacity: .8;
}
.header-nav__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.header-logo__img {
    opacity: 1;
	visibility: visible;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.site-header--sticky .header-logo__img {
    opacity: 0;
	visibility: hidden;
}
.header-nav__link {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	padding: 15px;
	position: relative;
}
.header-nav__link:after {
	content: ".";
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
	top: auto;
	left: -2px;
	color: #fff;
}
.header-nav__item:last-child .header-nav__link:after {
	display: none;
}
.header-nav__item ul {
	display: none;
}
.header-nav__item--current>.header-nav__link {
	color: #00df8e;
}
.header-nav__link:hover {
	text-decoration: underline;
}
.header-icons {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 90px;
	padding: 0 10px;
}
.header-icons__link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 35px;
}
.header-icons__link:hover, .header-icons__link:focus,.header-icons__link.opened {
	opacity: .8;
}
.header-icons__cart-count {
	position: absolute;
	left: 0;
	right: 0;
	top: -26px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.header-logo__text {
	margin-bottom: -20px;
}
.header-logo__cat {
	margin-top: -20px;
}
.logo-and-text .header-logo__cat {
	margin-top: 2px;
}
.page-template-default .section-main {
    max-width: 1920px;
    width: 100%;
    margin: 200px auto 50px auto;
}
.home .section-main {
    margin: 0 auto;
}
.woocommerce form.checkout {
    padding-top: 0px;
}
.section-porduct__image {
    width: 53%;
}
.new-container.bread-checkout {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 160px;
    margin-bottom: -130px;
    display: block;
    height: 50px;
}
.new-container.bread-checkout .bread-crumbs {
	margin-right: 70px;
	font-size: 15px;
}
.new-container.bread-cart {
    margin-top: 11.802vw;
    max-width: 83.802vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}
.new-container.bread-cart .bread-crumbs {
	position: relative;
}
.bread-crumbs {
    color: #c1c1c1;
    right: 0;
    position: absolute;
    font-size: 15px;
}
.bread-crumbs a {
	color: #fff;
}
.bread-crumbs span {
	color: #fff;
	margin: 0 10px;
}
.bread-crumbs span.wht {
	margin: 0;
	color: #fff;
}
.bread-crumbs a:hover {
    color: #00df8e;
}
.woocommerce-account .site-main {
	margin: 150px 153px;
	color: #fff;
}
.woocommerce-account .site-main a {
	color: #fff;
	font-size: 20px;
}
.woocommerce-account .site-main a:hover {
	color: #00df8e
}
.woocommerce-account .woocommerce form .form-row label, .woocommerce-account.woocommerce-page form .form-row label {
    display: block;
    font-size: 18px;
    color: #fff;
}
.woocommerce-account .woocommerce form .form-row {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-account
.woocommerce-account .woocommerce-LostPassword.lost_password {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-account .woocommerce .woocommerce-form-register button.button {
    margin-top: 36px;
}
.woocommerce table.my_account_orders {
    font-size: .95em;
}
.page-template-default .page{
	color: #fff;
	font-size: 18px;
    line-height: 25px;
    padding-left: 30px;
}
.dev-pages {
	max-width: 90%;
	margin: 110px auto 100px auto;
}
.dev-pages .entry-content ul, .dev-pages .entry-content ol {
	list-style-position: inside;
}
.page-template-default.woocommerce-account .page, .page-template-default.woocommerce-checkout .page, .page-template-default.woocommerce-cart .page {
	max-width: 100%;
	margin: 0;
	padding-left: 0px;
}
.page-template-default .header-ex {
    top: 150px;
}
.woocommerce-account .woocommerce form .form-row input.input-text, .woocommerce-account .woocommerce form .form-row textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 900;
}
 .woocommerce-account.woocommerce-edit-account .woocommerce form .form-row {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-edit-account fieldset {
	margin-top: 30px;
}
.woocommerce-account.woocommerce-edit-account .woocommerce form .form-row input.input-text, .woocommerce-account.woocommerce-edit-account .woocommerce form .form-row textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 900;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-top: 30px;
}
.woocommerce-checkout .wc_payment_methods {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
}
.woocommerce-checkout .wc_payment_method {
    display: block;
    width: 100%;
}
.woocommerce-checkout input[type="radio"]:checked:before, .woocommerce form .form-row .input-checkbox:checked:before {
    position: absolute;
}
.button:hover {
	opacity: 0.8;
}
.woocommerce-checkout input[type="radio"], .woocommerce form .form-row .input-checkbox {
    top: 2px;
}
.woocommerce ul#shipping_method li input[type="radio"] {
    top: 2px;
}
.woocommerce-checkout input[type="radio"], .woocommerce-checkout .woocommerce form .form-row .input-checkbox {
    top: 2px;
    position: relative;
}
.woocommerce-checkout .woocommerce a.button.wc-backward, .woocommerce-cart .woocommerce a.button.wc-backward {
	background-color: #00df8e;
	color: #000;
}
.woocommerce-checkout input[type="radio"]:checked:before, .woocommerce-checkout .woocommerce form .form-row .input-checkbox:checked:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #353535;
    border-radius: 50%;
    pointer-events: none;
}
.info-coupon .woocommerce-error {
   margin-right: 0;
   margin-left: 0;
   margin-top: -85px;
}
.text_credit a {
	color: #00df8e;
}
.section-prs__img.img-bottom {
	min-height: 169px;
}
.section-prs__img {
	min-height: 163px;
}
.info-coupon .woocommerce-message {
   margin-right: 0;
   margin-left: 0;
   margin-top: -85px;
}
.checkout__title {
    font-size: 20px;
}
.woocommerce-shipping-totals.shipping > th {
	display: none;
}
.woocommerce-checkout .wc_payment_methods label, .woocommerce-checkout .checkout__shipping label, .woocommerce-terms-and-conditions-wrapper label {
	cursor: pointer;
}
.woocommerce-checkout .checkout__list label {
    margin-right: 0px;
}
.woocommerce-checkout .section-main, .woocommerce-cart .section-main {
    max-width: 100%;
}
.woocommerce-edit-address .woocommerce form .form-row {
    max-width: 100%;
    width: 100%;
}
.woocommerce-edit-address .woocommerce button.button {
	margin-top: 30px;
}
.woocommerce-order-received .new-container.bread-checkout .bread-crumbs {
   display: none;
}
.woocommerce-order-received .content-area {
	padding: 50px 80px;
	box-sizing: border-box;
	max-width: 1920px;
	margin: 0 auto;
}
.woocommerce-shipping-methods .woocommerce-Price-amount.amount {
	color: #fff;
}
.txt-white {
    margin-right: 5px;
    color: #fff;
}
.woocommerce-shipping-methods .method-desc-icon {
	color: #000;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	margin-right: 5px;
	font-style: normal;
}
.woocommerce ul#shipping_method li label {
    cursor: pointer;
}
   .FlyingCargo_with_margin {
    position: absolute !important;
    margin-right: 340px !important;
}
.woocommerce-shipping-methods label {
	font-size: 20px;
    color: #00df8e;
    font-weight: bold;
}
.popup-cart__item {
	min-width: 544px;
}
.woocommerce-shipping-methods input[type='radio'] {
    min-width: 14px;
}
.woocommerce-checkout .checkout__shipping {
	font-size: 0;
}
.woocommerce-checkout .woocommerce ul#shipping_method {
    font-size: initial;
}
.entry-footer a {
	color: #00df8e;
}
.logged-in #billing_email_field {
	display: none;
}
.woocommerce-checkout .checkout__connect .no-bold {
	font-weight: 500;
}
.big-text {
	text-transform: capitalize;
}
.woocommerce-orders .woocommerce-Button.button {
	color: #000;
	background: #00df8e;
}
.woocommerce-orders .woocommerce-Button.button:hover {
	color: #000;
	background: #00df8e;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #00df8e;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods {
    visibility: hidden;
    display: none;
}
.woocommerce-order-pay .new-container.bread-checkout .bread-crumbs {
	display: none;
}
.woocommerce-order-pay .content-area {
	padding: 70px 80px;
	margin: 0 auto;
	display: block;
	max-width: 1920px;
}
.checkout_coupon.woocommerce-form-coupon {
	display: block !important;
}
.woocommerce form.checkout_coupon {
    border: 0px solid #00df8e;
	padding: 0;
}
.logged-in .woocommerce form.checkout_coupon {
    border: 0px solid #00df8e;
	padding: 0;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
 }
 .container-new h1 {
 	font-size: 34px;
    line-height: 34px;
    color: #fff;
 }
.woocommerce-cart .cart__button a:hover {
    opacity: 0.8;
}
.woocommerce button.button:hover {
	opacity: 0.8;
}
.woocommerce-orders .woocommerce-Button.button:hover {
	background: #00bb77;
}
.woocommerce-page .div.nsl-container-block[data-align="center"] .nsl-container-buttons {
    align-items: normal;
}
 .checkout__total--info {
 	font-size: 0;
 }
 .woocommerce table.shop_table {
    border: 1px solid #00df8e;
 }
 .woocommerce table.shop_table td {
    border-top: 1px solid #00df8e;
 }
 .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #00df8e;
}
.woocommerce .woocommerce-checkout-review-order-title {
	position: absolute;
	right: 0;
	margin-right: 72px;
	margin-top: -52px;
	text-decoration: underline;
	z-index: 99;
}
.logged-in .woocommerce-checkout-review-order-title {
	margin-top: -202px;
}
.woocommerce #order_review table.shop_table {
    border: 0px solid #00df8e;
    position: absolute;
    right: 0;
    margin-top: -52px;
    max-width: 50.729vw;
    width: 100%;
    margin-right: 53px;
    padding: 20px 0;
}
.logged-in  .woocommerce #order_review table.shop_table {
    border: 0px solid #00df8e;
    position: absolute;
    right: 0;
    margin-top: -195px;
    max-width: 50.729vw;
    width: 100%;
    margin-right: 53px;
    padding: 20px 0;
}
.woocommerce .checkout__total--info strong {
	display: none;
}
.checkout__cart {
	height: 245px;
	max-height: 245px;
	overflow: auto;
	padding-left: 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,223,142,0.4) rgba(216,216,216,0.1);
}
.checkout__cart::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(216,216,216,0.1);
}

.checkout__cart::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,223,142,0.4);
}

.checkout__cart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 4px;
  background-color: rgba(0,223,142,0.1);
}
.woocommerce-remove-coupon {
	display: none;
}
.woocommerce-account mark {
    background-color: #00df8e;
    color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-message {
    margin-right: 3.594vw;
    margin-left: 3.594vw;
    margin-top: -0.583vw;
}
.woocommerce-checkout .woocommerce .woocommerce-error {
    margin-right: 3.594vw;
    margin-left: 3.594vw;
    margin-top: -70px;
}
.woocommerce-cart .woocommerce .woocommerce-message {
	margin-right: auto;
	margin-left: auto;
	margin-top: -0.583vw;
}
.woocommerce-cart .woocommerce .woocommerce-error {
	margin-right: auto;
	margin-left: auto;
	margin-top: -70px;
}
.newf {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-order-received .woocommerce table.shop_table td {
    border-top: 1px solid #00df8e;
}
.woocommerce-order-received .woocommerce table.shop_table {
    border: 1px solid #00df8e;
}
.woocommerce-order-received .woocommerce table.shop_table tbody th, .woocommerce-order-received .woocommerce table.shop_table tfoot td, .woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #00df8e;
}
.woocommerce-order-received .woocommerce a {
    color: #00df8e;
}
.section-credit {
	margin-top: 30px;
	text-align: center;
}
.image_credit {
    max-width: 200px;
    margin-top: 20px;
}
	.checkout__cart--title {
    width: calc(100% - 140px);
}
.woocommerce-checkout .checkout__cart--price {
    margin-right: auto;
    display: flex;
    min-width: 140px;
    text-align: -webkit-right;
    justify-content: flex-end;
}
.text_credit {
	margin-top: 20px;
    font-size: 17px;
    color: #fff;
}
#billing_email_field {
    width: 47%;
    margin-left: 53%;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields #account_password_field.form-row label {
	margin-top: -6px;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields #account_password_field.form-row.minimize label {
    margin-top: -20px;
}
.woocommerce-billing-fields.woocommerce-account-fields {
    width: 47%;
    float: right;
    margin-top: -78px;
    margin-right: 53%;
    position: relative;
    top: 84px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
    margin-right: 6%;
}
.cart-quantity a::selection {
background: #fff;
color: #000;
}
.cart-quantity a::-moz-selection {
background: #fff none repeat scroll 0 0;
color: #000;
}
.cart-quantity input::selection {
background: #fff;
color: #000;
}
.cart-quantity input::-moz-selection {
background: #fff none repeat scroll 0 0;
color: #000;
}
.site-header--sticky .header-nav__list {
	opacity: 0;
	visibility: hidden;
}
.woocommerce-orders-table .woocommerce-button.button {
   background: #00df8e;
   color: #000;
   font-size: 15px;
   margin-left: 5px;
}
.woocommerce-orders-table .woocommerce-button.button:hover {
   background: #00df8e;
   color: #fff;
}
.woocommerce-orders-table .woocommerce-button.button.cancel {
   background: #000;
   color: #00df8e;
}
.woocommerce-orders-table .woocommerce-button.button.cancel:hover {
   background: #000;
   color: #00df8e;
}
.header-nav__item.active a.header-nav__link {
    color: #00df8e;
}
.home .header-nav__item.active a.header-nav__link {
    color: #fff;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.form {
  padding: 15px;
}

.form-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 5px 15px;
}

.woocommerce-checkout .form-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  right: 15px;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  transition: .3s;
}
.products-select__item.products-select__item-sep.ms-1 {
	display: none;
}
.woocommerce form .form-row .woocommerce-form-login__rememberme input[type='checkbox'] {
    -webkit-appearance: none;
    position: relative;
    width: 14px;
    height: 14px;
    background: #f2f8ff;
    border-radius: 50%;
    outline: none;
    box-sizing: border-box;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 2px;
}
.woocommerce form .form-row .woocommerce-form-login__rememberme span {
	cursor: pointer;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    top: -10px;
    position: relative;
}
.woocommerce form .form-row .woocommerce-form-login__rememberme input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #353535;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row label, .woocommerce-page.woocommerce-checkout form .woocommerce-billing-fields .form-row label {
	display: block !important;
	margin-top: -3px;
    position: absolute;
    font-size: 17px;
    -webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row label a {
	color: #fff;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row label a:hover {
    color: #00df8e;
 }
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row label .required, .woocommerce-page.woocommerce-checkout form .woocommerce-billing-fields .form-row label .required {
	display: none;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row.minimize label {
	font-size: 12px;
	margin-top: -18px;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input::-moz-placeholder,
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input:focus::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input:focus:-moz-placeholder,
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input:focus:-ms-input-placeholder {
	font-size: 0px !important;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row input::placeholder {
	font-size: 0px !important;
}
.cart__row {
	opacity: 1;
	height: auto;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.remove-prod {
	opacity: 0;
	height: 0;
	margin-bottom: -78px;
	z-index: -1;
	position: relative;
}

@media screen and (max-width:1250px){
	.header-icons__link:hover {
		opacity: .8;
	}
	.header-nav__product {
		margin: 0 10px;
	}
	.site-header__container {
		padding-left: 0;
	}
	.header-logo__icon {
		display: none;
	}
	.header-nav {
		justify-content: space-between;
	}
	.section-padding {
		padding: 0 25px;
	}
	.header-nav__product-l {
		min-width: auto;
		font-size: 16px;
	}
	.header-logo {
		max-width: 210px;
	}
}
@media screen and (max-width:991px){
	.container {
		max-width: 660px;
	}
	.new-container.bread-checkout .bread-crumbs {
    margin-right: 54px;
    margin-top: 20px;
    }
    .FlyingCargo_with_margin {
    position: absolute !important;
    margin-right: 430px !important;
}
.woocommerce #order_review table.shop_table {
    border: 0px solid #00df8e;
    position: relative;
    right: 0;
    margin-top: 150px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
}
#mobile-contact .mobile-menu__overlay {
	z-index: -1;
}
#mobile-contact .section-contact__mail {
    color: #00df8e;
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    margin-top: 37px;
    position: absolute;
    margin: 640px auto 0 auto;
    width: max-content;
    display: block;
    left: 0;
    right: 0;
}
.logged-in .woocommerce #order_review table.shop_table {
    border: 0px solid #00df8e;
    position: relative;
    right: 0;
    margin-top: 150px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
}
.woocommerce .woocommerce-checkout-review-order-title {
	margin-top: 90px;
	font-size: 33px;
	margin-right: 60px;
}
.checkout__cart {
	height: auto;
	max-height: 100%;
	overflow: auto;
	padding-left: 0px;
}
.checkout__col-lg {
	margin-bottom: 90px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 0px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce form.checkout_coupon {
    border: 0px solid #00df8e;
    box-sizing: border-box;
	padding: 0;
}
.logged-in .woocommerce form.checkout_coupon {
    border: 0px solid #00df8e;
    box-sizing: border-box;
	padding: 0;
}
.logged-in .checkout__connect {
    display: flex;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 75px;
    line-height: 36px;
}
.woocommerce-MyAccount-navigation ul {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
list-style: none;
padding-bottom: 30px;
    }
	.site-header__container {
		padding-right: 0;
	}
	.header-burger {
		display: block;
		order: -1;
	}
	.homepage-site .header-nav {
		display: none;
	}
	.header-icons__link--login {
		display: none;
	}
	.header-icons__link--logins {
		display: none;
	}
	.header-burger__button {
		background: url('src/images/icon-burger.svg') no-repeat center center;
		padding: 0;
		border: 0;
		width: 37px;
		height: 37px;
	}
	.header-burger__button.opened {
		background-image: url('src/images/icon-close.svg');
	}
	.header-nav {
		margin-top: 30px;
		width: 100%;
	}
	.header-nav__product {
		display: none;
	}
	.header-nav__list {
		width: 100%;
		justify-content: space-between;
		display: none;
	}
	.header-nav__link {
		font-size: 30px;
		line-height: 34px;
	}
	.header-nav__item.header-nav__item--current {
		order: -1;
	}
	.header-nav__product-mob-l {
		font-size: 28px;
		line-height: 32px;
		font-weight: 900;
		color: #7a7979;
		background-color: #adadad;
		border-radius: 0 0 3px 3px;
		display: block;
		padding: 50px 40px 19px;
	}
	.header-icons {
		position: static;
		order: -1;
		width: auto;
		margin-left: 25px;
	}
}

@media screen and (max-width:991px) and (min-width:445px){
	.header-logo {
		max-width: 260px;
		margin: auto;
	}
	.header-nav__product-mob {
		display: block;
		margin-right: -25px;
		margin-top: -50px;
	}
}
@media screen and (max-width:768px){
	.header-logo {
		max-width: 160px;
	}
	.header-nav__product-mob-l {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-nav__product-mob {
		margin-right: 0;
	}
	.popup-login {
		right: 0;
		left: 0;
	}
	.header-nav__link {
		font-size: 18px;
		line-height: 22px;
	}
	.header-nav__list {
		justify-content: center;
	}
}
@media screen and (max-width:445px){
	.header-icons {
		margin-right: auto;
	}
	.header-nav__link {
		padding: 5px;
		font-size: 14px;
	}
}
/*
end header
*/
/*
popup-login
*/
.popup-login {
    top: 115px;
    right: -45px;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border-radius: 3px;
    min-width: 380px;
}
.popup-login__input {
	width: 100%;
	border: 0;
	padding: 8px 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	border-bottom: 2px solid #222;
	text-align: center;
	outline: 0;
	color: #2a2a2a;
}
.mydorco-active-popup.woocommerce form .form-row .popup-login__input {
    width: 100%;
    border: 0;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    border-bottom: 2px solid #222;
    text-align: center;
    outline: 0;
    color: #2a2a2a;
}
.popup-login__input::-webkit-input-placeholder {
	color: #2a2a2a;
	opacity: 1;
}
.popup-login__input::-moz-placeholder {
	color: #2a2a2a;
	opacity: 1;
}
.popup-login__input:-ms-input-placeholder {
	color: #2a2a2a;
	opacity: 1;
}
.popup-login__input:focus::-webkit-input-placeholder {
	color:transparent;
}
.popup-login__input:focus:-moz-placeholder {
	color:transparent;
}
.popup-login__input:focus:-ms-input-placeholder {
	color:transparent;
}
.popup-login__input:-webkit-autofill,
.popup-login__input:-webkit-autofill:hover,
.popup-login__input:-webkit-autofill:focus,
.popup-login__input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #2a2a2a;
	opacity: 1;
}
.popup-login__field {
	margin-bottom: 20px;
}
.popup-login__input:focus {
	border-color: #00df8e;
}
.popup-login__input--error {
	border-color: red;
}
.popup-login input:focus::-webkit-input-placeholder { opacity: 0; }
.popup-login input:focus:-moz-placeholder { opacity: 0; }
.popup-login input:focus::-moz-placeholder { opacity: 0; }
.popup-login input:focus:-ms-input-placeholder { opacity: 0; }
.popup-login input:focus::placeholder { opacity: 0; }
.popup-login__wrap {
	display: flex;
	align-items: center;
}
.popup-login__remember {
	flex-grow: 1;
	margin-left: 5px;
}
.popup-login__form .popup-login__wrap .popup-login__button {
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	width: 65%;
	height: 46px;
	outline: 0;
	text-align: left;
}
.lost_password .popup-login__wrap .popup-login__button {
	text-align: right;
}


.mydorco-active-popup.woocommerce .popup-login__input::-webkit-input-placeholder {
	color: #2a2a2a;
	opacity: 1;
	font-size: 18px;
}
.mydorco-active-popup.woocommerce .popup-login__input::-moz-placeholder {
	color: #2a2a2a;
	opacity: 1;
	font-size: 18px;
}
.mydorco-active-popup.woocommerce .popup-login__input:-ms-input-placeholder {
	color: #2a2a2a;
	opacity: 1;
	font-size: 18px;
}
.mydorco-active-popup.woocommerce .popup-login__input:focus::-webkit-input-placeholder {
	color:transparent;
}
.mydorco-active-popup.woocommerce .popup-login__input:focus:-moz-placeholder {
	color:transparent;
}
.mydorco-active-popup.woocommerce .popup-login__input:focus:-ms-input-placeholder {
	color:transparent;
}
.mydorco-active-popup.woocommerce .popup-login__input:-webkit-autofill,
.mydorco-active-popup.woocommerce .popup-login__input:-webkit-autofill:hover,
.mydorco-active-popup.woocommerce .popup-login__input:-webkit-autofill:focus,
.mydorco-active-popup.woocommerce .popup-login__input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #2a2a2a;
	opacity: 1;
}
.mydorco-active-popup.woocommerce .popup-login__field {
	margin-bottom: 20px;
}
.mydorco-active-popup.woocommerce .popup-login__input:focus {
	border-color: #00df8e;
}
.mydorco-active-popup.woocommerce .popup-login__input--error {
	border-color: red;
}
.mydorco-active-popup.woocommerce .popup-login input:focus::-webkit-input-placeholder { opacity: 0; }
.mydorco-active-popup.woocommerce .popup-login input:focus:-moz-placeholder { opacity: 0; }
.mydorco-active-popup.woocommerce .popup-login input:focus::-moz-placeholder { opacity: 0; }
.mydorco-active-popup.woocommerce .popup-login input:focus:-ms-input-placeholder { opacity: 0; }
.mydorco-active-popup.woocommerce .popup-login input:focus::placeholder { opacity: 0; }
.mydorco-active-popup.woocommerce .popup-login__wrap {
	display: flex;
	align-items: center;
}
.mydorco-active-popup.woocommerce .popup-login__remember {
	flex-grow: 1;
	margin-left: 5px;
}
.mydorco-active-popup.woocommerce .popup-login__form .popup-login__wrap .popup-login__button {
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	width: 65%;
	height: 46px;
	outline: 0;
	text-align: left;
	display: block;
}
.mydorco-active-popup.woocommerce .lost_password .popup-login__wrap .popup-login__button {
	text-align: right;
	display: block;
}



.woocommerce .popup-login__form .popup-login__wrap .popup-login__button {
	padding: 0;
	border: 0;
	background-color: transparent !important;
	cursor: pointer;
	width: 65%;
	height: 46px;
	outline: 0;
}
.woocommerce form.woocommerce-ResetPassword {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 5px;
    width: 48%;
}
.woocommerce form.woocommerce-ResetPassword .woocommerce-Button {
	margin-top: 20px;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword p {
    max-width: 80%;
    width: 100%;
    margin: 5px auto;
    float: none;
}
.lostp {
	 float: left;
    margin-top: 5px;
}
.popup-login__button:hover,.popup-login__button:focus {
	opacity: .8;
}
.popup-login__button svg {
	max-width: 100%;
}
.popup-login__button:hover path, .popup-login__button:focus path {
	fill: #222;
}
.checkbox-item {
	position: relative;
}
.checkbox-item [type="checkbox"] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.product-item__desc ul {
	list-style-position: inside;
}
.checkbox-item__label {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: center;
}
.checkbox-item__label:after {
	content: '';
	border: 4px solid #222;
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #fff;
}
.checkbox-item [type="checkbox"]:checked+.checkbox-item__label:after {
	background-color: #00df8e;
}
.popup-login__remember-label {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}
.popup-login__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}
.popup-login__link {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #1c1c1c;
	text-decoration: underline;
}
.popup-login__link:hover {
	text-decoration: none;
}
.popup-login__button-google {
	display: block;
	margin-top: 45px;
}
.button-google {
	text-align: center;
	padding: 7px 10px;
	border: 0;
	background-color: #222;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
}
.button-google:hover,.button-google:focus {
	background-color: #00df8e;
}
@media screen and (max-width:410px) {
	.popup-login {
		left: 0;
		min-width: auto;
		max-width: 320px;
		margin: auto;
	}
	.popup-login__button {
		width: 50%;
	}
	.popup-login__links {
		margin-top: 15px;
	}
	.button-google {
		margin-top: 15px;
	}
}
/*
end popup-login
*/
/*
site-popup
*/
.site-popup {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0,-20px);
	position: absolute;
	z-index: 25;
}
.site-popup.opened-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
@media screen and (max-width:1250px) {
	.popup-login {
		right: -15px;
	}
}
/*
end site-popup
*/
/*
popup-cart
 */
.popup-cart {
	border-radius: 3px;
	background-color: rgba(44, 44, 44,.9);
	top: 0;
	right: -45px;
	left: auto;
	max-width: 980px;
	padding: 62px 95px 120px 120px;
}
.popup-cart__close {
	border: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.popup-cart__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin-bottom: 34px;
}
.popup-cart__close {
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.popup-cart__close:hover {
	opacity: .8;
}
.popup-cart__title {
	margin-right: 20px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
}
.cart-text {
	color: #fff;
	font-size: 44px;
	line-height: 35px;
	margin-left: auto;
	width: calc(100% - 230px);
}
.popup-cart__cart-text {
	color: #00df8e;
}
.cart-text__title {
	color: #fff;
}
.cart-text__title:hover {
	text-decoration: underline;
}
.popup-cart__cart-text .cart-text__title {
	color: #00df8e;
}
.site-cart__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
	padding-bottom: 27px;
	margin-bottom: 38px;
}
.site-cart__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.popup-cart__item {
	border-color:#00df8e;
}
.cart-remove {
	order: -1;
	border: 0;
	padding: 0;
	background-color: transparent;
	margin-left: 60px;
	cursor: pointer;
	width: 26px;
	height: 26px;
}
.cart-remove svg {
	fill: #00df8e;
}
.cart-remove:hover svg {
	opacity: .8;
}
.cart-quantity {
	display: flex;
	flex-wrap: wrap;
	width: 132px;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 10px;
	background: #fff;
	flex-direction: row-reverse;
    justify-content: flex-end;
}
.cart-quantity__field {
	border: 0;
	padding: 5px;
	background-color: #fff;
	width: calc(100% - 88px);
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
}
.cart-quantity__button {
	font-size: 40px;
	line-height: 42px;
	font-weight: 900;
	background-color: #fff;
	border: 0;
	outline: 0;
	padding: 10px 0px;
	width: 44px;
	cursor: pointer;
}
.cart-quantity__button--plus {
	text-align: center;
}
.cart-quantity__button--minus {
	text-align: center;
}
.popup-cart__cart-footer {
	margin-top: 125px;
}
.cart-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	color: #fff;
}
.cart-footer__text-t, .cart-footer__total {
	width: 49%;
}
.cart-footer__text-t {
	font-size: 68px;
	line-height: 48px;
	font-weight: 300;
}
.cart-footer__total {
	font-size: 110px;
	line-height: 70px;
	font-weight: 300;
	font-family: Montserrat, sans-serif;
	text-align: left;
}
.cart-footer__item {
	width: 100%;
	order: 3;
	text-align: right;
	margin-top: 30px;
}
.cart-footer__button {
	width: 100%;
}
.cart-footer__button a {
    width: 100%;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
}
.cart-footer__button a:visited {
	color: #000;
}
.cart-footer__button a:focus {
	color: #000;
}
.cart-footer__text {
	width: 100%;
	order: 4;
	text-align: center;
	color: #00df8e;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 30px
}
.woocommerce-mini-cart__empty-message {
	color: #fff;
    font-size: 24px;
}
.popup-cart__list {
    max-height: 210px;
    height: 210px;
    overflow: auto;
    padding-left: 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,223,142,0.4) rgba(216,216,216,0.1);
}
.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;

}
.popup-cart__list::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(216,216,216,0.1);
}

.popup-cart__list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,223,142,0.4);
}

.popup-cart__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 4px;
  background-color: rgba(0,223,142,0.1);
}



.popup-cart__body .cart-footer__total-cur {
    font-size: 68px;
    line-height: 72px;
    font-weight: 300;
    font-family: 'Almoni DL AAA', sans-serif;
}
.scroll-wrapper {
	position: relative;
	overflow: hidden;
	margin-left: -17px;
}
.scroll-element {
	display: none;
}
.scroll-y.scroll-scrolly_visible {
	display: block;
}
.scroll-content {
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	position: relative;
	top: 0;
	width: 100%;
	overflow-y: scroll;
	/* Increase/decrease this value for cross-browser compatibility */
	padding: 0 0 0 17px;
	box-sizing: content-box; /* So the width will be 100% + 17px */
}
.cart-quantity__button {
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    background-color: #fff;
    border: 0;
    outline: 0;
    padding: 10px 0px;
    width: 38px;
    cursor: pointer;
    color: #000;
}
.popup-cart__body .cart-footer__total strong {
    display: none !important;
}
.popup-cart__body .woocommerce-Price-currencySymbol {
	display: none !important;
}
.scroll-y {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	z-index: 10;
}
.scroll-content * {
	box-sizing: border-box;
}
.scroll-element_outer {
	display: block;
	position: absolute;
	left: -2px;
	top: 5px;
	bottom: 5px;
	width: 10px;
}
.scroll-bar {
	display: block;
	position: absolute;
	left: -2px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #31c863;
	opacity: .1;
	z-index: 22;
	cursor: pointer;
	border-radius: 3px;
}
.scroll-element_size {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scroll-element_track {
	position: absolute;
	z-index: 20;
	width: 2px;
	background: #d8d8d8;
	opacity: .1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.section-hero__text.boxz.easeBoxtop {
	transform: none;
}
@media screen and (max-width:1250px) {
	.popup-cart {
		right: -25px;
	}
}
@media screen and (max-width:991px) {
	.popup-cart {
		top: 112px;
		right: -37px;
		padding: 45px 27px;
		z-index: 50;
		width: calc(100% + 53px);
		box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.31);
	}
	.woocommerce form.woocommerce-ResetPassword {
    width: 100%;
    }
    .woocommerce form.woocommerce-ResetPassword p {
    width: 80%;
    margin: 5px auto;
    }
	.popup-cart__close {
		position: absolute;
		left: 65px;
		top: -74px;
		width: 80px;
		height: 75px;
		background-color: rgba(44, 44, 44,.9);
		opacity: 1 !important;
		border-radius: 3px;
	}
	.popup-cart__title {
		margin-right: 0;
	}
	.popup-cart__header {
		margin-bottom: 32px;
	}
	.site-cart__item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:768px) {
	.cart-text {
		font-size: 32px;
		line-height: 34px;
		width: 70%;
	}
	.cart-remove {
		margin-left: 14px;
	}
	.cart-quantity {
		width: calc(30% - 40px);
		margin-right: 0;
	}
	.cart-quantity__button {
		text-align: center;
		width: 35%;
	}
	.cart-quantity__field {
		flex-grow: 1;
		width: 30%;
		font-size: 25px;
		line-height: 30px;
	}
	.popup-cart {
		left: 0;
		right: 0;
		width: auto;
	}
	.popup-cart__close {
		left: 50px;
		top: -84px;
		height: 85px;
	}
}
@media screen and (max-width:530px) {
	.cart-footer {
		margin-top: 30px;
	}
	.cart-text {
		width: calc(100% - 40px);
	}
	.cart-quantity {
		width: 100%;
		margin-top: 20px;
		max-width: 50%;
	}
	.cart-footer__total {
		font-size: 50px;
		line-height: 70px;
	}
	.cart-footer__text-t {
		font-size: 50px;
		line-height: 70px;
	}
}
@media screen and (max-width:410px) {
	.site-header__container {
		margin: 0 auto !important;
		right: 0 !important;
		width: 100%;
		max-width: 100%;
	}
	.mydorco-body-site,html {
		width: 100%;
		min-width: 350px;
	}
}
/*
end popup cart
 */
/*
homepage-site
 */

.header-ex {
	display: none;
}
.home .header-ex {
	display: flex;
}
.single-product .prod-yes .header-ex {
	display: flex;
}
.woocommerce-account .prod-yes .header-ex {
	display: none;
}
.homepage-site .header-nav__link {
	color: #fff;
}
.homepage-site .header-nav__product-l {
	color:#0dbf7e;
}
.homepage-site .header-icons__link--login.opened svg {
	fill: #000;
	opacity: 1;
}
.homepage-site .header-nav__product-mob-l {
	background-color: #ffffff;
	color: #00df8e;
}
@media screen and (max-width:768px) {
.homepage-site .header-nav {
	display: none;
}
.site-header__container {
	padding-top: 35px;
	padding-bottom: 20px;
}
}
/*
end homepage-site
 */
/*
mobile-menu
 */
.mobile-menu {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 50;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 150px;
}
.mobile-menu__overlay {
	background: rgba(0,0,0,.9);
	position:fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.mobile-menu__body {
	position: relative;
	z-index: 11;
	padding: 0 10px 65px;
	text-align: center;
	max-width: 330px;
	margin: auto;
}
.mobile-menu__link {
	display: block;
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
	color: #fff;
	padding: 15px 10px;
}
.mobile-menu__link:hover {
	text-decoration: underline;
}
.mobile-menu__item--separator{
	position: relative;
	padding: 30px 0;
}
.mobile-menu__item--separator:before {
	content: '';
	width: 80px;
	height: 7px;
	background: #edefef;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.mobile-menu__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-menu__first {
	padding-bottom: 30px;
}
.no-scroll-popup .site-header {
	position: relative;
	z-index: 22;
}
@media screen and (max-width:400px){
	.mobile-menu__link {
		font-size: 22px;
		line-height: 24px;
	}
}
/*
end mobile-menu
 */
/*
homepage-site
 */
.homepage-site .site-header {
	background-color: transparent;
}
.section-padding.site-header.site-header--sticky {
	background-color: transparent;
}
/*
end homepage-site
 */
/*
header-ex
 */
.header-ex {
    position: absolute;
    top: 190px;
    left: -21px;
    flex-direction: column;
    align-items: center;
    z-index: 12;
}
.link-for-her {
	text-align: center;
	display: flex;
	flex-direction: column;
	font-size: 17px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgb(155, 246, 236);
	padding-top: 20px;
	transition: 2s margin-top;
}
.link-for-her img {
    display: block;
    position: relative;
}
.header-ex.fix .link-for-her img {
    display: block;
    position: relative;
    margin-top: -27px;
}
.header-ex__cont {
	margin-bottom: 40px;
}
.header-ex__cont img {
	display: block;
	width: 34px;
	height: 35px;
	object-fit: contain;
}
.header-ex__cont.opened img{
	display: none;
}
.header-ex__cont.opened {
	width: 34px;
	height: 35px;
}
.header-ex__cont.opened:after{
	content: '';
	display: block;
	width: 34px;
	height: 35px;
	background: url('src/images/icon-close.svg') no-repeat center center;
	background-size: contain;
}
.link-for-her__text {
	transform: translate(0, 100%) rotate(-90deg);
	margin-bottom: 50px;
}
.link-for-her:hover {
	text-decoration: underline;
}
@media screen and (max-width:991px){
	.link-for-her {
		display: none;
	}
	.header-ex {
		left: 0;
		top: auto;
		bottom: -50%;
	}
	.header-ex__cont {
		margin-bottom: auto;
	}
}
/*
end header-ex
start section-hero
*/
.section-hero > div:first-child {
	position: relative;
	padding-top: 153px;
}
.section-hero__top {
    min-height: 50vh;
    padding-bottom: 140px;
}
.section-hero__text {
    font-weight: 900;
    font-size: 245px;
    line-height: 195px;
    font-family: 'Montserrat', sans-serif;
    max-width: 1100px;
    text-align: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.612);
    padding: 60px 0;
}
.section-hero__heading {
	position: relative;
	min-height: 510px;
	margin: 0 40px;
}
.section-hero__large {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 12;
	width: 100%;
	height: 105%;
	object-fit: contain;
}
.section-hero__body {
	font-size: 20px;
    line-height: 23px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.section-hero__large.move-to-right {
    margin-left: 315px;
}
.section-hero__button {
	text-align: center;
	font-weight: 900;
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 60px;
}
.button-black {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #0d0d0d;
    color: #04d589;
    padding: 21px 20px;
    min-width: 350px;
    border-radius: 3px;
    box-shadow: 0 0 103.74px 10.26px rgb(76 108 26 / 45%);
    font-weight: 900;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 1.2px;
}
.button-black:hover {
	box-shadow: 0 0 80.74px 8.26px rgba(76, 108, 26, 0.35);
}
.section-hero__body p {
	margin: 25px 0;
}
.section-prs__img {
	display: block;
	margin: auto;
}
.section-prs__img.img-bottom {
	display: block;
	margin: -50px auto;
	position: relative;
	z-index: 1;
}
.section-hero__bottom {
	padding: 0 120px;
}
.section-hero {
	background: #00df8e;
    background: linear-gradient(140deg, rgba(14,188,124,1) 0%, rgba(0,223,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(14,188,124,1)', endColorstr='rgba(0,223,142,1)'); /* для IE6-9 */
    background: -webkit-linear-gradient(-50deg, rgba(14,188,124,1), rgba(0,223,142,1));
    background: -moz-linear-gradient(-50deg,  rgba(14,188,124,1),  rgba(0,223,142,1));
    background: -o-linear-gradient(-50deg,  rgba(14,188,124,1),  rgba(0,223,142,1));
    background: -ms-linear-gradient(-50deg,  rgba(14,188,124,1),  rgba(0,223,142,1));
    border-radius: 0 0 100% 100% / 0 0 100% 100%;
}
.section-hero.section-porduct {
	background: rgb(48,48,48);
    background: linear-gradient(140deg, rgba(44,44,44,1) 0%, rgba(54,54,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(44,44,44,1) ', endColorstr='rgba(54,54,54,1)'); /* для IE6-9 */
    background: -webkit-linear-gradient(-50deg, rgba(44,44,44,1), rgba(54,54,54,1));
    background: -moz-linear-gradient(-50deg,  rgba(44,44,44,1),  rgba(54,54,54,1));
    background: -o-linear-gradient(-50deg,  rgba(44,44,44,1),  rgba(54,54,54,1));
    background: -ms-linear-gradient(-50deg,  rgba(44,44,44,1),  rgba(54,54,54,1));
    border-radius: 0 0 100% 100% / 0 0 100% 100%;
}
.section-hero__bottom {
	width: 100%;
	padding-bottom: 20vw;
}
.section-hero__button-text {
    margin-bottom: 0;
    margin-top: 9px;
    font-size: 20px;
}
.section-prs__list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    margin: -95px auto 0 auto;
    max-width: 1400px;
}
.section-prs__item {
	text-align: center;
	width: calc(100% / 3 - 20px);
	margin: 10px;
}
.section-prs__title {
	font-size: 21px;
	line-height: 26px;
	font-weight: 900;
}
.section-prs__text {
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
}
.section-prs__text p {
    margin: 0;
    padding: 0;
}
.section-prs__item:nth-child(2) {
	margin-top: -7px;
}
.section-prs__item:nth-child(2) .section-prs__icon img {
	position: relative;
    top: 10px;
}
.section-prs__icon {
    margin-bottom: 8px;
    min-height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -11px;
}
@media screen and (max-width:1250px){
	.section-hero__text {
		font-size: 160px;
		line-height: 170px;
	}
	.section-hero__large {
		bottom: 0;
	}
	.section-hero__top {
		padding-bottom: 0;
	}
	.section-hero__heading {
		min-height: auto;
	}
}
@media screen and (max-width:1050px){
	.section-hero__text {
		font-size: 120px;
		line-height: 130px;
		max-width: 100%;
	}
	.section-hero__heading {
		min-height: auto;
	}
}
@media screen and (max-width:991px){
	.rotate-mob {
		transform: translate(0, 10%) rotate(90deg);
		display: block;
        height: 500px;
	}
	.section-hero__heading {
		padding-top: 155px;
		padding-bottom: 0;
		margin-bottom: 85px;
	}
	.section-prs__item:nth-child(2) {
		order: -1;
		width: 100%;
		margin-bottom: 20px;
	}
	.section-prs__item {
		width: calc(50% - 20px);
	}
	.section-prs__item:nth-child(2) .section-prs__text {
		max-width: 72%;
		margin: auto;
	}
	.section-prs__text,.section-prs__title {
		font-size: 26px;
		line-height: 28px;
	}
	.section-hero__bottom {
		padding-bottom: 45vw;
		border-radius: 0 0 88% 88% / 0 0 100% 100%;
	}
	.section-hero__bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:671px){
	.section-prs__text, .section-prs__title {
		font-size: 16px;
		line-height: 18px;
	}
	.button-black {
		min-width: 280px;
	}
	.section-hero__text {
		font-size: 81px;
		line-height: 94px;
	}
}
@media screen and (max-width:520px){
	.section-hero__text {
		font-size: 60px;
		line-height: 77px;
		max-width: 310px;
		padding-bottom: 0;
	}
	.section-hero__heading {
		max-width: 100%;
		padding: 20px 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.section-hero__large {
		max-width: 66%;
		transform: translate(0, 10px) rotate(90deg);
	}
}
@media screen and (max-width:450px){
	.section-hero__text {
		font-size: 60px;
		line-height: 77px;
		max-width: 100%;
		padding-bottom: 0;
	}
	.section-hero__heading {
		max-width: 100%;
		padding: 20px 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.section-hero__large {
		max-width: 66%;
		transform: translate(0, 10px) rotate(90deg);
	}
	.section-prs__item {
		width: 100%;
	}
	.section-hero__bottom {
		border-radius: 0 0 100% 100% / 0 0 100% 100%;
		padding-bottom: 55vw;
	}
	.section-prs__item:nth-child(2) {
		margin-top: -10px;
	}
}
/*
end section-hero
start product
*/
.section-slider__container {
	max-width: 1565px;
	margin: auto;
}
.section-slider {
	margin-top: -240px;
	position: relative;
	z-index: 1;
}
.product-item {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.product-item__image {
	position: relative;
	min-height: 690px;
}
.product-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item__content {
	flex-grow: 1;
	margin-left: 40px;
	margin-top: 10%;
	color:#fff;
}
.section-slider__product-item .product-item__image {
    margin-top: 0px;
    margin-left: -20px;
    min-width: 645px;
    max-width: 645px;
}
.product-item.section-slider__product-item .review-meta {
	position: relative;
    top: -5px;
    right: -2px;
}
.product-item.section-slider__product-item .price-item__value {
    position: relative;
    top: -15px;
}
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
}
.swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.product-row__image.product-item__image {
	width: 35%;
    margin-left: 65px;
    margin-right: auto;
    margin-top: -115px;
    min-width: auto;
    min-height: auto;
}
.swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #04d589;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-container-rtl .swiper-button-next:after {
    background: url('src/images/arrow-slider.svg');
    content: '';
    background-repeat: no-repeat;
    width: 135px;
    height: 38px;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
}
.swiper-container-rtl .swiper-button-prev:after {
    background: url('src/images/arrow-slider.svg');
    content: '';
    background-repeat: no-repeat;
    width: 135px;
    height: 38px;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.swiper-button-prev, .swiper-button-next {
    width: 135px;
    height: 38px;
}
.product-item__title {
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #00df8e;
    margin-bottom: 15px;
    letter-spacing: 1.3px;
}
.product-item.section-slider__product-item.swiper-slide {
    padding: 0 220px 0 185px;
    box-sizing: border-box;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    padding-right: 220px;
    margin-top: -20px;
}
.product-item__title:hover {
	text-decoration: underline;
}
.review-meta {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.review-stars__item {
	width: 22px;
	height: 22px;
	margin-left: 15px;
	background: url('src/images/star-w.svg') no-repeat center center;
	position: relative;
}
.review-stars {
	display: flex;
	align-items: center;
}
.review-stars__item-active .review-stars__item-star {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('src/images/star.svg') no-repeat center right;
	background-size: 100%;
}
.review-meta__amount {
	font-size: 22px;
	line-height: 24px;
	color: #f7f9f8;
	text-decoration: underline;
	cursor: pointer;
}
.product-template-default .review-meta__amount {
    font-size: 22px;
    letter-spacing: 1px;
}
.product-template-default .product-item__desc {
    top: -34px;
}
.product-template-default .section-hero > div:first-child {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0;
}
.product-template-default .section-hero > div.section-hero__top {
    padding-bottom: 133px;
}
.review-meta__amount:hover {
	text-decoration: none;
}
.price-item {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 110px;
	line-height: 120px;
}
.product-template-default .price-item {
    margin-top: -12px;
}
.product-template-default .review-meta {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: -5px;
}
.price-item .woocommerce-Price-currencySymbol {
	font-size: 68px;
	line-height: 72px;
	font-weight: 300;
	font-family: 'Almoni DL AAA', sans-serif;
}
.wrap-cart-add {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.product-item__cart {
	margin-top: 0px;
	max-width: 440px;
	width: 100%;
	padding-bottom: 0 !important;
}
.wrap-cart-add__button {
	width: calc(100% - 135px);
	text-align: right;
	padding: 18px 35px;
	border-radius: 0 2px 2px 0;
	min-height: 68px;
    max-height: 68px;
    line-height: 37px;
}
.wrap-cart-add__quantity {
	min-width: 135px;
	margin-right: 0;
	border-radius: 3px 0 0 3px;
}
.wrap-cart-add__quantity .cart-quantity__field {
    padding: 18px 0px;
    max-height: 68px;
    min-height: 68px;
}
.wrap-cart-add .wc-forward {
	color: #ffffff;
	border: 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: 900;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
	display: none;
	text-align: right;
	width: 100%;
	text-decoration: underline;
}
.wrap-cart-add .wc-forward:hover {
	text-decoration: none;
}
.quantity.hidden + .wrap-cart-add__button {
	width: 100%;
}
.product-item__desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    max-width: 95%;
    margin-top: 50px;
    color: #fff;
    position: relative;
    top: -22px;
}
/* wc-shop */
.wrap-cart-add--loading {
   position: relative;
}
.wrap-cart-add--loading:before {z-index: 20;content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255,255,255,.5);}
.section-testimonial {
	padding-top: 140px;
	padding-bottom: 80px;
	margin-top: 70px;
}
.section-testimonial__container {
	max-width: 860px;
	margin: auto;
}
.section-testimonial__container blockquote {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	margin: 0 auto -80px auto;
	padding: 60px 23px 16px;
	z-index: -1;
	background: url('src/images/blockquote.svg') no-repeat center top;
}
.section-testimonial__container .blockquote {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	padding: 60px 23px 16px;
	z-index: 1;
	position: relative;
}
.swiper2 .product-item.section-slider__product-item.swiper-slide {
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 220px;
}
.section-testimonial__container .blockquote cite {
    font-style: normal;
}
.section-testimonial .review-stars {
	justify-content: center;
	margin-top: 20px;
}
.section-testimonial .review-stars__item {
	margin: 0 8px;
}
.section-testimonial__container p {
	margin: 0;
}
.top-element {
	z-index: 14;
	position: relative;
	margin-top: -125px;
}
@media screen and (max-width:1200px){
	.section-slider__product-item .product-item__image {
		max-width: 50%;
		min-width: auto;
	}
	.section-slider {
		margin-top: -180px;
	}
}
@media screen and (max-width:991px){
	.product-item {
		flex-direction: column;
	}
	.product-item__content {
		max-width: 550px;
		margin: 0;
		width: 100%;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.product-item__title {
		text-align: center;
	}
	.section-slider__product-item .product-item__image {
		margin: 0;
		max-width: 550px;
		min-width: auto;
	}
	.section-slider {
		margin-top: -210px;
	}
	.product-item__desc {
		max-width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:500px){
	.review-meta {
		flex-direction: column-reverse;
	}
	.review-meta__amount {
		margin-bottom: 20px;
	}
	.review-stars {
		margin-bottom: 20px;
	}
}
/*
end product
start section-image
*/
.section-images {
	padding-top: 10px;
	padding-bottom: 230px;
}
.section-images__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-images__container {
	position: relative;
	z-index: 5;
	max-width: 1005px;
	padding: 0 90px;
	margin: auto;
}
.section-images__front {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-images__front-bg {
	position: absolute;
	left: -31px;
	top: 17%;
	width: 68%;
	z-index: 9;
}
.section-images__mobile {
	display: none;
}
.section-images__front-main {
    position: absolute;
    left: -124px;
    top: 22%;
    width: calc(100% + 175px);
    z-index: 10;
    max-width: inherit;
}
.section-images__bg__mobile {
        display: none;
}
@media screen and (max-width:1300px){
	.section-images__front-main {
		max-width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.section-images__front-bg {
		left: 0;
	}
}
@media screen and (max-width:991px){
	.section-images__front-main {
		max-width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.section-images__front-bg {
		left: 0;
	}
	.section-images__front {
		display: none;
	}
	.section-images__bg.box.bounce-3 {
		display: none;
	}
	.section-images__bg__mobile {
        display: block;
	}
	.section-images__mobile {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.section-images__container {
		padding: 0;
	}
	.section-images {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*
start section-image
*/
/*
start section-elipse
*/
.section-elipse__container {
	max-width: 1461px;
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
}
.section-elipse__title {
	order: 3;
	width: 40%;
	font-size: 2.813em;
	line-height: 48px;
	font-weight: 600;
	text-align: left;
}
.section-elipse__bg {
    order: 2;
    width: 16.7%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}
.section-elipse__desc {
    width: 42%;
    font-size: 20px;
    line-height: 29px;
    padding-right: 16px;
    box-sizing: border-box;
}
.section-elipse__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0 20px;
}
@media screen and (min-width:991px) and (max-width:1200px){
	.section-elipse__desc {
		font-size: 16px;
		line-height: 22px;
	}
	.section-elipse__title {
		font-size: 30px;
		line-height: 34px;
	}
	.section-elipse__bg {
		width: 25%;
		margin: 0 10px;
	}
	.section-elipse__desc,.section-elipse__title {
		flex-grow: 0;
	}
	.section-elipse__container {
		flex-wrap: nowrap;
	}
}
@media screen and (max-width:991px){
	.section-elipse__container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.section-elipse__bg {
		order: -1;
		width: auto;
		max-width: 135px;
		background-position: center;
	}
	.section-elipse__title {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.header-ex__cont.scroll--js.nnones {
		display: none;
	}
	.section-elipse__desc {
		order: 3;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:550px){
	.section-elipse__title {
		font-size: 26px;
		line-height: 33px;
	}
	.section-elipse__desc {
		font-size: 16px;
		line-height: 23px;
	}
}
/*
end section-elipse
start section-razor
*/
.section-razor__text {
    font-size: 24vw;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #afd3cf;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 23px 0;
    letter-spacing: -30px;
    margin-top: 42px;
    margin-left: 48px;
}
.section-razor {
    margin-top: 260px;
    margin-bottom: 140px;
}
.section-razor__container {
	position: relative;
}
.razor-elements {
	position: relative;
	max-width: 330px;
	margin: auto;
	left: 17px;
}
.razor-elements__item {
	display: block;
	margin: auto;
	position: relative;
	z-index: 5;
	max-width: 330px;
	height: auto;
}
.razor-elements__line {
	position: absolute;
	top: -33px;
	left: 0;
	right: 0;
	margin: auto;
	width: 5px;
	z-index: 1;
	height: calc(100% + 100px);
}
.razor-elements__item-m {
    position: absolute;
    right: -206px;
    top: 107px;
    z-index: 4;
}
.razor-elements__ladies {
	position: absolute;
	top: 6%;
	left: -69px;
	max-width: none;
	z-index: 4;
}
.razor-elements__item-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11%;
	z-index: 6;
}
.razor-elements__btn {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	min-width: 100%;
	bottom: 16%;
	z-index: 5;
	box-shadow: none;
}
.razor-elements .button-black {
	text-align: center;
	min-width: 100%;
	box-shadow: none;
	color: #afd3cf;
}
.razor-elements__logo {
	margin: auto;
	display: block;
	position: relative;
    top: 28px;
}
.razor-elements .boxz.easeBoxz.top-element:hover {
	box-shadow: 0 0 80.74px 8.26px rgba(76, 108, 26, 1);
}
.woocommerce-checkout.entry-title {
	display: none;
}
@media screen and (max-width:991px){
	.section-razor__text {
		padding: 150px 0;
	}
	.razor-elements__item-m {
		display: none;
	}
}
@media screen and (max-width:540px){
	.razor-elements__ladies {
		left: 0;
		right: 0;
		max-width: 100%;
		top: 20%;
	}
	.razor-elements__item {
		max-width: 280px;
	}
	.razor-elements {
		left: 0;
	}
}
/*
end section-razor
start section-product
*/
.section-product {
	padding-top: 290px;
	padding-bottom: 150px;
}
.section-product__container {
    max-width: 1408px;
    margin: auto;
    position: relative;
    margin-left: 51px;
    margin-top: 17px;
}
.section-product__container .product-item__cart {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
}
.section-product__container .product-row__image.product-item__image {
    margin-top: -105px;
}
.section-product__container .product-row__image.product-item__image {
    width: 35%;
    margin-left: 47px;
    margin-right: auto;
    margin-top: -115px;
    min-width: auto;
    min-height: auto;
}
.product-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.product-row__heading {
    width: 21%;
    padding-bottom: 20px;
    margin-top: -15px;
}
.product-row__image {
	order: 2;
	width: 35%;
	margin-left: 65px;
	margin-right: auto;
	margin-top: -115px;
}
.product-row__content {
	order: 3;
	width: 39%;
	padding-bottom: 20px;
    margin-left: 15px;
}
.product-row__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-row__desc {
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 60px;
}
.product-row__min {
	font-size: 20px;
	line-height: 24px;
	margin-top: 40px;
	color: #fff;
}
.product-row__title {
	display: block;
	font-size: 60px;
	line-height: 64px;
	color: #00df8e;
}
.product-row__title:hover {
	text-decoration: underline;
}
.product-row__after-title {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
}
.product-row__price {
	color: #fff;
	margin: 15px 0;
}
.product-row__val {
	font-size: 110px;
	line-height: 120px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.product-row__cur {
	font-size: 68px;
	line-height: 70px;
	font-weight: 300;
}
.product-row__link {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding-left: 82px;
	position: relative;
	display: block;
	margin-top: 50px;
	background: url('src/images/arrow-simple.svg') no-repeat left center;
	background-size: contain;
	background-size: 75px;
}
@media screen and (max-width:1800px){
	.section-product__container {
		left: auto;
	}
	.product-row__image {
		width: auto;
		margin: 0 2%;
		max-width: 30%;
	}
	.product-row {
		align-items: center;
	}
	.product-row__link {
		background-size: auto;
		padding-left: 95px;
	}
	.product-row__content {
		width: 40%;
	}
	.product-row__heading {
		width: auto;
	}
}
@media screen and (max-width:991px){
	.product-row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.product-row__heading {
		margin-top: 30px;
		order: 2;
		width: 100%;
		text-align: center;
	}
	.section-product {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.product-row__link {
		display: none;
	}
	.product-row__content {
		max-width: 550px;
		width: auto;
	}
	.product-row__min {
		display: none;
	}
	.product-row__image {
		max-width: 70%;
	}
}
@media screen and (max-width:550px){
	.wrap-cart-add__quantity {
		min-width: 30%;
		margin: 0;
	}
	.wrap-cart-add__button {
		width: 70%;
		font-size: 18px;
	}
}
/*
end section-product
start section-faq
*/
.section-large-re {
	position: relative;
}
.s-razor-large {
    position: absolute;
    right: 0;
    left: auto;
    max-width: 90%;
    object-fit: contain;
    z-index: -1;
    right: -45%;
    width: 100%;
    background-size: 100%;
    height: 100%;
}
.section-faq__container {
	max-width: 1490px;
	margin: auto;
}
.list-faq {
	width: 50%;
	margin-right: auto;
	padding-right: 14px;
}
.list-faq__title {
	line-height: 20px;
	font-size: 22px;
	font-weight: 600;
	color: #00df8e;
	letter-spacing: 0.6px;
	margin-bottom: 14px;
}
.list-faq__desc {
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    margin-top: 7px;
    letter-spacing: 0.6px;
}
.list-faq__item {
	margin: 45px 0;
}
.section-faq {
	padding-top: 160px;
}
.section-logos {
    padding: 164px 0 105px 0;
    margin: auto;
    text-align: center;
}
.section-logos__btn {
	min-width: 335px;
	font-size: 24px;
	padding: 25px 15px;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 20px 3px rgb(76 108 26 / 45%);
}
.section-logos__btn {
	box-shadow: 0 0 40px 3px rgb(76 108 26 / 45%);
}
.section-logos__text {
	margin: 23px 0;
	font-size: 32px;
	line-height: 34px;
	font-weight: 800;
	color: #00df8e;
}
.section-logos__img {
	display: block;
	margin: auto;
}
.section-logos__btn:hover {
	box-shadow: 0 0 103.74px 10.26px rgba(76, 108, 26, 0.8);
	opacity: 1;
}
/*
end section-logos
start section-contact
*/
.section-contact {
	padding: 120px 0;
}
.section-contact__container {
	max-width: 1260px;
	margin: auto;
}
.section-contact__text {
	margin-top: 7px;
}
.section-contact__heading {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 62px;
}
.section-contact__mail {
	color: #00df8e;
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
	margin-top: 37px;
}
.section-contact__title {
	font-size: 32px;
	line-height: 34px;
	font-weight: 900;
}
.wpcf7-form-control::-webkit-input-placeholder {color:#00df8e;}
.wpcf7-form-control::-moz-placeholder          {color:#00df8e;}/* Firefox 19+ */
.wpcf7-form-control:-moz-placeholder           {color:#00df8e;}/* Firefox 18- */
.wpcf7-form-control:-ms-input-placeholder      {color:#00df8e;}
.section-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.section-form__item {
	width: calc((100% - 48px) / 3);
	margin-bottom: 25px;
}
.section-form__wrap,.section-form__footer {
	width: 100%;
}
.section-form__form {
	font-size: 18px;
	line-height: 20px;
	color: #00df8e;
	font-weight: 900;
	background-color: transparent;
	border: 0;
	border-bottom: 3px solid #00df8e;
	padding: 10px;
	text-align: center;
	width: 100%;
	height: 41px;
	resize: none;
	outline: 0;
}
.section-form__form--error {
	border-color: red;
}
.section-form__wrap .section-form__form {
	height: 78px;
	padding-top: 44px;
}
.section-form__footer {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.section-socials {
	margin-top: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
    margin-left: 12px;
}
.section-socials__item {
	margin: 10px;
}
.section-socials__item:hover svg {
	fill: #00df8e;
}
.section-form___button {
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.section-form___button:hover {
	opacity: .7;
}
.section-form__form:focus {
	border-color: rgba(0,223,142, .8);
}
.section-form__check {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.section-form__check a {
	color: #fff;
	border-bottom: 2px solid #aeaeae;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-right: 5px;
	position: relative;
	z-index: 5;
}
.section-form__check a:hover {
	border-color: transparent;
}
.section-form__subs {
	margin-left: 25px;
}
.checkbox-item.section-form__subs:first-child .checkbox-item__label:after {
    margin-left: 20px;
}
.checkbox-item.section-form__subs:first-child {
    margin-left: 55px;
}
.section-form__subs .checkbox-item__label:after {
	border-color: #fff;
	background-color: #222;
}
.section-form__subs [type="checkbox"]:checked+.checkbox-item__label:after {
	background-color: #fff;
}
.section-form__subs .checkbox-item__label:after {
	margin-left: 6px;
}




@media screen and (max-width:991px) {
	.s-razor-large {
		display: none;
	}

	.list-faq {
		width: 100%;
	}

	.section-contact {
		padding: 50px 0;
	}

	.section-logos {
		padding: 30px 0;
	}
	.section-form__check {
		order: -1;
		margin-bottom: 30px;
	}
	.section-form__footer {
		margin-top: 35px;
	}
	#contacts .section-form__button, #mobile-contact .section-form__button {
		margin-top: 20px;
	}
	.section-socials {
		margin-top: 50px;
	}
	.section-form__item {
		width: 100%;
	}
	.section-form__subs {
		width: auto;
		margin: 0;
	}
	.section-form__check {
		width: 100%;
		justify-content: space-between;
	}
	.section-form__check a {
		display: inline;
	}
	.section-form__subs .checkbox-item__label {
		display: block;
		padding-right: 30px;
		position: relative;
	}
	.section-form__subs .checkbox-item__label:after {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#mobile-contact .mobile-menu__body {
		max-width: 95%;
	}
	.mobile-menu__title {
		font-size: 30px;
		line-height: 34px;
		font-weight: 900;
		color: #fff;
	}
	.mobile-menu__text {
		font-size: 26px;
		line-height: 28px;
		color: #fff;
	}
	.mobile-menu__heading {
		padding-bottom: 20px;
	}
	#mobile-contact {
		padding-top: 210px;
	}
	.mobile-menu__section-form .section-form__form {
		padding-top: 25px;
		height: 61px;
	}
	.mobile-menu__mail-item {
		margin-top: 40px;
	}
	.mobile-menu__mail {
		color: #00df8e;
		font-size: 28px;
		line-height: 34px;
	}
}
@media screen and (max-width:560px){
	.section-form__subs {
		margin-bottom: 10px;
	}
	.section-form__check {
		flex-direction: column;
		align-items: center;
	}
	.section-logos__btn {
		min-width: 100%;
	}
}
/*
end section-contact
*/
/*
start product page
*/
.product-page-site .site-header.site-header--sticky {
    background-color: transparent;
}
.product-page-site .site-header .header-logo.logo-and-text .header-logo__cat {
	width: 100%;
	opacity: 1;
    visibility: visible;
	-webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.product-page-site .site-header .header-logo.logo-and-text .header-logo__text {
	opacity: 1;
    visibility: visible;
	-webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.product-page-site .site-header.site-header--sticky .header-logo.logo-and-text .header-logo__cat {
    opacity: 0;
    visibility: hidden;
}
.product-page-site .site-header.site-header--sticky .header-logo.logo-and-text .header-logo__text {
    opacity: 0;
    visibility: hidden;
}
.header-logo__text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
    text-align: left;
    letter-spacing: 4px;
    font-family: 'Montserrat';
    margin-left: -1px;
    margin-bottom: -46px;
    margin-top: -7px;
}
.grey-page-site {
	background-color: #cccece;
}
.single-product.grey-page-site {
	background: rgb(14,188,124);
    background: linear-gradient(140deg, rgba(175,175,175,1) 0%, rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(175,175,175,1) ', endColorstr='rgba(233,233,233,1)'); /* для IE6-9 */
    background: -webkit-linear-gradient(-50deg, rgba(175,175,175,1), rgba(233,233,233,1));
    background: -moz-linear-gradient(-50deg,  rgba(175,175,175,1),  rgba(233,233,233,1));
    background: -o-linear-gradient(-50deg,  rgba(175,175,175,1),  rgba(233,233,233,1));
    background: -ms-linear-gradient(-50deg,  rgba(175,175,175,1),  rgba(233,233,233,1));

}
.product-page-site .section-hero__top {
    padding-bottom: 74px;
    margin-top: -1px;
}
.product-page-site .section-reviews__container {
    padding: 70px 90px;
}
.product-page-site .section-hero__bottom {
	padding-bottom: 158px;
	margin-top: -1px;
	position: relative;
}
.section-porduct__product-item {
	margin: auto;
	position: relative;
	align-items: normal;
	padding: 0 90px;
	justify-content: space-between;
}
.section-porduct__image {
	width: 54%;
}
.section-porduct__image img {
	position: absolute;
	top: -152px;
	right: 0;
	width: auto;
	height: auto;
}
.product-page-site .product-item__desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    max-width: 95%;
    margin-top: 50px;
    color: #fff;
    position: relative;
    top: -22px;
    letter-spacing: 3px;
}
.product-page-site .section-porduct__image img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
}
.section-porduct__product-item .product-item__content {
	width: 49%;
	margin-top: 0;
	padding-right: 12px;
	margin-left: 0;
	max-width: 550px;
	padding-top: 154px;
}
.product-item__subtitle {
	font-size: 72px;
	line-height: 73px;
	color: #00df8e;
}
.products-select__list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background-color: rgba(255,255,255,.95);
	padding: 10px;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0,-20px);
	color:#151515;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row {
    margin-bottom: 38px !important;
}
.products-select--active .products-select__list {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.products-select {
	position: relative;
	z-index: 5;
}
.products-select__current {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 18px 30px 18px 70px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
}
.products-select__current:before {
	content: '';width: 27px;
	height: 17px;
	position: absolute;
	left: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('src/images/arrow-select.svg');
}
.products-select__item {
    font-size: 21px;
    line-height: 20px;
}
.products-select__item-cat,.products-select__item-sep {
	font-weight: 800;
	padding: 10px 14px;
}
.product-page-site .section-porduct__product-item .product-item__desc {
    max-width: 100%;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 39px;
}
.product-page-site .section-prs__img {
    display: block;
    margin: 0 auto;
}
.product-page-site .section-prs__img.img-bottom {
	margin: -50px auto;
}
.product-page-site .section-prs__btitle {
    font-size: 41px;
    line-height: 46px;
    margin-bottom: 12px;
    margin-top: 24px;
    margin-bottom: 11px;
}
.section-porduct__section-prs .section-prs__item {
    width: auto;
    max-width: 820px;
}
.product-page-site .product-item__cart {
	margin-top: -7px;
}
.product-page-site .product-item__subdesc {
    font-size: 20px;
}
.products-select__link {
	color: #151515;
	display: block;
	padding: 10px 14px;
}
.products-select__link--current,.products-select__link:hover {
	background: rgb(3,214,117, .75);
}
.section-porduct__product-item .product-item__desc {
	max-width: 100%;
	font-weight: 400;
	line-height: 35px;
}
.section-porduct__product-item .product-item__cart {
	max-width: 100%;
	padding-bottom: 0;
}
.product-item__subdesc {
    font-size: 27px;
    line-height: 32px;
    color: #fff;
    margin: 12px 0 26px 0;
    font-weight: 600;
}
.product-item__credo {
	margin-top: 30px;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
}
.section-porduct__section-prs .section-prs__list {
	justify-content: center;
	margin-top: -83px;
}
.section-prs__btitle {
    font-size: 43px;
    line-height: 46px;
    color: #00df8e;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-porduct__section-prs .section-prs__text {
	color: #fff;
}
.section-porduct__section-prs .section-prs__item {
	width: auto;
	max-width: 770px;
}
input[type='number'] {
	-moz-appearance:textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.section-contact__container .wpcf7 form.invalid .wpcf7-response-output, .section-contact__container .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232;
    color: #fff;
}
.section-contact__container .wpcf7-form-control.wpcf7-submit {
    background: url(src/images/form-arrow.svg) no-repeat;
    background-size: 100% !important;
    background-position: center top;
    width: 220px;
    height: 47px;
    border: 0;
    border-radius: 0;
    float: left;
    display: block;
    cursor: pointer;
    transition: all 0s ease;
    font-size: 0;
}
.section-contact__container .wpcf7 .ajax-loader {
	opacity: 0;
	z-index: -1;
}
.section-contact__container .wpcf7 form.sent .wpcf7-response-output {
    border-color: #00df8e;
    color: #fff;
}
/*
NEW STYLE PRODUCT PAGE
*/
#product-reviews .glsr-star.glsr-star-half:after {
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/wp-content/themes/mydorco/src/images/star-black.png) no-repeat center right;
	background-size: 22px 22px !important;
}
#product-reviews .glsr-star.glsr-star-full {
    width: 22px;
    height: 22px;
    margin-left: 15px;
    background: url(/wp-content/themes/mydorco/src/images/star-black.png) no-repeat center center !important;
	background-size: 100% !important;

}
#product-reviews .glsr-star.glsr-star-half {
	width: 22px;
    height: 22px;
    margin-left: 15px;
    background: url(/wp-content/themes/mydorco/src/images/star-white.png) no-repeat center center !important;
    position: relative;
	background-size: 100% !important;

}
.glsr-default .glsr-summary-text {
    width: auto;
}
#product-reviews-link {
	position: absolute;
	margin-top: -110px;
}
#product-reviews .glsr-summary.section-reviews__stars {
    text-align: center;
    max-width: 100%;
    display: block;
    margin-top: 0;
}
#product-reviews .glsr-summary.section-reviews__stars .glsr-summary-stars {
    position: absolute;
    left: 0;
    right: 0;
    margin: 60px auto 0 auto;
    width: max-content;
}
#black-star {
    padding-top: 135px;
}
#black-star .glsr-default .glsr-bar-background:before {
    background-color: #9e9e9e;
    content: "";
    display: block;
    height: 5px;
    margin-top: 11px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 100%;
}
#black-star .glsr-default .glsr-bar-background-percent {
    background-color: #00df8e;
    display: block;
    height: 5px;
    position: relative;
    margin-top: 20px;
}
#black-star .glsr-default .glsr-bar-percent {
    line-height: 1;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    color: #616161;
    margin-right: 121px;
    font: 900 20px/1.5 'Almoni DL AAA', sans-serif;
    margin-top: 1px;
}
#black-star .glsr-default .glsr-bar-label {
	color: #616161;
	line-height: 1;
    padding: .5rem .5rem .5rem 20px;
}
#black-star .glsr-default .glsr-summary {
    max-width: 100%;
}
#black-star .glsr-default .glsr-summary-percentages {
    max-width: 100%;
}
#black-star .glsr-star.glsr-star-full {
    width: 22px;
    height: 22px;
    margin-left: 14px;
    background: url(/wp-content/themes/mydorco/src/images/star-black.png) no-repeat center center !important;
}
#black-star .glsr-star.glsr-star-half {
	width: 22px;
    height: 22px;
    margin-left: 14px;
    background: url(/wp-content/themes/mydorco/src/images/star-white.png) no-repeat center center !important;
    position: relative;
}
#black-star .glsr-star.glsr-star-empty {
	width: 22px;
    height: 22px;
    margin-left: 14px;
    background: url(/wp-content/themes/mydorco/src/images/star-white.png) no-repeat center center !important;
    position: relative;
}
#black-star .glsr-review-rating .glsr-star {
	background-size: 100% !important;
}
#black-star .gl-star-rating-stars>span, .glsr-star-empty {
    background-image: url(/wp-content/themes/mydorco/src/images/star-white.png)!important;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    position: relative;
    background-size: 100% !important;
}
#black-star .gl-star-rating--stars>span, .glsr-star-empty {
    background-image: url(/wp-content/themes/mydorco/src/images/star-white.png)!important;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    position: relative;
    background-size: 100% !important;
}
.single-product #black-star .gl-star-rating-stars.s10>span:first-child, .single-product #black-star .gl-star-rating-stars.s20>span:nth-child(-1n+2), .single-product #black-star .gl-star-rating-stars.s30>span:nth-child(-1n+3), .single-product #black-star .gl-star-rating-stars.s40>span:nth-child(-1n+4), .single-product #black-star .gl-star-rating-stars.s50>span:nth-child(-1n+5), .gl-star-rating-stars.s60>span:nth-child(-1n+6), .single-product #black-star .gl-star-rating-stars.s70>span:nth-child(-1n+7), .gl-star-rating-stars.s80>span:nth-child(-1n+8), .single-product #black-star .gl-star-rating-stars.s90>span:nth-child(-1n+9), .single-product #black-star .gl-star-rating-stars.s100>span, .single-product #black-star .glsr-star-full {
    background: url(/wp-content/themes/mydorco/src/images/star-black.png) no-repeat center center !important;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-size: 100% !important;
}
.single-product #black-star .gl-star-rating--stars.s10>span:first-child, .single-product #black-star .gl-star-rating--stars.s20>span:nth-child(-1n+2), .single-product #black-star .gl-star-rating--stars.s30>span:nth-child(-1n+3), .single-product #black-star .gl-star-rating--stars.s40>span:nth-child(-1n+4), .single-product #black-star .gl-star-rating--stars.s50>span:nth-child(-1n+5), .gl-star-rating--stars.s60>span:nth-child(-1n+6), .single-product #black-star .gl-star-rating--stars.s70>span:nth-child(-1n+7), .gl-star-rating--stars.s80>span:nth-child(-1n+8), .single-product #black-star .gl-star-rating--stars.s90>span:nth-child(-1n+9), .single-product #black-star .gl-star-rating--stars.s100>span, .single-product #black-star .glsr-star-full {
    background: url(/wp-content/themes/mydorco/src/images/star-black.png) no-repeat center center !important;
    width: 25px;
    height: 25px;
    margin-left: 16px;
    background-size: 100% !important;
}
#black-star .glsr-reviews .glsr-star {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    position: relative;
    background-size: 100% !important;
}
.glsr-default .glsr-review>div:first-of-type, .glsr-default .glsr-review p:first-of-type {
    margin-top: 0;
    margin-bottom: 5px;
}
#black-star .section-reviews__form .glsr-button-text {
	display: none;
}
#black-star .glsr-default.glsr-rtl .glsr-review-avatar+.glsr-review-author span, .glsr-default.glsr-rtl .glsr-review-rating+.glsr-review-date span {
    margin-left: 0;
    margin-top: 25px;
    margin-right: 0;
    font: 700 22px/1.5 'Almoni DL AAA', sans-serif;
    color: #616161;
    letter-spacing: 1px;
}
#black-star .glsr-default .glsr-review-content {
    margin-top: -5px;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
}
#black-star .glsr-default .glsr-review-author {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: -12px;
}
#black-star .glsr-default .glsr-reviews, .glsr-default .glsr-reviews-wrap {
    display: grid;
    grid-gap: 3.6rem;
    gap: 3.6rem;
}
#black-star .glsr-default .glsr-review-title>* {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 22px;
    font-weight: 900;
}
#black-star .glsr-default :not(.glsr-review-avatar)+.glsr-review-author:before {
    content: "-";
    margin-left: 6px;
}
.section-reviews__mob-btn {
	display: none;
}
 .section-reviews__custom-stars .glsr-star.glsr-star-full:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #00df8e;
    font-size: 22px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 0;
    width: 50%;
    color: #00df8e;
    font-size: 22px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
}
.glsr-default .section-reviews__custom-stars .glsr-summary-stars .glsr-star {
    width: auto;
    height: auto;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half {
    width: 22px;
    height: 22px;
    margin-left: 15px;
    background: transparent !important;
    position: relative;
    background-size: 0 !important;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full {
    width: 22px;
    height: 22px;
    margin-left: 17px;
    background: transparent !important;
    background-size: 0px !important;
}
.review-meta.scroll .section-reviews__stars {
    margin-top: 8px;
}
.glsr-default .glsr-summary-stars {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-full:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #00df8e;
    font-size: 23px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 0;
    width: 50%;
    color: #00df8e;
    font-size: 22px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
    height: auto;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half {
    width: 22px;
    height: 22px;
    margin-left: 15px;
    background: transparent !important;
    position: relative;
    background-size: 0 !important;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-full {
    width: 22px;
    height: 22px;
    margin-left: 15px;
    background: transparent !important;
    background-size: 0px !important;
}
#product-reviews .glsr-default .glsr-summary {
    display: block;
    margin: 9px auto;
    text-align: center;
}
#product-reviews .glsr-summary.section-reviews__custom-stars {
    margin-top: 33px;
}
#black-star .glsr-default .glsr-bar-label {
    color: #616161;
    line-height: 1;
    padding: 7px 0 6px 30px;
    font-size: 21px;
    text-align: right;
}
.section-reviews__result .glsr-summary-wrap {
    padding-left: 40px;
}
.header-logo__text {
	font-family: 'Montserrat';
}

@media (max-width: 600px) {
.review-meta__amount {
    font-size: 18px;
    line-height: 18px;
    color: #f7f9f8;
    text-decoration: underline;
    cursor: pointer;
}
.review-meta {
	margin-bottom: 110px;
}
.cart-quantity {
    width: calc(30% - 40px);
    margin-right: 0;
}.wrap-cart-add__quantity .cart-quantity__field {
    padding: 9px 2px;
}
.cart-quantity__button {
    font-size: 29px;
    line-height: 29px;
    font-weight: 900;
    background-color: #fff;
    border: 0;
    outline: 0;
    padding: 8px 3px;
    width: 44px;
    cursor: pointer;
}
.wrap-cart-add__button {
    text-align: right;
    padding: 8px 14px;
    border-radius: 0 3px 3px 0;
    font-size: 14p;
    text-align: center;
}
.product-item__subdesc {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
    text-align: center;
}
.product-page-site .section-hero__top {
    padding-bottom: 115px;
}
.section-prs__btitle {
    font-size: 24px;
    line-height: 29px;
    color: #00df8e;
    font-weight: 600;
}
.product-page-site .section-hero__bottom {
    padding-bottom: 110px;
}
.section-hero__bottom {
    padding-bottom: 45vw;
}
.section-reviews__title {
    font-size: 27px;
    line-height: 31px;
    font-weight: 900;
}
.section-reviews__desc {
    font-size: 16px;
    line-height: 17px;
    font-weight: 900;
}
#black-star {
    padding-top: 0;
    display: block;
}
.section-reviews__list {
    width: 100%;
}
.section-reviews__aside {
    width: 100%;
}
.glsr-default .glsr-review-rating {
    margin: 5px auto;
}
.glsr-default.glsr-rtl .glsr-review-avatar+.glsr-review-author span, .glsr-default.glsr-rtl .glsr-review-rating+.glsr-review-date span {
    margin-right: auto;
    margin-top: 15px;
    margin-left: auto;
}
.glsr-review-author {
	margin: 0 auto;
}
.glsr-review {
	text-align: center;
}
.section-reviews__mob-btn {
    display: block;
    margin-bottom: 60px;
}
.section-reviews__mob-btn span {
	display: block;
	border: 1px solid #000;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 7px 0;
}
.section-reviews__heading {
    text-align: center;
    margin-bottom: 30px;
}
.section-reviews__form {
    padding: 60px 0px 20px 0;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full:before, .section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    font-size: 15px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half, .section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    font-size: 15px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    font-size: 15px;
}
}

@media (max-width: 480px) {
 .products-select__current {
    font-size: 14px;
}
.glsr-default .glsr-summary-stars .glsr-star {
    width: 14px;
    height: 14px;
    background-size: 14px 14px !important;
}
.glsr-star.glsr-star-half:after {
	background-size: 14px 14px !important;
}
.review-meta__amount {
    font-size: 14px;
    line-height: 14px;
    color: #f7f9f8;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    top: -3px;
}
.products-select__link {
    color: #151515;
    display: block;
    padding: 8px 0px;
    font-size: 15px;
    line-height: 15px;
}
.cart-quantity__field {
    flex-grow: 1;
    width: 20%;
    font-size: 14px;
    line-height: 14px;
}
.cart-quantity__button {
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    background-color: #fff;
    border: 0;
    outline: 0;
    padding: 8px 3px;
    width: 22px;
    cursor: pointer;
}
.wrap-cart-add__quantity {
    min-width: 20%;
    margin: 0;
}
.wrap-cart-add__button {
    width: 80%;
    font-size: 16px;
}
.wrap-cart-add__button {
    padding: 5px 14px;
}
.wrap-cart-add__quantity .cart-quantity__field {
    padding: 13px 2px;
}
.products-select--active .products-select__list {
    margin-top: -20px;
}
.site-header__container {
    padding-top: 20px;
    padding-bottom: 15px;
}
.section-reviews__aside-footer {
    margin-top: 80px;
    padding: 55px 14px 100px 14px;
    background: #fff;
    box-shadow: 0px 0px 46.41px 4.59px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-bottom: 60px;
}
.mc4wp-form-fields input[type="submit"] {
    margin-top: 25px;
}
.section-reviews__subsc-title {
    font-size: 23px;
}
.section-reviews__form-title {
    font-size: 25px;
    margin-bottom: 20px;
}
.section-reviews__form .glsr-default form.glsr-form input.glsr-input {
    font-size: 17px;
    line-height: 19px;
}
.section-reviews__form .glsr-default form.glsr-form textarea.glsr-textarea {
    font-size: 17px;
    line-height: 19px;
 }
.section-reviews__subsc-inp {
    margin-bottom: 35px;
}
.section-reviews__form .glsr-default form.glsr-form .glsr-field {
    margin-bottom: 10px;
}
}

@media (min-width: 1600px) {
.section-reviews__custom-stars .glsr-star.glsr-star-full:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #00df8e;
    font-size: 22px !important;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 0;
    width: 50%;
    color: #00df8e;
    font-size: 22px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
}
}



/*
end product page
*/
/*
start product page reviews
*/
.section-reviews__container {
	padding: 50px 90px;
}
.section-reviews__heading {
	text-align: center;
	margin-bottom: 50px;
}
.section-reviews__title {
	font-size: 34px;
	line-height: 38px;
	font-weight: 900;
}
.section-reviews__desc {
	font-size: 22px;
	line-height: 24px;
	font-weight: 900;
}
.section-reviews__stars {
	margin-top: 30px;
}
.section-reviews__stars .review-stars {
	justify-content: center;
}
.section-reviews__body {
	display: flex;
	justify-content: space-between;
}
.section-reviews__list {
    width: 50%;
    margin-top: -17px;
    padding-right: 36px;
    padding-left: 30px;
}
.section-reviews__aside {
	width: 48.5%;
    margin-top: -8px;
}
.section-reviews__form .glsr-default .glsr-summary-rating {
	display: none;
}

.section-reviews__form .glsr-default .glsr-summary-stars {
	display: none;
}

.section-reviews__form .glsr-default .glsr-summary-text {
	display: none;
}

.section-reviews__aside .glsr-summary {
	margin-bottom: 50px;
}

.section-reviews__form .glsr-default .form.glsr-form .glsr-label {
	display: none;
}

.section-reviews__form .glsr-default form.glsr-form label.glsr-label {
	display: none;
}

.section-reviews__form .glsr-default form.glsr-form input.glsr-input {
	font-size: 22px;
	line-height: 24px;
	border: 0;
	background: 0 !important;
	border-bottom: 2px solid #333333;
}
.section-reviews__form .glsr-default form.glsr-form input.glsr-input {
    overflow: visible;
    padding: .4rem .75rem;
}

.section-reviews__form .glsr-default form.glsr-form .glsr-field {
    margin-bottom: 24px;
}

.section-reviews__form .glsr-default form.glsr-form textarea.glsr-textarea {
	font-size: 22px;
	line-height: 24px;
	border: 0;
	background: 0 !important;
	border-bottom: 2px solid #333333;
	height: 45px;
	resize: none;
}
.section-reviews__form-title {
	font-size: 32px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 20px;
}
.section-reviews__aside-footer {
	margin-top: 60px;
	padding: 80px 20px;
	background: #fff;
	box-shadow: 0px 0px 46.41px 4.59px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.section-reviews__subsc-title {
	font-size: 27px;
	line-height: 34px;
	color: #303130;
	font-weight: 900;
	margin-bottom: 30px;
}
.section-reviews__subsc-inp {
	width: 100%;
	border: 0;
	background: 0;
	border-bottom: 2px solid #333;
}
.section-reviews__subsc-f {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}
.section-reviews__subsc-button {
	border: 0;
	background: 0;
	padding: 0;
	cursor: pointer;
}
.section-reviews__subsc-button:hover svg,.section-reviews__subsc-button:focus svg {
	fill: #00df8e;
}
.section-reviews__subsc-f .section-form__subs {
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}
.section-reviews__subsc-f .section-form__subs a {
	color: #333333;
	text-decoration: underline;
	padding-right: 5px;
}
.section-reviews__subsc-f .checkbox-item__label:after {
	background-color: #2f2f2f;
}

/*
new style for home page
*/

.section-reviews__custom-stars .glsr-star.glsr-star-full:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #00df8e;
    font-size: 22px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 0;
    width: 50%;
    color: #00df8e;
    font-size: 22px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
}
.glsr-default .section-reviews__custom-stars .glsr-summary-stars .glsr-star {
    width: auto;
    height: auto;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half {
    width: 22px;
    height: 22px;
    margin-left: 15px;
    background: transparent !important;
    position: relative;
    background-size: 0 !important;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full {
    width: 22px;
    height: 22px;
    margin-left: 17px;
    background: transparent !important;
    background-size: 0px !important;
}
.glsr-summary-text .review-meta__amount {
    top: -5px;
    position: relative;
}
.section-slider__container .glsr-summary-text .review-meta__amount {
    top: -27px;
}
.section-hero__large {
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  margin-left: 0;
  transition: 4.5s margin-left;
}
 .header-ex a, .header-ex a:hover {
 	text-decoration: none;
 }
.header-ex .link-for-her{
	transition: 2s margin-top;
}
.header-ex.fix .link-for-her {
    margin-top: -20px;
}
.header-ex.fix .link-for-her:hover {
    margin-top: -20px;
}
.product-template-default .header-ex.fix .link-for-her {
    margin-top: -70px;
}
.product-template-default .header-ex.fix .link-for-her:hover {
    margin-top: -70px;
}
 .header-ex .link-for-her__text {
	opacity: 1;
	transition: 2s all;
    font-family: 'Montserrat';
    font-weight: bold;
}
.header-ex.fix .link-for-her__text {
	opacity: 0;
	transition: 2s all;
	margin-top: 0px;
    margin-bottom: 0;
}
.header-ex.fix a.link-for-her:hover .link-for-her__text {
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 0px;
}
.header-ex.fix a.link-for-her img {
    transition: 2s margin-top;
}
.header-ex.fix a.link-for-her:hover img {
    opacity: 1;
    margin-top:50px;
}
.box {
        animation-duration: 6s;
        animation-iteration-count: infinite;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
    }
.bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
.bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: linear;
    }
.bounce-3 {
        animation-name: bounce-3;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-50px); }
        100% { transform: translateY(0); }
    }
@keyframes bounce-3 {
    	0%   { transform: translateY(0); }
        50%  { transform: translateY(40px); }
        100% { transform: translateY(0); }    }
.boxz {
			will-change: transform;
		}
.easeBox { transform: translateY(var(--ty)); }
.easeBoxz { transform: translateY(var(--ty)); }
.easeBoxbig { transform: translateY(var(--ty)); }

/*
new style for pruduct page
*/

#black-star .section-reviews__form {
    padding: 0 103px 0 143px;
    margin-top: 50px;
}
#black-star .section-reviews__result {
	padding: 0 95px;
}
#black-star .glsr-button.button.btn.btn-primary {
    background: url(/wp-content/themes/mydorco/src/images/new-btn.png) no-repeat !important;
    background-size: 100% !important;
    background-position: center top;
    width: 220px;
    height: 47px;
    border: 0;
    border-radius: 0;
    float: left;
    display: block;
    cursor: pointer;
    transition: all 0s ease;
    margin-top: 4px;
}
#black-star .mc4wp-form-fields input[type="submit"] {
	background: url(/wp-content/themes/mydorco/src/images/new-btn.png) no-repeat !important;
    background-size: 100% !important;
    background-position: center top;
    width: 220px;
    height: 47px;
    border: 0;
    border-radius: 0;
    display: block;
    cursor: pointer;
    transition: all 0s ease;
}
.section-prs__icon__small-icon {
    font-size: 21px !important;
    margin: 0 3px;
    position: relative;
    top: 6px;
}
.section-prs__icon__big-icon {
	font-size: 34px !important;
}
.header-logo__text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 33px;
    text-align: left;
    letter-spacing: 4px;
    font-family: 'Montserrat';
    margin-left: -7px;
    margin-bottom: -46px;
}
.mc4wp-form .section-form__subs [type="checkbox"]:checked+.checkbox-item__label:after {
    border-color: #fff;
    background-color: #222;
}
.mc4wp-form .section-form__subs .checkbox-item__label:after {
    background-color: #fff;
    border-color: #000;
}
.products-select__current {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 18px 30px 18px 70px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    margin-top: -23px;
}
.products-select {
    position: relative;
    z-index: 5;
    width: 550px;
    margin-top: 28px;
}
.section-porduct__product-item {
    margin: auto;
    position: relative;
    align-items: normal;
    padding: 50px 93px;
    justify-content: space-between;
}
.section-reviews__aside-footer {
    margin-top: 140px;
    padding: 80px 112px 145px 122px;
    background: #fff;
    box-shadow: 0px 0px 46.41px 4.59px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-right: -20px;
    margin-left: 20px;
}
input.section-reviews__subsc-inp {
	font-size: 19px;
}
#black-star .section-reviews__subsc-title {
    font-size: 32px;
    line-height: 38px;
    color: #303130;
    font-weight: 900;
    margin-bottom: 31px;
}
#black-star .section-form__subs {
    margin-left: 0;
    margin-top: 60px;
}
#black-star .section-form__subs {
    margin-left: 0;
    margin-top: 56px;
    font-size: 22px;
    color: #000;
}
#black-star .section-form__subs a {
    font-size: 22px;
    color: #000;
    text-decoration: underline;
    margin-right: 7px;
}
#black-star .mc4wp-form-fields input[type="submit"] {
    margin-top: 45px;
    float: left;
}

.nav-links {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.nav-links a {
    font-size: 30px;
    font-weight: 900;
    color: #000;
}
.nav-links .page-numbers.current {
	font-size: 36px;
}

/*
end product page reviews
*/


/*
Responsive style
*/

@media (min-width: 1920px) {
.section-product__container {
    margin-left: auto;
}
}
@media screen and (max-width:1919px) and (min-width:1500px) {
.header-ex {
    position: absolute;
    top: 170px;
    left: -21px;
    flex-direction: column;
    align-items: center;
    z-index: 12;
}
  .header-logo__icon {
    width: 34px;
    height: 34px;
    position: absolute;
    left: -73px;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}
.site-header__container {
    padding: 20px 80px;
 }
 .site-header--sticky .site-header__container {
    padding: 20px 80px 0 80px;
}
.header-nav__product-l {
    display: block;
    min-width: 200px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
    background: #fff;
    padding: 65px 15px 15px;
    margin-top: -50px;
    border-radius: 0 0 3px 3px;
}
 .header-logo__img {
    display: block;
    width: 217px;
    height: auto;
}
.header-nav__link {
    display: block;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    padding: 13px;
    position: relative;
}
.section-hero > div:first-child {
    position: relative;
    padding-top: 100px;
}
.section-hero__text {
    font-weight: 900;
    font-size: 198px;
    line-height: 168px;
    font-family: 'Montserrat', sans-serif;
    max-width: 1040px;
    text-align: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.612);
    padding: 49px 0;
}
.section-hero__heading {
    position: relative;
    min-height: 400px;
    margin: 0 40px;
    text-align: center;
}
.section-hero__large.move-to-right {
    margin-left: 270px;
}
.section-hero__body p {
    margin: 20px 0;
}
.section-hero__body {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.section-hero__body p {
    margin: 12px 0;
}
.button-black {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #0d0d0d;
    color: #04d589;
    padding: 16px 20px;
    min-width: 290px;
    border-radius: 3px;
    box-shadow: 0 0 103.74px 10.26px rgb(76 108 26 / 45%);
    font-weight: 900;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 1.2px;
}
.section-hero__button-text {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 17px;
}
.popup-login {
    top: 71px;
    right: -45px;
    padding: 18px 20px 20px 20px;
    background-color: #fff;
    border-radius: 3px;
    min-width: 366px;
}
.section-prs__img.animate__animated.animate__pulse {
	width: 400px;
	margin-bottom: 15px;
}
.section-prs__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}
.section-prs__text {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
}
.section-prs__list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    margin: -95px auto 0 auto;
    max-width: 1165px;
}
.section-hero__top {
    padding-bottom: 110px;
}
  #black-star .mc4wp-form-fields input[type="submit"] {
    margin-top: 35px;
    position: relative;
    float: left;
    left: 0;
    text-align: right;
}
.section-slider__product-item .product-item__image {
    margin-top: 0px;
    margin-left: -20px;
    min-width: 520px;
    max-width: 520px;
}
.section-razor__text {
    font-size: 21.3vw;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #afd3cf;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 23px 0;
    letter-spacing: -30px;
    margin-top: 42px;
    margin-left: 0px;
}
.section-logos {
    padding: 105px 0;
    margin: auto;
    text-align: center;
}
.section-slider {
    margin-top: -170px;
    position: relative;
    z-index: 1;
}
.section-slider__container {
    max-width: 1380px;
    margin: auto;
}
.section-images__container {
    position: relative;
    z-index: 5;
    max-width: 860px;
    padding: 0 90px;
    margin: auto;
}
.section-images__front-bg {
    position: absolute;
    left: 9px;
    top: 17%;
    width: 66%;
    z-index: 9;
}
.section-images__front-main {
    position: absolute;
    left: -124px;
    top: 22%;
    width: calc(100% + 160px);
    z-index: 10;
    max-width: inherit;
}
.section-images__front-bg {
    position: absolute;
    left: 9px;
    top: 22%;
    width: 66%;
    z-index: 9;
}
.section-images__front-main {
    position: absolute;
    left: -103px;
    top: 24%;
    width: calc(100% + 144px);
    z-index: 10;
    max-width: inherit;
}
.section-elipse__bg {
    order: 2;
    width: 14.2%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    margin-left: 26px;
}
.section-elipse__desc {
    width: 41%;
    font-size: 17px;
    line-height: 25px;
    padding-left: 99px;
}
.section-elipse__title {
    order: 3;
    width: 41%;
    font-size: 2.5em;
    line-height: 48px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
}
.razor-elements__item {
    display: block;
    margin: auto;
    position: relative;
    z-index: 5;
    max-width: 280px;
    height: auto;
}
.razor-elements__item-m {
    position: absolute;
    right: -164px;
    top: 85px;
    z-index: 4;
    max-width: 282px;
}
.razor-elements__ladies {
    position: absolute;
    top: 6%;
    left: -53px;
    z-index: 4;
    max-width: 434px;
}
.razor-elements__item {
    display: block;
    margin: auto;
    position: relative;
    z-index: 5;
    max-width: 280px;
    height: auto;
    left: -10px;
}
.razor-elements__line {
    position: absolute;
    top: -33px;
    left: -28px;
    right: 0;
    margin: auto;
    width: 4px;
    z-index: 1;
    height: calc(100% + 90px);
}
.boxz.easeBoxz.top-element {
	width: 286px;
    margin: 0 auto;
    left: -7px;
}
.razor-elements__logo {
    margin: auto;
    display: block;
    position: relative;
    top: 28px;
    max-width: 86%;
}
.section-product {
    padding-top: 180px;
    padding-bottom: 120px;
    padding-left: 42px;
    padding-right: 220px;
}
.product-row__content {
    width: 36%;
}
.wrap-cart-add__button {
    width: calc(100% - 135px);
    text-align: right;
    padding: 16px 35px;
    border-radius: 0 2px 2px 0;
}
.button-mydorco.section-logos__btn {
    color: #292426;
    background-color: #00df8e;
    border: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    border-radius: 3px;
    padding: 19px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.wrap-cart-add__quantity .cart-quantity__field {
    padding: 13px 0px;
}
.wrap-cart-add__quantity {
    min-width: 120px;
    margin-right: 0;
    border-radius: 3px 0 0 3px;
}
.product-row__desc {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: 0.7px;
}
.product-row__min {
    font-size: 20px;
    line-height: 22px;
    margin-top: 33px;
    color: #fff;
    letter-spacing: 0.7px;
}
.product-row__title {
    display: block;
    font-size: 51px;
    line-height: 60px;
    color: #00df8e;
}
.product-row__val {
    font-size: 90px;
    line-height: 90px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.product-row__link {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    padding-left: 82px;
    position: relative;
    display: block;
    margin-top: 44px;
    background: url(src/images/arrow-simple.svg) no-repeat left center;
    background-size: contain;
    background-size: 75px;
    letter-spacing: 0.7px;
}
.product-row__after-title {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.section-faq {
    padding-top: 150px;
}
.section-large-re {
	margin-top: -50px;
}
.list-faq__title {
    line-height: 17px;
    font-size: 19px;
    font-weight: 600;
    color: #00df8e;
    letter-spacing: 0.6px;
     margin-bottom: 14px;
}
.list-faq__desc {
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    margin-top: 2px;
    letter-spacing: 0.6px;
}
.list-faq {
    width: 50%;
    margin-right: auto;
    padding-right: 14px;
    padding-left: 96px;
}
.list-faq__item {
    margin: 48px 0;
}
.section-logos {
    padding: 165px 0 50px 0;
    margin: auto;
    text-align: center;
    max-width: 280px;
}
.section-logos__text {
    margin: 21px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #00df8e;
}
.section-logos__btn {
    min-width: 280px;
    font-size: 21px;
    padding: 19px 15px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 103.74px 10.26px rgb(76 108 26 / 45%);
}
.section-testimonial__container p {
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.7px;
}
.section-testimonial__container .blockquote cite {
    font-style: normal;
    font-size: 21px;
    font-weight: 600;
}
.review-stars__item {
    width: 19px;
    height: 19px;
    background: url(src/images/star-w.svg) no-repeat center center;
    position: relative;
    background-size: 100%;
}
.section-testimonial .review-stars__item {
    margin: 0px 7px;
}
.section-testimonial__container blockquote {
	padding: 60px 23px 16px;
	background-size: 95px 90px;
}
.product-item__title {
    display: block;
    font-size: 47px;
    line-height: 47px;
    color: #00df8e;
    margin-bottom: 9px;
    letter-spacing: 1.3px;
}
.product-item.section-slider__product-item.swiper-slide {
    padding: 0 203px 0 280px;
    box-sizing: border-box;
}
.swiper-container-rtl .swiper-button-next:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 114px;
    height: 33px;
    left: 33px;
    position: relative;
    background-size: 100%;
}
.swiper-container-rtl .swiper-button-prev:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 114px;
    height: 33px;
    right: 27px;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.price-item .woocommerce-Price-currencySymbol {
    font-size: 55px;
    line-height: 72px;
    font-weight: 300;
    font-family: 'Almoni DL AAA', sans-serif;
}
.price-item {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 95px;
    line-height: 120px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #00df8e;
    font-size: 19px !important;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 19px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 0;
    width: 50%;
    color: #00df8e;
    font-size: 19px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 19px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 19px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 0;
    width: 50%;
    color: #00df8e;
    font-size: 19px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full {
    width: 19px;
    height: 19px;
    margin-left: 14px;
}
.review-meta__amount {
    font-size: 19px;
    line-height: 22px;
    color: #f7f9f8;
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 0.7px;
}
.custom-color-bg-1.wrap-cart-add.product-item__cart .button-mydorco {
    background-color: #00df8e;
}
.section-slider__container .button-mydorco {
color: #292426;
background-color: #00df8e;
border: 0;
font-size: 24px;
line-height: 30px;
font-weight: 900;
border-radius: 3px;
padding: 21px 20px;
text-align: r;
cursor: pointer;
display: inline-block;
vertical-align: middle;
border-radius: 0 2px 2px 0px;
}
.product-item__desc {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    max-width: 95%;
    margin-top: 50px;
    color: #fff;
    position: relative;
    top: -25px;
}
.section-contact__title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
}
.section-contact__heading {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 62px;
}
.section-contact__mail {
    color: #00df8e;
    display: block;
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    margin-top: 34px;
}
.section-form__form {
    font-size: 15px;
    line-height: 20px;
    color: #00df8e;
    font-weight: 900;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #00df8e;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 37px;
    resize: none;
    outline: 0;
}
.section-contact__container {
    max-width: 1050px;
    margin: auto;
}
.section-form__check {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.section-contact__container .wpcf7-form-control.wpcf7-submit {
    background: url(src/images/form-arrow.svg) no-repeat;
    background-size: 100% !important;
    background-position: center top;
    width: 183px;
    height: 40px;
    border: 0;
    border-radius: 0;
    float: left;
    display: block;
    cursor: pointer;
    transition: all 0s ease;
    font-size: 0;
}
.link-for-her img {
    display: block;
    position: relative;
    max-width: 55px;
    left: -12px;
}
.header-ex.fix .link-for-her {
    margin-top: -20px;
}
.header-ex.fix .link-for-her:hover {
    margin-top: -20px;
}
.product-template-default .header-ex.fix .link-for-her {
    margin-top: -70px;
}
.product-template-default .header-ex.fix .link-for-her:hover {
    margin-top: -70px;
}
 .header-ex .link-for-her__text {
	opacity: 1;
	transition: 2s all;
    font-family: 'Montserrat';
    font-weight: bold;
}
.header-ex.fix .link-for-her__text {
	opacity: 0;
	transition: 2s all;
	margin-top: 0px;
    margin-bottom: 0px;
}
.header-ex.fix a.link-for-her:hover .link-for-her__text {
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 0px;
}
.header-ex.fix a.link-for-her img {
    transition: 2s margin-top;
}
.header-ex.fix a.link-for-her:hover img {
    opacity: 1;
    margin-top:50px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 2px;
    top: 0;
    width: 9.5px;
    color: #00df8e;
    font-size: 19px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
    height: auto;
}
.cart-text {
    color: #fff;
    font-size: 38px;
    line-height: 32px;
    margin-left: auto;
    width: calc(100% - 255px);
}
.site-cart__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding-bottom: 18px;
    margin-bottom: 22px;
}
.popup-cart {
    border-radius: 3px;
    background-color: rgba(44, 44, 44,.9);
    top: 0;
    right: -45px;
    left: auto;
    max-width: 890px;
    padding: 93px;
}
.popup-cart__close {
    top: -62px;
    position: relative;
}
.popup-cart__list {
    max-height: 185px;
    height: 185px;
    overflow: auto;
    padding-left: 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,223,142,0.4) rgba(216,216,216,0.1);
}
.cart-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    color: #fff;
}
.popup-cart__cart-footer {
    margin-top: 90px;
}
.cart-footer__text-t {
    font-size: 56px;
    line-height: 42px;
    font-weight: 300;
}
.cart-footer__total {
    font-size: 80px;
    line-height: 56px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    text-align: left;
}
.product-page-site .site-header .header-logo.logo-and-text .header-logo__cat {
    width: 217px;
    margin-top: -5px;
}
.header-logo__text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    letter-spacing: 4px;
    font-family: 'Montserrat';
    margin-left: -2px;
    margin-bottom: -39px;
    margin-top: -3px;
}
.product-page-site .section-porduct__product-item .product-item__desc {
    max-width: 100%;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 39px;
}
.product-page-site .product-item__subdesc {
    font-size: 17px;
    line-height: 27px;
}
.product-item__subtitle {
    font-size: 47px;
    line-height: 70px;
    color: #00df8e;
}
.product-template-default .review-meta__amount {
    font-size: 19px;
    letter-spacing: 0.6px;
}
.products-select__current {
    font-size: 23px;
    line-height: 32px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 12px 30px 12px 70px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    margin-top: -22px;
}
.glsr-summary-text .review-meta__amount {
    top: -7px;
    position: relative;
}
.razor-elements {
    position: relative;
    max-width: 290px;
    margin: auto;
    left: 17px;
}
.top-element {
    z-index: 14;
    position: relative;
    margin-top: -115px;
}
.razor-elements__ladies {
    position: absolute;
    top: 6%;
    left: -57px;
    z-index: 4;
    max-width: 420px;
}
}
@media screen and (max-width:1499px) and (min-width:991px) {
.header-ex {
    position: absolute;
    top: 110px;
    left: -11px;
    flex-direction: column;
    align-items: center;
    z-index: 12;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    content: '\f005';
    position: absolute;
    font-family: FontAwesome;
    right: 3px;
    top: 0px;
    width: 50%;
    color: #00df8e;
    font-size: 22px;
    height: 100%;
    background: transparent;
    background-size: 0 !important;
    overflow: hidden;
    height: auto;
    width: 8.5px !important;
    height: 20px !important;
    font-size: 17px !important;
}

.logo-and-text .header-logo__icon {
    top: -40px;
}
.product-template-default .header-ex {
    top: 170px;
}
.razor-elements {
    position: relative;
    max-width: 270px;
    margin: auto;
    left: 8px;
}
.section-hero__heading {
    position: relative;
    min-height: 351px;
    margin: 0 40px;
    text-align: center;
    max-height: 351px;
}
.section-hero__text {
    font-weight: 900;
    font-size: 162px;
    line-height: 152px;
    font-family: 'Montserrat', sans-serif;
    max-width: 1029px;
    text-align: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.612);
    padding: 31px 0;
}
.glsr-summary-text .review-meta__amount {
    top: -7px;
    position: relative;
}
.products-select__current {
    font-size: 23px;
    line-height: 32px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 12px 30px 12px 70px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    margin-top: -22px;
}
.product-template-default .review-meta__amount {
    font-size: 18px;
    letter-spacing: 0.6px;
}
.product-item__subtitle {
    font-size: 44px;
    line-height: 60px;
    color: #00df8e;
}
.product-page-site .product-item__subdesc {
    font-size: 17px;
    line-height: 27px;
}
.product-page-site .section-porduct__product-item .product-item__desc {
    max-width: 100%;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 39px;
}
.wrap-cart-add__button {
    min-height: 55px;
    max-height: 55px;
}
.wrap-cart-add__quantity .cart-quantity__field {
    max-height: 55px;
    min-height: 55px;
}
.product-page-site .site-header .header-logo.logo-and-text .header-logo__cat {
    width: 217px;
    margin-top: -5px;
}
.header-logo__text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    letter-spacing: 4px;
    font-family: 'Montserrat';
    margin-left: -2px;
    margin-bottom: -39px;
    margin-top: -3px;
}
.product-item__image {
    position: relative;
    min-height: 790px;
}
.site-header--sticky .site-header__container {
    padding: 19px 80px 0 80px;
}
.section-contact__container {
    max-width: 1024px;
    margin: auto;
}
.section-form__check {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.popup-cart {
    border-radius: 3px;
    background-color: rgba(44, 44, 44,.9);
    top: 0;
    right: -45px;
    left: auto;
    max-width: 980px;
    padding: 55px 60px 60px 60px;
}
.popup-cart {
    border-radius: 3px;
    background-color: rgba(44, 44, 44,.9);
    top: 0;
    right: -45px;
    left: auto;
    max-width: 730px;
    padding: 93px;
}
.popup-cart__close {
    top: -62px;
    position: relative;
}
.site-cart__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.cart-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    color: #fff;
}
.popup-cart__cart-footer {
    margin-top: 60px;
}
.cart-footer__total {
    font-size: 75px;
    line-height: 56px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    text-align: left;
}
.popup-cart__body .cart-footer__total-cur {
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
    font-family: 'Almoni DL AAA', sans-serif;
}
.cart-footer__text-t {
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
}

.cart-footer__text-t {
    font-size: 56px;
    line-height: 42px;
    font-weight: 300;
}
.cart-footer__total {
    font-size: 80px;
    line-height: 56px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    text-align: left;
}
.cart-text {
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    margin-left: auto;
    width: calc(100% - 230px);
}
.cart-remove {
    order: -1;
    border: 0;
    padding: 0;
    background-color: transparent;
    margin-left: 30px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.popup-cart__list {
    max-height: 140px;
    height: 140px;
    overflow: auto;
    padding-left: 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,223,142,0.4) rgba(216,216,216,0.1);
}
.link-for-her img {
    display: block;
    position: relative;
    max-width: 50px;
    left: -7px;
}
.section-contact__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
}
.section-contact__heading {
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 62px;
}
.section-contact__mail {
    color: #00df8e;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    margin-top: 34px;
}
.section-form__form {
    font-size: 14px;
    line-height: 20px;
    color: #00df8e;
    font-weight: 900;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #00df8e;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 37px;
    resize: none;
    outline: 0;
}
  .header-logo__icon {
    width: 34px;
    height: 34px;
    position: absolute;
    left: -73px;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}
.site-header__container {
    padding: 20px 80px;
}
 .site-header--sticky .site-header__container {
    padding: 20px 80px 0 80px;
}
.header-nav__product-l {
    display: block;
    min-width: 200px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
    background: #fff;
    padding: 65px 15px 15px;
    margin-top: -50px;
    border-radius: 0 0 3px 3px;
}
 .header-logo__img {
    display: block;
    width: 217px;
    height: auto;
}
.header-nav__link {
    display: block;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    padding: 13px;
    position: relative;
}
.section-hero > div:first-child {
    position: relative;
    padding-top: 110px;
}
.section-hero__text {
    font-weight: 900;
    font-size: 180px;
    line-height: 152px;
    font-family: 'Montserrat', sans-serif;
    max-width: 1029px;
    text-align: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.612);
    padding: 49px 0;
}
.section-hero__heading {
    position: relative;
    min-height: 389px;
    margin: 0 40px;
    text-align: center;
    max-height: 389px;
}
.section-hero__large.move-to-right {
    margin-left: 225px;
}
.link-for-her {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    color: rgb(155, 246, 236);
    letter-spacing: 1.2px;
    min-height: 104px;
    padding-top: 0px;
    margin-top: -21px;
}
.header-ex.fix .link-for-her {
    margin-top: -20px;
}
.header-ex.fix .link-for-her:hover {
    margin-top: -20px;
}
.for-her-img {
    width: 48px;
    margin-right: 9px;
}
.section-hero__button {
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 130px;
}
.section-hero__bottom {
    width: 100%;
    padding-bottom: 19vw;
}
.product-item__title {
    display: block;
    font-size: 44px;
    line-height: 44px;
    color: #00df8e;
    margin-bottom: 11px;
    letter-spacing: 1.1px;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full:before,
.section-reviews__custom-stars .glsr-star.glsr-star-half:before,
.section-reviews__custom-stars .glsr-star.glsr-star-half:after  {
    font-size: 17px !important;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-full:before,
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:before   {
    font-size: 17px !important;
    width: 17px !important;
    height: 17px !important;
}

.review-meta__amount {
    font-size: 18px;
    line-height: 16px;
    color: #f7f9f8;
    text-decoration: underline;
    cursor: pointer;
}
.price-item {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 78px;
    line-height: 90px;
}
.cart-quantity__field {
    border: 0;
    padding: 5px;
    background-color: #fff;
    width: calc(100% - 65px);
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
}
.swiper-container-rtl .swiper-button-next:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 105px !important;
    height: 30px !important;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
}
.swiper-container-rtl .swiper-button-prev:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 105px !important;
    height: 30px !important;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.section-slider__container {
    max-width: 1200px;
    margin: auto;
}
.product-item.section-slider__product-item.swiper-slide {
    padding: 0 183px 0 136px;
    box-sizing: border-box;
}
.wrap-cart-add__quantity .cart-quantity__field {
    padding: 10px 0px;
}
.wrap-cart-add__quantity {
    min-width: 90px;
    margin-right: 0;
    border-radius: 3px 0 0 3px;
}
.wrap-cart-add__button {
    width: calc(100% - 90px);
    text-align: right;
    padding: 19px 26px;
    border-radius: 0 3px 3px 0;
}
.button-mydorco {
    font-size: 24px;
    line-height: 32px;
}
.cart-quantity {
    display: flex;
    flex-wrap: wrap;
    width: 110px;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    margin-right: 0px;
    background: #fff;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.cart-quantity__button {
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    background-color: #fff;
    border: 0;
    outline: 0;
    padding: 10px 0px;
    width: 30px;
    cursor: pointer;
    color: #000;
}
.product-item__desc {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    max-width: 95%;
    margin-top: 30px;
    color: #fff;
    position: relative;
    top: 0px;
}
.price-item .woocommerce-Price-currencySymbol {
    font-size: 52px;
    line-height: 52px;
    font-weight: 300;
    font-family: 'Almoni DL AAA', sans-serif;
}
.section-reviews__custom-stars .glsr-star.glsr-star-full {
    margin-left: 8px !important;
}
.section-hero__body p {
    margin: 20px 0;
}
.section-hero__body {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.section-hero__body p {
    margin: 12px 0;
}
.button-black {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #0d0d0d;
    color: #04d589;
    padding: 13px 20px;
    min-width: 264px;
    border-radius: 3px;
    box-shadow: 0 0 103.74px 10.26px rgb(76 108 26 / 45%);
    font-weight: 900;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1.2px;
}
.section-hero__button-text {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 17px;
}
.popup-login {
    top: 71px;
    right: -45px;
    padding: 18px 20px 20px 20px;
    background-color: #fff;
    border-radius: 3px;
    min-width: 366px;
}
.section-prs__img.animate__animated.animate__pulse {
    width: 370px;
    margin-bottom: 20px;
}
.section-prs__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}
.section-prs__text {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
}
.section-prs__list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    margin: -80px auto 0 auto;
    max-width: 1040px;
}
.section-hero__top {
    padding-bottom: 14px;
}
.section-prs__icon img {
	max-height: 55px;
}
.section-prs__item:nth-child(3) img {
	width: 43px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    padding-right: 183px;
    margin-top: -100px;
    position: relative;
}
.section-testimonial__container .blockquote {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    margin-top: -114px;
    padding: 60px 23px 16px;
    z-index: 1;
    position: relative;
}
.section-testimonial__container blockquote {
	padding: 60px 23px 16px;
	background-size: 95px 90px;
}
.review-stars__item {
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    background-size: 15px;
}
.section-images__front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    right: 0;
    width: 714px;
}
.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: linear;
    width: 608px;
}
@keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-15px); }
        100% { transform: translateY(0); }
    }
@keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-40px); }
        100% { transform: translateY(0); }
    }
@keyframes bounce-3 {
    	0%   { transform: translateY(0); }
        50%  { transform: translateY(30px); }
        100% { transform: translateY(0); }    }
.section-elipse__desc {
    width: 41%;
    font-size: 17px;
    line-height: 26px;
}
.section-elipse__title {
    order: 3;
    width: 40%;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    text-align: left;
}
#black-star .mc4wp-form-fields input[type="submit"] {
    margin-top: 35px;
    position: relative;
    float: left;
    left: 0;
    text-align: right;
}
.section-slider__product-item .product-item__image {
    margin-top: 0px;
    margin-left: -20px;
    min-width: 475px;
    max-width: 475px;
}
.product-item__content {
    flex-grow: 1;
    margin-left: 40px;
    margin-top: 0%;
    color: #fff;
}
.section-razor__text {
    font-size: 22vw;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #afd3cf;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 23px 0;
    letter-spacing: -27px;
    margin-top: 0px;
    margin-left: 0px;
}
.razor-elements__item {
    display: block;
    margin: auto;
    position: relative;
    z-index: 5;
    max-width: 237px;
    height: auto;
}
.razor-elements__ladies {
    position: absolute;
    top: 6%;
    left: -32px;
    z-index: 4;
    max-width: 367px;
}
.section-logos {
    padding: 150px 0 0 0;
    margin: auto;
    text-align: center;
}
.section-contact__title {
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
}
.section-slider {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.razor-elements__item-m {
    position: absolute;
    right: -126px;
    top: 80px;
    z-index: 4;
    max-width: 237px;
}
.top-element {
    z-index: 14;
    position: relative;
    margin-top: -88px;
}
.razor-elements .button-black {
    text-align: center;
    min-width: 250px;
    box-shadow: none;
    color: #afd3cf;
}
.razor-elements__logo {
    margin: auto;
    display: block;
    position: relative;
    top: 31px;
    max-width: 250px;
}
.razor-elements__line {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    z-index: 1;
    height: calc(100% + 90px);
}
.section-testimonial {
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: 40px;
}
.section-product {
    padding-top: 180px;
    padding-bottom: 150px;
}
.section-product__container {
    max-width: 1150px;
    margin: auto;
    position: relative;
    margin-left: auto;
    margin-top: 17px;
}
.product-row__desc {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 420px;
}
.product-row__content {
    width: 36%;
}
.section-product__container .product-row__image.product-item__image {
    width: 35%;
    margin-left: 40px;
    margin-right: auto;
    margin-top: -95px;
    min-width: auto;
    min-height: auto;
}
.product-row__title {
    display: block;
    font-size: 45px;
    line-height: 45px;
    color: #00df8e;
}
.product-row__after-title {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
.product-row__val {
    font-size: 84px;
    line-height: 90px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.product-row__cur {
    font-size: 51px;
    line-height: 51px;
    font-weight: 300;
}
.product-row__link {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    padding-left: 82px !important;
    position: relative;
    display: block;
    margin-top: 41px;
    background: url(src/images/arrow-simple.svg) no-repeat left center;
    background-size: contain;
    background-size: 66px !important;
}
.product-row__min {
    font-size: 20px;
    line-height: 18px;
    margin-top: 34px;
    color: #fff;
}
.list-faq__title {
    line-height: 17px;
    font-size: 18px;
    font-weight: 600;
    color: #00df8e;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}
.list-faq__desc {
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    margin-top: 6px;
    letter-spacing: 0.5px;
}
.list-faq__item {
    margin: 35px 0;
}
.section-logos__img {
    display: block;
    margin: auto;
    max-width: 245px;
}
.button-mydorco {
    font-size: 20px;
    line-height: 20px;
}
.section-logos__btn {
    min-width: 262px;
    font-size: 24px;
    padding: 22px 15px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 20px 3px rgb(76 108 26 / 45%)
}
.section-logos__btn:hover {
    box-shadow: 0 0 40px 3px rgb(76 108 26 / 45%)
}
.section-logos__text {
    margin: 20px 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 800;
    color: #00df8e;
}
.section-contact__heading {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 62px;
}
.section-contact__mail {
    color: #00df8e;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    margin-top: 25px;
}
.section-form__form {
    font-size: 16px;
    line-height: 18px;
    color: #00df8e;
    font-weight: 900;
    background-color: transparent;
    border: 0;
    border-bottom: 1.5px solid #00df8e;
    padding: 9px;
    text-align: center;
    width: 100%;
    height: 39px;
    resize: none;
    outline: 0;
}
.section-contact__container .wpcf7-form-control.wpcf7-submit {
    background: url(src/images/form-arrow.svg) no-repeat;
    background-size: 100% !important;
    background-position: center top;
    width: 175px;
    height: 37px;
    border: 0;
    border-radius: 0;
    float: left;
    display: block;
    cursor: pointer;
    transition: all 0s ease;
    font-size: 0;
}
.section-form__check {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.section-socials {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    margin-left: 4px;
}
.social-icon {
	max-height: 25px;
}
.section-faq {
    padding-top: 120px;
    padding-bottom: 50px;
}
}
@media screen and (max-width: 1439px) and (min-width: 991px) {
.section-prs__text {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
}
.section-prs__title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 900;
}
.product-row__desc {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 420px;
}
.product-row__min {
    font-size: 17px;
    line-height: 18px;
    margin-top: 34px;
    color: #fff;
}
.product-row__after-title {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
}
@media (max-width: 1280px) {
.section-product__container {
    max-width: 1110px;
    margin: auto;
    position: relative;
    margin-left: auto;
    margin-top: 17px;
}
}

@media (max-width: 1199px) and (min-width:991px) {
.section-product__container {
    max-width: 1110px;
    margin: auto;
    position: relative;
    margin-left: auto;
    margin-top: 17px;
}
.section-hero__body {
    font-size: 20px;
    line-height: 21px;
}
.button-black {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #0d0d0d;
    color: #04d589;
    padding: 15px 11px;
    min-width: 270px;
    border-radius: 3px;
    box-shadow: 0 0 103.74px 10.26px rgb(76 108 26 / 45%);
    font-weight: 900;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 1px;
}
.section-hero__button-text {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 22px;
}
.section-prs__img.animate__animated.animate__pulse {
    width: 330px;
    margin-bottom: 20px;
}
.section-prs__icon img {
    max-height: 47px;
}
.section-prs__item:nth-child(2) .section-prs__icon img {
    position: relative;
    top: 20px;
    width: 60px;
}
.section-prs__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
}
.section-prs__text {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}
.section-prs__item:nth-child(3) img {
    width: 36px;
    margin-top: 14px;
}
.section-slider__product-item .product-item__image {
    margin-top: 0px;
    margin-left: -10px;
    min-width: 56%;
    max-width: 56%;
}
.product-item__title {
    display: block;
    font-size: 37px;
    line-height: 34px;
    color: #00df8e;
    margin-bottom: 11px;
    letter-spacing: 1.1px;
}
.price-item {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 65px;
    line-height: 90px;
}
.price-item .woocommerce-Price-currencySymbol {
    font-size: 46px;
    line-height: 46px;
    font-weight: 300;
    font-family: 'Almoni DL AAA', sans-serif;
}
.product-item__desc {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    max-width: 95%;
    margin-top: 30px;
    color: #fff;
    position: relative;
    top: 0px;
}
.swiper-container-rtl .swiper-button-next:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 80px !important;
    height: 21px !important;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
}
.swiper-container-rtl .swiper-button-prev:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 80px !important;
    height: 21px !important;
    margin-left: 4px;
    position: relative;
    background-size: 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.header-ex {
    position: absolute;
    top: 101px;
    left: -21px;
    flex-direction: column;
    align-items: center;
    z-index: 12;
}
.section-hero__text {
    font-weight: 900;
    font-size: 140px;
    line-height: 130px;
    font-family: 'Montserrat', sans-serif;
    max-width: 900px;
    text-align: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.612);
    padding: 49px 0;
}
.header-logo__img {
    display: block;
    width: 180px;
    height: auto;
}
.header-nav__link {
    display: block;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    padding: 13px;
    position: relative;
}
.section-hero__large {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 12;
    width: 67%;
    height: 100%;
    object-fit: contain;
}
.section-hero > div:first-child {
    position: relative;
    padding-top: 70px;
}
.section-hero__heading {
    position: relative;
    min-height: 389px;
    margin: 0 130px;
    text-align: center;
    max-height: 389px;
}
.section-hero__text {
    font-weight: 900;
    font-size: 110px;
    line-height: 108px;
    font-family: 'Montserrat', sans-serif;
    max-width: 928px;
    text-align: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.612);
    padding: 84px 0 0 0;
}
.section-hero__large.move-to-right {
    margin-left: 190px;
}
.site-header__container {
    padding: 19px 80px 19px 40px;
}
.section-faq {
    padding-top: 120px;
    padding-bottom: 80px;
}
#black-star .mc4wp-form-fields input[type="submit"] {
    margin-top: 35px;
    position: relative;
    float: none;
    left: 0;
    text-align: right;
    margin-right: 44%;
}
#black-star .section-reviews__form {
    padding: 0 50px 0 50px;
    margin-top: 50px;
}
#black-star .mc4wp-form-fields input[type="submit"] {
    margin-top: 35px;
    position: relative;
    float: none;
    left: 0;
    text-align: right;
    margin-right: 43%;
}
.section-reviews__aside-footer {
    margin-top: 62px;
    padding: 80px 80px 80px 80px;
    background: #fff;
    box-shadow: 0px 0px 46.41px 4.59px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-right: -20px;
    margin-left: 20px;
}
#black-star .section-reviews__result {
    padding: 0 50px;
}
.section-reviews__list {
    width: 50%;
    margin-top: 0px;
    padding-right: 36px;
}
.section-hero__large {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 12;
    width: 80%;
    height: 100%;
    object-fit: contain;
}
.section-hero__body {
    font-size: 22px;
    line-height: 23px;
}
.button-black {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #0d0d0d;
    color: #04d589;
    padding: 20px 11px;
    min-width: 320px;
    border-radius: 3px;
    box-shadow: 0 0 103.74px 10.26px rgb(76 108 26 / 45%);
    font-weight: 900;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 1px;
}

}


@media (max-width: 991px) {
.section-hero {
    background: #00df8e;
    background: linear-gradient(140deg, rgba(14,188,124,1) 0%, rgba(0,223,142,1) 100%);
    border-radius: 0 0 350% 350% / 0 0 100% 100%;
}
.section-hero.section-porduct {
    background: rgb(48,48,48);
    background: linear-gradient(140deg, rgba(44,44,44,1) 0%, rgba(54,54,54,1) 100%);
    border-radius: 0 0 350% 350% / 0 0 100% 100%;
}
.mydorco-active-popup .header-nav {
    z-index: -1;
    position: relative;
    opacity: 0.1;
    display: none;
    overflow: hidden;
}
.checkout__connect {
    display: flex;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: -30px;
    line-height: 36px;
}
	#billing_email_field {
    width: 100%;
    margin-left: 0;
    }
    .woocommerce-billing-fields.woocommerce-account-fields {
    width: 100%;
    float: right;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    margin-top: 218px;
    }
    .woocommerce-billing-fields #billing_email_field {
    margin-top: -218px;
    margin-bottom: 150px;
    }
    .woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row label, .woocommerce-page.woocommerce-checkout form .woocommerce-billing-fields .form-row label {
    display: block !important;
    margin-top: -27px;
    position: absolute;
    font-size: 33px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.woocommerce-checkout .checkout__coupon .checkout__coupon--input {
    background: transparent;
    border: none;
    font-size: 33px;
    font-weight: bold;
    color: #00df8e;
    flex: 1;
}
.woocommerce-checkout .checkout__coupon  input::-webkit-input-placeholder,
.woocommerce-checkout .checkout__coupon  input::-moz-placeholder,
.woocommerce-checkout .checkout__coupon  input:-ms-input-placeholder {
	font-size: 33px !important;
}

.woocommerce-checkout .checkout__coupon input.checkout__coupon--input::placeholder {
	font-size: 33px !important;
}
.woocommerce-checkout input[type='radio'], .woocommerce-checkout .woocommerce form .form-row .input-checkbox {
    position: relative;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
}
.woocommerce-checkout .woocommerce-shipping-methods input[type='radio'] {
    min-width: 18px;
}
.woocommerce-checkout input[type="radio"]:checked:before, .woocommerce-checkout .woocommerce form .form-row .input-checkbox:checked:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	font-size: 27px;
	margin-bottom: 18px;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row.minimize label {
	font-size: 22px;
	margin-top: -45px;
}
.woocommerce-shipping-methods label {
    font-size: 27px;
    color: #00df8e;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 18px;
}

    .woocommerce-checkout .form-row {
    	margin-bottom: 38px !important;
    	min-height: 70px;
    }
.bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
.bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: linear;
    }
.bounce-3 {
        animation-name: bounce-3;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-30px); }
        100% { transform: translateY(0); }
    }
@keyframes bounce-3 {
    	0%   { transform: translateY(0); }
        50%  { transform: translateY(20px); }
        100% { transform: translateY(0); }    }
.section-images__front-main.box.bounce-2 {
    width: 86%;
    margin-left: 14%;
    margin-top: -50px;
 }
.section-images__bg__mobile.box.bounce-3 {
    margin-top: 50px;
}

#black-star .section-reviews__result {
    padding: 0;
}
.header-ex__cont.popup--link.nnones {
	display: none;
}
.product-page-site .ops .section-reviews__aside .section-reviews__aside-top {
    position: absolute;
    display: block;
    width: 88%;
}
.glsr-default form.glsr-form input.glsr-input, .glsr-default form.glsr-form select.glsr-select, .glsr-default form.glsr-form textarea.glsr-textarea {
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
}
.woocommerce-checkout .checkout__cart--price {
    margin-right: auto;
    display: flex;
    min-width: 120px;
}
input[type=text],
input[type=button],
input[type=file],
input[type=password],
input[type=submit],
textarea,
input[type=tel],
input[type=email],
input[type=hidden] {
-webkit-appearance: none !important;
-webkit-border-radius: 0 !important;
}
.product-item__content .glsr-default .glsr-summary-text span {
    display: inline-block;
    min-width: 220px !important;
    position: relative;
    text-align: left;
}
.glsr-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.header-nav__link {
    font-size: 22px;
    line-height: 22px;
}
.homepage-site .header-nav__product-mob-l {
    background-color: #ffffff;
    color: #00df8e;
    min-width: 175px;
    text-align: center;
}
.header-nav__product-mob {
    margin-right: 0;
    min-width: 175px;
    text-align: center;
}
.header-nav__product-mob-l {
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce-account .site-main {
    margin: 150px 52px;
    color: #fff;
}
.new-container.bread-cart {
    margin-top: 20.802vw;
}
.woocommerce-account .woocommerce form .form-row input.input-text, .woocommerce-account .woocommerce form .form-row textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 0;
    font-size: 33px;
    font-weight: 900;
}
.close__contact {
    background: url(src/images/icon-close.svg) no-repeat center center;
    padding: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background-color: #000;
    left: 53px;
    top: 140px;
    position: absolute;
}
.header-ex .header-ex__cont.popup--link.opened {
	display: none;
}
.product-template-default .close__contact {
    top: 140px;
    left: 53px;
}
.woocommerce-checkout .woocommerce-error {
    margin-right: 0;
    margin-left: 0;
    margin-top: 2em;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout .woocommerce-page form .form-row-first, .woocommerce-checkout .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.section-porduct__image img {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    margin-right: 0;
}
.section-porduct__image {
    width: 100%;
}
.section-hero__text.boxz.easeBoxtop { transform: translateY(var(--ty)); }
.section-porduct__product-item .product-item__content {
    width: 100%;
    margin-top: 25px;
    padding-right: 10px;
    margin-left: 0;
    max-width: 100%;
}
.section-reviews__container {
    padding: 50px 0px;
}
.section-reviews__form {
	padding: 0px;
}
.section-reviews__result {
	padding: 0px;
}
.product-item__image {
    position: relative;
    min-height: auto;
}
.rotate-mob {
    transform: translate(0, 10%) rotate(90deg);
    display: block;
    height: 500px;
    margin-top: -550px;
    width: 900px;
    position: relative;
    left: 120px;
}
.section-hero__large.move-to-right {
    margin-left: 0px;
}
.site-header--sticky .site-header__container {
    padding-top: 35px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
}
.section-slider__container {
    max-width: 100%;
    margin: auto;
}
.section-hero__heading {
    padding-top: 270px;
    padding-bottom: 0;
    margin-bottom: 85px;
}
.section-hero__text {
    font-size: 168px;
    line-height: 138px;
    max-width: 100%;
}
.section-hero__body {
    font-size: 31px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 265px;
}
.header-logo__text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 33px;
    text-align: left;
    letter-spacing: 4px;
    font-family: 'Montserrat';
    margin-left: 0px;
    margin-bottom: -39px;
}
.product-item.section-slider__product-item.swiper-slide {
    padding: 0px 108px 0 115px;
    box-sizing: border-box;
}
.swiper-container-rtl .swiper-button-next:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 75px;
    height: 43px;
    margin-left: 0px;
    position: relative;
    background-size: 180%;
}
.swiper-container-rtl .swiper-button-prev:after {
    background: url(src/images/arrow-slider.svg);
    content: '';
    background-repeat: no-repeat;
    width: 75px;
    height: 43px;
    margin-left: 0px;
    position: relative;
    background-size: 180%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.section-padding.section-slider {
	padding: 0;
}
.header-nav {
	font-size: 22px;
}
.header-logo {
    max-width: 252px;
    margin-top: 2px;
    margin-left: 90px;
}
.section-hero__heading {
    position: relative;
    min-height: 510px;
    margin: 0px;
}
.site-header__container {
    padding-top: 50px;
    padding-bottom: 20px;
}
.section-hero__bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 116px;
    margin-top: -2px;
}
.header-nav__link {
    font-size: 29px;
    line-height: 20px;
    margin-top: 0px;
}
.single-product .header-nav__item {
	margin: 0 14px;
}
.single-product .header-nav__link:after {
    content: ".";
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    top: auto;
    left: -16px;
    color: #fff;
}
.single-product .header-nav__link {
    font-size: 28px;
    line-height: 20px;
    margin-top: -13px;
}
.section-elipse__bg {
    order: -1;
    width: auto;
    max-width: 100%;
    background-position: center;
}
.header-nav__item.active a.header-nav__link {
    color: #00df8e;
}
.section-prs__list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    margin: -67px auto 0 auto;
    max-width: 100%;
}
.section-prs__item:first-child {
	margin-top: 79px;
}
.section-prs__item:last-child {
    padding-top: 65px;
}
.section-slider {
    margin-top: -160px;
    margin-bottom: -90px;
}
.product-item__title:hover {
    text-decoration: none;
}
.product-item__title {
    display: block;
    font-size: 59px;
    line-height: 50px;
    color: #00df8e;
    max-width: 100%;
    margin-bottom: 20px;
    letter-spacing: normal;
}
.section-testimonial {
    padding-top: 150px;
    padding-bottom: 110px;
    margin-top: 70px;
}
.section-large-re {
    position: relative;
    margin-top: 80px;
}
.section-form__item {
    margin-bottom: 40px;
}
.section-padding.section-product .product-row__desc {
    text-align: center;
}
.price-item {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 110px;
    line-height: 120px;
    margin-top: 14px;
}
.product-item__cart {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: center;
    padding-right: 0;
    margin-top: 10px;
    position: relative;
}
.section-testimonial__container .blockquote {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    padding: 60px 34px 16px;
    z-index: 1;
    position: relative;
}
.section-testimonial__container blockquote {
	padding: 0;
	background-size: 120px 90px;
	width: 120px;
	height: 90px;
	margin: 0  auto -80px auto;
}
.mobile-menu__list.logged li:nth-last-child(2) {
	display: none;
}
.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: linear;
    max-width: 78%;
    margin: 0 auto;
}
.section-elipse__container .easeBox {
    transform: none !important;
}
.section-padding.section-elipse {
    padding: 0 25px;
    margin-top: 150px;
}
.section-elipse__bg {
    order: 2;
    width: 38%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    margin-left: auto;
}
.section-razor__text {
    font-size: 30vw;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #afd3cf;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 23px 0;
    letter-spacing: -14px;
    margin-top: 90px;
    margin-left: -25px;
}
.product-row .easeBox {
	transform: none !important;
}
.section-faq.boxz.easeBox {
	transform: none !important;
}
.section-product {
    padding-top: 200px;
    padding-bottom: 50px;
}
.section-product__container .product-row__image.product-item__image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -115px;
    min-width: auto;
    min-height: auto;
}
.section-faq {
    padding-top: 45px;
}
.section-logos {
    padding: 100px 0;
}
.section-form__wrap .section-form__form {
    height: 40px;
    padding-top: 9px;
}
.section-form__check {
    order: -1;
    margin-bottom: 70px;
    margin-top: 30px;
}
.section-socials {
    margin-top: 37px;
}


/*
product page
*/
.product-page-site .site-header__container {
    padding-top: 50px;
    padding-bottom: 20px;
}
.product-page-site .site-header__container {
    padding-right: 0px;
    margin-right: 6px;
}
.product-page-site .container {
    max-width: 682px;
}
.product-page-site .section-porduct__image img {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
}
.product-page-site .section-porduct__image {
    width: 90%;
    margin: 228px auto 0;
    padding-left: 0px;
    text-align: center;
}
.product-page-site .section-porduct__product-item .product-item__content {
    width: 100%;
    margin-top: 65px;
    padding-right: 12px;
    margin-left: 0;
    max-width: 100%;
    padding-top: 0px;
    padding-left: 14px;
}
.product-page-site .product-item__subtitle {
    display: none;
    order: 1;
}
.product-page-site .products-select__current {
    font-size: 35px;
    line-height: 22px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 26px 20px 26px 67px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    letter-spacing: 1.1px;
}
.product-page-site .section-porduct__product-item {
    display: flex;
}
.product-page-site .products-select {
    order: 2;
}
.product-template-default .review-meta {
    order: 3;
    margin-top: -10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product-template-default .review-meta__amount {
    font-size: 23px;
    letter-spacing: 0;
    margin-right: 7px;
}
.product-template-default .price-item {
    order: 4;
    margin-top: 30px;
}
.product-page-site .section-porduct__product-item .product-item__desc {
    order: 5;
    display: none;
}
.product-page-site .section-porduct__product-item .product-item__cart {
	order: 6;
	margin-top: 23px;
}
.product-page-site .product-item__subdesc {
	order: 7;
	margin-top: 36px;
    text-align: center;
    max-width: 82%;
}
.product-page-site .section-hero__bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 190px;
    margin-top: -2px;
}
.product-page-site .section-prs__item:first-child {
    margin-top: 15px;
    padding-top: 0;
}
.product-page-site .section-porduct__section-prs .section-prs__text {
    color: #fff;
    max-width: 95%;
    margin: -3px auto 0 auto;
    line-height: 36px;
}
.product-page-site .section-hero__bottom {
    padding-bottom: 223px;
    margin-top: -1px;
}
.product-page-site .section-reviews__container {
    padding: 70px 0px;
}
.section-hero__text.boxz.easeBox {
	transform: translateY(var(--ty));
}
.product-page-site .cart.wrap-cart-add.product-item__cart {
     padding-bottom: 0;
}
.product-page-site .section-reviews__list {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    order: 2;
}
.product-page-site .section-reviews__aside {
    width: 100%;
    margin-top: 20px;
    order: 1;
}
.product-page-site .section-reviews__aside .section-reviews__aside-top .section-reviews__result {
   display: none;
}
.product-page-site .section-reviews__aside .section-reviews__aside-top {
    position: absolute;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 360px;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 90%;
}
.product-page-site .ops .section-reviews__aside .section-reviews__aside-top {
    position: absolute;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 390px;
    opacity: 1;
    height: 500px;
	visibility: visible;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.section-reviews__form .glsr-default form.glsr-form input.glsr-input {
    font-size: 30px;
}
.section-reviews__form .glsr-default form.glsr-form textarea.glsr-textarea {
    font-size: 30px;
}
.section-reviews__aside-footer {
    margin-top: -268px;
    padding: 79px 38px 67px 38px;
    background: transparent;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
    border-radius: 0;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    min-height: 500px;
}
.product-page-site #black-star .section-reviews__subsc-title {
    font-size: 32px;
    line-height: 38px;
    color: #303130;
    font-weight: 900;
    margin-bottom: 7px;
    text-align: center;
}
.product-page-site input.section-reviews__subsc-inp {
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    font-weight: 900;
    color: #000;
}
.product-page-site #black-star .section-form__subs {
    margin-left: 0;
    margin-top: 29px;
    font-size: 22px;
    color: #000;
}
.product-page-site #black-star .mc4wp-form-fields input[type="submit"] {
    margin-top: 40px;
    float: none;
}
.product-page-site #black-star .mc4wp-form-fields input[type="submit"] {
    background: url(/wp-content/themes/mydorco/src/images/new-btn.png) no-repeat !important;
    background-size: 218px !important;
    background-position: left top;
    width: 159px;
    height: 47px;
    border: 0;
    border-radius: 0;
    float: left;
    display: block;
    cursor: pointer;
    transition: all 0s ease;
    background-repeat: no-repeat;
}
.section-reviews__heading {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 251px;
}
.section-reviews__body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.section-reviews__title {
    font-size: 37px;
    line-height: 38px;
    font-weight: 900;
    padding: 0px 85px;
}
.section-reviews__desc {
    font-size: 28px;
    line-height: 23px;
    font-weight: 900;
}
#product-reviews .glsr-summary.section-reviews__custom-stars {
    margin-top: 36px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-full:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #00df8e;
    font-size: 29px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:after {
    font-size: 29px;
    width: 14.5px;
}
#product-reviews .section-reviews__custom-stars .glsr-star.glsr-star-half:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #fff;
    font-size: 29px;
}
.section-reviews__mob-btn {
    display: block;
    margin-bottom: 60px;
    margin-top: 46px;
    padding: 0 15px;
    -webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.ops .section-reviews__mob-btn {
    display: block;
    margin-bottom: 720px;
    margin-top: 46px;
    padding: 0 15px;
}
#black-star .section-reviews__form {
    padding: 0;
    margin-top: 50px;
}
.section-reviews__mob-btn span {
    display: block;
    border: 2px solid #000;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 29px;
    padding: 11px 0;
    border-radius: 3px;
    font-weight: 900;
}
.product-page-site .glsr-reviews {
	text-align: center;
}
.product-page-site .glsr-default .glsr-stars {
    align-items: center;
    display: flex;
    margin-right: 10px;
}
.product-page-site .glsr-default .glsr-review-rating {
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
}
.product-page-site .glsr-default.glsr-rtl .glsr-review-rating+.glsr-review-date span {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#black-star .glsr-default .glsr-review-title>* {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    font-weight: 900;
}
#black-star .glsr-reviews .glsr-star {
    width: 22px;
    height: 22px;
    margin-left: 13px;
    position: relative;
    background-size: 100% !important;
}
.product-page-site .glsr-default.glsr-rtl .glsr-review-rating+.glsr-review-date span {
    font-size: 24px;

}
#black-star .glsr-default .glsr-review-content {
    margin-top: -5px;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
}
#black-star .glsr-default .glsr-review-author {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: -12px auto 0 auto;
}
.nav-links {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
}
@media (max-width: 768px) {
.header-logo__text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    text-align: left;
    letter-spacing: 2px;
}
.form-reviews {
	margin-top: -70px;
	position: absolute;
}
.section-porduct__product-item {
    margin: auto;
    position: relative;
    align-items: normal;
    padding: 0 20px;
    justify-content: space-between;
}
.header-nav__link {
    font-size: 20px;
    line-height:20px;
    margin-top: -20px;
}
.products-select {
    position: relative;
    z-index: 5;
    width: 550px;
    margin-top: 0px;
}
.product-item__subtitle {
    font-size: 32px;
    line-height: 32px;
    color: #00df8e;
    margin-bottom: 10px;
}
.products-select__current {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 20px 10px 67px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}
.products-select__link {
    color: #151515;
    display: block;
    padding: 10px 24px;
    font-size: 18px;
}
.products-select {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
}
.section-elipse__bg {
    order: 2;
    width: 34%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    margin-left: auto;
}
}
@media (max-width: 600px) {
.header-nav__link {
    font-size: 14px;
    line-height: 14px;
    margin-top: -20px;
}
.product-item__subtitle {
    font-size: 27px;
    line-height: 27px;
    color: #00df8e;
}
.products-select__current {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 20px 10px 67px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}
.products-select__link {
    color: #151515;
    display: block;
    padding: 10px 24px;
    font-size: 18px;
}
.price-item .woocommerce-Price-currencySymbol {
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
    font-family: 'Almoni DL AAA', sans-serif;
}
.price-item {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 77px;
    line-height: 77px;
}
.section-porduct__product-item {
    padding: 0;
}
.price-item {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 77px;
    line-height: 77px;
    position: absolute;
    margin-top: 170px;
}
.section-porduct__product-item .product-item__desc {
    display: none;
}

}



/*
style for woocommerce
*/


.checkout__col-lg {
    max-width: 64.666vw;
    width: 100%;
}
.checkout__tab {
	max-width: 50.729vw;
	width: 100%;
	margin-right: 70px;
	color: #fff;
}
.woocommerce-cart .woocommerce button.button,
.checkout__button {
	background: #00df8e;
	height: 55px;
	border: none;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #292426 !important;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
}

.woocommerce-cart .woocommerce .cart {
    color: #fff;
    margin-top: 3.802vw;
    max-width: 83.802vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom: 13.021vw;*/
}
.woocommerce-cart .woocommerce .cart p {
	margin-top: 0;
	margin-bottom: 0;
}

@media(max-width: 1023px){
.woocommerce-cart .woocommerce .cart {
    color: #fff;
    margin-top: 140px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-left: 54px;
    padding-right: 54px;
    box-sizing: border-box;
}
.mydorco-active-popup .form-row {
	max-width: 100%;
}
.woocommerce-cart .cart__info a, .cart__info--price {
    font-size: 33px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    text-decoration: none;
}
.woocommerce-cart .add__quantity .cart-quantity__field {
    padding: 7px 0px;
}
.woocommerce-cart .wrap-cart-add__quantity {
    min-width: 100px;
    border-radius: 3px 0 0 3px;
}
.woocommerce-cart .cart__remove img {
    max-width: 21px;
}
.woocommerce-cart .cart__row {
    display: flex;
    min-height: 90px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #fff;
}
.woocommerce-cart .cart__row:last-child {
    border-bottom: 0px;
}
.woocommerce-cart .cart-quantity {
    width: 108px;
    margin-right: 0;
}
.woocommerce-cart .cart__total {
    display: flex;
    justify-content: space-between;
    font-size: 55px;
    font-weight: 300;
    line-height: 55px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
    margin-bottom: 14px;
}
.woocommerce-cart .cart__button a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #00df8e;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}
.woocommerce-cart .cart__button a:hover {
    opacity: 0.8;
}
.woocommerce-cart .cart__guarantee {
    font-size: 19px;
    color: #00df8e;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.woocommerce-cart .cart__append {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0px;
    padding-top: 15px;
    margin-top: 15px;
}
.woocommerce-cart .cart__append:before {
    content: '';
    background-image: url(src/images/cart_add.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 14px;
    background-repeat: no-repeat;
}
.woocommerce-cart .cart__append p {
    font-size: 23px;
    line-height: 23px;
    color: #00df8e;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-checkout .checkout {
    margin-right: 54px;
    margin-left: 54px;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce-checkout .woocommerce form .form-row textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom: 4px;
    font-size: 32px;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields #account_password_field.form-row label {
    margin-top: -25px;
}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields #account_password_field.form-row.minimize label {
    margin-top: -40px;
}
.woocommerce-checkout .checkout__title {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 33px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.woocommerce-checkout .wc_payment_method {
    display: block;
    width: 100%;
    font-size: 27px;
    margin-bottom: 18px;
}
.woocommerce-checkout .checkout__title {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 33px;
    margin-bottom: 20px;
}
.woocommerce-checkout .checkout__total--title {
    margin-bottom: 27px;
}
.woocommerce-checkout .checkout__cart--item {
    display: flex;
    font-size: 33px;
    line-height: 1;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}
.woocommerce-checkout .checkout__cart--item:last-child {
    border-bottom: 0;
}
.woocommerce-checkout .checkout__total--shipping {
    margin-bottom: 0;
    font-size: 33px;
}
.checkout__total--total {
	margin-bottom: 40px;
}
.woocommerce-page .checkout__cart--remove img {
    height: auto;
    max-width: 25px;
    margin-left: 20px;
}
.wc_payment_method.payment_method_icredit_payment label, .wc_payment_method.payment_method_paypal label {
	font-size: 27px;
}
.woocommerce-checkout .form-row {
    max-width: 100%;
}
.woocommerce-checkout .checkout__tab {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    color: #fff;
}
.woocommerce-checkout .checkout__col-lg {
    max-width: 100%;
    width: 100%;
}
}
@media (min-width: 1975px) {
.woocommerce-checkout  #order_review {
   max-width: 30.46875vw;
}
}
@media (min-width: 2200px) {
.woocommerce-checkout  #order_review {
   max-width: 30.46875vw;
}
.woocommerce-billing-fields.woocommerce-account-fields {
    width: 47%;
    float: right;
    margin-top: -78px;
    margin-right: 53%;
    position: relative;
    top: 98px;
}
}
@media (min-width: 4300px) {
 .woocommerce form.checkout_coupon {
    margin-top: 310px;
}
}

@media (min-width: 2100px) {
	.logged-in .woocommerce form.checkout_coupon {
    margin-top: 285px;
}
}
@media (min-width: 2500px) {
	.logged-in .woocommerce form.checkout_coupon {
    margin-top: 285px;
}
}
@media (min-width: 3000px) {
	.logged-in .woocommerce form.checkout_coupon {
    margin-top: 446px;
}
}
@media (min-width: 3500px) {
	.logged-in .woocommerce form.checkout_coupon {
    margin-top: 470px;
}
}
@media (min-width: 3800px) {
	.logged-in .woocommerce form.checkout_coupon {
    margin-top: 485px;
}
}
@media (min-width: 4000px) {
	.logged-in .woocommerce form.checkout_coupon {
    margin-top: 500px;
}
}


