/*
	*****************************************************************
	*	Theme Name: Ogami											
	*	Author: DeerCreative 										
	*	Author URL: https://themeforest.net/user/deercreative 		
	*	Version: 1.0.0												
	*****************************************************************
*/
/************************************
	-------------------------[Table of contents]----------------------
	This files contains the styling for the actual templates, this is the file you need to edit to change the look of the template.

	This file contents are outlined below.
	------------------------------------------------------------------

	[Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
  	content / #[keyword to find]
  	1. LAYOUT STYLE
  		1.1. 404 Error
  		1.2. About us
  		1.3. Account
  		1.4. Banner
  		1.5. Blog layout
  			1.5.1. Blog list
  			1.5.2. Blog grid
  			1.5.3. Blog masonry
  			1.5.4. Blog 1 column
  			1.5.5. Blog detail
  		1.6. Coming soon
  		1.7. Contact us
  		1.8. Deal of the week
			1.8.1. Deal of the week v2
			1.8.2. Deal of the week v3
			1.8.3. Deal of the week slide
			1.8.4. Deal of the week parallax
  		1.9. Feature Products
  			1.9.1. Feature Products v2
  		1.10. FAQ
  		1.11. Footer
  			1.10.1. Footer pink
  			1.10.2. Footer coffee
  		1.12. From the blog
  		1.13. Header
  			1.13.1. Header pink
  			1.13.1  Header coffee
  			1.13.1. Header coffee 2
  		1.14. Introduce
  		1.16. Item categories
  		1.17. Partner
  		1.18. Product block
  			1.18.1. Home3 product block
  			1.18.2. Home5 product block
  		1.19. Quick banner
  			1.19.1. Quick banner 2
  			1.19.2. Quick banner 3
  			1.19.2. Quick banner block
  		1.20. Shopping cart
  		1.21. Shop checkout
  		1.22. Shop layout
			1.22.1. Shop grid list
			1.22.2. Shop detail
			1.22.3. Shop detail full width
  		1.23. Slider
  			1.23.1. Slider v2
  	2. COMPONENT
  	 	2.1. Animation
        2.2. Benefit
        2.3. Blog sidebar
        2.4. Breadcrumb
        2.5. Button template
        2.6. Input form template
        2.7. Mini tab title
        2.8. Mobile menu
        2.9. Order step
        2.10. Preload
        2.11. Product
          2.11.1. Product list view
          2.11.2. Product full list view
          2.11.3. Product grid view
          2.11.4. Mini product
        2.12. Quickview
        2.13. Shop sidebar
    		2.14. Tab template
    		2.15. Typography template
*************************************/

@font-face {
  font-family: 'Nunito-Regular';
  src: url("../fonts/Nunito-Regular.ttf"); }
  
@font-face {
  font-family: 'Nunito-Bold';
  src: url("../fonts/Nunito-Bold.ttf"); }
  
@font-face {
  font-family: 'Nunito-SemiBold';
  src: url("../fonts/Nunito-SemiBold.ttf"); }
  
@font-face {
  font-family: 'Nunito-Light';
  src: url("../fonts/Nunito-Light.ttf"); }


/************************************
	Reset
*************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  line-height: 1.2; }

ul, li {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0; }

a {
  /* font-family: "Nunito-Regular"; */
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    box-shadow: 0; }

/* Фикс телефон */

.fixtel {
	position:fixed;
	top:50px;
	right:0px;
	background:#88c74a;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index:999;
	padding: 12px 20px;
	border-radius:20px 0 0 20px;
	color:#fff;
}

@media (max-width: 767px) { 
.fixtel {	
	top:unset;
	bottom:0;
	right:15px;
	border-radius:20px 20px 0 0;
	background:#88c74a;
	}
}

/************************************
	Button template
*************************************/
html, body {
  font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 26px;
}

.normal-btn {
  background-color: #88c74a;
  color: #fff;
  font-size: 15px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 2px solid #88c74a;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
text-align: center;
 }
  .normal-btn:hover {
    background-color: #ffffffd4;
    color: #88c74a;
    border: 2px solid #88c74a;
    text-decoration: none; }
  .normal-btn:focus {
    outline: 0;
    box-shadow: 0; }
  .normal-btn.pink {
    background-color: #fd5f5c;
    color: #fff;
    font-size: 13px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #fd5f5c;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .normal-btn.pink:hover {
      background-color: transparent;
      color: #fd5f5c;
      border: 2px solid #fd5f5c;
      text-decoration: none; }
    .normal-btn.pink:focus {
      outline: 0;
      box-shadow: 0; }
  .normal-btn.coffee {
    background-color: #f79823;
    color: #fff;
    font-size: 13px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #f79823;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .normal-btn.coffee:hover {
      background-color: transparent;
      color: #f79823;
      border: 2px solid #f79823;
      text-decoration: none; }
    .normal-btn.coffee:focus {
      outline: 0;
      box-shadow: 0; }
  .normal-btn.black {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .normal-btn.black:hover {
      background-color: transparent;
      color: #000;
      border: 2px solid #000;
      text-decoration: none; }
    .normal-btn.black:focus {
      outline: 0;
      box-shadow: 0; }
  .normal-btn.outline {
    background-color: #fff;
    color: #88c74a;
    font-size: 13px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #88c74a;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .normal-btn.outline:hover {
      background-color: #88c74a;
      color: #fff;
      border: 2px solid #88c74a;
      text-decoration: none; }
    .normal-btn.outline:focus {
      outline: 0;
      box-shadow: 0; }

    .normal-btn:disabled, .normal-btn:disabled:hover {
      background-color: #b2da89;
      color: #fff;
      cursor: no-drop;
      border: 2px solid #b2da89;
    }

.no-round-btn {
  background-color: #88c74a;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 2px solid #88c74a;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block; }
  .no-round-btn:hover {
    background-color: #f5f5f5;
    color: #88c74a;
    border: 2px solid #f5f5f5;
    text-decoration: none; }
  .no-round-btn:focus {
    outline: 0;
    box-shadow: 0; }
  .no-round-btn.black {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .no-round-btn.black:hover {
      background-color: transparent;
      color: #000;
      border: 2px solid #000;
      text-decoration: none; }
    .no-round-btn.black:focus {
      outline: 0;
      box-shadow: 0; }
  .no-round-btn.pink {
    background-color: #fd5f5c;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #fd5f5c;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .no-round-btn.pink:hover {
      background-color: transparent;
      color: #fd5f5c;
      border: 2px solid #fd5f5c;
      text-decoration: none; }
    .no-round-btn.pink:focus {
      outline: 0;
      box-shadow: 0; }
  .no-round-btn.coffee {
    background-color: #f79823;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #f79823;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .no-round-btn.coffee:hover {
      background-color: transparent;
      color: #f79823;
      border: 2px solid #f79823;
      text-decoration: none; }
    .no-round-btn.coffee:focus {
      outline: 0;
      box-shadow: 0; }
  .no-round-btn.smooth {
    background-color: #eaeff4;
    color: #252525;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #eaeff4;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .no-round-btn.smooth:hover {
      background-color: #88c74a;
      color: #fff;
      border: 2px solid #88c74a;
      text-decoration: none; }
    .no-round-btn.smooth:focus {
      outline: 0;
      box-shadow: 0; }
  .no-round-btn.black {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .no-round-btn.black:hover {
      background-color: transparent;
      color: #000;
      border: 2px solid #000;
      text-decoration: none; }
    .no-round-btn.black:focus {
      outline: 0;
      box-shadow: 0; }

.slider-btn, .slider .slick-arrow {
  background-color: #88c74a;
  color: #fff;
  font-size: 14px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 2px solid #88c74a;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block; }
  .slider-btn:hover, .slider .slick-arrow:hover {
    background-color: transparent;
    color: #88c74a;
    border: 2px solid #88c74a;
    text-decoration: none; }
  .slider-btn:focus, .slider .slick-arrow:focus {
    outline: 0;
    box-shadow: 0; }

.round-icon-btn {
  background-color: #eaeff4;
  color: #252525;
  font-size: 14px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 0px solid #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block; }
  .round-icon-btn:hover {
    background-color: #88c74a;
    color: #fff;
    border: 0px solid #fff;
    text-decoration: none; }
  .round-icon-btn:focus {
    outline: 0;
    box-shadow: 0; }
  .round-icon-btn.pink {
    background-color: #eaeff4;
    color: #252525;
    font-size: 14px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 0px solid #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .round-icon-btn.pink:hover {
      background-color: #fd5f5c;
      color: #fff;
      border: 0px solid #fff;
      text-decoration: none; }
    .round-icon-btn.pink:focus {
      outline: 0;
      box-shadow: 0; }
  .round-icon-btn.coffee {
    background-color: #eaeff4;
    color: #252525;
    font-size: 14px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 0px solid #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block; }
    .round-icon-btn.coffee:hover {
      background-color: #f79823;
      color: #fff;
      border: 0px solid #fff;
      text-decoration: none; }
    .round-icon-btn.coffee:focus {
      outline: 0;
      box-shadow: 0; }

.button-borderless {
  background-color: transparent;
  color: #252525;
  font-size: 18px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 0px solid transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block; }
  .button-borderless:hover {
    background-color: transparent;
    color: #88c74a;
    border: 0px solid transparent;
    text-decoration: none; }
  .button-borderless:focus {
    outline: 0;
    box-shadow: 0; }

.tag-btn {
  background-color: #eaeff4;
  color: #636363;
  font-size: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 1px solid #ebebeb;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  text-transform: none;
  font-family: 'Nunito-Regular'; }
  .tag-btn:hover {
    background-color: transparent;
    color: #252525;
    border: 1px solid #636363;
    text-decoration: none; }
  .tag-btn:focus {
    outline: 0;
    box-shadow: 0; }

/************************************
	Typography template
*************************************/
.title, .title-bb {
  font-family: "Nunito-Bold";
  font-size: 44px;
  color: #252525;
  line-height: 50px;
  display: block;
margin-bottom:50px; }
  @media (max-width: 576px) {
    .title, .title-bb {
      font-size: 30px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .title, .title-bb {
      font-size: 38px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .title, .title-bb {
      font-size: 38px; } }
  .title.green-underline:after, .title.coffee-underline:after, .coffee-underline.title-bb:after, .green-underline.title-bb:after {
    content: "";
    background-color: #88c74a;
    width: 80px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 15px; }
  .title.coffee-underline:after, .coffee-underline.title-bb:after {
    background-color: #f79823; }

.color-subtitle {
  font-family: "Nunito-SemiBold";
  font-size: 16px;
  color: #88c74a;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3.2px; }
  .color-subtitle.pink {
    font-family: "Nunito-SemiBold";
    font-size: 16px;
    color: #fd5f5c;
    line-height: 1;
    display: block; }
  .color-subtitle.coffee {
    font-family: "Nunito-SemiBold";
    font-size: 16px;
    color: #f79823;
    line-height: 1;
    display: block; }

.color-type {
  font-family: "Nunito-Bold";
  font-size: 12px;
  color: #88c74a;
  line-height: 1;
  display: block;
  letter-spacing: 2.4px;
  text-transform: uppercase; }
  .color-type.pink {
    font-family: "Nunito-Bold";
    font-size: 12px;
    color: #fd5f5c;
    line-height: 1;
    display: block; }
  .color-type.coffee {
    font-family: "Nunito-Bold";
    font-size: 12px;
    color: #f79823;
    line-height: 1;
    display: block; }

.title-bb {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  .title-bb.green-underline:after, .title-bb.title.coffee-underline:after {
    content: "";
    background-color: #88c74a;
    width: 80px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 15px; }

/************************************
    Input form template
*************************************/
.no-round-input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  transition: border 0.3s ease; }
  .no-round-input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b2b2b2; }
  .no-round-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input::placeholder {
    /* Most modern browsers support this now. */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }

.no-round-input-bg {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  transition: border 0.3s ease;
  background-color: #ebebeb; }
  .no-round-input-bg:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b2b2b2; }
  .no-round-input-bg::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input-bg:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input-bg::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input-bg:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input-bg::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .no-round-input-bg::placeholder {
    /* Most modern browsers support this now. */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }

.textarea-form-bg {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 20px 20px;
  height: auto;
  width: 100%;
  transition: border 0.3s ease;
  background-color: #ebebeb; }
  .textarea-form-bg:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b2b2b2; }
  .textarea-form-bg::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .textarea-form-bg:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .textarea-form-bg::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .textarea-form-bg:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .textarea-form-bg::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .textarea-form-bg::placeholder {
    /* Most modern browsers support this now. */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }

.round-input {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border: 1px solid #ebebeb;
  padding: 0 25px;
  height: 50px;
  width: 100%;
  transition: border 0.3s ease; }
  .round-input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b2b2b2; }
  .round-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .round-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .round-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .round-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .round-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }
  .round-input::placeholder {
    /* Most modern browsers support this now. */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block;
    line-height: -moz-block-height; }

.no-border {
  border: 0 !important; }

.select-form {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #ebebeb;
  padding: 10px 30px 10px 20px;
  background-image: url(../images/arrow_carrot-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 90% center; }
  .select-form:focus {
    outline: 0;
    box-shadow: 0;
    border-color: #88c74a; }

.textarea-form {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 20px 20px;
  height: auto;
  width: 100%;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  resize: none; }
  .textarea-form:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b2b2b2; }
  .textarea-form::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block; }
  .textarea-form:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block; }
  .textarea-form::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block; }
  .textarea-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block; }
  .textarea-form::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block; }
  .textarea-form::placeholder {
    /* Most modern browsers support this now. */
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1;
    display: block; }

/************************************
	Benefit
*************************************/
.benefit-block .our-benefits {
  padding: 40px 20px;
  box-shadow: 0px 11px 59px 0 rgba(53, 78, 84, 0.06);
  background-color: #fff; }
  .benefit-block .our-benefits.shadowless {
    box-shadow: none; }
  .benefit-block .our-benefits.benefit-border {
    border: 1px solid #ebebeb; }
  .benefit-block .our-benefits .benefit-detail {
    padding:0 10px;
    border-right: 1px solid #ebebeb; }
    .benefit-block .our-benefits .benefit-detail.boderless {
      border: 0; }
  .benefit-block .our-benefits .benefit-img {
    max-height: 75px;
    margin-bottom: 10px; }
  .benefit-block .our-benefits .benefit-title {
    margin-top: 10px;
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .benefit-block .our-benefits .benefit-describle {
    padding:0 15px;
    text-align: center;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 1.5;
    display: block; }
  .benefit-block .our-benefits.column {
    padding: 0; }
    .benefit-block .our-benefits.column .benefit-detail {
      border-right: 0;
      border-bottom: 1px solid #ebebeb;
      padding: 30px; }
      .benefit-block .our-benefits.column .benefit-detail.boderless {
        border-bottom: 0; }
    .benefit-block .our-benefits.column .benefit-img {
      margin-bottom: 0px;
      margin-right: 17px;
      max-height: 30px;
      max-width: 30px; }
    .benefit-block .our-benefits.column .benefit-detail_info {
      flex-grow: 1; }

@media (max-width: 576px) {
  .benefit-block .our-benefits {
    padding: 10px 0; }
    .benefit-block .our-benefits .benefit-detail {
      padding: 15px 0;
      border-right: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .benefit-block .our-benefits {
    padding: 10px 0; }
    .benefit-block .our-benefits .benefit-detail {
      border-right: 0;
      padding: 15px 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .benefit-block .our-benefits {
    padding: 10px 0; }
    .benefit-block .our-benefits .col-12.col-md-6.col-lg-3:nth-child(2) .benefit-detail {
      border-right: 0; }
    .benefit-block .our-benefits .benefit-detail {
      padding: 15px 0; } }

@media (min-width: 992px) {
  .benefit-block .our-benefits {
    padding: 10px 0; }
    .benefit-block .our-benefits .benefit-detail {
      padding: 15px 0; } }

/************************************
	Product
*************************************/
.product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #dedddd;
  position: relative;
  z-index: 6;
  /* transition: 0.3s ease; */
  margin-bottom: 30px; }

  .product.borderless {
    border: 0; }
  .product.pink .product-type {
    color: #fd5f5c; }
  .product.coffee .product-type {
    color: #f79823; }

    .product:hover .product-select button {
      transform: scale(1) translateY(-20px); }
    .product:hover .product-name, .product:hover .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product:hover .product-price, .product:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product:hover .product-total, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-availability, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-availability, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-weight, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-weight, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-sku, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-sku {
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 20;
      -webkit-box-orient: vertical;
      line-clamp: 20;
      box-orient: vertical; }
    .product:hover .product-price, .product:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product:hover .product-total, .product:hover .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product:hover .product-availability, .product:hover .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product:hover .product-weight, .product:hover .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product:hover .product-sku {
      transform: translateY(-20px); }
    .product:hover .product-img img {
      transform: scale(1.1);
      transform-origin: 50% 50%; }
  /* .product:hover:after {
    height: 45px;
    box-shadow: 0px 20px 32px 0 rgba(53, 78, 84, 0.15);
    opacity: 1;
    bottom: -40px; } */
  .product:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    height: 0px;
    width: 100%;
    background-color: white;
    z-index: 0;
    opacity: 0;
    border: 1px solid transparent;
    transition: 0.3s; }
  .product .product-img {
    margin-top:20px;
    height: 100px;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center; }
    .product .product-img img {
      max-width: 100%;
      max-height: 100%;
      transition: 0.3s ease; }
  .product .product-type {
    height:52px;
    text-align: center;
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #88c74a;
    /* line-height: 1; */
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px; }
  .product .product-name, .product .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product .product-price, .product .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product .product-total, .product .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product .product-availability, .product .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product .product-availability, .product .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product .product-weight, .product .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product .product-weight, .product .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product .product-sku, .product .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product .product-sku {
    font-family: "Nunito-SemiBold";
    text-align: center;
    font-size: 15px;
    color: #252525;
     line-height: 20px; 
    margin-bottom: 5px;
    transition: 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical; }
  .product .product-price, .product .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product .product-total, .product .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product .product-availability, .product .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product .product-weight, .product .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product .product-sku {
    font-family: "Nunito-SemiBold";
    font-size: 20px;
    color: #252525;
    line-height: 1;
    display: block;
    transition: .4s ease; }
    .product .product-price del, .product .shopping-cart .product-table .table tbody .product-total del, .shopping-cart .product-table .table tbody .product .product-total del, .product .shop-compare .compre-table .table .product-availability del, .shop-compare .compre-table .table .product .product-availability del, .product .shop-compare .compre-table .table .product-weight del, .shop-compare .compre-table .table .product .product-weight del, .product .shop-compare .compre-table .table .product-sku del, .shop-compare .compre-table .table .product .product-sku del {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #b2b2b2;
      line-height: 1;
      display: block;
      display: inline-block; }
  .product .product-select {
    position: absolute;
    transition: .3s ease;
    top: 100%;
    z-index: 5;
    bottom: 0; }
    .product .product-select button {
      height: 40px;
      width: 40px;
      transform: scale(0) translateY(0px);
      transiton: 0.4s; }
      .skidka_top {
		 text-align:center;
		 font-size:1.1em;
        background-color: #88c74a;
        color: #fff;
        font-size: 15px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 3px 5px;
        /* text-transform: uppercase;  */
        font-family: 'Nunito-Bold';  
        border: 2px solid #88c74a; 
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: -8px;
        z-index: 21;
    }
	.skidka_top span {
		font-family: 'Nunito-Regular';
	}
	.skidka_top2 {
		text-align:center;
		font-size:1.1em;
		width:80px;
        background-color: #b4cd23;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 3px 0;
        /*  text-transform: uppercase; */
        /* font-family: 'Nunito-Bold'; */
        /* border: 2px solid #88c74a;  */
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        position: absolute;
        top: 32px;
        right: -8px;
        z-index: 21;
    }
	.skidka_top2 span, .skidka_top span {
		font-size:0.8em; 
	}
	
.bonus_top {
		 text-align:center;
		 font-size:1.1em;
        background-color: #a34d13;
        color: #fff;
        font-size: 15px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 3px 5px;
        /* text-transform: uppercase;  */
        font-family: 'Nunito-Bold';  
        border: 2px solid #a34d13; 
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        position: absolute;
        top: 45px;
        right: -8px;
        z-index: 21;
    }
	
.vip .product {
  /* -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; */
  border: 1px solid #88c74a;
  /* box-shadow: inset 0px 0px 20px 0 #88c74a91; */
  box-shadow: inset 0px 0px 35px 0 #adf268b8;
}
.pro.product {
  box-shadow: inset 0px 0px 35px 0 #b8bdb233;
}


.vip_img img{
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width:45%;
}
.vip_img {
  position: absolute;
  top:-10px;
  left:-10px;
  z-index: 22;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.podrobnee {
  opacity:0;
  transform: translateY(80px) scale(0);
  position: absolute;
  left: 50%;
  margin-left: -71px;
  /* margin-top:0;
  padding:0;
  font-size: 0px; */
  /* -webkit-transition: 0s !important;
  -moz-transition:0s !important;
  -ms-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important; */
}


.test .product-name {
  transition: 0s !important;
}

@media (min-width:990px) {
  .product:hover {
padding-bottom:115px;
    }
}
/************************************
	Product list view
*************************************/
.product.list-view, .product.full-list-view {
  flex-direction: row; }
  .product.list-view:after, .product.full-list-view:after {
    display: none; }
  .product.list-view:hover .product-select button, .product.full-list-view:hover .product-select button {
    transform: scale(1) translateY(0); }
  .product.list-view:hover .product-name, .product.full-list-view:hover .product-name, .product.list-view:hover .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product.list-view:hover .product-price, .product.full-list-view:hover .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product.full-list-view:hover .product-price, .product.list-view:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.list-view:hover .product-total, .product.full-list-view:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.full-list-view:hover .product-total, .product.list-view:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view:hover .product-availability, .product.full-list-view:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view:hover .product-availability, .product.list-view:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view:hover .product-availability, .product.full-list-view:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view:hover .product-availability, .product.list-view:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view:hover .product-weight, .product.full-list-view:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view:hover .product-weight, .product.list-view:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view:hover .product-weight, .product.full-list-view:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view:hover .product-weight, .product.list-view:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view:hover .product-sku, .product.full-list-view:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view:hover .product-sku, .product.list-view:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view:hover .product-sku, .product.full-list-view:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view:hover .product-sku {
    transform: traslateY(0);
    opacity: 1;
    visibility: visible; }
  .product.list-view:hover .product-price, .product.full-list-view:hover .product-price, .product.list-view:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.list-view:hover .product-total, .product.full-list-view:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.full-list-view:hover .product-total, .product.list-view:hover .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product.list-view:hover .product-availability, .product.full-list-view:hover .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product.full-list-view:hover .product-availability, .product.list-view:hover .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product.list-view:hover .product-weight, .product.full-list-view:hover .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product.full-list-view:hover .product-weight, .product.list-view:hover .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product.list-view:hover .product-sku, .product.full-list-view:hover .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product.full-list-view:hover .product-sku {
    transform: translateY(0); }
  .product.list-view:hover .product-img_block .quickview, .product.full-list-view:hover .product-img_block .quickview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .product.list-view .product-img_block, .product.full-list-view .product-img_block {
    text-align: center;
    flex: 1 1 33.3333%;
    padding-right: 30px; }
    .product.list-view .product-img_block .product-img, .product.full-list-view .product-img_block .product-img {
      margin-bottom: 0;
      height: auto;
      overflow: hidden; }
    .product.list-view .product-img_block .quickview, .product.full-list-view .product-img_block .quickview {
      font-family: 'Nunito-Regular';
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease;
      width: 100%;
      padding: 10px;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
  .product.list-view .product-info_block, .product.full-list-view .product-info_block {
    flex: 1 1 33.3333%;
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
    position: relative; }
    .product.list-view .product-info_block .product-name, .product.full-list-view .product-info_block .product-name, .product.list-view .product-info_block .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-price, .product.full-list-view .product-info_block .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-price, .product.list-view .product-info_block .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-total, .product.full-list-view .product-info_block .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-total, .product.list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view .product-info_block .product-availability, .product.full-list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view .product-info_block .product-availability, .product.list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-availability, .product.full-list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-availability, .product.list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view .product-info_block .product-weight, .product.full-list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view .product-info_block .product-weight, .product.list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-weight, .product.full-list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-weight, .product.list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view .product-info_block .product-sku, .product.full-list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view .product-info_block .product-sku, .product.list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-sku, .product.full-list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-sku {
      font-family: "Nunito-SemiBold";
      font-size: 20px;
      color: #252525;
      line-height: 24px;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .product.list-view .product-info_block .product-name:hover, .product.full-list-view .product-info_block .product-name:hover, .product.list-view .product-info_block .shopping-cart .product-table .table tbody .product-price:hover, .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-price:hover, .product.full-list-view .product-info_block .shopping-cart .product-table .table tbody .product-price:hover, .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-price:hover, .product.list-view .product-info_block .shopping-cart .product-table .table tbody .product-total:hover, .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-total:hover, .product.full-list-view .product-info_block .shopping-cart .product-table .table tbody .product-total:hover, .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-total:hover, .product.list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view .product-info_block .product-availability:hover, .product.full-list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view .product-info_block .product-availability:hover, .product.list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-availability:hover, .product.full-list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-availability:hover, .product.list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view .product-info_block .product-weight:hover, .product.full-list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view .product-info_block .product-weight:hover, .product.list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-weight:hover, .product.full-list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-weight:hover, .product.list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.list-view .product-info_block .product-sku:hover, .product.full-list-view .product-info_block .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product.full-list-view .product-info_block .product-sku:hover, .product.list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-sku:hover, .product.full-list-view .product-info_block .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-sku:hover {
        color: #88c74a;
        text-decoration: none; }
    .product.list-view .product-info_block .product-price, .product.full-list-view .product-info_block .product-price, .product.list-view .product-info_block .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.list-view .product-info_block .product-total, .product.full-list-view .product-info_block .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.full-list-view .product-info_block .product-total, .product.list-view .product-info_block .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product.list-view .product-info_block .product-availability, .product.full-list-view .product-info_block .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product.full-list-view .product-info_block .product-availability, .product.list-view .product-info_block .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product.list-view .product-info_block .product-weight, .product.full-list-view .product-info_block .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product.full-list-view .product-info_block .product-weight, .product.list-view .product-info_block .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product.list-view .product-info_block .product-sku, .product.full-list-view .product-info_block .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product.full-list-view .product-info_block .product-sku {
      display: none; }
    .product.list-view .product-info_block .product-rated, .product.full-list-view .product-info_block .product-rated {
      margin-bottom: 15px; }
      .product.list-view .product-info_block .product-rated i, .product.full-list-view .product-info_block .product-rated i {
        color: #fac451;
        font-size: 13px; }
      .product.list-view .product-info_block .product-rated span, .product.full-list-view .product-info_block .product-rated span {
        font-family: "Nunito-Regular";
        font-size: 13px;
        color: #b2b2b2;
        line-height: 1;
        display: block;
        display: inline-block; }
    .product.list-view .product-info_block .product-describe, .product.full-list-view .product-info_block .product-describe {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #636363;
      line-height: 26px;
      display: block;
      margin-bottom: 20px; }
    .product.list-view .product-info_block .product-avaiable, .product.full-list-view .product-info_block .product-avaiable {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #636363;
      line-height: 26px;
      display: block; }
      .product.list-view .product-info_block .product-avaiable span, .product.full-list-view .product-info_block .product-avaiable span {
        color: #88c74a;
        display: inline-block; }
    .product.list-view .product-info_block .add-to-wishlist, .product.full-list-view .product-info_block .add-to-wishlist {
      position: absolute;
      top: 0;
      right: 30px; }
  .product.list-view .product-select, .product.full-list-view .product-select {
    display: none; }
  .product.list-view .product-select_list, .product.full-list-view .product-select_list {
    flex: 1 1 33.3333%;
    padding-left: 30px; }
    .product.list-view .product-select_list .delivery-status, .product.full-list-view .product-select_list .delivery-status {
      width: 100%;
      display: block;
      background-color: #ebebeb;
      text-align: center;
      padding: 15px;
      margin-bottom: 30px;
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #252525;
      line-height: 1;
      display: block; }
    .product.list-view .product-select_list .product-price, .product.full-list-view .product-select_list .product-price, .product.list-view .product-select_list .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.list-view .product-select_list .product-total, .product.full-list-view .product-select_list .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product.full-list-view .product-select_list .product-total, .product.list-view .product-select_list .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product.list-view .product-select_list .product-availability, .product.full-list-view .product-select_list .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product.full-list-view .product-select_list .product-availability, .product.list-view .product-select_list .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product.list-view .product-select_list .product-weight, .product.full-list-view .product-select_list .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product.full-list-view .product-select_list .product-weight, .product.list-view .product-select_list .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product.list-view .product-select_list .product-sku, .product.full-list-view .product-select_list .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product.full-list-view .product-select_list .product-sku {
      color: #88c74a;
      font-size: 24px;
      margin-bottom: 25px; }
      .product.list-view .product-select_list .product-price del, .product.full-list-view .product-select_list .product-price del, .product.list-view .product-select_list .shopping-cart .product-table .table tbody .product-total del, .shopping-cart .product-table .table tbody .product.list-view .product-select_list .product-total del, .product.full-list-view .product-select_list .shopping-cart .product-table .table tbody .product-total del, .shopping-cart .product-table .table tbody .product.full-list-view .product-select_list .product-total del, .product.list-view .product-select_list .shop-compare .compre-table .table .product-availability del, .shop-compare .compre-table .table .product.list-view .product-select_list .product-availability del, .product.full-list-view .product-select_list .shop-compare .compre-table .table .product-availability del, .shop-compare .compre-table .table .product.full-list-view .product-select_list .product-availability del, .product.list-view .product-select_list .shop-compare .compre-table .table .product-weight del, .shop-compare .compre-table .table .product.list-view .product-select_list .product-weight del, .product.full-list-view .product-select_list .shop-compare .compre-table .table .product-weight del, .shop-compare .compre-table .table .product.full-list-view .product-select_list .product-weight del, .product.list-view .product-select_list .shop-compare .compre-table .table .product-sku del, .shop-compare .compre-table .table .product.list-view .product-select_list .product-sku del, .product.full-list-view .product-select_list .shop-compare .compre-table .table .product-sku del, .shop-compare .compre-table .table .product.full-list-view .product-select_list .product-sku del {
        font-size: 14px;
        display: block;
        margin-bottom: 5px; }
    .product.list-view .product-select_list button, .product.full-list-view .product-select_list button {
      margin-bottom: 10px;
      width: 100%;
      padding: 10px; }
      .product.list-view .product-select_list button:last-child, .product.full-list-view .product-select_list button:last-child {
        margin-bottom: 0; }
    .product.list-view .product-select_list .add-to-compare, .product.full-list-view .product-select_list .add-to-compare {
      border: 2px solid #ebebeb; }
      .product.list-view .product-select_list .add-to-compare:hover, .product.full-list-view .product-select_list .add-to-compare:hover {
        border: 2px solid #88c74a; }

/************************************
	Product full list view
*************************************/
.product.full-list-view .product-img_block {
  flex: 1 1 25%; }
  .product.full-list-view .product-img_block .product-img {
    height: 160px; }

.product.full-list-view .product-info_block {
  flex: 1 1 55%; }

.product.full-list-view .product-select_list {
  flex: 1 1 20%; }

/************************************
	Product grid view
*************************************/
.product.grid-view .product-select_list {
  display: none; }

.product.grid-view .product-img_block .quickview {
  display: none; }

.product.grid-view .product-info_block {
  text-align: center; }
  .product.grid-view .product-info_block .product-rated {
    display: none; }
  .product.grid-view .product-info_block .product-describe {
    display: none; }
  .product.grid-view .product-info_block .product-avaiable {
    display: none; }
  .product.grid-view .product-info_block .add-to-wishlist {
    display: none; }

/************************************
	Mini product
*************************************/
.mini-product {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .mini-product:hover .mini-product_img {
    border: 1px solid #88c74a; }
  .mini-product.border {
    border: 1px solid #ebebeb; }
    .mini-product.border .mini-product_img {
      border: 0; }
  .mini-product.column {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0; }
    .mini-product.column .mini-product_img {
      border: 0; }
  .mini-product.coffee .mini-product_info a {
    font-family: "Nunito-SemiBold";
    font-size: 18px;
    color: #252525;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .mini-product.coffee .mini-product_info a:hover {
      color: #f79823;
      text-decoration: none; }
  .mini-product.coffee:hover .mini-product_img {
    border: 1px solid #f79823; }
  .mini-product .mini-product_img {
    width: 100px;
    height: 100px;
    border: 1px solid #ebebeb;
    margin-right: 25px;
    padding: 10px;
    transition: border 0.3s ease; }
    .mini-product .mini-product_img a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
      .mini-product .mini-product_img a img {
        max-width: 100%;
        max-height: 100%; }
  .mini-product .mini-product_info {
    flex-grow: 1; }
    .mini-product .mini-product_info a {
      font-family: "Nunito-SemiBold";
      font-size: 18px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-bottom: 10px; }
      .mini-product .mini-product_info a:hover {
        color: #88c74a;
        text-decoration: none; }
    .mini-product .mini-product_info p {
      font-family: "Nunito-SemiBold";
      font-size: 18px;
      color: #252525;
      line-height: 1;
      display: block; }
      .mini-product .mini-product_info p del {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #b2b2b2;
        line-height: 1;
        display: block;
        display: inline-block; }

@media (max-width: 576px) {
  .product {
    /* text-align: center; */
    padding: 10px 10px 90px;
    margin-bottom: 1.5rem;
    /* height: 100%; */ }
    .product.borderless {
      border: 1px solid #ebebeb; }
    .product:hover .product-name, .product:hover .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product:hover .product-price, .product:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product:hover .product-total, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-availability, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-availability, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-weight, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-weight, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-sku, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-sku {
      transform: traslateY(0);
      opacity: 1;
      visibility: visible; }
    .product:hover .product-price, .product:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product:hover .product-total, .product:hover .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product:hover .product-availability, .product:hover .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product:hover .product-weight, .product:hover .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product:hover .product-sku {
      transform: translateY(0); }
    .product .product-img {
      /* padding: 20px;  */}
    .product .product-select {
      display: none; }
    .product:after {
      display: none; }
  .product.list-view, .product.full-list-view {
    flex-direction: column; }
    .product.list-view .product-img_block, .product.full-list-view .product-img_block {
      margin-bottom: 30px;
      width: 100%;
      padding-right: 0; }
      .product.list-view .product-img_block .product-img, .product.full-list-view .product-img_block .product-img {
        height: 138px; }
      .product.list-view .product-img_block .quickview-list, .product.full-list-view .product-img_block .quickview-list {
        display: none; }
    .product.list-view .product-info_block, .product.full-list-view .product-info_block {
      width: 100%;
      padding-right: 0;
      border-right: 0;
      margin-bottom: 30px; }
      .product.list-view .product-info_block .add-to-wishlist, .product.full-list-view .product-info_block .add-to-wishlist {
        right: 0; }
    .product.list-view .product-select_list, .product.full-list-view .product-select_list {
      width: 100%;
      padding-left: 0; }
  .product.full-list-view .product-info_block .product-describe--1 {
    display: none; }
  .no-gutters-sm {
    margin-right: 0;
    margin-left: 0; }
    .no-gutters-sm > .col,
    .no-gutters-sm > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .product:hover .product-name, .product:hover .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product:hover .product-price, .product:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product:hover .product-total, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-availability, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-availability, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-weight, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-weight, .product:hover .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product:hover .product-sku, .product:hover .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product:hover .product-sku {
    transform: traslateY(0);
    opacity: 1; }
  .product:hover .product-price, .product:hover .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product:hover .product-total, .product:hover .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product:hover .product-availability, .product:hover .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product:hover .product-weight, .product:hover .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .product:hover .product-sku {
    transform: translateY(0); }
  .product .product-select {
    display: none; }
  .product:after {
    display: none; }
  .product.full-list-view .product-img_block {
    flex: 1 1 33.33333%; }
  .product.full-list-view .product-info_block {
    flex: 1 1 33.33333%; }
    .product.full-list-view .product-info_block .product-describe--1 {
      display: none; }
  .product.full-list-view .product-select_list {
    flex: 1 1 33.33333%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product.full-list-view .product-info_block {
    flex: 1 1 45%; }
  .product.full-list-view .product-select_list {
    flex: 1 1 30%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product.full-list-view .product-info_block {
    flex: 1 1 45%; }
  .product.full-list-view .product-select_list {
    flex: 1 1 30%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .product.full-list-view .product-info_block {
    flex: 1 1 45%; }
  .product.full-list-view .product-select_list {
    flex: 1 1 30%; } }

/************************************
	Mobile menu
*************************************/
#mobile-menu {
  transition: 0.3s ease;
  /* margin-bottom: 15px; */
  padding: 15px 0;
  display: none; }
  #mobile-menu .mobile-menu_block {
    height: 100%; }
    #mobile-menu .mobile-menu_block .mobile-menu--control {
      font-size: 18px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      transition: 0.3s ease; }
      #mobile-menu .mobile-menu_block .mobile-menu--control:hover {
        color: #88c74a;
        text-decoration: none; }
    #mobile-menu .mobile-menu_block .ogamin-mobile-menu_bg {
      position: fixed;
      width: 100vw;
      height: 100vh;
      z-index: 110;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.65);
      display: none; }
    #mobile-menu .mobile-menu_block #ogami-mobile-menu {
      position: fixed;
      background-color: #fff;
      top: 0;
      left: -100%;
      z-index: 999;
      width: 80vw;
      height: 100vh;
      transition: 0.4s;
      overflow-y: auto; 
	      box-shadow: 0 0 10px 10px #00000020;}
      #mobile-menu .mobile-menu_block #ogami-mobile-menu #mobile-menu--closebtn {
        width: 100%;
      margin-bottom:20px; }
      #mobile-menu .mobile-menu_block #ogami-mobile-menu .sub-menu--expander i {
        font-size: 20px; }
      #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items {
        padding: 0 30px;
        margin-bottom: 20px; }
        #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable {
          position: relative;
          padding: 10px 0; }
          #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable .menu-item {
            font-family: "Nunito-Regular";
            font-size: 18px;
            color: #252525;
            line-height: 1;
            display: block;
            line-height: 28px; }
            #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable .menu-item.active {
              color: #88c74a; }
          #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable .sub-menu {
            margin-top: 15px;
            margin-left: 30px; }
            #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable .sub-menu li a {
              font-family: "Nunito-Regular";
              font-size: 15px;
              color: #252525;
              line-height: 1;
              display: block;
              line-height: 30px;
              text-transform: capitalize; }
          #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable span {
            position: absolute;
            right: 0;
            top: 10px; }
      #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-login {
        padding: 0 30px;
        margin-bottom: 30px; }
        #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-login h2 {
          font-family: "Nunito-Bold";
          font-size: 20px;
          color: #252525;
          line-height: 1;
          display: block;
          margin-bottom: 15px; }
        #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-login a {
          font-family: "Nunito-Regular";
          font-size: 18px;
          color: #252525;
          line-height: 1;
          display: inline-block;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          display: block;
          line-height: 28px;
          padding: 5px 0; }
          #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-login a:hover {
            color: #88c74a;
            text-decoration: none; }
      #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-social {
        padding: 0 30px; }
        #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-social a {
          font-size: 18px;
          color: #b2b2b2;
          line-height: 1;
          display: inline-block;
          transition: 0.3s ease;
          margin-right: 25px; }
          #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-social a:hover {
            color: #88c74a;
            text-decoration: none; }
  #mobile-menu .mobile-menu_logo {
    height: 100%; }
  #mobile-menu .mobile-product_function {
    height: 100%; }
    #mobile-menu .mobile-product_function a {
      font-size: 18px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      transition: 0.3s ease;
      padding-left: 15px; }
      #mobile-menu .mobile-product_function a:hover {
        color: #88c74a;
        text-decoration: none; }
        #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-menu_items .toggleable .menu-item:hover {
          color: #88c74a;
        text-decoration: none;
        }
