
.resmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.resmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.resmenu ul li a {
  display: block;
  padding: 15px 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.resmenu ul li a.hasdrop:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.resmenu ul li a.hasdrop.active:after {
  content: "\f068";
}

.resmenu ul li a.hasdrop.active + ul {
  display: block;
}

.resmenu ul li a.hasdrop.active + form {
  display: flex;
}

.resmenu ul li a.menu-black, .resmenu ul li a.menu-black + ul a, .resmenu ul li a.menu-black + ul {
  background-color: #000 !important;
  color: #fff !important;
}

.resmenu ul li ul {
  padding-left: 10px;
  display: none;
}

.resmenu ul li ul li a {
  text-transform: none;
  font-weight: 300;
}

.resmenu .htop__search {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 10px;
}

.resmenu .htop__search input, .resmenu .htop__search button {
  height: 35px;
  line-height: 35px;
}

.resmenu .htop__search input {
  flex: 1;
}

.h21 .container {
  max-width: 800px;
}

.h21__item {
  text-align: center;
}

.isonsands {
    color: #565e63;
	font-weight: bold;
}

.slick-slide img {
    display: block;
	margin: auto;
}

@media only screen and (max-width: 991px) {
  .h21__item {
    margin: 0 0 25px;
  }
}

.h21__item img {
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  .h21__item img {
    max-height: 80px;
  }
}

.h21__button {
  text-align: center;
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .h21__button .button {
    width: 100%;
  }
}

.opps1 {
  text-align: center;
}

.pmain {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .pmain {
    padding-top: 20px;
  }
}

.pgallery {
  font-size: 0;
}

@media only screen and (max-width: 991px) {
  .pgallery {
    display: flex;
    flex-direction: column-reverse;
  }
}

.pgallery__col {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

@media only screen and (max-width: 991px) {
  .pgallery__col {
    display: block;
    width: 100% !important;
  }
}

.pgallery__col:last-child {
  padding-left: 15px;
  width: calc(100% - 100px);
}

@media only screen and (max-width: 991px) {
  .pgallery__col:last-child {
    margin: 0 0 15px;
    padding-left: 0;
  }
}

.pthumbs__item.slick-current .pthumbs__inner {
  border-color: #98a1a6;
}

/*
.pthumbs__inner {
  padding: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
*/

@media only screen and (max-width: 991px) {
  .pthumbs__inner {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .pthumbs__inner img {
    max-height: 50px;
    display: inline-block;
  }
}

.phigh {
  border: 0px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.phigh .slick-list {
  width: 100%;
}

.phigh .slick-list img {
  display: inline-block;
}

.phigh__badge {
  text-align: center;
  padding-top: 20px;
}

.phigh__inner img {max-width: 480px; margin-top: 20px;}	

@media only screen and (max-width: 991px) {
  .phigh__badge {
    display: none;
  }
.slick-track {
    max-height: 155px !important;
}
.pthumbs.slick-initialized.slick-slider.slick-vertical {
    max-height: 155px !important;
}
.phigh__inner img {
    max-width: 280px !important;
    margin-top: 20px !important;
}	
}

.phigh__badge img {
  max-height: 50px;
  margin: 0 10px;
}

@media only screen and (max-width: 991px) {
  .pcontent {
    padding-top: 20px;
  }
}

.pcontent__1 h1 {
  margin: 0;
  font-size: 1.8rem;
}

.pcontent__1 .rate {
  margin: 0 0 10px;
}

.pcontent__1 .rate__text {
  font-weight: bold;
  opacity: 0.7;
}

.psee {
  margin: 0 0 15px;
}

.psee a {
  font-weight: bold;
  color: #000;
  border-right: 2px solid #000;
  line-height: 1;
  padding-right: 5px;
  margin-right: 5px;
}

.psee a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.prodmnsubsave {padding: 20px 32px 26px 21px !important;}


.psize {
  margin: 0 0 15px;
}

.psize h5 {
  margin: 0 0 10px;
}

.psize a {
  padding: 10px 15px;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .psize a {
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

.psize a:hover, .psize a.active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.pradio {
  margin: 25px 0;
}

.pradio label {
  display: block;
}

.pradio input {
  transform: translateY(2px);
  margin-right: 4px;
}

.pradio input:checked + span {
  font-weight: bold;
}

.pradio__inner {
  padding: 8px 20px 15px;
  display: none;
}

.pradio__del {
  margin: 0 0 10px;
  position: relative;
}

.pradio__del a {
  color: #000;
  font-style: italic;
}

.pradio__del:hover .pradio__hover {
  display: block;
}

.pradio ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pradio ul .fa {
  margin-right: 5px;
}

.pradio ul li {
  margin: 0 0 2px;
}

.pradio__hover {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 255px;
  background-color: #565e63;
  color: #fff;
  display: none;
  padding: 15px;
  z-index: 75;	
}

.pradio__hover p:last-child {
  margin: 0;
}

.pradio--styled.pradio input {
  display: none;
}

.pradio--styled.pradio input:checked + .pradio__wrap {
  background: linear-gradient(107deg, #fff 27.4%, #f0f0f2 92.7%);
  color: #4c4c4c;
  padding-right: 22px !important;	
}

.pradio--styled.pradio input:checked + .pradio__wrap select {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #fff;
}

.pradio--styled.pradio input:checked + .pradio__wrap select option {
  color: #000;
}

.pradio--styled.pradio input:checked + .pradio__wrap a {
  color: #fff;
}

.pradio--styled.pradio input:checked + .pradio__wrap .pradio__input {
  border-color: #98a1a6;
}

.pradio--styled.pradio input:checked + .pradio__wrap .pradio__input:before {
  background-color: #98a1a6;
}

.pradio--styled.pradio input:checked + .pradio__wrap .pradio__price {
  position: absolute;
  bottom: 15px;
  right: 25px;
  background-color: #fff;
  color: #565e63;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 5px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .pradio--styled.pradio input:checked + .pradio__wrap .pradio__price {
    position: static;
  }
}

.pradio--styled.pradio input:checked + .pradio__wrap--nodetails .pradio__price {
  position: static;
}

.pradio--styled .pradio__wrap {
  position: relative;
  border: 1px solid #98a1a6;
  border-radius: 12px;
  padding: 20px 22px;
  cursor: pointer;
}

.pradio--styled .pradio__inner {
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .pradio--styled .pradio__inner {
    padding: 15px 0 0;
  }
}

.pradio--styled .pradio__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
}

.pradio--styled .pradio__main div {
  display: flex;
  align-items: center;
}

.pradio--styled .pradio__input {
  height: 21px;
  width: 21px;
  display: block;
  border-radius: 13px;
  border: 1px solid #98a1a6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.pradio--styled .pradio__input:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 9px;
  background-color: transparent;
}

.pguarantee > i {
  margin-right: 6px;
}

.pguarantee span {
  font-weight: bold;
  cursor: pointer;
}

.pguarantee span:hover + div {
  display: block;
}

.pguarantee__i {
  background-color: rgba(0, 0, 0, 0.2);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  color: #000;
  font-size: 10px;
}

.pguarantee__pop {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 10px;
}

.pactions {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.pactions .button {
  border-radius: 0;
}

.qty {
  flex: 0 0 140px;
  max-width: 140px;
}

.qty__inner {
  display: flex;
}

.qty__inner input,
.qty__inner a {
  height: 50px;
  line-height: 5px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}

.qty__inner input {
  margin: 0 5px;
  text-align: center;
  max-width: 68px;
}

.pbutton {
  flex: 1;
  padding-left: 5px;
  display: flex;
}

.pbutton .button {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  flex: 1;
}

.pbutton .button-wish {
  min-width: 65px;
  flex: 0;
  margin-left: 5px;
}

.pbutton .button-wish .fa {
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}

.upsell__item {
  margin: 0 0 5px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
  padding-right: 20px;
}

.upsell__item img {
  max-height: 98px;
  background-color: #fff;
  border: 1px solid #E9E3D3;
}

.upsell__item h5 {
  margin: 0;
  font-size: 1rem;
}

.upsell__top {
  display: flex;
  align-items: center;
}

.upsell .rate {
  margin: 5px 0;
}

@media only screen and (max-width: 991px) {
  .upsell .rate {
    display: block;
  }
  .upsell .rate__text {
    font-size: 0.8rem;
  }
}

.upsell__mid {
  flex: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .upsell__mid {
    padding: 0 10px;
  }
}

.upsell .button {
  border-radius: 0;
}

.upsell__price {
  font-weight: bold;
}

.upsell__actions {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.upsell__actions .pslider__select {
  flex: 1;
  margin: 0 5px 0 0;
}

.psbs {
  padding: 40px 0;
}

.psbs__img {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .psbs__img img {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .psbs__img {
    padding-right: 0;
  }
}

.psbs__img--right .psbs__img {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .psbs__img--right .psbs__img {
    padding-left: 0;
  }
}

.psbs__text {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .psbs__text {
    padding-left: 0;
  }
}

.psbs__text--right .psbs__text {
  padding-right: 40px;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .psbs__text--right .psbs__text {
    padding-right: 0;
  }
}

.psbs--right .row {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .psbs--right .row {
    flex-direction: column-reverse;
  }
}

.pslider .carrow {
  font-size: 3rem;
}

.pslider__item {
  padding: 0 15px;
  text-align: center;
}

.pslider__item h5 {
  margin: 0 0 5px;
}

.pslider__item .rate {
  margin: 0 0 5px;
}

.pslider__item img {
  max-height: 200px;
  margin: 0 auto 15px;
}

.pslider__price {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 1.2rem;
}

.pslider__select {
  margin: 0 0 15px;
}

.pslider__select select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 0;
}

.pslider__actions .button {
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.pslider--popular .pslider__inner {
  position: relative;
}

.pslider--popular .pslider__select {
  display: none;
}

.pslider--popular .pslider__actions {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  opacity: 0;
  transition: all 0.2s ease;
}

.pslider--popular .pslider__item:hover .pslider__actions {
  opacity: 1;
}

.sc {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: flex-end;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .sc {
    z-index: 9999;
  }
}

.sc__inner {
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-flow: column wrap;
}

@media only screen and (max-width: 991px) {
  .sc__inner {
    max-width: 85%;
  }
}

.sc__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.sc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.sc__head h3 {
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  flex: 1;
}

.sc__head a {
  color: #000;
}

.sc__progress {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sc__progress > div {
  position: relative;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 20px;
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

.sc__progress > div div {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.sc__body {
  padding: 20px;
}

.sc__bottom {
  padding: 20px;
}

.sc__sub small {
  display: block;
}

.sc__items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.sc__item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
}

.sc__item h5 {
  margin: 0;
  font-size: 1.2rem;
}

.sc__item img {
  max-height: 80px;
  margin-right: 20px;
}

.sc__item .qty {
  margin-top: 10px;
  max-width: 130px;
}

.sc__item .qty__inner a, .sc__item .qty__inner input {
  height: 24px;
  line-height: 24px;
  font-size: 1rem;
  text-align: center;
}

.sc__mid {
  flex: 1;
}

.sc__last {
  display: flex;
  justify-content: flex-end;
  align-items: space-between;
  flex-flow: column wrap;
  text-align: right;
  height: 100%;
}

.sc__last p {
  margin: 0;
}

.sc__last a {
  color: #000;
  opacity: .8;
  margin: 0 0 20px;
  font-size: 1.2rem;
}

.sc__last a:hover {
  opacity: 1;
  color: red;
}

.sc__suggest h3 {
  max-width: 400px;
}

.sc__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sc__bottom .pguarantee {
  padding-top: 15px;
}

.sc__bottom .button {
  width: 100%;
}

.sc__bottom .button .fa {
  margin-right: 5px;
}

.tot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-weight: bold;
}

.noteicon {
  font-size: .9rem;
  padding: 5px 0;
}

.noteicon .fa {
  margin-right: 4px;
}

@media only screen and (max-width: 576px) {
img.scsltimgtb {
    max-height: 50px;
    margin-top: -15px;
}
}



