.ui-loader {
  display: none !important;
}

.home_fullwidth_section {
  display: block;
  width: 100%;
  max-height: 400px;
  margin-bottom: 30px;
}

.home_fullwidth_section img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

.inputs_row_item .delivery-type {
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
}

.delivery-type-option {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 120px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-position: center 20px;
  cursor: pointer;
  border: 1px solid #E8E8E8;
}

.delivery-type-option.active {
  background-color: #fed501;
}

.delivery-type-option.delivery {
  background-image: url('../../images/delivery-icon.png');
  margin-right: 37px;
}
.delivery-type-option.pickup {
  background-image: url('../../images/pickup-icon.png');
  margin-right: 37px;
}

.delivery-type-option span {
  font-family: "BPG Nino Mtavruli Bold";
  font-size: 13px;
  margin-bottom: 20px;
}

.add_cart_and_buy {
  display: flex;
  justify-content: center;
  width: 270px;
  margin-top: 5px;
}

.buy_button_inner {
  background-color: #FED501 !important;
  color: #323146 !important;
  width: 180px !important;
  margin: inherit !important;
  padding: inherit !important;
  margin-right: 10px !important;
  justify-content: center !important;
}
.add_cart_button_inner {
  width: 50px !important;
  margin: inherit !important;
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .buy_button_inner {
    width: 139px !important;
    margin-left: 40px !important;
  }
}

@media (max-width: 636px) {
  .buy_button_inner {
    margin-left: -15px !important;
  }
}

@media (max-width: 575px) {
  .buy_button_inner {
    width: 139px !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 363px) {
  .buy_button_inner {
    width: 100px !important;
  }
  .buy_button_inner .cart_ic.cart-icon {
    display: none !important;
  }
  .add_cart_button_inner {
    width: 50px !important;
  }
}

.store_filter .list-group .listed {
  font-family: "BPG Nino Mtavruli Bold" !important;
}

.mobile_menu_wrapper {
  touch-action: manipulation;
}

.home_blocks {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.home_block {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 12px;
  width: 31.5%;
  position: relative;
}

.home_block:first-child {
  padding: 0;
  width: 37%;
  box-sizing: border-box;
  float: left;
}

.home_block_half {
  padding: 15px 0 0;
  position: relative;
}

.home_block_half:first-child {
  padding: 0;
}

.home_block a img, .home_block_half a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .home_block {
    display: none;
  }
  .home_block:first-child {
    display: block;
    width: 100%;
  }
}

.home_text {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_text span {
  text-align: center;
}

#review_tab ul {
  list-style-type: none;
}

#review_tab ul li {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

#review_tab ul li:last-child {
  border-bottom: none;
}

.d-none {
  display: none !important;
}

@media (max-width: 1023px) {
  #content-wrapper main .registration .registration_form_block form {
    padding: 20px 0 !important;
  }

  #content-wrapper main .registration .registration_form_block form .bottom_block a {
    margin-top: 20px !important;
  }
}

#content-wrapper main .registration .registration_form_block form {
  padding: 50px 150px;
}

/* Shared */
.loginBtn {
  width: 100%;
  text-align: center !important;
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5 !important;
  background-image: linear-gradient(#5B7BD5, #4864B1) !important;
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37 !important;
}

.installmentprice {
  font-size: 14px !important;
  color: red !important
}

.abs_bl.sale-percent {
  left: 25px;
  right: inherit !important;
}

.installmenttext {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-family: 'BPG Nino Mtavruli Bold' !important;
  margin-top: 35px !important;
}

.facebook-login-btn {
  padding: 5px 10px 4px 10px;
  background-color: #3b5998;
  color: #fff;
  border-radius: 7px;
  margin-right: 5px;
  margin-left: 5px;
}

.facebook-login-btn:hover {
  background-color: #3b5998;
  color: #fff;
}

.google-login-btn {
  padding: 5px 10px 4px 10px;
  background-color: #DD4B39;
  color: #fff;
  border-radius: 7px;
}

.google-login-btn:hover {
  background-color: #DD4B39;
  color: #fff;
}

.table_body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.embed-responsive-16by9 {
  padding-bottom: inherit;
}

.embed-responsive {
  width: 100%;
  height: inherit;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  width: 100%;
  height: -webkit-fill-available;
  border: inherit;
}

@media (max-width: 1023px) {
  .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    max-height: 400px;
  }
}

#content-wrapper main h4.page_title {
  font-family: 'Futura PT Medium';
  font-size: 32px;
}

@media (max-width: 1021px) {
  #content-wrapper main h4.page_title {
    display: none;
  }
}

@media (min-width: 1021px) {
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_id {
    display: none;
  }
}

/*
* @start CATALOG ITEM PAGE
*/



