.product-item-info .quick-view-title {
  display: none;
}
.quick-view-login-popup .actions-toolbar {
  margin-left: 0px !important;
}

.quick-view-login-popup fieldset.fieldset {
  margin-bottom: 10px !important;
}

.quick-view-login-popup .LoginFormSocial .LoginFormSocialBtn {
  height: 45px !important;
}

.LoginFormTabs {
  border-radius: 37px;
  background-color: #f4f4f4;
  padding: 8px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  height: 55px;
}

.dowanlodable-login-popup .LoginFormContainer .LoginFormTabs .tab-action .tabnav.active {
  background-color: #0089ed;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
}

.dowanlodable-login-popup .LoginFormContainer .LoginFormTabs .tab-action .tabnav {
  background: 0 0;

  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 10px;

  box-sizing: border-box;
  color: #282828;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  line-height: 30px;
}

/****Quick View button****/
.pdp-change-btns {
  top: 50%;
  width: 100%;
  float: left;
  position: fixed;
}

.pdp-change-btns button:nth-child(2) {
  position: absolute;
  right: 31%;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 17px, rgba(0, 0, 0, .05) 0px 5px 10px;
  background: #28a7fb;
}

.pdp-change-btns button:nth-child(1) {
  position: absolute;
  left: -80px;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 17px, rgba(0, 0, 0, .05) 0px 5px 10px;
  background: #28a7fb;
}

.pdp-change-btns button {
  background: transparent;
  border: 0px;
  padding: 0px;
}

.pdp-change-btns button svg {
  color: #fff !important;
  font-weight: 600;
  font-size: 32px !important;
  font-weight: 900;
  width: 50px !important;
  height: 50px !important;
}

.pdp-change-btns button path {
  font-size: 84px !important;
  font-weight: 900;
}

button.gray-border-btn.quick-view-hover img {
  position: relative;
  top: 3px;
  left: -3px;
}

button.gray-border-btn.quick-view-title img {
  position: relative;
  top: 3px;
  left: -3px;
}

button.gray-border-btn.quick-view-hover {
  display: block;
  background: #28a7fb;
  border-color: #28a7fb;
  color: #fff;
  position: absolute;
  top: 9px;
  right: 7px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 95px;
  line-height: 25px;
  font-size: 11px;
}

button.gray-border-btn.quick-view-hover:hover {
  border: 2px solid #449bd5;
  background: #449bd5;
}

.quick-view-title-div {
  float: right;
  position: relative;
  top: 0px;
  margin-left: 6px;
}

button.gray-border-btn.quick-view-title {
      background: linear-gradient(to right, #7F8C8D, #95A5A6);/***2899: Quick View - Change the color from blue to Grey***/
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .53); /***2899: Quick View - Change the color from blue to Grey***/
  border-color: #28a7fb;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 25px;
  float: right;
  min-width: 95px;
  font-size: 11px;
  border: 1px solid #7F8C8D !important; /***2899: Quick View - Change the color from blue to Grey***/
}

button.gray-border-btn.quick-view-title:hover {
 border: 1px solid #FFA500 !important; /***2899: Quick View - Change the color from blue to Grey***/
    background: #FFA500; /***2899: Quick View - Change the color from blue to Grey***/
}

/* width */
.row-base-in::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.row-base-in::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
.row-base-in::-webkit-scrollbar-thumb {
  background: #28a7fb;
  border-radius: 5px;
  height: 120px;
}

/* Handle on hover */
.row-base-in::-webkit-scrollbar-thumb:hover {
  background: #3ba2e5;
}

.fixed.inset-0.bg-black.bg-opacity-50.z-50.download-overlay {
  z-index: 999;
}

/* .row-base-in { */
/* max-height: 800px; */
/* overflow-y: scroll; */
/* } */
.product-list-gist a.product-list-link {
  height: 122px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.product-list-gist a.product-list-link img.related_product_image {
  height: 100%;
}

.quick-view-inner .rating-summary .rating-result>span:before {
  color: #f4b30c;
}

.arc-keyword ul li a {
  font-weight: 500;
  color: #6c6c6c;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  color: #6c6c6c;
}

#sync1s.owl-theme .owl-prev svg {
  position: relative;
  left: 7px;
}

