* {
  outline: none !important;
}
body{
  font-family: iranyekan !important;
}
a {
  text-decoration: none !important;
}
main{
  # min-height: 60vh;
}
/* Defaults */
.hiddenIcon {
  display: none;
}

@media (min-width: 992px) {
  .dv-container-fluid {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .dv-px-lg-6 {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.dv-mt {
  margin-top: 6em !important;
}

.dv-padding {
  padding-left: 8rem;
  padding-right: 8rem;
}

.dv-bgGold {
  color: #efb76c !important;
}

.dv-gold {
  color: #efb76c !important;
  font-size: 12px;
}

.dv-size {
  font-size: 23px !important;
}
.dv-size2 {
  font-size: 23px !important;
}

@media (max-width: 568px) {
  .dv-size2 {
    font-size: 18px !important;
  }
}

.dv-green {
  color: #46b87c !important;
}
.dv-bgGreen {
  background-color: #46b87c !important;
}

.dv-bgGrey {
  background-color: #ececec !important;
}

.dv-borderRadius {
  border-radius: 50px;
}
@media(max-width:992px){
  .dv-borderRadius {
    border-radius: 18px;
  }
}
.dv-lineThrough {
  text-decoration: line-through;
}
input::placeholder {
  font-size: 12px;
  font-weight: 300;
}
header{
  z-index: 2;
  position: relative;
  background: #fff;
}
header .dv-search-box-holder{
  position: relative;
  top: -6px;
  margin-left: 13px;
  direction: ltr;
}
header .dv-search-box{margin-bottom: 0;position: absolute;width: 300px;direction: rtl;display: none;}

.header-top .search-box input,
select,
textarea {
  box-shadow: none !important;
  border-radius: 10px !important;
}

select,
textarea {
  font-size: 13px !important;
  font-weight: 300 !important;
  border: 1px solid #6a72872a !important;
}
/* Defaults */

/* HEADER */
.header_top {
  position: relative;
}

.dv-nav {
  border-bottom: 1px solid #e2e2e2;
}

.dv-menu li a {
  color: #646464;
  font-size: 14px;
  transition: 0.3s ease;
  position: relative;
}
.dv-menu .menu_icon{
  max-height:38px;
  max-width:30px;
}
.dv-menu li a:hover ,.dv-menu li a.active{
  text-shadow: 0 0 1px #000;
}

.dv-profile-ico a small {
  font-size: 11px;
  background-color: #46b87c;
  color: white;
  position: relative;
  top: -6px;
  right: 3px;
  padding: 3px 5px;
}

@media (max-width: 992px) {
  .dv-bg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    cursor: pointer;
    z-index: 9999;
  }

  .dv-bg-mobile > a {
    color: white;
    position: absolute;
    left: 5em;
    top: 0.2em;
    font-size: 30px;
  }

  .dv-mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -50em;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.438);
    width: 18em;
    z-index: 9999;
  }

  .dv-mobile-menu li a {
    color: #525252;
  }
}

.dv-menu-toggle {
  display: none;
}

.dv-submenu {
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0 0 35px 35px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.dv-show-submenu:hover .dv-submenu,.dv-show-submenu .dv-submenu.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.dv-icon a {
  font-size: 25px !important;
}

.dv-link-hover a:hover {
  color: #46b87c;
}

.dv-changeView {
  cursor: pointer;
}
.dv-viewContent {
  display: none;
}
.dv-viewContent-active {
  display: block;
}

#search-collapse {
  position: absolute;
  top: 100%;
  left: 21%;
  width: 20vw;
}

.dv-close {
  position: absolute;
  left: -13%;
  top: 10px;
}

.dv-hoverSub a {
  transition: 0.3s;
}

.dv-hoverSub a:hover {
  color: #46b87c !important;
}

/* HEADER */

/* MAIN */
.dv-slick-list-1,
.dv-slick-list-2 {
  padding: 40px 10px !important;
}

.dv-my_slider,
.dv-my_slider1 {
  position: relative;
}

.dv-my_slider .dv-next2:hover,
.dv-my_slider .dv-prev2:hover {
  color: #fff;
  background: #e4e4e4;
  cursor: pointer;
}