@media (max-width: 363px) {

  /* #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block {
  width: 160px !important;
  } */
  #content-wrapper .calc_prod_outer_block {
    width: 100px !important;
  }
}

#content-wrapper main .product_inner .content_right_block {
  margin-top: 0px !important;
  /* float: none; */
  width: 100%;
}

.additionals .additionals-fancybox {
  width:60px;
}
.prod-price-info-container {
  background-color: #efefef;
  border-radius: 6px;
  display: flex;
  padding: 30px 0;
}
.prod-price-info-container .prod_price {
  margin-top: 0 !important;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}
.prod-price-info-container .prod_cart {
  margin-top: 0 !important;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
  position: initial;
  padding-left: 40px;
  margin-left: 15px;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block {
  padding-top: 0;
}
#content-wrapper .calc_prod_outer_block {
  background-color: #fff;
  width: 180px;
  height: 50px;
}
#content-wrapper .calc_prod_outer_block .minus_value, #content-wrapper .calc_prod_outer_block .plus_value {
  height: 48px;
}
#content-wrapper .calc_prod_outer_block input {
  font-size: 24px;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100% !important;
}
/* #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block {
width: 240px;
height: 50px;
margin-top: 15px;
} */
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_id {
  margin-top: 30px;
  padding-right: 0;
  margin-left: 30px;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_review {
  margin-left: 30px;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a {
  width: 215px;
  border: none;
  position: relative;
  z-index: 2;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links.delivery-terms a {
  border:none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links.delivery-terms a img{
  width: 290px;
  max-width: initial !important;
  max-height: initial !important;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a img{
  width: 177px;
  border: 1px solid rgba(180, 180, 180, 0.6);
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a img.dhl {
  height: 40px;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  font-size: 24px;
  padding: 0 30px;
  justify-content: flex-end;
  padding-right: 0;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price span {
  font-size: 42px;
}

@media (max-width:1700px){
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a {
    width: 180px;
  }
}
#content-wrapper main .page_header_block button.back_button span{
  padding-top: 5px
}
@media (min-width:1200px) and (max-width:1500px){
  /* #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block {
  width: 200px;
  } */
  #content-wrapper .calc_prod_outer_block {
    width: 139px;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price span {
    font-size: 27px;
    white-space: nowrap;
  }
}
@media (max-width: 1365px){
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links {
    display: flex;
    flex-direction: column;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block {
    flex-direction: row !important;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
    padding-left: 50px;
    margin-top: 0 !important;
  }
  .prod-price-info-container {
    padding: 15px 0;
  }
  .prod-status {
    width: 165px !important;
    height: 165px !important;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
    padding-left: 37px;
    margin-left: 0;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a {
    width: 150px;
  }
  /* #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a {
  width: 115px;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a img {
width: 110px;
} */
}
@media (max-width:1200px){
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block {
    align-items: flex-start !important;
  }
}
@media (max-width:575px){

  /* #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block {
  width: 200px;
  margin-left: 30px !important;
  margin-right: 30px !important;
  } */
  #content-wrapper .calc_prod_outer_block {
    width: 139px;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price span {
    font-size: 34px;
  }
  .prod-price-info-container {
    display: flex;
    flex-direction: column;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price {
    margin-bottom: 30px;
  }
  #content-wrapper .calc_prod_outer_block {
    margin-left: 16px;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart {
    justify-content: flex-start !important;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart {
    justify-content: center !important;
  }
  #content-wrapper .calc_prod_outer_block {
    margin-left: 15px;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price {
    align-items: center;
    padding-left: 0;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .prod_favorite {
    margin-right: 0;
  }
  .prod_sale_end_date_div {
    margin-left: 0 !important;
  }
}
.prod-price-discount {
  font-size: 18px;
  margin-top: 4px;
}

.prod-price-discount span{
  font-size: 18px !important;
  /* margin-top: 10px; */
}
#content-wrapper main .product_inner .content_right_block .product_info_outer {
  overflow: hidden;
}


@media (max-width: 1199px){
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block {
    flex-direction:row !important;
    flex-wrap: wrap;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
    border-left: 0 !important;
    padding-left: 0;
    margin-bottom: 0 !important;
    margin-top: 15px;
  }
  .prod-status-container {
    /* margin-left: 0 !important; */
    margin-right: 0;
    margin-top: 20px;
  }
  .prod-offices {
    display: inline-block;

  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links.delivery-terms a img.visa-mastercard {
    border: none;
    width: 270px;
    margin-left: 40px;
  }
}


@media (max-width: 1023px) {
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links.delivery-terms a img.visa-mastercard {
    margin-left: 0;
  }
}
@media (max-width: 991px){
  .product-main-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .prod-price-info-container {
    width: 100%
  }
  .additionals {
    display: none !important;
  }
  .prod-status-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .img_block {
    width: 50% !important;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 639px){
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart {
    flex-direction: row !important;
    justify-content: flex-end ;
    height: 100%;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_title {
    display: inline-block;
    margin-top: 15px
  }
}
.additionals {
  width: 100%;
  padding-left: 0 !important;
}
@media (max-width:1599px){
  .additionals {
    width: 100% !important;
  }
}
.prod-status-container {
  margin-left: 15px;
  margin-right: 15px;
}
.prod-status {
  background-color: #efefef;
  border-radius: 6px;
  padding: 30px 20px;
  text-align: center;
  width: 175px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod-status p{
  font-family: "BPG Nino Mtavruli Bold";
  font-weight: bold;
  font-size: 18px;
}
.prod-status i{
  font-size: 18px;
  color: #fed501;
}
.prod-offices {
  margin-top: 30px;
  text-align: center;
}
.prod-office {
  width: 100%;
  padding: 15px;
  border:1px solid #efefef;
  margin-bottom: 15px;
}
.prod-office--active {
  background-color: #fed501;
}
.prod-check-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e6e6e6;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .img_block {
  width: 30%;
}

#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
  position: relative;
  /* overflow-y: hidden;:  */
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block:before {
  content: '';
  position: absolute;
  width:20px;
  height: 150%;
  top: -30px;
  bottom: -30px;
  left: 0;
  background: #efefef;
  pointer-events: none;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block span.cart_txt {
  padding-top: 5px;
  padding-left: 0 !important;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .prod_favorite {
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 15px;
  border: 1px solid #B4B4B4;
}
/*
* @end CATALOG ITEM PAGE
*/

@media (max-width: 1023px) {
  #content-wrapper main .owl-dots {
    display: block !important;
  }
}

@media (max-width: 991px) {
  #content-wrapper main .home .favorite_products .product_list {
    margin-bottom: 60px;
  }

  #content-wrapper main .home .favorite_products .product_list:last-child {
    margin: 10px 0 0;
  }

  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_review,
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_id ,
  .prod_sale_end_date_div {
    margin-left: 0;
  }

  .fullwidth_slider {
    padding-bottom: 20px;
  }

}

@media (max-width: 991px) {
  .d-none.d-md-block {
    display: none;
  }
}

.d-block.d-md-none {
  display: none;
}
@media (max-width: 991px) {
  .d-block.d-md-none {
    display: block;
  }
}

/*categoriesBlock*/
@media (max-width:991px){
  #categoriesBlock .categories-block-title i {
    display: none;
  }
}
#categoriesBlock .categories-block-title  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
#categoriesBlock .inner_content {
  display: none;
}
#categoriesBlock .categories-block-title i {
  font-size: 18px;
  color:#fed501;
  margin-left: 5px;
  transition: .3s;
}
#categoriesBlock .categories-block-title.open i {
  transform: rotate(180deg);
}

/*
*/
@media (min-width:991px){
  .home_categories--mobile {
    display: none;
  }
}
@media (max-width:991px){
  .home_categories--desktop {
    display: none;
  }
}
.home_categories--mobile {
  margin-top: 30px;
  padding-bottom: 30px;
}
.home_categories--mobile .accordions__item-content ul {
  padding: 0;
}
.home_categories--mobile .accordions__item-content ul li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f7f5f5;
}
.home_categories--mobile .accordions__item-content ul li:last-child {
  border:none;
}
.home_categories--mobile .accordions__item-content ul li a{
  color: #6D6D6D;
  font-size: 16px;
}
.home_categories--mobile .accordions__item-content ul li a:hover{
  color: #6D6D6D;
}
.home_categories--mobile .accordions-img {
  width: 50px;
  margin: 5px;
  object-fit: contain;
  margin-right: 10px;
}
.home_categories--mobile .accordions__item-content {
  display: none;
  padding: 15px 10px;
  padding-top: 25px;
  border-top:1px solid #f7f5f5;
  margin-top: 15px;
}
.home_categories--mobile .accordions__item-title span{
  font-size: 18px;
}
.home_categories--mobile .accordions {
  border:1px solid #E8E8E8;
}
.home_categories--mobile .accordions__item {
  border-bottom:1px solid #E8E8E8;
  padding: 10px;
  cursor: pointer;

}
.home_categories--mobile .accordions__item .accordions__item-title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FAD501'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 10px center
}


.home_categories--mobile .accordions__item.active .accordions__item-title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M282.082,195.285L149.028,62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665,0.953-6.567,2.856L2.856,195.285 C0.95,197.191,0,199.378,0,201.853c0,2.474,0.953,4.664,2.856,6.566l14.272,14.271c1.903,1.903,4.093,2.854,6.567,2.854 c2.474,0,4.664-0.951,6.567-2.854l112.204-112.202l112.208,112.209c1.902,1.903,4.093,2.848,6.563,2.848 c2.478,0,4.668-0.951,6.57-2.848l14.274-14.277c1.902-1.902,2.847-4.093,2.847-6.566 C284.929,199.378,283.984,197.188,282.082,195.285z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FED501'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.home_categories--mobile .accordions__item:last-child {
  border-bottom:none;
}

/*
*/

@media (max-width:767px) {
  .webSettingsPopup {
    display: none !important;
  }

  .fb_reset {
    display: none !important;
  }
}

.title.mainProducts {
  margin-bottom: -5px !important;
}
.favouriteProductsTitleBlock {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  #content-wrapper .products_content .category_filter>.inner_content {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-brands {
  margin-top: 35px;
}
@media (max-width:1199px) {
  .home-brands-col:nth-child(6) {
    display: none;
  }
  .home-brands-col:nth-child(5) {
    display: none;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block:before {
    display: none;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
    padding-left: 0;
    margin-top: 20px !important;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links.delivery-terms a {
    overflow: initial;
  }
}
.delivery-terms-img img{
  padding: 10px;
  height: 50px !important;
}
@media (max-width:991px) {
  .home-brands-col:nth-child(4) {
    display: none;
  }
  .prod-status-container {
    margin-top: 0;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
    margin-top: 0 !important;
  }
  .prod-status {
    width: 150px;
    height: 150px;
  }
}
@media (max-width:767px) {
  .home-brands-col:nth-child(3) {
    display: none;
  }
}
@media (max-width: 636px){
  /* #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block {
  margin-left: 0;
  } */
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block {
    flex-direction: column !important;
    align-items: center !important;
    margin-left: 0 !important;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
    margin-left: 0 !important;
  }
  .prod-status-container {
    margin-right: 0;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links  {
    align-items: center;
  }
  .prod-status {
    margin-top: 35px !important;
  }
  .banks_title.delivery-terms {
    margin-bottom: 15px;
  }

  #content-wrapper main .product_inner .content_right_block .product_info_outer .img_block {
    height: 260px !important;
    width: 100% !important;
    background-size:contain;
  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart {
    justify-content: center !important;
  }
  /*
  #content-wrapper .calc_prod_outer_block {
  margin-left: 0;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_price {
align-items: center;
padding-left: 0;
}
#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .prod_favorite {
margin-right: 0;
} */

}


/* @media (max-width:767px) {
.home-brands-col:nth-child(3) {
display: none;
}
} */

.home-brands .img_block img {
  max-width: 75%;
  max-height: 75%;
}
.home-brands a {
  display: block;
  border: 1px solid #E8E8E8;
}
.home-brands .img_block {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.home-brands .img_block:hover {
  opacity: .6;
}
/*
*/
.txt_in {
  font-size: 12px;
  font-family: "BPG Nino Mtavruli Bold";
  color: #2A2A29;
}

.abs_bl {
  z-index: 1 !important;
  position: absolute !important;
  right: 25px !important;
  top: 25px !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 8px 5px 8px !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-border-radius: 11px !important;
  -moz-border-radius: 11px !important;
  -ms-border-radius: 11px !important;
  border-radius: 11px !important;
  background: #FED501;
}

#content-wrapper main .products_list_page .products_content .sorting_with .bootstrap-select button.dropdown-toggle span.filter-option {
  width: calc(100% - 30px) !important;
  padding: 0 0 0 15px;
}

#content-wrapper main .products_list_page .products_content .sorting_with .bootstrap-select button.dropdown-toggle span.bs-caret {
  width: 30px;
}

.status_filter .list-group .listed {
  font-family: "BPG Nino Mtavruli Bold";
}

.filter-btn {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.filter-btn span {
  justify-content: center;
  background: #FED501;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  height: 50px;
  padding: 15px 30px 10px 30px;
  color: #2A2A29;
  font-size: 16px;
  font-family: "BPG Nino Mtavruli Bold";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.filter-btn span:hover {
  background: #323146;
  color: #FED501;
}

.show-stores .fa.fa-arrow-down {
  display: block;
  font-size: 13px;
  animation: positionChangeBottom 0.7s infinite;
  -webkit-animation: positionChangeBottom 0.7s infinite;
  margin-left: 5px;
}
.show-stores .fa.fa-arrow-up {
  display: block;
  font-size: 13px;
  margin-left: 5px;
  margin-top: -3px;
  animation: positionChangeTop 0.7s infinite;
  -webkit-animation: positionChangeTop 0.7s infinite;
}

.show-stores {
  cursor: pointer;
  border: 1px solid #E1E1E1;
  padding: 6px 6px 6px 8px;
  color: green !important;
  display: flex !important;
  align-items: center;
}

@keyframes positionChangeBottom
{
  0%   {margin-top: 0px;}
  100% {margin-top: -3px;}
}

@keyframes positionChangeTop
{
  0%   {margin-top: -3px;}
  100% {margin-top: -0px;}
}

.rev_item.stores.hidden {
  display: none !important;
}

@media (max-width: 500px) {
  .rev_item.stores li {
    display: block;
    width: 100%;
  }
}

.rev_item.stores li {
  list-style-type: disc;
  list-style-position: inside;
  margin-right: 15px;
  font-weight: bold;
}

.rev_item.stores li:first-child {
  list-style-type: none;
}

.rev_item.stores li:last-child {
  margin-right: 0;
}

.prod_sale_end_date_div {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.prod_sale_end_date_div span {
  color: #323146;
  font-size: 15px;
  font-family: "BPG Nino Mtavruli Bold";
  margin-top: 30px;
}

.prod_sale_end_date_div .timeleft {
  color: red;
  font-size: 26px;
  font-family: "BPG Nino Mtavruli Bold";
  font-weight: bold;
}

@media (max-width: 1023px) {
  .prod_sale_end_date_div {
    line-height: 0;
  }
  .prod_sale_end_date_div span {
    display: block;
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
  }

  .prod_sale_end_date_div .timeleft {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
  }
}

.ui-autocomplete {
  z-index: 9999;
  padding: 10px;
  width: 100% !important;
}

.ui-menu-item {
  border-bottom: 1px solid #eee;
}

.ui-menu-item:last-child {
  border-bottom: none;
}

.ui-menu-item-wrapper {
  padding: 7px 1em 7px .4em !important;
  font-family: "BPG Nino Mtavruli Bold";
}

.ui-menu-item-wrapper.ui-state-active {
  background: #323146;
  border: none;
}

.mcwidget-embed {
  width: auto;
  float: left;
  display: inline;
  margin-top: 25px;
}

@media (max-width: 767px) {
  #content-wrapper main .home .home_news .news_list .news_item:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.bot_b {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#content-wrapper main .cart_inner .sum_cart_block {
  margin-right: 0;
}

.product_list .prod_item:hover .add_cart_button .price s {
  visibility: visible;
  opacity: 1;
}

.thanks-for-subscribe {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "BPG Nino Mtavruli Bold";
}

@media (max-width: 460px) {
  .subscribe-link {
    width: 100%;
    margin-top: 20px;
  }

  .subscribe-link span {
    order: 2;
  }
  .subscribe-link i {
    order: 1;
    margin-left: 0;
    margin-right: 5px;
  }
}

@media (max-width: 460px) {
  #content-wrapper main button.main_next_button span {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
  }
}

.subscribe-link i {
  font-size: 26px;
  margin-left: 5px;
}
.subscribe-link {
  display: inline-flex;
  align-items: center;
  float: right;
  color: #323146;
}

#content-wrapper main .inputs_row .inputs_row_item select {
  margin-bottom: 25px;
  -webkit-appearance: menulist !important;
  background: transparent;
}

.subscribe_form_block {
  background: white;
  margin-top: 30px;
  padding: 60px;
}

.product_list .prod_item .add_cart_button .price s {
  right: auto;
  left: 0;
}

#content-wrapper main .home .home_news {
  padding: 50px 0 50px;
  padding-top: 0;
  background: #EFEFEF;
}

.cursor-default {
  cursor: default;
}

#content-wrapper main h3.title.center {
  text-align: center;
}

.why-musichouse {
  margin-top: 75px;
  margin-bottom: 55px;
}

.why-musichouse .why-musichouse-feature {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}

.why-musichouse .why-musichouse-feature img {
  display: block;
  width: 50px;
  margin-bottom: 10px;
}

.why-musichouse .why-musichouse-feature h5 {
  display: block;
  font-family: "BPG Nino Mtavruli Bold";
  color: #323146;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.why-musichouse .why-musichouse-feature p {
  display: block;
  font-family: "BPG Nino Mtavruli Bold";
  color: #6D6D6D;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.cat_list.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

.mb-20px {
  margin-bottom: 20px;
}

.panel-feature {
  width: 100%;
  border-color: #dddddd;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  background: transparent !important;
}

.panel-feature .panel-body {
  padding-bottom: 0;
}

.feature-link img {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 50px;
}

.feature-link .feature-info {
  display: inline;
  float: left;
  width: calc(100% - 65px);
}

.feature-link .feature-info h5 {
  font-family: "BPG Nino Mtavruli Bold";
  color: #323146;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.feature-link .feature-info p {
  font-family: "BPG Nino Mtavruli Bold";
  color: #6D6D6D;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

#review_tab span {
  font-size: 14px;
  line-height: 1.5;
}

#content-wrapper footer .bottom_footer a {
  width: 100px;
}

#content-wrapper main .product_inner .content_right_block .product_info_outer .img_block {
  border: 1px solid #efefef;
  border-radius: 6px;
  height: 384px;
}
.delivery-terms {
  margin: 30px 0 0 0;
  text-align: center;
}
.delivery-terms.banks_links {
  margin-top: 20px;
}
.additionals {
  display: block;
  float: left;
  clear: both;
  width: 500px;
  border: none;
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1599px) {
  .additionals {
    width: 36%;
  }
}

@media (max-width: 1023px) {
  .additionals {
    width: 100%;
    margin-bottom: 50px;
  }
}

.additionals-fancybox {
  width: 20%;
  height: auto;
  margin-right: 3%;
  display: inline;
  float: left;
}
.additionals-fancybox.active {
  padding: 5px;
  border: 1px solid #ccc;
}
.additionals-fancybox:focus {
  outline: none;
  box-shadow: none;
}
.additionals-fancybox:last-child {
  margin-right: inherit;
}

#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block {
  top: initial;
  right: -5px!important;
}

.clear-both {
  clear: both;
}

.modal-body p {
  line-height: 1.5;
}

.pay-order-btn[disabled] span {
  background: #323146;
  color: #FED501;
  cursor: default;
}

.pay-order-btn span:hover {
  background: #323146;
  color: #FED501;
}

.pay-order-btn span {
  background: #FED501;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  height: 50px;
  padding: 0 30px;
  color: #2A2A29;
  font-size: 16px;
  font-family: "BPG Nino Mtavruli Bold" !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#content-wrapper main .cart_inner .sum_cart_block .top_b {
  margin-bottom: 20px;
}

.modal-body {
  overflow: hidden;
}

.v-align-bottom {
  vertical-align: bottom !important;
}

.consultant-support .form-control, .consultant-support .form-control:hover, .consultant-support .form-control:focus, .consultant-support .form-control:active {
  border: 1px solid #B4B4B4;
  border-radius: 0 !important;
  padding: 20px 10px 20px 10px;
}

.consultant-support {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: initial;
}

@media (max-width: 429px) {
  .submit-30kg-notification-btn {
    width: 60%;
  }
  .close-30kg-notification-btn {
    width: 40%;
  }
}

.close-30kg-notification-btn {
  float: left;
}

.close-30kg-notification-btn span {
  background: #323146;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  height: 42px;
  padding: 0 30px;
  color: #FED501;
  font-size: 16px;
  font-family: "BPG Nino Mtavruli Bold";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.submit-30kg-notification-btn span:hover {
  background: #323146;
  color: #FED501;
}

.submit-30kg-notification-btn span {
  background: #FED501;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  height: 42px;
  padding: 0 30px;
  color: #2A2A29;
  font-size: 16px;
  font-family: "BPG Nino Mtavruli Bold";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.consultant-support-btn span:hover {
  background: #323146;
  color: #FED501;
}

.consultant-support-btn span {
  background: #FED501;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  height: 42px;
  padding: 0 30px;
  color: #2A2A29;
  font-size: 16px;
  font-family: "BPG Nino Mtavruli Bold";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#content-wrapper .products_content .brand_filter.main_height_collapse.open_inner > .list-group {
  display: block;
}

@media (max-width: 1023px) {
  #content-wrapper .products_content .brand_filter .list-group {
    display: none;
  }
}

#content-wrapper .products_content .store_filter.main_height_collapse.open_inner > .list-group {
  display: block;
}

@media (max-width: 1023px) {
  #content-wrapper .products_content .store_filter .list-group {
    display: none;
  }
}

#content-wrapper .products_content .status_filter.main_height_collapse.open_inner > .list-group {
  display: block;
}

@media (max-width: 1023px) {
  #content-wrapper .products_content .status_filter .list-group {
    display: none;
  }
}

.status-select, .status-select:hover, .status-select:focus {
  border: 1px solid #EFEFEF !important;
  cursor: pointer !important;
  background-color: #EFEFEF !important;
}

@media (max-width: 991px) {
  #content-wrapper main .contact_page .our_shops .nav-tabs li {
    width: 33.3%;
  }
}

@media (min-width: 992px) {
  #content-wrapper .nav-tabs li:nth-child(2) {
    margin-right: 35px;
  }
}