#sync1s.owl-theme .owl-next svg {
  position: relative;
  right: -9px;
}

button.quickview-downloadbtn.action.primary:hover {
  border: 2px solid #ffa500;
  background: transparent;
  color: #333;
}

button.quickview-downloadbtn.action.primary {
  color: #fff;
  background: #ffa500;
  width: 90%;
  display: inline-block;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 9px;
  line-height: 60px;
  height: 60px;
  text-transform: inherit;
  font-weight: 600;
}

.pdp-quick-view {
  border: 1px solid red;
  float: left;
  display: inline-block;
  width: 100%;
}

.pdp-quick-view-inner {
  position: relative;
}

.pdp-quick-view-inner img {
  width: 100%;
  height: 100%;
}

.reviews-actions.wrapper-reviews span {
  font-size: 14px;
  color: #000;
}

.quick-view-popup {
  align-items: center;
  background-color: rgba(13, 18, 22, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;

  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
}

.quick-view-inner {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;
  width: 65%;
  box-sizing: border-box;
  transition: transform 0.25s ease-in-out;
  max-width: 100%;
}

.row-base {
  /* border-radius: 12px; */
  box-shadow: 0px 0px 0px 1px rgba(64, 87, 109, 0.04),
    0px 12px 40px -8px rgba(64, 87, 109, 0.3);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 999999;
}

.row-base-in {
  width: 100%;
  will-change: transform;
  box-sizing: border-box;
  float: left;
}

.lzLeGg {}

.cross-view {
  right: -7px;
  float: right;
  position: relative;
  top: 20px;
  z-index: 999999999;
}

.cross-view button {
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  pointer-events: auto;
  min-width: 32px;
  border-radius: 9999px;
  outline: none;
  background: rgba(17, 23, 29, 0.8);
  border: none;
  cursor: pointer;
  line-height: 25px;
}

.cross-view button svg {
  position: relative;
  left: -6px;
}

#sync1s .owl-item.active .item {
  border: 1px solid #333;
}

#sync1s .item {
  margin: 5px;
  height: 410px;
  text-align: center;
}

#sync2s .item {
  margin: 5px;
  height: 77px;
  text-align: center;
  border: 1px solid #333;
}

div#sync2s img {
  text-align: center;
  width: auto;
  height: 100%;
  border: 0px;
  box-shadow: none;
  margin: 0 auto;
}

#sync2s .current .item {
  border: 3px solid #19a4fd !important;
}

#sync2s img {
  box-shadow: 0px 1px 2px 1px #a8a8a8;
  border: 1px solid #a8a8a8;
}

#sync2s.owl-theme .owl-next,
#sync2s.owl-theme .owl-prev {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 40px;
  border-radius: 100px;
  background: #fff;
  line-height: 40px;
  align-items: center;
  cursor: pointer;
  display: flex;
  border: 1px solid #e5e5e5;
  height: 40px;
  text-align: center;
  justify-content: center;
  transition-duration: 0.2s;
  top: 50%;
  transform: translate(-22%, -50%);
}

#sync2s.owl-theme .owl-next {
  right: -20px;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1s.owl-theme {
  position: relative;
}

#sync1s.owl-theme .owl-next,
#sync1s.owl-theme .owl-prev {
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  border-radius: 100px;
  background: #fff;
  line-height: 40px;
  align-items: center;
  cursor: pointer;
  display: flex;
  text-align: center;
  border: 1px solid #e5e5e5;
}

#sync1s.owl-theme .owl-prev {
  left: 10px;
}

#sync1s.owl-theme .owl-next {
  right: 10px;
}

.sLiDer {
  min-width: 0;
  position: relative;
}

