caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}


.cards button {
  cursor: pointer;
}


/* ================================= owl.theme.default =================================== */
.owl-carousel .owl-stage.owl-grab {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.owl-carousel .owl-stage {
  cursor: -webkit-grab;
  cursor: grab;
}

/* ===================== controls =================== */
/* ============ arrows ============== */
.owl-prev,
.owl-next {
  position: absolute;
  z-index: 1000;
  top: 50%;
  border: none;
  width: 30px;
  height: 50px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background .2s ease;
          transition: background .2s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-prev:hover,
.owl-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.store__near__you{
	max-height: 590px;
    overflow-y: auto;
}
.owl-prev:active,
.owl-next:active {
  background: rgba(0, 0, 0, 0.2);
}

.owl-prev svg,
.owl-next svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.owl-prev .arrow,
.owl-next .arrow {
  fill: white;
}

.owl-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

/* ============ owl-dots ============== */
.owl-dots {
  position: absolute;
  z-index: 1000;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.owl-dot {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 0 3.5px;
  opacity: 1;
  background: #b3b3b3;
  -webkit-transition: background .2s ease;
          transition: background .2s ease;
}

.owl-dot:hover {
  background: #6b6b6b;
}
.owl-dot.active {
  background: #6b6b6b;
}
.cardItem .owl-stage {
  will-change: auto;
}
.cardItem.rotate .owl-stage {
  will-change: transform;
}
.cardItem__backSide .cardItem__img {
  object-fit: cover;
}

.cardItem__cartIcon:focus::after, .cardItem__cartIcon:focus::before {
  opacity: 0;
}

/* needed to all content including top navigation is displayed on the entire height of the screen */
.cards {
 /* min-height: calc(100vh - 175px);*/
}

/* =============================== responsive styles ==================================== 

*/
/* =================================== to 1024px ================================== */
/* set control point for desctop devices */
@media screen and (max-width: 1024px) {
  .cards {
    padding: 0;
  }

  /* ======================= cardItem ====================== */
  /* ======== cardItem__imgLink ======== */
  .cardItem__imgLink:hover {
    background-color: initial;
  }

  /* ======== cardItem__button ========== */
  /* .cardItem__buttonText {
    display: none;
  } */

  .cardItem__button {
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 44px;
    height: 44px;
    background-color: initial;
    top: 45px;
    left: initial;
    right: 7px;
  }

  .cardItem__imgWrap:hover .cardItem__button {
    opacity: initial;
  }

  .cardItem__button svg {
    fill: #999;
    opacity: 1;
    left: 13px;
    top: 10px;
    -webkit-transition: fill .2s ease;
            transition: fill .2s ease;
  }

  .cardItem__button:hover svg {
    fill: #666;
  }

  /* ======== cardItem__icons ========== */
  .cardItem__heartIcon {
    width: 44px;
    height: 44px;
    background-color: initial;
    top: 0;
    right: 7px;
  }

  .cardItem__heartIcon svg {
    position: absolute;
    top: 16px;
    left: 13px;
    width: 21px;
    height: 19px;
  }

  .cardItem__heartIcon:hover path {
    fill: transparent;
    stroke: #999;
    -webkit-transition: all 1s ease;
            transition: all 1s ease;
  }

  .cardItem__heartIcon path,
  .cardItem__cartIcon path {
    opacity: 1;
  }

  /* ======== cardItem__btnCloseGallery ========== */
  .cardItem__btnCloseGallery {
    top: 3px;
    right: 3px;
    width: 44px;
    height: 44px;
    background-color: transparent;
  }

  /* hide tootik */
  .cardItem__cartIcon:after, .cardItem__cartIcon:before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .cardItem:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.13);
    -webkit-transition: box-shadow .2s ease, -webkit-transform .3s ease;
            transition: box-shadow .2s ease, transform .3s ease;
    /* for optimization of page rendering */
    will-change: transform;
  }

  .cardItem.rotate:hover {
    box-shadow: none;
    -webkit-transition: box-shadow .2s ease, -webkit-transform .3s ease;
            transition: box-shadow .2s ease, transform .3s ease;
    will-change: transform;
  }
}
/* =================================== to 620px ================================== */
@media screen and (max-width: 620px) {
  /* ================ only header ======================== */
  .nav__linkWrap {
    display: none;
  }

  .nav__hmbgr {
    display: block;
  }
}
/* =================================== to 320px ================================== */
@media screen and (max-width: 415px) {
  .cardItem {
    margin: 10px 10px;
  }
  
   #catalougePanel .cardItem {
   		height: auto;
  }

  .cardItem__cartIcon:hover path {
    fill: #999;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
  }

  .cardItem__btnCloseGallery path {
    fill: #999;
  }
}
.cardItem__itemDiscriptionWrap h3{font-size:16px;line-height: 18px;color: #3d4246;}
.loginpanel label{
	white-space: normal !important;
}
.ragistar-checkbox-section label {
    white-space: normal !important;
    overflow:inherit !important;
    font-size: 14px !IMPORTANT;
    padding-left: 30px !important;
    align-items: center;
    position: relative;
}
.ragistar-checkbox-section label p{
	    line-height: 1.5;
    margin-bottom: 10px !IMPORTANT;
    position: relative;
    top: -1px;
}
.mb-15{
	margin-bottom: 15px;
}
.ragistar-checkbox-section{
	margin: 10px 0 !important;
}
.ragistar-checkbox-section [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #0f4ca1;
    background-color: #0f4ca1;
    z-index: 0;
}
