@import url(https://fonts.googleapis.com/css?family=Roboto);/*
600px  - phone
900px  - tab-port
1200px - tab-land
1800px + - big-desktop

ORDER: Base + Typography > General layout + Grid  > Page Layout > Component
 */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  line-height: 1.3;
  background: #f6f6f6;
}

p {
  margin-bottom: 0rem;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #777;
}

.heading-primary {
  color: #ED4597;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #55c57a, #28b485);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}

.heading-secondary:hover {
  -webkit-transform: skewY(2deg) skewX(15deg) scale(1.1);
          transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph {
  font-size: 1.6rem;
}

.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

.u-margin-top-small {
  margin-top: 1.5rem !important;
}

.u-margin-top-medium {
  margin-top: 4rem !important;
}

.u-margin-top-big {
  margin-top: 8rem !important;
}

.u-margin-top-huge {
  margin-top: 10rem !important;
}

.social.adn {
  background-color: #e29e91 !important;
}

.social.bitbucket {
  background-color: #205081 !important;
}

.social.dropbox {
  background-color: #1087dd !important;
}

.social.facebook {
  background-color: #3b5998 !important;
}

.social.flickr {
  background-color: #ff339d !important;
}

.social.google {
  background-color: #e47365 !important;
}

.social.instagram {
  background-color: #6d83ec !important;
}

.social.linkedin {
  background-color: #007bb6 !important;
}

.social.pinterest {
  background-color: #cb2027 !important;
}

.social.tumblr {
  background-color: #3c6085 !important;
}

.social.twitter {
  background-color: #38A1F3 !important;
}

.full-width {
  width: 100%;
}

.pad-5 {
  padding: 5px;
}

.pad {
  padding: 1rem;
}

.pad-lr {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gutter {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gutter-lr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-lr {
  margin-left: 15px;
  margin-right: 15px;
}

.white {
  background: #fff;
}

.header {
  box-shadow: 0px 2px 4px #DEDCDC;
  /* 0px 4px 4px #EAEAEA;*/
  position: relative;
  background: #f6f6f6;
  padding-top: 1rem;
}

.header .main-logo .logo {
  max-width: 400px;
}

@media (max-width: 767px) {
  .header .main-logo {
    text-align: center;
  }
}

.header__tr-contact {
  width: 224px;
  float: right;
}

@media (max-width: 767px) {
  .header__tr-contact {
    float: none;
    margin: 0px auto;
  }
}

.header__tr-login {
  display: flex;
  justify-content: space-between;
}

.header__tr-login .item {
  display: flex;
  text-align: right;
  color: #777777;
}

.header__tr-login .item span {
  align-self: center;
}

.header__tr-login .item i {
  background: #848483;
  color: #fff;
  align-self: center;
  font-size: 1.4rem;
  padding: 0.5rem 0.6rem;
  border-radius: 1px;
  margin-left: 0.7rem;
}

@media screen and (max-width: 960px) {
  .header__tr-login {
    margin-top: 1rem;
  }
}

.header .contact-text {
  display: flex;
  justify-content: space-between;
}
.header .contact-text a{ 
  color: #777;
}

.header .socialIcons {
  justify-content: space-between;
  display: flex;
  margin: 0.5rem 0;
}

.header .socialIcons > *,
.header .socialIcons > *:visited {
  border: 1px solid #848483;
  color: #848483;
}

.search-product-form {
  display: flex;
}

.search-product-form select {
  color: white;
  border: none;
  padding-left: 0.4rem;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  background: #848483;
}

.search-product-form .spf-input {
  flex: 1;
  background: white;
}

.search-product-form .spf-input input {
  padding: 9px 10px 9px;
  width: 100%;
  border: 1px solid #848483;
  border-radius: 0px !important;
}

.search-product-form button {
  padding: 0 12px;
  color: white;
  border-radius: 0px !important;
  background: #848483;
  border: none;
  cursor: pointer;
}

.search-product-form input:focus,
.search-product-form select:focus,
.search-product-form button:focus {
  outline: none;
}

.is-hidden {
  display: none;
}

.topMenu-container {
  /** Variable  */
}

@media (max-width: 992px) {
  /*.topMenu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 999;
  }

  .topMenu-container:not(.show) {
    display: none;
  }*/
}

.topMenu-container .topMenu-header {
  position: relative;
  padding: 10px 19px 2px 20px;
  background: #eee;
  display: none;
}

@media (max-width: 992px) {
/*  .topMenu-container .topMenu-header {
    display: block;
    height: 50px;
  }*/
  .topMenu-container {
    margin-bottom: 13px;
  }
}

.topMenu-container .topMenu-header .close-menu {
  right: -11px;
  top: 0px;
  position: absolute;
  width: 46px;
}

.topMenu-container .topMenu-header .close-menu::before,
.topMenu-container .topMenu-header .close-menu::after {
  content: "";
  height: 3px;
  width: 23px;
  position: absolute;
  background: #848484;
  top: 26px;
}

.topMenu-container .topMenu-header .close-menu::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topMenu-container .topMenu-header .close-menu::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 23px;
}

.topMenu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topMenu-container ul.topMenu {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .topMenu-container ul.topMenu {
    flex-direction: column;
  }
}

.topMenu-container ul.topMenu .go-back,
.topMenu-container ul.topMenu .go-to-all {
  display: none;
}

@media (min-width: 992px) {
  .topMenu-container ul.topMenu > li.has-children > a::before,
  .topMenu-container ul.topMenu > li.has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #848484;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .topMenu-container ul.topMenu > li.has-children > a::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .topMenu-container ul.topMenu > li.has-children > a::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .topMenu-container ul.topMenu > li.has-children > a::before,
  .topMenu-container ul.topMenu > li.has-children > a::after {
    -webkit-transform-origin: 5px 46% !important;
            transform-origin: 5px 46% !important;
    right: 16px !important;
  }

  .topMenu-container ul.topMenu > li.has-children > a::before {
    right: 22px !important;
  }
}

.topMenu-container ul.topMenu li > a {
  padding: 1rem;
  display: inline-block;
  color: #777;
  font-size: 1rem;
  position: relative;
}

@media (max-width: 992px) {
  .topMenu-container ul.topMenu li > a {
    display: block;
    color: #515256;
    border-bottom: 1px solid #ebebeb;
    padding: 1rem 2rem 1rem 2rem;
  }
}

.topMenu-container ul.topMenu li.is-active > a {
  color: #ED4597;
}

.topMenu-container ul.topMenu li.has-children.is-active > a::before,
.topMenu-container ul.topMenu li.has-children.is-active > a::after,
.topMenu-container ul.topMenu li.has-children:hover > a::before,
.topMenu-container ul.topMenu li.has-children:hover > a::after {
  background: #ED4597;
}

.topMenu-container ul.topMenu li.has-children > a {
  padding-right: 40px;
}

.topMenu-container ul.topMenu li.has-children > a::before,
.topMenu-container ul.topMenu li.has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #848484;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.topMenu-container ul.topMenu li.has-children > a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topMenu-container ul.topMenu li.has-children > a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.topMenu-container ul.topMenu li.has-children > a::before,
.topMenu-container ul.topMenu li.has-children > a::after {
  -webkit-transform-origin: 9px 50%;
          transform-origin: 9px 50%;
  right: 15px;
}

.topMenu-container ul.topMenu li ul.dropdown-content li a {
  color: #515256;
}

.topMenu-container ul.topMenu li ul.dropdown-content li.is-active > a,
.topMenu-container ul.topMenu li ul.dropdown-content li:hover > a {
  color: #ED4597;
}

@media (min-width: 992px) {
  .topMenu-container ul.topMenu li ul.dropdown-content.is-active {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 250px;
    min-height: 500px;
    box-shadow: 0px 1px 2px #D2D0D0;
  }
}

.topMenu-container ul.topMenu li ul.dropdown-content.is-active li > a {
  display: block;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .topMenu-container ul.topMenu li ul.dropdown-content.is-active li > ul.dropdown-content.is-active {
    left: 100%;
    top: 0;
    width: 350px;
    min-height: 500px;
    overflow-y: auto;
  }
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  top: 50px;
}

@media (min-width: 992px) {
  .topMenu-container ul.topMenu li ul.dropdown-content.move-out {
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: 999;
  }
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back {
  display: block;
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a {
  padding-left: 40px;
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a::before,
.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #848484;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a::before,
.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-back a::after {
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
  left: 15px;
}

.topMenu-container ul.topMenu li ul.dropdown-content.move-out .go-to-all {
  display: block;
}

.header__onMobile {
  display: none;
}

.header__onMobile a {
  color: #777777;
}

.header__onMobile a i {
  font-size: 1.6rem;
  background: #777;
  color: #fff;
  padding: 6px 8px;
}

@media (max-width: 992px) {
  /*.header__onMobile {
    display: inline-block;
  }*/
}

.top-sliders .col {
  padding: 0 2px;
}

.top-slider .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel {
  height: 100%;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item {
  height: 100% !important;
}

.carousel .carousel-inner .carousel-item .carousel-bg {
  height: 100%;
}

.carousel.items .carousel-fixed-item.controls {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel.items .carousel-control-prev,
.carousel.items .carousel-control-next {
  cursor: pointer;
  width: 6%;
  min-width: 50px;
}

.carousel.items .carousel-control-prev {
  border-radius: 0px 8px 8px 0px;
}

.carousel.items .carousel-control-next {
  border-radius: 8px 0px 0px 8px;
}

.carousel.items i {
  font-size: 2rem;
  color: #848484;
}

.carousel.items .carousel-inner {
  width: 95%;
  margin: 0 auto;
}

.carousel.items .carousel-inner .carousel-item > div {
  display: flex;
  justify-content: space-around;
}

.carsoule-.woo-products {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.46429em;
}

.carsoule-.woo-products .item {
  padding: 1rem 1rem;
  width: 250px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.32, 0.1, 0.48, 1.07);
}

.carsoule-.woo-products .item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.carsoule-.woo-products .item__img {
  height: 250px;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.carsoule-.woo-products .item__footer {
  text-align: center;
}

.carsoule-.woo-products .item__footer .item__name {
  color: deeppink;
  display: block;
}

.carsoule-.woo-products .item__footer .item__description {
  color: #848484;
  display: block;
}

.carsoule-.woo-products .item__footer .item__price {
  color: #64cbc7;
  display: block;
}

.carousel.items .carousel-item {
  min-height: auto;
}

.carousel .carousel-item {
  height: auto !important;
  min-height: auto !important;
}

.carsoule--categories {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.46429em;
}

.carsoule--categories .item {
  padding: 3rem 1rem;
  width: 320px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.32, 0.1, 0.48, 1.07);
}

.carsoule--categories .item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.carsoule--categories .item__img {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.carsoule--categories .item__footer {
  text-align: center;
  color: #fff;
  padding: 8px 2px;
  background: #ab6abb;
}

.carsoule--categories .item__footer .item__name {
  display: block;
}

.carsoule--blog .item {
  padding: 2rem;
  width: 270px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.32, 0.1, 0.48, 1.07);
}

.carsoule--blog .item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.carsoule--blog .item__img {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.carsoule--blog .item__name {
  display: block;
  color: #848484;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.46429em;
}

.carsoule--insta .item {
  padding: 2rem 1rem;
  width: 200px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.32, 0.1, 0.48, 1.07);
}

.carsoule--insta .item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.carsoule--insta .item__img {
  height: 160px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.insp-boards .item {
  padding: 0.4rem;
  background: #fff;
}

.extra-links {
  display: flex;
  flex-wrap: wrap;
}

.extra-links .item {
  flex-grow: 1;
  padding: 0.5rem;
}

.extra-links .item:not(:last-child) {
  border-right: 2px solid #D8D8D8;
}

@media only screen and (min-width: 992px) {
  .extra-links .item:not(:first-child) {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .extra-links .item {
    border-bottom: 1px solid #848484;
  }
}

.extra-links a {
  text-decoration: none;
}

.extra-links .l1 {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 0.96rem;
  display: block;
  color: rgba(0, 0, 0, 0.87);
}

.extra-links .l2 {
  color: #848484;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.46429em;
}

.extra-links .l3 {
  color: #ff1493;
  display: flex;
  font-style: italic;
  margin-top: 0.3rem;
  align-items: center;
}

.category-title {
  display: flex;
  font-size: 1.2rem;
  background: #64cbc7;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: space-around;
}

.category-title a {
  padding: 15px;
  color: #fff;
}

.category-title .fH {
  flex-grow: 1;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background: #ff1493;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.category-title .sH {
  flex-grow: 1;
}

#footer {
  background: #A3A3A3;
  position: relative;
}

#footer h2, .footer_links > li.heading > a {
  color: #5A5A5A !important;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: .5rem !important;
}

#footer .abt-us,
#footer .cs-list,
#footer .mn-list,
#footer .kp {
  padding: 2rem 0;
}

#footer .abt-us p,
#footer .cs-list p,
#footer .mn-list p,
#footer .kp p {
  color: #424242;
  margin-bottom: 1rem;
}

#footer .abt-us ul,
#footer .cs-list ul,
#footer .mn-list ul,
#footer .kp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .abt-us ul li a,
#footer .cs-list ul li a,
#footer .mn-list ul li a,
#footer .kp ul li a {
  text-decoration: none;
  color: #fff;
  margin: 1.5px 0;
  display: inline-block;
}

#footer .kp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .kp p {
  color: #424242;
  margin: 1rem 0;
}

#footer .copyright {
  background: white;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

#footer .e-mails {
  display: inline-block;
}

#footer .e-mails a {
  color: #fff;
  text-decoration: none;
  margin: 1px 0;
  display: inline-block;
}

#footer .emailInp,
#footer .emailInp:focus {
  border-radius: 2rem;
  border: none;
  padding: 0px 22px;
  width: 100%;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  height: 38px;
}