.owl-carousel .owl-item img {
  height: 100%;
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.article-body {
  padding: 0 10px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-evenly;
  position: relative;
  flex-direction: column;
}

.articlehead {}

.articlehead h1 {
  font-size: 25px;
  line-height: 30px;
  -webkit-line-clamp: 3;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #000;
}

.article-rating {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
}

.wrapper-rating {
  position: relative;
  display: inline-block;
  border: none;
  font-size: 12px;
  margin-right: 15px;
}

.wrapper-rating input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

.wrapper-rating label {
  position: relative;
  float: right;
  color: #c8c8c8;
}

.wrapper-rating label:before {
  margin: 5px;
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.4em;
  color: #f4b30c;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wrapper-rating input:checked~label:before {
  color: #f4b30c;
}

.wrapper-rating label:hover~label:before {
  color: #ffdb70;
}

.wrapper-rating label:hover:before {
  color: #f4b30c;
}

.wrapper-reviews {}

.article-download {
  width: 100%;
  display: inline-block;
}

.article-download a {
  color: #fff;
  background: #ffa500;
  width: 100%;
  display: inline-block;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 9px;
}

.article-body-feature {}

.article-body-feature ul {
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 0px;
}

.article-body-feature ul li {
  list-style: none;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.article-body-feature ul li:last-child {
  margin-bottom: 0px;
}

.ic_d {
  width: 25px;
  margin-right: 5px;
  display: flex;
}

.detail_c {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.arc-keyword {}

.arc-keyword h1 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.arc-keyword ul {
  margin: 0px;
  padding: 0px;
}

.arc-keyword ul li {
  list-style: none;
  padding: 0.7em 0.7em;
  background-color: #efefef;
  float: left;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #6c6c6c;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  cursor: pointer;
  float: left;
}

.Morepdp-container {
  padding-top: 5px; /***2608 - PDP Quick View 30-01-2025 ***/
}

.Morepdp-heading {
  margin: 0 10px;
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0px;
}

.product-list-list {
  padding: 0px;
  margin: 0px;
}

.product-list-gist {
  display: inline-block;
  width: 18%;
  margin: 0px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* Summer Coupon popup  Start */
.summer-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.summer-popup button.close.close-popup:active {
  background: #000;
  position: absolute;
  top: -22px;
  padding: 4px 8px;
  border-radius: 100%;
  right: -10px;
  opacity: 1;
  border: 1px solid #cdcdcd;
}

.summer-popup button.close.close-popup:hover {
  background: #000;
  position: absolute;
  top: -22px;
  padding: 4px 8px;
  border-radius: 100%;
  right: -10px;
  opacity: 1;
  border: 1px solid #cdcdcd;
}

.summer-popup .modal-content {
  border-top: 6px solid #28a7fb !important;
  border-radius: 0px !important;
  background-image: url('../../images/discountimage.jpg');
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
}

.summer-popup .input-group.cp-code {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 auto;
  margin-top: 22px !important;
  margin-bottom: 10px;
}

.summer-popup input#copy-code {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 65px;
  border-style: dashed none dashed dashed;
  border-width: 2px 0 2px 2px;
  border-color: #28a7fb;
  max-width: 240px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  text-overflow: ellipsis;
  background-color: #eee;
  color: #555;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
}

.summer-popup button.btn.btn-primary.btn-copy.js-btn-copy {
  color: #fff;
  background-color: #28a7fb;
  border-color: #28a7fb;
  height: 65px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  font-size: 18px;
  border-radius: 4px;
}

.summer-popup button.btn.btn-primary.btn-copy.js-btn-copy:hover {
  background-color: #2583c1;
  border-color: #2583c1;
}

.summer-popup .input-group-append {
  display: inline;
  float: left;
}

.summer-popup button.btn.btn-default.close-popup {
  color: #333;
  background: transparent;
  border-color: #8c8c8c !important;
  border-radius: 4px;
  border: 1px solid;
  padding: 9px 10px;
  line-height: 20px;
  height: auto;
  font-size: 17px;
}

.summer-popup .input-group.mb-3.cp-code {
  float: left;
  margin-top: 0px !important;
}

.summer-popup .modal-dialog {
  width: 39.7%;
  margin: 30px auto;
}

.summer-popup p.para {
  line-height: 25px;
  text-align: left;
  font-size: 17px;
  color: #121213;
  margin-bottom: 20px;
}

.summer-popup p.go {
  text-align: left;
}

.summer-popup .modal-body {
  position: relative;
  padding: 15px;
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-left: 35px;
  box-sizing: border-box;
}

.summer-popup .modal-header {
  border-bottom: 0px;
  position: relative;
  padding-bottom: 0px;
}

.summer-popup .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px;
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 35px;
}

.summer-popup button.close {
  background: #000;
  position: absolute;
  top: -22px;
  padding: 4px 8px;
  border-radius: 100%;
  right: -10px;
  opacity: 1;
}

.summer-popup button.close span {
  color: #fff;
}

.summer-popup .close:focus {
  opacity: 1;
  border: 0px;
  outline: 0px;
}

.summer-popup .close:hover {
  opacity: 1;
  border: 0px;
  outline: 0px;
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-flip .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  background: #fff !important;
}

.fade-flip.in {
  opacity: 1;
  transform: rotateX(0deg);
}

#flipModal p {
  color: #404040;
}

#flipModal p.go {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.quick-view-hide {
  z-index: -1;
}