#content-wrapper header .overlay_line .blue_block .bootstrap-select button.dropdown-toggle span.filter-option {
  padding: 5px 0 0 40px;
  text-transform: uppercase;
}

#content-wrapper header .overlay_line .blue_block .bootstrap-select div.dropdown-menu ul.dropdown-menu li a span {
  text-transform: uppercase;
}

#content-wrapper header .top_header .yellow_bg_block .desktop_menu ul li a {
  text-transform: uppercase;
}

#content-wrapper .products_content .category_filter .main_height_collapse .inner_content ul li a {
  text-transform: uppercase;
}

@media (min-width: 1600px) {
  #content-wrapper .content_right_block .prod_item {
    width: calc( (100% - 112px) / 5);
  }
}

.brand_filter .list-group {
  max-height: 240px;
}

.back_button span:hover {

  background: #FED501 !important;

  color: #2A2A29 !important;

  border-color: #B4B4B4 !important;

}


@media (max-width: 549px) {
  .overflow-y-hidden {

    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;

  }
}

.overflow-y-hidden {

  overflow-y: hidden;

}



.overflow-y-auto {

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

}

/*

#content-wrapper .content_right_block .prod_item {

margin-left: 15px !important;

} */

@media all and (min-width: 1600px){
  #content-wrapper .content_right_block .prod_item{
    margin-left: 28px;
  }
}
@media (max-width: 1280px){
  #content-wrapper .content_right_block .prod_item{
    margin-left: 14px!important;
  }
}