.socialIcons {
  margin: 1rem 0;
  display: inline-block;
}

.socialIcons > *,
.socialIcons > *:visited{
  border: 1px solid #fff;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  transition: all 1s ease;
}

.socialIcons > *:hover {
  border: 1px solid #ff1493;
  color: #ff1493;
  background: #fff;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.socialIcons i {
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-form {
  display: flex;
}

body > .page p {
  text-align: justify;
  margin-bottom: 1rem;
}

body > .page img {
  max-width: 100%;
  height: auto;
}

.text-success {
  color: green;
}

.text-error {
  color: #dc3545;
}

.form__noti {
  text-align: center;
  margin: 1rem 0;
}

.form__noti ul {
  display: inline-block;
}

.form {
  font-size: 1rem;
  text-align: center;
}

.form .form-check {
  margin-bottom: 0.5rem;
}

.form__group:not(:last-child) {
  margin-bottom: 1rem;
  position: relative;
}

.form__input {
  font-size: 1.2rem;
  font-family: inherit;
  color: inherit;
  padding: 0.8rem 1.3rem 0.8rem 1.3rem;
  border-radius: 2px;
  background-color: rgba(236, 236, 236, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 100%;
  display: block;
  box-shadow: none;
}

@media (max-width: 56.25em) {
  .form__input {
    width: 100%;
  }
}

.form__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #7ed56f;
}

.form__input:focus:invalid {
  border-bottom: 3px solid #ff7730;
}

.form__input::webkit-input-placeholder {
  color: #999;
}

.form__label {
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 0rem;
  margin-bottom: 0.1rem;
  display: block;
  transition: all 0.3s;
  color: #BFBFBF;
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.form__radio-group {
  width: 49%;
  display: inline-block;
}

@media (max-width: 56.25em) {
  .form__radio-group {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}

.form__radio-input {
  display: none;
}

.form__radio-label {
  font-size: 1.3rem;
  cursor: pointer;
  position: relative;
  padding-left: 2.5rem;
}

.form__radio-button {
  height: 2rem;
  width: 2rem;
  border: 5px solid #7ed56f;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.2rem;
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #7ed56f;
  opacity: 0;
  transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}

.socialLogin {
  font-size: 1.5rem;
  text-align: center;
}

.socialLogin a {
  margin: 10px;
  color: #929292;
  background: #EFECEC;
  padding: 3px 7px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
  width: 2.8rem;
  border-radius: 3px;
  transition: all 0.5s ease-out;
}

.socialLogin .facebook:hover,
.socialLogin .google:hover,
.socialLogin .twitter:hover {
  color: #3b5998 !important;
  box-shadow: 0px 2px 8px 0px #EFECEC;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.socialLogin .facebook:hover {
  color: #3b5998 !important;
}

.socialLogin .google:hover {
  color: #e47365 !important;
}

.socialLogin .twitter:hover {
  color: #38A1F3 !important;
}

.orLine {
  position: relative;
  text-align: center;
  margin: 2rem 0;
  font-size: 1.5rem;
  font-style: italic;
}

.orLine span::before,
.orLine span::after {
  height: 2px;
  content: "";
  width: 43%;
  background: #E226A0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.orLine span::before {
  left: 0;
}

.orLine span::after {
  right: 0;
}

/*body .blog .item {
  padding: 1rem;
  box-shadow: 0px 1px 1px 1px #eee;
  color: #777;
  transition: all 0.6s ease;
}

body .blog .item a {
  color: #e1122a;
}*/

body .blog .blog__category {
  padding: 4px;
  display: inline-block;
}

body .blog .blog__author {
  padding: 4px;
  display: inline-block;
}

body .blog .blog__subCategoriesLinks {
  font-family: PT Sans;
  border-top: 1px solid #FBF5F5;
  padding-top: 14px;
  margin-top: 3rem;
}

body .blog .blog__subCategoriesLinks a {
  color: #FB4E62;
  padding: 3px;
  border: 1px solid #FBF5F5;
  display: inline-block;
  margin: 4px;
  transition: all 1s ease;
}

body .blog .blog__subCategoriesLinks a:hover {
  background: #FBFBFF;
}

body .blog .blog__pagination {
  margin-top: 2rem;
}

body .blog .blog__pagination ul.pagination {
  justify-content: center;
}

body .blog .blog__prevNext {
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  font-style: italic;
}

body .blog .blog__prevNext a {
  color: #777;
}

.products__sidebar ul {
  font-size: 0.9rem;
  list-style: none;
}

.products__sidebar ul ul {
  margin-left: 1rem;
}

.products__sidebar ul li {
  padding: 0.1rem 0;
}

.products__sidebar ul li a {
  color: #777;
}

.products__sidebar ul li.active a,
.products__sidebar ul li.active i {
  color: #333;
}

.woo-products .widget {
  margin: 1rem 0;
  box-shadow: 0px 3px 5px 1px #E4E4E4;
  background: #fff;
}

.woo-products .widget .widget__head {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 1rem 0.5rem;
}

.woo-products .widget .widget__head h5 {
  margin-bottom: 0;
  color: #212121;
}

.woo-products .widget .widget__body {
  padding: 1rem;
}

.woo-products .widget .custom-checkbox label {
  cursor: pointer;
}

.woo-products .widget .custom-control-label::before,
.woo-products .widget .custom-control-label::after {
  top: 0.15rem;
}

.products__items {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.46429em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.products__items .item {
  padding: 1rem 1rem;
  width: 220px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.32, 0.1, 0.48, 1.07);
}

.products__items .item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.products__items .item__img {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.products__items .item__footer {
  text-align: center;
}

.products__items .item__footer .item__name {
  color: deeppink;
  display: block;
}

.products__items .item__footer .item__description {
  color: #848484;
  display: block;
}

.products__items .item__footer .item__price {
  color: #64cbc7;
  display: block;
}

.product_page .product__sidebar .item__img-icons {
  text-align: center;
}

.product_page .product__sidebar .item__img-icons .item__img-icon {
  height: 85px;
  width: 85px;
  padding: 4px;
  cursor: pointer;
  margin: 2px;
}

.product_page .product__sidebar .item__img-icons .item__img-icon.active {
  border: 2px solid #ED4597;
}

.product_page .product__sidebar .item__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .product_page .product__sidebar .item__img {
    height: 300px;
  }
}

.product_page .product__content .product-title {
  font-size: 1.5rem;
}

.product_page .product__content .product-rating {
  color: gold;
}

.product_page .product__content .product-price {
  font-size: 1.3rem;
}

.product_page .product__content .product-stock {
  color: green;
}