body.overflow-hidden div#left-section.quick-view-slidebar-hide {
  z-index: 1 !important;
}

.catalog-category-view .columns.quick-view-columns-hide {
  z-index: unset;
}

@media (max-width: 2560px) {

  #sync1s .item {
    height: 657px;
  }

  #sync2s .item {
    height: 125px;
  }

  .product-list-gist a.product-list-link {
    height: 166px;
  }

}

@media (max-width: 1920px) {

  #sync1s .item {
    margin: 5px;
    height: 415px;
    text-align: center;
  }

  #sync2s .item {
    margin: 5px;
    height: 77px;
    text-align: center;
    border: 1px solid #333;
  }

  .product-list-gist a.product-list-link {
    height: 122px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }

}

/* Summer Coupon popup  end */

@media (max-width: 1899px) {
  .summer-popup input#copy-code {
    max-width: 200px;
  }
}

@media (max-width: 1860px) {

  .pdp-change-btns {
    top: 40%;
  }

}

@media (max-width: 1780px) {
  .quick-view-inner {
    width: 75%;
  }

  .product-list-gist a.product-list-link {
    height: 131px;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 25%;
  }

  .pdp-change-btns button:nth-child(1) {
    left: -45px;
  }
}

@media (max-width: 1667px) {
  .summer-popup .modal-dialog {
    width: 45.56%;
    margin: 30px auto;
  }

  .summer-popup .modal-body {
    padding-left: 20px;
  }

  .summer-popup .modal-footer {
    padding-left: 20px;
  }

}

@media (max-width: 1680px) {
  button#previous-pdp-51156 {
    left: -60px;
  }

  .row-base-in {
    max-height:750px;
    overflow-y: scroll;
  }

  .quick-view-inner {
    padding-left: 60px;
  }

  .pdp-change-btns button:nth-child(1) {
    left: -58px;
  }

  #sync1s .item {
    height: 383px;
  }
}

@media (max-width: 1600px) {
  .product-list-gist {
    display: inline-block;
    width: 22.2%;
  }

  .product-list-gist a.product-list-link {
    height: 137px;
  }

  #sync1s .item {
    height: 353px;
  }

  #sync2s .item {
    height: 64px;
  }

  .Morepdp-container {
    padding-top: 0px;
  }
}

@media (max-width: 1555px) {
  .summer-popup .modal-dialog {
    width: 51.5%;
  }
}

@media (max-width: 1536px) {
  .pdp-change-btns button:nth-child(1) {
    left: -60px;
  }

  #sync1s .item {
    height: 322px;
  }

  #sync2s .item {
    height: 59px;
  }

  .row-base-in {
    max-height: 523px;
    overflow-y: scroll;
  }

}

