@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Regular.woff2') format('woff2'),
  url('../fonts/Montserrat-Regular.woff') format('woff'),
  url('../fonts/Montserrat-Regular.ttf')  format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Medium.woff2') format('woff2'),
  url('../fonts/Montserrat-Medium.woff') format('woff'),
  url('../fonts/Montserrat-Medium.ttf')  format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Bold.woff2') format('woff2'),
  url('../fonts/Montserrat-Bold.woff') format('woff'),
  url('../fonts/Montserrat-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}

body,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
div:not([class^=icon-]){
 font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}


.kant__footer {
    text-align: center;
    box-sizing: border-box;
}
.kant__footer * {
    box-sizing: border-box;
}
.kant__footer .kant__footer__container {
    max-width: 1400px;
    padding: 0 32px;
    margin: 0 auto;
}
@media (max-width:940px) {
    .kant__footer .kant__footer__container {
    padding: 0;
}
}.kant__footer__row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 32px;
}
.kant__footer__row:last-child {
    margin-bottom: 0;
}
.kant__footer__row.kant__footer__column .kant__footer__column * {
    box-sizing: border-box;
}
.kant__footer__row.kant__footer__column .kant__footer__column:last-child {
    padding-bottom: 32px;
}
@media (max-width:1023px) {
    .kant__footer__row.kant__footer__row--menu {
    display: block;
}
}@media (max-width:1023px) {
    .kant__footer__row {
    margin-bottom: 16px;
}
}.kant__footer__logo {
    background: #e55a19;
    padding: 20px 25px;
}
@media (max-width:1023px) {
    .kant__footer__logo {
    padding: 10px 15px;
    display: flex;
}
}.kant__footer__landing {
    font-size: 20px;
    padding: 28px 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    flex-grow: 2;
}
@media (max-width:1023px) {
    .kant__footer__landing {
    display: none;
}
}.kant__footer__social {
    color: #9b9b9b;
    padding: 28px 0;
    text-align: right;
}
@media (max-width:1023px) {
    .kant__footer__social {
    padding: 14px 8px 0;
    text-align: center;
    flex-grow: 2;
}
.kant__footer__social span {
    display: block;
    margin-bottom: 4px;
}
}@media (max-width:320px) {
    .kant__footer__social {
    padding: 10px 4px 0;
}
}.kant__footer__social .icon {
    margin-left: 8px;
}
.kant__footer__social .icon:first {
    margin-left: 16px;
}
@media (max-width:320px) {
    .kant__footer__social .icon {
    margin-left: 0;
}
.kant__footer__social .icon:before {
    transform: scale(.8);
}
}.kant__footer__title {
    color: #fff;
    font-size: 20px;
    letter-spacing: -.57px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 24px;
}
@media (max-width:1023px) {
    .kant__footer__title {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.kant__footer__title:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 10px;
    background: url(/img/arrow-right-gray.png) center center no-repeat;
}
}.kant__footer__column {
    width: 33%;
    text-align: left;
    color: #9b9b9b;
    font-size: 14px;
    padding-right: 16px;
}
.kant__footer__column:last-child {
    width: 34%;
    position: relative;
    padding-bottom: 80px;
    padding-right: 0;
}
.kant__footer__column p {
    margin-bottom: 8px;
}
@media (min-width:1023px) and (max-width:1200px) {
    .kant__footer__column {
    width: 22%;
    padding-right: 32px;
}
.kant__footer__column:last-child {
    width: 34%;
    padding-right: 0;
}
}@media (max-width:1023px) {
    .kant__footer__column {
    width: auto;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
    margin: 0 16px 8px;
}
.kant__footer__column:last-child {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 16px;
}
}.kant__footer__column.kant__footer__column--opened .kant__footer__column__content {
    display: block;
}
.kant__footer__column.kant__footer__column--opened .kant__footer__title:after {
    transform: rotate(90deg);
}
.kant__footer__links a {
    display: block;
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 4px;
    text-decoration: none;
}
@media (max-width:1023px) {
    .kant__footer__links a {
    margin-bottom: 8px;
    font-size: 15px;
}
}@media (max-width:1023px) {
    .kant__footer__column__content {
    /* display: none; */
    padding-top: 16px;
    -moz-column-count: 2;
    -moz-column-width: 50%;
    -moz-column-gap: 16px;
    -webkit-column-count: 2;
    -webkit-column-width: 50%;
    -webkit-column-gap: 16px;
    column-count: 2;
    column-width: 50%;
    column-gap: 16px;
}
}@media (min-width:1023px) {
    .kant__footer__phones ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}.kant__footer__phones ul li {
    color: #9b9b9b;
    margin-bottom: 16px;
}
@media (max-width:1023px) {
    .kant__footer__phones ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
}.kant__footer__phones ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 4px;
}
@media (max-width:320px) {
    .kant__footer__phones ul li a {
    font-size: 14px;
}
}.kant__footer__text {
    border-bottom: 1px solid #333a3e;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.kant__footer__text p {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.2em;
    text-align: left;
}
.kant__footer__text p a {
    color: #9b9b9b;
    text-decoration: none;
}
@media (max-width:1023px) {
    .kant__footer__text {
    padding: 0 16px 16px;
    margin-bottom: 0;
}
}.kant__footer__payment {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 562px;
    max-width: calc(100vw - 30px);
}
.kant__footer__payment img {
    margin-left: 16px;
}
@media (max-width:1023px) {
    .kant__footer__payment {
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
}
.kant__footer__payment img {
    margin-bottom: 8px;
}
}@media (max-width:1023px) {
    .kant__footer__row--copy {
    display: none;
}
}.kant__footer__row--copy a {
    color: #9b9b9b;
}

