/** Shopify CDN: Minification failed

Line 897:10 Expected ":"

**/
section.shop-template {
    margin-top: 22px;
}
.filter-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 14px;
}
.filter-widget-title{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    margin: 0 0 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-filter {
    border: 1px solid #efefef;
    box-shadow: 0 0 1px #efefef;
    border-radius: 4px;
}
.collection-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.product-filters-sidebar {
    flex: 0 0 auto;
    width: 236px;
    margin-right: 40px;
}
.filter-widget {
    padding: 20px 10px;
}
.filter-widget:last-child{
    border: none;
}
ul.filter-list {
    list-style-type: none;
    padding: 0 0 0 12px;
    margin: 0;
}
ul.filter-list li:not(:last-child) {
    margin-bottom: 14px;
}
ul.filter-list li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    cursor: pointer;
    user-select: none;
}
ul.filter-list li label input {
    display: none;
}
ul.filter-list li label input ~ span {
    position: relative;
    padding-left: 29px;
    line-height: 18px;
    display: block;
}
ul.filter-list li label input ~ span::before {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background: url('check-off.png') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
ul.filter-list li label input:checked ~ span::before{
    background: url('check-on.png') no-repeat center;
    background-size: contain;
}
#filter-collaps{
    background: url('Path-2.png') no-repeat center;
    background-size: contain;
    width: 15px;
    height: 10px;
    cursor: pointer;
    display: inline-block;
}
.products-collections-wrapper {
    flex: 1;
}

.products-collections-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 14px;
    flex-direction: column;
}
.products-collections-description p{
    font-size: 16px;
    color: #3f3f40;
    font-weight: 300;
    margin: 0;
}
.products-collections-description h2{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}
.products-collections-description h3{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 15px 0px 5px 0px;
}
.products-collections-description h4{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 15px 0px 5px 0px;
}
.products-collections-description {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom:20px;
}
.about-page-status {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
}
.total-collention {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 50px;
}
.sort-by {
    display: flex;
    align-items: center;
}
.sort-by p {
    margin: 0 8px 0 0;
    white-space: nowrap;
}
select#SortBy {
    font-size: 14px;
    color: #763d1a;
    font-weight: 500;
    border: none;
    width: 153px;
    background: url(angle-down.png) no-repeat;
    background-size: auto;
    background-position: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
select#SortBy:focus, select#SortBy:focus-visible {
    border: 0;
    box-shadow: none;
    outline: 0;
}
.products-collection-page ul.products >li {
    margin: 10px 0;
    padding: 10px 0;
}
section.other-categories {
    margin: 41px 0 80px;
}
section.other-categories h3,
.related-products-wrap h3{
    margin-bottom: 22px;
}
/* pdp-pdp-pdp-pdp-pdp-pdp */
section.pdp-template {
    margin-top: 21px;
}
.single-product-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.product-images {
    flex: 0 0 auto;
    width: 45%;
    padding-right: 40px;
    display: flex;
}
.product-single-image,
.main-product-image{
    height: 400px;
}
.product-images-nav-slider {
    width: 82px;
    margin-right: 18px;
}
.product-single-image{
    width: calc(100% - 100px);
    border-radius: 5px;
}
.nav-slide-img,
.main-product-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-product-image{
    padding: 0px;
    background-color: #f5f2f1;
}
.main-product-image img{
    max-width: 100%;
    max-height: 100%;
}
div#pdp-images-nav-slider{
    margin-top: -5px;
}
.nav-slide-img {
    height: 120px;
    width: 100%;
    padding: 18px;
    background-color: #f5f2f1;
    border-radius: 5px;
    border: 1px solid #f5f2f1;
    margin: 5px 0;
}
.nav-slide-img img{
    max-width: 100%;
    max-height: 100%;
}
.slick-current .nav-slide-img {
    border: 1px solid #763d1a;
    box-shadow: 0 0 1px 0 #763d1a;
}