@media (max-width: 1440px) {
  .product-list-gist a.product-list-link {
    height: 122px;
  }

  #sync1s .item {
    height: 281px;
  }

  #sync2s .item {
    height: 51px;
  }

  .articlehead h1 {
    font-size: 21px;
  }

  button.gray-border-btn.quick-view-title,
  button.gray-border-btn.quick-view-hover {
    min-width: 88px;
    font-size: 10px;
  }

  .summer-popup .modal-dialog {
    width: 53.4%;
    margin: 30px auto;
  }

  .summer-popup input#copy-code {
    max-width: 190px;
  }

  .row-base-in {
    max-height: 523px;
    overflow-y: scroll;
  }


}

@media (max-width: 1366px) {

  .row-base-in {
    max-height: 523px;
    overflow-y: scroll;
  }

  .pdp-change-btns button svg {
    width: 35px !important;
    height: 35px !important;
  }

  .pdp-change-btns button:nth-child(1) {
    left: -50px;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 26%;
  }

  #sync2s .item {
    height: 45px;
  }

  #sync1s .item {
    height: 250px;
  }

  .product-list-gist a.product-list-link {
    height: 115px;
  }
}

@media (max-width: 1280px) {
  .quick-view-inner {
    top: 85px;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 30%;
  }

  .row-base-in {
    max-height: 550px;
    overflow-y: scroll;
  }

  .lzLeGg {
    width: 100%;
    float: left;
    display: inline-block !important;
  }

  .sLiDer {
    width: 50%;
    float: left;
  }

  .Puzyyw {
    width: 48%;
    float: right;
    grid-column: unset !important;
  }

  .articlehead h1 {
    font-size: 19px;
    line-height: 26px;
  }

  .product-reviews-summary.short.article-rating {
    margin-top: 0px;
    margin-bottom: 2px;

  }

  button.quickview-downloadbtn.action.primary {
    height: 47px;
    line-height: 45px;
    font-size: 16px;
  }

  .article-body-feature ul li {
    margin-bottom: 8px;
  }

  .product-list-gist a.product-list-link {
    height: 135px;
  }

  .product-list-gist {
    display: inline-block;
    width: 30.3%;
  }

  .quick-view-inner {
    width: 70%;
  }

  #sync1s .item {
    height: 216px;
  }

  #sync2s .item {
    height: 38px;
  }
}

@media (max-width: 1275px) {
  .summer-popup .modal-dialog {
    width: 59.23%;
  }
}

@media (max-width: 1200px) {
  .product-list-gist {
    display: inline-block;
    width: 30%;
  }

  .product-list-gist a.product-list-link {
    height: 121px;
  }

  .pdp-change-btns {
    top: 40%;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 31%;
  }

  .product-list-gist {
    display: inline-block;
    width: 29%;
  }
}

@media (max-width: 1131px) {
  .summer-popup .modal-dialog {
    width: 73.82%;
  }
}

@media (max-width: 1080px) {
  .product-list-gist a.product-list-link {
    height: 106px;
  }

  .pdp-change-btns {
    top: 50%;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 31%;
  }

  .product-list-gist {
    display: inline-block;
    width: 29%;
  }

  .quick-view-inner {
    margin-left: 183px;
  }
}

/***2608 - PDP Quick View 30-01-2025 ***/
@media (max-width: 1032px) {
  .pdp-change-btns {
      top: 27%;
  }
}
/***2608 - PDP Quick View 30-01-2025 ***/

@media (max-width: 1024px) {
	/***2608 - PDP Quick View 30-01-2025 ***/
	.quick-view-inner {
    top: 36px;
  }
	/***2608 - PDP Quick View 30-01-2025 ***/
	
  .quick-view-inner {
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 0px;
  }

  .product-list-gist a.product-list-link {
    height: 146px;
  }

  .product-list-gist {
    display: inline-block;
    width: 29.8%;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 10%;
  }

  .pdp-change-btns {
    top: 45%;
  }

  #sync1s .item {
    height: 237px;
  }

}

