.tpnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6E7466;
  }
  .serh{
    border: none;
    background: transparent;
  }
  ::placeholder{
    font-size: 14px;
  }
  input{
    border-radius: 10px ;
    width: 100%;
    padding-left: 0px;
  }
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6E7466;
  }
  .dropdown {
    position: inherit!important;
}

.search-ion{
    border: none;
    background: transparent;
    font-size: 20px;
    position: absolute;
}

  .sidenav li {
    float: left;
    border-right:1px solid #bbb;
  }
  .navsi li {
    float: left;
    border-left:1px solid #bbb;
  }
  .tpnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 2px 16px;
    text-decoration: none;
    font-size: 14px;
  }
  .search-container {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.search-container.expanded {
    width: 300%;
}
*:focus-visible {
   outline: none!important;
}
.search-container form {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-container form input[type="text"] {
    width: calc(100% - 100px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.search-container form button {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    background-color: #f1f1f1;
    cursor: pointer;
}
.close-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: none;
        outline: none;
        font-size: 35px;
        position: absolute;
        right: 10%;
}


  .navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 2px 36px;
    text-decoration: none;
    font-size: 14px;
  }
  
  .sidenav li .active {
    background-color: white;
    color: black;
  }
  
  /* .tpnav li a:focus{
    background-color: white;
    color: black;
  } */
  .tpnav li a:hover{
    background-color: white;
    color: black;
  }
 .navbar li a:focus{
    background-color: #6E7466;
    color: black;
  }
  body{
    margin: 0;
  }
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #c3bebe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
 .fixed-navbar{
    position: sticky;
    top: 0;
    z-index: 99;
 }
 .sticky {
    /* Add styles for the sticky position */
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    /* Additional styling properties */
}

#search-button {
    color: white;  
    left: -30px;
    position: absolute;
    background: 0;
    cursor: pointer;
}
#srch-close-btn {
    color: white;
    right: 0;
    top: -5px;
    position: absolute;
    display: none;
    background: 0;
    &.show {
    display: block;
    }
  cursor: pointer;
}
input.search-input {
    border: 0;
    outline: 0;
    background: 0;
    padding: 0;
    border-bottom: 2px solid aliceblue;
    width: 100%;
    color: white;
  &:focus {
    background: 0;
    border: 0;
    outline: 0;
    padding: 0;
    border-bottom: 2px solid aliceblue;
  }
}

#search-bar {
  width: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  &.show {
    width: 300px;
  }
  transition: width 0.2s ease-in-out;
}

  .dropdown-content a:hover {
    background-color: #F9F9F9!important;
    color: #e5b78f!important;
}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .im{
    width: 24px;
    height: 24px;
  }
  .ic{
    padding-left: 16px;
  }
  .smnav a{
    display: block;
    color: white;
    text-align: center;
    padding: 2px 59px;
    text-decoration: none;
    
  }
  .navbar li{
    border: none;
  }
  /* .navbar .dropdown-content a:hover{
   color: #6E7466;
   
  }
  .navbar .dropdown a:hover{
    color:white;
  } */
  .dropdown-content .drp {
    color: black;
    padding: 0px 11px;
    text-align: justify;
}
.navbar .icon, .navbar .close-icon {
    display: none;
    font-size: 20px;
    cursor: pointer;
}
.navbar{
    display: block!important;
   padding: 0px;
}
.navbar.responsive .icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.header-right {
    margin-left:200px!important;
}