@media (max-width: 1023px){
  #content-wrapper .content_right_block .prod_item{
    margin-left: 30px!important;
  }
}

@media (max-width: 549px){
  #content-wrapper .content_right_block .prod_item{
    margin-left: 0px!important;
  }
}

.text-warning-important {

  color: orange !important;

}

.text-success-important {

  color: green !important;

}

.text-danger-important {

  color: red !important;

}



.product_list .prod_item .add_cart_button .price {

  width: 60px;

}

@media (max-width: 420px) {

  #content-wrapper header .overlay_line .blue_block .bootstrap-select div.dropdown-menu ul.dropdown-menu li {

    margin-bottom: 12.5px;

  }

  #content-wrapper header .overlay_line .blue_block .bootstrap-select div.dropdown-menu ul.dropdown-menu li a {

    height: auto;

  }

}



/* @media (max-width: 1378px) {

.fb-share-button span {

margin-bottom: 5px;

}

} */



@media (max-width: 1023px) {

  .fb-share-button span {

    margin-bottom: 0;

  }

}



.d-inline {

  display: inline !important;

}



.order-info {

  overflow: auto;

  padding: 20px;

}



.order-info .form-group {

  overflow: hidden;

}



.dropdown-menu.open {

  max-height: initial !important;

}



#content-wrapper header .overlay_line .blue_block .bootstrap-select div.dropdown-menu {

  overflow-y: auto !important;

}