@media (max-width: 1023px) {
  .quick-view-inner {
    width: 85%;
    margin: 0 auto;
    margin-top: 100px !important;
    padding-left: 0px;
  }

  .row-base-in {
    max-height: 700px;
    overflow-y: scroll;
  	overflow-x: hidden;
  }

  .product-list-gist a.product-list-link {
    height: 138px;
  }

  .pdp-change-btns button:nth-child(1) {
    left: -50px;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 10%;
  }

  .pdp-change-btns {
    top: 50%;
  }
}

@media (max-width: 1022px) {
  body.overflow-hidden #left-section.scroll-nav {
    z-index: -1 !important;
  }
}

@media (max-width: 980px) {
  .product-list-gist a.product-list-link {
    height: 132px;
  }
}

@media (max-width: 928px) {
  .summer-popup .modal-dialog {
    width: 90.45%;
  }

  .summer-popup input#copy-code {
    max-width: 164px;
  }

  .summer-popup .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none;
  }
}


@media (max-width: 802px) {
  .product-list-gist {
    display: inline-block;
    width: 29%;
  }

  .product-list-gist a.product-list-link {
    height: 104px;
  }

  .pdp-change-btns {
    top: 43%;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 9%;
  }

}


@media (max-width: 786px) {
  .summer-popup .modal-dialog {
    width: 93.514%;
  }

  .summer-popup p.para {
    line-height: 20px;
    font-size: 15px;
  }

  .summer-popup input#copy-code {
    max-width: 160px;
    font-size: 18px;
  }

  .summer-popup button.btn.btn-primary.btn-copy.js-btn-copy {
    font-size: 16px;
  }

  .summer-popup .btn {
    padding: 4px 3px;
  }

  .summer-popup .modal-content {
    background-size: 70%;
  }

  .summer-popup .modal-footer .btn.btn-default {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .quick-view-inner {
    margin-top: 15px !important;
  }

  .product-list-gist a.product-list-link {
    height: 157px;
  }

  .product-list-gist {
    display: inline-block;
    width: 46%;
  }

  .lzLeGg {
    display: inline;
  }

  #sync1s .owl-item.active {
    width: 595.25px !important;
  }

  .pdp-change-btns button:nth-child(2) {
    right: 9%;
  }

  #sync2s .item {
    height: 62px;
  }

  #sync1s .item {
    height: 330px;
  }

  .row-base-in {
		padding: 5px 20px; /***2608 - PDP Quick View 30-01-2025 ***/
    box-sizing: border-box;  /***2608 - PDP Quick View 30-01-2025 ***/
  }

  .sLiDer {
    width: 100%;
    float: left;
  }

  .Puzyyw {
    width: 100%;
    float: left;
  }

  .summer-popup .modal-dialog {
    width: 91.285%;
  }
}

@media (max-width: 670px) {
  .summer-popup .modal-footer {
    padding-bottom: 10px;
  }

  .summer-popup .modal-footer .btn.btn-default {
    padding: 4px 7px;
  }

  .summer-popup .modal-body {
    padding-bottom: 5px;
  }

  .summer-popup .modal-dialog {
    width: 90.75%;
  }
}

@media (max-width: 608px) {
  .summer-popup .modal-content {
    background-image: none;
  }

  .summer-popup .modal-header {
    padding-top: 0px;
  }

  .summer-popup p.para {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 2px;
  }

  .summer-popup button.close {
    top: -15px;
  }

  .summer-popup .modal-body br {
    display: none;
  }

  .summer-popup .modal-body strong {
    font-size: 24px;
    text-transform: uppercase;
  }

  .summer-popup input#copy-code {
    max-width: 200px;
  }

  .summer-popup .btn {
    padding: 4px 14px;
  }
}

@media (max-width: 420px) {
  .summer-popup .modal-dialog {
    width: 87.944%;
  }

  .summer-popup p.para {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 2px;
    line-height: 22px;
  }

  .summer-popup input#copy-code {
    max-width: 145px;
  }

}

