/*
Table of Contents
=================

/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
ul,
em,
img,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

li
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* =WordPress Core
-------------------------------------------------------------- */

/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}

a:focus
{
  color: #000;
}


img
{
  max-width: 100%;
  height: auto;
}

.woocommerce-Price-currencySymbol
{
  font-family: 'Rubik', sans-serif !important;
}
/* main
{
  overflow: hidden;
}

header
{
  overflow: hidden;
} */










/* ===================================================================Custome_code============================================================== */

/* header */

header
{
  padding: 10px 0;
}

.header_row__item___meta____cart a
{
  position: relative;
}

.header_row__item___meta____cart a div
{
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  background-color: #FFC608;
  position: absolute;
  font-weight: 700;
  top: -25px;
  right: 6px;
  border-radius: 50%;
}

.header_row__1
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-search-form
{
  /* min-width: 573px; */
  min-width: 495px;
}

.product-search input[type="text"].product-search-field, .product-search input[type="text"].product-filter-field
{
  background-color: #F4F5F6;
  outline: none;
  border: none;
  padding: 13px 18px 13px 45px;
  border-radius: 5px;
  border: 1px solid #E4EBF4;
  color: #333333;
}

.xs_search
{
  position: relative;
}


.xs_search svg
{
  position: absolute;
  top: 7px;
  left: 14px;
  color: #B6BAC2;
}

.header_row__item___meta
{
  display: flex;
}


.header_row__item___account____wrap
{
  background-color: #F4F5F6;
  outline: none;
  border: none;
  padding: 9px 20px 9px 20px;
  border-radius: 5px;
  border: 1px solid #E4EBF4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_row__item___account____wrap span{
  margin: 0 5px;
}



.header_row__item___account____wrap svg
{
  margin-right: 10px;
}

