@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Regular.ttf");
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
body {
  font-family: "GoogleSans", sans-serif;
  line-height: 20px;
  position: relative;
  font-size: 1rem;
  padding-right: 0 !important;
  overflow-x: hidden;
  /*---END----pagination ------*/
  /*---END----pagination ------*/
}
body #page {
  transition: margin-right 0.5s;
}
body .scrollToTop {
  display: none;
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 54px;
  height: 54px;
  background: url("../images/to-top.png") no-repeat center;
  cursor: pointer;
  z-index: 99999;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
body .scrollToTop.active {
  bottom: 60px;
}
@media (max-width: 767px) {
  body .container {
    overflow: hidden;
    margin: 0px;
  }
}
body .pagination {
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  body .pagination {
    margin-bottom: 20px;
  }
}
body .pagination a.first-page {
  padding-left: 20px;
}
body .pagination .current span {
  background-color: #034EA2;
  color: #FFFFFF;
  margin-right: 15px;
  padding: 9px 14px;
  font-size: 14px;
  border: 1px solid #034EA2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
}
body .pagination a {
  text-decoration: none;
  padding: 9px 12px;
  font-size: 15px;
  color: #034ea2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .pagination a:hover {
  background-color: #034EA2;
  color: #FFFFFF;
  border: 1px solid #034EA2;
}
body header {
  position: relative;
  z-index: 7;
  background: #f4f4f4;
}
body header .top-header {
  position: relative;
  background: #fff;
  color: #fff;
}
body header .top-header .contact-head {
  justify-content: end;
  height: 100%;
  align-items: center;
}
body header .top-header .contact-head a {
  color: #000 !important;
  text-decoration: unset;
}
body header .top-header .contact-head a i {
  margin-right: 8px;
}
body header .top-header .contact-head .phone-contact {
  margin-right: 20px;
}
body header .top-header .portal-newspaper {
  background: #EB2D4B;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: unset;
}
@media (max-width: 750px) {
  body header .top-header .portal-newspaper {
    width: 50%;
    text-align: center;
  }
}
body header .top-header .portal-newspaper img {
  margin-right: 8px;
}
body header .header-logo {
  padding: 12px 0;
  background: #fff;
}
@media (max-width: 750px) {
  body header .header-logo #page {
    float: left;
  }
}
body header .header-logo .header_menu i {
  font-size: 35px;
  color: #323bd8;
}
@media (max-width: 750px) {
  body header .header-logo .logo-image {
    padding: 0;
  }
}
body header .header-logo .logo-image img {
  display: block;
}
@media (max-width: 750px) {
  body header .header-logo .logo-image img {
    margin: 0;
  }
}
body header .header-logo .portal-newspaper {
  background: #C80A0A;
  border-radius: 2px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: unset;
}
@media (max-width: 750px) {
  body header .header-logo .portal-newspaper {
    width: 50%;
    text-align: center;
  }
}
body header .header-logo .portal-newspaper img {
  margin-right: 8px;
}
body header .fixed-menu {
  position: fixed;
  width: 100%;
  top: 0;
}
body #main {
  padding: 0;
}
body #main .main-content {
  margin-top: 40px;
}
body footer {
  background: #F1F1FA;
}
body footer .footer-top {
  padding: 30px 0;
}
body footer .footer-top .fanpage_face img {
  max-width: 100%;
}
@media (max-width: 768px) {
  body footer .footer-top .fanpage_face .col {
    flex: 0 0 auto;
    width: 100%;
  }
  body footer .footer-top .fanpage_face .mobile-contact .col-md-4 {
    width: 33% !important;
  }
}
body footer .footer-top .list-contact-footer li {
  margin-left: 50px;
}
@media (max-width: 768px) {
  body footer .footer-top .list-contact-footer li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px !important;
  }
}
body footer .footer-top .list-contact-footer li .icon-contact {
  background: #fff;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}
body footer .footer-top .list-contact-footer li .icon-contact i {
  line-height: 56px;
  color: #141ED2;
  font-size: 25px;
}
body footer .footer-top .list-contact-footer li .title-contact-ft {
  color: #141ED2;
  text-transform: uppercase;
  font-weight: bold;
}
body footer .footer-top .list-contact-footer li a {
  text-decoration: unset;
  color: #C80A0A;
  white-space: nowrap;
}
body footer .footer-bottom {
  background: #EB2D4B;
  padding: 10px 0;
  color: #fff;
}
body footer .footer-bottom span {
  color: #fff;
  line-height: 30px;
}
body footer .footer-bottom .social-icons li a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: unset;
  margin-left: 10px;
}
body footer .footer-bottom .social-icons li a i {
  line-height: 30px;
}
body footer .footer-bottom .social-icons li .social-icons-facebook:hover {
  background: #3b5a9a;
}
body footer .footer-bottom .social-icons li .social-icons-twitter:hover {
  background: #1aa9e1;
}
body footer .footer-bottom .social-icons li .social-icons-youtube:hover {
  background: #c3191e;
}