.footerbase{
  display: none;
}

.kant__footer__row--copy .kant__footer__column:last-child{
  padding-bottom: 20px;
}

.kant__footer__social img{
  width: 34px;
}

@media (max-width: 600px) {
  .kant__footer__payment{
    width: 100% !important;
  }
  .kant__footer__social img{
    width: 30px;
  }
  .kant__footer__phones ul li a{
    font-size: 13px;
  }
  .kant__footer__column:last-child{
    padding-right: 0;
  }
  .kant__footer__column{
    margin: 0 0px 8px;
  }
  [class*="term-school"] #product_wrapper4 .kad_product,
  .term-sports-school #product_wrapper4 .kad_product,
  .term-competitions #product_wrapper4 .kad_product,
  .term-free-skating #product_wrapper4 .kad_product{
    width: 100% !important;
  }
}

.tinvwl_add_to_wishlist_button{
  margin-bottom: 4px;
}

.product-quantity,
.variations{
  display: none;
}

body .shop_table .product-name{
  width: 55%;
}

.add_to_cart_button{
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.add_to_cart_button:after{
  content: 'Добавить в корзину';
  font-size: 14px;
}

@font-face {
	font-family: 'iconFont';
	src:url('../fonts/iconFont.eot');
	src:url('../fonts/iconFont.eot') format('embedded-opentype'),
		url('../fonts/iconFont.ttf') format('truetype'),
		url('../fonts/iconFont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body .woo_product_zoom_enabled .woocommerce-product-gallery__image a:before {
		display: inline-block;
		vertical-align: middle;
		font-family: 'iconFont' !important;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 0 0 0 rgba(255,255,255,0);
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
    content: '\eA01' !important;
	}

  .kant__footer__phones ul {
    padding: 0;
    list-style-type: none;
  }

.woocommerce-MyAccount-navigation li:nth-of-type(1) a{
  font-size: 0;
  padding: 8px 0;
}
.woocommerce-MyAccount-navigation li:nth-of-type(1) a:after{
  content: 'Мой профиль';
  font-size: 14px;
  font-family: Roboto;
}
.woocommerce-MyAccount-navigation li:nth-of-type(1) a:before{
  font-size: 14px;
}

/* .berocket_aapf_widget-title{
  display: none;
}

.berocket_term_parent_0{
  padding-bottom: 12px !important;
} */

.woocommerce-MyAccount-content > p:nth-of-type(1){
  display: none;
}

.woocommerce-MyAccount-content > p:nth-of-type(2) a:nth-of-type(2){
  display: none;
}

.term-competitions #ktsidebar,
.term-free-skating #ktsidebar{
  display: none;
}

@media (max-width: 600px) {
  #home-custom-carousel{
    position: relative !important;
    top: 0px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0px !important;
    margin: 0px;
    width: auto !important;
    height: auto !important;
    z-index: auto;
  }
  .caroufredsel_wrapper{
    position: relative !important;
    top: 0px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0px !important;
    margin: 0px;
    width: auto !important;
    height: auto !important;
    z-index: auto;
  }

  #home-custom-carousel .kad_customcarousel_item{
    position: relative !important;
    top: 0px !important;
    right: auto !important;
    bottom: auto !important;
    left: 0px !important;
    margin: 0px;
    width: auto !important;
    height: auto !important;
    width: 100% !important;
  }
  .ccarousel_excerpt,
  .next_carousel,
  .prev_carousel{
    display: none !important;
  }
  .kad_customcarousel_item{
    margin-bottom: 30px !important;
  }
  .kad-header-style-three #nav-main ul.sf-menu > li > a{
    line-height: 30px !important;
  }
}