#content-wrapper header .top_header .white_bg_block a.logo img:last-child {

  max-width: 70px;

}



#content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .left_block .prod_cart .add_cart_block span.cart_ic.d-none {

  display: none !important;

}



.product_list .prod_item .add_cart_button .cart_icon .loading.d-none {

  display: none !important;

}

.product_list .prod_item .add_cart_button .cart_icon .cart_in.d-none {

  display: none !important;

}

.product_list .prod_item .add_cart_button .cart_icon .add_c.d-none {

  display: none !important;

}

.main-img {

  width: 100%;

  height: auto;

}



@media (min-width: 1600px) {

  #content-wrapper main .home .home_categories .cat_list .list_item:not(:first-child) {

    margin-left: 19px;

  }

}



@media (max-width: 1599px) and (min-width: 1200px) {

  #content-wrapper main .home .home_categories .cat_list .list_item:not(:first-child) {

    margin-left: 19px;

  }

}



.prod_social_buttons {

  margin-top: 25px;
  display: block;
  clear: both;
  float: left;

}



@media (min-width: 768px) {

  .modal-dialog {

    width: 700px;

  }

  .modal-dialog-centered {

    min-height: calc(100vh - 20px);

  }

}



.modal-dialog-centered {

  min-height: calc(100vh - 60px);

  display: flex;

  flex-direction: column;

  justify-content: center;

  overflow: auto;

}