.dv-my_slider .dv-next2,
.dv-my_slider .dv-prev2 {
    position: absolute;
    top: 30%;
    transform: translateY(50%);
    z-index: 99;
    background: #fff;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    color: #595b76;
    font-size: 20px;
    box-shadow: 0 0 0.1rem #0000003a;
    transition: 0.3s;
}

.dv-my_slider .dv-prev2 {
  left: 1em;
}

.dv-my_slider .dv-next2 {
  right: 1em;
}

.dv-my_slider .dv-next3:hover,
.dv-my_slider .dv-prev3:hover {
  color: #fff;
  background: #e4e4e4;
  cursor: pointer;
}

.dv-my_slider .dv-next3,
.dv-my_slider .dv-prev3 {
  position: absolute;
  top: 30%;
  transform: translateY(50%);
  z-index: 99;
  background: #fff;
  width: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  border-radius: 50px;
  color: #595b76;
  font-size: 20px;
  box-shadow: 0 0 1rem #0000003a;
  transition: 0.3s;
}

.dv-my_slider .dv-prev3 {
  left: 0;
}

.dv-my_slider .dv-next3 {
  right: 0;
}

.dv-my_slider1 .dv-next1 {
  position: absolute;
  bottom: 1.3em;
  padding-right: 3.5em;
  z-index: 99;
  color: #c9c9c9;
  cursor: pointer;
}

.dv-my_slider .dv-next5,
.dv-my_slider .dv-prev5 {
  font-size: 32px;
  position: absolute;
  top: 40%;
  z-index: 99;
  color: #a7a7a7;
  cursor: pointer;
}

.dv-my_slider .dv-next5 {
  right: -20px;
}

.dv-my_slider .dv-prev5 {
  left: -20px;
}

.dv-slick-dots-1 {
  display: flex;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0.5em;
  padding-right: 5.8em;
  text-align: right;
}

.dv-slick-dots-1 li {
  margin: 0 5px;
}

.dv-slick-dots-1 li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  top: -12px;
}

.dv-slick-dots-1 li button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c9c9c9 !important;
  text-indent: -9999px;
}

.dv-slick-dots-1 li.slick-active button {
  transition: all 0.3s ease;
  width: 40px;
  border-radius: 2px !important;
  background-color: #424242 !important;
}

@media (max-width: 768px) {
  .dv-slick-dots-1 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    padding-right: 0;
  }

  .dv-slick-dots-1 li {
    margin: 0 1px;
    bottom: -3em;
    position: relative;
    display: inline-block;
    width: auto;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    top: -12px;
  }

  .dv-slick-dots-1 li button {
    display: block;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #c9c9c9 !important;
    text-indent: -9999px;
  }

  .dv-slick-dots-1 li.slick-active button {
    transition: all 0.3s ease;
    transform: scaleX(3);
    background-color: #2c2c2c !important;
  }
}

.dv-slick-dots-2 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  left: 0;
  right: 0;
  list-style: none;
  position: absolute;
}

.dv-slick-dots-2 li {
  margin: 0 5px;
}

.dv-slick-dots-2 li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  top: -12px;
}

.dv-slick-dots-2 li button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c9c9c9 !important;
  text-indent: -9999px;
}

.dv-slick-dots-2 li.slick-active button {
  transition: all 0.3s ease;
  width: 40px;
  border-radius: 2px !important;
  background-color: #424242 !important;
}

.dv-brand-card {
  border-radius: 15px;
  transition: 0.3s ease;
}

/* .dv-brand-card:hover { */
  /* transform: translateY(-5px); */
  /* background-color: #46b87c; */
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.253) !important; */
  /* z-index: 2; */
/* } */

/* .dv-brand-card:hover a img { */
  /* transition: 0.3s ease; */
  /* filter: brightness(0) invert(1) !important; */
/* } */
.dv-title {
  display: flex;
  align-items: center;
}
.dv-title h5 {
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}

.dv-title span {
  height: 1px;
  background-color: rgba(221, 221, 221, 0.623);
  width: 100%;
  flex: 1;
}

.dv-product-card,
.dv-product-card2 {
  transition: 0.3s ease;
  border-radius: 15px;
  position: relative;
}
.dv-product-card2 {
  border-radius: 30px;
}

.dv-product-card:hover {
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.336);
}

.dv-product-card2:hover .card-body {
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.336);
  transition: 0.3s;
}

.dv-product-card .card-body a {
  color: #2c2c2c;
  font-size: 14px;
}

