@charset "UTF-8";
/*

Theme Name: Porto

Theme URI: https://www.newsmartwave.net/wordpress/porto

Author: SW-THEMES

Author URI: https://www.newsmartwave.net/

Description: Porto Responsive Wordpress + eCommerce Theme.

Version: 3.5.3

License: Commercial

License URI: https://themeforest.net/licenses/regular_extended

Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: porto



*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@font-face {
  font-family: MullerRegular;
  /* Имя шрифта */
  src: url(fonts/Fontfabric-MullerRegular.otf);
  font-display: swap;
  /* Путь к файлу со шрифтом */ }
@font-face {
  font-family: MullerMedium;
  /* Имя шрифта */
  src: url(fonts/muller/MullerMedium.otf);
	font-display: swap;
  /* Путь к файлу со шрифтом */ }
@font-face {
  font-family: MullerBold;
  /* Имя шрифта */
  src: url(fonts/muller/MullerBold.otf);
	font-display: swap;
  /* Путь к файлу со шрифтом */ }
/*FONT MULLER*/
@font-face {
  font-family: Muller;
  /* Имя шрифта */
  src: url(fonts/Fontfabric-MullerRegular.otf);
	font-display: swap;
  /* Путь к файлу со шрифтом */
  font-weight: 400; }
@font-face {
  font-family: Muller;
  /* Имя шрифта */
  src: url(fonts/muller/MullerBold.otf);
	font-display: swap;
  /* Путь к файлу со шрифтом */
  font-weight: 700; }
@font-face {
  font-family: Muller;
  /* Имя шрифта */
  src: url(fonts/muller/MullerMedium.otf);
	font-display: swap;
  /* Путь к файлу со шрифтом */
  font-weight: 500; }
@font-face {
  font-family: Muller;
  /* Имя шрифта */
  src: url(fonts/muller/MullerLight.otf);
	font-display: swap;
  /* Путь к файлу со шрифтом */
  font-weight: 300; }



#header { display: none; }



#billing_country_field {
  display: none !important; }

.ord p {
  margin-bottom: 7px; }

/*category slider style*/
/*header costum top*/
body {
  font-family: MullerRegular, sans-serif; 
}

@media (min-width: 1170px) {
	.container {
	    width: 1290px;
	}
}

.formerh2 {
    font-family: Alice, serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #484848;
}

.formerh3 {
    font-family: Alice, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#header .top-links {
  float: left; }

#header .header-top .top-links > li.menu-item > a {
  color: #484848;
  text-transform: none; }

#header .header-top .top-links > li.current-menu-item > a > span {
  color: #f92720 !important; }

.cocial {
  float: left; }

#header .header-top .top-links > li.menu-item > a > span {
  color: #666666; }

.lacUser {
  float: right; }

.lacUser ul li {
  margin-left: 25px;
  float: right; }

.lacUser ul li img {
  margin-right: 8px; }

.cocial, .lacUser a {
  color: #484848; }

.lacUser a {
  border-bottom: dotted 2px #484848; }

.cocial li {
  float: left;
  list-style-type: none;
  margin-left: 12px; }

body #place_order {
  color: #fff; }

.checkout-button, .button alt {
  color: #fff !important; }

.lacUser li {
  float: left;
  list-style-type: none; }

.lacUser {
  float: left; }

#searchform .screen-reader-text {
  display: none !important; }

#searchform #s {
  border-radius: 25px;
  max-width: 245px;
  color: #ececec;
  position: relative;
  top: 7px;
  z-index: 1; }

#searchsubmit {
  border-radius: 25px;
  width: 76px;
  float: right;
  position: relative;
  z-index: 3;
  right: 9px;
  bottom: 41px; }

.ord {
  margin-bottom: 0px;
  text-align: center; }
.product-advantages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-advantages > div {
	width: 31%;
	margin: 0 1% 15px 1%;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}
.product-advantages > p { display: none; }
.product-advantages > div img {
	display: block;
	margin: 0 auto 5px auto;
}
.grecaptcha-badge { display: none; }
.main-menu-wrap {
  background: #ee2a28;
  height: 90px!important; 
  padding: 0!important;
}

#main-menu .mega-menu {
  background: #ee2a28 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#main-menu .mega-menu li.menu-item {
/**  width: calc(100% / 9);  **/
	width: auto;
	height: 90px;
}

.mega-menu > li.menu-item > a {
  color: #fff !important;
  text-transform: none !important; }

.menu-custom-content {
  display: none; }

.quantity.buttons_added {
	padding-left: 50px;
	min-width: 170px!important;
}

.custom .tp-bullet {
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Safari */
  transform: rotate(50deg); }

.homtitle {
  font-weight: bold;
  font-weight: bold; }

.tp-bullet {
  left: 10px; }