@media (max-width: 576px) {
  #mobile-menu {
    display: block; } }

@media (min-width: 576px) and (max-width: 767px) {
  #mobile-menu {
    display: block; }
    #mobile-menu .mobile-menu_block #ogami-mobile-menu {
      width: 50vw; } }

@media (min-width: 768px) and (max-width: 1099px) {
  #mobile-menu {
    display: block; }
    #mobile-menu .mobile-menu_block #ogami-mobile-menu {
      width: 50vw; } }

/************************************
	Mini tab title
*************************************/
.mini-tab-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px; }
  .mini-tab-title.underline .title, .mini-tab-title.underline .title-bb {
    font-size: 24px;
    position: relative; }
    .mini-tab-title.underline .title:after, .mini-tab-title.underline .title-bb:after {
      content: "";
      position: absolute;
      height: 3px;
      width: 90px;
      display: block;
      background-color: #88c74a;
      bottom: 0; }
  .mini-tab-title.underline.pink .title:after, .mini-tab-title.underline.pink .title-bb:after {
    background-color: #fd5f5c; }
  .mini-tab-title.underline.pink .tab-control a.active {
    color: #fd5f5c; }
    .mini-tab-title.underline.pink .tab-control a.active:after {
      background-color: #fd5f5c; }
  .mini-tab-title .title, .mini-tab-title .title-bb {
    white-space: nowrap; }
  .mini-tab-title .tab-control {
    padding-bottom: 0;
    overflow-x: visible; }
    .mini-tab-title .tab-control a.active {
      color: #88c74a; }
      .mini-tab-title .tab-control a.active:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 100%;
        display: block;
        background-color: #88c74a;
        bottom: -16px; }

@media (max-width: 576px) {
  .mini-tab-title .title, .mini-tab-title .title-bb {
    margin-bottom: 15px; }
  .mini-tab-title .tab-control {
    padding-bottom: 16px;
    overflow-x: auto; } }

@media (min-width: 576px) and (max-width: 767px) {
  .mini-tab-title .title, .mini-tab-title .title-bb {
    margin-bottom: 35px; }
  .mini-tab-title .tab-control {
    padding-bottom: 16px;
    overflow-x: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mini-tab-title .title, .mini-tab-title .title-bb {
    font-size: 26px; } }

/************************************
	Tab template
*************************************/
.tab-control {
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .tab-control li {
    display: inline-block;
    padding: 0 15px; }
    .tab-control li:first-child {
      padding-left: 0; }
    .tab-control li:last-child {
      padding-right: 0; }
    .tab-control li a {
      font-family: "Nunito-SemiBold";
      font-size: 18px;
      color: #b2b2b2;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: relative; }
      .tab-control li a:hover {
        color: #b2b2b2;
        text-decoration: none; }
      .tab-control li a.active {
        color: #88c74a; }
        .tab-control li a.active:after {
          content: "";
          position: absolute;
          height: 4px;
          width: 100%;
          display: block;
          background-color: #88c74a;
          bottom: -10px; }

/************************************
	Breadcrumb
*************************************/
.ogami-breadcrumb {
  margin: 0 0 30px 0; }
  .ogami-breadcrumb ul {
    padding-top: 30px;
    border-top: 1px solid #ebebeb; }
    .ogami-breadcrumb ul li {
      display: inline-block; }
      .ogami-breadcrumb ul li:last-child .breadcrumb-link:after {
        display: none; }
      .ogami-breadcrumb ul li .breadcrumb-link {
        font-family: "Nunito-SemiBold";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: inline-block;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        line-height: 24px; }
        .ogami-breadcrumb ul li .breadcrumb-link:hover {
          color: #252525;
          text-decoration: none; }
        .ogami-breadcrumb ul li .breadcrumb-link i {
          padding-right: 5px; }
        .ogami-breadcrumb ul li .breadcrumb-link:after {
          content: "\35";
          font-family: 'ElegantIcons';
          color: #b2b2b2;
          padding: 0 10px; }
        .ogami-breadcrumb ul li .breadcrumb-link.active {
          color: #b2b2b2; }

/************************************
	Shop sidebar
*************************************/
.filter-sidebar--background {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100vh;
  width: 100vw; }

#show-filter-sidebar {
  display: inline-block; }
  #show-filter-sidebar h5 {
    cursor: pointer;
    font-family: "Nunito-Bold";
    font-size: 18px;
    color: #252525;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    #show-filter-sidebar h5:hover {
      color: #88c74a;
      text-decoration: none; }
    #show-filter-sidebar h5 i {
      margin-right: 15px; }

.shop-sidebar.fixed {
  background-color: #fff;
  position: fixed;
  height: 100vh;
  width: 80vw;
  overflow-y: auto;
  padding: 30px;
  top: 0;
  left: -100%;
  z-index: 100;
  transition: 0.3s ease; }

.shop-sidebar #filter-sidebar--closebtn {
  width: 100%;
  margin-bottom: 30px; }

.shop-sidebar .shop-sidebar_department .department_top .title, .shop-sidebar .shop-sidebar_department .department_top .title-bb {
  font-size: 24px; }

.shop-sidebar .shop-sidebar_department .department_bottom .department-link {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 39px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .shop-sidebar .shop-sidebar_department .department_bottom .department-link:hover {
    color: #88c74a;
    text-decoration: none; }

.shop-sidebar .shop-sidebar_price-filter {
  margin-bottom: 30px; }
  .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .filter-group {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px; }
    .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .filter-group #amount {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #252525;
      line-height: 39px;
      display: block;
      border: 0;
      width: 100px; }
    .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .filter-group button {
      height: 34px;
      width: 80px;
      padding: 0; }
  .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .slider-bar {
    height: 3px;
    background-color: #ebebeb;
    border: 0; }
  .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .range-bar {
    background-color: #88c74a; }
  .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .handle {
    border-radius: 999px;
    background-color: #88c74a;
    top: -5px;
    height: 15px;
    width: 15px; }
  .shop-sidebar .shop-sidebar_price-filter .price-filter_bottom .ui-state-active {
    border: 0; }

.shop-sidebar .shop-sidebar_color-filter {
  margin-bottom: 30px; }
  .shop-sidebar .shop-sidebar_color-filter .color-filter_bottom .color {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .shop-sidebar .shop-sidebar_color-filter .color-filter_bottom .color:last-child {
      margin-bottom: 0; }
    .shop-sidebar .shop-sidebar_color-filter .color-filter_bottom .color .visible-color {
      display: inline-block;
      height: 23px;
      width: 23px;
      border-radius: 999px;
      margin-right: 15px; }
    .shop-sidebar .shop-sidebar_color-filter .color-filter_bottom .color a {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block; }
      .shop-sidebar .shop-sidebar_color-filter .color-filter_bottom .color a:hover {
        color: #252525;
        text-decoration: none; }

.shop-sidebar .shop-sidebar_size .size_bottom .size {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .shop-sidebar .shop-sidebar_size .size_bottom .size input {
    margin-right: 15px;
    height: 15px;
    width: 15px; }
  .shop-sidebar .shop-sidebar_size .size_bottom .size label {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 0; }

.shop-sidebar .shop-sidebar_tag .tag_bottom .tag-btn {
  margin: 0 8px 8px 0; }

@media (max-width: 576px) {
  .shop-sidebar {
    margin-bottom: 30px; }
    .shop-sidebar .mini-tab-title .title, .shop-sidebar .mini-tab-title .title-bb {
      margin-bottom: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .shop-sidebar {
    margin-bottom: 30px; }
    .shop-sidebar .mini-tab-title .title, .shop-sidebar .mini-tab-title .title-bb {
      margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shop-sidebar {
    margin-bottom: 30px; }
    .shop-sidebar.fixed {
      width: 50vw; }
    .shop-sidebar .mini-tab-title .title, .shop-sidebar .mini-tab-title .title-bb {
      margin-bottom: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar {
    margin-bottom: 30px; }
    .shop-sidebar.fixed {
      width: 50vw; } }

/************************************
	Blog sidebar
*************************************/
.blog-sidebar #filter-sidebar--closebtn {
  margin-bottom: 30px;
  width: 100%; }

.blog-sidebar.fixed {
  background-color: #fff;
  position: fixed;
  height: 100vh;
  width: 80vw;
  overflow-y: auto;
  padding: 30px;
  top: 0;
  left: -100%;
  z-index: 100;
  transition: 0.3s ease; }

.blog-sidebar .blog-sidebar_search {
  margin-bottom: 30px; }
  .blog-sidebar .blog-sidebar_search .search_block input {
    background-image: url("../images/blog/icon_search2.svg");
    background-position: 90% center;
    background-size: 15px;
    background-repeat: no-repeat; }

.blog-sidebar .blog-sidebar_categories .categories_bottom .category-link {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 39px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .blog-sidebar .blog-sidebar_categories .categories_bottom .category-link:hover {
    color: #88c74a;
    text-decoration: none; }

.blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_img {
    max-width: 80px;
    max-height: 80px;
    margin-right: 15px; }
    .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_img a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_img a img {
        width: 80px;
        height: 80px; }
  .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_text {
    flex-grow: 1; }
    .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_text a {
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 24px;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-bottom: 5px; }
      .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_text a:hover {
        color: #88c74a;
        text-decoration: none; }
    .blog-sidebar .blog-sidebar_recent-post .recent-post_bottom .mini-post_block .mini-post_text h5 {
      font-family: "Nunito-Regular";
      font-size: 12px;
      color: #b2b2b2;
      line-height: 18px;
      display: block; }

.blog-sidebar .blog-sidebar_tags .tags_bottom .tag-btn {
  margin: 0 8px 8px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar.fixed {
    width: 50vw; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar.fixed {
    width: 50vw; } }

/************************************
	Order step
*************************************/
.order-step {
  margin-bottom: 50px; }
  .order-step .order-step_block .step-block {
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff; }
    .order-step .order-step_block .step-block::before {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      left: -43px;
      border: 1px solid #ededed;
      width: 60px;
      height: 60px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #fff; }
    .order-step .order-step_block .step-block::after {
      position: absolute;
      content: '';
      border-width: 1px 0;
      border-style: solid;
      border-color: #ededed;
      width: calc(100% - 30px);
      height: 100%;
      z-index: 5;
      left: 0;
      top: 0; }
    .order-step .order-step_block .step-block.active {
      background-color: #88c74a; }
      .order-step .order-step_block .step-block.active .step h2 {
        color: #fff; }
      .order-step .order-step_block .step-block.active .step span {
        color: rgba(255, 255, 255, 0.25); }
      .order-step .order-step_block .step-block.active .step::before {
        display: none; }
      .order-step .order-step_block .step-block.active .step::after {
        background-color: #88c74a; }
    .order-step .order-step_block .step-block .step {
      height: 60px;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .order-step .order-step_block .step-block .step h2 {
        font-family: "Nunito-SemiBold";
        font-size: 20px;
        color: #252525;
        line-height: 1;
        display: block;
        text-transform: uppercase;
        position: unset;
        z-index: 2; }
      .order-step .order-step_block .step-block .step span {
        font-family: "Nunito-Bold";
        font-size: 48px;
        color: rgba(45, 44, 64, 0.1);
        line-height: 1;
        display: block;
        position: absolute;
        right: 35px;
        user-select: none;
        z-index: 5; }
      .order-step .order-step_block .step-block .step::before {
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        right: 12px;
        border: 1px solid #ededed;
        border-width: 1px 1px 0 0;
        width: 60px;
        height: 60px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        z-index: 2; }
      .order-step .order-step_block .step-block .step::after {
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        right: -30px;
        border-style: solid;
        border-color: #fff #fff #fff transparent;
        border-width: 30px;
        width: 60px;
        height: 60px;
        background: #fff; }
  .order-step .order-step_block .step-block--1::before {
    display: none; }
  .order-step .order-step_block .step-block--1::after {
    border-width: 1px 0 1px 1px; }

@media (max-width: 576px) {
  .order-step .order-step_block .step-block {
    margin-bottom: 15px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .order-step .order-step_block .step-block {
    margin-bottom: 15px; } }

/************************************
	Animation
*************************************/
@-webkit-keyframes mymove {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }

@-moz-keyframes mymove {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }

@-o-keyframes mymove {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }

@keyframes mymove {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }

/************************************
	Preload
*************************************/
#preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  #preload .preload-box .line {
    margin: 0 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #88c74a; }
    #preload .preload-box .line:nth-last-child(1) {
      animation: loadingC .6s .1s linear infinite; }
    #preload .preload-box .line:nth-last-child(2) {
      animation: loadingC .6s .2s linear infinite; }
    #preload .preload-box .line:nth-last-child(3) {
      animation: loadingC .6s .3s linear infinite; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

/************************************
	Quickview
*************************************/
#quickview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.27);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center; }
  #quickview .quickview-box {
    position: relative;
    width: 1200px;
    min-height: 400px;
    background-color: #fff;
    padding: 80px; }
    #quickview .quickview-box #quickview-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 30px;
      width: 30px;
      z-index: 200; }
    #quickview .quickview-box .shop-detail_img .big-img .big-img_block {
      height: auto !important; }
    #quickview .quickview-box .shop-detail_img .slide-img {
      height: auto !important; }
    #quickview .quickview-box .shop-detail_info .product-describe {
      margin-bottom: 30px !important; }
    #quickview .quickview-box .shop-detail_info .product-select {
      margin-bottom: 30px !important; }

@media (max-width: 576px) {
  #quickview .quickview-box {
    width: 80%;
    height: 80%;
    padding: 15px;
    overflow-y: auto;
    display: inline-block; }
    #quickview .quickview-box .shop-detail_img #zoom-btn {
      display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  #quickview .quickview-box {
    width: 80%;
    height: 80%;
    padding: 15px;
    overflow-y: auto;
    display: inline-block; }
    #quickview .quickview-box .shop-detail_img #zoom-btn {
      display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  #quickview .quickview-box {
    width: 85%;
    height: 85%;
    padding: 30px;
    overflow-y: auto;
    display: inline-block; }
    #quickview .quickview-box .shop-detail_img #zoom-btn {
      display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #quickview .quickview-box {
    width: 85%;
    height: 85%;
    padding: 30px;
    overflow-y: auto;
    display: inline-block; }
    #quickview .quickview-box .shop-detail_img #zoom-btn {
      display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  #quickview .quickview-box {
    width: 60%;
    padding: 30px;
    overflow-y: auto;
    display: inline-block; }
    #quickview .quickview-box .shop-detail_img #zoom-btn {
      display: none; } }

/************************************
	Header
*************************************/
header .header-block {
  height: auto;
  background-color: #f5f5f5; }
  header .header-block .header-left p {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block; 
  margin-bottom:0;}
  
    header .header-block .header-left p i {
      margin-right: 5px; }
    header .header-block .header-left p:last-child {
      margin-right: 0; }

    header .header-block .header-left p:last-child:after {
      display: none; }
  header .header-block .header-right .social-link a {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0 10px; }
    header .header-block .header-right .social-link a:hover {
      color: #88c74a;
      text-decoration: none; }
    header .header-block .header-right .social-link a:first-child {
      padding-left: 0; }
    header .header-block .header-right .social-link a:last-child {
      padding-right: 0; }
  header .header-block .header-right .social-link:after {
    content: "|";
    padding: 0 10px;
    line-height: 1;
    color: #ebebeb; }
   .language .selected-language, header .header-block .header-right .language .selected-language .list-language li {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    cursor: pointer;
    display: inline-block;
    position: relative; }
    .language .selected-language:hover .language-list, header .header-block .header-right .language .selected-language .list-language li:hover .language-list {
      display: block; }
    .language .selected-language img, header .header-block .header-right .language .selected-language .list-language li img {
      max-height: 13px;
      margin-top: -5px;
      margin-right: 10px; }
   .language .selected-language:hover .list-language, header .header-block .header-right .language .selected-language .list-language li:hover .list-language {
      display: block; }
  .language .selected-language .list-language, header .header-block .header-right .language .selected-language .list-language li .list-language {
      position: absolute;
      background-color: #fff;
      z-index: 1;
      top: 20px;
      padding: 0 5px;
      box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
      display: none; }
     .language .selected-language .list-language li {
        padding: 10px 20px; }
        /* .language{margin-right:0.8rem} */

    .login{margin: 12px 0 0;}
	
	
	.fixed_top .login{margin: 0;}
  header .header-block .header-right .login a {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    header .header-block .header-right .login a:hover {
      color: #88c74a;
      text-decoration: none; }
    /* header .header-block .header-right .login a i {
      margin-right: 15px; } */

header .navigation {
  transition:0.3s ease;
  padding: 40px 0; }
  header .navigation .navgition-menu {
    height: 100%; }
    header .navigation .navgition-menu ul .toggleable {
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      header .navigation .navgition-menu ul .toggleable:last-child {
        padding-right: 0; }
        header .navigation .navgition-menu ul .toggleable:last-child .menu-item:after {
          display: none; }
      header .navigation .navgition-menu ul .toggleable:first-child {
        padding-left: 0; }
      header .navigation .navgition-menu ul .toggleable:hover .sub-menu {
        opacity: 1;
        visibility: visible; }
      header .navigation .navgition-menu ul .toggleable .menu-item {
        font-family: "Nunito-Bold";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: inline-block;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        text-transform: uppercase;
        padding: 10px 0; }
        header .navigation .navgition-menu ul .toggleable .menu-item:hover {
          color: #88c74a;
          text-decoration: none; }
        /* header .navigation .navgition-menu ul .toggleable .menu-item:after {
          content: "\33";
          font-family: 'ElegantIcons';
          margin-left: 10px; } */
        header .navigation .navgition-menu ul .toggleable .menu-item.active {
          color: #88c74a; }
      header .navigation .navgition-menu ul .toggleable .sub-menu {
        position: absolute;
        min-width: 255px;
        opacity: 0;
        visibility: hidden;
        padding: 20px 30px;
        background-color: #fff;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
        z-index: 100;
        transition: 0.4s ease-out;
        border-radius: 5px; }
        header .navigation .navgition-menu ul .toggleable .sub-menu li {
          display: block;
          padding: 10px 0; }
          header .navigation .navgition-menu ul .toggleable .sub-menu li a {
            font-family: "Nunito-Regular";
            font-size: 15px;
            color: #636363;
            line-height: 1;
            display: inline-block;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            text-transform: capitalize; }
            header .navigation .navgition-menu ul .toggleable .sub-menu li a:hover {
              color: #88c74a;
              text-decoration: none; }
        header .navigation .navgition-menu ul .toggleable .sub-menu.shop {
          padding: 30px;
          min-width: 700px;
          left: -100px; }
          header .navigation .navgition-menu ul .toggleable .sub-menu.shop .nav-column {
            margin-right: 75px; }
            header .navigation .navgition-menu ul .toggleable .sub-menu.shop .nav-column h2 {
              font-family: "Nunito-Bold";
              font-size: 18px;
              color: #252525;
              line-height: 1;
              display: block;
              margin-bottom: 15px; }
  header .navigation .product-function {
    height: 100%; }
    header .navigation .product-function #wishlist {
      margin-right: 15px; }
    header .navigation .product-function .function-icon {
      font-size: 20px;
      color: #252525;
      line-height: 0;
      display: inline-block;
      transition: 0.3s ease; }
      header .navigation .product-function .function-icon:hover {
        color: #88c74a;
        text-decoration: none; }
      header .navigation .product-function .function-icon:last-child {
        margin-right: 0; }
      header .navigation .product-function .function-icon span {
        font-family: "Nunito-Bold";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: inline-block;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        margin-left: 15px; }
        header .navigation .product-function .function-icon span:hover {
          color: #88c74a;
          text-decoration: none; }

header .navigation_v2 {
  padding-bottom: 0; }
  header .navigation_v2 .logo {
    display: block; }
  header .navigation_v2 .website-search_v2 button {
    padding: 0; }

header .navigation-filter .department-menu_block {
  position: relative;
  height: 100%;
  width: 100%; }
  header .navigation-filter .department-menu_block .department-menu {
    background-color: #88c74a;
    height: 100%;
    display: flex;
    cursor: pointer;
    padding: 0 15px;
    font-family: "Nunito-Bold";
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: block; }
    header .navigation-filter .department-menu_block .department-menu i {
      font-size: 15px; }
  header .navigation-filter .department-menu_block .department-dropdown-menu {
    position: absolute;
    width: 100%;
    z-index: 99; }
    header .navigation-filter .department-menu_block .department-dropdown-menu ul {
      width: 100%;
      padding: 14px;
      background-color: #fff;
      border: 1px solid #ebebeb; }
      header .navigation-filter .department-menu_block .department-dropdown-menu ul li {
        display: block;
        width: 100%;
        border-bottom: 1px dashed #ebebeb;
        padding: 10px 0; }
        header .navigation-filter .department-menu_block .department-dropdown-menu ul li:last-child {
          border-bottom: 0; }
        header .navigation-filter .department-menu_block .department-dropdown-menu ul li a {
          font-family: "Nunito-Regular";
          font-size: 16px;
          color: #636363;
          line-height: 1;
          display: inline-block;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          header .navigation-filter .department-menu_block .department-dropdown-menu ul li a:hover {
            color: #88c74a;
            text-decoration: none; }
          header .navigation-filter .department-menu_block .department-dropdown-menu ul li a i {
            width: 20px;
            margin-right: 20px;
            font-size: 20px; }

header .navigation-filter .website-search, header .navigation-filter .navigation_v2 .website-search_v2, header .navigation_v2 .navigation-filter .website-search_v2 {
  border: 1px solid #f5f5f5;
  position: relative; }
  header .navigation-filter .website-search .filter-search, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search {
    height: 100%;
    position: relative;
    cursor: pointer; }
    header .navigation-filter .website-search .filter-search:hover .categories-select_box, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search:hover .categories-select_box, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search:hover .categories-select_box {
      display: block; }
    header .navigation-filter .website-search .filter-search .categories-select, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select {
      width: 100%;
      height: 100%; }
    header .navigation-filter .website-search .filter-search:after, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search:after, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 30px;
      background-color: #f5f5f5;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    header .navigation-filter .website-search .filter-search .categories-select_box, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box {
      position: absolute;
      width: 100%;
      display: none;
      z-index: 100; }
      header .navigation-filter .website-search .filter-search .categories-select_box ul, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul {
        padding: 20px 30px;
        background-color: #fff;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
        z-index: 100; }
        header .navigation-filter .website-search .filter-search .categories-select_box ul li, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul li, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul li {
          display: block !important;
          padding: 10px 0;
          cursor: pointer;
          font-family: "Nunito-Regular";
          font-size: 16px;
          color: #252525;
          line-height: 1;
          display: inline-block;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          header .navigation-filter .website-search .filter-search .categories-select_box ul li:hover, header .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul li:hover, header .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul li:hover {
            color: #88c74a;
            text-decoration: none; }
  header .navigation-filter .website-search button, header .navigation-filter .navigation_v2 .website-search_v2 button, header .navigation_v2 .navigation-filter .website-search_v2 button {
    height: 100%;
    width: 100%; }

header .navigation-filter .phone-number {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  header .navigation-filter .phone-number .phone-number_icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #fd5f5c2e;
    text-align: center;
    border-radius: 999px;
    margin-right: 5px; }
    header .navigation-filter .phone-number .phone-number_icon i {
      line-height: 35px;
      color: #fd5f5c;
      font-size: 16px; }
  header .navigation-filter .phone-number h2 {
    font-family: "Nunito-SemiBold";
    font-size: 22px;
    color: #252525;
    line-height: 1;
    display: block;
    display: inline-block; }

/************************************
	Header pink
*************************************/
header.pink .header-block .header-right .social-link a {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.pink .header-block .header-right .social-link a:hover {
    color: #fd5f5c;
    text-decoration: none; }

header.pink .header-block .header-right .login a {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.pink .header-block .header-right .login a:hover {
    color: #fd5f5c;
    text-decoration: none; }

header.pink .navigation .navgition-menu ul .toggleable .menu-item {
  font-family: "Nunito-Bold";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.pink .navigation .navgition-menu ul .toggleable .menu-item:hover {
    color: #fd5f5c;
    text-decoration: none; }
  header.pink .navigation .navgition-menu ul .toggleable .menu-item.active {
    color: #fd5f5c; }

header.pink .navigation .navgition-menu ul .toggleable .sub-menu li a {
  font-family: "Nunito-Regular";
  font-size: 15px;
  color: #636363;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.pink .navigation .navgition-menu ul .toggleable .sub-menu li a:hover {
    color: #fd5f5c;
    text-decoration: none; }

header.pink .navigation .product-function {
  height: 100%; }
  header.pink .navigation .product-function #wishlist {
    margin-right: 15px; }
  header.pink .navigation .product-function .function-icon {
    font-size: 20px;
    color: #252525;
    line-height: 0;
    display: inline-block;
    transition: 0.3s ease; }
    header.pink .navigation .product-function .function-icon:hover {
      color: #fd5f5c;
      text-decoration: none; }
    header.pink .navigation .product-function .function-icon:last-child {
      margin-right: 0; }
    header.pink .navigation .product-function .function-icon span {
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-left: 15px; }
      header.pink .navigation .product-function .function-icon span:hover {
        color: #fd5f5c;
        text-decoration: none; }

header.pink .navigation-filter .department-menu_block .department-menu {
  background-color: #fd5f5c; }

header.pink .navigation-filter .department-menu_block .department-dropdown-menu ul li a {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #636363;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.pink .navigation-filter .department-menu_block .department-dropdown-menu ul li a:hover {
    color: #fd5f5c;
    text-decoration: none; }

header.pink .navigation-filter .website-search .filter-search .categories-select_box ul li, header.pink .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul li, header.pink .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul li {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.pink .navigation-filter .website-search .filter-search .categories-select_box ul li:hover, header.pink .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul li:hover, header.pink .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul li:hover {
    color: #fd5f5c;
    text-decoration: none; }

header.pink .navigation-filter .website-search button.no-round-btn, header.pink .navigation-filter .navigation_v2 .website-search_v2 button.no-round-btn, header.pink .navigation_v2 .navigation-filter .website-search_v2 button.no-round-btn {
  padding: 0; }

/************************************
	Header coffee
*************************************/
header.coffee .navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.72); }
  header.coffee .navigation .navgition-menu ul .toggleable .menu-item {
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    header.coffee .navigation .navgition-menu ul .toggleable .menu-item:hover {
      color: #fff;
      text-decoration: none; }
    header.coffee .navigation .navgition-menu ul .toggleable .menu-item.active {
      color: #fff; }
  header.coffee .navigation .navgition-menu ul .toggleable .sub-menu li a {
    font-family: "Nunito-Regular";
    font-size: 15px;
    color: #636363;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    header.coffee .navigation .navgition-menu ul .toggleable .sub-menu li a:hover {
      color: #f79823;
      text-decoration: none; }
  header.coffee .navigation .nav-right_block {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header.coffee .navigation .nav-right_block .website-search_coffee {
      position: relative; }
      header.coffee .navigation .nav-right_block .website-search_coffee button {
        height: 35px;
        width: 35px;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
    header.coffee .navigation .nav-right_block .product-function .function-icon {
      color: #fff; }
      header.coffee .navigation .nav-right_block .product-function .function-icon span {
        display: none; }

/************************************
	Header coffee 2
*************************************/
header.coffee-2 .header-block .header-right .social-link a {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.coffee-2 .header-block .header-right .social-link a:hover {
    color: #f79823;
    text-decoration: none; }

header.coffee-2 .header-block .header-right .login a {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.coffee-2 .header-block .header-right .login a:hover {
    color: #f79823;
    text-decoration: none; }

header.coffee-2 .navigation .navgition-menu ul .toggleable .menu-item {
  font-family: "Nunito-Bold";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.coffee-2 .navigation .navgition-menu ul .toggleable .menu-item:hover {
    color: #f79823;
    text-decoration: none; }
  header.coffee-2 .navigation .navgition-menu ul .toggleable .menu-item.active {
    color: #f79823; }

header.coffee-2 .navigation .navgition-menu ul .toggleable .sub-menu li a {
  font-family: "Nunito-Regular";
  font-size: 15px;
  color: #636363;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.coffee-2 .navigation .navgition-menu ul .toggleable .sub-menu li a:hover {
    color: #f79823;
    text-decoration: none; }

header.coffee-2 .navigation .product-function {
  height: 100%; }
  header.coffee-2 .navigation .product-function #wishlist {
    margin-right: 15px; }
  header.coffee-2 .navigation .product-function .function-icon {
    font-size: 20px;
    color: #252525;
    line-height: 0;
    display: inline-block;
    transition: 0.3s ease; }
    header.coffee-2 .navigation .product-function .function-icon:hover {
      color: #f79823;
      text-decoration: none; }
    header.coffee-2 .navigation .product-function .function-icon:last-child {
      margin-right: 0; }
    header.coffee-2 .navigation .product-function .function-icon span {
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-left: 15px; }
      header.coffee-2 .navigation .product-function .function-icon span:hover {
        color: #f79823;
        text-decoration: none; }

header.coffee-2 .navigation-filter .department-menu_block .department-menu {
  background-color: #f79823; }

header.coffee-2 .navigation-filter .department-menu_block .department-dropdown-menu ul li a {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #636363;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.coffee-2 .navigation-filter .department-menu_block .department-dropdown-menu ul li a:hover {
    color: #f79823;
    text-decoration: none; }

header.coffee-2 .navigation-filter .website-search .filter-search .categories-select_box ul li, header.coffee-2 .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul li, header.coffee-2 .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul li {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #252525;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header.coffee-2 .navigation-filter .website-search .filter-search .categories-select_box ul li:hover, header.coffee-2 .navigation-filter .navigation_v2 .website-search_v2 .filter-search .categories-select_box ul li:hover, header.coffee-2 .navigation_v2 .navigation-filter .website-search_v2 .filter-search .categories-select_box ul li:hover {
    color: #f79823;
    text-decoration: none; }

@media (max-width: 576px) {
  header .header-block {
    display: none !important; }
  header .navigation {
    display: none !important; }
  header .navigation_v2 {
    display: block !important;
    padding-top: 0; }
    header .navigation_v2 .logo {
      display: none; }
    header .navigation_v2 .navgition-menu {
      display: none !important; }
    header .navigation_v2 .product-function {
      display: none !important; }
  header .navigation-filter .department-menu_block {
    height: 50px; }
  header .navigation-filter .website-search, header .navigation-filter .navigation_v2 .website-search_v2, header .navigation_v2 .navigation-filter .website-search_v2 {
    margin-bottom: 15px; }
  header .navigation-filter .filter-search {
    display: none; }
  header .navigation-filter .phone-number {
    display: none; }
  header.coffee .navigation {
    display: block !important;
    position: unset;
    background-color: #fff;
    padding-top: 0; }
    header.coffee .navigation .logo {
      display: none !important; }
    header.coffee .navigation .product-function {
      display: none !important; }
    header.coffee .navigation .navgition-menu {
      display: none !important; }
    header.coffee .navigation .website-search_coffee {
      width: 100%; }
      header.coffee .navigation .website-search_coffee input {
        border: 1px solid #ebebeb !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  header .header-block {
    display: none !important; }
  header .navigation {
    display: none !important; }
  header .navigation-filter .department-menu_block {
    height: 50px; }
  header .navigation-filter .website-search, header .navigation-filter .navigation_v2 .website-search_v2, header .navigation_v2 .navigation-filter .website-search_v2 {
    margin-bottom: 15px; }
  header .navigation-filter .filter-search {
    display: none; }
  header .navigation-filter .phone-number {
    display: none; }
  header.coffee .navigation {
    display: block !important;
    position: unset;
    background-color: #fff;
    padding-top: 0; }
    header.coffee .navigation .logo {
      display: none !important; }
    header.coffee .navigation .navgition-menu {
      display: none !important; }
    header.coffee .navigation .nav-right_block .website-search_coffee {
      width: 100%;
      margin-right: 30px; }
      header.coffee .navigation .nav-right_block .website-search_coffee input {
        border: 1px solid #ebebeb !important; }
    header.coffee .navigation .nav-right_block .product-function .function-icon {
      font-size: 20px;
      color: #252525;
      line-height: 0;
      display: inline-block;
      transition: 0.3s ease; }
      header.coffee .navigation .nav-right_block .product-function .function-icon:hover {
        color: #f79823;
        text-decoration: none; }
      header.coffee .navigation .nav-right_block .product-function .function-icon span {
        display: inline-block; } }

@media (min-width: 768px) and (max-width: 1099px) {
  header .header-block {
    display: none !important; }
  header .navigation {
    display: none !important; }
  header .navigation-filter .department-menu_block {
    height: 50px; }
  header .navigation-filter .website-search, header .navigation-filter .navigation_v2 .website-search_v2, header .navigation_v2 .navigation-filter .website-search_v2 {
    margin-bottom: 15px; }
  header .navigation-filter .filter-search {
    display: none; }
  header .navigation-filter .phone-number {
    display: none; }
  header .navigation_v2 {
    display: block !important;
    padding-top: 0; }
    header .navigation_v2 .logo {
      display: none; }
    header .navigation_v2 .website-search_v2 {
      display: block; }
      header .navigation_v2 .website-search_v2 .filter-search {
        display: block; }
    header .navigation_v2 .navgition-menu {
      display: none !important; }
    header .navigation_v2 .product-function {
      display: none !important; }
  header.coffee .navigation {
    display: block !important;
    position: unset;
    background-color: #fff;
    padding-top: 0; }
    header.coffee .navigation .logo {
      display: none !important; }
    header.coffee .navigation .navgition-menu {
      display: none !important; }
    header.coffee .navigation .nav-right_block .website-search_coffee {
      width: 100%;
      margin-right: 30px; }
      header.coffee .navigation .nav-right_block .website-search_coffee input {
        border: 1px solid #ebebeb !important; }
    header.coffee .navigation .nav-right_block .product-function .function-icon {
      font-size: 20px;
      color: #252525;
      line-height: 0;
      display: inline-block;
      transition: 0.3s ease; }
      header.coffee .navigation .nav-right_block .product-function .function-icon:hover {
        color: #f79823;
        text-decoration: none; }
      header.coffee .navigation .nav-right_block .product-function .function-icon span {
        display: inline-block; } }

@media (min-width: 1099px) and (max-width: 1199px) {
  header .navigation-filter .phone-number {
    display: none; }
  header .navigation_v2 {
    display: block; }
    header .navigation_v2 .logo {
      display: block;
      margin-bottom: 30px; }
    header .navigation_v2 .website-search_v2 {
      margin-bottom: 30px; }
  header.coffee .navigation .navgition-menu ul .toggleable {
    padding: 0 15px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  header .navigation_v2 {
    display: block; }
    header .navigation_v2 .logo {
      display: block;
      padding-bottom: 30px; }
    header .navigation_v2 .product-function {
      padding-bottom: 30px; }
    header .navigation_v2 .navgition-menu ul .toggleable {
      padding: 0 15px; }
      header .navigation_v2 .navgition-menu ul .toggleable .sub-menu.shop {
        left: -260px; } }

@media (min-width: 1400px) and (max-width: 1769px) {
  header .navigation_v2 {
    display: block; }
    header .navigation_v2 .logo {
      display: block;
      padding-bottom: 30px; }
    header .navigation_v2 .product-function {
      padding-bottom: 30px; }
    header .navigation_v2 .navgition-menu ul .toggleable {
      padding: 0 15px; }
      header .navigation_v2 .navgition-menu ul .toggleable .sub-menu.shop {
        left: -200px; } }

/************************************
	Slider
*************************************/
.slider {
  position: relative; 
transition: 0.5s ease, padding 0s;}

.slider_wrapper {height:412px; overflow:hidden;}
  .slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .slider .slider_wrapper .slider-block {
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding: 100px 0; }
    .slider .slider_wrapper .slider-block img {
      min-width: 100%; }
    .slider .slider_wrapper .slider-block .slider-content {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      .slider .slider_wrapper .slider-block .slider-content .slider-text h5 {
        font-family: "Nunito-Bold";
        font-size: 14px;
        color: #fff;
        line-height: 1;
        display: block;
        letter-spacing: 1.3px;
        margin-bottom: 10px; }
        .slider .slider_wrapper .slider-block .slider-content .slider-text h5:nth-child(4) {
          margin-bottom: 25px !important; }
      .slider .slider_wrapper .slider-block .slider-content .slider-text h1 {
        font-family: "Nunito-Bold";
        font-size: 48px;
        color: #fff;
        line-height: 1;
        display: block;
        margin-bottom: 15px; }
      .slider .slider_wrapper .slider-block .slider-content .slider-text h3 {
        font-family: "Nunito-Bold";
        font-size: 30px;
        color: #88c74a;
        line-height: 1;
        display: block;
        margin-bottom: 50px; }
        .slider .slider_wrapper .slider-block .slider-content .slider-text h3 span {
          font-family: "Nunito-Regular";
          font-size: 18px;
          color: #636363;
          line-height: 1;
          display: block;
          display: inline-block; }
      .slider .slider_wrapper .slider-block .slider-content .slider-img {
        position: relative; }
        .slider .slider_wrapper .slider-block .slider-content .slider-img img {
          width: 100%; }
        .slider .slider_wrapper .slider-block .slider-content .slider-img .img {
          position: absolute;
          top: 0;
          left: 0;
          max-height: 100%; }
        .slider .slider_wrapper .slider-block .slider-content .slider-img .prallax-img {
          position: absolute;
          top: 0;
          left: 0; }
  .slider .benefit-block {
    position: absolute;
    bottom: -210px;
    width: 100%;
    z-index: 10; }
  .slider .slick-arrow {
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
  .slider .slick-prev {
    position: absolute;
    left: 15px; }
  .slider .slick-next {
    position: absolute;
    right: 15px; }
  .slider .slider-banner {
    margin-top: 30px; }
    .slider .slider-banner a img {
      width: 100%; }
  .slider.slider-hp-2 .slider_wrapper .slick-arrow {
    display: none !important; }


    .slider_promotions {
  position: relative;
  margin-top: 30px; }
  .slider_promotions:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .slider_promotions .slick-arrow {
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
  .slider_promotions .slick-prev {
    position: absolute;
    left: -30px; }
  .slider_promotions .slick-next {
    position: absolute;
    right: -30px; }
  .slider_promotions.slider_wrapper .slick-arrow {
    display: none !important; }
    .slider_promotions .slick-arrow {
      background-color: #88c74a;
      color: #fff;
      font-size: 14px;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      padding: 10px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 2px solid #88c74a;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block; }
      .slider-btn:hover, .slider_promotions .slick-arrow:hover {
        background-color: transparent;
        color: #88c74a;
        border: 2px solid #88c74a;
        text-decoration: none; }
      .slider-btn:focus, .slider_promotions .slick-arrow:focus {
        outline: 0;
        box-shadow: 0; }
/************************************
	Slider v2
*************************************/
.slider_v2 {
  margin-top: 0; }
  .slider_v2 .slider_wrapper .slider-block {
    padding: 175px 0 100px; }
    .slider_v2 .slider_wrapper .slider-block .slider-content {
      margin-top: 0;
      display: flex;
      align-items: center; }
      .slider_v2 .slider_wrapper .slider-block .slider-content .slider_img {
        margin-bottom: 60px; }
        .slider_v2 .slider_wrapper .slider-block .slider-content .slider_img img {
          max-height: 270px; }
  .slider_v2 .slick-arrow {
    background-color: #f79823;
    color: #fff;
    font-size: 13px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    border: 2px solid #f79823;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0; }
    .slider_v2 .slick-arrow:hover {
      background-color: transparent;
      color: #f79823;
      border: 2px solid #f79823;
      text-decoration: none; }
    .slider_v2 .slick-arrow:focus {
      outline: 0;
      box-shadow: 0; }
  .slider_v2 .slick-prev {
    position: absolute;
    left: 70px; }
  .slider_v2 .slick-next {
    position: absolute;
    right: 70px; }
@media (max-width: 767px) {
	.slider_wrapper {height:359px;}
	}

@media (max-width: 576px) {
	
  .slider .slider_wrapper .slider-block {
    padding: 60px 0; }
    .slider .slider_wrapper .slider-block .slider-content .slider-text {
      margin-bottom: 40px; }
      .slider .slider_wrapper .slider-block .slider-content .slider-text h1 {
        font-size: 45px; }
  .slider .benefit-block {
    position: unset;
    margin-top: 15px; }
    .slider .benefit-block .our-benefits {
      padding: 10px 0; }
      .slider .benefit-block .our-benefits .benefit-detail {
        padding: 15px; }
  .slider .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .slider-banner {
    margin-top: 30px; }
    .slider-banner a img {
      width: 100%;
      margin-bottom: 30px; }
  .slider_v2 .slider_wrapper .slick-arrow {
    height: 40px;
    width: 40px; }
  .slider_v2 .slider_wrapper .slick-prev {
    left: 15px; }
  .slider_v2 .slider_wrapper .slick-next {
    right: 15px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .slider .slider_wrapper .slider-block {
    padding: 60px 0; }
    .slider .slider_wrapper .slider-block .slider-content .slider-text {
      margin-bottom: 40px; }
    .slider .slider_wrapper .slider-block .slider-content .slider-img {
      width: 50%;
      margin: auto; }
  .slider .benefit-block {
    position: unset;
    margin-top: 15px; }
  .slider .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .slider-banner {
    margin-top: 30px; }
    .slider-banner a img {
      width: 100%;
      margin-bottom: 30px; }
  .slider_v2 .slider_wrapper .slick-arrow {
    height: 40px;
    width: 40px; }
  .slider_v2 .slider_wrapper .slick-prev {
    left: 15px; }
  .slider_v2 .slider_wrapper .slick-next {
    right: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .slider .slider_wrapper .slider-block img {
    max-height: 500px; }
  .slider .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .slider-banner {
    margin-top: 30px; }
    .slider-banner a img {
      width: 100%;
      margin-bottom: 30px; }
  .slider_v2 .slider_wrapper .slick-prev {
    left: 15px; }
  .slider_v2 .slider_wrapper .slick-next {
    right: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .slider .slider_wrapper .slider-block img {
    max-height: 600px; }
  .slider .slick-arrow {
    opacity: 1;
    visibility: visible; } }

/************************************
	Item categories
*************************************/
.items-category {
  padding: 100px 0 60px 0; }
  .items-category .product-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    border: 1px solid #d0faa3;
    height: 400px; }
    .items-category .product-item:hover img {
      animation: mymove 1s infinite; }
    .items-category .product-item:hover {
      text-decoration: none; }
    .items-category .product-item .categories-img {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-grow: 1; }
      .items-category .product-item .categories-img img {
        max-height: 170px;
        max-width: 90%; }
    .items-category .product-item h2 {
      font-family: "Nunito-Bold";
      font-size: 24px;
      color: #252525;
      line-height: 1;
      display: block; }
    .items-category .product-item p {
      font-family: "Nunito-Regular";
      font-size: 12px;
      color: #88c74a;
      line-height: 24px;
      display: block; }

@media (max-width: 576px) {
  .items-category {
    padding: 60px 0 0 0; }
    .items-category .product-item {
      padding: 10px;
      margin-bottom: 30px; }
      .items-category .product-item img {
        max-height: 150px; }
      .items-category .product-item h2 {
        font-family: "Nunito-Bold";
        font-size: 20px;
        color: #252525;
        line-height: 1;
        display: block; } }

@media (min-width: 576px) and (max-width: 767px) {
  .items-category {
    padding: 60px 0 30px 0; }
    .items-category .product-item {
      margin-bottom: 30px; } }

/************************************
	Feature Products
*************************************/
.feature-products h1 {
  margin-bottom: 50px; }

.feature-products #tab .tab-control {
  text-align: center;
  margin-bottom: 40px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px; }
  .feature-products #tab .tab-control li {
    display: inline-block;
    padding: 0 15px; }
    .feature-products #tab .tab-control li:first-child {
      padding-left: 0; }
    .feature-products #tab .tab-control li:last-child {
      padding-right: 0; }
    .feature-products #tab .tab-control li a {
      font-family: "Nunito-SemiBold";
      font-size: 18px;
      color: #b2b2b2;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: relative; }
      .feature-products #tab .tab-control li a:hover {
        color: #b2b2b2;
        text-decoration: none; }
      .feature-products #tab .tab-control li a.active {
        color: #88c74a; }
        .feature-products #tab .tab-control li a.active:after {
          content: "";
          position: absolute;
          height: 4px;
          width: 100%;
          display: block;
          background-color: #88c74a;
          bottom: -10px; }

.feature-products.coffee #tab .tab-control li a.active {
  color: #f79823; }
  .feature-products.coffee #tab .tab-control li a.active:after {
    background-color: #f79823; }
    
/************************************
	Feature Products v2
*************************************/
.feature-products_v2 {
  margin-top: 80px; }

@media (max-width: 576px) {
  .feature-products.coffee {
    margin-bottom: 60px; }
  .feature-products_v2 {
    margin: 0 0 60px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .feature-products_v2 {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .feature-products #tab .col-12.col-sm-6.col-md-4.col-lg-3:nth-child(7) {
    display: none; }
  .feature-products #tab .col-12.col-sm-6.col-md-4.col-lg-3:nth-child(8) {
    display: none; }
  .feature-products_v2 {
    margin-top: 30px; } }

/************************************
	Banner
*************************************/
.banner {
  margin: 90px  0 0 0; }
  .banner .banner-block {
    /* height: 450px; */
    overflow: hidden; }
    .banner .banner-block .banner-block_detail {
      /* height: 400px; */
      padding-bottom:100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-repeat: no-repeat; }
      .banner .banner-block .col-12.col-lg-3.slick-slide {
        margin:0;
      }
      .banner .banner-block .banner-block_detail:hover img {
        animation: mymove 1s infinite; }
      .banner .banner-block .banner-block_detail:hover .banner-btn {
        transform: translateY(0);
        opacity: 1; }
      .banner .banner-block .banner-block_detail img {
        max-height: 280px;
        max-width: 80%; }
      .banner .banner-block .banner-block_detail .banner-btn {
        position: absolute;
        transform: translateY(20px);
        opacity: 0;
        bottom: 30px; }

/************************************
	Banner v2
*************************************/
.banner_v2, .banner_v3 {
  margin-top: 30px; }
  .banner_v2 .banner-block, .banner_v3 .banner-block {
    padding: 70px 0;
    background-image: url(../images/homepage03/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .banner_v2 .banner-block .banner-text h5, .banner_v3 .banner-block .banner-text h5 {
      margin-bottom: 15px; }
    .banner_v2 .banner-block .banner-text h2, .banner_v3 .banner-block .banner-text h2 {
      font-size: 36px;
      margin-bottom: 15px; }
    .banner_v2 .banner-block .banner-text p, .banner_v3 .banner-block .banner-text p {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #636363;
      line-height: 26px;
      display: block;
      max-width: 305px;
      margin-bottom: 50px; }

/************************************
	Banner v3
*************************************/
.banner_v3 {
  margin-bottom: 30px; }
  .banner_v3 .banner-block {
    padding: 125px 0;
    background-image: url(../images/homepage05/banner_bg.png); }
    .banner_v3 .banner-block .banner-text h5 {
      margin-bottom: 15px; }
    .banner_v3 .banner-block .banner-text h2 {
      font-size: 60px;
      margin-bottom: 15px; }
    .banner_v3 .banner-block .banner-text h3 {
      font-family: "Nunito-Bold";
      font-size: 30px;
      color: #f79823;
      line-height: 26px;
      display: block;
      margin-bottom: 38px; }
      .banner_v3 .banner-block .banner-text h3 span {
        font-family: "Nunito-Regular";
        font-size: 18px;
        color: #636363;
        line-height: 26px;
        display: block;
        display: inline-block; }

/************************************
	Banner group
*************************************/
.banner-group {
  margin: 30px 0 30px 0; }
  .banner-group .small-banner, .banner-group .large-banner {
    height: 236px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .banner-group .small-banner img, .banner-group .large-banner img {
      max-height: 190px; }
    .banner-group .small-banner:hover img, .banner-group .large-banner:hover img {
      animation: mymove 1s infinite; }
  .banner-group .large-banner {
    display: block; }
    .banner-group .large-banner .row {
      height: 100%; }
    .banner-group .large-banner .banner-text h3 {
      font-family: "Nunito-Bold";
      font-size: 30px;
      color: #252525;
      line-height: 1;
      display: block;
      line-height: 48px; }
      .banner-group .large-banner .banner-text h3 span {
        color: red; }
    .banner-group .large-banner:hover img {
      animation: mymove 1s infinite; }

@media (max-width: 576px) {
  .banner {
    margin: 60px 0 30px; }
    .banner .banner-block {
      height: auto; }
      /* .banner .banner-block .banner-block_detail {
        height: 220px;
        padding: 30px; } */
        .banner .banner-block .banner-block_detail img {
          max-height: 200px;
          max-width: 250px; }
  .banner_v2 .banner-block .banner-text, .banner_v3 .banner-block .banner-text {
    margin-bottom: 50px; }
    .banner_v2 .banner-block .banner-text p, .banner_v3 .banner-block .banner-text p {
      max-width: inherit; }
  .banner-group .small-banner, .banner-group .large-banner {
    height: auto; } }

@media (min-width: 576px) and (max-width: 767px) {
  .banner .banner-block {
    height: auto; }
    /* .banner .banner-block .banner-block_detail {
      height: 275px;
      padding: 30px; } */
      .banner .banner-block .banner-block_detail img {
        max-height: 200px; }
  .banner_v2 .banner-block .banner-text, .banner_v3 .banner-block .banner-text {
    margin-bottom: 70px; }
    .banner_v2 .banner-block .banner-text p, .banner_v3 .banner-block .banner-text p {
      max-width: inherit; } }

@media (min-width: 768px) and (max-width: 991px) {
  .banner .banner-block {
    height: auto; }
    /* .banner .banner-block .banner-block_detail {
      height: 270px;
      padding: 30px; } */
      .banner .banner-block .banner-block_detail img {
        max-height: 200px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* .banner .banner-block {
    height: 300px; } */
    /* .banner .banner-block .banner-block_detail {
      height: 300px;
      padding: 30px; } */
      .banner .banner-block .banner-block_detail img {
        max-height: 200px; } }
        /* @media (min-width: 280px) and (max-width:449px) {
          .banner .banner-block .banner-block_detail {
            height: 370px;
            padding: 30px; }} */
/************************************
	Deal of the week
*************************************/
.deal-of-week {
  margin-top:70px; }
  .deal-of-week h1 {
    margin-bottom: 50px; }
  .deal-of-week .featured-use {
    display: flex;
    margin-bottom: 40px;
    align-items: center; }
    .deal-of-week .featured-use h5 {
      font-family: "Nunito-Bold";
      font-size: 18px;
      color: #252525;
      line-height: 24px;
      display: block;
      margin-bottom: 12px; }
    .deal-of-week .featured-use p {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #636363;
      line-height: 30px;
      display: block;
      line-height: 24px; }
    .deal-of-week .featured-use .featured-use_intro {
      flex-grow: 1; }
  .deal-of-week .week-product_img {
    position: relative;
    display: inline-block; margin-top:-30px; }
    .deal-of-week .week-product_img p {
      text-align: center;
      position: absolute;
      border-radius: 999px;
      height: 70px;
      width: 70px;
      background-color: #fff;
      padding: 20px 0;
      bottom: 0;
      right: 0;
      box-shadow: 0px 5px 13px 0 rgba(53, 78, 84, 0.21);
      font-family: "Nunito-Regular";
      font-size: 12px;
      color: #88c74a;
      line-height: 1;
      display: block; }
      .deal-of-week .week-product_img p span {
        font-family: "Nunito-Bold";
        font-size: 18px;
        color: #88c74a;
        line-height: 1;
        display: block; }
  .deal-of-week .featured-use_icon {
    margin-left: 26px;
    margin-right: 26px; }
    .deal-of-week .featured-use_icon .icon-detail {
      border-radius: 999px;
      background-color: #eaeff4;
      height: 54px;
      width: 54px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .deal-of-week .featured-use_icon img {
      max-width: 24px; }
  .deal-of-week #event-countdown {
    margin-top: 30px; }
    .deal-of-week #event-countdown .countdown-number {
      font-family: "Nunito-SemiBold";
      font-size: 12px;
      color: #636363;
      line-height: 0.8;
      display: block;
      text-transform: uppercase;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 2px solid #ebebeb;
      border-radius: 10px;
      height: 72px;
      width: 60px;
      padding: 5px; }
      .deal-of-week #event-countdown .countdown-number span {
        display: block;
        font-family: "Nunito-Bold";
        font-size: 30px;
        color: #88c74a;
        line-height: 0.8;
        display: block; }

/************************************
	Deal of the week v2
*************************************/
.deal-of-week_v2, .deal-of-week_v3 {
  padding: 60px 0;
  margin: 80px 0;
  background-image: url("../images/homepage02/dow_banner.jpg");
  background-position: center;
  background-size: cover; }
  .deal-of-week_v2 .dow-info h2, .deal-of-week_v3 .dow-info h2 {
    margin-bottom: 18px; }
  .deal-of-week_v2 .dow-info p, .deal-of-week_v3 .dow-info p {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 26px;
    display: block;
    margin-bottom: 20px; }
  .deal-of-week_v2 .dow-info #event-countdown, .deal-of-week_v3 .dow-info #event-countdown {
    margin-bottom: 30px; }
    .deal-of-week_v2 .dow-info #event-countdown .countdown-number, .deal-of-week_v3 .dow-info #event-countdown .countdown-number {
      font-family: "Nunito-SemiBold";
      font-size: 12px;
      color: #636363;
      line-height: 0.8;
      display: block;
      text-transform: uppercase;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      height: 72px;
      width: 60px;
      padding: 5px;
      background-color: #fff;
      box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1); }
      .deal-of-week_v2 .dow-info #event-countdown .countdown-number:first-child, .deal-of-week_v3 .dow-info #event-countdown .countdown-number:first-child {
        margin-left: 0; }
      .deal-of-week_v2 .dow-info #event-countdown .countdown-number:last-child, .deal-of-week_v3 .dow-info #event-countdown .countdown-number:last-child {
        margin-right: 0; }
      .deal-of-week_v2 .dow-info #event-countdown .countdown-number span, .deal-of-week_v3 .dow-info #event-countdown .countdown-number span {
        display: block;
        font-family: "Nunito-Bold";
        font-size: 30px;
        color: #88c74a;
        line-height: 0.8;
        display: block; }
  .deal-of-week_v2 .dow-img, .deal-of-week_v3 .dow-img {
    text-align: center; }
    .deal-of-week_v2 .dow-img img, .deal-of-week_v3 .dow-img img {
      max-width: 450px; }

/************************************
	Deal of the week v3
*************************************/
.deal-of-week_v3 {
  padding: 0;
  margin: 30px 0 60px 0;
  background-image: unset; }
  .deal-of-week_v3 .deal-of-week_block {
    padding: 50px 0;
    background-color: #fff3dd; }
    .deal-of-week_v3 .deal-of-week_block .dow-info h2:after {
      width: 60px;
      margin: 15px 0 0 0; }
    .deal-of-week_v3 .deal-of-week_block .dow-info h3 {
      font-family: "Nunito-Bold";
      font-size: 30px;
      color: #f79823;
      line-height: 1;
      display: block;
      line-height: 48px;
      margin-bottom: 5px; }
      .deal-of-week_v3 .deal-of-week_block .dow-info h3 span {
        font-family: "Nunito-Regular";
        font-size: 18px;
        color: #636363;
        line-height: 1;
        display: block;
        display: inline-block; }
    .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown .countdown-number {
      border-radius: 999px;
      height: 80px;
      width: 80px;
      padding: 5px;
      margin: 0 5px;
      box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown span {
      color: #f79823; }

/************************************
	Deal of the week slide
*************************************/
.deal-of-week_slide {
  margin-bottom: 30px; }
  .deal-of-week_slide .week-deal_top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .deal-of-week_slide .week-deal_top .week-deal_control .slick-arrow {
      background-color: #eaeff4;
      color: #636363;
      font-size: 11px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      padding: 2px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 5px solid #eaeff4;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block;
      margin-right: 3px; }
      .deal-of-week_slide .week-deal_top .week-deal_control .slick-arrow:hover {
        background-color: #fd5f5c;
        color: #fff;
        border: 5px solid #fd5f5c;
        text-decoration: none; }
      .deal-of-week_slide .week-deal_top .week-deal_control .slick-arrow:focus {
        outline: 0;
        box-shadow: 0; }
      .deal-of-week_slide .week-deal_top .week-deal_control .slick-arrow:last-child {
        margin-right: 0; }
  .deal-of-week_slide .week-deal_bottom .deal-block {
    border: 2px solid #fd5f5c;
    padding: 15px; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-discount {
      font-family: "Nunito-Bold";
      font-size: 14px;
      color: #fff;
      line-height: 1;
      display: block;
      background-color: #fd5f5c;
      padding: 3px 8px;
      display: inline-block;
      margin-bottom: 20px; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-img {
      margin-bottom: 40px;
      height: 180px; }
      .deal-of-week_slide .week-deal_bottom .deal-block .deal-img a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 5px; }
        .deal-of-week_slide .week-deal_bottom .deal-block .deal-img a img {
          max-width: 100%;
          max-height: 100%; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-countdown {
      margin-bottom: 40px; }
      .deal-of-week_slide .week-deal_bottom .deal-block .deal-countdown .event-countdown {
        display: flex;
        justify-content: center; }
        .deal-of-week_slide .week-deal_bottom .deal-block .deal-countdown .event-countdown .countdown-number {
          font-family: "Nunito-SemiBold";
          font-size: 11px;
          color: #636363;
          line-height: 0.5;
          display: block;
          margin: 0 2px;
          display: flex;
          flex-direction: column;
          align-items: center;
          border: 1px solid #ebebeb;
          border-radius: 10px;
          height: 48px;
          width: 48px;
          padding: 5px;
          text-transform: uppercase;
          background-color: #eaeff4; }
          .deal-of-week_slide .week-deal_bottom .deal-block .deal-countdown .event-countdown .countdown-number span {
            display: block;
            font-family: "Nunito-Bold";
            font-size: 24px;
            color: #252525;
            line-height: 1;
            display: block; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-info .deal-type {
      margin-bottom: 10px; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-info .deal-name {
      font-family: "Nunito-SemiBold";
      font-size: 18px;
      color: #252525;
      line-height: 24px;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-bottom: 5px;
      transiton: 0.4s; }
      .deal-of-week_slide .week-deal_bottom .deal-block .deal-info .deal-name:hover {
        color: #fd5f5c;
        text-decoration: none; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-info .deal-price {
      font-family: "Nunito-SemiBold";
      font-size: 20px;
      color: #252525;
      line-height: 1;
      display: block;
      transition: .4s ease;
      margin-bottom: 30px; }
      .deal-of-week_slide .week-deal_bottom .deal-block .deal-info .deal-price del {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #b2b2b2;
        line-height: 1;
        display: block;
        display: inline-block; }
    .deal-of-week_slide .week-deal_bottom .deal-block .deal-select {
      margin-bottom: 10px; }
      .deal-of-week_slide .week-deal_bottom .deal-block .deal-select button {
        height: 40px;
        width: 40px;
        transiton: 0.4s; }

/************************************
	Deal of the week parallax
*************************************/
.deal-of-week_parallax {
  margin-top: 30px;
  padding: 100px 0;
  background-image: url(../images/homepage04/parallax-home4_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .deal-of-week_parallax h1 {
    color: #fff; }
  .deal-of-week_parallax .week-product_img {
    position: relative;
    display: inline-block; }
  .deal-of-week_parallax .featured-use .featured-use_intro h5 {
    color: #fff; }
  .deal-of-week_parallax .featured-use .featured-use_intro p {
    color: #fff; }
  .deal-of-week_parallax .featured-use .featured-use_icon .icon-detail {
    background-color: #fff; }

@media (max-width: 576px) {
  .deal-of-week .featured-use .featured-use_icon {
    margin-left: 0; }
  .deal-of-week .week-product_img {
    margin-bottom: 30px; }
  .deal-of-week #event-countdown {
    margin-top: 0px; }
  .deal-of-week_v2, .deal-of-week_v3 {
    margin: 60px 0 30px 0; }
    .deal-of-week_v2 .dow-info, .deal-of-week_v3 .dow-info {
      margin-bottom: 50px; }
    .deal-of-week_v2 .dow-img img, .deal-of-week_v3 .dow-img img {
      max-width: 100%; }
  .deal-of-week_v3 .deal-of-week_block .dow-img {
    margin-bottom: 30px; }
  .deal-of-week_v3 .deal-of-week_block .dow-info h2:after {
    width: 60px;
    margin: auto; }
  .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown .countdown-number {
    border-radius: 999px;
    height: 70px;
    width: 70px;
    padding: 5px;
    box-shadow: none;
    margin: 0 5px; }
  .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown span {
    color: #f79823; }
  .deal-of-week_parallax {
    padding: 60px 0 30px 0; }
    .deal-of-week_parallax .week-product_img {
      margin-bottom: 60px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .deal-of-week .featured-use {
    justify-content: between; }
    .deal-of-week .featured-use .featured-use_intro {
      flex-grow: 1; }
    .deal-of-week .featured-use .featured-use_icon {
      margin-left: 0;
      margin-right: 26px; }
  .deal-of-week .week-product_img {
    margin-bottom: 30px;
    text-align: center; }
  .deal-of-week #event-countdown {
    margin-top: 0; }
  .deal-of-week_v2, .deal-of-week_v3 {
    margin: 60px 0; }
    .deal-of-week_v2 .dow-info, .deal-of-week_v3 .dow-info {
      margin-bottom: 50px; }
    .deal-of-week_v2 .dow-img img, .deal-of-week_v3 .dow-img img {
      max-width: 100%;
      width: 100%; }
  .deal-of-week_v3 .deal-of-week_block .dow-img {
    margin-bottom: 30px; }
  .deal-of-week_v3 .deal-of-week_block .dow-info h2:after {
    width: 60px;
    margin: auto; }
  .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown .countdown-number {
    border-radius: 999px;
    height: 70px;
    width: 70px;
    padding: 5px;
    box-shadow: none;
    margin: 0 5px; }
  .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown span {
    color: #f79823; }
  .deal-of-week_parallax {
    padding: 60px 0 30px 0; }
    .deal-of-week_parallax .title, .deal-of-week_parallax .title-bb {
      margin-bottom: 50px; }
    .deal-of-week_parallax .week-product_img {
      margin-bottom: 60px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .deal-of-week .featured-use .featured-use_icon-left {
    margin-right: 0; }
  .deal-of-week_v2, .deal-of-week_v3 {
    margin: 60px 0 30px 0; }
    .deal-of-week_v2 .dow-info, .deal-of-week_v3 .dow-info {
      margin-bottom: 70px; }
    .deal-of-week_v2 .dow-img img, .deal-of-week_v3 .dow-img img {
      max-width: 100%; }
  .deal-of-week_slide .week-deal_bottom {
    margin: 0 -10px; }
    .deal-of-week_slide .week-deal_bottom .deal-block {
      margin: 0 10px; }
  .deal-of-week_v3 .deal-of-week_block .dow-img {
    margin-bottom: 30px; }
  .deal-of-week_v3 .deal-of-week_block .dow-info {
    margin-bottom: 0; }
    .deal-of-week_v3 .deal-of-week_block .dow-info h2:after {
      width: 60px;
      margin: auto;
      margin-top: 15px; }
    .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown .countdown-number {
      border-radius: 999px;
      height: 70px;
      width: 70px;
      padding: 5px;
      box-shadow: none;
      margin: 0 5px; }
    .deal-of-week_v3 .deal-of-week_block .dow-info #event-countdown span {
      color: #f79823; }
  .deal-of-week_parallax {
    padding: 60px 0; }
    .deal-of-week_parallax .title, .deal-of-week_parallax .title-bb {
      margin-bottom: 50px; }
    .deal-of-week_parallax .week-product_img {
      display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .deal-of-week .featured-use .featured-use_icon-left {
    margin-right: 0; }
  .deal-of-week #event-countdown {
    margin-top: 0; }
  .deal-of-week_slide .week-deal_bottom {
    margin: 0 -10px; }
    .deal-of-week_slide .week-deal_bottom .deal-block {
      margin: 0 10px; } }

/************************************
	Partner
*************************************/
.partner {
  height: 120px;
  margin-bottom: 120px; }
  .partner.partner_block-bgless .partner_block {
    background-color: #fff;
    border: 1px solid #ebebeb; }
  .partner .partner_block {
    margin-top:120px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5; }
    .partner .partner_block .partner--logo {
      height: 120px;
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s ease; }
      .partner .partner_block .partner--logo:hover {
        transform: scale(0.9);
        transform-origin: 50% 50%; }
      .partner .partner_block .partner--logo img {
        height: 100%;
		width:100%;
		max-width: 100px;		}

/************************************
	Footer
*************************************/
footer .footer-logo {
  margin-bottom: 20px; }
  footer .footer-logo img {
    width:60%;
	max-width:250px;
  }
footer .footer-contact {
  margin-bottom: 15px; }
  footer .footer-contact p {
    font-family: "Nunito-SemiBold";
    font-size: 16px;
    color: #636363;
    line-height: 36px;
    display: block; }

footer .footer-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 12px;
  color: #636363; }

.top_social a {
  /* height: 30px; */
  width: 30px;
  line-height: 40px;
  text-align: center;
  color: #000;
position: relative; }
/* .top_social:after {
  content: "|";
  padding: 0 10px 0;
  line-height: 1;
  color: #ebebeb;
} */
.top_social .round-icon-btn {
  background-color: #f5f5f5;
  font-size:15px;
}
.top_social .round-icon-btn:hover {
  color: #88c74a;
}
.earning_money:after {
  content: "|";
  padding: 0 15px 0 15px;
  line-height: 1;
  color: #ebebeb;
}
footer .footer-quicklink {
  display: flex;
  flex-direction: column; }
  footer .footer-quicklink h5 {
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 26px;
    margin-top: 16px; }
.footer-quicklink a {
    font-family: "Nunito-SemiBold";
    font-size: 16px;
    color: #636363;
    line-height: 36px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    footer .footer-quicklink a:hover {
      color: #88c74a;
      text-decoration: none; }

footer .newletter {
  margin-top: 60px;
  padding: 40px;
  background-color: #88c74a; }
  footer .newletter .newletter_text h5 {
    font-family: "Nunito-Bold";
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 10px; }
  footer .newletter .newletter_text p {
    font-family: "Nunito-SemiBold";
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: block; }
  footer .newletter .newletter_input {
    position: relative; }
    footer .newletter .newletter_input input {
      height: 50px;
      background-color: #98d25f;
      border: 0;
      caret-color: #fff;
      color: #fff; }
      footer .newletter .newletter_input input::placeholder {
        color: #fff; }
    footer .newletter .newletter_input a {
      top: 0;
      right: 0;
      height: 50px;
      background-color: #fff;
      color: #88c74a;
      font-size: 16px;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      padding: 15px 30px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 2px solid #fff;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block; }
      footer .newletter .newletter_input a:hover {
        background-color: #88c74a;
        color: #fff;
        border: 2px solid #ffffff;
        text-decoration: none; }
      footer .newletter .newletter_input a:focus {
        outline: 0;
        box-shadow: 0; }

footer .footer-v2_header {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb; }
  footer .footer-v2_header .newletter_v2 {
    margin-top: 0;
    background-color: transparent;
    padding: 0; }
    footer .footer-v2_header .newletter_v2 .newletter_text {
      margin-bottom: 25px; }
      footer .footer-v2_header .newletter_v2 .newletter_text h5 {
        font-family: "Nunito-Bold";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: block;
        margin-bottom: 30px;
        margin-top: 16px; }
      footer .footer-v2_header .newletter_v2 .newletter_text p {
        font-family: "Nunito-SemiBold";
        font-size: 16px;
        color: #636363;
        line-height: 24px;
        display: block;
        line-height: 26px; }
    footer .footer-v2_header .newletter_v2 .newletter_input {
      position: relative; }
      footer .footer-v2_header .newletter_v2 .newletter_input input {
        background-color: #eaeff4;
        caret-color: unset;
        color: #252525; }
        footer .footer-v2_header .newletter_v2 .newletter_input input::placeholder {
          color: #d1d1d1; }
      footer .footer-v2_header .newletter_v2 .newletter_input button {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        background-color: #88c74a;
        color: #fff;
        font-size: 13px;
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
        padding: 15px 30px;
        text-transform: uppercase;
        font-family: 'Nunito-Bold';
        border: 2px solid #88c74a;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        footer .footer-v2_header .newletter_v2 .newletter_input button:hover {
          background-color: transparent;
          color: #88c74a;
          border: 2px solid #88c74a;
          text-decoration: none; }
        footer .footer-v2_header .newletter_v2 .newletter_input button:focus {
          outline: 0;
          box-shadow: 0; }

footer .footer-credit {
	
  padding: 15px 0; 
  margin-bottom:0;
  margin-top:20px;
}
  
 footer .footer-credit .footer-creadit_block {
	   justify-content: space-between;
	   align-items: end;
 }
  footer .footer-credit .footer-creadit_block p {
    font-family: "Nunito-SemiBold";
    font-size: 16px;
    color: #636363;
    line-height: 1;
    display: block;
    line-height: 20px; }

    footer .footer-contact .phone_top i{
      padding-right:15px;
    } 
    footer .footer-contact .mail_bottom i{
      padding-right:15px;
    } 
.grey_line {
  display:none;
  background-color:#ebebeb;
  height:1px;
  width:100%;
}

.bggrey {
	background:#f9f9f9;
	padding:60px 0;
}

@media (max-width:1300px) {
 footer .footer-credit .footer-creadit_block {
	   justify-content: start;
	   flex-direction: column;
	   align-items: start;
	   gap:20px;
 }
 a .menu-item {padding-top:30px;}
 }
 
@media (max-width:767px) {
  .grey_line {
    display:block;
    background-color:#ebebeb;
    height:1px;
    width:100%;
    margin-top:40px;

  }
  .blog-layout .blog-tag {
    margin-top:30px;
  }
}

/************************************
	Footer pink
*************************************/
footer.pink .footer-quicklink a {
  font-family: "Nunito-SemiBold";
  font-size: 16px;
  color: #636363;
  line-height: 36px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  footer.pink .footer-quicklink a:hover {
    color: #fd5f5c;
    text-decoration: none; }

footer.pink .newletter {
  background-color: #fd5f5c; }
  footer.pink .newletter .newletter_input {
    position: relative; }
    footer.pink .newletter .newletter_input input {
      background-color: #ff9795; }
    footer.pink .newletter .newletter_input button {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      background-color: #fff;
      color: #fd5f5c;
      font-size: 16px;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      padding: 15px 30px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 2px solid #fff;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      footer.pink .newletter .newletter_input button:hover {
        background-color: #ffffff96;
        color: #fd5f5c;
        border: 2px solid #ffffff96;
        text-decoration: none; }
      footer.pink .newletter .newletter_input button:focus {
        outline: 0;
        box-shadow: 0; }

/************************************
	Footer coffee
*************************************/
footer.coffee .footer-quicklink a {
  font-family: "Nunito-SemiBold";
  font-size: 16px;
  color: #636363;
  line-height: 36px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  footer.coffee .footer-quicklink a:hover {
    color: #f79823;
    text-decoration: none; }

footer.coffee .newletter {
  background-color: #f79823; }
  footer.coffee .newletter .newletter_input {
    position: relative; }
    footer.coffee .newletter .newletter_input input {
      background-color: #ffbb67; }
    footer.coffee .newletter .newletter_input button {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      background-color: #fff;
      color: #f79823;
      font-size: 16px;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      padding: 15px 30px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 2px solid #fff;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      footer.coffee .newletter .newletter_input button:hover {
        background-color: #ffffff96;
        color: #f79823;
        border: 2px solid #ffffff96;
        text-decoration: none; }
      footer.coffee .newletter .newletter_input button:focus {
        outline: 0;
        box-shadow: 0; }

@media (max-width: 576px) {
  footer .footer-social {
    margin-bottom: 30px; }
  footer .footer-quicklink {
    margin-bottom: 20px; }
    footer .footer-quicklink h5 {
      margin-top: 0px;
      margin-bottom: 0px; }
  footer .newletter {
    margin-top: 30px;
    padding: 30px 0; }
    footer .newletter .newletter_text {
      margin-bottom: 20px; }
  footer .footer-credit .footer-creadit_block p {
    margin-bottom: 10px; } }

@media (min-width: 576px) and (max-width: 767px) {
  footer .footer-social {
    margin-bottom: 30px; }
  footer .newletter {
    margin-top: 0; }
    footer .newletter .newletter_text {
      margin-bottom: 20px; }
  footer .footer-quicklink {
    margin-bottom: 20px; }
    footer .footer-quicklink h5 {
      margin-bottom: 20px;
      margin-top: 0; }
  footer .footer-credit .footer-creadit_block p {
    margin-bottom: 10px; }
  footer .footer-credit .footer-creadit_block .payment-method {
    max-width: 150px; } }

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-v2_header .footer-social {
    margin-bottom: 30px; }
  footer .footer-quicklink {
    margin-bottom: 30px; } }

/************************************
	Sale product
*************************************/
@media (max-width: 576px) {
  .sale-product .sale-product_bottom .w-100 {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .sale-product .sale-product_bottom .w-100 {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sale-product .sale-product_top .title-bb {
    font-size: 26px; }
  .sale-product .sale-product_bottom .w-100 {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sale-product .sale-product_bottom .w-100 {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .sale-product .sale-product_bottom .w-100 {
    display: none; } }

@media (min-width: 1400px) and (max-width: 1769px) {
  .sale-product .sale-product_bottom .w-100 {
    display: none; } }

@media (max-width: 576px) {
  .sale-product .sale-product_bottom .col-12.col-sm-6.col-lg-4.col-lg-3.col-xxl-3.col-xxxl:nth-child(n+7) {
    display: none; }
  .home3-product-block #tab-so1 .best-seller_bottom .col-6.col-md-4:nth-child(n+3), .home3-product-block #tab-so2 .best-seller_bottom .col-6.col-md-4:nth-child(n+3) {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .home3-product-block #tab-so1 .best-seller_bottom .col-6.col-md-4:nth-child(n+3), .home3-product-block #tab-so2 .best-seller_bottom .col-6.col-md-4:nth-child(n+3) {
    display: none; }
  .home3-product-block #tab-so2 .best-seller_bottom .col-6.col-md-4:nth-child(n+3) {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .feature-products.feature-products_v2 #tab .col-12.col-sm-6.col-md-4.col-lg-3.col-xxl-2:nth-child(n+7) {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sale-product .sale-product_bottom .col-12.col-sm-6.col-lg-4.col-lg-3.col-xxl-3.col-xxxl:nth-child(n+8) {
    display: none; }
  .home3-product-block .sidebar-benefit .benefit-block .our-benefits.column .benefit-detail {
    border-bottom: 0; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .sale-product .sale-product_bottom .col-12.col-sm-6.col-lg-4.col-lg-3.col-xxl-3.col-xxxl:nth-child(n+8) {
    display: none; } }

/************************************
	Product block
*************************************/
/************************************
	Home3 product block
*************************************/
.home3-product-block {
  margin: 60px 0; }
  .home3-product-block .sale-product {
    margin: 20px 0 30px 0; }
    .home3-product-block .sale-product .sale-product_bottom {
      border: 1px solid #ebebeb; }
  .home3-product-block .customer-satisfied .customer-satisfied_border {
    border: 1px solid #ebebeb;
    padding: 30px; }
  .home3-product-block .customer-satisfied .customer-satisfied_wrapper .customer-satisfied_block .customer-img {
    height: 100px;
    width: 100px;
    border-radius: 999px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .home3-product-block .customer-satisfied .customer-satisfied_wrapper .customer-satisfied_block .customer-img img {
      max-width: 100%;
      max-height: 100%; }
  .home3-product-block .customer-satisfied .customer-satisfied_wrapper .customer-satisfied_block .customer-info .customer-name {
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .home3-product-block .customer-satisfied .customer-satisfied_wrapper .customer-satisfied_block .customer-info .customer-comment {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 26px;
    display: block;
    margin-bottom: 25px; }
  .home3-product-block .customer-satisfied .customer-satisfied_wrapper .customer-satisfied_block .customer-info .customer-rate {
    margin-bottom: 55px; }
    .home3-product-block .customer-satisfied .customer-satisfied_wrapper .customer-satisfied_block .customer-info .customer-rate i {
      font-size: 16px;
      color: #efb11c;
      padding: 0 3px; }
  .home3-product-block .customer-satisfied .customer-satisfied_control .dots-wrap {
    margin-bottom: 0; }
    .home3-product-block .customer-satisfied .customer-satisfied_control .dots-wrap li {
      height: 8px;
      width: 8px;
      background-color: #eaeff4;
      border-radius: 999px;
      display: inline-block;
      margin: 0 5px; }
      .home3-product-block .customer-satisfied .customer-satisfied_control .dots-wrap li.slick-active {
        width: 30px;
        background-color: #fd5f5c; }
  .home3-product-block .quick-banner {
    margin-bottom: 20px; }

/************************************
	Home5 product block
*************************************/
.home5-product-block {
  margin-bottom: 40px; }
  .home5-product-block .mini-product-title {
    font-family: "Nunito-Bold";
    font-size: 24px;
    color: #252525;
    line-height: 1;
    display: block; }
    .home5-product-block .mini-product-title .mini-product_top {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 30px; }
      .home5-product-block .mini-product-title .mini-product_top .mini-product_control button {
        background-color: transparent;
        color: #252525;
        font-size: 11px;
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
        padding: 0px;
        text-transform: uppercase;
        font-family: 'Nunito-Bold';
        border: 1px solid #ebebeb;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        height: 25px;
        width: 25px;
        margin-right: 5px; }
        .home5-product-block .mini-product-title .mini-product_top .mini-product_control button:hover {
          background-color: #f79823;
          color: #fff;
          border: 1px solid #ebebeb;
          text-decoration: none; }
        .home5-product-block .mini-product-title .mini-product_top .mini-product_control button:focus {
          outline: 0;
          box-shadow: 0; }
        .home5-product-block .mini-product-title .mini-product_top .mini-product_control button:last-child {
          margin-right: 0; }
    .home5-product-block .mini-product-title .mini-product_bottom .mini-product_block .mini-product {
      margin-bottom: 20px; }

/************************************
	Home1 best seller
*************************************/
@media (max-width: 576px) {
  .home3-product-block {
    margin: 30px 0 30px 0; }
    .home3-product-block #tab {
      margin-bottom: 60px; }
    .home3-product-block .deal-of-week_slide {
      margin-bottom: 60px; }
      .home3-product-block .deal-of-week_slide .week-deal_top h2 {
        margin-bottom: 0; }
    .home3-product-block .sidebar-benefit {
      margin-bottom: 30px; }
    .home3-product-block .sale-product {
      margin-bottom: 60px; }
      .home3-product-block .sale-product .sale-product_top h2 {
        margin-bottom: 0; }
    .home3-product-block .customer-satisfied {
      margin-bottom: 30px; }
    .home3-product-block #tab-so1, .home3-product-block #tab-so2 {
      margin-bottom: 30px; }
    .home3-product-block #tab-so2 {
      margin-bottom: 60px; }
    .home3-product-block #tab {
      margin-bottom: 60px; }
    .home3-product-block .quick-banner {
      margin-bottom: 30px; }
  .best-seller #tab-so1, .best-seller .home3-product-block #tab-so2, .home3-product-block .best-seller #tab-so2 {
    margin-bottom: 40px; }
  .best-seller #tab-so2 {
    margin-bottom: 30px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .home3-product-block {
    margin: 30px 0 30px 0; }
    .home3-product-block .deal-of-week_slide {
      margin-bottom: 60px; }
      .home3-product-block .deal-of-week_slide .week-deal_top h2 {
        margin-bottom: 0; }
    .home3-product-block .sidebar-benefit {
      margin-bottom: 30px; }
    .home3-product-block .sale-product {
      margin-bottom: 60px; }
      .home3-product-block .sale-product .sale-product_top h2 {
        margin-bottom: 0; }
    .home3-product-block .customer-satisfied {
      margin-bottom: 30px; }
    .home3-product-block #tab {
      margin-bottom: 30px; }
    .home3-product-block .quick-banner {
      margin-bottom: 30px; }
    .home3-product-block #tab-so2 {
      margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .home3-product-block {
    margin: 30px 0 30px 0; }
    .home3-product-block .deal-of-week_slide {
      margin-bottom: 60px; }
      .home3-product-block .deal-of-week_slide .week-deal_top h2 {
        margin-bottom: 0; }
    .home3-product-block .sidebar-benefit {
      margin-bottom: 30px; }
      .home3-product-block .sidebar-benefit .benefit-block .our-benefits .benefit-detail {
        border-bottom: 0; }
    .home3-product-block .sale-product {
      margin-bottom: 60px; }
      .home3-product-block .sale-product .sale-product_top h2 {
        margin-bottom: 0; }
    .home3-product-block .customer-satisfied {
      margin-bottom: 30px; }
    .home3-product-block #tab {
      margin-bottom: 30px; }
    .home3-product-block .quick-banner {
      margin-bottom: 30px; }
    .home3-product-block #tab-so2 {
      margin-bottom: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .home3-product-block {
    margin: 30px 0 30px 0; }
    .home3-product-block .deal-of-week_slide {
      margin-bottom: 60px; }
      .home3-product-block .deal-of-week_slide .week-deal_top h2 {
        margin-bottom: 0; }
    .home3-product-block .sidebar-benefit {
      margin-bottom: 30px; }
    .home3-product-block .sale-product {
      margin-bottom: 60px; }
      .home3-product-block .sale-product .sale-product_top h2 {
        margin-bottom: 0; }
    .home3-product-block .customer-satisfied {
      margin-bottom: 30px; }
    .home3-product-block #tab {
      margin-bottom: 30px; }
    .home3-product-block .quick-banner {
      margin-bottom: 30px; }
    .home3-product-block #tab-so2 {
      margin-bottom: 30px; } }

/************************************
	Quick banner
*************************************/
.quick-banner {
  background-image: url(../images/homepage03/quick_banner_1_bg.jpg);
  background-repeat: no-peat;
  background-position: center;
  background-size: cover;
  padding: 40px 0; }
  .quick-banner:hover img {
    animation: mymove 1s infinite; }
  .quick-banner .banner-text .discount-block h2 {
    font-family: "Nunito-Bold";
    font-size: 62px;
    color: #fd5f5c;
    line-height: 1;
    display: block;
    padding-right: 5px; }
  .quick-banner .banner-text .discount-block h3 {
    font-family: "Nunito-Bold";
    font-size: 24px;
    color: #252525;
    line-height: 1;
    display: block;
    text-transform: uppercase; }
    .quick-banner .banner-text .discount-block h3 span {
      color: #fd5f5c; }
  .quick-banner .banner-text p {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 24px;
    display: block;
    margin-bottom: 15px; }

/************************************
	Quick banner 2
*************************************/
.quick-banner-2, .quick-banner-3 {
  background-image: url(../images/homepage03/quick_banner_2_bg.jpg); }
  .quick-banner-2 .banner-text.big .day, .quick-banner-3 .banner-text.big .day {
    font-size: 30px;
    line-height: 36px; }
  .quick-banner-2 .banner-text.big .sale, .quick-banner-3 .banner-text.big .sale {
    font-size: 30px;
    line-height: 36px; }
  .quick-banner-2 .banner-text.big span, .quick-banner-3 .banner-text.big span {
    display: inline-block; }
  .quick-banner-2 .banner-text .day, .quick-banner-3 .banner-text .day {
    font-family: "Nunito-Regular";
    font-size: 24px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    line-height: 28px; }
  .quick-banner-2 .banner-text .sale, .quick-banner-3 .banner-text .sale {
    font-family: "Nunito-Bold";
    font-size: 24px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    line-height: 28px; }
    .quick-banner-2 .banner-text .sale span, .quick-banner-3 .banner-text .sale span {
      color: #fd5f5c; }

/************************************
	Quick banner 3
*************************************/
.quick-banner-3 {
  background-image: url(../images/homepage03/quick_banner_3_bg.jpg); }

/************************************
	Quick banner block
*************************************/
.quick-banner_block {
  margin: 30px 0 60px 0; }
  .quick-banner_block .quick-banner .bannner-img img {
    max-height: 190px; }

@media (max-width: 576px) {
	.hidden-xs {display:none;}
  .quick-banner .bannner-img {
    margin-bottom: 30px; }
  .quick-banner_block {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-xs {display:none;}
  .quick-banner .bannner-img {
    margin-bottom: 30px; }
  .quick-banner_block .quick-banner_block .quick-banner {
    margin-bottom: 30px; }
  .quick-banner-2, .quick-banner-3 {
    margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .quick-banner {
    margin-bottom: 30px; }
  .quick-banner_block {
    margin: 30px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .quick-banner .banner-text h3 br {
    display: none; } }

/************************************
	Introduce
*************************************/
.ogami-introduce .ogami-introduce_block {
  padding: 60px 0 100px 0;
  background-image: url("../images/homepage04/introduce_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .ogami-introduce .ogami-introduce_block .introduce_img {
    margin-bottom: 30px; }
    .ogami-introduce .ogami-introduce_block .introduce_img img {
      max-width: 100%; }
  .ogami-introduce .ogami-introduce_block .introduce-info h1 {
    margin-bottom: 30px; }
  .ogami-introduce .ogami-introduce_block .introduce-info p {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 26px;
    display: block;
    margin-bottom: 30px; }
  .ogami-introduce .ogami-introduce_block .introduce-info .founder-confirm .founder_signature {
    margin-bottom: 30px; }
    .ogami-introduce .ogami-introduce_block .introduce-info .founder-confirm .founder_signature img {
      max-width: 160px; }
  .ogami-introduce .ogami-introduce_block .introduce-info .founder-confirm .founder_name h2 {
    font-family: "Nunito-Bold";
    font-size: 22px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 10px; }
  .ogami-introduce .ogami-introduce_block .introduce-info .founder-confirm .founder_name h5 {
    font-family: "Nunito-SemiBold";
    font-size: 12px;
    color: #f79823;
    line-height: 1;
    display: block;
    text-transform: uppercase; }

/************************************
	Delevery process
*************************************/
.delivery-process {
  position: relative; }
  .delivery-process .delivery-process_holder {
    margin-bottom: 60px;
    background-image: url(../images/homepage04/parallax-home4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper h1 {
      margin-bottom: 95px; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-icon {
      display: inline-block;
      position: relative;
      margin-bottom: 20px; }
      .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-icon:after {
        content: "";
        background-image: url(../images/homepage04/step_icon.png);
        background-repeat: no-repeat;
        width: 190px;
        height: 35px;
        display: block;
        position: absolute;
        left: 100%;
        top: 0; }
      .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-icon.clear:after {
        display: none; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-text h5 {
      font-family: "Nunito-Bold";
      font-size: 18px;
      color: #f79823;
      line-height: 1;
      display: block;
      margin-bottom: 15px; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-text p {
      font-family: "Nunito-Regular";
      font-size: 18px;
      color: #fff;
      line-height: 1;
      display: block; }
  .delivery-process .benefit-block {
    width: 100%;
    top: -60px;
    left: 0;
    position: absolute; }

@media (max-width: 576px) {
  .delivery-process .benefit-block {
    position: unset;
    margin-bottom: 30px; }
  .delivery-process .delivery-process_holder {
    padding: 60px 0; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper h1 {
      margin-bottom: 50px; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .col-6.col-md-3:nth-child(n+3) .process {
      margin-bottom: 0; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process {
      margin-bottom: 30px; }
      .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-icon:after {
        display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .delivery-process .benefit-block {
    position: unset;
    margin-bottom: 30px; }
  .delivery-process .delivery-process_holder {
    padding: 60px 0; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper h1 {
      margin-bottom: 50px; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .col-6.col-md-3:nth-child(n+3) .process {
      margin-bottom: 0; }
    .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process {
      margin-bottom: 50px; }
      .delivery-process .delivery-process_holder .delivery-process_wrapper .delivery-process_block .process .process-icon:after {
        display: none; } }

/************************************
	From the blog
*************************************/

.feature-products {
  margin-top:330px;
}
.news {
  margin-top:90px;
}
.news h1{
  margin-bottom:50px;
}
.from_blog_inner {
  margin-top:0px !important;
  margin-bottom:40px;
}
.from-blog {
  margin-top:90px; }


  .from-blog .title, .from-blog .title-bb {
    margin-bottom: 35px; }
  .from-blog .news_wrapper {
    cursor: grab;
    margin: 0 -15px; }
    .slider_partners_akcii {
      /* margin-top:50px; */
    }
    .akcii-partner {
      margin-top:90px;
    }
.akcii-partner h1 {
  margin-bottom:50px;
}
  .from-blog .news-blog {
    position: relative;
    max-height: 450px;
    overflow: hidden;
    border-radius: 5px; }
    .from-blog .news-blog .news-blog_img {
      display: flex;
      align-items: center;
      justify-content: center; }
      .from-blog .news-blog .news-blog_img img {
        /* width: 100%; */
        height: auto; }
    .from-blog .news-blog .news-blog_text {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      background-color: #fff;
      border-radius: 5px;
      padding: 20px 30px; }
      .from-blog .news-blog .news-blog_text .news-credit {
        margin-bottom: 10px; }
        .from-blog .news-blog .news-blog_text .news-credit .credit {
          font-family: "Nunito-SemiBold";
          font-size: 16px;
          color: #b2b2b2;
          line-height: 1;
          display: inline-block;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          margin-right: 20px; }
          .from-blog .news-blog .news-blog_text .news-credit .credit:hover {
            color: #f79823;
            text-decoration: none; }
          .from-blog .news-blog .news-blog_text .news-credit .credit i {
            color: #f79823;
            margin-right: 10px; }
      .from-blog .news-blog .news-blog_text .news-title {
        font-family: "Nunito-Bold";
        font-size: 24px;
        color: #252525;
        line-height: 30px;
        display: inline-block;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        .from-blog .news-blog .news-blog_text .news-title:hover {
          color: #88c74a;
          text-decoration: none; }

@media (max-width: 576px) {
  .from-blog .news-blog {
    margin-bottom: 30px; } }

/************************************
	Shop layout
*************************************/
.shop-layout {
  margin-bottom: 60px; }
  .shop-layout .recentview-product {
    margin-top: 50px; }
    .shop-layout .recentview-product .recentview-product_bottom .mini-product {
      padding: 15px 0; }

/************************************
	Shop grid list
*************************************/
.shop-grid-list .shop-products .shop-products_top .product-option {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .shop-grid-list .shop-products .shop-products_top .product-option .view-method p {
    font-family: "Nunito-Bold";
    font-size: 20px;
    color: #ccc;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 15px;
    cursor: pointer; }
    .shop-grid-list .shop-products .shop-products_top .product-option .view-method p:hover {
      color: #88c74a;
      text-decoration: none; }
    .shop-grid-list .shop-products .shop-products_top .product-option .view-method p:last-child {
      margin-right: 0; }
    .shop-grid-list .shop-products .shop-products_top .product-option .view-method p.active {
      color: #88c74a; }

.shop-grid-list .shop-products .shop-pagination ul {
  margin-bottom: 0; }
  .shop-grid-list .shop-products .shop-pagination ul li {
    display: inline-block; }
    .shop-grid-list .shop-products .shop-pagination ul li .no-round-btn {
      height: 40px;
      width: 40px;
      padding: 0; }
      .shop-grid-list .shop-products .shop-pagination ul li .no-round-btn.active {
        background-color: #88c74a;
        color: #fff;
        border: 1px solid #88c74a; }

/************************************
	Shop detail
*************************************/
.shop-detail #show-filter-sidebar, #quickview .quickview-box #show-filter-sidebar {
  margin-bottom: 30px; }

.shop-detail .shop-detail_img, #quickview .quickview-box .shop-detail_img {
  position: relative; }
  .shop-detail .shop-detail_img #zoom-btn, #quickview .quickview-box .shop-detail_img #zoom-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 20; }
  .shop-detail .shop-detail_img .big-img, #quickview .quickview-box .shop-detail_img .big-img {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 10px; }
    .shop-detail .shop-detail_img .big-img .big-img_block, #quickview .quickview-box .shop-detail_img .big-img .big-img_block {
      width: 100%;
      height: 400px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .shop-detail .shop-detail_img .big-img .big-img_block img, #quickview .quickview-box .shop-detail_img .big-img .big-img_block img {
        width: 100%; }
  .shop-detail .shop-detail_img .slide-img, #quickview .quickview-box .shop-detail_img .slide-img {
    overflow: hidden;
    height: 130px;
    position: relative;
    width: 100%; }
    .shop-detail .shop-detail_img .slide-img:hover .slick-arrow, #quickview .quickview-box .shop-detail_img .slide-img:hover .slick-arrow {
      opacity: 1; }
    .shop-detail .shop-detail_img .slide-img .slick-arrow, #quickview .quickview-box .shop-detail_img .slide-img .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 50;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.55);
      color: #fff;
      font-size: 14px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      padding: 10px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 0 solid #88c74a;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block; }
      .shop-detail .shop-detail_img .slide-img .slick-arrow:hover, #quickview .quickview-box .shop-detail_img .slide-img .slick-arrow:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: 0 solid #88c74a;
        text-decoration: none; }
      .shop-detail .shop-detail_img .slide-img .slick-arrow:focus, #quickview .quickview-box .shop-detail_img .slide-img .slick-arrow:focus {
        outline: 0;
        box-shadow: 0; }
    .shop-detail .shop-detail_img .slide-img .slick-prev, #quickview .quickview-box .shop-detail_img .slide-img .slick-prev {
      left: 0; }
    .shop-detail .shop-detail_img .slide-img .slick-next, #quickview .quickview-box .shop-detail_img .slide-img .slick-next {
      right: 0; }
    .shop-detail .shop-detail_img .slide-img .slide-img_block, #quickview .quickview-box .shop-detail_img .slide-img .slide-img_block {
      border: 1px solid #ebebeb;
      height: 100%;
      width: 33.3333%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      cursor: pointer; }
      .shop-detail .shop-detail_img .slide-img .slide-img_block:last-child, #quickview .quickview-box .shop-detail_img .slide-img .slide-img_block:last-child {
        margin-right: 0; }
      .shop-detail .shop-detail_img .slide-img .slide-img_block.slick-current, #quickview .quickview-box .shop-detail_img .slide-img .slide-img_block.slick-current {
        border: 2px solid #88c74a;
        border-radius: 2px; }
      .shop-detail .shop-detail_img .slide-img .slide-img_block img, #quickview .quickview-box .shop-detail_img .slide-img .slide-img_block img {
        max-width: 100%;
        max-height: 100%; }

.shop-detail .shop-detail_info, #quickview .quickview-box .shop-detail_info {
  margin-bottom: 50px; }
  .shop-detail .shop-detail_info .product-type, #quickview .quickview-box .shop-detail_info .product-type {
    margin-bottom: 10px; }
  .shop-detail .shop-detail_info .product-name, #quickview .quickview-box .shop-detail_info .product-name, .shop-detail .shop-detail_info .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-price, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-price, .shop-detail .shop-detail_info .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-total, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-total, .shop-detail .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail .shop-detail_info .product-availability, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody #quickview .quickview-box .shop-detail_info .product-availability, .shop-detail .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-availability, #quickview .quickview-box .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-availability, .shop-detail .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail .shop-detail_info .product-weight, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody #quickview .quickview-box .shop-detail_info .product-weight, .shop-detail .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-weight, #quickview .quickview-box .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-weight, .shop-detail .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail .shop-detail_info .product-sku, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody #quickview .quickview-box .shop-detail_info .product-sku, .shop-detail .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-sku, #quickview .quickview-box .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-sku {
    font-family: "Nunito-SemiBold";
    font-size: 24px;
    color: #252525;
    line-height: 28px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 10px; }
    .shop-detail .shop-detail_info .product-name:hover, #quickview .quickview-box .shop-detail_info .product-name:hover, .shop-detail .shop-detail_info .shopping-cart .product-table .table tbody .product-price:hover, .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-price:hover, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .table tbody .product-price:hover, .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-price:hover, .shop-detail .shop-detail_info .shopping-cart .product-table .table tbody .product-total:hover, .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-total:hover, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .table tbody .product-total:hover, .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-total:hover, .shop-detail .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail .shop-detail_info .product-availability:hover, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody #quickview .quickview-box .shop-detail_info .product-availability:hover, .shop-detail .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-availability:hover, #quickview .quickview-box .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-availability:hover, .shop-detail .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail .shop-detail_info .product-weight:hover, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody #quickview .quickview-box .shop-detail_info .product-weight:hover, .shop-detail .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-weight:hover, #quickview .quickview-box .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-weight:hover, .shop-detail .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail .shop-detail_info .product-sku:hover, #quickview .quickview-box .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku:hover, .shopping-cart .product-table .shop-compare .compre-table .table tbody #quickview .quickview-box .shop-detail_info .product-sku:hover, .shop-detail .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .product-sku:hover, #quickview .quickview-box .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku:hover, .shop-compare .compre-table .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .product-sku:hover {
      color: #88c74a;
      text-decoration: none; }
  .shop-detail .shop-detail_info .product-describe, #quickview .quickview-box .shop-detail_info .product-describe {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 26px;
    display: block;
    margin-bottom: 10px; }
  .shop-detail .shop-detail_info .product-more, #quickview .quickview-box .shop-detail_info .product-more {
    font-family: "Nunito-Regular";
    font-size: 14px;
    color: #b2b2b2;
    line-height: 24px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 30px; }
    .shop-detail .shop-detail_info .product-more:hover, #quickview .quickview-box .shop-detail_info .product-more:hover {
      color: #88c74a;
      text-decoration: none; }
  .shop-detail .shop-detail_info .delivery-status, #quickview .quickview-box .shop-detail_info .delivery-status {
    width: 100%;
    display: block;
    background-color: #ebebeb;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    font-family: "Nunito-Regular";
    font-size: 14px;
    color: #252525;
    line-height: 1;
    display: block; }
  .shop-detail .shop-detail_info .price-rate .product-price, #quickview .quickview-box .shop-detail_info .price-rate .product-price, .shop-detail .shop-detail_info .price-rate .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .price-rate .product-total, #quickview .quickview-box .shop-detail_info .price-rate .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .price-rate .product-total, .shop-detail .shop-detail_info .price-rate .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .shop-detail .shop-detail_info .price-rate .product-availability, #quickview .quickview-box .shop-detail_info .price-rate .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table #quickview .quickview-box .shop-detail_info .price-rate .product-availability, .shop-detail .shop-detail_info .price-rate .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .shop-detail .shop-detail_info .price-rate .product-weight, #quickview .quickview-box .shop-detail_info .price-rate .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table #quickview .quickview-box .shop-detail_info .price-rate .product-weight, .shop-detail .shop-detail_info .price-rate .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table .shop-detail .shop-detail_info .price-rate .product-sku, #quickview .quickview-box .shop-detail_info .price-rate .shop-compare .compre-table .table .product-sku, .shop-compare .compre-table .table #quickview .quickview-box .shop-detail_info .price-rate .product-sku {
    display: inline-block;
    color: #88c74a;
    font-size: 24px;
    margin-bottom: 25px;
    margin-right: 20px; }
    .shop-detail .shop-detail_info .price-rate .product-price del, #quickview .quickview-box .shop-detail_info .price-rate .product-price del, .shop-detail .shop-detail_info .price-rate .shopping-cart .product-table .table tbody .product-total del, .shopping-cart .product-table .table tbody .shop-detail .shop-detail_info .price-rate .product-total del, #quickview .quickview-box .shop-detail_info .price-rate .shopping-cart .product-table .table tbody .product-total del, .shopping-cart .product-table .table tbody #quickview .quickview-box .shop-detail_info .price-rate .product-total del, .shop-detail .shop-detail_info .price-rate .shop-compare .compre-table .table .product-availability del, .shop-compare .compre-table .table .shop-detail .shop-detail_info .price-rate .product-availability del, #quickview .quickview-box .shop-detail_info .price-rate .shop-compare .compre-table .table .product-availability del, .shop-compare .compre-table .table #quickview .quickview-box .shop-detail_info .price-rate .product-availability del, .shop-detail .shop-detail_info .price-rate .shop-compare .compre-table .table .product-weight del, .shop-compare .compre-table .table .shop-detail .shop-detail_info .price-rate .product-weight del, #quickview .quickview-box .shop-detail_info .price-rate .shop-compare .compre-table .table .product-weight del, .shop-compare .compre-table .table #quickview .quickview-box .shop-detail_info .price-rate .product-weight del, .shop-detail .shop-detail_info .price-rate .shop-compare .compre-table .table .product-sku del, .shop-compare .compre-table .table .shop-detail .shop-detail_info .price-rate .product-sku del, #quickview .quickview-box .shop-detail_info .price-rate .shop-compare .compre-table .table .product-sku del, .shop-compare .compre-table .table #quickview .quickview-box .shop-detail_info .price-rate .product-sku del {
      color: #b2b2b2;
      font-size: 14px;
      display: block;
      margin-bottom: 5px; }
  .shop-detail .shop-detail_info .price-rate .product-rated, #quickview .quickview-box .shop-detail_info .price-rate .product-rated {
    margin-bottom: 15px;
    display: inline-block; }
    .shop-detail .shop-detail_info .price-rate .product-rated i, #quickview .quickview-box .shop-detail_info .price-rate .product-rated i {
      color: #fac451;
      font-size: 13px; }
    .shop-detail .shop-detail_info .price-rate .product-rated span, #quickview .quickview-box .shop-detail_info .price-rate .product-rated span {
      font-family: "Nunito-Regular";
      font-size: 13px;
      color: #b2b2b2;
      line-height: 1;
      display: block;
      display: inline-block; }
  .shop-detail .shop-detail_info .color-select, #quickview .quickview-box .shop-detail_info .color-select {
    margin-bottom: 30px; }
    .shop-detail .shop-detail_info .color-select h5, #quickview .quickview-box .shop-detail_info .color-select h5 {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #252525;
      line-height: 1;
      display: block;
      display: inline-block;
      margin-right: 15px; }
    .shop-detail .shop-detail_info .color-select .color, #quickview .quickview-box .shop-detail_info .color-select .color {
      border-radius: 999px;
      height: 13px;
      width: 13px;
      margin-right: 10px;
      display: inline-block; }
  .shop-detail .shop-detail_info .quantity-select, #quickview .quickview-box .shop-detail_info .quantity-select {
    margin-bottom: 50px; }
    .shop-detail .shop-detail_info .quantity-select label, #quickview .quickview-box .shop-detail_info .quantity-select label {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #252525;
      line-height: 1;
      display: block;
      display: inline-block;
      margin-right: 15px; }
    .shop-detail .shop-detail_info .quantity-select input, #quickview .quickview-box .shop-detail_info .quantity-select input {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 1px solid #ebebeb;
      padding: 5px 5px 5px 10px;
      height: 40px;
      width: 100%;
      transition: border 0.3s ease;
      width: 60px; }
      .shop-detail .shop-detail_info .quantity-select input:focus, #quickview .quickview-box .shop-detail_info .quantity-select input:focus {
        outline: 0;
        box-shadow: none;
        border-color: #b2b2b2; }
      .shop-detail .shop-detail_info .quantity-select input::-webkit-input-placeholder, #quickview .quickview-box .shop-detail_info .quantity-select input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #d1d1d1;
        line-height: 1;
        display: block;
        line-height: -moz-block-height; }
      .shop-detail .shop-detail_info .quantity-select input:-moz-placeholder, #quickview .quickview-box .shop-detail_info .quantity-select input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #909;
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #d1d1d1;
        line-height: 1;
        display: block;
        line-height: -moz-block-height; }
      .shop-detail .shop-detail_info .quantity-select input::-moz-placeholder, #quickview .quickview-box .shop-detail_info .quantity-select input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #909;
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #d1d1d1;
        line-height: 1;
        display: block;
        line-height: -moz-block-height; }
      .shop-detail .shop-detail_info .quantity-select input:-ms-input-placeholder, #quickview .quickview-box .shop-detail_info .quantity-select input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #d1d1d1;
        line-height: 1;
        display: block;
        line-height: -moz-block-height; }
      .shop-detail .shop-detail_info .quantity-select input::-ms-input-placeholder, #quickview .quickview-box .shop-detail_info .quantity-select input::-ms-input-placeholder {
        /* Microsoft Edge */
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #d1d1d1;
        line-height: 1;
        display: block;
        line-height: -moz-block-height; }
      .shop-detail .shop-detail_info .quantity-select input::placeholder, #quickview .quickview-box .shop-detail_info .quantity-select input::placeholder {
        /* Most modern browsers support this now. */
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #d1d1d1;
        line-height: 1;
        display: block;
        line-height: -moz-block-height; }
  .shop-detail .shop-detail_info .product-select, #quickview .quickview-box .shop-detail_info .product-select {
    margin-bottom: 15px; }
    .shop-detail .shop-detail_info .product-select button, #quickview .quickview-box .shop-detail_info .product-select button {
      margin-bottom: 10px;
      width: 100%;
      padding: 10px; }
      .shop-detail .shop-detail_info .product-select button:last-child, #quickview .quickview-box .shop-detail_info .product-select button:last-child {
        margin-bottom: 0; }
    .shop-detail .shop-detail_info .product-select .add-to-compare, #quickview .quickview-box .shop-detail_info .product-select .add-to-compare {
      border: 2px solid #ebebeb; }
      .shop-detail .shop-detail_info .product-select .add-to-compare:hover, #quickview .quickview-box .shop-detail_info .product-select .add-to-compare:hover {
        border: 2px solid #88c74a; }
  .shop-detail .shop-detail_info .product-share h5, #quickview .quickview-box .shop-detail_info .product-share h5 {
    font-family: "Nunito-Regular";
    font-size: 18px;
    color: #252525;
    line-height: 1;
    display: block;
    display: inline-block;
    margin-right: 15px; }
  .shop-detail .shop-detail_info .product-share a, #quickview .quickview-box .shop-detail_info .product-share a {
    font-family: "Nunito-SemiBold";
    font-size: 15px;
    color: #b2b2b2;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 15px; }
    .shop-detail .shop-detail_info .product-share a:hover, #quickview .quickview-box .shop-detail_info .product-share a:hover {
      color: #88c74a;
      text-decoration: none; }
    .shop-detail .shop-detail_info .product-share a:last-child, #quickview .quickview-box .shop-detail_info .product-share a:last-child {
      margin-right: 0; }

.shop-detail .shop-detail_more-info, #quickview .quickview-box .shop-detail_more-info {
  border: 1px solid #ebebeb; }
  .shop-detail .shop-detail_more-info #tab-so3 ul, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul {
    display: flex; }
    .shop-detail .shop-detail_more-info #tab-so3 ul li, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li {
      display: inline-block;
      background-color: #eaeff4;
      padding: 10px;
      flex: 1 1 33.33333%;
      text-align: center;
      transition: .3s ease;
      border-right: 1px solid #fff; }
      .shop-detail .shop-detail_more-info #tab-so3 ul li:last-child, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li:last-child {
        border-right: 0; }
      .shop-detail .shop-detail_more-info #tab-so3 ul li.active, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li.active {
        background-color: #88c74a; }
        .shop-detail .shop-detail_more-info #tab-so3 ul li.active a, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li.active a {
          font-family: "Nunito-SemiBold";
          font-size: 16px;
          color: #fff;
          line-height: 24px;
          display: inline-block;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          .shop-detail .shop-detail_more-info #tab-so3 ul li.active a:hover, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li.active a:hover {
            color: #fff;
            text-decoration: none; }
      .shop-detail .shop-detail_more-info #tab-so3 ul li a, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li a {
        font-family: "Nunito-SemiBold";
        font-size: 16px;
        color: #252525;
        line-height: 24px;
        display: inline-block;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        text-transform: uppercase; }
        .shop-detail .shop-detail_more-info #tab-so3 ul li a:hover, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul li a:hover {
          color: #252525;
          text-decoration: none; }
  .shop-detail .shop-detail_more-info #tab-so3 .description-block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block {
    padding: 30px; }
    .shop-detail .shop-detail_more-info #tab-so3 .description-block .description-item_block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block .description-item_block {
      margin-bottom: 30px; }
      .shop-detail .shop-detail_more-info #tab-so3 .description-block .description-item_block:last-child, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block .description-item_block:last-child {
        margin-bottom: 0; }
      .shop-detail .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_text h2, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_text h2 {
        font-family: "Nunito-Bold";
        font-size: 30px;
        color: #252525;
        line-height: 38px;
        display: block;
        margin-bottom: 15px; }
      .shop-detail .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_text p, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_text p {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #636363;
        line-height: 26px;
        display: block; }
  .shop-detail .shop-detail_more-info #tab-so3 .specifications_block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .specifications_block {
    padding: 30px; }
    .shop-detail .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes, #quickview .quickview-box .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes {
      width: 100%; }
      .shop-detail .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes tbody, #quickview .quickview-box .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes tbody {
        border: 1px solid #ebebeb; }
        .shop-detail .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes tbody th, #quickview .quickview-box .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes tbody th {
          width: 30%;
          padding: 18px;
          font-size: 16px;
          font-family: 'Nunito-Bold';
          color: #252525;
          text-transform: uppercase; }
        .shop-detail .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes tbody td, #quickview .quickview-box .shop-detail_more-info #tab-so3 .specifications_block .shop_attributes tbody td {
          width: 70%;
          padding: 18px;
          font-size: 16px;
          line-height: 20px;
          font-family: 'Nunito-Regular';
          color: #636363; }
  .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block {
    padding: 30px; }
    .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review {
      display: flex;
      margin-bottom: 30px; }
      .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left {
        padding-right: 30px;
        border-right: 1px solid #ebebeb; }
        .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-review_img, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-review_img {
          width: 70px;
          height: 70px;
          border-radius: 999px;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          margin-bottom: 15px;
          margin-left: auto;
          margin-right: auto; }
          .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-review_img img, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-review_img img {
            max-width: 100%;
            max-height: 100%; }
        .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-rate, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-rate {
          text-align: center; }
          .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-rate i, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-rate i {
            font-size: 13px;
            color: #efb11c; }
      .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment {
        flex-grow: 1; }
        .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment .comment-date, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment .comment-date {
          font-family: "Nunito-Regular";
          font-size: 14px;
          color: #b2b2b2;
          line-height: 1;
          display: block;
          margin-bottom: 5px; }
        .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment .customer-name, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment .customer-name {
          font-family: "Nunito-Regular";
          font-size: 16px;
          color: #252525;
          line-height: 1;
          display: block;
          margin-bottom: 15px; }
        .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment .customer-commented, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-comment .customer-commented {
          font-family: "Nunito-Regular";
          font-size: 16px;
          color: #636363;
          line-height: 24px;
          display: block; }
    .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_top h2, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_top h2 {
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: block;
      margin-bottom: 22px; }
    .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom input, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom input {
      margin-bottom: 15px; }
    .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom .rating, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom .rating {
      margin-bottom: 22px; }
      .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom .rating h5, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom .rating h5 {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: block;
        display: inline-block;
        margin-right: 15px; }
      .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom .rating span i, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom .rating span i {
        font-size: 14px;
        color: #efb11c;
        display: inline-block; }
    .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom textarea, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .add-review .add-review_bottom textarea {
      margin-bottom: 10px; }

/************************************
	Shop detail full width
*************************************/
.shop-detail-fullwidth {
  margin-bottom: 50px; }
  .shop-detail-fullwidth .shop-detail_img .big-img .big-img_block {
    height: auto; }
  .shop-detail-fullwidth .shop-detail_img .slide-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto; }
    .shop-detail-fullwidth .shop-detail_img .slide-img .slide-img_block {
      height: auto;
      width: 99%;
      margin-right: 0px;
      margin-bottom: 30px; }
      .shop-detail-fullwidth .shop-detail_img .slide-img .slide-img_block:last-child {
        margin-bottom: 0; }
  .shop-detail-fullwidth .shop-detail_info {
    padding-right: 20px; }
    .shop-detail-fullwidth .shop-detail_info .product-name, .shop-detail-fullwidth .shop-detail_info .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-price, .shop-detail-fullwidth .shop-detail_info .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-total, .shop-detail-fullwidth .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-availability, .shop-detail-fullwidth .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-availability, .shop-detail-fullwidth .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-weight, .shop-detail-fullwidth .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-weight, .shop-detail-fullwidth .shop-detail_info .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-sku, .shop-detail-fullwidth .shop-detail_info .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .shop-detail-fullwidth .shop-detail_info .product-sku {
      margin-bottom: 30px;
      font-size: 30px; }
    .shop-detail-fullwidth .shop-detail_info .product-describe_block {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #ebebeb; }
    .shop-detail-fullwidth .shop-detail_info .product-category {
      margin-bottom: 30px; }
      .shop-detail-fullwidth .shop-detail_info .product-category .category {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: block;
        display: inline-block;
        line-height: 24px; }
        .shop-detail-fullwidth .shop-detail_info .product-category .category:after {
          content: "|";
          margin: 0 15px;
          color: #ebebeb; }
        .shop-detail-fullwidth .shop-detail_info .product-category .category span {
          color: #b2b2b2;
          margin-left: 10px;
          display: inline-block; }
          .shop-detail-fullwidth .shop-detail_info .product-category .category span a {
            font-family: "Nunito-Regular";
            font-size: 16px;
            color: #636363;
            line-height: 1;
            display: inline-block;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease; }
            .shop-detail-fullwidth .shop-detail_info .product-category .category span a:hover {
              color: #88c74a;
              text-decoration: none; }
            .shop-detail-fullwidth .shop-detail_info .product-category .category span a:after {
              content: ","; }
            .shop-detail-fullwidth .shop-detail_info .product-category .category span a:last-child:after {
              display: none; }
  .shop-detail-fullwidth .shop-detail_info-full {
    padding-left: 50px;
    padding-right: 0;
    margin-bottom: 0;
    border-left: 1px solid #ebebeb; }
    .shop-detail-fullwidth .shop-detail_info-full .product-guarante .guarante {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #b2b2b2;
      line-height: 30px;
      display: block; }
      .shop-detail-fullwidth .shop-detail_info-full .product-guarante .guarante:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #88c74a;
        margin-right: 10px; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .description-block {
    margin: 30px 60px; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .specifications_block {
    margin: 30px 60px; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .customer-reviews_block {
    margin: 30px 60px; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .description-block {
    padding: 30px 60px;
    margin: 0; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .specifications_block {
    padding: 30px 60px;
    margin: 0; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .customer-reviews_block {
    padding: 30px 60px;
    margin: 0; }

@media (max-width: 576px) {
  .shop-grid-list .shop-products .mini-tab-title {
    padding-bottom: 15px; }
    .shop-grid-list .shop-products .mini-tab-title .title, .shop-grid-list .shop-products .mini-tab-title .title-bb {
      margin-bottom: 0; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    white-space: nowrap;
    overflow-x: auto; }
    .shop-grid-list .shop-products .shop-products_top .product-option .product-filter {
      margin-right: 20px; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    margin-top: 15px; }
  .shop-grid-list .shop-products .shop-products_bottom--fullwidth .w-100 {
    display: none; }
  .shop-detail .shop-detail_img, #quickview .quickview-box .shop-detail_img {
    margin-bottom: 30px; }
    .shop-detail .shop-detail_img .big-img .big-img_block, #quickview .quickview-box .shop-detail_img .big-img .big-img_block {
      height: auto; }
    .shop-detail .shop-detail_img .slide-img, #quickview .quickview-box .shop-detail_img .slide-img {
      height: auto; }
  .shop-detail .shop-detail_more-info #tab-so3 ul, #quickview .quickview-box .shop-detail_more-info #tab-so3 ul {
    white-space: nowrap;
    overflow-x: auto; }
  .shop-detail .shop-detail_more-info #tab-so3 .description-block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block {
    padding: 15px; }
    .shop-detail .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_img, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_img {
      margin-bottom: 30px; }
  .shop-detail .shop-detail_more-info #tab-so3 .specifications_block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .specifications_block {
    padding: 15px; }
  .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block {
    padding: 15px; }
    .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left {
      margin-bottom: 30px;
      padding-right: 0;
      border-right: 0; }
      .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-review_img.text-center, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-review_img.text-center {
        margin-left: 0; }
      .shop-detail .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-rate, #quickview .quickview-box .shop-detail_more-info #tab-so3 .customer-reviews_block .customer-review .customer-review_left .customer-rate {
        text-align: left; }
  .shop-detail-fullwidth .shop-detail_info {
    padding-right: 0px;
    margin-bottom: 30px; }
    .shop-detail-fullwidth .shop-detail_info .product-category .category {
      display: block; }
      .shop-detail-fullwidth .shop-detail_info .product-category .category:after {
        display: none; }
  .shop-detail-fullwidth .shop-detail_info-full {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 30px; }
  .shop-layout .related-product .related-product_top .title, .shop-layout .related-product .related-product_top .title-bb {
    margin-bottom: 0; }
  .shop-layout .shop-pagination {
    margin-top: 30px; }
  .shop-layout .shop-grid-list .shop-products .shop-products_bottom .col-12:nth-child(n+5) {
    display: none; }
  .shop-layout .shop-grid-list .shop-products .shop-products_bottom--fullwidth .col-12:nth-child(n+5) {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .shop-grid-list .shop-products .mini-tab-title {
    padding-bottom: 10px; }
    .shop-grid-list .shop-products .mini-tab-title .title, .shop-grid-list .shop-products .mini-tab-title .title-bb {
      margin-bottom: 0; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    white-space: nowrap;
    overflow-x: auto; }
    .shop-grid-list .shop-products .shop-products_top .product-option .product-filter {
      margin-right: 20px; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    margin-top: 15px; }
  .shop-grid-list .shop-products .shop-products_bottom--fullwidth .w-100 {
    display: none; }
  .shop-grid-list .shop-products .shop-products_bottom .col-12:nth-child(n+5) {
    display: none; }
  .shop-layout .shop-grid-list .shop-products .shop-products_bottom .col-12:nth-child(n+5) {
    display: none; }
  .shop-layout .shop-grid-list .shop-products .shop-products_bottom--fullwidth .col-12:nth-child(n+5) {
    display: none; }
  .shop-detail .shop-detail_img, #quickview .quickview-box .shop-detail_img {
    margin-bottom: 30px; }
    .shop-detail .shop-detail_img .big-img .big-img_block, #quickview .quickview-box .shop-detail_img .big-img .big-img_block {
      height: auto; }
    .shop-detail .shop-detail_img .slide-img, #quickview .quickview-box .shop-detail_img .slide-img {
      height: auto; }
  .shop-detail .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_img, #quickview .quickview-box .shop-detail_more-info #tab-so3 .description-block .description-item_block .description-item_img {
    margin-bottom: 30px; }
  .shop-detail-fullwidth .shop-detail_info {
    padding-right: 0px;
    margin-bottom: 30px; }
    .shop-detail-fullwidth .shop-detail_info .product-category .category {
      display: block; }
      .shop-detail-fullwidth .shop-detail_info .product-category .category:after {
        display: none; }
  .shop-detail-fullwidth .shop-detail_info-full {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 30px; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .description-block {
    padding: 30px;
    margin: 0; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .specifications_block {
    padding: 30px;
    margin: 0; }
  .shop-detail-fullwidth .shop-detail_more-info #tab-so3 .customer-reviews_block {
    padding: 30px;
    margin: 0; }
  .shop-layout .related-product .related-product_top .title, .shop-layout .related-product .related-product_top .title-bb {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shop-grid-list .shop-products .mini-tab-title {
    padding-bottom: 10px; }
    .shop-grid-list .shop-products .mini-tab-title .title, .shop-grid-list .shop-products .mini-tab-title .title-bb {
      margin-bottom: 0; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    white-space: nowrap;
    overflow-x: auto; }
    .shop-grid-list .shop-products .shop-products_top .product-option .product-filter {
      margin-right: 20px; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    margin-top: 15px; }
  .shop-grid-list .shop-products .shop-products_bottom--fullwidth .w-100 {
    display: none; }
  .shop-detail .shop-detail_img, #quickview .quickview-box .shop-detail_img {
    margin-bottom: 30px; }
    .shop-detail .shop-detail_img .big-img .big-img_block, #quickview .quickview-box .shop-detail_img .big-img .big-img_block {
      height: auto; }
    .shop-detail .shop-detail_img .slide-img, #quickview .quickview-box .shop-detail_img .slide-img {
      height: auto; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shop-grid-list .shop-products .mini-tab-title {
    padding-bottom: 10px; }
    .shop-grid-list .shop-products .mini-tab-title .title, .shop-grid-list .shop-products .mini-tab-title .title-bb {
      margin-bottom: 0; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    white-space: nowrap;
    overflow-x: auto; }
    .shop-grid-list .shop-products .shop-products_top .product-option .product-filter {
      margin-right: 20px; }
  .shop-grid-list .shop-products .shop-products_top .product-option {
    margin-top: 15px; }
  .shop-grid-list .shop-products .shop-products_bottom--fullwidth .w-100 {
    display: none; }
  .shop-detail .shop-detail_img, #quickview .quickview-box .shop-detail_img {
    margin-bottom: 30px; }
    .shop-detail .shop-detail_img .big-img .big-img_block, #quickview .quickview-box .shop-detail_img .big-img .big-img_block {
      height: auto; }
    .shop-detail .shop-detail_img .slide-img, #quickview .quickview-box .shop-detail_img .slide-img {
      height: auto; }
  .shop-layout .shop-grid-list .shop-products .shop-products_bottom--fullwidth .col-12:nth-child(n+8) {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .shop-grid-list .shop-products .shop-products_bottom--fullwidth .w-100 {
    display: none; }
  .shop-detail-fullwidth .shop-detail_info {
    padding-right: 0px; }
    .shop-detail-fullwidth .shop-detail_info .product-category .category {
      display: block; }
      .shop-detail-fullwidth .shop-detail_info .product-category .category:after {
        display: none; }
  .shop-detail-fullwidth .shop-detail_info-full {
    padding-left: 20px; }
  .shop-layout .shop-grid-list .shop-products .shop-products_bottom--fullwidth .col-12:nth-child(n+8) {
    display: none; } }

@media (min-width: 1400px) and (max-width: 1769px) {
  .shop-grid-list .shop-products .shop-products_bottom--fullwidth .w-100 {
    display: none; } }

/************************************
	Shopping cart
*************************************/
.shopping-cart {
  margin-bottom: 60px; }
  .shopping-cart .product-table .table {
    border: 1px solid #ebebeb; }
    .shopping-cart .product-table .table .product-clear button {
      background-color: #fff;
      color: #252525;
      font-size: 13px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      padding: 0;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 1px solid #ebebeb;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block;
      height: 30px;
      width: 30px; }
      .shopping-cart .product-table .table .product-clear button:hover {
        background-color: #88c74a;
        color: #fff;
        border: 1px solid #88c74a;
        text-decoration: none; }
      .shopping-cart .product-table .table .product-clear button:focus {
        outline: 0;
        box-shadow: 0; }
    .shopping-cart .product-table .table thead th {
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: block;
      text-transform: uppercase;
      display: table-cell;
      text-align: center;
      border-bottom: 1px solid #ebebeb;
      vertical-align: middle;
      border-top: 0; }
    .shopping-cart .product-table .table tbody td {
      text-align: center;
      vertical-align: middle;
      border-top: 0; }
    .shopping-cart .product-table .table tbody .product-iamge .img-wrapper {
      height: 170px;
      width: 170px;
      background-color: #f8f8f8;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .shopping-cart .product-table .table tbody .product-iamge .img-wrapper img {
        max-height: 100%;
        max-width: 100%; }
    .shopping-cart .product-table .table tbody .product-name, .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku {
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: block;
      display: table-cell; }
    .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku {
      color: #88c74a; }
    .shopping-cart .product-table .table tbody .product-quantity input {
      height: 40px;
      width: 60px;
      border-radius: 5px;
      padding: 0 10px; }
  .shopping-cart .coupon form input {
    border-width: 0 0 1px 0;
    width: auto;
    margin-right: 15px; }
  .shopping-cart .cart-total_block {
    margin-top: 50px; }
    .shopping-cart .cart-total_block h2 {
      font-family: "Nunito-Bold";
      font-size: 18px;
      color: #252525;
      line-height: 1;
      display: block;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .shopping-cart .cart-total_block .table {
      border: 1px solid #ebebeb;
      margin-bottom: 30px; }
      .shopping-cart .cart-total_block .table tbody th {
        font-family: "Nunito-Bold";
        font-size: 16px;
        color: #636363;
        line-height: 1;
        display: block;
        display: table-cell;
        padding: 20px 10px; }
      .shopping-cart .cart-total_block .table tbody td {
        font-family: "Nunito-SemiBold";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: block;
        display: table-cell;
        padding: 20px 10px; }
        .shopping-cart .cart-total_block .table tbody td p {
          font-family: "Nunito-Regular";
          font-size: 16px;
          color: #636363;
          line-height: 24px;
          display: block; }
    .shopping-cart .cart-total_block .checkout-method {
      text-align: center; }
      .shopping-cart .cart-total_block .checkout-method button {
        width: 100%;
        margin-bottom: 20px; }
      .shopping-cart .cart-total_block .checkout-method span {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #b2b2b2;
        line-height: 1;
        display: block;
        margin-bottom: 20px; }
      .shopping-cart .cart-total_block .checkout-method a {
        font-family: "Nunito-SemiBold";
        font-size: 16px;
        color: #b2b2b2;
        line-height: 1;
        display: inline-block;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        .shopping-cart .cart-total_block .checkout-method a:hover {
          color: #88c74a;
          text-decoration: none; }

@media (max-width: 576px) {
  .coupon {
    margin-bottom: 30px; }
    .coupon form input {
      width: 100%; }
    .coupon form button {
      width: 100%; }
  .cart-update {
    width: 100%; } }

/************************************
	Shop checkout
*************************************/
.shop-checkout {
  margin-bottom: 40px; }
  .shop-checkout .form-title {
    font-family: "Nunito-Bold";
    font-size: 18px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 30px; }
  .shop-checkout .form-group {
    margin-bottom: 30px; }
    .shop-checkout .form-group label {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #636363;
      line-height: 1;
      display: block;
      margin-bottom: 10px;
      display: inline-block; }
  .shop-checkout .shopping-cart .cart-total_block {
    margin-top: 0; }
    .shop-checkout .shopping-cart .cart-total_block .table {
      border: 0; }
      .shop-checkout .shopping-cart .cart-total_block .table tbody th {
        padding: 30px 10px; }
      .shop-checkout .shopping-cart .cart-total_block .table tbody td {
        padding: 30px 10px;
        text-align: right; }
      .shop-checkout .shopping-cart .cart-total_block .table tbody .name {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: block;
        border-top: 0; }
      .shop-checkout .shopping-cart .cart-total_block .table tbody .price {
        color: #88c74a; }
        .shop-checkout .shopping-cart .cart-total_block .table tbody .price.black {
          color: #252525; }
      .shop-checkout .shopping-cart .cart-total_block .table tbody .total {
        font-size: 20px;
        color: #88c74a; }
  .shop-checkout .shopping-cart .submit-btn {
    width: 100%; }

/************************************
	Order complete
*************************************/
.order-complete {
  margin-bottom: 60px; }
  .order-complete h1 {
    font-family: "Nunito-Bold";
    font-size: 24px;
    color: #252525;
    line-height: 27px;
    display: block;
    padding: 80px 0;
    margin-bottom: 50px; }
    .order-complete h1 span {
      color: #88c74a; }

@media (min-width: 992px) and (max-width: 1199px) {
  .order-complete .benefit-block .our-benefits .benefit-detail {
    border-right: 1px solid #ebebeb !important; } }

/************************************
	Shop compare
*************************************/
.shop-compare {
  margin-bottom: 60px; }
  .shop-compare .compre-table .table {
    display: table; }
    .shop-compare .compre-table .table th {
      vertical-align: middle;
      font-family: "Nunito-Bold";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: block;
      text-transform: uppercase;
      display: table-cell;
      text-align: center;
      border-bottom: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
      border-top: 0;
      width: 25%;
      padding: 15px;
      line-height: 24px; }
    .shop-compare .compre-table .table td {
      text-align: center;
      vertical-align: middle;
      border-top: 0;
      border-bottom: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
      display: table-cell !important;
      width: 25%;
      padding: 15px; }
      .shop-compare .compre-table .table td:last-child {
        border-right: 0; }
    .shop-compare .compre-table .table .product-items {
      text-align: center; }
      .shop-compare .compre-table .table .product-items .product-img {
        height: 135px;
        width: 135px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 15px; }
        .shop-compare .compre-table .table .product-items .product-img img {
          max-width: 100%;
          max-height: 100%; }
      .shop-compare .compre-table .table .product-items .product-name, .shop-compare .compre-table .shopping-cart .product-table .table .product-items tbody .product-price, .shopping-cart .product-table .shop-compare .compre-table .table .product-items tbody .product-price, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-items .product-price, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-items .product-price, .shop-compare .compre-table .shopping-cart .product-table .table .product-items tbody .product-total, .shopping-cart .product-table .shop-compare .compre-table .table .product-items tbody .product-total, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-items .product-total, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-items .product-total, .shopping-cart .product-table .shop-compare .compre-table .table .product-items tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-items .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table .product-items tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-items .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table .product-items tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-items .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table .product-items tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-items .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table .product-items tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-items .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table .product-items tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-items .product-sku {
        font-family: "Nunito-SemiBold";
        font-size: 18px;
        color: #252525;
        line-height: 30px;
        display: block; }
    .shop-compare .compre-table .table .product-rate i {
      font-size: 14px;
      color: #efb11c; }
    .shop-compare .compre-table .table .product-price, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-total, .shop-compare .compre-table .table .product-availability, .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product-sku {
      font-family: "Nunito-SemiBold";
      font-size: 16px;
      color: #88c74a;
      line-height: 1;
      display: block; }
    .shop-compare .compre-table .table .add-to-cart a {
      font-family: "Nunito-SemiBold";
      font-size: 16px;
      color: #636363;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      text-transform: uppercase; }
      .shop-compare .compre-table .table .add-to-cart a:hover {
        color: #88c74a;
        text-decoration: none; }
    .shop-compare .compre-table .table .product-availability.oos {
      color: red; }
    .shop-compare .compre-table .table .product-weight, .shop-compare .compre-table .table .product-sku {
      color: #636363; }
    .shop-compare .compre-table .table .product-color .color {
      height: 10px;
      width: 10px;
      border-radius: 999px;
      display: block;
      margin: auto; }
    .shop-compare .compre-table .table .product-sku {
      border-bottom: 0; }

@media (max-width: 576px) {
  .shop-compare .compre-table .table {
    display: inline-block; } }

@media (min-width: 576px) and (max-width: 767px) {
  .shop-compare .compre-table .table {
    display: inline-block; } }

/************************************
	Blog layout
*************************************/
.blog-layout {
  margin-bottom: 60px; }
  .blog-layout #show-filter-sidebar {
    margin-bottom: 30px; }
  .blog-layout .blog-pagination ul {
    margin-bottom: 0; }
    .blog-layout .blog-pagination ul li {
      display: inline-block; }
      .blog-layout .blog-pagination ul li .no-round-btn {
        height: 40px;
        width: 40px;
        padding: 0; }
        .blog-layout .blog-pagination ul li .no-round-btn.active {
          background-color: #88c74a;
          color: #fff;
          border: 1px solid #88c74a; }
  .blog-layout .blog-loadmore {
    text-align: center; }
    .blog-layout .blog-loadmore button {
      background-color: #fff;
      color: #252525;
      font-size: 13px;
      border-radius: 999px;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      padding: 15px 30px;
      text-transform: uppercase;
      font-family: 'Nunito-Bold';
      border: 2px solid #88c74a;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block; }
      .blog-layout .blog-loadmore button:hover {
        background-color: #88c74a;
        color: #fff;
        border: 2px solid #88c74a;
        text-decoration: none; }
      .blog-layout .blog-loadmore button:focus {
        outline: 0;
        box-shadow: 0; }
      .blog-layout .blog-loadmore button i {
        margin-right: 10px; }
  .blog-layout .blog-img a {
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-layout .blog-img a img {
      width: 100%; }
  .blog-layout .blog-tag {
    font-family: "Nunito-Bold";
    font-size: 12px;
    color: #fff;
    line-height: 1;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    background-color: #88c74a;
    border-radius: 2px;
    margin-bottom: 10px; }
  .blog-layout .blog-title {
    font-family: "Nunito-Bold";
    font-size: 24px;
    color: #252525;
    line-height: 28px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 10px;	}
    .blog-layout .blog-title:hover {
      color: #252525;
      text-decoration: none; }
  .blog-layout .blog-credit {
    margin-bottom: 15px; }
    .blog-layout .blog-credit .credit {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #b2b2b2;
      line-height: 1;
      display: block;
      display: inline-block; }
      .blog-layout .blog-credit .credit.date:after {
        content: "|";
        padding: 0 15px; }
  .blog-layout .blog-describe {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 24px;
    display: block;
    margin-bottom: 20px; }
  .blog-layout .blog-readmore {
    font-family: "Nunito-Bold";
    font-size: 13px;
    color: #252525;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase; }
    .blog-layout .blog-readmore:hover {
      color: #88c74a;
      text-decoration: none; }
    .blog-layout .blog-readmore span {
      color: #88c74a; }
.blog-img img {
  width:100%;
}
.blog-list {
  margin-bottom:50px;
  margin-top:0;
}

/************************************
	Blog list
*************************************/
.blog-list .blog-block {
  padding-bottom: 70px; }
  /* .blog-list .blog-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px; } */
  .blog-list .blog-block .blog-text {
    flex-grow: 1; }

/************************************
	Blog grid
*************************************/
.blog-grid .blog-block, .blog-grid_1col .blog-block {
  margin-bottom: 40px; }
  .blog-grid .blog-block .blog-img, .blog-grid_1col .blog-block .blog-img {
    margin-bottom: 20px; }

/************************************
	Blog masonry
*************************************/
.blog-masonry {
  column-count: 3;
  column-gap: 30px; }
  .blog-masonry .blog-block {
    display: inline-block;
    margin-bottom: 40px; }
    .blog-masonry .blog-block .blog-img {
      margin-bottom: 20px; }
    .blog-masonry .blog-block:nth-child(2n) {
      margin-bottom: 0; }

/************************************
	Blog 1 column
*************************************/
.blog-grid_1col .blog-block {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb; }
  .blog-grid_1col .blog-block .blog-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px; }
  .blog-grid_1col .blog-block .blog-img {
    position: relative; }
    .blog-grid_1col .blog-block .blog-img .blog-tag {
      position: absolute;
      top: 0;
      left: 0; }

.blog-grid_1col .blog-pagination {
  text-align: center; }

/************************************
	Blog detail
*************************************/
.blog-detail .blog-detail_block {
  margin-bottom: 30px; }
  .blog-detail .blog-detail_block .blog-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px; }
  .blog-detail .blog-detail_block .blog-img {
    margin-bottom: 20px; }
    .blog-detail .blog-detail_block .blog-img img {
      width: 100%; }
  .blog-detail .blog-detail_block .blog-quote {
    margin-bottom: 30px;
    border-left: 3px solid #88c74a;
    padding-left: 20px; }
    .blog-detail .blog-detail_block .blog-quote q {
      font-family: "Nunito-Regular";
      font-size: 18px;
      color: #252525;
      line-height: 26px;
      display: block;
      font-family: 'Nunito-Regular Italic';
      margin-bottom: 15px; }
    .blog-detail .blog-detail_block .blog-quote p {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #252525;
      line-height: 1;
      display: block;
      text-align: right; }
  .blog-detail .blog-detail_block .blog-describe {
    line-height: 30px; }
  .blog-detail .blog-detail_block .blog-subtitle {
    font-family: "Nunito-SemiBold";
    font-size: 24px;
    color: #252525;
    line-height: 28px;
    display: block;
    margin-bottom: 20px; }

.blog-detail .blog-detail_footer {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px; }
  .blog-detail .blog-detail_footer .blog-sidebar_tags a {
    margin-right: 10px; }
  .blog-detail .blog-detail_footer .blog-detail_share h5 {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    display: inline-block;
    margin-right: 15px; }
  .blog-detail .blog-detail_footer .blog-detail_share span {
    display: inline-block; }
    .blog-detail .blog-detail_footer .blog-detail_share span a {
      font-family: "Nunito-Regular";
      font-size: 13px;
      color: #636363;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 30px; }
      .blog-detail .blog-detail_footer .blog-detail_share span a:hover {
        color: #88c74a;
        text-decoration: none; }
      .blog-detail .blog-detail_footer .blog-detail_share span a:last-child {
        margin-right: 0; }

.blog-detail .blog-detail_comment .comment-title {
  font-family: "Nunito-Regular";
  font-size: 24px;
  color: #636363;
  line-height: 1;
  display: block;
  margin-bottom: 40px; }

.blog-detail .blog-detail_comment .customer-reviews_block {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px; }
  .blog-detail .blog-detail_comment .customer-reviews_block .customer-review {
    display: flex;
    margin-bottom: 30px; }
    .blog-detail .blog-detail_comment .customer-reviews_block .customer-review:last-child {
      margin-bottom: 0; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review:last-child .customer-comment button {
        margin-bottom: 0; }
    .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-review_left .customer-review_img {
      width: 80px;
      height: 80px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin-bottom: 15px;
      background-color: #eaeff4; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-review_left .customer-review_img img {
        max-width: 100%;
        max-height: 100%; }
    .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment {
      flex-grow: 1; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment .comment-date {
        font-family: "Nunito-Regular";
        font-size: 14px;
        color: #b2b2b2;
        line-height: 1;
        display: block;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment .customer-name {
        font-family: "Nunito-Bold";
        font-size: 18px;
        color: #252525;
        line-height: 1;
        display: block;
        margin-bottom: 10px; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment .customer-commented {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #636363;
        line-height: 24px;
        display: block;
        margin-bottom: 15px; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment button {
        background-color: #fff;
        color: #252525;
        font-size: 13px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 8px 20px;
        text-transform: uppercase;
        font-family: 'Nunito-Bold';
        border: 1px solid #b2b2b2;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        margin-bottom: 40px; }
        .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment button:hover {
          background-color: #88c74a;
          color: #fff;
          border: 1px solid #88c74a;
          text-decoration: none; }
        .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment button:focus {
          outline: 0;
          box-shadow: 0; }
      .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment .replied-comment button {
        margin-bottom: 0; }

.blog-detail .blog-detail_comment .leave-reviews_block form input {
  margin-bottom: 30px; }

.blog-detail .blog-detail_comment .leave-reviews_block form textarea {
  margin-bottom: 50px; }

@media (max-width: 576px) {
  .blog-list .blog-block .blog-text .blog-title {
    font-size: 18px;
    line-height: 26px; }
  .blog-list .blog-block .blog-text .blog-credit {
    display: none; }
  .blog-list .blog-block .blog-text .blog-describe {
    display: none; }
  .blog-list .blog-block .blog-text .blog-readmore {
    display: none; }
  .blog-masonry {
    column-count: 1; }
    .blog-masonry .blog-block:nth-child(2n) {
      margin-bottom: 40px; }
  .blog-detail .blog-detail_footer .blog-sidebar_tags {
    margin-bottom: 15px; }
  .blog-detail .blog-detail_comment .customer-reviews_block .customer-review .customer-comment .replied-comment {
    border-left: 3px solid #88c74a;
    padding-left: 15px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .blog-list .blog-block .blog-text .blog-title {
    font-size: 20px;
    line-height: 28px; }
  .blog-list .blog-block .blog-text .blog-credit {
    display: none; }
  .blog-list .blog-block .blog-text .blog-describe {
    display: none; }
  .blog-list .blog-block .blog-text .blog-readmore {
    display: none; }
  .blog-masonry {
    column-count: 1; }
    .blog-masonry .blog-block:nth-child(2n) {
      margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .blog-masonry {
    column-count: 2; }
    .blog-masonry .blog-block:nth-child(2n) {
      margin-bottom: 40px; } }

/************************************
	Account
*************************************/
.account {
  padding: 40px 0 60px 0; }
  .account h1 {
    text-align: center;
    margin-bottom: 40px; }
  .account form label {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
    display: block;
    margin-bottom: 10px; }
  .account form input {
    margin-bottom: 30px; }
  .account form .account-method {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .account form .account-method input {
      margin-bottom: 0;
      margin-right: 10px; }
    .account form .account-method label {
      display: inline-block;
      margin-bottom: 0; }
    .account form .account-method .account-forgot a {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #636363;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .account form .account-method .account-forgot a:hover {
        color: #88c74a;
        text-decoration: none; }
  .account form .account-function {
    text-align: center; }
    .account form .account-function button {
      width: 100%;
      margin-bottom: 30px; }
    .account form .account-function .create-account {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #252525;
      line-height: 1;
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      text-transform: uppercase;
      text-decoration: underline; }
      .account form .account-function .create-account:hover {
        color: #88c74a;
        text-decoration: none; }

/************************************
	About us
*************************************/
.about-us {
  margin-bottom: 60px; }
  .about-us .title, .about-us .title-bb {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px; }
  .about-us .our-story {
    margin-bottom: 60px; }
    .about-us .our-story .title:after, .about-us .our-story .title-bb:after {
      margin-left: 0;
      margin-right: 0; }
    .about-us .our-story .our-story_text p {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #636363;
      line-height: 26px;
      display: block;
      margin-bottom: 20px; }
    .about-us .our-story .our-story_video {
      position: relative; }
      .about-us .our-story .our-story_video img {
        width: 100%; }
      .about-us .our-story .our-story_video .play-btn {
        position: absolute;
        background-color: #fff;
        color: #88c74a;
        font-size: 13px;
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
        padding: 20px;
        text-transform: uppercase;
        font-family: 'Nunito-Bold';
        border: 0px solid #88c74a;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .about-us .our-story .our-story_video .play-btn:hover {
          background-color: #88c74a;
          color: #fff;
          border: 0px solid #88c74a;
          text-decoration: none; }
        .about-us .our-story .our-story_video .play-btn:focus {
          outline: 0;
          box-shadow: 0; }
  .about-us .our-number {
    margin-bottom: 60px;
    padding: 50px 0;
    border: 1px solid #ebebeb; }
    .about-us .our-number .our-number_block {
      display: flex;
      align-items: center;
      justify-content: center; }
      .about-us .our-number .our-number_block .our-number_icon {
        margin-right: 20px; }
        .about-us .our-number .our-number_block .our-number_icon img {
          max-height: 100px; }
      .about-us .our-number .our-number_block .our-number_info .nummber-increase {
        font-family: "Nunito-SemiBold";
        font-size: 48px;
        color: #252525;
        line-height: 1;
        display: block; }
      .about-us .our-number .our-number_block .our-number_info p {
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #636363;
        line-height: 1;
        display: block; }
  .about-us .why-choose-us {
    margin-bottom: 60px;
    height: 450px;
    padding: 50px 0 0 0;
    overflow: hidden;
    background-image: url(../images/pages/wcu_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .about-us .why-choose-us .title:after, .about-us .why-choose-us .title-bb:after {
      margin-left: 0;
      margin-right: 0; }
    .about-us .why-choose-us .wcu_img img {
      width: 100%; }
    .about-us .why-choose-us .wcu-wrapper .wcu-block {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .about-us .why-choose-us .wcu-wrapper .wcu-block .wcu_icon {
        margin-right: 26px; }
        .about-us .why-choose-us .wcu-wrapper .wcu-block .wcu_icon .icon-detail {
          border-radius: 999px;
          height: 54px;
          width: 54px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .about-us .why-choose-us .wcu-wrapper .wcu-block .wcu_icon img {
          max-width: 100%; }
      .about-us .why-choose-us .wcu-wrapper .wcu-block .wcu_intro {
        flex-grow: 1; }
        .about-us .why-choose-us .wcu-wrapper .wcu-block .wcu_intro h5 {
          font-family: "Nunito-Bold";
          font-size: 18px;
          color: #252525;
          line-height: 1;
          display: block;
          margin-bottom: 12px; }
        .about-us .why-choose-us .wcu-wrapper .wcu-block .wcu_intro p {
          font-family: "Nunito-Regular";
          font-size: 16px;
          color: #636363;
          line-height: 30px;
          display: block;
          line-height: 24px; }
  .about-us .our-farmer {
    text-align: center; }
    .about-us .our-farmer .our-farmer-block {
      position: relative;
      transform-style: preserve-3d; }
      .about-us .our-farmer .our-farmer-block:hover .farmer-contact_wrapper {
        opacity: 1;
        visibility: visible; }
      .about-us .our-farmer .our-farmer-block .farmer-img img {
        width: 100%; }
      .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper .farmer-contact {
          text-align: center;
          transform: translateZ(30px); }
          .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper .farmer-contact h2 {
            font-family: "Nunito-Bold";
            font-size: 22px;
            color: #fff;
            line-height: 1;
            display: block;
            margin-bottom: 15px; }
          .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper .farmer-contact h5 {
            font-family: "Nunito-Regular";
            font-size: 12px;
            color: #fff;
            line-height: 1;
            display: block;
            margin-bottom: 30px; }
          .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper .farmer-contact .farmer-social a {
            font-family: "Nunito-Regular";
            font-size: 16px;
            color: #fff;
            line-height: 1;
            display: inline-block;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            margin-right: 30px; }
            .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper .farmer-contact .farmer-social a:hover {
              color: #fff;
              text-decoration: none; }
            .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper .farmer-contact .farmer-social a:last-child {
              margin-right: 0; }

@media (max-width: 576px) {
  .about-us .our-number {
    padding: 30px 0 0 0; }
    .about-us .our-number .our-number_block {
      margin-bottom: 30px; }
  .about-us .why-choose-us {
    height: auto; }
    .about-us .why-choose-us .wcu_img {
      margin-bottom: 30px; }
  .about-us .our-farmer .our-farmer-block {
    margin-bottom: 30px; }
    .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper {
      opacity: 1;
      visibility: visible; } }

@media (min-width: 576px) and (max-width: 767px) {
  .about-us .our-number {
    padding: 30px 0 0 0; }
    .about-us .our-number .our-number_block {
      margin-bottom: 30px; }
  .about-us .why-choose-us {
    height: auto; }
    .about-us .why-choose-us .wcu_img {
      margin-bottom: 30px; }
  .about-us .our-farmer .our-farmer-block {
    margin-bottom: 30px; }
    .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper {
      opacity: 1;
      visibility: visible; } }

@media (min-width: 768px) and (max-width: 991px) {
  .about-us .why-choose-us {
    height: auto; }
    .about-us .why-choose-us .wcu_img {
      margin-bottom: 30px; }
  .about-us .our-farmer .our-farmer-block {
    margin-bottom: 30px; }
    .about-us .our-farmer .our-farmer-block .farmer-contact_wrapper {
      opacity: 1;
      visibility: visible; } }

/************************************
	FAQ
*************************************/
.faq {
  margin-bottom: 60px; }
  .faq #accordion .faq-question, .faq #accordion .faq-answer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0; }
    .faq #accordion .faq-question i, .faq #accordion .faq-answer i {
      cursor:pointer;
      color: #fff;
      background-color: #b2b2b2;
      padding: 10px;
      margin-right: 20px; }
    .faq #accordion .faq-question h3, .faq #accordion .faq-answer h3 {
      cursor:pointer;
      font-family: "Nunito-Regular";
      font-size: 18px;
      color: #252525;
      line-height: 26px;
      display: block;
      text-transform: uppercase;
      display: inline-block; }
    .faq #accordion .faq-question.question-active, .faq #accordion .question-active.faq-answer {
      outline: 0; }
      .faq #accordion .faq-question.question-active i, .faq #accordion .question-active.faq-answer i {
        color: #fff;
        background-color: #88c74a;
        padding: 10px; }
        .faq #accordion .faq-question.question-active i:before, .faq #accordion .question-active.faq-answer i:before {
          content: "\4b"; }
  .faq #accordion .faq-answer p {
    margin:10px 0;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #636363;
    line-height: 24px;
    display: block; }
	
/************************************
	Coming soon
*************************************/
.coming-soon {
  background-image: url("../images/pages/coming_soon_bg.png");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center; }
  .coming-soon .coming-soon_block {
    text-align: center; }
    .coming-soon .coming-soon_block h1 {
      margin-bottom: 20px; }
    .coming-soon .coming-soon_block .subtitle {
      font-family: "Nunito-Regular";
      font-size: 14px;
      color: #252525;
      line-height: 1;
      display: block;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 100px; }
    .coming-soon .coming-soon_block #event-countdown {
      padding-bottom: 40px;
      margin-bottom: 80px;
      border-bottom: 1px solid #ebebeb; }
      .coming-soon .coming-soon_block #event-countdown .countdown-number {
        margin-right: 100px;
        text-transform: uppercase;
        display: inline-block;
        font-family: "Nunito-Regular";
        font-size: 16px;
        color: #252525;
        line-height: 1;
        display: block; }
        .coming-soon .coming-soon_block #event-countdown .countdown-number:last-child {
          margin-right: 0; }
        .coming-soon .coming-soon_block #event-countdown .countdown-number br {
          display: none; }
        .coming-soon .coming-soon_block #event-countdown .countdown-number span {
          font-family: "Nunito-Bold";
          font-size: 60px;
          color: #88c74a;
          line-height: 1;
          display: block;
          display: inline-block; }
          .coming-soon .coming-soon_block #event-countdown .countdown-number span:after {
            content: "/";
            font-family: "Nunito-Regular";
            font-size: 16px;
            color: #252525;
            line-height: 1;
            display: block;
            display: inline-block; }
    .coming-soon .coming-soon_block .follow-us h5 {
      font-family: "Nunito-Regular";
      font-size: 18px;
      color: #252525;
      line-height: 1;
      display: block;
      margin-bottom: 30px; }
    .coming-soon .coming-soon_block .follow-us a {
      height: 30px;
      width: 30px;
      line-height: 30px;
      margin: 0 15px; }

@media (max-width: 576px) {
  .coming-soon {
    background-size: cover; }
    .coming-soon .coming-soon_block #event-countdown .countdown-number {
      margin-right: 15px;
      font-size: 14px; }
      .coming-soon .coming-soon_block #event-countdown .countdown-number span {
        font-size: 28px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .coming-soon {
    background-size: cover; }
    .coming-soon .coming-soon_block #event-countdown .countdown-number {
      margin-right: 40px; }
      .coming-soon .coming-soon_block #event-countdown .countdown-number span {
        font-size: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .coming-soon .coming-soon_block #event-countdown .countdown-number {
    margin-right: 60px; } }

/************************************
	Contact us
*************************************/
.contact-us {
  margin-bottom: 60px; }
  .contact-us .feature.map {
    height: 600px; }
    .contact-us .feature.map iframe {
      height: 100%;
      width: 100%;
      border: 0;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(99%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */ }
  .contact-us .contact-method {
    padding: 90px 0 60px 0; }
    .contact-us .contact-method .method-block {
      text-align: center; }
      .contact-us .contact-method .method-block i {
        font-size: 40px;
        color: #88c74a;
        display: block;
        margin-bottom: 35px; }
      .contact-us .contact-method .method-block .method-block_text p {
        font-family: "Nunito-Regular";
        font-size: 18px;
        color: #252525;
        line-height: 28px;
        display: block; }
        .contact-us .contact-method .method-block .method-block_text p span {
          color: #b2b2b2; }
  .contact-us .leave-message {
    text-align: center; }
    .contact-us .leave-message .title, .contact-us .leave-message .title-bb {
      font-size: 36px;
      margin-bottom: 15px; }
    .contact-us .leave-message p {
      font-family: "Nunito-Regular";
      font-size: 16px;
      color: #252525;
      line-height: 24px;
      display: block;
      margin-bottom: 40px; }
    .contact-us .leave-message form input {
      margin-bottom: 30px; }

@media (max-width: 576px) {
  .contact-us .contact-method .method-block {
    margin-bottom: 40px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .contact-us .contact-method .method-block {
    margin-bottom: 40px; } }

/************************************
	404 Error
*************************************/
.error-404 {
  padding: 60px 0 80px 0; }
  .error-404 h1 {
    font-family: "Nunito-Bold";
    font-size: 48px;
    color: #252525;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .error-404 p {
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 30px;
    display: block;
    margin-bottom: 40px; }
  .error-404 img {
    width: 100%; }

@media (max-width: 576px) {
  .error-404 .normal-btn {
    margin-bottom: 80px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .error-404 .normal-btn {
    margin-bottom: 60px; } }



/* кастомы */
.read_more {
  /* margin-right:15px; */
  /* margin-top:10px; */
}
.phone_top a{
  color:#000;
  -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.phone_top a:hover{
  color:#88c74a;
  text-decoration: none;
}
.phone_top  i{
  -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.phone_top a:hover i{
  color:#88c74a;
}
.logo img {
  width:80%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.col-12.col-lg-3.slick-slide {margin-left:-15px;margin-right:-15px;}

/* кастомный селект */
.customselect {
  font-size: 14px;
  display: inline-block;
}
button.title:after {
  content: "|";
  padding: 0 10px;
  line-height: 1;
  color: #ebebeb;
}

button.citt:after {
  padding: 0;
}

 .phone_top:after {
  content: "|";
  padding: 0 10px 0 15px;
  line-height: 1;
  color: #ebebeb;
}

.footer-contact p.phone_top:after {
  display:none;

}


.customselect .title {
  border: 0px groove #ADD8E6;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 2px;
  line-height: 14px;
  cursor: pointer;
  text-align: left;
  font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525;
    line-height: 1;
  margin-bottom:0px;
}

.customselect .title:hover {
    color: #88C74A;
	transition:0.3s;
}
#city_select h2 {
  font-family: "Nunito-Bold";
  font-size:1.6rem;
}

#city_select ul li {
  padding-top:5px;
  padding-bottom:5px;
  font-size:1.1rem;
}
#city_select ul li a{
  color:#000;
  transition: 0.3s;
}
#city_select ul li a:hover{
  text-decoration: none;
  color:#88c74a;
}

#city_select ul li a.active-city {
	font-family: "Nunito-Bold";
	color:#88c74a;
	font-size:1.2em;
}

.city-change a {
	font-size:1.2rem;
	color:#88c74a;
    transition: 0.3s;
	text-decoration: underline;
	line-height:1.6em;
}

.city-change a:hover {
	color:#000;
}

.city-change a.active-city {
	color:#000;
}



.title:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.mobile-menu_logo img{
  transition: 0.3s ease;
  width:100%;
  max-width:200px;

}
@media (max-width:1099px) {
  .customselect .title {
    background-color: #fff;
    padding-top:1rem;
  }
  button.title:after {
    content:"";
  }
}
@media  (max-width:989px) {
  #mobile-menu .mobile-menu_block #ogami-mobile-menu .mobile-login {
    padding:0 30px;
  }
  .earning_money:after {
    content:"";
  }
  .login {
    margin-left:0;
  }
  .login a i{
    padding-right:0.5rem;
  }
}
@media (max-width:576px) {
  /* .footer-quicklink a{
    display:none;
  } */
footer .footer-quicklink {
align-items: center;}
  .panel a{
    width:100%;
    display:inline-block;
  }
  /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active_acc, .accordion:hover {
  background-color: #88c74a;
  color:#fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
}
@media (max-width:768px){
  .feature-products {
    margin-top:120px;
  }
  .mobile-menu_logo img {
    max-width:150px;
  }
  
}
@media (max-width:420px) {
  .slider .slick-arrow {
    top:50%;
  }
  .mobile-menu_logo img {
      max-width:120px;
  }
  a.mob-city {
	  font-size:0.9em;
  }
}

@media (max-width:350px) {
  .mobile-menu_logo img {
      max-width:100px;
  }
}

@media (min-width:577px) {
  .panel {
    display:none;
  }
}
/* Фиксированное меню */
.fixed {
  width:100%;
  position: fixed;
  padding:10px 0 !important;
  top:0;
  z-index: 1000;
  background-color:#fff;
  
}
.fixed_mob {
  width:100%;
  position: fixed;
  padding:10px 0 !important;
  top:0;
  z-index: 1000;
  background-color:#fff;
}
.fixed_top {
  display:none;
}
.fixed_top_a {
  /* font-family: "Nunito-Regular";
    font-size: 16px;
    color: #252525; 
    line-height: 1;*/
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	padding:8px 30px; 

	
}
.fixed_top_a:hover {
  color: #88c74a;
  text-decoration: none;

  transition:0.3s;
}
p {
  font-family: "Nunito-Regular" ;
  font-size: 16px;
  color: #636363;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
}
.slider-text {
  text-align:right;
}
@media (min-width:1600px) {
.slider-block {
  background-position-y: -50px;
  background-size:cover;
}
}
@media (max-width:1300px) {
  .slider-block {
    background-position-x: -160px;
  }
}
@media (max-width:1100px) {
  .slider-block {
    background-position-x: -360px;
    background-size:cover;
  }
}
@media (max-width:840px) {
  .slider-block {
    background-position-x: right;
      background-size:cover;
  }
  .mob_info_top {
    justify-content: center !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
  }
  .justify-content-840-center {
    justify-content: center;
  }
  .slider-text {
    text-align: center;
  }
  .read_more {
    margin-right:0
  }
}
@media (min-width:840px) {
  .align-items-840-end {
    align-items: end;
  }
  .justify-content-840-end {
    justify-content: flex-end;
  }
}

/* Стили для модалки free */
.free_select {
  max-width:800px !important;
  padding:40px;
  background-color:#fff;
}
.skidka_free {
  background-color: #88c74a;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  border: 2px solid #88c74a;
  display: inline-flex;
  margin-top:20px;
  margin-bottom:20px;
}
.logo_free {
  border-radius: 2px;
  margin-bottom:40px;
  display: flex;
  justify-content: center;
  padding-left:10px;
  padding-right:10px;
  padding-top:15px;
  padding-bottom:15px;
  border:1px solid #ebebeb;

}
.logo_free img {
  width:50%;
}
.adress_free {
  font-family: "Nunito-Regular";
  font-size: 16px;
  color: #636363;
  line-height: 26px;
  display: block;
  margin-bottom:20px;
  font-weight:bold;
}
.name_free {
  text-transform: uppercase;
  font-weight: 600;
}

/* Стили для страницы Скидки */

.mapcover {
	background:url('/uploads/mapcover.jpg'); 
	background-size:cover; 
	padding:20px;
	text-align:center;
	margin-bottom:40px;
}

.folder {
	padding-bottom:30px;
	text-align:center;
	background-size:cover;
	line-height:2em;
}

.folder a {
	color: #252525;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:15px;
}

.folder a:hover {
	color: #88c74a;
	text-decoration: none;
	transition: 0.3s ease;
}

.folder img{
	width:100%;
	border-radius:2px;
}


/* Блок о нас */

p.title_about_us {
  font-weight: 900;
  color: #000;
  font-size: 30px;
  margin-bottom:15px;
}
img.img_about_us {
  width: 100%;
  display: block;
}
.first_block_about_us {
  text-align: center;
  padding:40px !important;
  background-color:#f5f5f5;
}
.title_first_block {
  text-align: center;
  font-family: "Nunito-Bold";
  font-size: 18px;
  color: #88c74a;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.text_abous_us {
  margin-bottom:20px;
}
.second_block_abous_us {
  padding-top:30px;
  padding-left:25px !important;
  padding-right:25px !important;
  margin-bottom:20px;
}
.second_block_abous_us p{
  text-align:center;
  margin-bottom:10px;

}
.btn_spisok {
  margin-top:20px;
}
h5.title_about_us {
  font-weight: 900;
  color: #000;
  font-size: 30px;
  margin-bottom:20px;
  margin-bottom:15px;
}
.buy_card {
  border:1px solid #eeeeee;
  padding:30px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius:2px;
}

.ol_ol_about_us li{
	padding-left:30px;
	list-style-position: initial;
    list-style-image: initial;
    list-style-type: initial;
}


/* Партнёры */

.name_partner {
  font-family: "Nunito-Bold";
  font-size: 18px;
  color: #252525;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}
.row .spisok_partner:first-child {
  border-top:1px solid #eeeeee;
}
.spisok_partner {
  border-bottom:1px solid #eeeeee;
  padding:15px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width:calc(100% - 30px) !important;
  transition:0.3s ease;
}
.spisok_partner:hover {
background-color:#eeeeee;
}
.about_partner {
  text-align:end;
}
@media (min-width:980px) {
  p.title_about_us {
    margin-top:90px;

  }
}
@media (min-width:768px){
  .block_img_about_us {
    margin-righT:60px;
  }
}
@media (max-width:767px) {
  .buy_card {
    margin-top:80px;

  }
  .second_block_abous_us {
    margin-bottom:50px;
  }
  .spisok_partner {
    max-width:calc(100% - 30px) !important;
  }
  .row .spisok_partner:nth-child(-n+2) {
    border-top:1px solid #eeeeee;

  }
  h5.title_about_us {
    font-size: 22px;
}
}
@media (max-width:576px) {
  a.normal-btn.btn_partner {
    margin-top:20px;
  }
  .about_partner {
    text-align: left;
  }
}

/* Бизнесу */
.block_service {
  margin: 10px 0 10px;
}
.first_abzac {
  margin-top:20px;
  margin-bottom:20px;
}
.block_service p {
  position: relative;
  margin-left:25px;
  font-size: 14px;
}
.block_service p:before {
  position: absolute;
  content: "";
  background-image: url(/uploads/galka.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  left: -25px;

}
.block_service p span {
  font-size: 18px;
}

.marup {
	margin-top: 30px;
	margin-bottom:30px;
}
.block_bizz {
  margin-bottom:30px;
}

.block_bizz img {
  width: 100%;
  border-radius:6px;
  margin-bottom:15px;
}

.block_bizz p span {
  font-size: 18px;
  font-weight:bold;
}

.block_preimushestv {
  padding:20px 15px !important;
  border:1px solid #dedddd;
  border-radius:2px;
  margin:0 0 20px 0 !important;
}

.block_bord {
  padding:20px 15px 20px 30px;
  border:1px solid #dedddd;
  border-radius:2px;
  margin:20px 15px;
}

.block_bord_2 {
  padding:20px;
  border:1px solid #dedddd;
  border-radius:2px;
  height:270px;
  margin-bottom:30px;

}

@media (max-width:500px) {
.block_bord_2 {
  height:290px;
  text-align:center;
}
}

@media (max-width:377px) {
.block_bord_2 {
  height:320px;
}
}


.block_bord_2 span{
  color: #9c9c9c;
}

.boltext {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:50px;
	padding-bottom:50px;
	font-size:1.2em;
	line-height: 1.4em;
}

img.img_preimushestva {
  max-height: 190px;
  max-width:100%;
  padding:20px 0;
}
.text_preimushestva {
  padding:0;
  font-family: "Nunito-Bold";
  font-size: 15px;
  color: #88c74a;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.text_preimushestva2 {
  font-family: "Nunito-Bold";
  font-size: 15px;
  color: #88c74a;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block_predlogenie {

  justify-content: center;
  margin:50px 0 50px !important;
}
.block_about_limecard h5 {
  font-size:24px;
  font-weight:700;
  margin-top:40px;
  margin-bottom:20px;
}

.price_predl {
  color:#252525;
font-size: 48px;
text-align: center;
font-weight: 900;
margin-bottom: 15px;
width:100%;
}
.srok_predl {
  color:#252525;
  font-size: 20px;
  text-align: center;
  margin-bottom:20px;
  widtH:100%;
  }
  
/* .minn {
	width:100%;
	text-align:center;
	font-size:0.9em;
	color:#88C74A;
	line-height:16px;
	margin-bottom:40px;
} */

.minopt {
	width:100%;
	text-align:center;
	font-size:0.9em;
	color:#88C74A;
	line-height:16px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-family: "Nunito-Bold";
}

.star {
  color:#88C74A;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin:10px 0;
  text-transform:uppercase;
  }

@media (min-width:960px) {
  .block_lite, .block_pro, .block_vip {
    flex: 0 0 30% ;
    max-width: 30% ;
    margin-left:15px ;
margin-right:15px ;
}
}

.block_tariff {
  max-width:30%;
  position: relative;
}
.name_tariff {
  top:15px;
  font-size: 24px;
}
.block_lite {
  display: flex;
  flex-wrap: wrap;
  padding:80px 60px 40px;
  border:1px solid #dedddd;
  border-radius:2px;
}


.block_pro {
  padding:80px 60px 40px;
  border:1px solid #dedddd;
  border-radius:2px;
  box-shadow: inset 0px 0px 35px 0 #b8bdb233;
  display: flex;
    flex-wrap: wrap;
}
.spisok_preim {
  display: flex;
  flex-wrap: wrap;
  min-height: 320px;
  align-items: flex-start;
  Flex-direction: column;
}


.block_vip {
  padding:80px 60px 40px;
  border:1px solid #dedddd;
  border-radius:2px;
  border: 1px solid #88c74a;
  box-shadow: inset 0px 0px 35px 0 #adf268b8;
  display: flex;
    flex-wrap: wrap;
}
.spisok_preim span {
  color:#666666;
  width:100%;
  margin-left:20px;
  position: relative;
  margin-bottom:20px;
}
.spisok_preim span:before {
  position: absolute;
  content: "";
  background-image: url(/uploads/galka.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  left: -30px;
}


a.normal-btn.check {
  margin: 40px auto 0;
}

.block_green {
	font-size: 22px;
  border-radius:2px;
  background-color:#88c74a;
  color:#fff;
  text-align: center;
  padding:20px 10px;
  width:100%;
  margin: 30px 0;
}

.block_partner_limecard {
  border-radius:2px;
  background-color:#88c74a;
  color:#fff;
  text-align: center;
  padding:20px 0 20px 0;
  margin:0px 15px 0 0 !important;
}
.block_partner_limecard p{
  font-size: 22px;
  color: #fff;
  font-weight: 800;
}
.faq h5 {
  font-size: 24px;
    font-weight: 700;
    margin: 0 0 40px;
}
.earn_registr_block {
  margin: auto;
  background-color: #eee;
  width:calc( 100% - 30px);
  margin-top:40px;
  text-align: center;
}
.earn_registr_block  a.normal-btn.check {
  margin:0  0 40px;
}
.earn_text_container {
  display: flex;
  flex-wrap: wrap;
}
.block_earn_marketing {
  margin-left:70px;
}
/* .block_partner_limecard:nth-child(-n+2) p{
margin-bottom:20px;
} */
@media (max-width:1170px) {
  .spisok_preim {
    min-heighT:250px;
  }
}
@media (max-width:990px) {
  .product:hover .test {
    margin-top:0px;
  }
}
@media (max-width:959px) {
  .block_tariff {
    margin-left:15px ;
    margin-right:15px ;
    max-width:29%;
  }
.block_lite {
  position: relative;
  padding:80px 20px;
  border:1px solid #dedddd;
  border-radius:2px;
}
.block_pro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding:80px 20px;
  border:1px solid #dedddd;
  border-radius:2px;
  box-shadow: inset 0px 0px 35px 0 #b8bdb233;
  
}
.block_vip {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding:80px 20px;
  border:1px solid #dedddd;
  border-radius:2px;
  border: 1px solid #88c74a;
  box-shadow: inset 0px 0px 35px 0 #adf268b8;
}
} 
@media (min-width:769px) {
	
	
  .earn_text {
    padding:20px 0 0 0;
    /* max-width:45% !important; */
    border: 1px solid #dedddd;
    border-radius: 2px;
    margin-top:30px;
    margin-bottom:30px;
    /* margin-left: 2%;
    margin-right: 2%; */
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .earn_text h4 {
    font-weight:800;
    margin-bottom:30px;
  }
  .earn_text .text_preimushestva {
    
    margin-bottom:30px;
  }
  .earn_text p {
    padding: 0px 20px;
    margin-bottom:30px;
  }

}
@media (max-width:768px) {
  .earn_text_container {
    margin-bottom:40px;
  }
  .earn_text {
    padding:20px 10px;
    /* max-width:95% !important; */
    border: 1px solid #dedddd;
    border-radius: 2px;
    margin-top:30px;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .block_about_limecard p {
    margin-bottom:20px;
  }
  .block_earn_marketing {
    margin-left:20px;
  }
  .earn_text h4 {
    font-weight:800;
    margin-bottom:30px;
  }
  .earn_text .text_preimushestva {
    
    margin-bottom:30px;
  }
  .earn_text p {
    margin-bottom:30px;
  }

}
@media (max-width:759px) {
  a.normal-btn.check {
    margin: auto auto 0;
    height:50px;
  }
  .spisok_preim {
    Flex-direction: column;;
    min-height: auto;
    margin-left:30px;
    padding-bottom:20px;
  }
  .block_tariff {
    margin-left:15px ;
    margin-right:15px ;
    max-width:calc(100% - 30px);
    margin-bottom:25px;
  }
.block_lite {
  padding:80px 20px 40px;
  border:1px solid #dedddd;
  border-radius:2px;
}
.block_pro {
  display: flex;
  flex-wrap: wrap;
  padding:80px 20px 40px;
  border:1px solid #dedddd;
  border-radius:2px;
  box-shadow: inset 0px 0px 35px 0 #b8bdb233;
}
.block_vip {
  display: flex;
  flex-wrap: wrap;
  padding:80px 20px 40px;
  border:1px solid #dedddd;
  border-radius:2px;
  border: 1px solid #88c74a;
  box-shadow: inset 0px 0px 35px 0 #adf268b8;
}
} 
@media (min-width:577px) {
  .product:hover {
    border: 1px solid transparent;
    box-shadow: 0px 20px 32px 0 rgba(53, 78, 84, 0.15);
    z-index: 20;
  /* margin-bottom:-30px; */
padding-bottom:0; }
  .pro.product:hover {
    box-shadow: inset 0px 0px 35px 0 #b9beb300,0px 20px 32px 0 rgba(53, 78, 84, 0.15);
  }
  .vip .product:hover {
    border: 1px solid #88c74a00;
    box-shadow: inset 0px 0px 25px 0 #88c74a00,0px 20px 32px 0 rgba(53, 78, 84, 0.15);
  }
  .vip .product:hover .vip_img img{
    transform: scale(1.1);
    transform-origin: 50% 50%;
  }
  .product:hover .podrobnee{
    left: 50%;
    margin-top: 20px;
    opacity: 1;
    transform: translateY(0px) scale(1);
    margin-left: -71px;
  }
  .product:hover .test{
    /* margin-top: -115px; */
  position: absolute;
  background-color:#fff;
  widtH:calc(100% + 2px);
  top:100%;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:100px;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      box-shadow: 0px 35px 32px 0 rgb(53 78 84 / 15%);
      z-index: 20;
      text-align: center;
  }
}
@media (max-width:576px) {
  .product .product-name, .product .shopping-cart .product-table .table tbody .product-price, .shopping-cart .product-table .table tbody .product .product-price, .product .shopping-cart .product-table .table tbody .product-total, .shopping-cart .product-table .table tbody .product .product-total, .product .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-availability, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product .product-availability, .product .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-availability, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product .product-availability, .product .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-weight, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product .product-weight, .product .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-weight, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product .product-weight, .product .shopping-cart .product-table .shop-compare .compre-table .table tbody .product-sku, .shopping-cart .product-table .shop-compare .compre-table .table tbody .product .product-sku, .product .shop-compare .compre-table .shopping-cart .product-table .table tbody .product-sku, .shop-compare .compre-table .shopping-cart .product-table .table tbody .product .product-sku {
  
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    line-clamp: 20;
    box-orient: vertical;
  }
  .product .podrobnee{
    left: 50%;
    margin-top: 20px;
    opacity: 1;
    transform: translateY(0px) scale(1);
    margin-left: -71px;
  }
}
@media (max-width:400px) {
  img.img_preimushestva {
    widtH:100%;
  }
  .spisok_preim {
    margin-left:0px;
  }
}

.topban {
	overflow: hidden;
	height: 200px;
	margin-bottom:30px;
}
.topban img{
	width:100%;
	margin-top:-25%;
}

@media (max-width:700px) {
.topban img{
	width:100%;
	margin-top:0;
}
}

@media (max-width:400px) {
.topban {
	height: 150px;
}
}


.firmpage img {
	width:100%;
	padding-bottom:15px;
}
.firmpage p {
	padding-top:15px;
	padding-bottom:15px;
}

.firmpage h2 {
	font-family: "Nunito-Bold";
	font-weight:500;
	padding: 20px 0;
  font-size:2rem;
  
}
.firmpage .contact {
	margin-bottom:15px;
	background:#F5F5F5;
	padding:10px 0;
	border-radius:2px;
	text-align:center;
}
.firmpage .contact p{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 0px;
}
.firmpage .contact span{
font-size:1.3rem;
font-weight:bold;
}
.firmpage span{
	/* font-size:1.3em; */
	/* font-weight:bold; */
}

.firmlogo {
	position:absolute;
	top:0;
	left:15px;
	z-index:100;
}

.firmlogo img{
	max-height: 180px;
}
@media (max-width:700px) {
.firmlogo {
	top:40px;
	left:50%;
	margin-left:-150px;
}
.firmlogo img{
	width: 300px;
}
}

@media (max-width:400px) {
.firmlogo {
	top:10px;
}
}

.skidkalime {
	font-family: "Nunito-Bold";
	position:absolute;
	top:30px;
	right:8px;
	text-align:center;
	background:#88c74a;
	padding:15px 0 20px 0;
	border-radius:2px;
	width: 300px;
	color:#fff;
}

.skidkalime span{
	font-size:1.6em;
	font-weight:bold;
}

@media (max-width:700px) {
.skidkalime {
	position:static;
	width: 100%;
	margin-bottom: 30px;
}
}

.winbox h3{
	font-size:1.6em;
	font-weight:bold;
	padding:0 0 20px 0;
}

.winbox p{
	color:#000;
	padding:0 0 20px 0;
}

.winbox p span{
	color:#88C74A;
	font-weight:bold;
}

.tarif-box {
	width:100%;
	max-width:800px;
	padding:20px;
}

.bigbut {
	font-size: 0.8em;
padding: 15px 40px;
margin: 10px 0 30px 0;
}

.fancybox-content input {
	margin-top:5px;
}
.fancybox-content .btn {
	margin-top:50px;
}

.footer-credit  {
	color: #444;
}

.footer-credit  span{
	display: block;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.footer-credit a {
	color: #999;
}

.footer-credit a:hover {
	color: #444;
}

.big_icon {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#88C74A;
}

.big_icon a{
	font-size:5em;
}

.ramka_green {
	padding:15px;
	border:1px solid #88C74A;
}

.ramka_green h2{
	color:#88C74A;
	font-size: 30px;
	font-family: "Nunito-Bold";
}

.fotok  img{
	width:100%;
}

.our-story h2{
	color:#88C74A;
	font-size: 30px;
	font-family: "Nunito-Bold";
	padding:20px 0;
}

.accia {
	margin-top: 0px !important;
	margin-bottom: 40px;
}

.accia .bordd {
	border: 1px solid #dedddd;
	border-radius:10px;
	padding:10px;
}

.accia .bordd-pro {
	border: 1px solid #dedddd;
	border-radius:10px;
	padding:10px;
	box-shadow: inset 0px 0px 35px 0 #b8bdb233;
}

.accia .bordd-vip {
	border:1px solid #88C74A;
	border-radius:10px;
	padding:10px;
	 box-shadow: inset 0px 0px 35px 0 #adf268b8;
}

.accia p{
	display: flex;
	align-items: center;
    justify-content: center;
	text-align:center;
	font-family: "Nunito-Bold";
	font-size:1.2em;
	height:80px;
	overflow:hidden;
	line-height:1em;
	margin-bottom: 0;
	padding: 10px 0;
}

@media (max-width:575px) {
.accia p{
	height:unset;
	overflow:unset;
}


}

@media (min-width:768px) {
.visible-xs-block {
	display:none;
}
.accia p{
	font-size:1em;
}
}

.accia img{
	border-radius:8px;
	margin-bottom: 3px;
}

.spisok_preim span.nullex {
	color:#cecece;
}

.spisok_preim span.nullex::before {
	background-image: url(/uploads/cros.png);
	opacity: .3;
}

.ramka_grey {
	border:1px solid #dedddd;
	border-radius: 2px;
	padding: 30px 15px;
	margin-top:20px;
}

.ramka_grey h3{
	padding:20px 0;
	font-size:2em;
}

.qrpic {
	width: 100%; 
	max-width:300px; 
	border:1px solid #88C74A;
}

.bloc1 {
	border:1px solid #88C74A; 
	padding: 15px; 
	margin-bottom:20px;
}

.pppe {
	display:block; 
	height:80px;
}

.pppe b{
	font-weight:bold;
	font-size:2em;
	color:#88C74A;
}

.qwot {
	padding-left:15px;
	margin-left:15px;
	border-left:solid 5px #eee;
	margin-bottom:20px;
}

 .uslovie {
	padding-left:15px;
	border-left:solid 5px #fff;
	margin-bottom:20px;
	color:#000;
}

.qwot2 {
	padding-left:15px;
	border-left:solid 5px #eee;
}

.green_block {
	padding:30px 15px 40px;
	text-align:center;
	background: #88C74A;
	margin:30px 0;
	border-radius:2px;
}

.green_block p{
	font-size:1.5em;
	font-family: "Nunito-Bold";
	color:#fff;
	padding-bottom:15px;
}

.green_block a {
	font-family: "Nunito-Bold";
	border-radius:100px;
	padding: 10px 30px;
    text-transform: uppercase;
	border: 2px solid #fff;
	background-color: #fff;
    color: #88c74a;
    font-size: 16px;
}

.green_block a:hover {
	background-color: #88c74a;
    color: #fff;
	transition:0.3s;
}

.greenapp a {
	font-family: "Nunito-Bold";
	border-radius:100px;
	padding: 10px 30px;
    text-transform: uppercase;
	border: 2px solid #fff;
	background-color: #fff;
    color: #88c74a;
    font-size: 16px;
}

.greenapp a:hover {
	background-color: #88c74a;
    color: #fff;
	transition:0.3s;
}

.border_grey {
	
border: 1px solid #dedddd;
border-radius: 2px;
padding: 15px 15px 0 15px;
margin-top:40px;
}

.white_button {
	color:#fff;
	border:2px #fff solid;
	padding: 10px 20px;
	border-radius:50px;
}

.white_button:hover {
	color:#88C74A;
	border:2px #fff solid;	
	background: #fff;
	transition:0.3s;
}

.green {
	color: #88C74A;
}

.m40 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main__img {
  margin-bottom:40px;
}
.main__img img {
  width: 100%;
}
.contact {
  width: 100%;
}
.contact  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  padding-left: 30px;
  padding-top: 20px;
}

.contact__logo {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
text-align:center;
}

.contact__logo img {
	width:100%;
	max-width:250px;
	padding: 0 10px;
}

.contact__info .fas {
  position: absolute;
  left: 0px;
}

.contact__info .fas:before {
  font-size: 20px;
}

.contact__subtitle {
  margin-bottom: 10px 0;
  font-size: 1rem;
}

.contact__info-text {
  margin-bottom: 7px;
  font-weight: 600;

}


.contact .normal-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1rem;
  margin-top:5px; 
}

@media (max-width: 990px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .contact__info {
    width: calc(50% - .5rem);
  }
}

@media (max-width: 620px) {
  .contact__info {
    width: 100%;
    padding-bottom:30px;
  }
}

.about-lime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #88c74a;
  padding: 18px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
	border-radius:2px;
  align-items: center;
  justify-content: center;
}

a.about-aaa:hover .about-lime {
  background-color: #65ab20;
  transition:0.3s;
}

.about-lime__img {
  width: 70px;
}

.about-lime__img img {
  width: 60px;
}



.about-lime__text h3 {
  font-size: 1.2em;
  color: #fff;
  margin: 0;
  font-family: 'Nunito-Bold';
}


.about-lime__text p {
  font-size: 1.2rem;
  color: #fff;
  padding-top:5px;
  margin-bottom:0;
  /* line-height:30px; */
}

.about-lime__text p span{
  font-size: 1.8rem;
  font-family: 'Nunito-Bold';
  line-height: 1em;
}
.about-lime__text p u{
  font-size: 0.9rem;
   line-height: 2.5em;
}

@media (max-width: 400px) {
.about-lime__img {
  width: 50px;
}	
.about-lime__img img {
    width: 45px;
	/* padding-top:20px; */
}

.about-lime__text p {
  font-size: 1.3rem;
    line-height:25px;
}

.about-lime__text p span{
  font-size: 1.6rem;

}
}

.about-lime__text ul li {
  position: relative;
  font-size: 1rem;
  color: #fff;
  padding-left: 10px;
  font-weight: 400;
}

.about-lime__text ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  top: calc(50% - 2.5px);
  left: 0;
}

.about-lime__text ul li b {
  font-weight: 700;
}


.about-lime__promo {
	display: flex;
	flex-direction: column;
	height:100%;
}
/* .about-lime__text ul li + li {
  margin-top: 5px;
} */

.about-lime__promo a {
	font-family: 'Nunito-Bold';
	font-size:1.2rem;
  border:1px solid #fff;
  padding: 3px 9px 0;
  border-radius: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .2s;
  color: #88c74a;
  color:#fff;
}

.about-lime__promo a:hover {
  background-color: #fff;
  color:#88c74a;
}

@media (max-width: 990px) {
  .about-lime {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .about-lime {
    padding: 1rem;
  }
}

.client-text__cont {
  padding: 5rem 1rem;
  background-color: #eee;
  position: relative;
}

.client-text__cont:before, .client-text__cont:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #636363;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client-text__cont:before {
  top: 3.5rem;
}

.client-text__cont:after {
  bottom: 3.5rem;
}

.client-text__cont p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #252525;
}

.client-slider .container {
  position: relative;
}

.client-slider__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #252525;
  width: 100%;
}

.client-slider__cont {
  /* max-width: 100vw; */
  width: 100%;
  height: 250px;
  overflow:hidden;
    
}

.client-slider__slide {
  position: relative;
  padding-bottom: 250px;
  margin: 0 15px;
}

.client-slider__slide p{
	font-family: "Nunito-Bold";
  margin-bottom: 10px;
  text-align:center;
}

.client-slider__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.client-slider__nav {
  position: absolute;
  top: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 60px);
  left: -30px;
}

.client-slider__button {
  border-radius: 50%;
  border: none;
  padding: 10px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  position: absolute;
  top:55%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.client-slider__button:hover {
  background-color: #88c74a;
  color: #fff;
}

.client-slider__button:focus, .client-slider__button:focus-visible {
  outline: unset;
}

.client-slider__button--next {
  right: -30px;
}

.client-slider__button--prev {
  left: -30px;
}

@media (max-width: 1260px) {
  .client-slider__nav {
    width: 100%;
    left: 0;
  }
  .client-slider__button--next {
    right: 7px;
  }
  
  .client-slider__button--prev {
    left: 7px;
  }
}


.otzyv-slider .container {
  position: relative;
}

.otzyv-slider__title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #252525;
  width: 100%;
}

.otzyv-slider__cont {
  max-width: 100vw;
  width: 100%;
	margin:0 -15px;
}

.otzyv-slider__slide {
  position: relative;
  /* padding-bottom: 250px; */
  margin: 0 15px;
}

.otzyv-slider__slide h3{
	font-family: "Nunito-Bold";
	font-size: 18px;
	margin-bottom: 5px;
}

.otzyv-slider__slide p{
	margin-bottom: 3px;
}

.otzyv-slider__slide span{
	font-family: "Nunito-Bold";
    font-size: 12px;
    color: #fff;
    line-height: 1;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 15px;
    display: inline-block;
    background-color: #88c74a;
    border-radius: 2px;
    margin-bottom: 10px;
}

.otzyv-slider__nav {
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 60px);
  left: 0px;
}

.otzyv-slider__button {
  border-radius: 50%;
  border: none;
  padding: 10px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  position: absolute;
  top: 0;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.otzyv-slider__button:hover {
  background-color: #88c74a;
  color: #fff;
}

.otzyv-slider__button:focus, .otzyv-slider__button:focus-visible {
  outline: unset;
}

.otzyv-slider__button--next {
  right: 15px;
}

.otzyv-slider__button--prev {
  left: 15px;
}

/* @media (max-width: 1260px) {
  .otzyv-slider__nav {
    width: 100%;
    left: 0;
  }
  .otzyv-slider__button--next {
    right: 7px;
  }
  
  .otzyv-slider__button--prev {
    left: 7px;
  }
} */

/* @media (max-width: 767px) {
	.otzyv-slider__button {
	  top:103%;
	}
	.otzyv-slider__cont {
	height:unset;
} 
}*/
.hidblock {
	height:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
}

.hidblock:hover {
	height:unset; 
    -webkit-line-clamp: 100;
	background:#fff;
}

.about-shop__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
  gap: 5rem;
  padding: 5rem;
  background-color: #eee;
  border-radius:2px;
}

.about-shop__cont_boot {
  padding: 5rem;
  background-color: #eee;
  border-radius:2px;
}

.about-shop__cont_boot img{
  width: 100%;
  height: 100%;
  padding-top:20px;
}

@media (max-width: 767px) {
.about-shop__cont_boot {
    padding: 2rem;
} 
}


.about-shop__cont_lite{
  padding: 4rem;
  background-color: #f5f5f5;
  border-radius:2px;
  margin-bottom:40px;
  font-size: 1.3rem;
}

.about-shop__cont_lite h3{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #252525;
}

.about-shop__cont_lite li {
	margin-bottom:10px;
	list-style:circle;
	margin-left:20px;
}

.about-shop__img {
  position: relative;
}

.about-shop__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-shop__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #252525;
}

.about-shop__text p {
  font-size: 1rem;
  /* margin-bottom: 0; */
}

.about-shop__text p + p {
  margin-top: 0.9rem;
}

@media (max-width: 990px) {
  .about-shop__cont {
    padding: 2rem;
    gap: 2rem;
  }
}

@media (max-width: 560px) {
  .about-shop__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .about-shop__cont_lite{
  padding: 2rem;
  font-size: 1.0rem;
}
}

.services__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #252525;
  text-align: center;
}

.services__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.services__img {
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 1.5rem;
}

.services__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services__name {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  color: #252525;
  /* margin-bottom: auto; */
  padding-bottom: 1.2rem;
}

.services__text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.services .normal-btn {
  margin: 0 auto;
  padding: 0.6rem 1.5rem;
}

@media (max-width: 990px) {
  .services__cont {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.client-contact {
  width: 100%;
}

.client-contact__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #252525;
  text-align: center;
}

.client-contact__cont {

    padding-bottom:30px;
}

.client-contact__info {
	width:100%;
	min-width:300px;
  display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.client-contact__info div {
  flex-grow: 1;
  flex-basis: 0;
  text-align:center;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
.client-contact__info {
	flex-direction: column;
}
}

.client-contact__subtitle {
  color: #636363;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.client-contact__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #252525;
  font-weight: 700;

}

.client-contact__contact a {
  color: #252525;
  font-weight: 700;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.client-contact__contact a:hover {
  color: #88c74a;
}

.client-contact__contact * + * {
  margin-top: 0.6rem;
}

.client-contact__socnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom:20px;
  justify-content: center;
}

.client-contact .normal-btn {
  padding: 0.6rem 1.5rem;
}

@media (max-width: 990px) {
  .client-contact__cont {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 640px) {
  .client-contact__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
}

.icon:hover {
  color: #fff;
}

.icon--vk {
  background-color: #0077ff;
}

.icon--vk:hover {
  background-color: rgba(0, 119, 255, 0.5);
}

.icon--tg {
  background-color: #2ca5e0;
}

.icon--tg:hover {
  background-color: rgba(44, 165, 224, 0.5);
}

.icon--wp {
  background-color: #1bd741;
}

.icon--wp:hover {
  background-color: rgba(27, 215, 65, 0.5);
}

.icon--ok {
  background-color: #f58220;
}

.icon--ok:hover {
  background-color: rgba(245, 130, 32, 0.5);
}

.icon--site {
  background-color: #bfbdbd;
}

.icon--site:hover {
  background-color: rgba(191, 189, 189, 0.5);
}

@media (max-width: 990px) {
  .icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

.news_wrapper .slick-arrow{
top:calc(50% - 20px);
}

.news_wrapper  .slick-next {
  right:-50px;
}

.news_wrapper  .slick-prev {
  left:-50px;
}

@media (max-width:1280px) {
  .news_wrapper  .slick-next {
    display: none !important;
  }
  
  .news_wrapper  .slick-prev {
    display: none !important;
  }
  .slider_wrapper .slick-arrow {
    display: none !important;
  }
}

.slider_wrapper .read_more {
  margin-right:15px;
}


.login-form {

  margin-left: auto;
margin-right: auto;
  width: 100%;
max-width:500px;
  /* height: 500px; */
text-align:center;
}
.login-form form{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-form input{
  margin-bottom: 10px;
}

.btn {
	margin-top:10px;
  background-color: #88c74a;
  color: #fff;
  font-weight:bold;
  font-size: 13px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 2px solid #88c74a;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block; }
  .btn:hover {
    background-color: #ffffffd4;
    color: #88c74a;
    border: 2px solid #88c74a;
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0;
color: #fff;	}
.btn:active,.btn:focus {
    color: #fff !important;
    background-color: #88C74A !important;
    border: 2px solid #88c74a !important;
    outline: unset !important;
}


/* partner menu */
.btn-mini, .btn-mini:active, .btn-mini:focus {
  background-color: #88C74A;
  color: #FFFFFF;
padding:5px 15px;
border-radius:15px;
border:1px solid #88C74A;
text-decoration:none;
}

.btn-mini:hover {
  background-color: #fff;
  color: #88C74A;
text-decoration:none;
}

/* class client-menu */
.client-menu .btn-mini {
    padding:8px 20px 6px;
    border-radius: 0px;
    transition: .3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border:none;
}
.client-menu .btn-mini:hover,.client-menu .btn-mini.active {
    border-color: rgba(255, 255, 255, 0);
    color:#000;
    background-color: #fff;
    -webkit-box-shadow: 0px 43px 50px -46px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0px 43px 50px -46px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0px 43px 50px -46px rgba(0, 0, 0, 0.2) inset;
}
@media (max-width:990px) {
    .client-main {
        position: relative;
    }
    .client-menu {
        background: #88C74A;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in;
        margin:0;
        display: flex;
        flex-flow: column;
        z-index: 5;
        width: calc(100% - 30px);
        top:30px;
    }
    .client-menu.active {
        opacity: 1;
        visibility: visible;
        top:90px;
    }
    .client-menu .btn-mini {
        padding:10px;
    }
}
@media (max-width:768px) {
    .client-menu.active {
        
        top:50px;
    }
}
/* class client-menu */


/* class menu */
.menu .btn-mini {
  padding:8px 20px 6px;
  border-radius: 0px;
  transition: .3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border:none;
}
.menu .btn-mini:hover,.menu .btn-mini.active {
  border-color: rgba(255, 255, 255, 0);
  color:#000;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 43px 50px -46px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0px 43px 50px -46px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0px 43px 50px -46px rgba(0, 0, 0, 0.2) inset;
}
@media (max-width:990px) {
  .client-main {
    position: relative;
  }
  .menu {
      /*background: #88C74A;*/
      position: absolute;
      /*visibility: hidden;*/
      /*opacity: 0;*/
      transition: .3s ease-in;
      margin:0;
      display: flex;
      flex-flow: column;
      z-index: 5;
      width: calc(100% - 30px);
      /*top:30px;*/
  }
  .menu.active {
      opacity: 1;
      visibility: visible;
      top:90px;
  }
  .menu .btn-mini {
      padding:10px;
  }
}
@media (max-width:768px) {
  .menu.active {
      
      top:50px;
  }
  
.fancybox-content {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
}
/* class menu */


footer .footer-contact p.footp{
	font-family: 'Nunito-Light'; 
	line-height:20px;
}

.fancywid {
	width:100%; 
	max-width: 800px;
}
.fancywid p{
	font-size:16px;
}

.mobile-menu_items .bonuscard {
	padding:5px 0 7px !important;
	width: 220px;
	margin:15px 0;
	border:none;
	text-align:left;
}

.customselect .bonuscard {
	padding:5px 0 7px !important;
	width: 220px;
	margin:15px auto 0;
	border: solid 1px #fff;
}

.fixed_top .bonuscard {
	padding:6px 0px 5px !important;
	border:1px solid #ffffff;
}

.bonuscard {
	text-align:center;
	border:1px solid #88C74A;
	border-radius:30px;
	padding:12px 15px 0 20px;
	color: #eee;
	font-size:15px;
}

.bonuscard:hover {
	border:1px solid #ffffff;
	background:#f5f5f5;
	transition:0.5s;
}

.fixed_top .bonuscard:hover {
	background:#fff !important;
}

.mobile-menu_items .bonuscard:hover {
	background:#fff !important;
	border:none;
}

.bonuscard a:hover {
	text-decoration:underline;
}

@media (max-width:1100px) {
.mobpolitic {
      padding-top:13px;
  }
}

@media (max-width:600px) {
.mobpolitic {
      padding-top:5px;
  }
}

.nomar .block_service p{
	margin-bottom: 5px;
}

.kupon_price {
	text-align:center;
       background-color: #88c74a;
       color: #fff;
    font-size: 0.9em;
        border-radius: 2px;
        padding: 5px 5px 3px 5px;
        display: inline-block;
        position: absolute;
        bottom: 26%;
       right: 8px;
        z-index: 21;
    }
	
.kupon_price span{
	   font-size: 1.2em;
		 font-family: 'Nunito-Bold';  
    }

.upbonus, .allPoints, .partner-modal {
	display:none;
	width:100%;
	max-width:500px!important;
}

@media only screen and (max-width: 767px) {
  .global-tags {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .global-tags {
    margin-bottom: 7px;
  }
}

.greenborder {
	border:1px solid #88c74a;
}

.formaty {
		 text-align:center;
        background-color: #88c74a;
        color: #fff;
        font-size: 24px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 3px 10px;
		text-transform: uppercase;
        font-family: 'Nunito-Bold';  
        border: 2px solid #88c74a; 
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: inline-block;
        position: absolute;
        top: -5px;
        left: -8px;
        z-index: 21;
    }
	
@media only screen and (max-width: 768px) {
.formaty {
    padding: 3px 21px;
	top: 0px;
  }
}

	
.formtarif h2{
	text-transform: uppercase;
	padding:0;
	font-size:24px;
}

p.ceny {
	font-size:24px;
	color: #000;
	padding-top:10px;
	font-weight:600;
}

p.ceny span{
	font-size:20px;
	font-weight:100;
}

.formtarif ul {
	padding-left:20px;
}

.formtarif li {
	list-style: circle;
	padding-bottom:7px;
}

.formtarif li span{
	color:#fa5c5c;
}

.minn {
	font-size:0.9em;
	color:#88C74A;
	line-height:16px;
	margin:5px 0 20px 0;
}

.greend {
	color:#fa5c5c;
}

.padbot {
	padding-bottom: 20px;
}

.marbot {
	margin-bottom: 20px;
}

.blacktxt p{
	color:#000;
}

.redd {
	display:block;
	color:#fa5c5c;
	font-style: italic;
	font-size:0.9em;
	padding:10px 0 0 20px;
	line-height:1em;
}

.who_parthner {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.who_parthner img{
	width:40%;
	height:40%;
	margin-right: 10px;
    margin-bottom: 0;
}

.who_parthner p{
	font-size:0.9em;
	text-align:left;
}

.page_parthner img{
	width:100%;
	max-width: 250px;
}

.page_parthner {
	margin:10px 0 10px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
.page_parthner {
	text-align:center;
}
}


.vip_p {
	font-family: "Nunito-Regular";
	text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #252525;
}

.redspan {
	text-align:center;
	font-size:1.3em;
}

.redspan span {
	color:red;
}

.ul_ol ul, .ul_ol ol{
	margin: 15px 0;
	padding-left:25px;
}

.ul_ol ol li {
	list-style: number;
	padding-bottom: 10px;
}

.ul_ol ul li {
	list-style: circle;
	padding-bottom: 10px;
}

.ul_ol {
	line-height:1.4em;
}



/* Фильтры товаров/услуг */

.filter-btn {
  line-height: 32px;
  padding: 1px 8px 2px;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #636363;
}

.filter-btn:hover {
  border: 1px solid #88c74a;
  color: #fff;
  background: #88c74a;
  transition: 0.5s;
}

.filter-btn-active {
  padding: 1px 8px 2px;
  border-radius: 15px;
  border: 1px solid #88c74a;
  color: #fff;
  background: #88c74a;
}

.filter-btn-active:hover {
  color: #fff;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #88C74A;
  border-color: #88C74A;
  cursor:pointer;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #88C74A;
  cursor:pointer;
}

.pagination > li > a, .pagination > li > span {
  color: #88C74A;
}

.page-link {
    border: none;
    border-radius: 2px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
}

.page-item.active .page-link {
  background-color: #88C74A;
  border-color:#88C74A;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
  z-index: 25;
  padding: 20px;
  border-radius: 15px;
}

.show {display:block;}



.dropdown .btn-mini, .dropdown .btn-mini:active, .dropdown .btn-mini:focus {
  background-color: #88C74A;
  color: #fff;
  padding:5px 10px;
  border-radius:15px;
  border:1px solid #88C74A;
  text-decoration:none;
  margin-bottom:5px;
  font-size:0.9em;
}

.dropdown .btn-mini:hover {
  background-color: #fff;
  border:1px solid #88C74A;
  color: #88C74A;
  text-decoration:none;
  transition: 0.5s;
} 

.arrow-min {
	font-size:1.4em; 
	color:#b2b2b2;
}

.global-tags nobr label {
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  background: #FFF;
  transition: 0.5s;
  padding: 3px 8px 2px;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 5px;
}

.other-tags nobr label {
  border: 1px solid #88c74a;
  color: #88c74a;
  background: #FFF;
  transition: 0.5s;
  padding: 3px 8px 2px;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 5px;
}

.global-tags nobr .checked {
  padding: 3px 8px 2px;
  border-radius: 15px;
  border: 1px solid #b2b2b2;
  color: #fff;
  background: #b2b2b2;
  cursor: pointer;
  margin-bottom: 5px;
}

.other-tags nobr .checked {
  padding: 3px 8px 2px;
  border-radius: 15px;
  border: 1px solid #88c74a;
  color: #fff;
  background: #88c74a;
  cursor: pointer;
  margin-bottom: 5px;
}

.global-tags nobr label:hover {
  padding: 3px 8px 2px;
  border-radius: 15px;
  border: 1px solid #b2b2b2;
  color: #fff;
  background: #b2b2b2;
  cursor: pointer;
  margin-bottom: 5px;
}

.other-tags nobr label:hover {
  padding: 3px 8px 2px;
  border-radius: 15px;
  border: 1px solid #88c74a;
  color: #fff;
  background: #88c74a;
  cursor: pointer;
  margin-bottom: 5px;
}
 
.global-tags nobr input[type="checkbox"], .other-tags nobr input[type="checkbox"] {
  display: none;
}

.global-tags, .other-tags {
  font-size:14px;
  word-break: break-word;
}

.gds {
	margin-top: 0px !important;
	margin-bottom: 40px;
}

.gds img{
	border-radius:8px;
	margin-bottom: 3px;
	width:100%;
}

.gds .btn{
	display:block;
}

.gds p {
	margin-bottom: 0;
}

.gds p.gds-name {
	display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    font-size: 1em;
    margin-bottom: 0;
    color: #636363;
    height: 50px;
	line-height: 1.1em;
}


.gds .bordd {
	border: 1px solid #dedddd;
	border-radius:10px;
	padding:10px;
}

.dbl-price p.gds-price {
	font-family: "Nunito-Bold";
	margin-bottom: 0;
	padding: 5px 0 0;
	color: #000000;
	font-size: 1.1em;
}

.dbl-price p.gds-price span{
	font-size:1.3em;
}

.dbl-price p.gds-bonus {
	font-size: 0.7em;
    line-height: 1em;
    color: #88C74A;
    padding: 1px 5px 2px;
    border: 1px solid #88C74A;
    border-radius: 10px;
    height: 20px;
    margin-top: 5px;
}

.dbl-price p.gds-bonus span{
	font-size: 1.3em;
	font-family: "Nunito-Bold";
	padding:0 1px;
}



.gds-old-price {
  font-family: "Nunito-Regular";
  font-size:0.8em;
  color: #b2b2b2;
}

.gds-img-prev {
  object-fit: cover;
  height: 250px;
}

.img-prev {
  object-fit: cover;
  height: 250px;
  border-radius: 8px;
  margin-bottom: 3px;
  width: 100%;
}

.dbl-price {
	display:flex;
	justify-content: space-between;
}

.dbl-price .gds-page h2{
	color: #88C74A;
    font-size: 20px;
    font-family: "Nunito-Bold";
    padding: 0;
}

.gds-page ul{
	padding:10px 0 10px 30px;
}

.gds-page ul li{
	list-style-type: disc;

}

.gds-page p.gds-price {
	font-family: "Nunito-Bold";
	margin-bottom: 0;
	padding: 10px 0 0;
	color: #000;
	font-size:1.5em;
}

.gds-page p.gds-price span{
	font-size:1.4em;
}

.gds-page p.gds-bonus {
    color: #88C74A;
    margin-top: 10px;
}

.gds-page p.gds-bonus span{
	font-size: 1.3em;
	font-family: "Nunito-Bold";
	padding:0 1px;
}

.gds-page .gds-old-price {
font-family: "Nunito-Regular";
  font-size:1em;
  color: #b2b2b2;
}

.gds-page .qwot{
	font-size: 0.9em;
	color: #b2b2b2;
}

.parth {
	padding:10px 20px;
	margin:50px 0;
	box-shadow:0 0 15px 10px #f0f0f0;
}

.parth img{
	width:100%;
	max-width:200px;
	display: table-cell;
	vertical-align: middle;
}

.parth p{
	font-size: 1.2em;
	font-family: "Nunito-Bold";
	color: #000;
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
}

.parth a{
	display: table-cell;
	vertical-align: middle;
	text-decoration:underline;
	padding:10px 0 10px 40px;
}

@media (max-width:1050px) {
.parth a{
	padding:10px 0;
}
}

.parth a:hover{
	text-decoration:none;
}

.inff{
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
}

.inff .contact__info {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

.tabl {
	display: table;
}


.gds-page .parth img {
	width:100%;
}

.gds-page .parth p {
	font-family: "Nunito-Bold";
	padding: 10px 0 0;
	color: #000;
	font-size:1.1em;
}

.gds-page .parth a{
	line-height:3em;
	text-decoration:underline;
}

.gds-page .parth a:hover{
	text-decoration:none;
}

.left30 {
	padding-left:30px;
}

@media (max-width:1200px) {
.left30 {
	padding-left:unset;
}
}

/* слайдер товаров */

.tovar-slider {
position:relative;
}
.tovar-slider__cont {
  width: calc(100% + 20px);
  margin-left:-10px;
  position: relative;
}

.tovar-slider__slide {
  position: relative;
  margin:0 10px;
  aspect-ratio: 1/1;
  
}

.tovar-slider__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.tovar-slider__btn {
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.tovar-slider__btn:hover {
  background-color: #88c74a;
  color: #fff;
}

.tovar-slider__btn:focus, .client-slider__button:focus-visible {
  outline: unset;
}

.tovar-slider__btn--next {
  right: -15px;
}

.tovar-slider__btn--prev {
  left: -15px;
}

@media (max-width:1200px) {
  .tovar-slider__btn--next {
    right: 0px;
  }
  
  .tovar-slider__btn--prev {
    left: 0px;
  }
}

/* подсказки */
.tooltip-block {
    position: relative;
    padding: 0;
    border:none;
    background-color: unset;
}
.tooltip-btn {
    cursor: help;


}
.tooltip-btn i {
    color:#88C74A;
}

.tooltip-content {
	font-family: "Nunito-Light";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    bottom: 150%;
    padding:5px;
    z-index: 10;
    background-color: #fff;
    width: 200px;
    font-size: 14px;
    line-height: 120%;
    box-shadow: 1px 1px 10px #00000045;
    left:50%;
    transform: translateX(-50%);
}

.tooltip-block:hover .tooltip-content{
    visibility: visible;
    opacity: 1;
    bottom: 100%;
}
.tooltip-block:hover .tooltip-btn i{
    color:#333;
}

.greenapp {
  border-radius:6px;
  background-color:#88c74a;
  margin: 30px 15px 50px;
  padding:20px 15px;
  width:100%;
}


.textapp {
	width:50%;
	display: flex;
    justify-content: center;
    align-items: center;
	float:left;
	height:300px;
	padding-left:5%;
}

.imgapp {
	position: relative;
    margin-left: 50%;
    width: 50%;
    height: 300px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.textapp h3 {
	
	font-family: "Nunito-bold";
	font-size: 32px;
	color:#fff;
	padding-bottom:15px;
}

.textapp p{
    color:#fff;
	padding-bottom:15px;
}

.textapp p.dir {
	margin-top:15px;
	color:#fff;
    font-family: "Nunito-bold";
	font-size:1.1em;
	text-decoration:none;
}

.textapp p.dir i {
	font-size:1.4em;
}

.greenapp img{
	margin-top:-80px;
    width:100%;
	max-width:380px;
}

.butapp-android {
	border:1px solid #88c74a;
	color:#88c74a;
}

.butapp-android:hover {
	background:#88c74a;
}

.butapp-ios {
	border:1px solid #73869f;
	color:#73869f;
}

.butapp-ios:hover {
	background:#73869f;
}



.butapp-telega {
	background:#3498e1;
	color:#fff !important;
	border:1px solid #3498e1;
}

.butapp-telega p{
	color:#fff !important;
}

.butapp-telega span{
	color:#fff !important;
}

.butapp-telega:hover {
	border:1px solid #0979cb;
	background:#0979cb;
	transition:0.2s;
	
}


.telega h5 {
	color: #c70000;
	font-family: 'Nunito-Bold';
	font-size:18px;
}

.butapp {
	width:100%;
	border-radius:6px;
	padding:20px 30px;
	font-size:1.2em;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:15px;
}

.butapp:hover {
	color:#fff;
	transition:0.5s;
}
	
.butapp i{
	font-size:3.1em;
	padding-left:15px;
}

.butapp p {
	font-family: "Nunito-bold";
	color:#000;
	font-size:20px;
	margin-bottom:10px;
	line-height:24px;
}

.butapp span{
	font-family: "Nunito-Light";
	font-size: 14px;
	color:#636363;
	padding-top:10px;
	line-height:18px;
}

.butapp:hover p, .butapp:hover span {
	color:#fff;
	transition:0.5s;
}

@media (max-width:1000px) {
.butapp  {
	height:170px;
}
}

@media (max-width:900px) {
.butapp p {
	font-size:18px;
}
}

.visible-xs-inline {
	display:none;
}

@media (max-width:767px) {
	
.visible-xs-inline {
	display:inline;
}
.butapp {
	height:unset;
}
	.greenapp {
  margin-top: 0;
	}
	.textapp {
		width:100%;
		height:auto;
		float:unset;
    padding-left: 0;
	text-align:center;
}

	.imgapp {
		position:relative;
		margin-left:0;
		width:100%;
		height:auto;
}
.greenapp img{
	margin-top:50px;
}
}

.app-android h2{
	font-family: "Nunito-Regular";
	font-size: 24px;
	margin-bottom:30px;
}

.app-android h4{
	font-family: "Nunito-bold";
	font-size: 20px;
	padding-bottom:20px;
}

.app-android span{
	font-size: 44px;
}

.appdown {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	gap:15px;
	padding-bottom:30px;	
}

.appdown img{
	  width:100%;
	  max-width:250px;
	  opacity:0.7;
}

.appdown img:hover{
	  opacity:1;
}

.app-android ol, .app-android ul{
    margin-left: 20px;
}

.app-android ol li {
    list-style: inline;
    padding-inline-start: 10px;
    margin-block-start: 0px;
    margin-block-end: 10px;
}

.app-android ul li {
    list-style: disc;
	color:#88c74a;
    padding-inline-start: 10px;
    margin-block-start: 0px;
    margin-block-end: 10px;
}

.app-android span.minix {
	font-size:16px;
}

.app-android span img {
	padding-top:20px;
}


.pobox {
	border-radius:10px;
	background:#f5f5f5;
	margin-bottom:20px;
	padding:15px;
}
.numb {
	font-size:5em;
	font-family: "Nunito-Bold";
	color: #88C74A;
}
	
.txtb {
	padding-top:30px;
}

.minix img {
	border:1px solid #f5f5f5;
	width:100%;
	/* max-width:300px; */
	padding-top:10px !important;
	padding:10px;
	border-radius:4px;
	background:#fff;
	margin:15px 0;
}

/* ТАБЫ */

.tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}

.tabs label {
    display: block;
    float: left;
    width: 20%;
    color: #88C74A;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
	border:1px solid #88C74A;
	border-radius:6px;
	margin-right:15px;
	margin-bottom:10px;
	padding:10px 0;
}

.tabs label i{
    font-size:1.3em;
}

.tabs label span {
    display: none;
}
.tabs label:hover {
    color: #fff;
    background: #88C74A;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.safari {
	display:flex;
	justify-content:space-between;
	gap:20px; 
}

.itemsaf {
	width:25%;
	text-align:center;
}

/* --- */

.tabs [id^="tab"]:checked + label {
    color: #fff;
    background: #88C74A;
}
#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2,
#tab-third:checked ~ #tab-content-3,
#tab-fourth:checked ~ #tab-content-4
{
    display: block;
}

@media (max-width:767px) {
.tabs label {
    width: 45%;
}
.safari {
	 flex-wrap: wrap;
}
.itemsaf {
	width:100%;
}
}

@media (max-width:350px) {
.tabs label {
    width: 100%;
	margin-right:0;
}
}

/* /ТАБЫ */

@media (max-width:767px) {
	.numb,.txtb {text-align:center;}
	.txtb {
	padding-top:20px;
}
  .blog-layout .blog-title {
	margin-top: 10px;	}
}

.piccc {
	background:#f5f5f5;
	margin-top:20px;
	margin-bottom:40px;
	padding:40px 15px 20px;
	text-align:center;
	border-radius:2px;
}

.piccc img{
	width:100%;
	max-width:150px;
	margin-bottom:15px;
}

.grey-border {
	border:1px solid #adf268b8;
	margin-left: 0px !important;
    margin-right: 0px !important;
	margin-bottom:30px;
	border-radius:2px;
	box-shadow: inset 0px 0px 35px 0 #adf268b8;
}

/* .about-lime {display:none !important;} */

.square-image {
  object-fit: cover;
  width: 555px;
  height: 555px;
}

.coupon-link {
  display: block;
  text-decoration: none; /* убираем подчеркивание */
  color: inherit; /* сохраняем цвет текста */
}

.coupon-content {
  display: block;
}

.table-dark {
    color: #000; 
}

.coupon-image {
  width: 100%;
}

footer {
	padding-top: 50px;
    background: linear-gradient(#f5f5f5, #fff, #fff);
}

.zag-win p {
	font-family:nunito-bold;
}


.topmenu1 img {
	width:210px;
}

.fixed .topmenu1 img {
	transition:0.2s;
	width:135px !important;
}


.promenu {
	display: none;
}

.barrs i.fa-bars{
	padding:0 20px 0 0;
}

.fixed .promenu {
	display: block !important;
}

.fixed .navgition-menu ul .toggleable .menu-item {
        font-size: 14px !important;
}

.supercover {
	display:flex;
	align-items: center;
	justify-content: center;
} 

.promo_cont {
	width:100%;
	max-width:450px;
	margin:15px;
}

.promo_cover {
	border-radius:10px;
	border:2px solid #88C74A;
	padding:15px;
	display:flex;
	flex-direction: column;
	box-shadow: 0 0 15px #fff, 0 0 5px #fff, 0 0 10px #fff;
	background:#fff;
}

.promo_cover p{
	padding:0;
	margin:0;
	line-height:unset;
}

.promo_top {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	gap:15px;
}


.promo_top img{
	width: 100%;
	max-width:150px;
}

.promo_top h2{
	padding:0;
	margin:0;
	font-size:20px;
	color:#000;
	font-family: 'Nunito-Bold';
}

@media (max-width:465px) {
.promo_top {
	flex-wrap:wrap;
}
.promo_top h2{
	text-align:center;
}
}

.promo_title {
	background: #88C74A;
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap:15px;
	flex-wrap: wrap;
	padding:15px;
	margin:15px -15px;
}



.promo_title img{
	width: 100%;
	max-width:200px;
}

.promo_title p{
	padding:0;
	margin:0;
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-family: 'Nunito-Bold';
}

@media (max-width:465px) {
.promo_title {
	justify-content: center;
}
.promo_title p{
	text-align:center;
}
}

.promo_wow {
	display:flex;
	flex-direction: column;
}

.promo_wow h5{
	text-align:center;
	color:#88C74A;
	padding:3px 0 0 0;
	margin:0;
	font-size:16px;
	text-transform:uppercase;
}

.promo_wow h3{
	text-align:center;
	padding: 0;
	margin:0;
	font-size:22px;
	text-transform:uppercase;
	font-family: 'Nunito-Bold';
	letter-spacing: 0.2em;
    color: #fff;
}

.wow_skidka {
	display:flex;
	flex-direction: column;
	border-radius:10px;
	background:#ffd17e;
	margin:15px 0 0 0;
	padding:15px 0;
	text-align:center;
}



.skidka_main {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 0 15px;
	border-radius:0 0 10px 10px;
}

.skidka_usl {
	font-size:14px;
	padding:15px;
	border-radius:10px;
	background:#ffe6b8;
	margin:10px 0 -15px;
}

.wow_bonus {
	display:flex;
	flex-direction: column;
	border-radius:10px;
	background:#83b9ff;
	margin:15px 0 0 0;
	padding:15px 0;
	text-align:center;
}

.bonus_main {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 0 15px;
	border-radius:0 0 10px 10px;
}

.bonus_up {
	display:flex;
	flex-direction: column;
	padding: 15px;
	color:#000;
	background:#b8d7ff;
	border-radius:10px;
	border-top:red;
	margin:10px 0 -15px;
}

.bonus_up span{
	font-size:20px;
	font-family: 'Nunito-Bold';
}

.wow_cupon {
	display:flex;
	flex-direction: column;
	border-radius:10px;
	background:#ff9292;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	text-align:center;
}

.cupon_main {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 15px 15px;
	border-radius:0 0 10px 10px;
	color:#000;
	font-family: 'Nunito-Bold';
}

.scenarios_main {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 15px 0 15px;
	border-radius:0 0 10px 10px;
	color:#000;
	font-family: 'Nunito-Bold';
}

.cupon_foot {
	font-size:14px;
	padding:15px;
	border-radius:10px;
	background:#ffc1c1;
}

.promo_wow .main_1 {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	font-size:16px;
	color:#000;
	gap:5px;
	margin:10px 0 0;
}

.promo_wow .main_1 span{
	font-size:20px;
	font-family: 'Nunito-Bold';
}


.promo_wow .main_2 {
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	border-radius:25px;
	padding:5px 10px;
	gap:5px;
	color:#000;
	background-color:#ffffff40;
	box-shadow: 0 0 15px #00000030;
	margin:10px 0 0;
}

.promo_wow .main_2 span{
	font-size:20px;
	font-family: 'Nunito-Bold';
	color:#000;
}

.promo_button {
	padding:20px 15px 0;
	text-align:center;
}

.promo_button p{
	padding-top:20px;
	font-size:14px;
}

.promowindow {
	display:none;
	width: 100%;
    max-width: 500px !important;
	padding:40px !important;
}

.wow_scenarios {
	display:flex;
	flex-direction: column;
	border-radius:10px;
	background:#55ddc6;
	margin:15px 0 0 0;
	padding:15px 0;
	text-align:center;
}

.but_cont {
	display:block;
	width:160px;
	text-align:center;
	margin-top:5px;
	padding:5px 0;
	border-radius:30px;
	border: 1px solid #88c74a;
}

.but_cont:hover {
	transition:0.2s;
	color:#fff;
	background:#88c74a;
}

.rekomende {
	position: absolute;
	top:7px;
	right:7px;
	background:#88c74a;
	padding:3px 6px;
	color:#fff;
	font-family: 'Nunito-Bold';
	border-radius:4px;
	display:flex;
	align-items: center;
	justify-content: space-evenly;
	gap:5px;
	font-size:10px;
	text-transform:uppercase;
	box-shadow: 2px 3px 5px #00000030;
}

.rekomende i{
	font-size:26px;
}

.toolzz h4{
	color:#252525;
	font-family: 'Nunito-Bold';
	font-size:18px;
	padding:10px 0 5px 0;
}

.for_but {
	display:flex;
	align-items: center;
	justify-content: center;
	padding:0 !important;
}

.icf {
	display:flex;
	align-items: center;
    flex-direction: column;
	gap:15px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}

.icf img{
	width:150px;
}

.akcii-partner {
	max-height:812px;
	overflow: hidden;
}

.arr-d img{
	width:200px; 
	padding-top:5px;
}

.partxt {
  flex-basis: 60%;
}

.partxt p{
	padding-top:5px;
	font-size:0.9em;
}

@media (max-width:465px) {
.partxt p{
	text-align:center;
}
}


.logoxt {
  flex-basis: 40%;
  text-align:center;
}

.logoxt img{
  padding-bottom:5px;
}

.logoxt a{
	border: 1px solid #88c74a;
    color: #88c74a;
    background: #FFF;
    transition: 0.2s;
    padding: 2px 15px 1px;
    border-radius: 15px;
}

.logoxt a:hover {
  border: 1px solid #88c74a;
  color: #fff;
  background: #88c74a;
  transition: 0.2s;
}

@media (max-width:465px) {
.logoxt a{
	text-align:center;
}
.logoxt {
  flex-basis: 100%;
}
.partxt {
  flex-basis: 100%;
}
}

.greenapp._main {
	border-radius: 0;
    margin: 100px 0 15px;
}

.textapp._main1 {
padding-left: 0;
}


@media (max-width:767px) {
.imgapp._main2{
	display:none;
}
}

.cta-form .checkb {
	display: flex;
	align-items: flex-start;
	gap:10px;
	margin-bottom:20px;
}

.cta-form .checkb input {
	margin-top:2px;
}

.cta-form small {
	font-size: 14px; 
	line-height: 18px; 
	color: #999;
}