.single-product-summry{
    flex: 1;
    margin-top: 45px;
}
.s-product-title h1{
    font-size: 32px;
    line-height: 1;
    color: #000;
    margin: 20px 0 10px;
    font-weight: 400;
}
.product_description{
    margin: 20px 0 0;
    max-width: 500px;
}
.content_wrap,
.content_wrap p,
.product_description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3f3f40;
}
.p-reviews-comments .review-rating {
    margin: 2px 0 6px;
}
.p-reviews-comments span{
  display:inline-block!important;
}
.product-meta span{
    display: block;
}
span.product-price {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 45px 0 14px;
}
.p-reviews-comments span a{
    color: #777;
}
.dropdown-label {
    text-transform: uppercase;
}
.product-variations{
    display: flex;
}
.variation-dropdown select {
    min-width: 100px;
    width: 100%;
    height: 46px;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    padding: 0 25px 0px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(angle-down.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 8px);
    background-position-y: 16px;
}
.variation-dropdown select:focus,
.variation-dropdown select:focus-visible{
    outline: 0;
    box-shadow: none;
}
.variation-dropdown:not(:last-child){
    margin-right: 20px;
}
.subscriptionbtn{
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #763d1a !important;
    border: 1px solid #763d1a;
    box-shadow: 0 0 1px 0 #763d1a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
}
.product-stock {
    margin: 15px 0 6px;
}
.instock{
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.product-price span{
  display:inline-block!important;
}
.single-product-summry .product-addtocart {
    display: flex;
    align-items: flex-end;
}
.single-product-summry .product-addtocart .addtocart-btn {
    max-width: 322px;
}
i.wishlist-icon{
    background: url('wishlist.png') no-repeat center;
    background-size: contain;
    width: 21px;
    height: 18px;
    display: block;
    margin: 0 10px 0 10px;
}
.add-to-wishlist {
    text-align: center;
    font-size: 12px;
    height: 46px;
    line-height: 14px;
    flex: 0 0 auto;
    margin-left: 10px;
    display: flex;
    align-items: center;
    color: #777 !important;
}
section.related-products-section {
    padding-bottom: 92px;
}
ul#RelatedProductSlider.owl-theme .owl-dots {
    bottom: -63px;
}

