/* .slider-arrow.slider-arrow-2.flex-right {
    direction: ltr;
    justify-content: flex-start;
} */

.cart-dropdown-wrap {
  left: 0;
  right: initial;
}

.search-style-2 form input {
  background-position: center left;
}

.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered:after {
  left: 0;
  right: unset;
}

.header-style-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  left: 27px;
  right: unset;
}

.fi-rs-angle-left:before {
  content: "\f10e";
}

.iti__selected-flag {
  direction: ltr !important;
}

/* ----------------------------------------------------------------
	Comments List
-----------------------------------------------------------------*/

#comments {
  position: relative;
  /* margin-top: 50px; */
  padding-top: 50px;
  /* border-top: 1px solid #EEE; */
}

.commentlist {
  list-style: none;
  margin: 10px 0px;
}

#reviews .commentlist {
  padding-bottom: 30px;
  margin: 0 0 20px;
}

.commentlist ul {
  list-style: none;
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li {
  margin: 30px 0 0 0;
}

.commentlist ul:first-child {
  margin-top: 0;
}

.commentlist li {
  position: relative;
  margin: 30px 0px 0px 30px;
}

#reviews .commentlist li {
  margin-top: 20px;
}

.comment-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}

.comment-wrap.user-comment-wrap {
  background: #fdfdfd;
  border: 2px solid #e5e5e5;
}

.commentlist ul .comment-wrap {
  margin-left: 25px;
  padding-left: 20px;
}

#reviews .comment-wrap {
  border: 0;
  padding: 10px 0 0 35px;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
  padding-top: 0;
  margin-top: 0;
}

.commentlist li .children {
  margin-top: 0;
}

.commentlist li li .children {
  margin-left: 30px;
}

.commentlist li .comment-content,
.pingback {
  position: relative;
  overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p {
  margin: 20px 0 0 0;
}

.commentlist li .comment-content {
  padding: 0 25px 0 0;
}

.commentlist li .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
}

.comment-avatar {
  position: absolute;
  top: 15px;
  right: -35px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  left: auto;
}

.comment-avatar img {
  display: block;
  border-radius: 50%;
}

.commentlist li .children .comment-avatar {
  left: -25px;
}

.comment-content .comment-author {
  font-size: 17px;
  font-weight: bold;
  color: #555;
}

.comment-content .comment-author a {
  border: none;
  color: #333;
}

.comment-content .comment-author a:hover {
  color: #7aa513;
}

.comment-content .comment-author span {
  float: left;
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
  font-size: 12px;
  font-weight: normal;
  font-family: "Crete Round", serif;
  font-style: italic;
  color: #aaa;
}

.comment-content .comment-author span a:hover {
  color: #888;
}

.comment-content .comment-attach img {
  height: 130px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 5px 5px;
  cursor: pointer;
  max-width: 170px;
}

.comment-content .comment-attach video {
  height: 130px;
  width: 170px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 5px 5px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.comment-content .comment-text {
  margin: 15px 0px;
}

.comment-reply-link,
.review-comment-ratings {
  display: block;
  position: absolute;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0px;
  width: 14px;
  height: 14px;
  color: #ccc;
  font-size: 14px;
  line-height: 1;
}

.review-comment-ratings {
  width: auto;
  color: #333;
}

.comment-reply-link:hover {
  color: #888;
}

.boxLeaveComment {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
  display: none;
}

.comment-attach-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.comment-attach-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

.comment-attach-modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

video.comment-attach-modal-content {
  width: 90%;
  background: #666;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.comment-attach-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.comment-attach-close:hover,
.comment-attach-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.comment-video {
  display: table;
  position: relative;
}

.btnUserComment {
  cursor: pointer;
  font-size: 17px;
  color: #1b1d1d;
  padding: 0px 2px;
}

.btnSaveComment,
.comment-text-edit {
  display: none;
}

.playpause {
  background-image: url("../images/icons/play-button.svg");
  background-repeat: no-repeat;
  width: 40%;
  height: 40%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.comment-video-overlay {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 700px) {
  .comment-attach-modal-content {
    width: 100%;
  }
  .comment-wrap {
    padding: 20px 20px 10px 10px;
  }
}

ul.tab-nav:not(.tab-nav-lg) li {
  float: right;
}

.right {
  float: right;
}

.rate .rate-btn {
  float: right;
}

#btnLoadMoreComments i {
  margin-left: 9px;
}

.product-extra-link2 .button.button-add-to-cart i {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.detail-info .product-price .current-price {
  margin-left: 20px;
  font-size: 26px;
  text-decoration: none;
  font-weight: 900;
}

.product-rate-cover {
  direction: ltr;
}

.btnLeaveComment i {
  margin-left: 10px;
  margin-right: 0px;
}

.product-overlay {
  direction: ltr;
}

.product-overlay i {
  margin-right: 4px;
}

.owl-carousel .oc-item {
  margin-left: 20px;
}

.add-to-cart-easy {
  direction: ltr;
}

.new-price {
  display: inline-flex;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
  margin: 0 7px 0 0;
}

@media only screen and (max-width: 430px) {
  .cart-dropdown-wrap {
    left: -50px;
  }
}

/* package style */

.packages .package .discount-label {
  left: initial;
  right: 0;
  border-radius: 0 0 0 15px;
}

.packages .package .package-description.truncated {
  padding-right: initial;
  padding-left: 1rem;
}
.packages .package .package-description.truncated:before {
  content: "...";
  bottom: 0;
  right: initial;
  left: 10px;
}

.packages .package .package-description.truncated:after {
  content: "";
  right: initial;
  left: 10px;
}