.modal-header {

  padding-bottom: 0;

}



.modal-header .close {

  width: 22px;

  height: 22px;

  border-radius: 11px !important;

  border: 1px solid #333;

  line-height: 0.5;

}



.modal-header .close:hover {

  background: transparent;

  border: 1px solid #333;

}



.modal-header .close span {

  font-size: 18px;

  color: #333;

}



.modal-body {

  text-align: center;

  line-height: 1.55;

  min-height: 100px;

}



@media (max-width: 340px) {

  #content-wrapper header .top_header .yellow_bg_block .top_yellow {

    padding-left: 0 !important;

  }

}



@media (max-width: 1365px) and (min-width: 1024px) {

  .blog-wrapper-main--item {

    width: 33.33333333% !important;

  }

}



#content-wrapper main .home  .outer_slider, #content-wrapper main .home .products_big_slider .outer_slider {

  background-size: contain !important;

  width: 100%;

  height: auto;

  min-width: auto;

  padding: 0;

  min-height: 152px;

}



#content-wrapper main .home .outer_slider img, #content-wrapper main .home .products_big_slider .outer_slider img {

  min-height: 152px;

}



#content-wrapper main .home .outer_slider img.slider-mobile-image, #content-wrapper main .home .products_big_slider .outer_slider img.slider-mobile-image {

  display: none;

}