#mobile-nav-trigger{
  display: none !important;
}

.berocket_aapf_widget{
  margin-left: 0 !important;
}

.berocket_aapf_widget input{
  margin-right: 6px !important;
  position: relative;
  top: -2px;
}

.berocket_term_parent_0 > span{
  margin-bottom: 10px;
}

.berocket_label_widgets .berocket_aapf_count{
  color: #999;
  font-weight: 400;
}

.berocket_aapf_reset_button{
  width: 100%;
  background: none;
  height: 50px;
  border: none;
  border: 2px solid #1D68D1;
  color: #1D68D1;
  transition: all 0.25s;
  margin-right: 0;
  margin-top: 45px;
}

.berocket_aapf_reset_button:hover{
  background: #1D68D1;
  color: #fff;
}

.sidebar .widget-inner li{
  border: none !important;
}

@media (max-width: 991px) {
  #kad-shrinkheader .row{
    display: flex;
  }

  #kad-shrinkheader .row #menu-main-menu{
    display: flex !important;
  }

  #menu-main-menu span{
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  #kad-shrinkheader .kad-header-right{
    align-items: center;
    display: flex;
  }
  #thelogo{
    height: 80px !important;
    line-height: 80px !important;
  }
  #thelogo img{
    max-height: 60px !important;
    margin: 0 !important;
    height: 80px !important;
    line-height: 80px !important;
    top: 20px;
  }
  .brand.logofont,
  #kad-shrinkheader{
    height: 80px !important;
    line-height: 80px !important;
  }
  .kad-nav-three{
    display: none !important;
  }
  #rev_slider_1_1,
  .fullwidthbanner-container{
    height: 320px !important;
  }
  .forcefullwidth_wrapper_tp_banner{
      height: 240px !important;
  }
  .page-header .row{
    display: flex;
    flex-wrap: wrap;
  }
  .page-header .row .woo-archive-pg-title{
    width: 100%;
    order: 1;
  }
  .page-header .row .woo-archive-pg-title .page-title{
    font-size: 25px;
  }
  #content .row{
    display: flex;
    flex-wrap: wrap;
  }
  #content .row .main{
    width: 100%;
    order: 1;
  }
  .widget{
    margin-top: 10px !important;
  }
  .page-header{
    margin-bottom: 5px !important;
  }
  .select2-selection{
    width: calc(100% - 10px) !important;
  }
  .berocket_aapf_widget input{
    top: 0px !important;
  }
  .product_title.entry-title{
    font-size: 22px;
  }
  .related.products{
    display: none !important;
  }
  .wc-tabs-wrapper > h3,
  .wc-tabs-wrapper > a{
    display: none !important;
  }
  .wc-tabs-wrapper{
    font-size: 0;
  }
  .wc-tabs-wrapper .entry-content{
    font-size: 14px;
  }
  .wc-tabs-wrapper h3{
    font-size: 24px;
  }
  .woocommerce-message{
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-message a{
    order: 1;
    margin: 0 !important;
    margin-top: 14px !important;
    width: 100%;
    text-align: center;
  }
  #kad-banner{
    position: relative !important;
  }
}

/*@media (max-width: 460px) {*/
/*  .kad-header-left,*/
/*  .kad-header-right,*/
/*  #menu-main-menu a{*/
/*    padding: 0 !important;*/
/*  }*/
/*}*/

#kad-head-cart-popup{
  z-index: 10;
  max-width: 95vw;
}

.contentclass,
body,
.headerclass{
  /*background: #E5E5E5 !important;*/
  background: transparent !important;
}

@media (min-width: 1300px) {
  body .container{
    width: 1330px;
  }
}