.back-cart-all {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.back-cart-all .menu-list-cart {
  background: #f2f3f5;
}
.back-cart-all .margin-top-cat {
  margin: 16px 0;
}

#icon-fixed-right {
  position: fixed;
  right: 5px;
  z-index: 111;
  top: 250px;
  width: 136px;
}
#icon-fixed-right a {
  display: block;
  height: 78px;
}
@media (max-width: 768px) {
  #icon-fixed-right {
    display: none;
  }
}

.echbay-alo-phone {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 145px;
  height: 145px;
  z-index: 999;
}

.phonering-alo-ph-circle, .phonering-alo-ph-circle-fill, .phonering-alo-ph-img-circle {
  position: absolute;
  border-radius: 50% !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-ph-circle {
  width: 145px;
  height: 145px;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  top: -2px;
  left: -2px;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #bfebfc;
  opacity: 0.5;
}

.phonering-alo-ph-circle-fill {
  width: 85px;
  height: 85px;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: #9F0002;
}

.phonering-alo-ph-img-circle {
  width: 45px;
  height: 45px;
  background: rgba(30, 30, 30, 0.1) url(../images/call.png) no-repeat center center;
  background-size: auto 80%;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  z-index: 999;
}
.phonering-alo-ph-img-circle a {
  display: block;
  width: 45px;
  line-height: 45px;
  text-indent: -9999px;
}
.phonering-alo-ph-img-circle a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.phonering-alo-ph-img-circle a:before {
  color: #fff;
  font-size: 30px;
  display: inline-block;
}

.phonering-alo-phone:hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #9F0002;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #9F0002;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #9F0002;
}

/*.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle a{color: #0084ff}*/
.phonering-alo-ph-img-circle {
  width: 45px;
  height: 45px;
  top: 45px;
  left: 45px;
}
.phonering-alo-ph-img-circle a {
  width: 45px;
  line-height: 45px;
}

.phonering-alo-ph-circle-fill {
  width: 90px;
  height: 90px;
  top: 22.5px;
  left: 22.5px;
}

.echbay-alo-phone, .phonering-alo-ph-circle {
  width: 135px;
  height: 135px;
}

.style-for-position-cr, .style-for-position-cl {
  margin-top: -67.5px;
}

/*popup*/
.full2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 5;
  display: none;
  top: 0;
  left: 0;
}

.full {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 4;
  display: none;
  top: 0;
  left: 0;
}

.wrapper-popup {
  width: 760px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
}

.wrapper-popup-2 {
  width: 480px;
  position: fixed;
  border-radius: 5px;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.chat-facebook {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  z-index: 9;
}
/****** end.COMMON ***********/
#msgModal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 7;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#msgModal .msgmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 768px) {
  #msgModal .msgmodal-content {
    width: 420px;
  }
}
@media (max-width: 767px) {
  #msgModal .msgmodal-content {
    max-width: 100%;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}
#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #116bb3;
  line-height: 36px;
  color: white;
}
#msgModal .msgmodal-body {
  padding: 15px 16px 30px;
  line-height: 20px;
  text-align: center;
}
#msgModal .msgmodal-body .bt-modals {
  background-color: #e83e28;
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}
#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#msgModal svg {
  width: 100px;
  display: block;
  margin: 40px auto;
}
#msgModal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#msgModal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
#msgModal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
#msgModal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@media all and (max-width: 768px) {
  body header {
    display: block;
    height: 70px;
  }
  body header .logo-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    border-radius: 0;
    width: 200px;
    background: unset !important;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .justify-content-end {
    justify-content: center !important;
  }
}

/*# sourceMappingURL=all.css.map */