/* Description */
section.product_content .container > .row {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
section.product_content {
    margin: 40px 0 20px;
}
.content-icon,
.icon-suggested,.icon-recipe,
.icon-tips,.icon-facts,.icon-test,
.icon-description,.icon-faqs{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    margin-right: 4px;
}
.icon-description{
    background-image: url('p-d.png');
    width: 48px;
}
.icon-tips{
    background-image: url('p-tips.png');
    width: 44px;
}
.icon-suggested{
    background-image: url('suggested.png');
    width: 40px;
}
.icon-recipe{
    background-image: url('recipe.png');
    width: 48px;
}
.icon-facts{
    background-image: url('Facts.svg');
    width: 50px;
}
.icon-test{
    background-image: url('test.png');
    width: 40px;
}
.icon-faqs{
    background-image: url('faqs.png');
    width: 50px;
}
.content-icon.elements{
    background-image: url('Elements.svg');
}
.content-icon.facts{
    background-image: url('Facts.svg');
}
.content-icon.usage{
    background-image: url('Usage.svg');
}
.content-icon.safety-purity{
    background-image: url('SafetyPurity.svg');
}
.content-icon.testing{
    background-image: url('Testing.svg');
}
.content-icon.dilution{
    background-image: url('Dilution.svg');
}
.content-icon.ingredients{
    background-image: url('Ingredients.svg');
}
.content-icon.care-maintenance{
    background-image: url('CareMaintenance.svg');
}
.content-icon.directions{
    background-image: url('Directions.svg');
}
.content-icon.test-results{
    background-image: url('TestResults.svg');
}
.content-icon.components{
    background-image: url('Components.svg');
}
.content-icon.recipes{
    background-image: url('Recipes.svg');
}
.content-icon.suggested{
    background-image: url('Suggested.svg');
}
.content-icon.bonus-uses{
    background-image: url('BonusUses.svg');
}
.content-icon.how-to-use{
    background-image: url('How-To-Use.svg');
}
.content-icon.additional-information{
    background-image: url('Additional-Information.svg');
}
.content-icon.applications-uses{
    background-image: url('Applications-Uses.svg');
}
.content_wrap ul {
    padding: 0;
    margin-bottom: 18px;
    list-style-type: none;
}
.content_wrap ul li{
    position: relative;
    padding-left:25px;
}
.content_wrap.Benefits ul li:not(:last-child),
.content_wrap.tips ul li:not(:last-child){
    margin-bottom: 18px;
}
.content_wrap ul li::before{
    content: '—';
    margin-right: 20px;
    position:absolute;
    left:0px;
}
.content_wrap.faqs > ul > li::before{
    display: none;
}
.content_wrap.faqs > ul{
    display: flex;
    flex-wrap: wrap;
}
.content_wrap.faqs > ul > li{
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 10px;
    padding-left:0px;
}

/* cart-menu */
aside.cart-side-menu {
    position: fixed;
    top: 0;
    bottom:0;
    width: 400px;
    z-index: 5000;
    right: -700px;
    transition: right, 0.4s ease-in-out;
    background:#fff;
}
aside.cart-side-menu.cart-menu-isOpen{
    right: 0;
}
.cart-side-menu-close {
   float:right;
}
.cart-sidebar-menu-wrapper{
    position: relative;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 9999;
    padding: 0px 0 0;
    display: flex;
    flex-direction: column;
}
.cart-menu-heading {
    padding: 6px 20px;
    border-bottom: 1px solid #f9f7f7;
    margin: 0;
    width:100%;
    line-height:1.4;
}
.cart-menu-heading > span{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    float:left;
}
ul.carts-product-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.carts-product-list >li{
    padding: 10px 20px;
    border-top: 1px solid #f9f7f7;
}
.cart-product-wrap {
    display: flex;
    align-items: center;
}
.cart-product-wrap .cp-image{
    height: 100px;
    width: 80px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #f5f2f1;
    margin-right: 14px;
}
.cart-product-wrap .cp-image img{
    max-width: 98%;
}
.cp-detail{
    position: relative;
    flex: 1;
    padding: 0 0 6px;
}
.cp-detail h6{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-right: 22px;
}
.cp-detail p{
    color: #777;
    margin-bottom: 0px!important;
    font-size:12px;
}
.cp-detail p svg{
  width:12px;
}  
.cart-product-wrap .items-count select {
    width: 73px;
    height: 40px;
    border: none;
    border-radius: 4px;
    background-color: #f5f2f1;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 0 15px;
    background-position-x: calc(100% - 15px);
    background-position-y: 14px;
}
.items-count .p-price {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-left: 11px;
}
.items-count .p-price span{
    font-size: 14px;
    color: #6D7279;
    text-decoration: line-through;
    margin-left: 11px;
}
i.remove-icon{
    background: url('remove.png') no-repeat center;
    background-size: contain;
    width: 19px; height: 20px;
    display: block;
}
#RemoveFromCart{
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

.product-in-cart {
  height: calc(100vh - 250px);
  width:100%;
  overflow: auto;
  padding: 15px 0;
}
.cart-menu-checkout-actions{
  position: absolute; 
  padding-bottom:15px; 
  bottom:0px; 
  width: 100%; 
  left: 0px;
  background:#fff;
}

.cart-menu-checkout-actions {
    padding: 0px 20px 10px;
    box-shadow: 0 0 10px 2px #dbdbdb;
    flex: 0 0 auto;
}
.apply-promo-code{
    font-size: 16px;
    font-weight: 500;
    color: #df3faf;
}
.cart-subtotal {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0 16px;
    color: #000;
    border-bottom: 1px solid #f5f2f1;
}
.cart-subtotal span{
    font-weight: 500;
}
.cart-total{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 6px;
    color: #000;
}
.product-in-cart {
    flex: 1;
}
.checkout-ammount > p {
    color: #777;
}
.checkout-btn {
    width: 100%;
    min-height: 40px;
    display: block;
    text-align: center;
    background-color: #df3faf;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 4px;
}
.checkout-btn.payment {
    background-color: #332e20;
    background-image: url('btn-arow-down.png');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 19px);
    background-position-y: 15px;
    background-size: auto;
}
.checkout-btn:hover{
    color: #fff;
}
/* cart-menu-end */