.kant__footer .kant__footer__container{
  padding: 0;
}

.forcefullwidth_wrapper_tp_banner{
    margin: 0 auto;
    max-width: 1300px;
    border-radius: 20px;
    overflow: hidden;
}
#rev_slider_1_1_wrapper{
  max-width: 100%;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.kad-standard-logo{
  transform: scale(0.6) !important;
  max-height: 120px !important;
  left: -32px;
  position: relative;
  margin: 0 !important;
}

#menu-main-menu a span,
.icon-cart:before{
  color: #1D68D1;
}

.kt-cart-total{
  color: #fff !important;
  background: #e55b34 !important;
}

.tparrows{
  background: #FFFFFF !important;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: none !important;
}
.tparrows:before{
    font-size: 14px !important;
    color: #2A5187 !important;
    line-height: 50px !important;
}

.home-padding.kad-animation{
  padding: 0;
}
.hometitle{
  display: none;
}

.custom_carousel_item{
  height: 300px !important;
  border-radius: 10px;
  overflow: hidden;
}

.custom_carousel_item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  pointer-events: none;
}


.custom_carousel_item_link{
  width: 100%;
  display: block;
}

.custom_carousel_item_link img{
  width: 100%;
}

.custom_carousel_item_link{
  position: relative;
}

.custom_carousel_details{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.custom_carousel_details h5{
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  position: relative;
  z-index: 2;
}

.custom_carousel_details .ccarousel_excerpt{
  display: none;
}

.wrap{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
}

#containerfooter{
  display: none;
}

.main-footer .wrap{
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}

@media (max-width: 600px) {
  .main-footer .wrap{
    padding-top: 20px;
  }
}

.main-footer .main-footer__inner{
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(45, 61, 102, 0.25);
  display: flex;
}

.main-footer .main-footer__row{
  margin-right: 40px;
}
.main-footer .main-footer__row:last-of-type{
  margin-right: 0px;
}

