/** Shopify CDN: Minification failed

Line 982:0 Unexpected "}"

**/
.tags {
    z-index: 3
}

.tags .badge {
    border-radius: 6px;
    padding: 7px;
    font-weight: 500;
    color: #363637;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px
}

.tags .badge.standard {
    background: #f5efe1
}

.tags .badge.bestseller,.tags .badge.gift {
    background: #c5d0b0
}

.tags .badge.dark {
    background: #363637;
    color: #fff
}
#right-drawer-slot .sizeopen{
  display:none;
}
#right-drawer-slot .sizeopen.active{
  display:block;
}
.product .tags {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px)
}
.Color label{
  /* width: 40px;
  height: 40px;
  background-size: cover !important;
  background-position: center !important;
  max-width: 40px;
  object-fit: cover;
  min-width: 40px !important;
  cursor: pointer;
  padding:0 !important;
  border-radius: 50% !important; */
  /* margin:10px 0; */
}
@media all and (min-width: 640px) {
    .tags .badge {
        padding:7px 12px;
        margin-bottom: 0;
        margin-right: 5px;
        font-size: 12px
    }

    .tags .badge:last-of-type {
        margin-right: 0
    }
}

.required_fields {
    position: relative
}

.required_fields:after {
    position: absolute;
    left: -26px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #282829;
    display: block;
    content: "";
    opacity: .3
}

.required_fields .missed_text {
    font-size: 12px;
    color: #e32c2b;
    margin-bottom: 5px
}

.required_fields .main_option {
    transition: .5s;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(40,40,41,.4)
}

.required_fields .main_option.final {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.required_fields .main_option.completed:after {
    height: 110%
}

.required_fields .main_option.completed.active:after {
    height: 104%
}

.required_fields .main_option.completed .title {
    cursor: pointer
}

.required_fields .main_option.completed .title .selector {
    color: #363637;
    font-size: 14px
}

.required_fields .main_option.missed .title .top span {
    border-bottom: 1px solid #e32c2b
}

.required_fields .main_option.active .builder {
    max-height: 5000px;
    transition: .3s ease-in-out
}

.required_fields .main_option.active .title .top .icon {
    transform: rotate(90deg)
}

.required_fields .main_option .title .selector {
    transition: .5s
}

.required_fields .main_option .title .selector img {
    max-width: 30px;
    vertical-align: middle;
    margin-right: 10px
}

.required_fields .main_option .title .top .icon {
    transition: .5s
}

.required_fields .main_option .title .top span {
    font-size: 1.2rem;
    line-height: 1;
    transition: .5s;
    cursor: pointer;
}

.required_fields .main_option .title .top span small {
    font-size: .75em
}

.required_fields .main_option .builder {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s
}

.required_fields .main_option .builder .options:not(:first-of-type) {
    margin-top: 25px
}

.required_fields .main_option:not(.bundle) .options,.required_fields .main_option .options .info {
    flex-flow: row wrap;
    width: 100%
}

.required_fields .main_option .options .info {
    margin: 20px 0 15px;
    position: relative;
    width: auto;
    justify-content: space-between;
}
.sizeoption{
    display: flex;
}
.sizeoption p{
    font-size: 17px;
}
.required_fields .main_option .options .info .selected {
    width: auto;
    margin-left: 7px
}

.required_fields .main_option .options .info .selected p {
    font-size: 17px;
    font-weight: 400
}
.main_option .title .top{
      /* margin: 18px 0 0; */
}
.product-view-option{
  padding:20px 0;
}
.required_fields .main_option .options .info>p {
    font-size: 17px;
}

.required_fields .main_option .options .info .help {
    font-size: 12px;
    text-decoration: underline;
    transition: .5s;
    color: #363637
}

.required_fields .main_option .options .info .help:hover {
    color: #95442a
}

.required_fields .main_option .options:last-of-type {
    margin-top: 5px
}

.required_fields .main_option .options .options_inner {
    flex-flow: row wrap;
      display: flex !important;

}
.d-none {
    display: none !important;
}
.required_fields .main_option .options .options_inner .option-divider {
    margin: 15px 0 10px;
    width: 100%
}

.required_fields .main_option .options .options_inner .option-divider span {
    font-size: 12px
}

.required_fields .main_option .options .options_inner .option {
    margin-right: 7px;
}

.required_fields .main_option .options .options_inner .option input:checked+label:not(.swatch) {
    border-color: #363637
}

.required_fields .main_option .options .options_inner .option input:checked+label.swatch:before {
    opacity: 1
}

.required_fields .main_option .options .options_inner .option input+label {
    transition: .5s;
    font-size: 1.25rem;
}

.required_fields .main_option .options .options_inner .option input+label:not(.swatch) {
    /* border: 1px solid #f5f4f4;
    background: #fff;
    padding: 9px 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    min-width: 90px;
    position: relative;
    overflow: hidden */
}



.required_fields .main_option .options .options_inner .option input+label.swatch {
    display: block;
    z-index: 1;
    position: relative;
    border-radius: 0px
}
.peer:checked~.peer-checked\:border-scheme-text{
  border: 1px solid #000;
}
.required_fields .main_option .options .options_inner .option input+label.swatch:before {
    /* background-color: #fff;
    border: 1px solid #363637;
    border-radius: 50%;
    content: "";
    display: block;
    height: 40px;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: .5s;
    width: 40px */
}


.required_fields .main_option .options .options_inner .option input:disabled+label:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    height: 1px;
    width: auto;
    background: #363637;
    transform: rotate(0);
    z-index: 9;
    right: 0;
}