@media (max-width: 767px) {

  #content-wrapper main .home .outer_slider img.slider-image, #content-wrapper main .home .products_big_slider .outer_slider img.slider-image {

    display: none;

  }

  #content-wrapper main .home .outer_slider img.slider-mobile-image, #content-wrapper main .home .products_big_slider .outer_slider img.slider-mobile-image {

    display: block;

  }

}



.modal-content {

  border: none;

  border-radius: 0;

}



#content-wrapper main .cart_inner .sum_cart_block .top_b span.prod_c {

  line-height: 1.25;

}



#content-wrapper main .inputs_row select {

  width: 100%;

  height: 50px;

  border: 1px solid #E8E8E8;

  background: #F6F6F6;

  outline: none;

  padding-left: 20px;

  color: #6D6D6D;

  font-size: 16px;

  font-family: "BPG Nino Mtavruli Bold";

  cursor: pointer;

}



@media (max-width: 1365px)  {

  #content-wrapper header .top_header .yellow_bg_block .top_yellow {

    padding-left: 60px;

  }
  #content-wrapper main .product_inner .content_right_block .product_info_outer .information_block .right_block .banks_links a img {
    max-height: 50px;
  }

}



#content-wrapper main .blog .blog_inner .txt_block img {

  width: 100%;

  height: auto;

}