.main-footer .main-footer__title{
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.main-footer ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-footer ul li{
  margin-bottom: 8px;
}
.main-footer ul a{
  font-size: 16px;
  line-height: 20px;
  color: #021028;
  border-bottom: 1px solid #021028;
  transition: all 0.25s;
}

.home .main-footer ul a{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-footer ul a:hover{
  border-color: #e55b34;
  color: #e55b34 !important;
}

.phones{
  margin-bottom: 18px;
}
.phones .phones__line:first-child{
  margin-bottom: 8px;
}

.phones .phones__line a{
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  transition: all 0.25s;
}

.phones .phones__line a:hover{
  color: #1D68D1;
}

.socials{
  display: flex;
}
.socials a{
  margin-right: 9px;
  opacity: 0.5;
  transition: all 0.25s;
}
.socials a:hover{
  opacity: 1;
}

.copyright-block{
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  position: relative;
  top: -30px;
}

@media (max-width: 900px) {
  .copyright-block{
    top: 0px;
    margin-top: 30px;
    text-align: center;
  }
  .main-footer .main-footer__inner{
    flex-wrap: wrap;
  }
  .main-footer .main-footer__row{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0;
  }
  .socials{
    justify-content: center;
  }
  .main-footer .wrap{
    padding-bottom: 30px;
  }
  .main-footer .main-footer__inner{
    margin-top: 30px;
  }
}

[class*="term-school-"] #product_wrapper4,
.term-sports-school #product_wrapper4,
.term-competitions #product_wrapper4,
.term-free-skating #product_wrapper4{
  display: flex;
  flex-wrap: wrap;
}
[class*="term-school"] #product_wrapper4 .kad_product,
.term-sports-school #product_wrapper4 .kad_product,
.term-competitions #product_wrapper4 .kad_product,
.term-free-skating #product_wrapper4 .kad_product{
  width: calc(100%/3 - 20px*2/3);
  margin-right: 20px;
  box-shadow: -1px 3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 15px;
  transition: all 0.25s;
}
[class*="term-school"] #product_wrapper4 .kad_product:hover,
.term-sports-school #product_wrapper4 .kad_product:hover,
.term-competitions #product_wrapper4 .kad_product:hover,
.term-free-skating #product_wrapper4 .kad_product:hover{
  box-shadow: -3px 9px 28px rgba(0, 0, 0, 0.3);
}
[class*="term-school"] #product_wrapper4 .kad_product:nth-of-type(3n),
.term-sports-school #product_wrapper4 .kad_product:nth-of-type(3n),
.term-competitions #product_wrapper4 .kad_product:nth-of-type(3n),
.term-free-skating #product_wrapper4 .kad_product:nth-of-type(3n){
  margin-right: 0;
}
[class*="term-school"] .grid_item.product:not(.has-post-thumbnail),
.term-sports-school .grid_item.product:not(.has-post-thumbnail),
.term-competitions .grid_item.product:not(.has-post-thumbnail),
.term-free-skating .grid_item.product:not(.has-post-thumbnail){
  margin: 0;
  border: none;
}
[class*="term-school"] .grid_item.product:not(.has-post-thumbnail) .kt-cat-intrinsic,
.term-sports-school .grid_item.product:not(.has-post-thumbnail) .kt-cat-intrinsic,
.term-competitions .grid_item.product:not(.has-post-thumbnail) .kt-cat-intrinsic,
.term-free-skating .grid_item.product:not(.has-post-thumbnail) .kt-cat-intrinsic{
  height: 160px;
}
[class*="term-school"] .grid_item.product:not(.has-post-thumbnail) h5,
.term-sports-school .grid_item.product:not(.has-post-thumbnail) h5,
.term-competitions .grid_item.product:not(.has-post-thumbnail) h5,
.term-free-skating .grid_item.product:not(.has-post-thumbnail) h5{
  background: transparent !important;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  width: 100%;
}
[class*="term-school"] .grid_item.product:not(.has-post-thumbnail) .count,
.term-sports-school .grid_item.product:not(.has-post-thumbnail) .count,
.term-competitions .grid_item.product:not(.has-post-thumbnail) .count,
.term-free-skating .grid_item.product:not(.has-post-thumbnail) .count{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
[class*="term-school"] .grid_item.product:not(.has-post-thumbnail) img,
.term-sports-school .grid_item.product:not(.has-post-thumbnail) img,
.term-competitions .grid_item.product:not(.has-post-thumbnail) img,
.term-free-skating .grid_item.product:not(.has-post-thumbnail) img{
  display: none;
}

.page-header{
  border: none !important;
}

.woo-archive-pg-order a{
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1D68D1 !important;
}
.woo-archive-pg-order a:after{
  content: '>';
  color: #000;
  font-weight: 300;
  margin-left: 5px;
  margin-right: 5px;
}

#kadbreadcrumbs >span:nth-last-of-type(3) a:after{
  display: none;
}


.kad-breadcurrent,
.bc-delimiter{
  display: none;
}

#kadbreadcrumbs > span:nth-of-type(1),
#kadbreadcrumbs > span:nth-of-type(3){
  display: none;
}

.page-header .row:before,
.page-header .row:after{
  display: none;
}
.page-header .row{
  display: flex;
  flex-wrap: wrap;
}

.page-header .woo-archive-pg-order{
  order: -1;
  width: 100%;
}

#kadbreadcrumbs{
  margin-top: 20px;
  float: left !important;
}


.has-post-thumbnail .product_details .product_item_link{
  display: none !important;
}
.has-post-thumbnail .price{
  display: none !important;
}