.required_fields .main_option .options .options_inner .option input:disabled+label.swatch:after {
    left: 0;
    bottom: 12px;
    width: 100%;
    z-index: 99;
    transform: rotate(-40deg)
}

.required_fields .main_option .options .options_inner .option input:not([disabled]) label.swatch:hover:after {
    background: rgba(54,54,55,.2);
    content: "";
    display: block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.required_fields .main_option .options .options_inner .option .explainer {
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-top: 5px
}

.required_fields .low_stock {
    font-weight: 500;
    margin: 10px 0 0;
    font-size: 1em;
    color: #902e2e;
    display: none
}


    .required_fields .main_option {
        padding-bottom:20px;
        margin-bottom: 0;
        border-bottom: none
    }

    .required_fields .main_option:before {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        left: -30px;
        top: 5px
    }

    .required_fields .main_option:after {
        left: -26px;
        top: 0;
        width: 2px;
        transition: .5s;
        height: 0
    }

    .required_fields .main_option:before,.required_fields .main_option:after {
        position: absolute;
        background: #363637;
        display: block;
        content: ""
    }
#addToCartButton.disabled {
  cursor: not-allowed;
  opacity: .5;
}

@media(max-width:767px){
  .required_fields:after,.required_fields .main_option:before{
     left: -15px;
  }
  .required_fields .main_option:before {
    left: -19px !important;
  }
}

.upsells .upsell {
    background: #f8f5f0;
    color: #363637;
    margin-bottom: 15px;
    max-width: 450px
}

.upsells .upsell:last-of-type {
    margin-bottom: 0
}

.upsells .upsell .add {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px
}

.upsells .upsell .add i {
    font-size: 22px;
    transition: .5s
}

.upsells .upsell .add:hover i {
    color: #e4b895
}

.upsells .upsell .image {
    width: 30%
}

.upsells .upsell .image img {
    height: 100%
}

.upsells .upsell .inner {
    width: 70%;
    padding: 5% 0 0 4%;
    position: relative
}

.upsells .upsell h4 {
    font-size: 18px;
    margin-bottom: 5px
}

.upsells .upsell .price {
    font-size: 16px
}

.upsells .upsell p {
    margin-bottom: 5px
}

.upsells .upsell.added .add:hover i {
    color: #e32c2b
}