/* Add this style to close the dropdown when the close-icon is clicked */
.navbar.responsive .close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
}
@media screen and (max-width: 600px) {
    .navbar a, .dropdown .drp {
        float: none;
        display: block;
        text-align: left;
    }
   

    .navbar {
        overflow: auto;
    }

    .navbar .icon {
        display: block;
        margin-left: -29%;
        margin-top: -32px;
        color: white;
        text-decoration: none;
    }

    /* Hide the regular navigation links on small screens */
    .navbar a:not(.icon), .dropdown .drp {
        display: none;
    }

    /* Display the dropdown content when the toggle button is clicked */
    .navbar.responsive a.icon, .navbar.responsive a.close-icon {
        /* background-color: #333; */
        color: white;
        display: block;
        text-decoration: none;
    }

    

    .navbar.responsive a:not(.icon):not(.close-icon) {
        display: block;
        text-align: center;
    }

    .dropdown-content {
        position: static;
    }
}
.sidenav{
   margin-left: 130px;
}
.navsi{
    padding-left: 80%;
}
@media only screen and (min-width: 355px) and (max-width: 768px) {
    .media--portrait {
        padding-bottom: 125% !important;
    }
    .pr-img {
        height: 294px;
    }
    .mini-cart__main {
        display: none;
    }
    .image-container img {
        width: 100%;
        display: block;
        height: 240px;
    }
    .reward-btn {
        position: fixed;
        z-index: 999;
        bottom: 15px!important;
        padding: 7px 14px!important;
        left: 10px!important;
        background-color: #C5B1A2 !important;
        font-size: 14px;
        border-radius: 50px;
    }   
    .whats {
        width: 50px;
        right: 5px!important;
        position: fixed;
        bottom: 7px!important;
        z-index: 999;
    }
	.header-right {
        margin-left:0px!important;
    }
    .sidenav{
        margin-left: 0px;
    }
    .navsi{
        padding-left: 0px;
        display: none;
    }
    .tpnav li a {
        padding: 4px 3px!important;
        font-size: 8px!important;
    }
     input {
        font-size: 12px;
        padding: 0;
    }
    .log{
        width: 100px;
    }
    .serh{
        border: none;
        font-size: 10px;
    }
    .search-container {
        padding-top: 10px;
    }
    .ic{
        padding-left: 3px;
    }
    .mnav{
        margin-left: 24px;
    }
    #myImage {
        width: 250px!important;
        height: 293px!important;
    }
    .search-ion {
        font-size:13px!important;
    }
    input {
        padding-left: 21px !important;
        border-radius: 5px;
     
    }
    .p-img {
        width: 50px!important;
        height: 64px!important;
    } 
    
    .img-bann {
        height: 240px!important;
    }
    /* .small-gallery{
        position: absolute!important;
         margin-left: -50px!important;
         padding-top: 20px!important;
     }   */
}

@media only screen and (min-width: 410) and (max-width: 920px) {
    .media--portrait {
        padding-bottom: 125% !important;
    }
    .pr-img {
        height: 294px;
    }
    .mini-cart__main {
        display: none;
    }
    .image-container img {
        width: 100%;
        display: block;
        height: 240px;
    }
    #myImage {
        width: 250px!important;
        height: 293px!important;
    }
    .search-ion {
        font-size:13px!important;
    }
    input {
        padding-left: 21px !important;
        border-radius: 5px;
        padding-top: 5px;
    }
    .tpnav li a {
        padding: 4px 9px!important;
        font-size: 8px!important;
    }
    .p-img {
        width: 50px!important;
        height: 64px!important;
    }
    /* .small-gallery{
         position: absolute!important;
         margin-left: -50px!important;
         padding-top: 20px!important;
     } */
     .img-bann {
        height: 270px!important;
    }
}