.grid_item .kad_add_to_cart{
  position: absolute;
  z-index: 2;
  bottom: -28px;
  width: 100%;
  background: rgba(1, 1, 1, 0.5) !important;
  color: #fff !important;
  transition: all 0.25s !important;
}
.grid_item .kad_add_to_cart:hover{
  background: rgba(1, 1, 1, 0.8) !important;
}
.kad_product:hover .kad_add_to_cart{
  bottom: 0;
}
.grid_item.product_item{
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
.products div.product,
.carousel_outerrim h3{
  border: none !important;
}

.kad-woo-image-size img{
  width: 100%;
}

.product_header{
  display: none !important;
}

.term-sports-school .kt-cat-intrinsic{
  padding-bottom: 0% !important;
}

.term-sports-school .kad_product img{
  display: inline-block !important;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 80px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.term-sports-school .kad_product h5{
  padding-left: 100px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.page-numbers{
  color: #1d68d1 !important;
}

.widget{
  margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple{
  border: 1px solid #2A71D3 !important;
  border-radius: 4px;
  color: #000000;
}
.berocket_aapf_widget .select2 .select2-selection--multiple{
  background: #E5E5E5;
}

.berocket_term_parent_0 > span{
  margin-bottom: 0 !important;
}

.select2-container{
  max-width: 120px;
}

.widget-inner label{
  font-weight: 400;
}

.widget-inner input[type="radio"]{
  position: absolute;
  opacity: 0 !important;
}

.widget-inner input[type="radio"] + .dec{
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #1D68D1;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 7px;
  transition: all 0.25s;
}

.widget-inner input[type="radio"] + .dec:before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #F5F5F5;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.25s;
}

.widget-inner input[type="radio"]:checked + .dec{
  background: #1D68D1
}
.widget-inner input[type="radio"]:checked + .dec:before{
  opacity: 1;
}

.berocket_aapf_count,
.widget-title{
  display: none;
}

.sidebar ul{
  border-bottom: 1px solid rgba(1, 1, 1, 0.15);
  padding-bottom: 15px !important;
  margin: 0 0 -10px 0px !important;
}
.select2-selection__rendered{
  border: none !important;
}

.wc-forward:hover,
.wc-backward:hover,
#place_order:hover{
  background: #1254b1 !important;
  color: #fff !important;
}

a:hover{
  color: #e55b34 !important;
}

.wc-tabs-wrapper .entry-content h3{
  font-size: 0;
}
.wc-tabs-wrapper .entry-content h3:before{
  content: 'Технические детали';
  font-family: Roboto;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

.wc-tabs-wrapper > h3{
  font-size: 0;
}
.wc-tabs-wrapper > h3:before{
  content: 'Ключевые слова';
  font-family: Roboto;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

.related.products > h3{
  font-size: 0;
}
.related.products > h3:before{
  content: 'Сопутствующие товары';
  font-family: Roboto;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

@media (max-width: 600px) {
  .wc-tabs-wrapper .entry-content h3:before,
  .wc-tabs-wrapper > h3:before,
  .related.products > h3:before{
    font-size: 20px;
  }
  #ktsidebar{
    width: 100%;
  }
}

body.home{
  background-image: url("../img/bg.jpg") !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}

body.home footer *{
  color: #fff !important;
}
body.home footer {
  position: relative;
}
body.home footer .main-footer__inner{
  border: none !important;
}

body.home footer:before{
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.menu-item-163{
  display: none !important;
}

.btn-header .kt-cart-container,
.btn-header a{
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 10px !important;
  color: #1D68D1;
}

.btn-header a *:not(.kt-cart-total){
  transition: color 0.25s;
}
.btn-header a:hover *:not(.kt-cart-total){
  color: #e55b34 !important;
}

.btn-header img{
  width: 18px;
  max-width: 18px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.kad-header-style-three #nav-main ul.sf-menu > li > a{
  line-height: 1 !important;
}



.account-link{
  margin-right: 15px !important;
}

#menu-main-menu{
  height: 120px;
  display: flex !important;
  align-items: center;
}

@media (max-width: 480px) {
  .btn-header .kt-cart-container,
  .btn-header a{
    padding: 0 8px !important;
    font-size: 13px !important;
  }
  .account-link{
    margin-right: 10px !important;
  }
  .kad-header-style-three #thelogo img{
    transform: scale(1) !important;
    left: -5px;
    width: 78px;
    height: auto !important;
    margin-right: 0 !important;
  }
  .kad-header-left{
    padding-right: 0 !important;
  }
}

@media (max-width: 440px) {
  .btn-header img{
    width: 14px;
    margin-right: 4px;
  }
}


@media (max-width: 600px) {
  #kad-banner{
    margin-bottom: 60px;
  }
}

.btn-header .kt-cart-container{
  padding: 0 !important;
}


.headerclass{
  position: relative !important;
}

.kt-cart-total{
  position: absolute;
  top: 6px;
  right: 6px;
}

.main-title{
  max-width: 824px;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
}

.main-links{
  width: 640px;
  max-width: 100%;
  display: flex;
}

.main-links .main-links__item{
  display: flex;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  width: calc(100%/3 - 20px*2/3);
  margin-right: 20px;
  padding: 15px;
}
.main-links .main-links__img{
  margin-bottom: 50px;
}
.main-links .main-links__img img {
  display: inline-block;
}
.main-links .main-links__title{
  font-size: 16px;
  line-height: 20px;
  color: #000;
  min-height: 40px;
  font-weight: 300;
  transition: color 0.25s;
}

.main-links .main-links__item:last-of-type{
  margin-right: 0px;
}

.main-links .main-links__item:hover .main-links__title{
  color: #e55b34;
}

@media (max-width: 600px) {
  .main-title{
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 36px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  }
  .main-links{
    flex-wrap: wrap;
  }
  .main-links .main-links__item{
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    justify-content: center;
    text-align: center;
  }
  .main.col-md-12{
    padding: 0;
  }
  .main-footer .main-footer__inner{
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .main-title{
    font-size: 26px;
  }
}

@media (max-width: 370px) {
  .main-title{
    font-size: 23px;
  }
}


.kad-header-style-three #thelogo img{
  min-width: 66px;
}

body:not(.home) .btn-header a{
  background: rgba(0, 0, 0, 0.05);
}

.kt-cart-container{
  background: transparent !important;
}

body.home{
  position: relative;
}

body.home:before{
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#kad-banner{
  top: 0 !important;
}

.contentclass{
  padding: 60px 15px;
}

#ktsidebar{
  padding: 30px 20px;
  background: #F7F8F9;
  border-radius: 8px;
  position: sticky;
  top: 10px;
}

@media (max-width: 992px) {
  #ktsidebar{
    position: relative;
    margin-bottom: 40px;
  }
}