.upsells .upsell.added .add:after {
    content: attr(data-added);
    display: block;
    font-size: 10px;
    margin-top: -3px;
    margin-left: -5px
}

.page-type-product.build-your-own .product-main .content .title p {
    font-size: 1rem
}

.page-type-product.build-your-own .product-main .content .price,.page-type-product.build-your-own .product-main .content #BundleAddtocart {
    display: none
}

.page-type-product.build-your-own .product-main .content .required_fields .main_option .builder {
    max-height: 5000px
}

.page-type-product.build-your-own .product-main .content .required_fields .main_option:before,.page-type-product.build-your-own .product-main .content .required_fields .main_option:not(.product_picker),.page-type-product.build-your-own .product-main .content .required_fields .main_option:after {
    display: none
}

.page-type-product.build-your-own .product-main .content .required_fields .main_option.product_picker .options .option {
    width: calc(50% - 10px)
}

.page-type-product.build-your-own .product-main .content .required_fields:after {
    display: none
}

@media all and (min-width: 1024px) {
    .page-type-product.build-your-own .product-main .images .image_holder .main {
        flex-flow:row wrap
    }

    .page-type-product.build-your-own .product-main .images .image_holder .main .slide.image {
        width: 50%
    }

    .page-type-product.build-your-own .product-main .images .image_holder .main .slide.image:first-child,.page-type-product.build-your-own .product-main .images .image_holder .main .slide.image:nth-child(2) {
        margin-bottom: 15px
    }

    .page-type-product.build-your-own .product-main .images .image_holder .main .slide.image:nth-child(odd) {
        padding-right: 7.5px
    }

    .page-type-product.build-your-own .product-main .images .image_holder .main .slide.image:nth-child(even) {
        padding-left: 7.5px
    }

    .page-type-product.build-your-own .product-main .images .image_holder .main .slide img,.page-type-product.build-your-own .product-main .images .image_holder .main .slide video {
        border-radius: 15px;
        height: 350px
    }
}
.d-flex{
  display:flex !important;
}
.mfp-removing {
    animation: close 1s
}

.mfp-wrap.product_editor {
    overflow-y: auto;
    top: 0 !important
}

.sizeguide.popup {
    background: #fff;
    min-height: 1vh;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    animation: open 1s
}

.sizeguide.popup .inner {
    overflow-x: auto
}

.sizeguide.popup .inner table {
    width: 100%;
    border-spacing: 0
}

.sizeguide.popup .inner table th,.sizeguide.popup .inner table td {
    text-align: left;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #363637;
    font-size: 11px
}

.product-main .badge.savings {
    background: #e2a400;
    line-height: 140%;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500
}

.product-main .rebuy-widget .rebuy-widget-container .rebuy-product-grid .rebuy-product-block {
    padding: 0;
    background: #f8f5f0;
    color: #363637;
    max-width: 450px;
    position: relative
}

.product-main .rebuy-widget .rebuy-widget-container .rebuy-product-grid .rebuy-product-block .rebuy-product-options {
    padding: 10px;
    margin: 0
}

.product-main .rebuy-widget .rebuy-widget-container .rebuy-product-grid .rebuy-product-block .rebuy-product-info {
    width: calc(90% - 120px)
}

.product-main .rebuy-widget .rebuy-widget-container .rebuy-product-grid .rebuy-product-block .rebuy-product-info .rebuy-product-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

.product-main .rebuy-widget .rebuy-widget-container .rebuy-product-grid .rebuy-product-block .rebuy-product-actions .rebuy-button {
    background-color: rgba(0,0,0,0);
    border: none;
    color: #363637;
    position: absolute;
    right: 0px;
    top: 70px;
    width: auto;
    font-size: 12px;
    text-decoration: underline
}

.product-main .bc-button_caption--price {
    display: none !important
}

.product-main .images .tags {
    position: absolute;
    left: 10px;
    top: 10px
}

.product-main .images .tags .badge {
    font-size: 12px
}