.dv-product-card .card-body > img {
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
}

.dv-product-card:hover .card-body > img {
  border-bottom: 1px solid rgb(209, 209, 209);
}

.dv-product-card .card-body span {
  font-size: 14px;
}

.dv-product-card .card-body p {
  font-size: 20px;
}

.dv-product-card2 .card-body {
  border-radius: 30px;
}

.dv-product-card2 .card-footer a {
  color: #2c2c2c;
  font-size: 14px;
}

.dv-product-card2 .card-body > img {
  border-bottom: none;
}

.dv-product-card2:hover .card-body > img {
  border-bottom: none;
}

.dv-product-card2 .card-footer span {
  font-size: 14px;
}

.dv-product-card2 .card-footer p {
  font-size: 20px;
}

.dv-breadcrumb a {
  font-size: 15px;
  color: #979797;
}

.dv-breadcrumb1 a {
  font-weight: 800 !important;
}

.dv-breadcrumb a:hover {
  color: #46b87c;
}

.dv-search-box {
  position: relative;
}

.dv-search-box button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #8b8b8b;
}

.custom-control-label {
  word-spacing: -3px;
}

.dv-custom-switch .custom-control-label::before {
  background-color: #bdbdbd;
}

.dv-custom-switch .custom-control-label::after {
  background-color: #fff;
}

.dv-custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(-0.9em);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #46b87c;
}

.dv-apply-filter {
  border: 1px solid #46b87c;
  color: #46b87c;
  transition: 0.3s;
  font-size: 14px;
  padding: 0.2em 0.8em;
}

.dv-apply-filter:hover {
  color: #fff;
  background-color: #46b87c;
}

.dv-show-filter {
  transition: 0.3s;
}

.dv-show-filter:hover {
  text-shadow: 0 0 1px #000;
}

.dv-favourites {
  transition: 0.3s;
  border-radius: 15px;
}

.dv-favourites a {
  font-size: 13px;
}

.dv-favourites span {
  font-size: 13px;
}

.dv-favourites:hover {
  background-color: #efefefbe;
}

.dv-favourites img {
  width: 70px;
}

.dv-filter li a {
  color: #686868;
  font-size: 13px;
  border: 1px solid #5252529f;
  transition: 0.3;
  padding: 0.3em 0.5em;
}

.dv-filter li a.active {
  text-shadow: 0 0 0.1px rgba(0, 0, 0, 0.493);
  color: #2c2c2c;
  background-color: #6b6b6b25;
}

.dv-info span {
  font-size: 18px;
  letter-spacing: 1px;
}

.dv-add {
  background-color: #46b87c;
  color: white;
  transition: 0.3s;
  font-size: 19px;
  padding: 0.5em 2.7em;
}

.dv-add:hover {
  color: #46b87c;
  border: 1px solid #46b87c;
  background-color: #fff;
}

.dv-body-hover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  transition: 0.5s;
  z-index: 1;
}

.dv-bgGreen p {
  font-size: 80px;
}
@media (min-width: 1359px) and (max-width: 1483px) {
  .dv-bgGreen p {
    font-size: 60px;
  }
}
@media (min-width: 581px) and (max-width: 799px) {
  .dv-bgGreen img {
    width: 10em;
  }

  .dv-bgGreen p {
    font-size: 40px !important;
  }
}