@media (min-width:1335px) {
    .collection-template.container {
        max-width: 1303px;
    }
}
.product-subscribe{
   position:relative;
}
.product-subscribe .subscribe-help{
    display:inline-flex;
}
.product-subscribe .subscribe-help span{
    display: none;
    position: absolute;
    bottom: 70px;
    right: 0%;
    max-width: 350px;
    width: 100%;
    z-index: 1;
    background: #f5f2f1;
    text-align: justify;
    padding: 8px;
    border-radius: 5px;
    font-style: italic;
    font-weight: 400;
    margin-left: 8px;
    line-height: 1.3;
    text-transform:none;
    font-size:12px;
    font-weight:400;
    color:#000;
}
.product-subscribe .subscribe-help:hover span{
  display:block;
}
.product-subscribe .subscribe-help a{
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height:14px;
    background: #332e20;
    color: #fff;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 4px;
}


.product-subscribe .subscribe-remove{
   color: #763d1a;
   text-transform:capitalize;
   font-size:12px;
   float:right;
   font-weight:400;
   cursor:pointer;
   margin-left:8px;
}

.product-subscribe .add-subscription{
    cursor:pointer;
    height: 46px;
    line-height:46px;
    border: 1px solid #763d1a;
    border-radius: 5px;
    color: #763d1a;
    font-size: 14px;
    padding: 0 30px;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
}
.subscribe-price span{
  color:#000;
  display:inline-block!important;
  margin-left:10px;
}

/* Gift card hero changes */
.sc-mycards h1 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
}

.sc-mycards-grid tr {
  border: 0;
}

.sc-mycards__details .sc-mycards__qr {
  display: none !important;
}

.sc-mycards {
  min-height: 0 !important;
}

:root {
    --main-gift-accent-color: rgb(255, 255, 255) !important;
    --main-gift-accent-color-font: rgb(118, 61, 26) !important;
    --main-gift-outline-color-font: #000000 !important;
    --main-gift-border-radius: 5px !important;
    --main-gift-border-radius-small: 5px !important;
}

.sc-giftr-card__price .money {
    display: none !important;
}

.sc-card-options .sc-card-option__value.sc-card-option__value--selected,
.sc-card-tabs .sc-card-tab.sc-card-tab--active {
    border: 1px solid rgb(118, 61, 26) !important;
    color: rgb(118, 61, 26) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    height: 46px !important;
}

.sc-card-option__value,
.sc-card-tabs .sc-card-tab,
.sc-quantity-selector {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    height: 46px !important;
    border: 2px solid #f0f0f0 !important;
}

.sc-card-preview {
    border: 1px solid rgb(118, 61, 26) !important;
    color: rgb(118, 61, 26) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    height: 46px !important;
}

.sc-gift-card .sc-more {
    border: 1px solid rgb(118, 61, 26) !important;
    color: rgb(118, 61, 26) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    padding: 7px 20px 7px 20px !important;
}

.sc-giftr-card__add button {
    border: 1px solid rgb(118, 61, 26) !important;
    color: rgb(118, 61, 26) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    position: relative !important;
}

.sc-giftr-card__add button:hover {
    background-color: rgb(118, 61, 26) !important;
    color: rgb(255, 255, 255) !important;
    transition-timing-function: cubic-bezier(.16, 1, .3, 1);
    transition-property: all 0.5s ease;
}

.sc-builder.sc--schedule h1 {
    color: rgb(0, 0, 0) !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    letter-spacing: 3px !important;
    height: 32px !important;
    margin-bottom: 40px !important;
}

.sc-card-options h4,
.sc-card-gallery h4,
.sc-card-text h4,
.sc-builder h4 {
    color: rgb(119, 119, 119) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height 21px:  !important;
    line-height: 21px !important;
}

.sc-card-text .sc-textfield__resizable,
.sc-card-text input,
.sc-card-type .sc-textfield__resizable,
.sc-card-type input {
    border-radius: 5px !important;
}

.sc-footer a {
    font-size: 0 !important;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: initial;
}

.sc-footer a:before {
    content: ' ';
    display: block;
    width: 120px;
    height: 44px;
    background: center center url(//rockymountainoils.com/cdn/shop/t/55/assets/rmo-logo.svg?v=119252189530219791611697448140) no-repeat;
    background-size: cover;
    margin: auto;
}

.sc-start-btn span {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(118, 61, 26) !important;
}

.sc-start-btn {
    background-color: rgb(118, 61, 26) !important;
    border-radius: 5px;
}

.sc-qr {
  display: none !important;
}
/* Gift card hero changes end */