.selected {
  background: #ed2c28 !important; }

.custom.tparrows {
  width: 54px !important;
  height: 107px !important; }

.custom.tparrows {
  background: rgba(0, 0, 0, 0); }

.tp-leftarrow {
  background-image: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/07/fd-l.png") !important;
  background-repeat: no-repeat; }

.tp-rightarrow {
  background-image: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/07/fd-r-3.png") !important;
  background-repeat: no-repeat; }

.custom.tp-leftarrow:before {
  margin-top: 34px;
  margin-right: 25px;
  font-size: 35px;
  font-weight: bold; }

.custom.tp-rightarrow:before {
  margin-top: 34px;
  margin-left: 25px;
  font-size: 35px;
  font-weight: bold; }

/*footer style*/
.foot {
  background: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/07/footer_fon.jpg");
  background-size: cover;
  padding: 40px; }

.foot.center a {
  text-decoration: none;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px; }

.center {
  text-align: center; }

/*Home page style*/
.catgory_slide {
  background: url("https://www.myasnuyray.com.ua/wp-content/uploads/2016/06/fon-category.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 80px 0;
  display: none; }

.testiblog {
  background: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/08/testyblog_fon.jpg");
  background-repeat: no-repeat; }

.testimeis_home {
  padding-bottom: 86px;
  padding-top: 40px; }

.blog_sections {
  padding-bottom: 40px; }

.arttitle {
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  padding: 37px 10px 4px 10px;
  margin-bottom: 0; }

.thumbnail-and {
  border: solid 1px #fff;
  border-radius: 20px;
  background: #fff;
  mapgin: 17px; }

.advwanters {
  padding: 55px 0 55px 0;
  background-color: #f1f1f1; }

.thumbnail-and img {
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1; }

.thumbnail-and h3 {
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
  padding: 0px 20px 0 20px; }

.thumbnail-and h3 a {
  color: #323232 !important;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold; }

.thumbnail-and .date {
  position: relative;
  z-index: 3;
  margin: -21px auto;
  width: 65%;
  background: #82c613;
  border-radius: 20px;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }

h3 {
  line-height: 1.2; }

.thumbnail-and p {
  padding: 0 18px; }

.seotxt {
  margin: 0;
  overflow: hidden; }

.scrplBar {
  width: 5px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 9px;
  z-index: 1;
  left: -7px;
  position: relative; }

.slider {
  width: 20px;
  background: #82c613;
  border-radius: 10px; }

.atherscrol {
  background-image: url("https://www.myasnuyray.com.ua/wp-content/uploads/2016/06/seo_fon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 80px 0; }

.seotext {
  padding: 40px;
  color: #fff;
  postion: relative;
  overflow: hidden; }

.nav-tabs li a {
  color: #d4d4d4 !important; }

.nav-tabs li a > p {
  color: #d4d4d4 !important;
  margin-bottom: 0 !important; }

.menu-item a img {
  width: 93px !important; }

#nav-menu-item-31 a img:first-child {
  border-left: none; }

/*Category slider*/
.plvr-slider.nav-top-right .slick-prev {
  right: 45px;
  left: -70px;
  top: 200px;
  z-index: 9999; }

.plvr-slider.nav-top-right .slick-next {
  top: 200px;
  right: -70px; }

.plvr-slider .slick-next, .plvr-slider .slick-prev {
  height: 70px !important;
  width: 70px !important;
  background: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/08/phon-right.png");
  background-repeat: no-repeat;
  background-size: cover; }

.plvr-slider.nav-top-right .slick-prev {
  background-position-x: 8px; }

.plvr-slider .slick-next:before, .plvr-slider .slick-prev:before {
  font-size: 40px; }

.slider-caption-title {
  display: none; }

.slider-caption-sub-header {
  display: none !important; }

.plvr-slider .slider-caption .slider-btn {
  border: none;
  position: relative;
  top: 25px;
  text-align: left;
  color: #323232;
  text-transform: none;
  font-weight: bold;
  font-size: 17px; }

.slider-caption {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(white)) !important;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), white) !important;
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), white) !important;
  background: linear-gradient(rgba(255, 255, 255, 0.3), white) !important; }

.plvr-slider .slider-caption .slider-btn {
  background: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/08/bf-for-tile.png");
  background-repeat: no-repeat;
  background-position: 190px; }

.homtitle {
  font-weight: bold; }

.white {
  color: #fff;
  font-weight: bold; }

.grey {
  font-weight: bold; }

.green {
  color: #81c512;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px; }

#footer .footer-bottom {
  background-image: url("https://www.myasnuyray.com.ua/wp-content/uploads/2017/07/footer_fon.jpg"); }

#footer .footer-bottom .container .footer-center {
  font-size: 14px;
  color: #fff; }

.wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4, .wpcolumn, .wpcolumns, .wptww-testimonials-list, .wptww-testimonials-slidelist, .wptww-testimonials-slide-widget {
  color: #fff; }

.wptww-testimonials-slidelist {
  color: #ffd513; }

#footer a {
  color: #333 !important; }

.footer-left {
  color: #fff; }

.header-contact p strong {
  font-size: 22px;
  font-weight: bold;
  color: #484848; }

.main-menu-wrap #main-menu .mega-menu > li.menu-item {
	height: 90px;
}

.main-menu-wrap #main-menu .mega-menu > li.menu-item > a {
  padding: 6px 8px 6px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; 
  height: 90px;
}

.main-menu > li.menu-item > a:hover {

}

.main-menu-wrap #main-menu .mega-menu > li.menu-item > a img {
	margin: 0 0 5px 0;
	padding: 0;
}  
.main-menu-wrap #main-menu .mega-menu > li.menu-item > a span {
	float: none!important;
	font-weight: 200;
	line-height: 14px;
	text-align: center;
}
#menu-view-switcher {
    position: absolute !important;
    right: -30px!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#menu-view-switcher a {
	display: inline-block;
	margin: 0;
}
.product-image-slider { display: block!important; }


.page-content {
  padding: 5% 8%; }

.widget-title {
  color: #dd3333 !important;
  line-height: 19px !important; }

p {
  padding: 0 6px; }

.left-sidebar {
  padding-left: 1%; 
}

.shop_table.cart thead th {
  display: none !important; }