.announcement-bar-section {
    background-color: #1b2615!important;
    line-height: 0.5;
    position: relative;
    z-index: -52;
}
.announcement-bar {
    background: #293837;
    color: var(--color-announcement-bar-text, #fff);
    line-height: 1;
    padding: 7px 0;
}.announcement-bar--inner {
    padding: 0 15px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.announcement-bar--inner {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: none;
    white-space: nowrap;
    font-size: .8125rem;
    font-weight: 400;
    /* overflow: hidden; */
}
.announcement-bar--item {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    letter-spacing: .03em;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 12px;
}
.announcement-bar--item svg {
    margin-right: 12px;
    height: 14px;
    fill: var(--color-announcement-bar-text, #fff);
}

.review-btn{
  position: fixed;
  z-index: 1;
  right: -18px ;
  top: 50%;
  transform:rotate(90deg);
  background-color: #C5B1A2;
    font-weight: 500;
    color: white;
    border: none;
    padding: 6px 12px;
}



.jdgm-paginate {
    width: 100%;
    padding-top: 16px;
    text-align: center
}

.jdgm-paginate a:not([href]) {
    cursor: pointer
}

.jdgm-paginate a:empty {
    display: inline-block
}

.jdgm-paginate__page {
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    cursor: pointer;
    vertical-align: middle
}

.jdgm-paginate__page.jdgm-curt {
    font-weight: bold;
    font-size: 150%;
    pointer-events: none
}

.jdgm-paginate__first-page,.jdgm-paginate__last-page,.jdgm-paginate__prev-page,.jdgm-paginate__next-page {
    font-family: "JudgemeIcons";
    font-weight: bold;
    font-size: 110%;
    padding: 4px
}

.jdgm-paginate__first-page:before {
    content: "\e004"
}

.jdgm-paginate__last-page:before {
    content: "\e006"
}

.jdgm-paginate__prev-page:before {
    content: "\e002"
}

.jdgm-paginate__next-page:before {
    content: "\e003"
}

.jdgm-paginate__load-more {
    margin-top: 16px
}

@media only screen and (min-width: 768px) {
    .jdgm-paginate+.jdgm-collected-link {
        position:absolute;
        bottom: 4px
    }
}

@media all and (max-width: 767px) {
    .jdgm-paginate__page {
        margin:2px 4px;
        min-width: 36px
    }
}

.jdgm-all-reviews-widget,.jdgm-rev-widg {
    padding: 24px;
    border: 1px solid #eee;
    margin-top: 24px;
    margin-bottom: 24px
}

.jdgm-rev-widg.jdgm-rev-widg {
    display: block;
    clear: both
}

.jdgm-rev-widg__body {
    position: relative
}

.jdgm-collected-link {
    margin-top: 12px
}

.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-stars,.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-text {
    display: inline-block
}

.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-stars {
    margin-right: 8px
}

.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__sort-wrapper {
    display: none
}

.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-paginate {
    display: none
}

.jdgm-rev-widg__header:after {
    display: block;
    content: "";
    clear: both
}

.jdgm-rev-widg__title {
    margin-bottom: 8px
}

.jdgm-rev-widg__summary {
    float: left
}

.jdgm-ask-question-btn,.jdgm-write-rev-link,.jdgm-paginate__load-more {
    border: 1px solid currentColor;
    padding: 5px 10px;
    text-align: center;
    display: inline-block
}

.jdgm-widget-actions-wrapper ~ .jdgm-rev__br,.jdgm-rev-widg__sort-wrapper ~ .jdgm-rev__br,.jdgm-rev-widg__summary ~ .jdgm-rev__br {
    clear: both
}

.jdgm-ask-question-btn {
    margin-left: 8px
}

.jdgm-keywords+.jdgm-rev-widg__sort-wrapper {
    margin-top: 8px
}

.jdgm-chip {
    display: inline-block;
    padding: 4px 8px;
    margin: 2px 0;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 12px
}

.jdgm-chip:hover,.jdgm-chip.active {
    border-color: currentColor
}

.jdgm-chip.active {
    font-weight: bold
}

.jdgm-chip.loading {
    pointer-events: none
}

.jdgm-chip+.jdgm-chip {
    margin-left: 4px
}

.jdgm-rev-widg__sort-wrapper {
    clear: both
}

.jdgm-sort-dropdown-wrapper {
    position: relative;
    display: inline-block
}

.jdgm-sort-dropdown.jdgm-sort-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: auto;
    padding: 0 20px 0 8px;
    font-size: 12px;
    line-height: 2;
    background: transparent;
    text-indent: 0;
    border: 1px solid #ddd;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.jdgm-sort-dropdown-arrow {
    display: block;
    width: 0;
    height: 0;
    right: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid black;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jdgm-rev-widg__paginate-spinner-wrapper {
    display: none;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #eee
}

.jdgm-all-reviews-page__wrapper {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.jdgm-all-reviews-page__wrapper .jdgm-branding-footer {
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    text-align: center;
    color: initial;
    font-weight: 300;
    margin: 12px 0 -22px
}

.jdgm-all-reviews-widget>.jdgm-spinner {
    margin: 16px auto
}

.jdgm-all-reviews__header:after {
    content: " ";
    display: table;
    clear: both
}

.jdgm-all-reviews__summary {
    float: left
}

.jdgm-all-reviews-page__load-more-wrapper {
    text-align: center
}

.jdgm-all-reviews-page__load-more {
    border: 1px solid currentColor;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .jdgm-all-reviews-page__wrapper {
        max-width:90vw
    }

    .jdgm-widget-actions-wrapper {
        width: 100%
    }

    .jdgm-ask-question-btn,.jdgm-write-rev-link {
        width: 100%;
        margin-bottom: 16px;
        display: block;
        margin-left: 0
    }
}

.ui-tabs.ui-widget .jdgm-rev-widg {
    border: none;
    padding: 0;
    margin-top: 0
}

.jdgm-widget.jdgm-widget[data-auto-install="true"],.jdgm-carousel-wrapper[data-auto-install="true"] {
    display: none
}

.jdgm-widget .jdgm-review-search.jdgm-review-search {
    display: block;
    margin-bottom: 12px
}

.jdgm-widget-actions-wrapper {
    float: right;
    text-align: right
}

.jdgm-widget .jdgm-review-search {
    width: 100%;
    min-height: 2em;
    border: 1px solid #ddd
}

.jdgm-form-dynamic-wrapper {
    display: none
}

.jdgm-histogram {
    float: left;
    padding: 4px 16px;
    margin: 0 24px;
    font-size: 12px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.jdgm-histogram+.jdgm-rev__br {
    clear: both
}

.jdgm-rev-widg[data-number-of-reviews='0'] .jdgm-histogram {
    display: none
}

.jdgm-histogram__row {
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    white-space: nowrap
}

.jdgm-histogram__row[data-frequency='0'] {
    pointer-events: none
}

.jdgm-histogram__row:last-of-type {
    margin-bottom: 0
}

.jdgm-histogram__row:hover {
    opacity: 0.6
}

.jdgm-histogram__row--selected .jdgm-histogram__bar:after {
    width: 100%
}

.jdgm-histogram__clear-filter {
    display: none;
    margin-top: 8px;
    font-size: 14px
}

.jdgm-histogram__star {
    display: inline-block;
    vertical-align: middle
}

.jdgm-histogram__star .jdgm-star {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: middle
}

.jdgm-histogram__bar {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 100%;
    margin: 0 2px 0 4px;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #666
}

.jdgm-histogram__bar:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fbcd0a;
    opacity: 0.3;
    transition: width 0.35s ease
}

.jdgm-histogram__bar-content {
    height: 100%;
    font-size: 9px;
    line-height: 16px;
    background: #fbcd0a;
    box-shadow: inset 0 0 1px #888;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.jdgm-histogram__percentage {
    display: inline-block;
    width: 32px;
    vertical-align: middle
}

.jdgm-histogram__frequency {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle
}

.jdgm-review-widget--medium .jdgm-histogram {
    width: 100%;
    margin: 16px 0 4px 0;
    padding: 0;
    border: none
}

.jdgm-review-widget--medium .jdgm-histogram .jdgm-histogram__row {
    height: 18px;
    line-height: 18px;
    margin-bottom: 12px
}

.jdgm-review-widget--medium .jdgm-histogram .jdgm-star {
    font-size: 16px;
    line-height: 18px
}

.jdgm-review-widget--medium .jdgm-histogram .jdgm-histogram__bar-content {
    line-height: 18px
}

.jdgm-review-widget--small .jdgm-histogram {
    width: 100%;
    margin: 16px 0 4px 0;
    padding: 0;
    border: none
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__row {
    height: 18px;
    line-height: 18px;
    margin-bottom: 12px
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-star {
    font-size: 16px;
    line-height: 18px
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar-content {
    line-height: 18px
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
    width: 80px
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__star .jdgm-star {
    padding-right: 2px !important
}

.jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__star .jdgm-star:last-of-type {
    padding-right: 0 !important
}

@media only screen and (max-width: 768px) {
    .jdgm-histogram {
        width:100%;
        margin: 16px 0 4px 0;
        padding: 0;
        border: none
    }

    .jdgm-histogram .jdgm-histogram__row {
        height: 18px;
        line-height: 18px;
        margin-bottom: 12px
    }

    .jdgm-histogram .jdgm-star {
        font-size: 16px;
        line-height: 18px
    }

    .jdgm-histogram .jdgm-histogram__bar-content {
        line-height: 18px
    }
}

@media only screen and (max-width: 320px) {
    .jdgm-histogram__bar {
        width:80px
    }

    .jdgm-histogram__star .jdgm-star {
        padding-right: 2px !important
    }

    .jdgm-histogram__star .jdgm-star:last-of-type {
        padding-right: 0 !important
    }
}

.jdgm-quest,.jdgm-rev {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 16px
}

.jdgm-quest .jdgm-rev__icon:after,.jdgm-rev .jdgm-rev__icon:after {
    display: none
}

.jdgm-quest[data-verified-buyer=true] .jdgm-rev__icon:not(.jdgm--loading):after,.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon:not(.jdgm--loading):after {
    font-family: 'JudgemeIcons';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 9px;
    font-weight: bold;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 15px;
    border: 1px solid white;
    text-align: center
}

.jdgm-rev__header {
    margin-bottom: 5px
}

.jdgm-rev__header:after {
    display: block;
    content: ' ';
    clear: both
}

.jdgm-rev__avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.jdgm-rev__icon {
    position: relative;
    float: left;
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2em;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    color: #333333;
    background-color: #e9e9e9
}

.jdgm-rev__icon.jdgm--loading {
    visibility: hidden
}

.jdgm-rev__icon.jdgm--loading:after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #ccc;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    visibility: visible;
    position: absolute;
    top: 0;
    background-color: white
}

.jdgm-rev__author-wrapper {
    font-weight: bold;
    vertical-align: middle
}

.jdgm-rev__author-wrapper .jdgm-rev__location-country-flag-img {
    display: inline-block;
    height: 1em;
    max-width: 1.5em;
    border: 1px solid #eee;
    vertical-align: middle
}

.jdgm-rev__author-wrapper .jdgm-rev__location-country-flag-img.jdgm--loading {
    visibility: hidden;
    position: relative
}

.jdgm-rev__author-wrapper .jdgm-rev__location-country-flag-img.jdgm--loading:after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #ccc;
    -webkit-animation: jdgm-spin 0.8s infinite linear;
    animation: jdgm-spin 0.8s infinite linear;
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    visibility: visible;
    position: absolute;
    top: 0px
}

.jdgm-rev__author {
    vertical-align: middle
}

.jdgm-rev__timestamp {
    margin-left: 4px
}

.jdgm-rev__timestamp+.jdgm-rev__br {
    padding-bottom: 1px
}

.jdgm-rev__timestamp.jdgm-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    font-size: 0;
    color: transparent;
    border-width: 2px;
    border-left-color: #aaa
}

.jdgm-rev__title {
    display: block;
    font-size: 110%
}

.jdgm-rev__location {
    opacity: 0.35;
    vertical-align: middle
}

.jdgm-rev__source {
    opacity: 0.35;
    vertical-align: middle;
    font-weight: normal
}

.jdgm-rev__verification-badge-img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.jdgm-rev__body>p {
    margin-bottom: 16px
}

.jdgm-rev__body>p:last-of-type {
    margin-bottom: 0
}

.jdgm-rev__body-read-more {
    display: none;
    cursor: pointer
}

.jdgm-ans__body.is-truncated .jdgm-rev__body-read-more,.jdgm-rev__body.is-truncated .jdgm-rev__body-read-more {
    display: inline
}

.jdgm-rev__cf-ans {
    margin-top: 8px
}

.jdgm-rev__cf-ans:last-of-type {
    margin-bottom: 8px
}

.jdgm-rev__cf-ans__title {
    display: block;
    font-size: 90%
}

.jdgm-cf-bars-wrapper {
    display: inline-block;
    font-size: 0;
    margin-right: 4px
}

.jdgm-cf-bar {
    display: inline-block;
    width: 25px;
    height: 8px;
    margin: 2px 2px 0 0;
    background: currentColor;
    opacity: 0.1
}

.jdgm-cf-bar.jdgm--filled {
    opacity: 1
}

.jdgm-rev__reply {
    padding: 0 16px;
    border-left: 3px solid #ddd;
    background: #f2f2f2
}

.jdgm-rev__replier-wrapper {
    margin: 16px 0 0 0;
    padding-top: 8px
}

.jdgm-rev__reply-content {
    margin: 0;
    padding-bottom: 8px
}

.jdgm-rev__actions:after {
    content: '';
    display: block;
    clear: both
}

.jdgm-rev__social {
    float: left
}

.jdgm-rev__votes {
    float: right
}

.jdgm-rev__social-inner,.jdgm-rev__votes-inner {
    margin-top: 4px;
    margin-bottom: -4px
}

.jdgm-rev__thumb-count {
    margin-right: 12px
}

.jdgm-rev__thumb-count:last-of-type {
    margin-right: 0
}

.jdgm-rev__share-btn,.jdgm-rev__thumb-btn {
    display: inline-block;
    margin-right: 4px;
    text-align: center;
    font-family: 'JudgemeIcons';
    color: #666;
    padding: 4px 8px;
    font-size: 16px;
    cursor: pointer
}

.jdgm-rev__share-btn:hover,.jdgm-rev__thumb-btn:hover {
    opacity: 1
}

.jdgm-rev__share-btn:first-of-type,.jdgm-rev__thumb-btn:first-of-type {
    margin-left: -8px
}

.jdgm-rev__thumb-btn:hover {
    color: #000
}

.jdgm-rev__share-fb:before {
    content: '\e011'
}

.jdgm-rev__share-fb:hover {
    color: #3b5998
}

.jdgm-rev__share-twitter:before {
    content: '\e012'
}

.jdgm-rev__share-twitter:hover {
    color: #1da1f2
}

.jdgm-rev__share-google:before {
    content: '\e010'
}

.jdgm-rev__share-google:hover {
    color: #dd4b39
}

.jdgm-rev__share-pinterest:before {
    content: '\e016'
}

.jdgm-rev__share-pinterest:hover {
    color: #e60023
}

.jdgm-rev__share-linkedin:before {
    content: '\e015'
}

.jdgm-rev__share-linkedin:hover {
    color: #0073b1
}

.jdgm-rev_thumb-up:before {
    content: '\e009'
}

.jdgm-rev_thumb-down:before {
    content: ""
}

.jdgm-rev__buyer-badge {
    display: none;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 1;
    vertical-align: middle
}

.jdgm-buyer-badge--top-right .jdgm-rev__timestamp ~ .jdgm-rev__br,.jdgm-buyer-badge--right-of-timestamp .jdgm-rev__timestamp ~ .jdgm-rev__br {
    display: inline
}

.jdgm-buyer-badge--top-right .jdgm-rev__buyer-badge-wrapper:after,.jdgm-buyer-badge--right-of-timestamp .jdgm-rev__buyer-badge-wrapper:after {
    display: block;
    content: ''
}

.jdgm-buyer-badge--top-right .jdgm-rev__buyer-badge {
    float: right;
    font-size: inherit
}

.jdgm-buyer-badge--removed .jdgm-rev__buyer-badge {
    display: none !important;
    visibility: hidden !important
}

.jdgm-buyer-badge--right-of-timestamp .jdgm-rev__buyer-badge-wrapper {
    margin-left: 4px
}

.jdgm-buyer-badge--text-only .jdgm-rev__buyer-badge {
    display: inline;
    padding: 0;
    font-size: inherit;
    vertical-align: inherit
}

.jdgm-rev_all-rev-page-picture-separator {
    display: inline-block;
    margin: 0 20px;
    border-left: 2px solid #ddd;
    height: 120px
}

.jdgm-revs-tab-btn {
    position: fixed;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 0;
    white-space: nowrap
}

.jdgm-revs-tab-btn:hover {
    opacity: 0.8
}

.jdgm-revs-tab-btn[position="bottom"] {
    bottom: 0
}

.jdgm-revs-tab-btn[position="left"] {
    left: 0
}

.jdgm-revs-tab-btn[position="right"] {
    right: 0
}

.jdgm-revs-tab-btn[position="none"] {
    display: none
}

.jdgm-revs-tab-btn[data-style="text"][position="bottom"] {
    left: 50%;
    transform: translateX(-50%)
}

.jdgm-revs-tab-btn[data-style="text"][position="left"] {
    top: 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%)
}

.jdgm-revs-tab-btn[data-style="text"][position="right"] {
    top: 50%;
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    -ms-transform: rotate(90deg) translate(50%, 50%);
    transform: rotate(90deg) translate(50%, 50%)
}

.jdgm-revs-tab-btn[data-style="stars"] {
    display: flex
}

.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon,.jdgm-revs-tab-btn[data-style="stars"] .jdgm-rating,.jdgm-revs-tab-btn[data-style="stars"] .jdgm-star {
    display: inline-block;
    width: 24px
}

.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon,.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon>span {
    display: flex
}

.jdgm-revs-tab-btn[data-style="stars"] .jdgm-rating {
    line-height: 1;
    font-weight: bold
}

.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] {
    align-items: center;
    padding: 8px 16px;
    left: calc(50% - 100px);
    box-shadow: 4px 0px 20px rgba(0,0,0,0.15);
    border-radius: 10px 10px 0px 0px
}

.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] .jdgm-stars {
    display: inline-block
}

.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] .jdgm-favicon+.jdgm-stars,.jdgm-revs-tab-btn[data-style="stars"][position="bottom"] .jdgm-stars+.jdgm-rating {
    margin-left: 8px
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] {
    box-shadow: 4px 0px 20px rgba(0,0,0,0.15);
    border-radius: 0px 10px 10px 0px
}

.jdgm-revs-tab-btn[data-style="stars"][position="right"] {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
    border-radius: 10px 0px 0px 10px
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"],.jdgm-revs-tab-btn[data-style="stars"][position="right"] {
    flex-direction: column;
    top: calc(50% - 100px);
    padding: 16px 8px;
    text-align: center
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-favicon+.jdgm-stars,.jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-stars+.jdgm-rating,.jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-favicon+.jdgm-stars,.jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-stars+.jdgm-rating {
    margin-top: 8px
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-star,.jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-star {
    display: block !important;
    padding: 0 !important
}

.jdgm-revs-tab-btn[data-style="stars"][position="left"] .jdgm-rating,.jdgm-revs-tab-btn[data-style="stars"][position="right"] .jdgm-rating {
    overflow: hidden
}

.jdgm-revs-tab {
    position: relative;
    z-index: 1041
}

.jdgm-revs-tab.jdgm-revs-tab {
    display: none
}

.jdgm-revs-tab .jdgm-branding-footer {
    color: white
}

.jdgm-revs-tab .jdgm-histogram {
    margin-left: 0;
    padding-left: 0;
    border: 0
}

.jdgm-revs-tab__header {
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 8px 24px;
    text-align: center;
    background: white;
    margin-left: -16px;
}

.jdgm-revs-tab__title {
    margin-bottom: 0;
    text-align: center
}

.jdgm-mask {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.75
}

.jdgm-mask:empty {
    display: block
}

.jdgm-revs-tab__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999999
}

.jdgm-revs-tab__wrapper.jdgm-revs-tab__wrapper {
    display: none
}

.jdgm-revs-tab__wrapper.jdgm-show {
    display: block
}

.jdgm-revs-tab__main {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20%;
    left: 50%;
    height: 70%;
    width: 85%;
    max-width: 600px;
    background: white
}

.jdgm-revs-tab__content-header:after {
    content: " ";
    display: table;
    clear: both
}

.jdgm-revs-tab__content {
    height: 100%;
    padding: 16px 24px;
    overflow: auto;
    box-shadow: inset 0 5px 9px -8px black
}

.jdgm-revs-tab__spinner {
    margin-top: 16px
}

.jdgm-revs-tab__branding {
    text-align: center;
    line-height: 2
}

.jdgm-close-ico {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    opacity: 0.5
}

.jdgm-close-ico:empty {
    display: block
}

.jdgm-close-ico:hover {
    opacity: 1
}

.jdgm-close-ico:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jdgm-close-ico:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jdgm-close-ico:before,.jdgm-close-ico:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 100%;
    width: 2px;
    background-color: #333
}

@media only screen and (max-width: 375px) {
    .jdgm-revs-tab__main {
        width:95%
    }

    .jdgm-close-ico {
        right: 4px;
        top: 4px;
        width: 28px;
        height: 28px
    }
}

.jdgm-subtab {
    padding-top: 12px;
    border-bottom: 1px solid #eee
}

.jdgm-subtab ~ .jdgm-rev-widg__body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-all-reviews__body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-shop-reviews__body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-revs-tab__content-body .jdgm-rev:first-of-type,.jdgm-subtab ~ .jdgm-quest-widg__body .jdgm-quest:first-of-type {
    border-top: 0;
    margin-top: 0
}

.jdgm-subtab ~ .jdgm-rev-widg__paginate-spinner-wrapper {
    margin-top: 0
}

.jdgm-subtab__name {
    display: inline-block;
    padding: 8px 0;
    margin-right: 16px;
    line-height: 1;
    cursor: pointer
}

.jdgm-subtab__name.jdgm--active {
    border-bottom: 3px solid currentColor
}

.jdgm-subtab__name:hover {
    opacity: 0.8
}

.jdgm-quest .jdgm-rev__timestamp {
    margin-left: 0
}

.jdgm-quest .jdgm-rev__buyer-badge-wrapper {
    display: none
}

.jdgm-ans {
    margin-top: 16px;
    padding: 8px 16px;
    border-left: 3px solid #ddd;
    background: #f2f2f2
}

.jdgm-ans .jdgm-rev__timestamp {
    font-size: 95%
}

.jdgm-quest__body:before,.jdgm-ans__body:before {
    float: left;
    padding-right: 4px
}
p.image-with-text__text.rte {
    font-size: 15px!important;
}
