/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

html {
  scroll-behavior: smooth;
}
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background-image:url(default-skin.png)!important;}


/* CHECKOUT PAGE */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 13px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px!important;
  right: 5px!important;
}

.select2-container .select2-selection--single {
  height: 32px!important;
  padding: 0 0 0 8px!important;
  margin: 0!important;
}

#mrkv_ua_shipping_nova-poshta-shipping-info .form-row {
  padding: 0!important;
  margin: 0!important;
  line-height: 0!important;
}

.select2-container.select2-container--default.select2-container--open {
  /*margin-top: -30px!important;*/
}

#shipping_method {
  padding-top: 12px!important;
}
.mfn-chft-row.mfn-chft-row-shipping {
  display:none!important;
}
/* END CHECKOUT PAGE */


/* VARIATION SELECT_OFF */
.mfn-variations-wrapper-loop {
    display: none !important;
}
/* END VARIATION SELECT_OFF */

/* PAGINATION */
.blog_wrapper .post-item {
	padding: 24px;
	box-shadow: 0px 8px 40px 0px rgba(0,38,3,0.08);
}
.pager .page:not(.active) {
	color: #666!important;
}
/* END PAGINATION */