.button {
  color: #fff; }

.minicart-icon:before {
  color: #82c713; }

.buttons a {
  background-color: #f92720 !important; }

.arttitle > a {
  color: #484848; }

.arttitle > a:hover {
  color: #82c713;
  text-decoration: none; }

.woocommerce-loop-product__title {
  color: #f92720; 
  font-family: Alice;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0px;  
}

.woocommerce-loop-product__title:hover {
  color: #a51a1b; }

.single-product .product_title {
  color: #000 !important; }

.single-product .product-summary-wrap .price {
  color: #7ec012; }

.single-product .product-summary-wrap .price .woocommerce-Price-currencySymbol {
  font-weight: 400;
  margin-right: 10px; }

#header .header-main .container .header-center {
  padding: 24px 26px 0px 40px !important; }

.header-left {
  padding: 6px 0 !important; }

.custom.tp-leftarrow:before:hover {
  color: #a51a1b; }

.custom.tparrows.tp-leftarrow:before {
  color: #f92720; }

.custom.tparrows.tp-leftarrow:hover > .custom.tparrows.tp-leftarrow:before {
  color: #a51a1b; }

.custom.tp-rightarrow:before {
  color: #f92720; }

custom.tp-rightarrow:hover > .custom.tp-rightarrow:before {
  color: #f92720; }

.share-links {
  display: none !important; }


ul.products li.product .add-links, 
ul.products li.product-category .add-links {
    display: inline-block;
    position: relative;
    margin-bottom: 1.0714em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
ul.products li.product .add-links > *, 
ul.products li.product-category .add-links > * {
	float: none!important;
}
ul.products li.product.hover .add-links .quickview, ul.products li.product:hover .add-links .quickview {
    right: 0!important;
}

ul.products li.product .add-links .yith-wcwl-add-to-wishlist > div {
	position: static!important;
}

.homeh { display: none; }

article .pt-right,
article .pt-right:hover
article .pt-right:focus {
	color: #fff!important;
	font-size: 18px!important;
	line-height: 20px!important;
	padding: 7px 25px!important;
	position: relative!important;
	top: -15px;
}

.former_h4 {
	font-size: 16px!important;
	line-height: 20px!important;
	min-height: 60px;
	padding-left: 5px;
}

@media screen and (max-width: 1000px) {
  .advwanters {
    display: none; } }
.breadcrumbs {
  margin: 15px 0; }

.woo-cart-header {
  padding: 0;
  margin: 0;
  background: #82c713;
  border-radius: 25px 25px 0 0; }

.woo-cart-header li {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  padding: 0 28px;
  color: #fff;
  font-weight: 500;
  position: relative;
  font-size: 15px; }

.woo-cart-header li:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28.5px 0 28.5px 20px;
  border-color: transparent transparent transparent #82c713;
  right: -23px;
  z-index: 1; }

.woo-cart-header li:nth-child(3) {
  background-color: #6ba410;
  padding: 0px 14px 0 42px;
  left: -1px; }

.woo-cart-header .no-active {
  background-color: #6ba410;
  padding: 0px 14px 0 42px;
  left: 0;
  margin-right: -2px; }

.woo-cart-header li:nth-child(3)::before,
.woo-cart-header .no-active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28.5px 0 28.5px 20px;
  border-color: transparent transparent transparent #6ba410;
  right: -20px;
  z-index: 2; }

.woo-cart-header li.active {
  background-color: #f92720;
  padding: 0px 13px 0 42px; }

h3.woo-in-cart {
  padding-right: 35px; }

.woo-cart-header li.active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28.5px 0 28.5px 20px;
  border-color: transparent transparent transparent #f92720;
  right: -20px;
  z-index: 1; }

.woo-cart-body {
  background-color: #ececec;
  padding: 30px; }

.woo-in-cart {
  text-align: right; }

.woo-cart-body h3,
.woo-cart-body h2 {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  font-family: MullerMedium;
  margin: 9px 0 18px 0; }

.woo-cart-items {
  max-height: 334px;
  overflow: auto;
  padding: 0 35px 0 0; }

.woo-cart-items .product-thumbnail {
  width: 70px;
  float: left;
  margin-right: 20px; }

.woo-cart-items .product-name {
  width: 200px; }

.woo-cart-items .product-name a {
  color: #000000;
  font-family: MullerMedium;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block; }

.woo-cart-items span.woocommerce-Price-amount.amount {
  color: #ee2d29;
  font-family: MullerMedium;
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0;
  display: block; }

.woo-cart-items .cart_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px; }

.woo-cart-body .form-row label {
  display: none; }

.woo-cart-body .input-text {
  border-radius: 18px;
  padding: 0 15px 0px 42px;
  height: 36px;
  line-height: 1;
  border: none; }

.woo-cart-body .product-remove {
  padding: 0 0 0 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.woo-cart-body .product-remove:hover {
  opacity: .8; }

.woo-cart-body textarea.input-text {
  height: 91px;
  /* padding: 0 0 0 0; */
  padding: 16px 15px 0px 20px; }

.woocommerce-billing-fields input#billing_first_name {
  background: #fff url(/wp-content/themes/porto/images/icons/men.png) 16px center no-repeat; }
.woocommerce-billing-fields input#billing_email {
  background: #fff url(/wp-content/themes/porto/images/icons/email.png) 13px center no-repeat; }
.woocommerce-billing-fields input#billing_phone {
  background: #fff url(/wp-content/themes/porto/images/icons/phone.png) 16px center no-repeat; }
.woocommerce-billing-fields input#billing_address_1 {
  background: #fff url(/wp-content/themes/porto/images/icons/home.png) 16px center no-repeat; }
.woocommerce-billing-fields input#billing_city {
  background: #fff url(/wp-content/themes/porto/images/icons/address.png) 16px center no-repeat; }

ul.order-total {
  text-align: right;
  padding: 24px 35px 24px 0; }

.order-total li {
  display: block;
  font-size: 15px;
  line-height: 24px; }

.woo-cart-total {
  font-family: MullerBold; }

.send-order {
  border-radius: 29px;
  background-image: -webkit-linear-gradient(90deg, #f93f36 0%, #ef392d 0%, #f90704 100%);
  background-image: -ms-linear-gradient(90deg, #f93f36 0%, #ef392d 0%, #f90704 100%);
  height: 57px;
  font-size: 19px;
  color: #ffffff;
  font-family: MullerMedium;
  border: none;
  margin-right: 34px;
  padding: 0 24px; }
  .send-order .preloader {
    width: 26px;
    height: 26px;
    display: none;
    margin-left: 10px; }

.processing .preloader {
  display: block; }

.payment_methods {
  margin: 15px 0;
  padding: 0;
  list-style: none; }

div#payment h3 {
  margin: 17px 0 0 3px; }

.send-order:hover {
  opacity: .8; }

.woo-cart-body input#place_order {
  display: none; }

ul#shipping_method li {
  display: inline-block;
  margin-right: 22px; }

.input-radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0; }

.input-radio + label {
  cursor: pointer; }

.input-radio:not(checked) {
  position: absolute;
  opacity: 0; }

.input-radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px; }

.input-radio:not(checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFF; }

.input-radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f92720;
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,.5); */
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.input-radio:checked + label:after {
  opacity: 1; }

div#ascrail2000 {
  width: 4px !important; }

.nicescroll-cursors {
  left: 5px; }

ul.wc-bacs-bank-details.order_details.bacs_details {
  margin-bottom: 30px; }

table.shop_table.order_details {
  margin-bottom: 30px; }

table.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details {
  margin-bottom: 30px; }

.orderinfooutput {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.orderinfooutput > * {
	width: 20%;
}

@media (max-width: 768px) {
	.single-product .entry-summary .quantity:after {
	    right: 50px;
	}

	#tpbr_box {
	line-height: 21px !important;
    font-size: 12px !important;
	}
  .woo-cart-header {
    border-radius: 0;
    background: transparent; }

  .woo-cart-header li {
    display: block;
    margin-right: 22px; }

  .woo-cart-header li:first-child {
    background: #82c713; }

  .woo-cart-header li:nth-child(1)::before {
    right: -20px; }

  .woo-cart-header li:nth-child(3) {
    left: 0; }

  .woo-cart-header .no-active {
    background-color: #6ba410;
    padding: 0px 14px 0 42px;
    left: 0;
    margin-right: 22px; } 

}

@media (max-width: 767px) {
	h1 {
	    font-size: 28px!important;
	    line-height: 36px!important;
	}
	h2 {
	    font-size: 22px!important;
	    line-height: 28px!important;
	}
}


.lang-switcher ul.menu {
  padding-left: 0;
}
.lang-switcher .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0; }

.lang-switcher li {
  display: block; }

.lang-switcher {
  float: right; }

.lang-switcher .menu-item {
  margin-bottom: 0; }

.lang-switcher .menu-item a img {
  width: 21px !important; }

.qtranxs-lang-menu {
  position: relative;
  top: 4px; }

.lacUser {
  float: left;
  margin-top: 5px; }

.cocial {
  margin-top: 5px; }

.vc_message_box p {
  color: #2e353e; }

.pre-footer {
  background: #fff url(/wp-content/uploads/2017/10/pf-bg.jpg);
  padding: 50px 0;
  font-size: 16px; }

.pf-title {
  text-align: center; }

.pf-title h2 {
  font-family: MullerBold;
  color: #484848;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 38px;
  display: inline-block;
  background: url(/wp-content/uploads/2017/10/pf-ba.png) no-repeat left center, url(/wp-content/uploads/2017/10/pf-ba.png) no-repeat right center;
  padding: 0 39px; }

.pf-text {
  max-height: 273px;
  overflow: auto;
  padding-right: 50px; }

.pf-text ul li {
  display: block;
  margin-bottom: 15px; }

.pf-text ul li::before {
  content: '●';
  font-size: 18px;
  position: relative;
  top: 1px;
  left: -19px;
  color: #82c613; }

.pf-text p,
.pf-text ul {
  margin-bottom: 25px; }

.nicescroll-cursors {
  -webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.13);
  border: none !important; }

.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap {
  padding: 0 !important; }

.wph-modal--1.wph-modal.wph-modal--simple .wph-modal--content {
  border: none !important; }

.wc-description {
  margin: 15px 0; }

.wc-description p {
  padding: 0;
  margin: 0 0 10px 0; }

.product-summary-wrap {
  overflow: hidden; }

.discounts_item {
  margin-bottom: 40px; }

a.discounts_item_more {
  background: #f92720;
  color: #fff;
  padding: 6px 42px;
  margin: 13px 0 0 0;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: .025em;
  text-decoration: none; }

a.discounts_item_more:hover {
  background-color: #f4524d; }

.product-upss {
  margin-bottom: 15px; }

.product-upss label {
  width: 88px;
  height: 38px;
  border: 1px solid #cdcdcd;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-family: Muller;
  font-size: 12px;
  letter-spacing: 0.025em;
  padding: 0;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.product-upss input {
  display: none; }

.product-upss input:checked + label {
  color: #f92720;
  border: 1px solid #f92720; }

.upps-after {
  font-family: Muller;
  font-size: 13px;
  color: #000000;
  line-height: 17px;
  font-weight: 300; }

/* Спрайты */
.sprite {
  background-image: url(css/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block; }

.sprite-address {
  width: 16px;
  height: 20px;
  background-position: -5px -5px; }

.sprite-adv-1 {
  width: 43px;
  height: 43px;
  background-position: -31px -5px; }

.sprite-adv-2 {
  width: 42px;
  height: 44px;
  background-position: -84px -5px; }

.sprite-adv-3 {
  width: 41px;
  height: 41px;
  background-position: -5px -59px; }

.sprite-adv-4 {
  width: 42px;
  height: 41px;
  background-position: -56px -59px; }

.sprite-adv-5 {
  width: 43px;
  height: 42px;
  background-position: -108px -59px; }

.sprite-adv-6 {
  width: 38px;
  height: 38px;
  background-position: -5px -111px; }

.sprite-camera {
  width: 25px;
  height: 19px;
  background-position: -53px -111px; }

.sprite-email {
  width: 21px;
  height: 16px;
  background-position: -136px -5px; }

.sprite-fb {
  width: 12px;
  height: 23px;
  background-position: -88px -111px; }

.sprite-hart {
  width: 25px;
  height: 20px;
  background-position: -110px -111px; }

.sprite-home {
  width: 20px;
  height: 19px;
  background-position: -167px -5px; }

.sprite-insta {
  width: 22px;
  height: 22px;
  background-position: -161px -34px; }

.sprite-man {
  width: 22px;
  height: 22px;
  background-position: -161px -66px; }

.sprite-men {
  width: 16px;
  height: 18px;
  background-position: -161px -98px; }

.sprite-phone {
  width: 20px;
  height: 20px;
  background-position: -145px -126px; }

.sprite-remove {
  width: 18px;
  height: 24px;
  background-position: -53px -156px; }

.sprite-video-camera {
  width: 24px;
  height: 20px;
  background-position: -81px -156px; }

.add-product-review {
  font-family: Muller;
  color: #000000; }

.add-product-review .media-upload [type=file] {
  display: none; }

.add-product-review .media-upload label {
  border-radius: 3px;
  background-color: #f5f7f7;
  -webkit-box-shadow: inset 0 -1px 0 0 #f92720;
  box-shadow: inset 0 -1px 0 0 #f92720;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
  padding: 0 25px;
  border-radius: 3px;
  margin-right: 13px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1; }

.add-product-review .media-upload label:hover {
  background-color: #f92720;
  color: #ffffff;
  cursor: pointer; }

.add-product-review .media-upload label:hover .sprite-camera {
  background: url("/wp-content/themes/porto/images/icons/camera-h.png"); }

.add-product-review .media-upload label:hover .sprite-video-camera {
  background: url("/wp-content/themes/porto/images/icons/video-camera-h.png"); }

.add-product-review .media-upload label span {
  margin-right: 12px; }

.add-product-review textarea {
  height: 73px;
  border: 1px solid #dadada;
  border-radius: 3px; }

.add-product-review input {
  border: 1px solid #dadada;
  border-radius: 3px;
  height: 43px; }

.add-product-review p {
  padding: 0;
  font-size: 13px; }

.add-product-review label {
  font-size: 13px; }

.add-product-review .form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.add-product-review .form-flex .col {
  width: 50%;
  background: #f5f7f7;
  min-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f80f07;
  cursor: pointer;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

.add-product-review .form-flex .col.active {
  background: #fff;
  color: #000000; }

.add-product-review[data-type="comment"] .media-row {
  display: none; }

.add-product-review .form-title {
  font-family: Muller;
  font-size: 18px;
  text-align: center;
  color: #000000; }

.add-product-review .form-row {
  margin-bottom: 15px; }

.add-product-review [type=submit] {
  border-radius: 3px;
  background-color: #f92720;
  border: 1px solid #f92720;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  padding: 13px 25px;
  border-radius: 3px;
  margin-right: 13px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  color: #ffffff; }

.add-product-review [type=submit]:hover {
  background-color: #fa4d48; }

.add-product-review progress {
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
  display: none; }

.add-product-review progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px; }

.add-product-review progress[value]::-webkit-progress-value {
  background-color: #f92720; }

.add-product-review .media-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }

.add-product-review .media-fields .media-item {
  margin-right: 5px;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px dashed #dadada;
  overflow: hidden; }

.add-product-review .media-fields .media-item img {
  max-width: 100%;
  height: auto; }

.add-product-review .media-fields .media-item .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: transparent url("/wp-content/themes/porto/images/icons/trash.svg") no-repeat center;
  background-size: cover;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.add-product-review .media-fields .media-item:hover .remove {
  opacity: 1; }

.video-fields {
  margin: 20px 0 0 0; }

.video-fields input {
  margin-bottom: 15px; }

.to-review {
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  top: -39px;
  background-color: #f5f7f7;
  padding: 0 20px;
  -webkit-box-shadow: inset 0 -1px 0 0 #f81008;
  box-shadow: inset 0 -1px 0 0 #f81008;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em; }

.to-review:hover {
  text-decoration: none; }

.to-review img {
  margin-right: 12px; }

.comment-form-rating {
  margin-bottom: 10px; }

.review-re {
  margin-top: 8px; }

.review-re a {
  font-size: 10px;
  font-family: Muller;
  text-transform: uppercase;
  color: #f80f07;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dashed #f80f07; }

.review-re a:hover {
  border-bottom: 1px dashed transparent; }

.review-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0; }

.review-media .item {
  width: 116px;
  height: 83px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-position: center center;
  background-size: cover;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.review-media .item:hover {
  opacity: .8; }

.icon-green {
  background-image: url(images/icons/arrow-green.png);
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center center; }

.post-210 h1 {
  text-align: center;
  font-size: 24px;
  font-family: Muller;
  font-weight: 500;
  color: #000000; }

.woocommerce-MyAccount-content .featured-box .order-item {
  margin-bottom: 20px; }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head {
  background-color: #7fc112;
  color: #ffffff;
  min-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-family: Muller;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-decoration: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 11px 15px; }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head .first {
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head .first .name {
  line-height: 1; }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head[aria-expanded="true"] {
  background-color: #ee2526; }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head[aria-expanded="true"] .up i {
  background-image: url("/wp-content/themes/porto/images/icons/arrow-red.png"); }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head .up {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 10px 0 0; }

.woocommerce-MyAccount-content .featured-box .order-item .order-item-head .up i {
  margin: 0;
  padding: 0; }

.woocommerce-MyAccount-content .featured-box .nav {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.woocommerce-MyAccount-content .featured-box .nav li {
  display: inline-block; }

.woocommerce-MyAccount-content .featured-box .nav li.active a,
.woocommerce-MyAccount-content .featured-box .tab-title.active {
  color: #000000; }

.woocommerce-MyAccount-content .featured-box .nav li a,
.woocommerce-MyAccount-content .featured-box .tab-title {
  display: block;
  font-family: Muller;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px 0 0;
  color: #989898;
  margin-bottom: 20px; }

.woocommerce-MyAccount-content .side-select {
  padding: 0;
  margin: 0; }

.woocommerce-MyAccount-content .side-select > li {
  display: block;
  border-bottom: 1px solid #f1f1f1; }

.woocommerce-MyAccount-content .side-select > li a {
  font-family: Muller;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding: 20px 0;
  display: block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.075em; }

.woocommerce-MyAccount-content .side-select > li a:hover {
  color: #f92720; }

.woocommerce-MyAccount-content .side-select > li.active a {
  color: #f92720; }

.woocommerce-MyAccount-content .tab-content {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-MyAccount-content .coupon-item:first-child {
  padding-top: 0; }

.woocommerce-MyAccount-content .coupon-item {
  border-bottom: 1px solid #ececec;
  font-family: Latto;
  padding: 28px 0 18px; }

.woocommerce-MyAccount-content .coupon-item .coupon-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px; }

.woocommerce-MyAccount-content .coupon-item .name {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px; }

.woocommerce-MyAccount-content .coupon-item .name p {
  padding: 0; }

.woocommerce-MyAccount-content .coupon-item .amount {
  color: #f92720; }

.woocommerce-MyAccount-content .review-item {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px; }
  .woocommerce-MyAccount-content .review-item .star-rating span:before {
    color: #81c512; }

.woocommerce-MyAccount-content .review-item .review-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  line-height: 1; }

.woocommerce-MyAccount-content .review-item .review-head .date {
  text-transform: uppercase; }

.woocommerce-MyAccount-content .review-item .review-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.woocommerce-MyAccount-content .review-item .review-product .id {
  width: 142px; }

/* отображение персональных данных в кабинете*/
.user-info {
  margin: 0;
  padding: 0; }
  .user-info li {
    display: block;
    line-height: 30px;
    font-family: Lato; }
    .user-info li span.left {
      width: 246px;
      display: inline-block;
      font-weight: 300;
      color: #2d2d2d; }
    .user-info li span.right {
      font-weight: 700;
      font-size: 13px;
      color: #000b08; }

.woocommerce-MyAccount-content .user_photo_preview {
  margin-top: 15px;
  width: 196px; }
  .woocommerce-MyAccount-content .user_photo_preview img {
    width: 100%;
    height: auto; }
.woocommerce-MyAccount-content .label-file {
  height: 31px;
  background-color: #f92720;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-family: Muller;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  cursor: pointer;
  width: 196px;
  max-width: 100%; }
  .woocommerce-MyAccount-content .label-file:hover {
    background-color: #fa4d48; }
  .woocommerce-MyAccount-content .label-file > span {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #ffffff; }
  .woocommerce-MyAccount-content .label-file input {
    display: none; }
.woocommerce-MyAccount-content .form-group {
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
.woocommerce-MyAccount-content label {
  font-weight: bold;
  font-family: Lato;
  color: #000000;
  font-size: 13px;
  margin: 0; }
  .woocommerce-MyAccount-content label span {
    color: #f92720; }
.woocommerce-MyAccount-content .alert-light {
  background-color: #f5f7f7;
  border-color: #f7f7f7;
  color: #777777; }
.woocommerce-MyAccount-content [type=radio] {
  display: none; }
  .woocommerce-MyAccount-content [type=radio]:checked + label:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #f92720;
    display: block;
    float: left;
    background-color: #f92720;
    position: absolute;
    left: 3px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .woocommerce-MyAccount-content [type=radio] + label {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    line-height: 1; }
    .woocommerce-MyAccount-content [type=radio] + label:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid #f92720;
      display: block;
      float: left;
      margin-right: 10px;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
.woocommerce-MyAccount-content input[type=text], .woocommerce-MyAccount-content input[type=email], .woocommerce-MyAccount-content input[type=tel], .woocommerce-MyAccount-content input[type=date] {
  height: 43px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 0 15px;
  color: #333; }
.woocommerce-MyAccount-content select {
  height: 43px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 0 15px;
  color: #333; }
.woocommerce-MyAccount-content [type="submit"] {
  color: #f5f7f7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f92720;
  border-color: #f92720;
  height: 43px;
  border-radius: 0;
  width: 230px;
  max-width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.woocommerce-MyAccount-content .preloader {
  width: 25px;
  margin-left: 10px;
  display: none; }
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #d2d2d2;
  padding: 16px;
  margin-bottom: 30px; }
  .woocommerce-MyAccount-content fieldset legend {
    font-family: Muller;
    color: #f92720;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: auto;
    font-style: italic;
    margin-bottom: 0;
    background: #fff;
    padding: 0 6px; }

.woocommerce-MyAccount-content .change-password.active {
  position: relative; }
  .woocommerce-MyAccount-content .change-password.active .tooltips {
    display: none;
    top: -17px;
    left: 0;
    position: absolute;
    padding: 4px 10px;
    font-size: 12px;
    bottom: 0; }
  .woocommerce-MyAccount-content .change-password.active [data-check="plain"] {
    background-color: #ff1313;
    color: #ffffff; }
  .woocommerce-MyAccount-content .change-password.active [data-check="simple"] {
    background-color: #f2ff60;
    color: #000000; }
  .woocommerce-MyAccount-content .change-password.active [data-check="complex"] {
    background-color: #42ff18;
    color: #000000; }
  .woocommerce-MyAccount-content .change-password.active input {
    float: left;
    display: block;
    height: 43px;
    width: 140px; }
  .woocommerce-MyAccount-content .change-password.active a {
    display: block;
    float: right;
    background-color: #f92720;
    color: #ffffff;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none; }

.postMessage {
  position: absolute;
  left: 0;
  top: 51px;
  background: #00c14d;
  padding: 7px 10px;
  color: #fff;
  font-size: 12px; }
  .postMessage.error {
    background: #f92720; }

.yith-wcwl-add-to-wishlist { display: none; }


.custom.tparrows {
  opacity: .8; }
  .custom.tparrows:hover {
    background: transparent url(https://www.myasnuyray.com.ua/wp-content/uploads/2017/07/fd-l.png) !important;
    opacity: 1; }
  .custom.tparrows.tp-rightarrow:hover {
    background: transparent url(https://www.myasnuyray.com.ua/wp-content/uploads/2017/07/fd-r-3.png) !important;
    opacity: 1; }

.modal.modal-popup .modal-dialog .modal-content {
  border: 5px solid rgba(255, 255, 255, 0.4); }
  .modal.modal-popup .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 50px 20px;
    /*background: #fff url("/wp-content/themes/porto/images/air-message.png") no-repeat 213px 181px;*/ }
    .modal.modal-popup .modal-dialog .modal-content .modal-body .modal-logo {
      margin-bottom: 40px; }
    .modal.modal-popup .modal-dialog .modal-content .modal-body .modal-text {
      font-family: MUller;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 60px; }
    .modal.modal-popup .modal-dialog .modal-content .modal-body .modal-buttons > a {
      margin: 0 9px;
      display: inline-block;
      margin-bottom: 15px; }
    .modal.modal-popup .modal-dialog .modal-content .modal-body .btn {
      padding: 6px 50px;
      margin: 0 9px;
      color: #ffffff;
      font-family: Muller;
      font-weight: 500;
      letter-spacing: 0.05em; }
    .modal.modal-popup .modal-dialog .modal-content .modal-body .btn-confirm {
      background-color: #f80f07; }
    .modal.modal-popup .modal-dialog .modal-content .modal-body .btn-exit {
      background-color: #7ec012; }

#footer .widget .contact-details ul {
  margin-top: 10px; }
  #footer .widget .contact-details ul li {
    line-height: 1.2;
    margin-bottom: 10px; }

.recipes__item {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden; }
  .recipes__item .title {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: #f91611;
    padding: 8px 10px;
    width: 199px;
    max-width: 100%;
    color: #ffffff;
    font-family: "muller";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .recipes__item .title:hover {
      background: #000000; }
  .recipes__item:hover figure, .recipes__item.big:hover figure {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .recipes__item figure {
    height: 209px;
    background-size: cover;
    -webkit-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; }
  .recipes__item.big .title {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: #f91611;
    padding: 12px 18px;
    width: 256px;
    color: #ffffff;
    font-family: MullerMedium;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 21px; }
    .recipes__item.big .title:hover {
      background: #000000; }
  .recipes__item.big figure {
    height: 446px; }

.tax-product_cat .product-advantages {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tax-product_cat .product-advantages .item {
    padding: 0 50px;
    margin-bottom: 30px;
    width: 31%;
    display: flex;
    align-items: center; 
  justify-content: center;
  flex-direction: column;
}

.advantage-n2 .item:nth-child(4),
.advantage-n2 .item:nth-child(5),
.advantage-n2 .item:nth-child(6) {
  display: none; }

.advantage-n5 .item:nth-child(1),
.advantage-n5 .item:nth-child(2),
.advantage-n5 .item:nth-child(3) {
  display: none; }

.recipies__product button {
  font-family: MullerRegular;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #f80f07;
  color: #ffffff;
  padding: 6px 30px;
  border-radius: 3px; }
  .recipies__product button:hover, .recipies__product button:focus {
    color: #ffffff; }
  .recipies__product button img {
    margin-right: 10px; }
.recipies__product .recipies__product-item {
  margin-bottom: 30px; }
  .recipies__product .recipies__product-item figure {
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-position: right top; }
  .recipies__product .recipies__product-item .title {
    display: block;
    text-align: center;
    font-family: MullerRegular;
    font-size: 16px;
    line-height: 1;
    color: #000000; }
.recipies__product .recipies__product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  .recipies__product .recipies__product-title .inline-title {
    font-size: 1.1429em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Alice;
    position: relative; }
  .recipies__product .recipies__product-title a {
    display: block;
    white-space: nowrap;
    font-family: MullerRegular;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-decoration: underline; }
    .recipies__product .recipies__product-title a:hover {
      text-decoration: none; }
  .recipies__product .recipies__product-title .line {
    content: "";
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), color-stop(70%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    display: block;
    height: 1px;
    width: 90%;
    margin: 0 30px; }

.modal {
  background: rgba(0, 0, 0, 0.79); }
  .modal .modal-dialog {
    border: 5px solid rgba(255, 255, 255, 0.5); }
    .modal .modal-dialog .modal-content {
      padding: 30px; }
      .modal .modal-dialog .modal-content form textarea {
        height: 160px; }
      .modal .modal-dialog .modal-content form .media-upload label {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0.1em;
        background: #f5f7f7;
        height: 39px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        border-radius: 3px;
        border-bottom: 1px solid #f80f07;
        -webkit-box-shadow: inset 0px -2px 0px 0px rgba(248, 15, 7, 0.004);
        box-shadow: inset 0px -2px 0px 0px rgba(248, 15, 7, 0.004); }
        .modal .modal-dialog .modal-content form .media-upload label:hover {
          cursor: pointer;
          background: #f1f1f1; }
        .modal .modal-dialog .modal-content form .media-upload label .sprite {
          margin-right: 10px; }
        .modal .modal-dialog .modal-content form .media-upload label:first-child {
          margin-right: 10px; }
      .modal .modal-dialog .modal-content form input[type=file] {
        display: none; }
      .modal .modal-dialog .modal-content form input[type=submit] {
        letter-spacing: 0.1em; }
      .modal .modal-dialog .modal-content form input[type=text],
      .modal .modal-dialog .modal-content form input[type=email] {
        height: 43px; }
      .modal .modal-dialog .modal-content form label {
        font-size: 13px;
        font-family: Muller;
        font-weight: 300;
        color: #000000;
        letter-spacing: 0.025em; }
      .modal .modal-dialog .modal-content .desc {
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px;
        font-family: MullerBold;
        color: #000000; }
      .modal .modal-dialog .modal-content .title {
        text-align: center;
        color: #f80f07;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 35px;
        font-family: MullerBold;
        letter-spacing: 0.05em; }

.header-mobile {
  background: #ffffff;
  display: none;
  padding: 20px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: padding .8s;
  -o-transition: padding .8s;
  transition: padding .8s; }
  .header-mobile .lang-switcher ul {
    padding: 0;
    margin: 0; }
    .header-mobile .lang-switcher ul .qtranxs-lang-menu {
      position: relative;
      top: 0; }
  .header-mobile.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
    padding: 10px 8px; }
  .header-mobile #mini-cart {
    margin: 0;
    height: 22px;
    background: transparent;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -11px; }
    .header-mobile #mini-cart.minicart-arrow-alt .minicart-icon {
      font-size: 20px; }
  .header-mobile .logo {
    width: 110px;
    text-align: center; }
    .header-mobile .logo img {
      width: 90px;
      display: inline-block; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 6px;
  right: 10px;
  opacity: 1;
  font-size: 24px; }

.mob-phones {
  position: absolute;
  right: 75px;
  background: none;
  font-size: 16px;
  top: 50%;
  line-height: 1;
  margin-top: -13px; }
  .mob-phones > button {
    border: 2px solid #f4524d;
    line-height: 25px;
    text-align: center;
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    outline: none; }
    .mob-phones > button i {
      color: #f4524d; }
    .mob-phones > button[aria-expanded="true"] {
      background: #f4524d; }
      .mob-phones > button[aria-expanded="true"] i {
        color: #ffffff; }

div#collapse-phones {
  z-index: 9999;
  position: absolute;
  line-height: 1.5;
  right: 0;
  top: 30px;
  background: #fff;
  padding: 8px 15px 5px;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.17);
  width: 163px;
  font-size: 14px; }
  div#collapse-phones > a {
    display: block; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .lang-switcher {
    float: none; }

  .custom.tparrows, .custom.tparrows:focus, .custom.tparrows:hover, .custom.tparrows.tp-rightarrow:hover {
    background: none !important; }

  .to-review {
    top: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }

  #header.search-sm .searchform.searchform-cats input {
    width: 127px; }

  #header.search-sm .searchform {
    width: 174px; }

  .discounts_item img {
    margin-bottom: 20px; }

  .send-order {
    margin-right: 0;
    padding: 0 24px;
    width: 100%;
    margin-bottom: 15px; }

  .woo-cart-items {
    padding: 0; }

  .woo-cart-body {
    background-color: #ececec;
    padding: 15px; }

  .woocommerce-MyAccount-content .side-select {
    padding: 0;
    margin: 0 0 30px; }

  .woocommerce-MyAccount-content [type=radio] + label {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    line-height: 1; }

  .col-sm-10, .col-sm-8 {
    width: 100%; }

  .woocommerce-MyAccount-content .label-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 12px; }
  .woocommerce-MyAccount-content [type="submit"] {
    margin: 0 auto; }
  .woocommerce-MyAccount-content .user_photo_preview {
    margin: 0 auto; }
  .woocommerce-MyAccount-content select {
    width: 100%; }
  .woocommerce-MyAccount-content label {
    font-weight: bold;
    font-family: Lato;
    color: #000000;
    font-size: 13px;
    margin: 0 0 7px 0;
    width: 100%;
    text-align: center; }

  .woocommerce-MyAccount-content .featured-box .order-item .order-item-head .up {
    position: absolute;
    left: 12px;
    top: 10px; }

  .woocommerce-MyAccount-content .featured-box .order-item .order-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 48px;
    position: relative; }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0; }

  .upps-after {
    margin-bottom: 60px; }

  .header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  #header .mobile-toggle {
    cursor: pointer;
    width: 30px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    font-size: 1.2857em;
    vertical-align: middle;
    background: #f92720;
    color: #fff;
    padding: 0; }
  #header .searchform {
    width: 298px;
    position: absolute;
    z-index: 9;
    left: -15px; }
    #header .searchform:before {
      left: 22px;
      top: -23px; }
    #header .searchform button {
      position: absolute; } }
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist {
  padding: 3px 0px 0!important;
}

.single-product form.cart {
  max-width: 100%!important;
}

.to-review {
  top: auto!important;
}

.product-advantages img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
    margin-bottom: 5px;
}


@media (max-width: 480px) {
	#menu-view-switcher {
	    position: absolute !important;
	    right: 15px!important;
	    z-index: 999;
	}
	.avatar { display: none; }
	.single-product .entry-summary .quantity {
		min-width: 127px !important;
		width: 127px !important;
	}
	.single_add_to_cart_button {
	    font-size: 14px;
	    letter-spacing: 0;
	}
	.single-product .entry-summary .quantity:after {
	    right: 22px;
	}
	.page-id-9 .porto-wrap-container,
	.page-id-9 .vc_column_container.vc_col-sm-8 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	    width: 3em;
	    height: 3em;
	}
	
  #header .mobile-toggle {
      position: absolute;
      left: 5px;
      top: auto!important;
  }
  #header .searchform-popup {
    margin-left: 30px!important;
  }
  #header .logo {
      text-align: center;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
  }
  #header #mini-cart {
    top: auto!important;
  }
  .mob-phones {
    right: 95px!important;
  }
}

/*# sourceMappingURL=style.css.map */