#content-wrapper main .about_us .about_us_block img {

  width: 100%;

  height: auto;

}



.product_list .prod_item .add_cart_button .cart_icon.add_wishlist_button {

  margin-right: 30px;

  left: 15%;

  cursor: pointer;

  width: 24px;

  height: 24px;

  background-position: center;

  background-size: 24px;

  background-repeat: no-repeat;

  background-image: url(../../images/heart.svg);

  -webkit-transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  -ms-transition: all 0.4s ease;

  transition: all 0.4s ease;

}



.product_list .prod_item .add_cart_button .cart_icon.add_wishlist_button.added_fav {

  background-image: url(../../images/heart_fill.svg);

}



#content-wrapper main h3.title a {

  color: #323146;

  font-size: 25px;

  font-family: "BPG Nino Mtavruli Bold";

  line-height: 1;

}



#content-wrapper main .cart_inner .table_block table tbody tr td .name .prod_id a {

  font-size: 20px;

  font-family: "Futura PT Medium";

  color: #323146;

  line-height: 21px;

  text-decoration: none;

}



#content-wrapper main .inputs_row .inputs_row_item.w-100 {

  width: 100%;

}



.form-fail-alert {

  display: block;

  padding: 0px 30px 10px 30px;

}



#content-wrapper main h1.page_title {

  color: #323146;

  font-size: 30px;

  font-family: "BPG Nino Mtavruli Bold";

  line-height: 36px;

  margin-top: 25px;

  margin-bottom: 12px;

}



#content-wrapper main .about_us .about_us_block p {

  line-height: 22px;

}



#content-wrapper main .blog .blog_inner {

  width: 100%;
  margin-bottom: 20px;

}



#content-wrapper main .blog .blog_inner .txt_block .img_outer {

  margin: 0 auto 25px auto;

  float: none;

}



#content-wrapper main .blog .blog_inner .txt_block {

  line-height: 22px;
  margin-bottom: 40px;

}



#content-wrapper main .blog .blog_inner .txt_block p {

  line-height: 22px;

  color: #95989A;

  font-size: 16px;

  font-family: "BPG Nino Mtavruli Bold";

}



.error-block img {

  width: auto;

}



.back_button  {

  padding: 0;

  float: right;

  margin-left: 10px;

}

.back_button span {

  background: #EFEFEF;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-align: center !important;

  -moz-box-align: center !important;

  -ms-flex-align: center !important;

  -webkit-align-items: center !important;

  align-items: center !important;

  height: 50px;

  padding: 0 40px;

  color: #2A2A29;

  font-size: 16px;

  font-family: "BPG Nino Mtavruli Bold";

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -o-transition: all .4s ease;

  -ms-transition: all .4s ease;

  transition: all .4s ease;

}



.back_button span:hover {

  background: #2A2A29;

  color: #FED501;

}



.text-align-right {

  text-align: right !important;

}



.text-align-left {

  text-align: left !important;

}