@media (max-width: 800px) {
  .dv-bgGreen p {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .dv-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 900px) and (max-width: 1050px) {
  .dv-filter,
  .dv-breadcrumb1 {
    font-size: 10px;
  }
}

.inputs {
  display: flex;
}
.inputContainer {
  position: relative;
  cursor: pointer;
  margin: 10px;
}
.colorContainer {
  background: #2ecc71;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  transition: all 0.4s;
  border: 0px solid whitesmoke;
}

.input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.red {
  background: #b3af91;
}
.teal {
  background: #a24542;
}
.gold {
  background: #13181e;
}
/* MAIN */

/* FOOTER */
.footer {
  background-color: #faccc3;
}
.bg-ping{
    background-color:#faccc3!important;
}

/* Styles */
.dv-GreenBox {
  background-color:#6cbb8f;
}
.dv-GreenBox img{
  max-width: 32%;
  transform: translateY(-24%);
}
.dv-GreenBox a .dv-text{
  display: flex;
  align-items: center;
  color:#fff;
}
.ltr{
  direction: ltr;
  text-align:left;
}
:root{
  --c-gray : #f3f3f3;
}
.bg-gray{
  background-color:var(--c-gray);
}
.dv-GrayBox{
  display: block;
  color: #000;
  height:100%;
}
.dv-GrayBox a{
  color:inherit
}
.dv-GrayBox:hover{
  color: #000;
}
.dv-GrayBox .dv-thumb{
  display: block;
  text-align:center;
}
.dv-GrayBox .dv-thumb img{
  max-height:150px;
}
.dv-b-radius{
  border-radius: 5px;
}
@media  (max-width:768px){
  #dv-SPC-Products .row{
    margin:0 -5px;
  }
  #dv-SPC-Products .row *[class^="col-"]{
    padding:0 5px;
  }
  .dv-GreenBox img{
    max-width: 12%;
  }
  .dv-watch{
    max-height:200px
  }
}
@media(max-width:480px){
  .dv-tow-gray{
    flex: 0 0 100%;
    max-width:100%;
  }
}
@media(min-width:576px){
  .dv-col-first{
    height:100%;
  }

}

@media(max-width:576px){
  .dv-GreenBox img{
    max-width: 20%;
  }

}

.rtl{
  direction: rtl;
}

.rtl.slick-slide{
  float:right;
}


/* slider item setting */
.slick-item{
  display: none;
}
.mobile_logo{
  max-height: 24px;
  width: auto;
  max-width: 150px;
}
.kk_star .kksr-legend,.kk_star_count .kksr-stars{
  display: none;
}
.kk_star{
  direction: ltr;
}
.kksr-legend{
  margin:0 !important;
}
/* page styles */
.the-page{
  box-shadow: 0px 0 13px 0px #e6e6e6;
}
/* woocommerce customize */
.woocommerce-message{
  border-top-color: #8fae1b;
  background-color: #f7f6f7;
}
*[class*='-set'] *[class*='col-']{
  max-width:100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper{
  width:100%;
  display: block;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color: #a46497;
}


/*---------- my-account styles section ----------*/
@media (min-width: 768px) {
  .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-navigation {
    min-height: 640px; } }
@media (min-width: 768px) {
  .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-content {
    min-height: 640px; } }
.woocommerce-account .woocommerce-MyAccount-navigation {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0; }
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 15px; } }
.woocommerce-account .woocommerce-MyAccount-navigation .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px; }
.woocommerce-account .woocommerce-MyAccount-navigation .card-header .card-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px; }
.woocommerce-account .woocommerce-MyAccount-navigation .card-body {
  padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -30px;
  background-color: #f8f9fa; }
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px; } }
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 15px; } }
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
    padding-left: 0; } }
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
  display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 30px 10px 15px;
  color: #72818f;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  display:none !important;
  content: '\f703';
  font-family: "Material Design Icons";
  float: right;
  font-size: 26px;
  position: relative;
  top: 0;
  left: 10px;
  color: #d7d8d9;
  transition: all 200ms ease-out; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background: #f6ffff;
  color: #00BFD6; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before {
  color: #00BFD6; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f6ffff;
  color: #00BFD6; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  color: #00BFD6; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\f493'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f14e'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\f0d8'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\f5f8'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f013'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
  content: '\f87d'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--products_support a:before {
  content: '\F03C'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--announcements a:before {
  content: '\F09D'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
  content: '\f4d2'; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\f5fd'; }
.woocommerce-account .woocommerce-MyAccount-content {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 15px; } }
.woocommerce-account .woocommerce-MyAccount-content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px; }
.woocommerce-account .woocommerce-MyAccount-content .card-header .card-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px; }
.woocommerce-account .woocommerce-MyAccount-content .card-body {
  padding: 0; }
.woocommerce-account .woocommerce-MyAccount-content .card-footer {
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -30px;
  background-color: #f8f9fa; }
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-content .card-footer {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px; } }
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content legend {
  font-size: 20px;
  margin-bottom: 15px; }
.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin-top: 15px; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: 1px solid #e0e1e2;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 0;
  padding: 6px 12px;
  background: #f8f9fa; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  line-height: 2.1; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #e0e1e2;
  background: #f8f9fa; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
  margin-bottom: 15px; }