.product-main .images .tags .badge:not(:last-of-type) {
    margin-right: 10px
}

.product-main .images .image-container {
    position: relative;
    min-height: 375px
}

.product-main .images .image-container .loader-holder {
    height: 375px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.product-main .images .image-container .main {
    display: none;
    background: #fff
}

.product-main .images .image-container .main .slide img,.product-main .images .image-container .main .slide video {
    width: 100%;
    height: 375px;
    -o-object-fit: cover;
    object-fit: cover
}

.product-main .images .slick-dotted.slick-slider {
    margin-bottom: 0
}

.product-main .images .slick-dotted.slick-slider .slick-track {
    min-width: 100%
}

.product-main .images .slick-dotted.slick-slider .slick-dots {
    bottom: 30px;
    width: auto;
    left: auto;
    right: -15px;
    padding: 0;
    justify-content: center;
    margin-bottom: 0
}

.product-main .images .slick-dotted.slick-slider .slick-dots li {
    width: 12px;
    height: 12px
}

.product-main .images .slick-dotted.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 2px solid #fff
}

.product-main .images .slick-dotted.slick-slider .slick-dots li button:before {
    display: none
}

.product-main .images .slick-dotted.slick-slider .slick-dots li.slick-active:not(.video_dot) button {
    background: #fff
}

.product-main .images .slick-dotted.slick-slider .slick-dots li.video_dot button {
    border-radius: 0;
    border-width: 6px 0px 6px 12px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    padding: 0
}

.product-main #product_stars iframe {
    width: auto !important;
    margin-left: -45px
}

.product-main .content>.inner {
    top: 95px
}

.product-main .content .price {
    font-size: 18px
}

.product-main .content .paymentbutton .confirm,.product-main .content .paymentbutton #BundleAddtocart,.product-main .content .paymentbutton .gvlo-trigger {
    /* background: #95442a;
    color: #fff;
    font-weight: 500 !important;
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    border-radius: 6px;
    transition: .5s;
    padding: .5em 2em;
    text-align: center;
    font-family: 'circular';
    text-transform: capitalize; */
}
.rte p{
    font-family: Mabry Pro;
}
.add-to-cart #title{
    display: flex;
    font-size: 21px;
    /* padding: 4px 0; */
    justify-content: space-between;
    width: 100%;
}
.product-main .content .paymentbutton .confirm.disabled,.product-main .content .paymentbutton #BundleAddtocart.disabled,.product-main .content .paymentbutton .gvlo-trigger.disabled {
    pointer-events: all
}

.product-main .content .paymentbutton .confirm:hover {
    /* background: #5e2817 */
}

.product-main .content .paymentbutton .confirm.disabled {
    cursor: not-allowed;
    opacity: .5
}


.Color label img{
      width: 40px;
    height: 40px;
    border-radius: 50%;
}
.product-main .content .paymentbutton #BundleAddtocart.adding {
    cursor: not-allowed
}

.product-main .content .paymentbutton #BundleAddtocart .btn_tick {
    font-size: 2.25rem;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%)
}

.product-main .content .paymentbutton #BundleAddtocart .btn_tick i {
    width: 0;
    display: block;
    overflow: hidden;
    transition: .5s width ease-out
}

.product-main .content .paymentbutton #BundleAddtocart .spinner-border {
    display: none;
    margin: 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    border-right-color: rgba(255,255,255,.5)
}



.product-main .content .product_icons {
    flex-flow: row wrap
}

.product-main .content .product_icons .area .icon {
    width: 40px;
    margin-right: 20px
}

.product-main .content .product_icons .area .content {
    width: 100%
}

.product-main .content .product_icons .area p a {
    text-decoration: underline;
    font-size: .8em;
    transition: .5s
}

.product-main .content .product_icons .area p a:hover {
    color: #cfdcb1
}

.product-main .content .nav-tabs {
    border-bottom: 1px solid #e4e4e3
}

.product-main .content .nav-tabs li {
    padding: 0 10px
}