@media (min-width: 900px) {
  .lzLeGg {
    grid-template-columns: 1fr 441px;
  }
}

@media (max-width: 850px) {
  .articlehead h1 {
    font-size: 1.2rem;
  }

  .wrapper-reviews span {
    font-size: 13px;
  }

  .article-download a {
    font-size: 16px;
  }

  .detail_c {
    font-size: 14px;
  }

  .ic_d {
    width: 20px;
  }
  
  .row-base-in {
    max-height: 712px;
	}		
  
}

@media (min-width: 767px) {
  .sLiDer {
    grid-column: 1;
    grid-row: 1;
  }

  .lzLeGg {
    grid-column-gap: 20px;
    display: grid;
  }

  .row-base-in {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .product-list-list {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    column-gap: 10px;
  }

  .product-list-gist {
    margin-bottom: 10px;
  }

  #sync1s.owl-theme {
    height: 360px;
  }
  
}

@media (max-width: 600px) {
	
	.row-base-in {
    max-height: 500px;
    overflow-y: scroll;
  }
	
  .quick-view-inner {
    padding: 16px 8px;
  }

  .row-base-in {
    padding: 10px;
  }

  #sync1s .owl-item.active {
    width: 459.25px !important;
  }

  #sync2s .item {
    height: 46px;
  }

  #sync1s .item {
    height: 253px;
  }

  button.quickview-downloadbtn.action.primary {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
	
  .Morepdp-heading {
    margin: 0 10px;
    width: 100%;
    float: left;
	  margin-bottom: 10px;
  }	

  #sync1s.owl-theme {
    height: 198px;
  }

  .quick-view-inner {
    width: 81%;
  }

  #sync1s .owl-item.active {
    width: 288.25px !important;
  }

  .pdp-change-btns {
    display: none !important;
  }

  #sync1s .item {
    height: 162px;
  }

  #sync2s .item {
    height: 26px;
  }

  .product-list-gist {
    display: inline-block;
    width: 95%;
  }

  .product-list-gist a.product-list-link {
    height: 155px;
  }

  .cms-pricing .dowanlodable-login-popup .customer-login-box .tab-action .tabnav {
    font-size: 13px;
  }

}

@media (max-width: 490px) {
  .LoginFormTabs {
    width: 80%;
  }

  .quick-view-inner {
    margin-top: 0px !important;
  }

  .quick-view-inner {
    width: 81%;
  }

}

@media (max-width: 393px) {
	
  .Morepdp-heading {
    margin: 0 10px;
    width: 100%;
    float: left;
  }	

  #sync1s.owl-theme {
    height: 198px;
  }

  .quick-view-inner {
    width: 90%;
  }

  #sync1s .owl-item.active {
    width: 288.25px !important;
  }

  .pdp-change-btns {
    display: none !important;
  }

  #sync1s .item {
    height: 162px;
  }

  #sync2s .item {
    height: 26px;
  }

  .product-list-gist {
    display: inline-block;
    width: 95%;
  }

  .product-list-gist a.product-list-link {
    height: 155px;
  }

  .cms-pricing .dowanlodable-login-popup .customer-login-box .tab-action .tabnav {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .summer-popup .modal-dialog {
    width: 87.4%;
  }
}

@media (max-width: 360px) {
  .summer-popup .btn {
    padding: 4px 4px;
  }

  .quick-view-inner {
    width: 96%;
  }

  #sync1s.owl-theme {
    height: 195px;
  }

  .summer-popup input#copy-code {
    max-width: 145px;
  }
}

@media (max-width: 320px) {
  .summer-popup .modal-dialog {
    width: 85.96%;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 393px) 
  and (max-device-width: 659px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 	
	
  .Morepdp-heading {
    margin: 0 10px;
    width: 100%;
    float: left;
  }

  .pdp-change-btns {
    display: none !important;
  }	
		
  .product-list-gist {
    display: inline-block;
    width: 95%;
  }	
	
  .quick-view-inner {
    width: 90%;
  }	
	
}