.woocommerce-orders-table__cell-order-total del, .woocommerce-orders-table__cell-order-total ins, .woocommerce-orders-table__cell-order-total span {
  display: block;
  line-height: 26px; }
.woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
  display: inline-block; }
.woocommerce-orders-table__cell-order-total del {
  color: #979898; }
.woocommerce-orders-table__cell-order-total ins {
  text-decoration: none;
  color: #EF5661; }

.woocommerce-account .woocommerce-customer-details .col-1 {
  padding-left: 0 !important; }
.woocommerce-account .woocommerce-customer-details .col-2 {
  padding-right: 0 !important;
  margin-top: 15px; }

.favorites-table .price {
  color: #EF5661; }
.favorites-table .price .discount-percent {
  display: none !important; }
.favorites-table .price > * {
  display: block; }
.favorites-table .price del {
  color: #979898;
  font-size: 13px; }
.favorites-table .remove-favorite {
  background: #f5f5f5;
  border-radius: 100%;
  display: inline-block;
  padding: 0 10px 0 10px; }
.favorites-table .remove-favorite .mdi {
  font-size: 13px;
  position: relative;
  top: 2px;
  left: 0;
  color: #979898; }
@media (max-width: 992px) {
  .favorites-table thead {
    display: none; }
  .favorites-table tbody tr:nth-child(2n) td {
    background-color: #f8f9fa; }
  .favorites-table tbody tr:nth-child(2n) td .remove-favorite {
    background: #e0e1e2; }
  .favorites-table tbody tr:nth-child(2n) td .remove-favorite .mdi {
    color: #7a7a7a; }
  .favorites-table tbody td {
    width: 100%;
    display: block;
    text-align: center;
    border-top: none !important; }
  .favorites-table tbody tr:not(:last-child) td:last-child {
    border-bottom: 1px solid #e0e1e2;
    border-right: none !important;
    border-left: none !important; } }

.woocommerce-lost-password .woocommerce-ResetPassword {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
@media (max-width: 576px) {
  .woocommerce-lost-password .woocommerce-ResetPassword {
    padding: 15px; } }
.woocommerce-lost-password .woocommerce-ResetPassword .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px; }
.woocommerce-lost-password .woocommerce-ResetPassword .card-header .card-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px; }
.woocommerce-lost-password .woocommerce-ResetPassword .card-body {
  padding: 0; }
.woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -30px;
  background-color: #f8f9fa; }
@media (max-width: 576px) {
  .woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -15px; } }
.woocommerce-lost-password .woocommerce-ResetPassword > p:first-of-type {
  background-color: #fffde4;
  border: 1px solid #f6e8a1;
  color: #a37731;
  padding: 10px; }

.user-info-table {
  margin-top: 35px !important; }
.user-info-table td > p:first-child {
  color: #979898; }
@media (max-width: 992px) {
  .user-info-table tbody td {
    width: 100%;
    display: block;
    text-align: center;
    border-top: none !important; }
  .user-info-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e0e1e2; } }
.user-info-table + .edit-account {
  text-align: center;
  margin-top: 15px; }
.user-info-table + .edit-account a {
  color: #00BFD6;
  border-bottom: 1px dashed #00BFD6; }
.user-info-table + .edit-account a .mdi {
  font-size: 16px;
  position: relative;
  top: 2px;
  left: 4px;
  color: #00BFD6; }


/**
Renge Slider Price
 */
.range-slider {
  position: relative;
  width: 300px;
  height: 21px;
  float: left;
  text-align: center;
}
.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.range-slider:before{
  content:'';
  width: 100%;
  top:50%;
  border-top: 1px solid #dfdfdf;
  position:relative;
  right:0;
  display: block;
  position: absolute;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  background-color:#00c300;
  border-radius:100%;
  box-shadow:0px 0px 3px #a7a7a7
  /* W3C */
}
.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  background-color:#00c300;
  border-radius:100%;
  box-shadow:0px 0px 3px #a7a7a7
  /* W3C */
}
.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  background-color:#00c300;
  border-radius:100%;
  box-shadow:0px 0px 3px #a7a7a7
  /* W3C */
}
.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

/* wishlist */
.wishlist-title-with-form{
  display:none;
}
.dv-gallery-nav img{
  cursor:pointer;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

  background-color:#46b87c;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #39a06a;
}


/* new source */