.select2-selection--multiple{
  background: transparent !importa.berocket_aapf_reset_buttonnt;
}

body .select2-selection__rendered{
  padding-bottom: 10px !important;
}

.select2-selection--multiple{
  background: transparent !important;
}

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

.kad-account-avatar .kad-customer-image{
  order: 1;
  width: 50px;
}

.kad-customer-name{
  margin-right: 20px;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--edit-address{
  display: none !important;
}

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

.page-title{
  font-weight: bold;
  font-size: 40px;
  margin-top: 10px;
}

.term-sports-school #ktsidebar,
[class*=term-school] #ktsidebar{
  display: none;
}

.archive[class*=term-school-] .kad_product{
  padding: 0;

}

.archive[class*=term-school-] .grid_item{
  margin: 0;
}

.berocket_aapf_reset_button{
  font-weight: 500 !important;
}

.sidebar > div:first-of-type:before{
  content: 'Фильтры';
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  border-bottom: 1px solid rgba(1, 1, 1, 0.15);
  width: 100%;
  display: block;
  padding-bottom: 12px;
  position: relative;
  top: 15px;
}


body .contentclass{
  min-height: calc(100vh - 120px - 350px);
}

.kad_add_to_cart:after{
  font-weight: 500 !important;
  font-size: 16px !important;
  text-transform: none !important;
}

.product h5{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product h5 span{
  margin-right: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px !important;
}
.product h5 span:nth-of-type(1){
  width: 100%;
}

.last-span{
  width: 100%;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 2px;
}
.last-span:after{
  content: 'фотографий';
  margin-left: 4px;
}

[class*="term-school"] .product h5 span:nth-of-type(1){
  width: auto;
}

.term-sports-school .product h5{
  text-align: left !important;
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .main{
    width: 100% !important;
  }
}

.woocommerce-Message--info:before{
  top: 2px !important;
}

.woocommerce-Message--info .woocommerce-Button{
  margin-top: -5px !important;
}

@media (max-width: 600px) {
  .woocommerce-Message--info .woocommerce-Button{
    margin-top: 0px !important;
  }
  .woocommerce-Message--info{
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-Message--info .woocommerce-Button{
    width: 100%;
    order: 1;
    margin-top: 15px !important;
  }
}

.woocommerce-Message--info .woocommerce-Button{
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .woocommerce-orders-table th{
    display: none;
  }
  .woocommerce-orders-table td{
    display: flex;
    align-items: center;
    width: 100% !important;
    padding-left: 30% !important;
    text-align: left;
    position: relative;
  }
  .woocommerce-orders-table td:before{
    content: attr(data-title) "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    display: block;
  }
}

@media (max-width: 400px) {
  .woocommerce-orders-table td a{
    font-size: 10px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

form .form-row .input-checkbox{
  margin: 3px 8px 0 0 !important;
}

.checkbox, .radio{
  padding: 0 !important;
}

.sidebar li input[type="radio"]{
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #1D68D1;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  z-index: 2;
}

#submit_dibs_payment_form{
  color: white !important;
}