.header_row__item___account____wrap a
{
  color: #120A8F;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.header_row__item___account____wrap a:hover
{
  opacity: 0.7;
  transition: all 0.3s;
}


.header_row__2
{
  display: flex;
  align-items: center;
}

.header_row__2 ul
{
  display: flex;
}

.header_row__2 ul li
{
  line-height: 16px;
}


.header_row__2 .header_row__2___menu____left ul li a
{
  font-size: 16px;
  line-height: 21px;
  color: #19191C;
  text-decoration: none;
  margin-left: 20px;
  transition: all 0.3s;
}

.header_row__2 .header_row__2___menu____right ul li a
{
  font-size: 16px;
  line-height: 21px;
  color: #19191C;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin-left: 20px;
}

.header_row__2 .header_row__2___menu____right ul li a img
{
  margin-right: 2px;
}

.header_row__2 ul li.katalog a
{
  position: relative;
  padding-right: 20px;
}

/* .header_row__2 ul li.katalog a::after
{
  content: '';
  width: 1px;
  height: 24px;
  background-color: #E4EBF4;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
} */

.header_row__2___icon
{
  height: 18px;
  cursor: pointer;
}


.header_row__2___icon i
{
  font-size: 25px;
  color: #120A8F;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  margin-top: -5px;
  margin-left: -2px;
  cursor: pointer;
}

.header_row__2___icon svg
{
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  margin-top: 1px;
}


.header_row__2___icon___open
{
  opacity: 1 !important;
  transition: all 0.3s !important;
  position: static;
  cursor: pointer;
}

.header_row__2 ul li a:hover
{
  /* opacity: 0.7; */
  transition: all 0.3s;
  color: #120A8F;
}


.header_row__2___menu____right
{
  margin-left: auto;
}

.menu-image-title-after.menu-image-title
{
  padding-left: 0;
}


.tp-bgimg.defaultimg 
{
  border-radius: 25px !important;
}



.header_main
{
  box-shadow: 0px 6px 10px rgba(162, 133, 172, 0.1);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.header_row__mob
{
  display: none;
}



.header_mod_open
{
  cursor: pointer;
}

.header_mob_menu_block
{
  padding: 20px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #F4F5F6;
  z-index: 999;
  top: 0px;
  left: 0;
  transition: all 0.5s;
  transform: translateY(-300%);
  overflow-y: scroll;
  height: 650px;
}

.xs_header_trigger_script_open
{
  transform: translateY(0%);
}


.dn
{
  display: none;
}

.db
{
  display: block;
}

.xs_animate_close
{
  transition: all 0.3s;
  transform: rotate(-90deg);
}

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


.header_mob_menu
{
  margin-top: 15px;
}

.header_mob_menu ul li a
{
  color:  #19191C; 
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}


.header_mob_info h3
{
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.header_mob_info p a
{
  text-decoration: none;
  color: #120A8F;
  display: inline-block;
  margin-left: 5px;
}

.wish-count
{
  color: #19191C;
}

.cart-price
{
  color: #19191C;
}



.xs_breadcrumbs .breadcrumbs a
{
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #C1C1C1;
}

.xs_delimetr
{
  line-height: 14px;
  color: #777E90;
  padding: 0 5px;
}

.xs_breadcrumbs .breadcrumbs span.current
{
  font-size: 15px;
  font-weight: 400;
  color: #19191C;
}

.xs_breadcrumbs .breadcrumbs
{
  margin-bottom: 30px;
}

.xs_wishlist__items___count
{
  font-size: 30px;
  color: #19191C;
  font-weight: 500;
  /* margin-bottom: 60px; */
}




.xs_wishlist__items___count span
{
  font-size: 24px;
  color: #C1C1C1;
  font-weight: 400;
  margin-top: 3px;
  margin-left: 10px;
}

.xs_wishlist__render___wrap
{
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xs_wishlist__render___wrap h2
{
  font-size: 32px;
  color: #19191C;
  font-weight: 500;
}
.xs_wishlist__render___wrap h3
{
 text-align: center;
 font-size: 18px;
 color: #777E90;
 font-weight: 400;
}

.xs_wishlist__items___count___mod
{
  margin-bottom: 80px;
}


.xs_control_element
{
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.xs_mob__search
{
  display: none;
  margin-top: 30px;
}




#menu-header-menu-left li.katalog
{
  position: relative;
  cursor: pointer;
}



#menu-header-menu-left li.katalog > ul
{
    position: absolute;
    width: 815px;
    height: 550px;
    z-index: 9999999999;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 17px;
    padding: 30px 40px 40px 15px;
    left: -18px;
    -webkit-box-shadow: -1px 21px 28px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 21px 28px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 21px 28px 0px rgba(34, 60, 80, 0.2);
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
    
}

#menu-header-menu-left li.katalog > ul ul
{
  display: flex;
  flex-direction: column;
}

#menu-header-menu-left ul > li
{
  width: 250px;
}

#menu-header-menu-left li.katalog > ul > li > a
{
  font-weight: 500;
  color: #19191C;
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
}

#menu-header-menu-left li.katalog > ul > li > ul > li
{
  margin-bottom: 5px;
}

#menu-header-menu-left li.katalog > ul > li
{
  margin-bottom: 30px;
}




.sub-menu li a::after
{
  display: none !important;
}


.xs_sub_open
{
  transition: all 0.3s;
  opacity: 1 !important;
  z-index: 99999 !important;
  cursor: pointer !important;
}





/* end header */


















/* footer */
footer
{
  padding-top: 50px;
  border-top: 2px solid #E4EBF4;
}

footer .row
{
  padding-bottom: 30px;
}


.footer_copyright
{
  color: #777E90;
  margin-top: 20px;
}

.footer_item__title h3
{
  font-size: 18px;
  color: #C1C1C1;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer_item__menu ul li
{
  margin-bottom: 10px;
}

.footer_item__menu ul li a
{
  color: #19191C !important;
  text-decoration: none;
  transition: all 0.3s;
}

.footer_item__menu ul li a:hover
{
  color: #120A8F !important;
  transition: all 0.3s;
}


.footer_item__map
{
  margin-top: 15px;
}

.footer_item__map a
{
  color: #120A8F;
  text-decoration: none;
}

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

.footer_bottom
{
  padding: 20px 0;
  border-top: 2px solid #E4EBF4;
}

.footer_bottom__wrap
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer_bottom a
{
  text-decoration: none;
}

.footer_mob
{
  display: none;
}

.footer_mob_item_soc h3
{
  font-size: 18px;
  color: #C1C1C1;
  text-align: center;
  font-weight: 400;
}

.footer_mob__list
{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.footer_mob__list div
{
  padding: 0 5px;
}

.footer_mob_item_img
{
  text-align: center;
  margin-top: 40px;
}

.footer_mob_item_info
{
  text-align: center;
  margin-top: 30px;
}

.footer_mob_item a
{
  text-decoration: none;
}

.footer_mob
{
  padding-bottom: 40px;
}


.footer_fixed_panel
{
  display: none;
  border-top: 2px solid #E4EBF4;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999999999999999999999999999999999999999999999999999999999;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  left: 0;
}

.footer_fixed_panel .menu-image-title
{
  text-align: left;
}

.footer_fixed_panel_list ul
{
  display: flex;
  justify-content: space-between;
}

.footer_fixed_panel_list ul a
{
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #777E90;
  font-size: 14px;
}

.current-menu-item .menu-image path
{
  fill: #120A8F;
}


.current-menu-item .menu-image-title
{
  color: #120A8F;
}


#rev_slider_1_1 .uranus.tparrows:before
{
  color: #000 !important;
}

.tparrows 
{
  border-radius: 50% !important;
}



.tp-bullet
{
  background-color: rgba(255,255,255,0.1) !important;
  box-shadow: inset 0 0 0 2px rgb(255,255,255) !important;
}








/* end footer */



.vc_row
{
    margin-left: 0px !important;
     margin-right: 0px !important;
}



.footer_about
{
  background-color: #15131A;
  padding-top: 150px;
  padding-bottom: 40px;
}



.footer_item__1___subtitle
{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.footer_item__1___subtitle svg
{
  margin-right: 15px;
}

.footer_item__1___subtitle span
{
  color: #F4F5F6;
  font-weight: 400;
  opacity: 0.6;
}

.footer_about .footer_item
{
  width: 49%;
}


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

.footer_item__1___title h2
{
  font-size: 44px;
  line-height: 50px;
  color: #F4F5F6;
  width: 80%;
  margin-bottom: 30px;
}


.footer_item__1___title h3
{
  color: #F4F5F6;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 60px;
}


.footer_item__1___contacts____item p
{
  font-size: 26px;
  color: #FFC608;
}


.footer_item__1___contacts____item h4
{
  font-size: 18px;
  color: #F4F5F6;
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 10px;
}


.footer_item__1___contacts
{
  display: flex;
  flex-wrap: wrap;
}

.footer_item__1___contacts____item
{
  width: 50%;
  margin-bottom: 30px;
}


.footer_about__bottom___content
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_about__bottom___item a
{
  display: inline-block;
  margin-right: 30px;
  color: #F4F5F6;
  opacity: 0.6;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.footer_about__bottom___item span
{
  display: inline-block;
  color: #F4F5F6;
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
}

.footer_about__bottom
{
  margin-top: 100px;
}


.footer_form__row___1
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer_item__2 .footer_form__row___1 input
{
  width: 48%;
  background-color: #15131A;
  color: #F4F5F6;
  opacity: 0.6;
  padding: 16px 0;
  outline: none;
  border: 0px solid #F4F5F6;
  border-bottom: 1px solid rgba(244,245,246,0.6);
  font-family: 'Rubik';
  font-size: 18px;
}


.footer_form__row___2 textarea
{
  background-color: #15131A;
  color: #F4F5F6;
  opacity: 0.6;
  outline: none;
  border: 0px solid #F4F5F6;
  border-bottom: 1px solid rgba(244,245,246,0.6);
  width: 100%;
  font-size: 18px;
  font-family: 'Rubik';
}


.footer_form__row___3 h4
{
  font-size: 18px;
  color: #F4F5F6;
  opacity: 0.4 !important;
  font-weight: 400 !important;
  font-family: 'Rubik';
  margin-top: 25px;
  margin-bottom: 15px;
}


.footer_form__row___3____chalenge
{
  display: flex;
  margin-bottom: 60px;
}

.footer_form__row___3____chalenge .xs_chalenge
{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-family: 'Rubik';
  margin-right: 10px;
  cursor: pointer;
}


.footer_form___submit button
{
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: #FFC608;
  border-radius: 8px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  transition: all 0.3s;
}



.footer_form___submit button:hover
{
  opacity: 0.7;
  transition: all 0.3s;
}


.footer_form__row___1 .wpcf7-form-control-wrap
{
  width: 48%;
}



/* Custome select */
#id_work_days{
  height: 44px !important;
  border: none !important;
  overflow: hidden !important;
  background-color: #15131A !important;
  width: 100%;
}


#id_work_days:focus {
  outline: none !important;
  
}
#id_work_days option{
  
  font-size: 1.2em !important;
  text-align: center !important;
  margin-right: 20px !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
}

select > option:checked{
    box-shadow: 0 0 10px 100px #FFC608 inset;
    outline:none;
    color: #fff !important;
}



.xs_oferta__title h1
{
  font-size: 48px;
  color: #19191C;
  font-weight: 500;
}


.xs_404
{
  padding: 100px 0;
}

.xs_404__content
{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 600px;
}

.xs_404__content img
{
  margin-bottom: 90px;
}


.xs_404 h1
{
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #19191C;
  margin-bottom: 10px;
}

.xs_404 h4
{
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #777E90;
  margin-bottom: 30px;
}

.xs_404 .xs_back_home_404
{
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #0071E3;
  padding: 16px 24px;
  background: rgba(18, 10, 143, 0.2);
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
}


.xs_blog
{
  padding: 50px 0;
  margin-bottom: 50px;
}


.xs_blog h1
{
  color: #19191C;
  font-weight: 500;
  font-size: 60px;
  line-height: 71px;
  text-align: center;
  margin-bottom: 5px;
}


.xs_blog h1 span
{
  color: #0071E3;
}


.xs_blog h3
{
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #777E90;
}


.xs_blog__title
{
  margin-bottom: 30px;
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 526px !important;
    margin: 0 auto !important;
}

.xs_blog__search___wrap
{
  border: 1px solid #E4EBF4;
  box-sizing: border-box;
  border-radius: 8px;
  width: 615px !important;
  margin: 0 auto !important;
  padding: 10px 0;
  position: relative;
  padding-right: 10px;
}

.promagnifier
{
  display: none;
}


.xs_search_icon
{
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}



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


.xs_blog__widget___item_1
{
  width: 59%;
}

.xs_blog__widget___item_2
{
  width: 39%;
}

.xs_blog__widget___item_1 img
{
  width: 670px;
  height: 411px;
  border-radius: 15px;
}


.blog .breadcrumbs
{
  display: none;
} 


.xs_blog__search
{
  margin-bottom: 30px;
}


.xs_blog_widget_category a
{
    font-size: 16px;
    color: #777E90;
    padding: 5px 12px;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.xs_blog__widget___item_2 h2
{
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #19191C;
  margin-bottom: 10px;
}

.xs_blog__widget___item_2 h2 a
{
  text-decoration: none;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #19191C;
}

.xs_blog__widget___item_2 p
{
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #777E90;
  margin-bottom: 60px;
}


.xs_blog__widget___item_2
{
  padding-top: 30px;
}

.xs_blog_widget_bottom
{
  display: flex;
}

.xs_blog_widget_bottom div:first-child
{
  margin-right: 30px;
}


.xs_blog__widget
{
  margin-bottom: 50px;
}



.xs_blog__list___items
{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 46px;
}


.xs_blog__list___items .xs_post
{
  margin: 0 10px;
  margin-bottom: 50px;
}

div[class^="more-page-"]
{
  display: flex !important;
  flex-wrap: wrap !important;
}

#load-posts
{
  width: 100%;
  text-align: center;
}

.xs_blog__paginate
{
  width: 100%;
}

#loadmore
{
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #19191C;
  padding: 15px 30px;
  background: #F4F5F6;
  border-radius: 8px;
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
}

#loadmore:hover
{
  opacity: 0.7;
  transition: all 0.3s;
}

#loadmore svg
{
  margin-bottom: -3px;
  margin-right: 7px;
}


.xs_post__list___item___title
{
  min-height: 46px !important;
}


.xs_blog_filter_list span
{
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #19191C;
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px solid #E4EBF4;
  cursor: pointer;
}

.xs_blog_active
{
  background: #0071E3;
  color: #fff !important;
  border: 1px solid #0071E3 !important;
}


.xs_blog__paginate_h, .xs_blog__paginate
{
  text-align: center;
}


.xs_category h1
{
  font-size: 47px;
  text-align: center;
  color: #19191C;
}


.xs_category_content
{
  margin-bottom: 80px;
}

.xs_category
{
  margin-top: 30px;
}


.category  .breadcrumbs
{
    display: none;
}

.xs_category__title
{
  margin-top: 50px;
}


.xs_blog__count
{
  display: inline-block;
  color: #C1C1C1;
}

.xs_blog_active .xs_blog__count
{
  color: #fff !important;
}

.xs_blog__list___items .xs_post__list___item___title 
{
  font-weight: 500;
}


.blog .xs_post__list___item___countview svg {
    margin-bottom: -2px;
}

.xs_post__list___item___countview span
{
  display: flex;
  align-items: center;
}

.xs_post__list___item___timeread span
{
  display: flex;
  align-items: center;
}

.xs_single__title
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 2px solid #E4EBF4;
}
.xs_single__title h1
{
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #19191C;
  margin-bottom: 10px;
  text-align: center;
}

.single .breadcrumbs
{
  display: none;
}


.xs_single__back a
{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #19191C;
  text-decoration: none;
  position: relative;
}


.xs_single__back a::before
{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #19191C;
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
}

.xs_single__back
{
  cursor: pointer;
  display: inline-block;
  display: flex;
  align-items: center;
}

.xs_single__back span
{
  margin-right: 10px;
  margin-bottom: -5px;
}

.xs_single__back
{
  margin-bottom: 30px;
}


.xs_single_category a
{
  display: inline-block;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: #777E90;
  font-weight: 500;
}


.xs_single_category
{
  margin-bottom: 8px;
}


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

.xs_single__title___info span.xs_single__title___info_item
{
  margin-right: 30px;
  position: relative;
  color: #C1C1C1;
}

.xs_single__title___info span.xs_single__title___info_item::after
{
    content: "";
    width: 5px;
    height: 5px;
    background: #B6BAC2;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -20px;
    top: 46%;
    color: #C1C1C1;
}

.xs_single__title___info div
{
  margin-left: 5px;
}

.xs_single__title___info .xs_post__list___item___countview svg
{
  margin-bottom: -3px;
}

.xs_single__title___info .xs_post__list___item___countview span:last-child
{
  margin-bottom: -2px;
  color: #C1C1C1;
}


.xs_single__content
{
  padding-top: 30px;
}


.xs_single__wrap
{
  max-width: 770px;
  margin: 0 auto;
  
}


.xs_single_comments
{
  margin-top: 80px;
  border-bottom: 2px solid #E4EBF4;
  padding-bottom: 50px;
}



.xs_no_log
{
  display: flex;
  align-items: center;
  background: #F4F5F6;
  padding: 21px 25px;
  border-radius: 5px;
  margin-bottom: 80px;
}


.xs_no_log__w80
{
  width: 80%;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #19191C;
}


.xs_no_log a
{
  color: #fff;
  padding: 14px 34px;
  background: #0071E3;
  border-radius: 8px;
  text-decoration: none;
}


.anycomment-btn
{
  background-color: #120A8F !important;
  transition: all 0.3s;
}

.anycomment-btn:hover
{
  background-color: #120A8F !important;
  transition: all 0.3s;
}


.xs_single__more
{
  padding-top: 60px;
}


#anycomment-load-container
{
    display: flex;
    flex-direction: column;
}

#anycomment-load-container .anycomment-form
{
  order: 1;
}



.xs_single__more h3
{
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #19191C;
  margin-bottom: 30px;
}


.xs_single__more
{
  margin-bottom: 80px;
}


.xs_single__more .slick-slide
{
  margin: 0 10px;
}

.xs_single__more___slider
{
  margin: 0 -10px;
  position: relative;

}

.xs_single_prev
{
  position: absolute;
  top: 40%;
  left: -60px;
  cursor: pointer;
}

.xs_single_next
{
  position: absolute;
  top: 40%;
  right: -60px;
  cursor: pointer;
}

.single .xs_post__list___item___countview svg
{
  margin-bottom: -3px;
}


.single .xs_post__list___item___title a
{
  font-weight: 500;
}


.qwer{
    animation-name: qwer;
    animation-duration: 1.5s;
}

@keyframes qwer
{
    from{opacity: 0.1;}
    to{opacity: 1;}
}





.xs_dist_list__item___title h3
{
  margin: 0;
}


.xs_dist_list__item___title h4
{
  margin: 0;
}


.footer_bottom__item a
{
  color: #777E90 !important;
}


.single-product .footer_desc
{
  background-color: #fff;
  position: relative;
  z-index: 99;
  margin-top: 0;
}

#menu-header-menu-left #menu-item-107 > a > span
{
  margin-left: 7px;
}


.xs_discounted_products_btn a svg
{
  margin-right: 7px;
  margin-bottom: -1px;
}





.fa-times
{
  margin-left: 0 !important;
}

.xs_loop_li_wrap .xsa
{
  display: block;
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  height: 100%;
}


.fixed {
  position: fixed;
  z-index: 1;
  top: 0px;
  width: 390px !important;
  transition: all 0.5s !important;
  padding-top: 36px;
}


.xsx_dn
{
  display: none !important;
}

.xsx_db {
  display: block !important;
}

.xs_cart_email label
{
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  color: #0D0E81;
  font-weight: 500;
}


#mega-menu-wrap-header_menu_left #mega-menu-header_menu_left li#mega-menu-item-107>a.mega-menu-link:before
{
  margin-top: -3px !important;
}



.header_mob_menu_block__row .header_row__item.header_row__item___search
{
  margin: 18px 0;
}


.header_mob_menu_block__row .header_row__item.header_row__item___account
{
  width: 100%;
  
}






.xs_pay_content
{
  margin-top: 101px;
  margin-bottom: 101px;
}

.xs_pay_content h1
{
  font-size: 44px;
  line-height: 53px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.xs_pay_content h1 img
{
  margin-right: 20px;
}


.xs_pay_content_subtext_title b
{
  color: #000;
  font-weight: 500;
}

.xs_pay_content a
{
  color: #120A8F;
  font-weight: 500;
}

.xs_pay_content_subtext_title
{
  margin-bottom: 60px;
}


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

.xs_pay_content_items > div:first-child
{
  padding: 25.5px 0 24.5px 25px;
  background-color: #EFF2FF;
  font-size: 25px;
  line-height: 31.5px;
  color: #000;
  font-weight: 500;
  width: 49%;
  border-radius: 10px;
}


.xs_pay_content_items p
{
  margin: 0;
}

.xs_pay_content_items > div:last-child
{
  width: 49%;
}

.xs_pay_content_items > div:last-child li
{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.xs_pay_content_items > div:last-child li:last-child
{
  margin-bottom: 0px;
}

.xs_pay_content_items > div:last-child li span
{
  min-width: 18px;
  margin-right: 10px;
}

#menu-header-menu-right li a > svg
{
    margin-right: 7px;
}


.xs_reviews h1
{
  color: #000000;
  font-size: 54px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.xs_reviews h2
{
  color: #000000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  color: #777E90;
  margin-top: 60px;
}

.xs_reviews h1 span{
  color: #120A8F;
}


.xs_reviews__content
{
  margin-bottom: 60px;
}


.otzivy_list__item
{
  width: 200px;
  display: inline-block;
  margin-bottom: 30px;
}


.otzivy_list__item > img
{
  margin-bottom: 10px;
}

.otzivy_list__item > div span:first-child
{
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
}

.otzivy_list__item > div span:last-child
{
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color:#777E90;
  display: flex;
  align-items: center;
}

.otzivy_list__item > div img
{
  margin-right: 6px;
}


.otzivy_list__item > div
{
  display: flex;
  justify-content: space-between;
}


.otzivy_list
{
  display: flex;
  justify-content: space-between;
  width: 720px ;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 30px;
}


.xs_prompcode_popup
{
  position: fixed;
  bottom: 40px;
  right: 5px;
  background-color: #fff;
  padding: 15px 20px;
  width: 372px;
  z-index: 9999999999999999999999999999999 !important;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #00000040;
  display: none;
  height: auto !important;
}


.xs_prompcode_popup > div > span
{
  display: block;
  min-width: 12%;
}

.xs_promocode_popup_content
{
  font-size: 20px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}

.xs_promocode_popup_copy
{
  font-size: 20px;
  line-height: 23px;
  color: #120A8F;
  font-weight: 400;
  cursor: pointer;
}

.xs_prompcode_popup > div
{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xs_promocode_popup__close
{
  position: absolute;
  left: -41px;
  top: -35px;
  cursor: pointer;

}




.xs_promocode_popup_copytext
{
  cursor: pointer;
  margin-top: -2px;
}







.star.selected svg path
{
  fill: gold !important;
}

.star svg:hover > path
{
  fill: gold !important;
}



.woocommerce-view-order .comment-form-rating > label
{
  display: none !important;
}


.woocommerce-view-order .comment-form-comment
{
  margin-top: 0;
}

.star.selected2 svg path
{
  fill: gold !important;
}


.xs_loop_rating span
{
  display: flex;
  align-items: center;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #C1C1C1 !important;
  font-size: 2.25em;
}