.product-main .content .nav-tabs li button {
    border: none;
    font-weight: 600;
    border-radius: 0;
    color: #363637;
    padding: 0 0 5px;
    font-size: 12px
}

.product-main .content .nav-tabs li button.active {
    border-bottom: 2px solid #363637
}

.product-main .content .nav-tabs li:first-of-type {
    padding-left: 0
}

.product-main .content .tab-content table tr th,.product-main .content .tab-content table tr td,.product-main .content .accordion table tr th,.product-main .content .accordion table tr td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #363637;
    font-size: 12px
}

.product-main .content .tab-content p:last-of-type,.product-main .content .tab-content ul,.product-main .content .accordion p:last-of-type,.product-main .content .accordion ul {
    margin-bottom: 0
}

.product-main .content .tab-content ul,.product-main .content .accordion ul {
    padding-left: 10px
}

.page-type-product.simple-builder .mfp-content .product.popup .row {
    border-radius: 10px
}

.page-type-product.simple-builder .mfp-content .product.popup .row .image img {
    max-height: 500px
}

.page-type-product.simple-builder .mfp-content .product.popup .row .required_fields:after {
    display: none
}

.page-type-product.simple-builder .mfp-content .product.popup .row .required_fields .main_option {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.page-type-product.simple-builder .mfp-content .product.popup .row .required_fields .main_option:before,.page-type-product.simple-builder .mfp-content .product.popup .row .required_fields .main_option:after {
    display: none
}

.page-type-product.simple-builder .mfp-content .product.popup .row .required_fields .btn {
    cursor: pointer
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .price_wrapper .tags .badge {
    line-height: 140%
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .price_wrapper .tags .badge.savings {
    background: #e2a400
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .required_fields:after {
    display: none
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .required_fields .main_option:before,.page-type-product.simple-builder .content .builder #BundleAddtocartForm .required_fields .main_option:after {
    display: none
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items {
    background: #f6f6f6;
    border-radius: 10px
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .img {
    width: 65px;
    text-align: center
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .img .bi {
    font-size: 35px;
    color: var(--bs-danger-rgb)
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .content {
    width: calc(100% - 95px);
    display: flex;
    flex-flow: row wrap;
    align-content: center
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .content * {
    width: 100%;
    margin-bottom: 0
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .content p {
    font-size: .75em
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .edit {
    width: 110px;
    text-align: right
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .edit a {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    transition: .5s
}

.page-type-product.simple-builder .content .builder #BundleAddtocartForm .bundle_items .item .edit a:hover {
    color: #e4b895
}

@media all and (min-width: 640px) {
    .product-main .content .tags {
        margin:0 0 15px
    }

    .product-main .content .title #product_stars {
        margin-bottom: 15px
    }

    .product-main .content .nav-tabs li button {
        font-size: 14px
    }

    .product-main .product_icons .area .icon {
        width: 25px;
        justify-content: center;
        display: flex
    }
}

@media all and (min-width: 1024px) {
    .sizeguide.popup .inner table th,.sizeguide.popup .inner table td {
        padding:10px;
        font-size: 12px
    }

    .product-main .rebuy-widget .rebuy-widget-container .rebuy-product-grid .rebuy-product-block .rebuy-product-actions .rebuy-button {
        right: 20px;
        top: 90px
    }

    .product-main .images .image-container .image_holder {
        position: relative;
        max-height: 150vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .product-main .images .image-container .image_holder .main .slide img,.product-main .images .image-container .image_holder .main .slide video {
        height: 425px
    }

    .product-main .images .image-container .image_holder::-webkit-scrollbar {
        display: none
    }

    .product-main .content .tags .badge {
        margin-bottom: 0
    }

    .product-main .content .tags .badge.dark {
        margin-right: 15px
    }
}
.custom_quantity,.custom_varpicker{
  display:none;
}  
}
li[data-var-hide] {
    display: none;
}

.cus_cart_remove{
  cursor : pointer
}
