@font-face {

	font-family: "myfont2";

	src:   url("../font/regular.otf") format("opentype"),

		url("../font/black.otf") format("opentype"),

		url("../font/bold.otf") format("opentype"),

		url("../font/heavy.otf") format("opentype"),

		url("../font/light.otf") format("opentype"),

		url("../font/medium.otf") format("opentype")

		;

  }

  body,.heading--font,.body--font,p,a,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ,li,span,small,div,button,.prize,html,button,input,select,textarea,code,kbd,pre,samp {
	  font-family: "myfont2" !important;
  }

  .main-header.header-style-five .main-menu .navigation {
    margin-right: 30px;
    margin-left: unset;

}
.main-header .header-lower .navbar-right-info {
    margin-left: 40px;
    margin-right: unset;
}
.shop-section .sec-title h2:before{
    left: 50% !important;

}
.text-left{
    text-align: left !important;
}
.theme-color-five .sec-title h2:before {
    transform: scale(1, -1) rotate(180deg) !important;
}

.widget_title:before {
    left: 0;

    right: unset;
}

.scroll-to-top {
    position: fixed;
    left: 50px;
    bottom: 30px;
}
.tolbarPage {
    position: fixed;
    left: 24px;
    right: unset;

    bottom: 90px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;

}
a.whatsapp-link {
    background: #4caf50;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff !important;
    margin-bottom: 5px;
}



.cart-link .count {

    right: -20px;

}
.shop-block .link a {
    position: absolute;
    right: 20px;
    left:  unset;
    top: 25px;
    width: 46px;
    height: 46px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    transform: rotate(0deg);
    transition: .5s;
    color: #212121;
    font-size: 14px;
}
.shop-block .link .first{
    left:  unset !important;
    right: 70px !important;
}
.shop-block .cart {
    text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
    right: unset !important;
}
i.fas.fa-star-half-alt {
    transform: rotateY(0deg) ;
}





