/** Shopify CDN: Minification failed

Line 8731:0 Unexpected "$"

**/
/* Reset */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* End of Reset */


/* Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 15px Georgia,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    /* color:#004B91; */
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}

/* Wrapper */

div#wrapper {
}

/* Header */
div.header {
}

/* Navigation */
div #top-nav {
	border-bottom:1px solid #CCCCCC;
	font-size:13px;
	height:28px;
	z-index:100;
}
div #top-nav div.menu{
height: 30px;
}

div #top-nav ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

div #top-nav li.menu-item {
	float: left;
	margin: 0 0.15em;
}

div #top-nav li.menu-item a {
	height:  2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid grey;
	text-decoration: none;
	text-align: center;
}

/* Cart */

div#cart {
	width: 200px;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid gray;
	background-color: #fff;
	padding: 5px;
}

#cart h3 {
	padding: 0px;
	margin: 0px;
}

#cart p.cart-count {
	padding: 0px;
	margin: 0px;
}



/*------Unreal CSS------*/

/* @font-face {
    font-family: 'Grenadine MVB Bold';
    src: url('GrenadineMVB-Bold.eot');
    src: url('GrenadineMVB-Bold.eot?#iefix') format('embedded-opentype'),
        url('GrenadineMVB-Bold.woff') format('woff'),
        url('GrenadineMVB-Bold.ttf') format('truetype'),
        url('GrenadineMVB-Bold.svg#GrenadineMVB-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grenadine MVB Med';
    src: url('GrenadineMVB-Med.eot');
    src: url('GrenadineMVB-Med.eot?#iefix') format('embedded-opentype'),
        url('GrenadineMVB-Med.woff') format('woff'),
        url('GrenadineMVB-Med.ttf') format('truetype'),
        url('GrenadineMVB-Med.svg#GrenadineMVB-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

html,body{
  /*overflow-x: hidden;*/
}

.unreal_toolbar_cls p{
  font-family: "Grenadine MVB Bold";
}

.unreal_toolbar_cls p{
  padding: 9px 0 9px;
  font-size: 1rem;
}

.unreal_parent_menu_header li{
   display: inline-block;
   margin-right: 50px;
   position: relative;
   padding-bottom: 1.5rem;
}

.unreal_parent_menu_header li li{
  display: none;
}

.unreal_parent_menu_header li a{
  color: #d33238;
  font-size: 1.6rem;
  font-family: "Grenadine MVB Bold";
  text-transform: lowercase;
  text-decoration: none;
}

.unreal_parent_menu_header li.has-children:after{
  content:"\f078";
  font-family: fontawesome !important;
  color: #d33238;
  position: absolute;
  right: -25px;
  top:10px;
  cursor: pointer;
  transition: transform .3s ease-in-out;
}

.unreal_parent_menu_header li:last-child{
  margin:0;
}

/* .ur_main_nav{
  padding-top: 25px;
} */

.rt_menu_nv{
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    padding-right: 4px;
}

.rt_menu_nv li{
  border:0;
  padding: 3px 12px;
  margin-right: 19px !important;
}

.rt_menu_nv li:last-of-type{
  margin-right: 0 !important;
  
}

.bx-wrapper {
  box-shadow: 0 0 0px #ccc !important;
  border:0 !important;
}

bosy.templateCart h4{
color: #D33238;
}


.homeslider{
  position: relative;
}

.homeslider .slide_desc{
  position: absolute;
  top: 16%;
  left: 10%;
  text-align: center;
  
}

.homeslider .slide_desc h2{
  font-size: 5vw;
  font-family: Grenadine MVB Bold;
    text-align: center;
  text-transform: lowercase !important;
   color: #33A9C8;
   background: rgba(255,255,255, 0.8) !important;
}

.homeslider .slide_desc p{
  font-size: 3vw;
  font-family: Grenadine MVB Bold;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 0 0 5px #888;
  opacity: 0.8;
}

.homeslider .slide_desc a{
  border: solid 3px #fff;
  font-family: Grenadine MVB Bold;
  color: #fff;
  font-size: 2vw;
  padding: 10px 30px;
  text-transform: lowercase;
  text-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  text-decoration: none;  
}


@media screen and (min-width: 1024px) {
.homeslider #slide{
  background-repeat: no-repeat;
  background-size: 100% 100%;  
  background-position: top center;
}
  .bx-wrapper .bx-viewport #slide {
     min-height: 475px;
}

body.templateIndex .slide_desc{
  margin-top: 14%;
}  
  .bx-wrapper .bx-controls-direction a {
      top: 60% !important;
  }
}


@media screen and (max-width: 1024px) {
.bx-wrapper .bx-viewport #slide {
    min-height: 475px;
}
  .homeslider #slide{
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
}

.bx-pager-link.active {
  background: #F32F36 !important;
}

.bx-pager-link{
  background: #fff !important;
}

#slide:nth-child(2) .slide_desc h2{ 
  color: #33A9C8 !important;
}

#slide:nth-child(3) .slide_desc h2{ 
  color: #D27D2C !important;
}

#slide:nth-child(4) .slide_desc h2{
  color: #ADC04D !important;
}

#slide:nth-child(5) .slide_desc h2{ 
  color: #CB3F46 !important;
}

#slide:nth-child(6) .slide_desc h2{
  color: #6F9BD0 !important;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-prev{
  background-image: url(/cdn/shop/files/controls_dc64fa41-d13b-42e2-868c-6c70bd6f66a0.png?v=1605722128) !important;
}





@media screen and (max-width: 768px) {
  .desktop-header-unreal{
    display: none !important;
  }
  .mobile-header-unreal{
    display: block !important;
  } 
  .bx-pager-item .bx-pager-link{
  border: solid 1px #cdcdcd;
}
}

@media screen and (min-width: 769px) {  
  .mobile-header-unreal{
    display: none;
  }  
  .bx-pager {
    bottom: 19px !important;
    z-index: 9;
}
}


.mobile-wrap{
  display: flex;
  align-items: center;
}

.mobile-header-unreal .right_menu_navi{
  margin-top: -33px
}


.mobile-header-unreal .unreal_site_logo img{
   
   /* margin-top: -35px;
  margin-bottom: -64px; */
  width: 100%;
  max-width: 91px;
}


.mobile-header-unreal .ur_main_nav .fa-bars{
  color: white !important;
  font-size: 3rem;
  /* margin-top: -20px; */
  margin-left: 5px;
  cursor: pointer;
}


@media screen and (max-width: 480px) {
  .bx-wrapper .bx-viewport #slide {
    min-height: 203px !important;
}
  .slide_desc .descp{
  margin-top: -20px
}
  .prod_prce{
  display: none;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .bx-wrapper .bx-viewport #slide {
    min-height: 320px !important;
}
   .slide_desc .descp{
  margin-top: -20px
}

  
}




.fp_select_dietary_options a:after{
    content: "\f078";
font-family: fontawesome !important;
  margin-left: 10px;
  font-size: 1rem;
  vertical-align: 1px;
}

.collect_front_menu_nav li{
  line-height: 1.9;
}

.fp_select_dietary_options a{
  color: #D33238 !important;
  font-family: 'Grenadine MVB Med';
  font-size: 1.2rem;
  text-decoration: none !important;
}

.fp_select_dietary_options {
  border-bottom: solid 0px #ccd0d9;
  padding: 40px 20px 20px;
  
}


.feat-home-prods .rev_stars .fa-star{
  font-size: 1.4rem;
  margin-right: 10px;
}

.feat-home-prods .rev_stars .fa-star:last-child{ 
  margin-right: 0px;
}

.feat-home-prods select{
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  font-family: 'Grenadine MVB Med' !important;
   -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    border: solid 1px #cdcdcd;
    padding: 10px;
    text-align: center;
  font-size: 1.1rem;
  position: relative;
  background: transparent;
  text-align-last: center;
  cursor: pointer;
  
}

.feat-home-prods .btn{ 
   background: #cdcdcd;
   display: block;
   width: 100%;
  margin: 4px auto;
   font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 1.5rem;
  max-width: 300px;
  border-radius:0px;
  color: #fff !important;
}

.feat-home-prods select option{
  font-family: 'Grenadine MVB Med' !important;
}  


/****Colors***/

.feat-home-prods.cyan .fa-star{
  color: #00A9C9;
}

.feat-home-prods.cyan .chevdown{
  color: #00A9C9;
}

.feat-home-prods.cyan select{
  border-color: #00A9C9;
  color: #00A9C9;
}

.feat-home-prods.cyan .btn,
.cyan .btn{
   background-color: #00A9C9;
}

.feat-home-prods.orange .fa-star{
  color: #FF7F0B;
}

.feat-home-prods.orange .chevdown{
  color: #FF7F0B;
}

.feat-home-prods.orange select{
  border-color: #FF7F0B;
  color: #FF7F0B;
}

.feat-home-prods.orange .btn,
.orange .btn{
   background-color: #FF7F0B;
}

.feat-home-prods.red .fa-star{
  color: #d33238;
}

.feat-home-prods.red .chevdown{
  color: #d33238;
}

.feat-home-prods.red select{
  border-color: #d33238;
  color: #d33238;
}

.feat-home-prods.red .btn,
.red .btn{
   background-color: #d33238;
}

.feat-home-prods.violet .fa-star{
  color: #7773C5;
}

.feat-home-prods.violet .chevdown{
  color: #7773C5;
}

.feat-home-prods.violet select{
  border-color: #7773C5;
  color: #7773C5;
}

.feat-home-prods.violet .btn,
.violet .btn{
   background-color: #7773C5;
}

.feat-home-prods.green .fa-star{
  color: #9DC230;
}

.feat-home-prods.green .chevdown{
  color: #9DC230;
}

.feat-home-prods.green select{
  border-color: #9DC230;
  color: #9DC230;
}

.feat-home-prods.green .btn,
.green .btn{
   background-color: #9DC230;
}


.feat-home-prods.blue .fa-star{
  color: #008EE1;
}

.feat-home-prods.blue .chevdown{
  color: #008EE1;
}

.feat-home-prods.blue select{
  border-color: #008EE1;
  color: #008EE1;
}

.feat-home-prods.blue .btn,
.blue .btn{
   background-color: #008EE1;
}

.feat-home-prods.pink .fa-star{
  color: #EE4491;
}

.feat-home-prods.pink .chevdown{
  color: #EE4491;
}

.feat-home-prods.pink select{
  border-color: #EE4491;
  color: #EE4491;
}

.feat-home-prods.pink .btn,
.pink .btn{
   background-color: #EE4491;
}

.feat-home-prods.yellow .fa-star{
  color: #FFBC04;
}

.feat-home-prods.yellow .chevdown{
  color: #FFBC04;
}

.feat-home-prods.yellow select{
  border-color: #FFBC04;
  color: #FFBC04;
}





.feat-home-prods.cyan #slide_product_area_section{
  background: #62CCE6;
}



.feat-home-prods.orange #slide_product_area_section{
  background: #EC9552;
}


.feat-home-prods.red #slide_product_area_section{
  background: #F1666B;
}



.feat-home-prods.violet #slide_product_area_section{
  background: #938EC1;
}



.feat-home-prods.green #slide_product_area_section{
  background: #B9C96C;
}


.feat-home-prods.blue #slide_product_area_section{
  background: #79B0DB;
}



.feat-home-prods.pink #slide_product_area_section{
  background: #F172A2;
}


.feat-home-prods.yellow #slide_product_area_section{
  background: #FEC557;
}
.feat-home-prods.yellow .btn{
  background: #FEC557;
}

.feat-home-prods.cyan .arrow_up_slide_ind{
   color: #62CCE6 !important;
}

.feat-home-prods.orange .arrow_up_slide_ind{
   color: #EC9552 !important;
}


.feat-home-prods.red .arrow_up_slide_ind{
   color: #F1666B !important;
}


.feat-home-prods.violet .arrow_up_slide_ind{
   color: #938EC1 !important;
}

.feat-home-prods.green .arrow_up_slide_ind{
   color: #B9C96C !important;
}

.feat-home-prods.blue .arrow_up_slide_ind{
   color: #79B0DB !important;
}

.feat-home-prods.pink .arrow_up_slide_ind{
   color: #F172A2 !important;
}

.feat-home-prods.yellow .arrow_up_slide_ind{
   color: #FEC557 !important;
}


body.templateCollection .product.cyan .fa-star{
  color: #00A9C9;
}

body.templateCollection .product.orange .fa-star{
  color: #FF7F0B;
}

body.templateCollection .product.red .fa-star{
  color: #d33238;
}

body.templateCollection .product.violet .fa-star{
  color: #7773C5;
}

body.templateCollection .product.green .fa-star{
  color: #9DC230;
}

body.templateCollection .product.blue .fa-star{
  color: #008EE1;
}

body.templateCollection .product.pink .fa-star{
  color: #EE4491;
}

body.templateCollection .product.yellow .fa-star{
  color: #FFBC04;
}

.rel-prod-section .cyan .fa-star{
  color: #00A9C9;
}

.rel-prod-section .orange .fa-star{
  color: #FF7F0B;
}

.rel-prod-section .red .fa-star{
  color: #d33238;
}

.rel-prod-section .violet .fa-star{
  color: #7773C5;
}

.rel-prod-section .green .fa-star{
  color: #9DC230;
}

.rel-prod-section .blue .fa-star{
  color: #008EE1;
}

.rel-prod-section .pink .fa-star{
  color: #EE4491;
}

.rel-prod-section .yellow .fa-star{
  color: #FFBC04;
}


.feat-home-prods-mobile.cyan .fa-star{
  color: #00A9C9;
}

.feat-home-prods-mobile.cyan .chevdown{
  color: #00A9C9;
}

.feat-home-prods-mobile.cyan select{
  border-color: #00A9C9;
  color: #00A9C9;
}

.feat-home-prods-mobile.cyan .btn{
   background-color: #00A9C9;
}

.feat-home-prods-mobile.orange .fa-star{
  color: #FF7F0B;
}

.feat-home-prods-mobile.orange .chevdown{
  color: #FF7F0B;
}

.feat-home-prods-mobile.orange select{
  border-color: #FF7F0B;
  color: #FF7F0B;
}

.feat-home-prods-mobile.orange .btn{
   background-color: #FF7F0B;
}

.feat-home-prods-mobile.red .fa-star{
  color: #d33238;
}

.feat-home-prods-mobile.red .chevdown{
  color: #d33238;
}

.feat-home-prods-mobile.red select{
  border-color: #d33238;
  color: #d33238;
}

.feat-home-prods-mobile.red .btn{
   background-color: #d33238;
}

.feat-home-prods-mobile.violet .fa-star{
  color: #7773C5;
}

.feat-home-prods-mobile.violet .chevdown{
  color: #7773C5;
}

.feat-home-prods-mobile.violet select{
  border-color: #7773C5;
  color: #7773C5;
}

.feat-home-prods-mobile.violet .btn{
   background-color: #7773C5;
}

.feat-home-prods-mobile.green .fa-star{
  color: #9DC230;
}

.feat-home-prods-mobile.green .chevdown{
  color: #9DC230;
}

.feat-home-prods-mobile.green select{
  border-color: #9DC230;
  color: #9DC230;
}

.feat-home-prods-mobile.green .btn{
   background-color: #9DC230;
}


.feat-home-prods-mobile.blue .fa-star{
  color: #008EE1;
}

.feat-home-prods-mobile.blue .chevdown{
  color: #008EE1;
}

.feat-home-prods-mobile.blue select{
  border-color: #008EE1;
  color: #008EE1;
}

.feat-home-prods-mobile.blue .btn{
   background-color: #008EE1;
}

.feat-home-prods-mobile.pink .fa-star{
  color: #EE4491;
}

.feat-home-prods-mobile.pink .chevdown{
  color: #EE4491;
}

.feat-home-prods-mobile.pink select{
  border-color: #EE4491;
  color: #EE4491;
}

.feat-home-prods-mobile.pink .btn{
   background-color: #EE4491;
}

.feat-home-prods-mobile.yellow .fa-star{
  color: #FFBC04;
}

.feat-home-prods-mobile.yellow .chevdown{
  color: #FFBC04;
}

.feat-home-prods-mobile.yellow select{
  border-color: #FFBC04;
  color: #FFBC04;
}

.feat-home-prods-mobile.yellow .btn{
   background-color: #FFBC04;
}

.feat-home-prods-mobile.cyan label{
  color: #00A9C9;
}

.feat-home-prods-mobile.orange label{
  color: #FF7F0B;
}

.feat-home-prods-mobile.red label{
  color: #d33238;
}

.feat-home-prods-mobile.violet label{
  color: #7773C5;
}

.feat-home-prods-mobile.green label{
  color: #9DC230;
}

.feat-home-prods-mobile.blue label{
  color: #008EE1;
}

.feat-home-prods-mobile.pink label{
  color: #EE4491;
}

.feat-home-prods-mobile.yellow label{
  color: #FFBC04;
}



/****End of Colors***/


.chevdown{
  margin-top: -43px;
  margin-left: 260px; 
}


#home_section_3{
  background: #F3C4B4;
  padding: 5rem 3rem;
  font-family: 'Grenadine MVB Med';
  margin: 0rem 0;
  color: #D33238 !important;
}

#home_section_3 p{
  font-size: 1.1rem;
}

.p_hs3{
  width: 70% !important;
  margin: 0 auto 20px;
}

#home_section_3 h4{
  color: #D33238 !important;
}
#home_section_3 h2{
  text-transform: lowercase;
  margin-bottom: 2rem;
}
#home_section_3 img.sig{
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 305px;
}

#home_section_3 .icons_logos p{
  font-size: 1rem;
  width: 70%;
  margin: 15px auto 40px;
}

.instagram_profile{
  display: none !important;
}

#home-instagram-section h3{
  color: #d3323b;
  font-family: 'Grenadine MVB Bold';
  font-size: 2.5rem;
  display: block;
  margin-bottom: 50px;
}

#home-instagram-section p{
  font-family: 'Grenadine MVB Med';
  color: #d3323b;
  font-size: 1.4rem;
  display: block; 
}

#home-instagram-section p b{
  font-family: 'Grenadine MVB Bold';
}

.clearfx{
  clear: both;
}

#home-instagram-section .socmed a{
  background: #d33238;
  color: #fff;
  font-size: 2rem;
  margin-right: 20px;
  display: inline-block;
  width: 53px;
  padding: 10px 0;
  border-radius: 60%;
}


#home-instagram-section{
  padding-top: 20px;
  padding-bottom: 0px;

}

#unreal_footer_area{
  background-image: url(/cdn/shop/files/bg_footer_logo.png?v=1603748468);
  background-color: #d33238;
  background-repeat: no-repeat;
  min-height: 424px;
  padding: 50px 30px 50px 10%;
  background-position: 20px center; 
  background-size: 6%;
}


ul.unreal_footer_menu_area{
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
}

ul.unreal_footer_menu_area a{
  font-family: 'Grenadine MVB Bold';
  /* color: #fff !important; */
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: lowercase;
}



.newletter_form_social_media p{
    font-family: 'Grenadine MVB Med';
    font-size:20px;
  font-weight:700;
  letter-spacing: .3px;
    /* color: #fff; */
}

.newletter_form_social_media form{
  background: #fff;
  max-width: 650px;
  width: 100%;
}

.newletter_form_social_media input[type=email]{
    width: 68%;
   font-family: 'Grenadine MVB Med';
  /* color: #d33238 !important; */
  padding: 10px 20px;
  border: 0;
  text-transform: lowercase;
}

.newletter_form_social_media .footer_soc_med a{
    /* background: #fff; */
    display: inline-block;
    font-size: 1.2rem;
    color: #d33238;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    padding: 5px 0;
}


.newletter_form_social_media input[type=submit]{
   background: #d33238;
  border: solid 4px #fff;
  color: #fff;
  font-family: 'Grenadine MVB Med';
  font-size: 1.5rem;
  padding: 3px 20px 5px;
  margin-top: 0px;
} 

.newletter_form_social_media input[type="submit"]:hover{
  background: #fff;
  color: #d33238;  
}

.newletter_form_social_media form{
   display: flex;
  background: transparent;
  margin-bottom: 20px;
}





#unreal_footer_area .copyright{
  color: #fff;
  font-family: 'Grenadine MVB Med';
  margin: 25px 0 0;
}

#unreal_footer_area {
  padding-top: 6%;
 
}

.icons_logos .logo-circ{
  display: inline-block;
  min-width: 175px;
}

.fixr:after{
  content: " ";
  background: #d33238;
  display: block;
  margin-bottom: -23px;
}

@media screen and (max-width: 480px) {
  #home_section_3 .p_hs3 {
  width: 100% !important;
  }
  #home_section_3{
   padding:50px 20px !important;
  } 
}

@media screen and (max-width: 480px) {
  .icons_logos .logo-circ{
    width: 25%;
    vertical-align: top;
  }
  .icons_logos .logo-circ{
    margin-right: 6%;
  }
  .icons_logos .logo-circ:nth-child(3), .icons_logos .logo-circ:nth-child(6){
    margin-right: 0;
  }
  .instagram_gallery img{
  width: 49.9% !important;
}
  .instagram_gallery a.instagram-image:last-child{
  display: none !important;
}
  #unreal_footer_area{
  background-image: none;
}

#unreal_footer_area form input[type=email]{
  width: 100%;
  position: relative;
}

#unreal_footer_area ul.unreal_footer_menu_area{
  padding:0;
  margin: 30px 0 40px !important;
}
  .footer_soc_med{
  text-align: center;
  width: 100%;
}
.newletter_form_social_media input[type="submit"] {
        position: absolute;
    right: 15px;
    padding-bottom: 7px;
    font-size: 1rem;
    padding-top: 6px;
    height: 52px;
  }
    
  
}



.bc_custom{
  justify-content: center;
  background: transparent !important;  
  margin-top: 40px;
}
.bc_custom a,.bc_custom {
  font-family: 'Grenadine MVB Med';
  color: #D33238 !important;
  font-size: 1.5rem;
  text-transform: lowercase;
}

.bc_custom a{
  padding-right: 10px;
  text-decoration: none;
}

.bc_custom span{
  padding-right: 10px;
}

#ur_page_title{
  font-family: 'Grenadine MVB Bold';
  color: #d33238;
  text-transform: lowercase;
  margin-top: 10px;
  padding-top: 20px;
}

#unreal_contact_form label{
  color: #d33238;
  font-family: 'Grenadine MVB Med';
  text-transform: lowercase;
  font-size: 1.4rem;
}

#unreal_contact_form .btn-primary{
  background: #d33238;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 1.6rem;
  border:0;
}

.shp_content {
   color: #6E7173;
  font-family: 'Grenadine MVB Med';
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-top: 20px;
}

.content{
  overflow-x: hidden !important;
}


body.templateIndex .ro_widget .bold-ro__product:nth-child(2){
  display: none;
}

#customer_login {
  
  max-width: 600px;
  margin: 40px auto 0;
  border: solid 1px #d33238;
  padding: 40px;
}

#customer_login label{
  display: block;
  font-family: 'Grenadine MVB Med';
  color: #d33238;
  text-transform: lowercase;
  font-size: 1.3rem;
}

#customer_login input[type=email] {
  width: 100%;
  padding: 20px;
  font-family: 'Grenadine MVB Med';
  margin-bottom: 20px;
}

#customer_login input[type=password] {
  width: 100%;
  padding: 20px;
  font-family: 'Grenadine MVB Med';
  margin-bottom: 20px;
}

#customer_login input[type=submit] {
  width: 100%;
  background: #d33238;
   text-transform: lowercase;
  font-size: 1.3rem;
  font-family: 'Grenadine MVB Bold';
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 1.5rem;
}

#customer_login a{
  font-family: 'Grenadine MVB Med';
  text-transform: lowercase;
  color: #666;
}


span.cartno{
  background: #8C4A2E;
  color: #FFF5F0;
  font-family: 'Grenadine MVB Med';
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 28px;
  height: 28px;
  font-size: 12px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt_menu_nv .list-group-item{
  position: relative;
}




/*-----Test Home popslide----*/

.slide_product_pp{
    background: #000;    
    margin-top: -54px;   
}

.item_slide_pp_1 .slide_product_pp, .item_slide_pp_5 .slide_product_pp, .item_slide_pp_9 .slide_product_pp{
   width: 95vw;
    max-width: 95vw;
    margin-left: calc(50% - 10.2vw);
}

.item_slide_pp_4 .slide_product_pp, .item_slide_pp_8 .slide_product_pp, .item_slide_pp_12 .slide_product_pp{
  width: 95vw;
    max-width: 95vw;
    margin-left: calc(50% - 84.5vw);
}

.item_slide_pp_3 .slide_product_pp, .item_slide_pp_7 .slide_product_pp, .item_slide_pp_11 .slide_product_pp{
  width: 95vw;
    max-width: 95vw;
    margin-left: calc(50% - 60vw);
}

.item_slide_pp_2 .slide_product_pp, .item_slide_pp_6 .slide_product_pp, .item_slide_pp_10 .slide_product_pp{
  width: 95vw;
    max-width: 95vw;
    margin-left: calc(50% - 35vw);
}

.feat-home-prods{
  position: relative;
}

.slide_product_pp{
  padding: 40px 57px 38px 20px;
  font-family: 'Grenadine MVB Med';
  position: relative;
  z-index:88; 
}

.slide_pp_prod_home_content h3{
  text-align: left;  
  color: #fff;
  margin-bottom: 20px;
}

.slide_pp_prod_home_content h3 a{
  color: #fff;
  text-transform: lowercase;
  font-size: 2.2rem;
}

.slide_pp_prod_home_content li{
  list-style: none;
  text-align: left;
  color: #fff;
}

.slide_pp_prod_home_content li h4{
  text-transform: lowercase;
  font-family: 'Grenadine MVB Bold';
  opacity: .6;
}

.slide_pp_prod_home_content li img{
  max-width: 200px;
}


.home_product_tabs{
  padding:0;
  text-align: left;
}

.home_product_tabs li{
  display: inline-block;
  margin-right: 40px;
}

.slide_pp_tabby_content{
  text-align: left;
  color: #fff;
}

.slide_pp_tabby_content img{
  max-width: 180px;
}

.content_logos_trust img{
  max-width: 800px;
  width: 100%;
  transform: scale(0.9);
}

.content_logos_trust {
  text-align: left;
  margin-left: calc(-6% - 10.2vw);
}

body.templateIndex #carousel-widget_frame {
    height: 152px;
}




/*-----End of Test Home popslide----*/



/*-----Quantity Selector----*/


.qtydiv label{display: block;margin-bottom: 12px;letter-spacing: 2.8px;color: #747a7b;}
.qtydiv .btnqty{display: inline-block;cursor: pointer;user-select: none;font-size: 25px;padding: 5px;}
.qtydiv .btnqty.qtyminus{margin-right: 8px;}
.qtydiv .btnqty.qtyplus{margin-left: 8px;}
.qtydiv .quantity-input{border: none;border: none;text-align: center;width: 50px;outline: none;display: inline-block;margin: auto;}
.qtydiv {display: inline-block;padding-right: 15px;padding-top: 10px;}

/*-----End of Quantity Selector----*/


.select_qty_chooser #product-variants, .select_qty_chooser .qtydiv{
  display: inline-block;
}

.select_qty_chooser #product-variants{
  width: 60%;
}

.select_qty_chooser .qtydiv{
  width: 34%;
}


body.templateIndex .bold-ro__recurring-div{
  display: flex;
  background: transparent;
  border:0;  
}

body.templateIndex .bold-ro__one-time-div{
  text-align: left;
  padding-left: 60px;
  color: #fff;
}

body.templateIndex .bold-ro__recurring-div label{
  text-align: left;
  color: #fff;
  padding-left: 52px;
  margin-top: -10px;
  width: 373px;
}

body.templateIndex .bold-ro__recurring-div .bold-ro__frequency-div{
  color: #fff;
  text-align: left;
  margin-top: -50px;
  width: 161px;
}

body.templateIndex .bold-ro__recurring-div .bold-ro__frequency-div select{
  display: inline-block;
}

body.templateIndex .bold-ro__recurring-div .bold-ro__frequency-div .bold-ro__order-interval-lbl{
  display: block;
  width: 100%;
  clear: both;
}


.feat-home-prods select{
  background: #fff;
  color: #000 !important;
}



.feat-home-prods label{
  color: #fff;
  text-transform: lowercase;
  font-size: 1.2rem;
}

.feat-home-prods .qtybox{
  background: #fff;
  padding-bottom: 5px;
  color: #000;
}

.img_feat_pp{
  cursor: pointer;
}

/*.img_feat_pp:hover{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}  


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}*/

.img_feat_pp {
  opacity: 1;
}

.img_feat_pp:hover{
  opacity: .8;
  /*filter: brightness(113%);*/
}

.cart-item-header{
  background: #eee;
color: #E1283B;
  font-size: 1.5rem;
  text-transform: lowercase;
  margin-top: 20px;
  font-family: 'Grenadine MVB Bold';
}

.cart-item-header .row div{
  padding: 10px;
}

body.templateCart .cart-item{
  border-left: solid 1px #eee;
   border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
}


.cart_item_title_unreal .cart-item-name{
  font-family: 'Grenadine MVB Bold';
  text-align: left;
  font-size: 1.5rem; 
}

.cart_item_title_unreal .cart-item-name a{
  color: #000;
}

.cart_item_price_unreal{
  font-family: 'Grenadine MVB Med';
}

.cart_item_price_unreal .cart-item-price{
  font-size: 2rem;
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
}

.cart_item_qty_unreal{
  font-size: 2rem;
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
}

.cart_item_total_price_unreal{
  font-size: 2rem;
  color: #000;
  font-family: 'Grenadine MVB Bold';
}

body.templateCart .ur_col{
  padding: 30px 0;
}

.cart_item_title_unreal .cart-item-delete a{
  color: #D33238;
  text-decoration: none;
  font-family: 'Grenadine MVB Med';
  text-transform: lowercase;
}

.subtotal_section_area h3{
   font-family: 'Grenadine MVB Bold';
   text-transform: lowercase;
   font-size: 2rem;
   margin-top: 20px;
}

.subtotal_section_area .total_price span{
   font-family: 'Grenadine MVB Bold';
   font-size: 2rem;
    color: #d33238;
}
.subtotal_section_area .total_price{
  font-family: 'Grenadine MVB Bold';
  font-size: 2rem;
  color: #777;
}

.subtotal_section_area .button{
  background: #d33238;
  color: #fff;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 2rem;
  border: 0;
  padding: 10px 30px;
  margin-top: 20px;
}

.subtotal_section_area .button:hover{
  background: #6E7173;
}


.noitemcartnotif {
   font-family: 'Grenadine MVB Med';
  margin-top: 80px;
  font-size: 1.5rem;
}

.carousel-indicators li {   
    width: 71px !important;
}


#unreal_single_product_details h2{
   font-family: 'Grenadine MVB Bold';
   text-transform: lowercase;
   color: #777;
  font-size: 2.5rem;
}

#unreal_single_product_details {
  font-family: 'Grenadine MVB Med';
  text-align: center;
  padding: 15px !important;
}


/*------quantity Selector------*/

.qtydiv label{display: block;margin-bottom: 12px;letter-spacing: 0px;color: #747a7b;}
.qtydiv .btnqty{display: inline-block;cursor: pointer;user-select: none;font-size: 25px;padding: 5px;}
.qtydiv .btnqty.qtyminus{margin-right: 8px;}
.qtydiv .btnqty.qtyplus{margin-left: 8px;}
.qtydiv .quantity-input{border: none;border: none;text-align: center;width: 50px;outline: none;display: inline-block;margin: auto;}
.qtydiv {display: inline-block;padding-right: 15px;padding-top: 10px;}


/*------End of quantity Selector------*/



body.templateProduct #product-variants, body.templateProduct .qtydiv{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 5px;
}

body.templateProduct #product-variants label{
  display: block;
  color: #000;
  text-transform: lowercase;
  font-size: 1.3rem;
}

body.templateProduct .qtydiv label{
  margin: 0;
  color: #000;
  text-transform: lowercase;
  font-size: 1.3rem;
}

body.templateProduct #product-variants select{
   appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
  border: solid 1px #D33238;
  padding: 5px 35px;
  width: 90%;
  text-align: center;  
}

body.templateProduct .qtydiv .btnqty{
  color: #D33238;
}

body.templateProduct #product-variants .fa-chevron-down{
  position: absolute;
  right: 50px;
  margin-top: 8px;
  color: #D33238;
  z-index: 4;
}

body.templateProduct #product-variants {
  position: relative;
}

body.templateProduct #product-variants select{
  position: relative;
  z-index: 6;
  background: transparent;
  cursor: pointer;
}

body.templateProduct .bold-ro__recurring-title{
  text-transform: lowercase;
  color: #D33238;
  font-size: 1.5rem;
  margin-top: 20px;
}

body.templateProduct .bold-ro__recurring-div.bold-ro__bold-active{
  background: transparent !important;
  border:0;
}

body.templateProduct .bold-ro__radio-div input{
 margin-left: 20px;
 margin-right: 10px; 
}

body.templateProduct .bold-ro__order-interval-lbl{
   text-transform: lowercase;
  color: #D33238;
  font-size: 1.5rem;
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
}

body.templateProduct .bold-ro__order-interval-container select{
    appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
  border: solid 1px #D33238;
padding: 5px 6px;
background-image: url(/cdn/shop/files/arrow-down.png);
background-repeat: no-repeat;
background-position: center right;
  cursor: pointer;
}

body.templateProduct .bold-ro__bold-active{
  background: transparent;
  border: 0;
}

body.templateProduct .cartbutton{
  background: #D33238;
  text-transform: lowercase;
  color: #fff;
  font-size: 2rem;
  padding: 8px 25px;
  border: 0;
  display: block;
  width:  100%;
}

body.templateProduct .cartbutton:hover{
  background: #6E7173;
}

body.templateProduct .ro_widget{
  background: #fff;
  padding: 5px 20px;
  width: 100%;  
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

body.templateProduct  .bold-ro__subscribe-radio-btn{
  margin-left: -50px !important;
}


#unreal_product_tabs .li{
  border: solid 1px #D33238;
  text-align: center;
  list-style: none;
  display: inline-block;
  width: 33%;
  padding: 10px 0;
}

#unreal_product_tabs .li a{
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 1.6rem;
  text-decoration: none;
}


body.templateProduct .tab_prod {
   width: 100%; 
  padding: 20px;
  margin: 40px 0;
  font-family: 'Grenadine MVB Med';
}

.carousel-indicators img {
    border: solid 1px #cdcdcd;
}

#unreal_contact_form .btn-primary{
  border-radius: 0;
  padding: 10px 35px;
}

#unreal_contact_form .btn-primary:hover{
  background: #000;
}

body.templateCollection .rev_stars .fa-star{
  font-size: 1.4rem;
  margin-right: 10px;
}

body.templateCollection #paginate{
  font-family: 'Grenadine MVB Med';
  color: #D33238;
  font-size: 1.2rem;
  margin-top: 80px;
}

body.templateCollection #paginate a{
   color: #D33238;
  text-transform: lowercase;
  font-size: 1.2rem;
  text-decoration: none;
}

body.templateCollection #paginate .current{
  color: #000;
}

body.templateCollection #paginate .next{
  margin-left: 10px;
}

body.templateCollection #paginate .prev{
  margin-right: 10px;
}


.rel-prod-section .rev_stars .fa-star{
  font-size: 1.4rem;
  margin-right: 10px;
}

.rel-prod-section h2{
   color: #d3323b;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  padding: 20px 20px 20px;
}

.unreal_collection_content{
  padding: 20px 40px 0px;
   font-family: 'Grenadine MVB Med';
  color: #666;
}

.unreal_collection_content h2{
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 2rem;
  margin-bottom: 20px;  
}


body.templateProduct .price_div{
  padding: 20px;
}

body.templateProduct .price_div span:first-of-type{
  color: #F2A38C;
}

#recover-password{
  width: 100% !important;
  text-align: center;
  font-family: 'Grenadine MVB Med';
  text-transform: lowercase;
}

#recover-password label{
  display: block;
  font-family: 'Grenadine MVB Med';
  font-size: 1.5rem;
  color: #d33238;
}

#recover-password input.btn{
  background: #d33238;
  border-radius: 0;
  color: #fff;
  text-transform: lowercase;
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 10px auto 10px;
}

#recover-password input[type=email]{
  max-width: 500px;
  width: 100%;
  padding: 10px;
}

#recover-password a{
  color: #666 !important;
}

body.templateCustomersRegister #create_customer{
  padding: 50px 30px;
max-width: 578px;
margin: 40px auto 10px;
font-family: 'Grenadine MVB Med';
text-transform: lowercase;
border: solid 1px #d33238 !important;
}

body.templateCustomersRegister .errors li{
  list-style: none; 
}

body.templateCustomersRegister .errors ul {
  padding: 0;
}



body.templateCustomersRegister #create_customer label{
  display: block;
  font-family: 'Grenadine MVB Med';
  font-size: 1.2rem;
  color: #d33238;
}

body.templateCustomersRegister #create_customer input{
  display: block;
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

body.templateCustomersRegister #create_customer input.btn{
  background: #d33238;
  color: #fff;
  text-transform: lowercase;
  font-size: 1.2rem;
  margin: 20px 0 5px;
  border-radius: 0;
}

body.templateCustomersRegister #create_customer a{
  color: #666;
}


.product-list-holder .product img{
  opacity: 1;
}

.product-list-holder .product img:hover{
  opacity: 0.8; 
  /*filter: brightness(113%);*/
}


.unreal_parent_menu_header li:hover li{
  display: block !important;
}

.unreal_parent_menu_header ul{
  position: relative;
}

.unreal_parent_menu_header li .child li{
  padding: 5px 20px;
}

.unreal_parent_menu_header li .child li:after{
  display: none;
}

.unreal_parent_menu_header li .child li a{
  font-size: 1.65rem;
  white-space: nowrap;
}

.unreal_parent_menu_header li .child{
  background: #fff!important;
  position: absolute;  
  text-align: center;
  padding: 0;
  width: 314px;
  top: 49px;
  box-shadow: 0 0 5px #cdcdcd;
  z-index: 55;
}
.unreal_parent_menu_header li.mega-menu .child{
  width: 100vw;
  left: -6%;
  margin-left: calc(-15px - .5rem);
  top: 55px;
}

.unreal_parent_menu_header li:hover .child{
  padding: 10px 0;  
}

.unreal_parent_menu_header li:not(.mega-menu):hover .child:after{
    content: "▲";
    position: absolute;
    top: -18px;
    left: 0;
    text-shadow: 0 -5px 5px #cdcdcd;
    color: #fff;
    z-index: 55;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.unreal_parent_menu_header a:hover{
  color: #f1a38d;
}

.unreal_site_logo img:hover{
   /*opacity: .4;*/
}

.rt_menu_nv li:hover{
  /*opacity: .4;*/
}

.rt_menu_nv li a:hover{
  color: #f1a38d;
}

/* .unreal_site_logo img:hover{
  filter: invert(94%) sepia(89%) saturate(5356%) hue-rotate(296deg) brightness(97%) contrast(92%);
} */

/* .rt_menu_nv li a img:hover{
  filter: invert(94%) sepia(89%) saturate(5356%) hue-rotate(296deg) brightness(97%) contrast(92%);
} */

.unreal_parent_menu_header li.has-children:hover:after{
  filter: invert(94%) sepia(89%) saturate(5356%) hue-rotate(296deg) brightness(97%) contrast(92%);
  transform: rotate(180deg);
}

.unreal_parent_menu_header li:hover > a{
 color: #f1a38d;
}



.unreal_parent_menu_header .child li{
  text-align: left !important;
}


h2#store-locator-title{
    color: #D33238;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

body.template #col-main{
  max-width: 1400px;
  margin: 0 auto;
}

body.template .footer_html{
  display: none;
}


body.template .shopify-challenge__button{
  background: #D33238;
  border-radius: 0;
  color: #fff;
  text-transform: lowercase;
  font-size: 1.4rem;
  font-family: 'Grenadine MVB Bold';
  padding: 10px 25px;
}

body.template .shopify-challenge__button:hover{
  background: #000;
}

body.template .shopify-challenge__message{
  font-family: 'Grenadine MVB Med';
}


body.templateCustomersAccount.customer-logged-in {
  font-family: 'Grenadine MVB Med';
  color: #666;
/*   text-align: center; */
   text-transform: lowercase;
} 

body.templateCustomersAccount.customer-logged-in h2.title{
  color: #d33238;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
}

body.templateCustomersAccount.customer-logged-in a{
    color: #d33238;
}

body.customer-logged-in .manage-subscription-page{
  font-family: 'Grenadine MVB Med';
  color: #666;
  text-transform: lowercase;
}

body.customer-logged-in .manage-subscription-page h3{
  color: #D33238;
}

body.templateCustomersAddresses #admin_header{
  text-align: center;
}

body.templateCustomersAddresses #admin_header h2{
  color: #d33238;
  text-transform: lowercase;
  font-family: 'Grenadine MVB Bold';
}

body.templateCustomersAddresses #admin_header a{
  font-family: 'Grenadine MVB Med';
   color: #666;
  text-transform: lowercase;
}


body.customer-logged-in .link-orders a, body.customer-logged-in .link-logout a{
  font-size: 2rem;
  font-family: 'Grenadine MVB Bold';
  text-decoration: none;
  text-transform: lowercase;
  color: #d33238;
}

body.customer-logged-in li{
  list-style: none;
}

.slide_desc p:nth-child(2):before{
  content: url(/cdn/shop/files/qute1.png?v=1604357511);
  position: absolute;
  top: 40px;
  left:0;  
  margin-left: -50px;
}

.slide_desc p:nth-child(2):after{
  content: url(/cdn/shop/files/qute1.png?v=1604357511);
  position: absolute;
  top: 40px;
  right:0;  
  margin-right: -50px;
  transform: rotate(180deg)
}

.slide_desc p:nth-child(2){
  position: relative;
}

body.templateCustomersAddresses #add_address, body.templateCustomersAddresses .edit_address{
  background: #f9f9f9;
   font-family: 'Grenadine MVB Med';
  padding: 50px;
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
}

body.templateCustomersAddresses #add_address_title{
  color: #d33238;
  text-transform: lowercase;
  margin-bottom: 30px;
}

body.templateCustomersAddresses tr{
  border: 0;
}

body.templateCustomersAddresses table{
  border: 0;
}

body.templateCustomersAddresses table label{
  font-size: 1.1rem;
  text-transform: lowercase;
}

body.templateCustomersAddresses .btn{
  background: #d33238;
  border-radius: 0;
  color: #fff;
   text-transform: lowercase;
  display: block;
  width: 100%;
  /*font-size: 1.5rem;
  margin-bottom: 10px;*/
}

body.templateCustomersAddresses a{
  color: #666;
}

body.templateArticle{
   font-family: 'Grenadine MVB Med';
  color: #6E7073;
  text-transform: lowercase;
}

body.templateArticle .meta{
  color: #D33238;
  opacity: .6;
  margin-bottom: 40px;
}


.artcle_contexts{
   font-family: 'Grenadine MVB Med';
  color: #6E7073;
  text-transform: lowercase;
  margin-bottom: 75px;
}

.artcle_contexts h3 a{
  color: #d33238;
  font-family: 'Grenadine MVB Bold';
  font-size: 2.2rem;
}

.artcle_contexts .meta, .artcle_contexts .meta a{
  color: #d33238 !important;
  opacity: .8;
  text-decoration: none !important;
}

.artcle_contexts .meta .fa{
  margin-left: 0px;
}

.artcle_contexts .meta{
  margin-bottom: 30px;
}

.artcle_contexts .read_more{
  color: #d33238;
  font-family: 'Grenadine MVB Bold';
}

body.templateBlog #pagination{
  text-align: center;
  display: block;
  width: 100%;
   font-family: 'Grenadine MVB Med';
}

body.templateBlog #pagination a, body.templateBlog #pagination{
     color: #d33238;
    text-transform: lowercase;
}

body.templateBlog #pagination .next{
  margin-left: 10px;
}

body.templateBlog #pagination .prev{
  margin-right: 10px;
}

body.templateBlog #pagination .page.current{
  background: #d33238;
  color: #fff;  
  border: solid 1px  #d33238;
}

body.templateBlog #pagination .page{
  padding: 10px 18px;
  border-radius: 60%;
  margin: -5px !important;
}

body.templateBlog #pagination .page a{
  background: #fff;
  border: solid 1px  #d33238;
  padding: 10px 18px;
  border-radius: 60%;
  text-decoration: none;
}

body.templateIndex .close_pp{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2.2rem;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}


.fp_select_dietary_options{
  position: relative;
  padding: 0 0 15px;
}

.fp_select_dietary_options .collect_front_menu_nav{ 
  margin-top: 10px;
}

.fp_select_dietary_options .collect_front_menu_nav a:after{
  display: none;
}

.fp_select_dietary_options .collect_front_menu_nav li{
  list-style: none;
}

.fp_select_dietary_options .collect_front_menu_nav{
  background: #fff;
  box-shadow: 0 0 5px #cdcdcd;
  position: absolute;
  left: 0;
  top: 81%;
  z-index: 99;
  text-align: left;
  padding: 20px;
}

.fp_select_dietary_options .collect_front_menu_nav:after{
  content: "▲";
  position: absolute;
  top: -26px;
  right: 70px;
  font-size: 1.5rem;
  color: #fff;
   text-shadow: 0 -5px 5px #cdcdcd;
}

@media screen and (min-width: 380px){
  .fp_select_dietary_options .collect_front_menu_nav:after{
    right: 82px;
  }
}

@media screen and (min-width: 1024px){
  .fp_select_dietary_options .collect_front_menu_nav{
  }
}

.home_product_tabs li{
  cursor: pointer;
}

.slide_desc a:hover{
  background: #fff;
  color: #E32A39;
  text-shadow: none;
}

@media screen and (max-width: 480px) {
  .slide_desc p:nth-child(2)::before{
    content: url(/cdn/shop/files/mob_qute.png?v=1604449438);
    top: 24px;
    margin-left: -20px;
  }
  .slide_desc p:nth-child(2)::after {
    content: url(/cdn/shop/files/mob_qute.png?v=1604449438);
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: -20px;
    transform: rotate(180deg);
  }
  .item_slide_pp_1 .slide_product_pp, .item_slide_pp_5 .slide_product_pp, .item_slide_pp_2 .slide_product_pp, .item_slide_pp_3 .slide_product_pp, .item_slide_pp_4 .slide_product_pp, .item_slide_pp_6 .slide_product_pp, .item_slide_pp_7 .slide_product_pp, .item_slide_pp_8 .slide_product_pp {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
}
  .h4des{
  font-size: 1.2rem;
}
}




.tooltip-inner { 
    font-size: 1.3rem;
     padding: 5px 20px !important;
  background: #D33238 !important;
      font-family: 'Grenadine MVB Med';
  
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;    
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color:  #D33238 !important;   
}

.tooltip-inner{
  border-radius: 0 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  margin-top: 2px !important;
}

/* .rt_menu_nv img{
  margin-left: -10px;
} */


@media screen and (min-width: 600px) {
  
body.templateIndex .slide_pp_tabs_area{
  border-right: solid 2px rgba(255,255,255, .5);
}

  body.unreal-sticky-header #shopify-section-toobar{
  position: fixed !important;
  top:0;
  z-index: 999;
  width: 100%
}

 /* body.unreal-sticky-header #unreal_header{
  position: fixed !important;
  top: 20px;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 8px rgba(0,0,0,0.6); 
} */

/* body.unreal-sticky-header #unreal_header .unreal_site_logo img {
 
 margin-top: -36px;
 margin-bottom: -40px;
 width: 100%;
 max-width: 91px;
} */

/* body.unreal-sticky-header #unreal_header .ur_main_nav{
  padding-top: 35px !important;
} */

/* body.unreal-sticky-header #unreal_header .rt_menu_nv{
  margin-top: 20px;
  position: relative;
  padding-right: 14px;
} */
  
}




body.unreal-sticky-header #unreal_header, body.unreal-sticky-header #shopify-section-toobar{  
    opacity: 0;  
}

#unreal_header, #shopify-section-toobar{
 /* transition: all 0.3s;*/
   /* transform: translateY(-150px);
    opacity: 0;  
    -webkit-animation: move-down-fixed-header ease-in .3s normal forwards;
    -moz-animation:    move-down-fixed-header ease-in .3s normal forwards;
    -o-animation:      move-down-fixed-header ease-in .3s normal forwards;
    animation:         move-down-fixed-header ease-in .3s normal forwards; */
}

@-webkit-keyframes move-down-fixed-header {
  0%   { opacity: 0; transform: translateY(-150px);}
  100% { opacity: 1; transform: translateY(0);}
}
@-moz-keyframes move-down-fixed-header {
   0%   { opacity: 0; transform: translateY(-150px);}
  100% { opacity: 1; transform: translateY(0);}
}
@-o-keyframes move-down-fixed-header {
  0%   { opacity: 0; transform: translateY(-150px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes move-down-fixed-header {
   0%   { opacity: 0; transform: translateY(-150px);}
  100% { opacity: 1; transform: translateY(0);}
}



body.unreal-sticky-header .tooltip {
    position: absolute !important;   
    z-index: 99999 !important;
}


.empty-cart-img{
  opacity: .1 !important;
  margin-bottom: 60px;
  width: 200px;
  
}


@media screen and (max-width: 480px) {
  /* body.unreal-sticky-header #unreal_header{
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding-top: 20px;
    box-shadow: 0 0 5px rgba(0,0,0, .5);
  } */
  body.unreal-sticky-header #shopify-section-toobar{
    position: fixed;
    top: 0;
    width: 100%;
     z-index: 999;
  }
  .unreal_footer_menu_area{
 columns: 1 !important;
  text-align: center;  
}

.unreal_footer_menu_area li{
  padding-bottom: 10px;
}

.newletter_form_social_media{
  text-align: center;
}
  
body.templateIndex .qtybox{
  display: flex;
  width: 110px; 
  height: 54px;
}

body.templateIndex #product-select{
  padding: 14px;  
}

body.templateIndex .select_qty_chooser #product-variants label{
  margin-bottom: 0px;
}
  
body.templateIndex #slide_product_area_section h3{
  text-align: center;
  width: 100% !important;  
}

body.templateIndex #slide_product_area_section h3 a{
  font-size: 2rem;
  display: block;
  width: 100%;
}

body.templateIndex .slide_product_pp{
  padding: 40px 20px;
}

body.templateIndex .select_qty_chooser{
  margin-left: -1%;
}  
  
}



@media screen and (max-width: 480px) {
  body.templateIndex .bold-ro__recurring-div label{
    width: 100% !important;    
   
  }
  body.templateIndex .bold-ro__recurring-div .bold-ro__frequency-div{
    margin: 0 auto !important;
     width: 180px;
    
  }
  body.templateIndex .bold-ro__recurring-div{
    display: block !important;
  }
  body.templateIndex .ro_widget{
  text-align: left;
}

body.templateIndex .bold-ro__one-time-div{
  margin-bottom: -10px;
}
  body.templateIndex #home_fbox{
    display: none;
  }
  body.templateIndex #home_fbox_mobile{
    display: block !important;
  }
  #home-instagram-section h3{
  padding: 0 10px;
}
}




#home_fbox_mobile .feat-home-prods-mobile .fa-star{
  font-size: 1.4rem;
  margin-right: 10px;
}

#home_fbox_mobile .feat-home-prods-mobile .cart_content{
  margin-top: 20px;     
}

#home_fbox_mobile label{
  font-family: 'Grenadine MVB Med' !important;
  text-transform: lowercase;
  margin-bottom: 10px !important;
}

#home_fbox_mobile .btn{
  color: #fff;
   font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 10px 0;
  font-size: 1.8rem;
  margin: 20px auto 0;
  max-width: 280px;
}


#home_fbox_mobile .feat-home-prods-mobile #product-select{
  width: 100%;
  padding: 8px;
  font-family: 'Grenadine MVB Med';
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
}

#home_fbox_mobile .feat-home-prods-mobile .chevdown{
  margin-left: 230px;
  position: relative;
  z-index: 4;
  margin-top: -37px;
}


#home_fbox_mobile .select_qty_chooser{
  width: 100%;  
  max-width: 280px;
  margin: 0 auto;
}

#home_fbox_mobile .select_qty_chooser #product-variants{
  width: 100% !important;
  display: block !important;
  position: relative;
  z-index: 5;
  background: transparent;
}

@media screen and (max-width: 768px) {
  #mobile_menu_full_nav_unreal{   
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: rgba(0,0,0,.9);
    padding: 10px;
  }
  #mobile_menu_full_nav_unreal ul{
    background: #fff;
    text-align: center; 
    padding:40px 0 20px;
    height: 97vh;
  }
  #mobile_menu_full_nav_unreal ul li{
    list-style: none;
    text-align: left;
  }
  #mobile_menu_full_nav_unreal a{
     font-family: 'Grenadine MVB Bold';
    color: #D33238;
    text-transform: lowercase;
    font-size: 1.8rem;
  }
  #mobile_menu_full_nav_unreal a:hover{
    text-decoration: none;
  }
  #mobile_menu_full_nav_unreal .col-md-12{
  position: relative;
}

#mobile_menu_full_nav_unreal .close_mobile_nv{
  position: absolute;
  color: #D33238;
  font-size: 3rem;
  cursor: pointer;
  left: 30px;
  top: 10px;
}
  #mobile_menu_full_nav_unreal .link-register{
  margin-top: 40px;
}
  #mobile_menu_full_nav_unreal .link-logout{
  margin-top: 0px !important;
  }
  .mobile-header-unreal .cartno{
  transform: scale(.6);
}

}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .unreal-sticky-header .right_menu_navi{
    margin-top: -8px;
  }
  .unreal-sticky-header .mobile-nav{
    margin-top: -8px !important;
  }
  #mobile_menu_full_nav_unreal{   
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: rgba(0,0,0,.9);
    padding: 10px;
  }
  #mobile_menu_full_nav_unreal ul{
    background: #fff;
    text-align: center; 
    padding:80px 0 20px;
    height: 97vh;
  }
  #mobile_menu_full_nav_unreal ul li{
    list-style: none;
  }
  #mobile_menu_full_nav_unreal a{
     font-family: 'Grenadine MVB Bold';
    color: #D33238;
    text-transform: lowercase;
    font-size: 2rem;
  }
  #mobile_menu_full_nav_unreal a:hover{
 
  }
  #mobile_menu_full_nav_unreal .col-md-12{
  position: relative;
}

#mobile_menu_full_nav_unreal .close_mobile_nv{
  position: absolute;
  color: #D33238;
  font-size: 3rem;
  cursor: pointer;
  left: 30px;
  top: 10px;
}
  #mobile_menu_full_nav_unreal .link-register, #mobile_menu_full_nav_unreal .link-logout{
  margin-top: 40px;
}
  .mobile-header-unreal .cartno{
  transform: scale(.6);
}
   #home_fbox{
    display: none;
  }
   #home_fbox_mobile{
    display: flex !important;
  }
  .feat-home-prods-mobile{
  flex: 50% !important;
  max-width: 50% !important;
}
  .unreal_footer_menu_area{
    padding:0;
  }
  #unreal_footer_area{
    background-image: none !important;
    padding: 20px !important;
  }
  #unreal_footer_area .unreal_footer_menu_area{
    columns: 1;
  }
  .newletter_form_social_media input[type="email"] {
    width: 53%;
  } 
  .feat-home-prods-mobile {
    max-width: 100% !important;
}
  
  .slide_desc p:nth-child(2)::before, .slide_desc p:nth-child(2)::after{
     top: 19px;
  }
  
  #unreal_footer_area{
  text-align: center;
}

#unreal_footer_area .newletter_form_social_media input[type="email"] {
  width: 100% !important;
  position: relative;
  height: 50px;
}

#unreal_footer_area .newletter_form_social_media form{
  width: 100% !important;
  max-width: 100% !important;
}

#unreal_footer_area .newletter_form_social_media input[type=submit] {
  position: absolute;
  z-index: 9;
  top: 40px;
  right:  18px;
}
  
}  


.mobile-header-unreal{
  margin: 0 !important;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {   
  #home_fbox{
    display:none;
  }
  #home_fbox_mobile{
    display: flex !important;
  }
  #shopify-section-homeslider .bx-viewport{
    height: 415px !important;
  }
  .feat-home-prods-mobile{
  flex: 50% !important;
  max-width: 50% !important;
}
  .newletter_form_social_media input[type="email"] {
    width: 62%;
  }
  /* .ur_main_nav{
  margin-top: 20px;
} */

.right_menu_navi{
  margin-top: 20px;
}

.unreal-sticky-header .ur_main_nav, .unreal-sticky-header .right_menu_navi{
  margin-top: 0px;
}
#unreal_footer_area {
background-position: -3px center;
}
  .slide_desc p:nth-child(2)::before, .slide_desc p:nth-child(2)::after{
     top: 26px;
  }
  
  .desktop-header-unreal{
  display: none !important;;
}

.mobile-header-unreal{
  display: block !important;
  margin: 0;
}
  
  #mobile_menu_full_nav_unreal{   
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: rgba(0,0,0,.9);
    padding: 10px;
  }
  #mobile_menu_full_nav_unreal ul{
    background: #fff;
    text-align: center; 
    padding:80px 0 20px;
    height: 97vh;
  }
  #mobile_menu_full_nav_unreal ul li{
    list-style: none;
  }
  #mobile_menu_full_nav_unreal a{
     font-family: 'Grenadine MVB Bold';
    color: #D33238;
    text-transform: lowercase;
    font-size: 2rem;
  }
  #mobile_menu_full_nav_unreal a:hover{

  }
  #mobile_menu_full_nav_unreal .col-md-12{
  position: relative;
}

#mobile_menu_full_nav_unreal .close_mobile_nv{
  position: absolute;
  color: #D33238;
  font-size: 3rem;
  cursor: pointer;
  left: 30px;
  top: 10px;
}
  #mobile_menu_full_nav_unreal .link-register, #mobile_menu_full_nav_unreal .link-logout{
  margin-top: 40px;
}
  .mobile-header-unreal .cartno{
  transform: scale(.6);
}
  
  /* .ur_main_nav{
  margin-top: -10px;
} */

.unreal-sticky-header .ur_main_nav{
  margin-top: 13px;
}
  
}
  



.img_feat_pp_mobile img{
  width: 100%;
}

#home_fbox  .cyan #product-select {
  background-image: url(/cdn/shop/files/cyan.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .orange #product-select {
  background-image: url(/cdn/shop/files/orange.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .red #product-select {
  background-image: url(/cdn/shop/files/red.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .violet #product-select {
  background-image: url(/cdn/shop/files/violet.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .green #product-select {
  background-image: url(/cdn/shop/files/green.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .blue #product-select {
  background-image: url(/cdn/shop/files/blue.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .pink #product-select {
  background-image: url(/cdn/shop/files/pink.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#home_fbox  .yellow #product-select {
  background-image: url(/cdn/shop/files/yellow.png);
  background-repeat: no-repeat;
  background-position: right center;
}


#home_fbox .bold-ro__one-time-div.bold-ro__bold-active{
  background: transparent !important;
  border: 0
}



body.templateProduct .nav-tabs-unreal .li.active{
  background: #D33238; 
}

body.templateProduct .nav-tabs-unreal .li.active a{
  color: #fff !important;
}


@media screen and (max-width: 480px) {
  body.templateProduct #unreal_single_product_details{
    margin-top: -60px;
  }
  body.templateProduct #product-variants .fa-chevron-down{
    right: 34px !important;
  }
}



@media screen and (max-width: 480px) {
  #unreal_product_tabs{
    display: none;
  }
  #unreal_product_tabs_mobile{
    display: block !important;
  }
  #shopify-section-related-products{
  margin-top: 70px !important;
}
  /* .newletter_form_social_media input[type=email]{
    padding: 14px 20px !important;
  }   */
}



#unreal_product_tabs_mobile .li a{
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
  font-size: 2rem;
}

#unreal_product_tabs_mobile .li .fa{
  float: right;
  font-size: 2rem;
  padding-top: 10px;
   color: #D33238;  
}

#unreal_product_tabs_mobile .li{
  cursor: pointer;
  margin-bottom: 20px;
}

#unreal_product_tabs_mobile .tab_prod {
  padding:0;
  margin: 0 0 20px;
}



@media screen and (max-width: 768px) {
.cart-desktp{
  display: none;
}
  .cart-mobil{
     display: block !important;
  }
}


.cart-mobil .cart_item_img_unreal{
  padding-left: 40px !important;
  font-family: 'Grenadine MVB Med';
}

.cart-mobil .cart_item_img_unreal .cart-item-name a{
  font-size: 1.2rem;
  text-transform: lowercase;
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
}

.cart-mobil .cart_item_img_unreal .cart-item-price{
  font-size: 1.9rem;
  font-family: 'Grenadine MVB Bold';
}

.cart-mobil .cart_item_img_unreal .cart-item-delete a{
  font-size: 1rem;
  text-transform: lowercase;
  color: #D33238;
}

.cart-mobil .col-md-10{
  width: 70%;
}

.cart-mobil .col-md-2{
  width: 20%;
}

.shp_content h1, .shp_content h2, .shp_content h3, .shp_content a {
  color: #804c25;
}




.unreal_404_page h1{
  font-size: 20vw;
  font-family: 'Grenadine MVB Bold';
  opacity: .2;
}

.unreal_404_page{
  font-family: 'Grenadine MVB Med';
  color: #666;
}

.unreal_404_page h2{
  color: #D33238 !important;
  margin-bottom: 20px;
}
  


body.templateProduct .carousel-item.active {
position: relative;
}

body.templateProduct .carousel-item.active .magnifier-lens {
  margin-left: 295px
}



@media screen and (max-width: 480px) {
  body.templateBlog h3.title{
    text-align: center;
    margin-top: 40px;
  }
  body.templateBlog .meta{
    text-align: center;
    font-size: .8rem;
  }
  .bx-controls-direction{
  display: none;
}
  .cart_item_total_price_unreal{
  font-size: 1.6rem !important;  
}
  .fp_select_dietary_options a{
     font-size: 1.2rem;
  }
}



@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
  body.unreal-sticky-header #unreal_header .rt_menu_nv {
    margin-top: 45px !important;
  }
  body.unreal-sticky-header .mobile-header-unreal .ur_main_nav {
    margin-top: 15px !important;
  }
  #unreal_footer_area{
    background-image: none !important;
  }
  .unreal_footer_menu_area{
    padding:0;
  }
  .newletter_form_social_media input[type="email"]{
    width: 71% !important;
  }
  .newletter_form_social_media{
    margin-top: 40px;
  }
  #home_section_3{
    padding: 4rem 1rem !important;
  }
  .slide_desc p:nth-child(2)::after, .slide_desc p:nth-child(2)::before{
    top: 19px !important;
  }
  #home_fbox{
     display: none;
  }
  #home_fbox_mobile{
     display: block !important;
  }
  .feat-home-prods-mobile{
  display: inline-block !important;
  width: 49% !important;
}
   #mobile_menu_full_nav_unreal{   
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: rgba(0,0,0,.9);
    padding: 10px;
  }
  #mobile_menu_full_nav_unreal ul{
    background: #fff;
    text-align: center; 
    padding:80px 0 20px;
    height: 97vh;
  }
  #mobile_menu_full_nav_unreal ul li{
    list-style: none;
  }
  #mobile_menu_full_nav_unreal a{
     font-family: 'Grenadine MVB Bold';
    color: #D33238;
    text-transform: lowercase;
    font-size: 2rem;
  }
  
  #mobile_menu_full_nav_unreal .col-md-12{
  position: relative;
}

#mobile_menu_full_nav_unreal .close_mobile_nv{
  position: absolute;
  color: #D33238;
  font-size: 3rem;
  cursor: pointer;
  left: 30px;
  top: 10px;
}
  #mobile_menu_full_nav_unreal .link-register, #mobile_menu_full_nav_unreal .link-logout{
  margin-top: 40px;
}
  .mobile-header-unreal .cartno{
  transform: scale(.6);
}
  
  #mobile_menu_full_nav_unreal a{
     font-size: 1.2rem !important;
  }
  #mobile_menu_full_nav_unreal ul{
    padding: 22px 0 20px !important;
  }
  .cart-mobil .col-md-10{
  max-width: 70% !important;
}
  
}


@media screen and (min-width: 481px) and (max-width: 768px) {
		.slide_desc p:nth-child(2)::after, .slide_desc p:nth-child(2)::before {
                 top: 19px !important;
		}
        #home_fbox {
           display: none;
        }
        #home_fbox_mobile {
           display: block !important;
        }
        .feat-home-prods-mobile{
  display: inline-block !important;
  width: 49% !important;
}
     /* body.unreal-sticky-header #unreal_header .rt_menu_nv {
    margin-top: 45px !important;
  } */
  body.unreal-sticky-header .mobile-header-unreal .ur_main_nav {
    margin-top: 18px !important;
  }
}



.bx-wrapper .bx-controls-direction a{
     z-index: 995 !important;
} 



@media screen and (min-width: 1025px) and (max-width:1360px) {

.ur_main_nav{
  max-width: 43% !important;
  flex: 43% !important;
  margin-top: 15px;
}

.unreal_site_logo{
  max-width: 13% !important;
  flex: 13% !important;
}


.right_menu_navi{
  max-width: 42% !important;
  flex: 42% !important;
  margin-top: -10px;
}
  
  body.unreal-sticky-header .right_menu_navi {
    margin-top: 0px;
  }
  
  body.unreal-sticky-header .ur_main_nav{
    margin-top: 0px;
  }  
  
  .newletter_form_social_media input[type="email"]{
    width: 72% !important;
  }
  
  #home_section_3 {
    padding: 5rem 2rem !important;
  }
  .slide_desc p:nth-child(2)::after, .slide_desc p:nth-child(2)::before {
                 top: 29px !important;
		}
  
}  





@media screen and (min-width: 767px) and (max-width: 1000px) {
  #unreal_footer_area {
    background-image: none !important;
  }
  .unreal_footer_menu_area{
  padding:0;
}

#unreal_footer_area .row div{
  width: 100% !important;
  max-width: 100% !important;
  flex: 100%;
}

.newletter_form_social_media{
  margin-top: 30px;
}

.newletter_form_social_media input[type="email"]{
  width: 75% !important;
}

}



@media screen and (min-width: 481px) and (max-width: 766px) {
  #unreal_footer_area {
    background-image: none !important;
  }
  .unreal_footer_menu_area{
  padding:0;
}

#unreal_footer_area .row div{
  width: 100% !important;
  max-width: 100% !important;
  flex: 100%;
}

.newletter_form_social_media{
  margin-top: 30px;
}

.newletter_form_social_media input[type="email"]{
  width: 59% !important;
}

}



.bold-ro__product.boom{
  /*display: none !important;*/
}

body.templateIndex .bold-ro__recurring-title{
   display: none !important;
}



 #mobile_menu_full_nav_unreal{   
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: rgba(0,0,0,.9);
    padding: 0px;
  }
  #mobile_menu_full_nav_unreal ul{
        background: #fff;
    text-align: center;
    padding: 120px 40px 20px;
    height: 98vh;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    display: flex;
    flex-direction: column;
}
  
  #mobile_menu_full_nav_unreal ul li{
    list-style: none;
  }
  #mobile_menu_full_nav_unreal a{
     font-family: 'Grenadine MVB Bold';
    color: #D33238;
    text-transform: lowercase;
    font-size: 1.4rem;
  }

  #mobile_menu_full_nav_unreal .col-md-12{
  position: relative;
}

#mobile_menu_full_nav_unreal .close_mobile_nv{
  position: absolute;
  color: #D33238;
  font-size: 3rem;
  cursor: pointer;
  left: 30px;
  top: 10px;
}
  #mobile_menu_full_nav_unreal .link-register, #mobile_menu_full_nav_unreal .link-logout{
  margin-top: 40px;
}



body.templateCollection #paginate .page.current{
  background: #D33238;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 60%;
  border: solid 1px  #D33238;
}

body.templateCollection #paginate .page a{
  color:  #D33238 !important;
 
}

body.templateCollection #paginate .page a{
  background: #fff;
  color:  #D33238 !important;
  padding: 10px 18px;
  border-radius: 60%;
   border: solid 1px  #D33238;
  margin-right: 10px;
}




.h4des:before{
  content: url(/cdn/shop/files/nmob_qute1.png?v=1624300738);
  margin-right: 10px; 
  
}

.h4des:after{
    content: url(/cdn/shop/files/nmob_qute2.png?v=1624300738);      
   margin-left: 10px;
  
}


body.templateIndex .bold-ro__order-interval-container select{
  display: inline-block !important;  

}

body.templateIndex .bold-ro__order-interval-container select:nth-child(2){
  width: 41% !important;
}

body.templateIndex .bold-ro__order-interval-container select:nth-child(3){
  width: 67% !important;
}









.addy-btn h2,.addy-btn .btn{
  display: inline-block; 
  vertical-align: top;
}

.addy-btn .btn{
  margin: 0 0 0 60px !important;
  
  width: 100%;
}

.addy-btn h2{
  padding-left: 0px;
  font-family: 'Grenadine MVB Bold';
  text-transform: lowercase;
 
  color: #fff;
  font-size: 2.3rem;  
}


.addy-btn span.price{
   opacity: .5;
}



@media screen and (min-width: 768px) and (max-width: 1026px) {
  .desktop-header-unreal{
    display: none !important;
  }
  .mobile-header-unreal{
    display: block !important;
  }
  #shopify-section-homeslider .bx-viewport{
    height: 388px !important;
  }
  #home_fbox{
  display: none !important;
  }

  #home_fbox_mobile{
    display: flex !important;  
  }

  #home_fbox_mobile .feat-home-prods-mobile{
    max-width: 50% !important;
    flex: 0 0 50%;
  }


}






.container.shp_content{
  /*max-width: 1600px;*/
}

.article-body{
  font-size: 1.2rem;
}

.article-wraps{
  max-width: 1600px;
}


#home-instagram-section .socmed a:hover{
  background: #f1a38d;
}

.unreal_footer_menu_area a:hover{
  color:  #f1a38d !important;
}

body.unreal-sticky-header .unreal_parent_menu_header{
  margin-top: 1px;
}

/* body.unreal-sticky-header #unreal_header{
  margin-top: 20px;
} */


@media screen and (min-width: 1000px) {
.copyright p{
  padding-right: 9%;
}
}



.addy-btn{
 /*display: flex;*/
max-width: 455px;
margin: 0 auto;
width: 100%;
  white-space: nowrap;
}

.addy-btn h2{
  font-size: 1.8rem !important;
  padding-top: 10px;
}

body.templateIndex #home_fbox .bold-ro__frequency-label{
  padding: 0;
}

body.templateIndex #home_fbox .bold-ro__recurring-div label{
    padding-left: 3.6% !important;
}

body.templateIndex .bold-ro__one-time-div{
    padding-left: 5.4% !important;
}

body.templateIndex #home_fbox .ro_widget{
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

body.templateIndex #home_fbox .select_qty_chooser{ 
  max-width: 455px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

body.templateIndex #home_fbox .qtydiv{
  padding: 0 !important;
  margin-left: 20px;
}

body.templateIndex #home_fbox #product-select{
  padding: 12.8px;
  margin-top: 4px;
}



input[type="email"]::-webkit-input-placeholder {
    color: #d33238 !important;
}


.desk_cut #product-variants{
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin-top: 10px;
}

#home_fbox #home-product-orange .desk_cut .addtocart{
  background: #FF7F0B;
}

#home_fbox #home-product-red .desk_cut .addtocart{
  background: #d33238;
}

#home_fbox #home-product-violet .desk_cut .addtocart{
  background: #7773C5;
}

#home_fbox #home-product-cyan .desk_cut .addtocart{
  background: #00A9C9;
}

#home_fbox #home-product-green .desk_cut .addtocart{
  background: #9DC230;
}

#home_fbox #home-product-blue .desk_cut .addtocart{
  background: #008EE1;
}

#home_fbox #home-product-pink .desk_cut .addtocart{
  background: #EE4491;
}

#home_fbox #home-product-yellow .desk_cut .addtocart{
  background: #FFBC04;
}


#home_fbox #home-product-orange .desk_cut select{
  color: #FF7F0B !important;
}

#home_fbox #home-product-red .desk_cut select{
  color: #d33238 !important;
}

#home_fbox #home-product-violet .desk_cut select{
  color: #7773C5 !important;
}

#home_fbox #home-product-cyan .desk_cut select{
  color: #00A9C9 !important;
}

#home_fbox #home-product-green .desk_cut select{
  color: #9DC230 !important;
}

#home_fbox #home-product-blue .desk_cut select{
  color: #008EE1 !important;
}

#home_fbox #home-product-pink .desk_cut select{
  color: #EE4491 !important;
}

#home_fbox #home-product-yellow .desk_cut select{
  color: #FFBC04 !important;
}



.dcollection_selct .ro_widget{
  display: none !important;
}

.dcollection_selct select{
  -moz-appearance: none;
-webkit-appearance: none;
appearance: none;
width: 100%;
max-width: 300px;
margin: 10px auto;
    margin-top: 10px;
font-family: 'Grenadine MVB Med' !important;

border: solid 1px #000;  
padding: 10px;
text-align: center;
font-size: 1.1rem;
position: relative;
  background-image: url(/cdn/shop/files/black.png);
background-repeat: no-repeat;
background-position: right center;
text-align-last: center;
cursor: pointer;
}

.dcollection_selct #product-variants{
  width: 100%;
}

body.templateCollection .product .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
    max-width: 301px;
    border-radius: 0px;    
    background: #000;
    color: #fff;
  
}


body.templateCollection .product.green select{
  border: solid 1px #9DC230 !important;
   background-image: url(/cdn/shop/files/green.png);
  color: #9DC230;
}

body.templateCollection .product.green .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
     /*max-width: 268px;*/
    border-radius: 0px;    
    background: #9DC230;
    color: #fff;
}



body.templateCollection .product.cyan select{
  border: solid 1px #00A9C9 !important;
   background-image: url(/cdn/shop/files/cyan.png);
  color: #00A9C9;
}

body.templateCollection .product.cyan .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
    /*max-width: 268px;*/
    border-radius: 0px;    
    background: #00A9C9;
    color: #fff;
}


body.templateCollection .product.orange select{
  border: solid 1px #FF7F0B !important;
   background-image: url(/cdn/shop/files/orange.png);
  color: #FF7F0B;
}

body.templateCollection .product.orange .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
     /*max-width: 268px;*/
    border-radius: 0px;    
    background: #FF7F0B;
    color: #fff;
}


body.templateCollection .product.red select{
  border: solid 1px #d33238 !important;
   background-image: url(/cdn/shop/files/red.png);
  color: #d33238;
}

body.templateCollection .product.red .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
   /*max-width: 268px;*/
    border-radius: 0px;    
    background: #d33238;
    color: #fff;
}


body.templateCollection .product.violet select{
  border: solid 1px #7773C5 !important;
   background-image: url(/cdn/shop/files/violet.png);
  color: #7773C5;
}

body.templateCollection .product.violet .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
     /*max-width: 268px;*/
    border-radius: 0px;    
    background: #7773C5;
    color: #fff;
}


body.templateCollection .product.blue select{
  border: solid 1px #008EE1 !important;
   background-image: url(/cdn/shop/files/blue.png);
  color: #008EE1;
}

body.templateCollection .product.blue .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
    /*max-width: 268px;*/
    border-radius: 0px;    
    background: #008EE1;
    color: #fff;
}


body.templateCollection .product.pink select{
  border: solid 1px #EE4491 !important;
   background-image: url(/cdn/shop/files/pink.png);
  color: #EE4491;
}

body.templateCollection .product.pink .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
     /*max-width: 268px;*/
    border-radius: 0px;    
    background: #EE4491;
    color: #fff;
}



body.templateCollection .product.yellow select{
  border: solid 1px #FFBC04 !important;
   background-image: url(/cdn/shop/files/yellow.png);
  color: #FFBC04;
}

body.templateCollection .product.yellow .btn{
    width: 100%;
    margin: 4px auto;
    font-family: 'Grenadine MVB Bold';
    text-transform: lowercase;
    font-size: 1.5rem;
   /*max-width: 268px;*/
    border-radius: 0px;    
    background: #FFBC04;
    color: #fff;
}


.unreal_parent_menu_header{
  display: flex;
  padding-left: 6%;
  margin-bottom: 0;
}


body.templateProduct #unreal_product_tabs {
  color: #6E7073;
}

body.templateProduct #unreal_product_tabs .li{
  cursor: pointer;
}

.shp_content a:hover{
  color: #f1a38d; 
}

body.templateBlog .artcle_contexts h3{
  margin-top: 21px;
}

body.templateBlog .meta span{
  margin-right: 10px;
}

body.templatePage form input[type=text], body.templatePage form input[type=email], body.templatePage form textarea{
  /*border-color: #787878;  
  padding: 30px; */
}

body.templatePage form label{
  font-family: 'Grenadine MVB Bold' !important;
}


.btn-red{
  background: #D33238;
    color: #fff !important;
  font-family: 'Grenadine MVB Bold';
  font-size: 2rem;
  padding: 5px 20px;  
  text-decoration: none !important;
}

#buy-online{
  margin-top: 60px;
}

.btn-red:hover{
  background: #000;
}

/* #unreal_header{
  border-bottom: solid 1px #CFD4DC;
} */

/* body.templateIndex #unreal_header{
  border-bottom: solid 0px #CFD4DC;
} */

body.templateCollection .collection_featured_content p{
  color: #6E7073;
}

body.templateCollection #collection_general_content h2{
  color: #D33238;
  margin-top: 1rem;
}

.btn-registr{
  background: #D33238;
  color: #fff !important;
  font-size: 1.5rem;
  font-family: 'Grenadine MVB Bold' !important;
  display: block;
  border-radius: 3px;
  padding: 6px;
  text-decoration: none !important;
}

.custom-regist{
  margin-top: 10px;
}


body.templateCustomersLogin .errors li{
  font-family: 'Grenadine MVB Med';
  list-style: none;
  text-transform: lowercase;
}

body.templateCustomersLogin .errors ul{
  padding:0;
}


/* @media screen and (max-width: 430px) {
   body.unreal-sticky-header #unreal_header {
    margin-top: 53px;
}
}   */


body.templateIndex #home_fbox .home_product_tabs h4.active{
  /*color: rgba(0,0,0,.8);*/
  border-bottom: solid 1px rgba(255,255,255,.8);
}



.unreal_parent_menu_header li:hover > a{
  color: #f1a38d !important;
}



body.templateIndex #home_fbox .ro_widget input[type=radio]{
  display: none;
}

body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-purchase{
  position: relative;
  margin-left: 16px;
}

body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-purchase:before{
  content:"⬤";  
  position: absolute;
  top: -2px;
  margin-left: -32px;
  color: #fff;  
  font-size: 22px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-purchase:after{
  content:"⬤";  
  position: absolute;
  top: 4px;
  left: -23px; 
  color: #000;
  font-size: 14px;
  display: none;  
}

body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase:after{
  display: block;
}




body.templateIndex #home_fbox .ro_widget .bold-ro__recurring-text{
  position: relative;
  margin-left: 16px;
}

body.templateIndex #home_fbox .ro_widget .bold-ro__recurring-text:before{
  content:"⬤";  
  position: absolute;
  top: -4px;
  margin-left: -32px;
  color: #fff;  
  font-size: 22px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
body.templateIndex #home_fbox .ro_widget .bold-ro__recurring-text:after{
  content:"⬤";  
  position: absolute;
  top: 2.4px;
  margin-left: -23px; 
  color: #000;
  font-size: 14px;
  display: none;
  z-index: 9;
}

body.templateIndex #home_fbox .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text:after{
  display: block;
}




/*---colors radio-------*/


body.templateIndex #home_fbox .cyan .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #016C80;
}

body.templateIndex #home_fbox .cyan .ro_widget .bold-ro__one-time-purchase:after{
  color:  #016C80;
}  

body.templateIndex #home_fbox .cyan .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #016C80;
}

body.templateIndex #home_fbox .cyan .ro_widget .bold-ro__recurring-text:after{
   color:  #016C80;
} 



body.templateIndex #home_fbox .orange .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #973E1E;
}

body.templateIndex #home_fbox .orange .ro_widget .bold-ro__one-time-purchase:after{
  color:  #973E1E;
}  

body.templateIndex #home_fbox .orange .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #973E1E;
}

body.templateIndex #home_fbox .orange .ro_widget .bold-ro__recurring-text:after{
   color:  #973E1E;
} 





body.templateIndex #home_fbox .red .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #AE050B;
}

body.templateIndex #home_fbox .red .ro_widget .bold-ro__one-time-purchase:after{
  color:  #AE050B;
}  

body.templateIndex #home_fbox .red .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #AE050B;
}

body.templateIndex #home_fbox .red .ro_widget .bold-ro__recurring-text:after{
   color:  #AE050B;
} 




body.templateIndex #home_fbox .violet .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #4A469F;
}

body.templateIndex #home_fbox .violet .ro_widget .bold-ro__one-time-purchase:after{
  color:  #4A469F;
}  

body.templateIndex #home_fbox .violet .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #4A469F;
}

body.templateIndex #home_fbox .violet .ro_widget .bold-ro__recurring-text:after{
   color:  #4A469F;
} 



body.templateIndex #home_fbox .green .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #627D14;
}

body.templateIndex #home_fbox .green .ro_widget .bold-ro__one-time-purchase:after{
  color:  #627D14;
}  

body.templateIndex #home_fbox .green .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #627D14;
}

body.templateIndex #home_fbox .green .ro_widget .bold-ro__recurring-text:after{
   color:  #627D14;
} 




body.templateIndex #home_fbox .blue .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #056096;
}

body.templateIndex #home_fbox .blue .ro_widget .bold-ro__one-time-purchase:after{
  color:  #056096;
}  

body.templateIndex #home_fbox .blue .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #056096;
}

body.templateIndex #home_fbox .blue .ro_widget .bold-ro__recurring-text:after{
   color:  #056096;
} 





body.templateIndex #home_fbox .pink .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #A61255;
}

body.templateIndex #home_fbox .pink .ro_widget .bold-ro__one-time-purchase:after{
  color:  #A61255;
}  

body.templateIndex #home_fbox .pink .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #A61255;
}

body.templateIndex #home_fbox .pink .ro_widget .bold-ro__recurring-text:after{
   color:  #A61255;
} 





body.templateIndex #home_fbox .yellow .ro_widget .bold-ro__one-time-purchase:before{  
  -webkit-text-stroke-color: #AA7E04;
}

body.templateIndex #home_fbox .yellow .ro_widget .bold-ro__one-time-purchase:after{
  color:  #AA7E04;
}  

body.templateIndex #home_fbox .yellow .ro_widget .bold-ro__recurring-text:before{
   -webkit-text-stroke-color: #AA7E04;
}

body.templateIndex #home_fbox .yellow .ro_widget .bold-ro__recurring-text:after{
   color:  #AA7E04;
} 


body.templateIndex .cyan input[type=text], body.templateIndex .cyan .qtybox, body.templateIndex .cyan select {
  color: #00A9C9 !important;
}

body.templateIndex .orange input[type=text], body.templateIndex .orange .qtybox, body.templateIndex .orange select {
  color: #FF7F0B !important;
}

body.templateIndex .red input[type=text], body.templateIndex .red .qtybox, body.templateIndex .red select {
  color: #D33238 !important;
}

body.templateIndex .violet input[type=text], body.templateIndex .violet .qtybox, body.templateIndex .violet select {
  color: #7773C5 !important;
}

body.templateIndex .green input[type=text], body.templateIndex .green .qtybox, body.templateIndex .green select {
  color: #9DC230 !important;
}

body.templateIndex .blue input[type=text], body.templateIndex .blue .qtybox, body.templateIndex .blue select {
  color: #008EE1 !important;
}

body.templateIndex .pink input[type=text], body.templateIndex .pink .qtybox, body.templateIndex .pink select {
  color: #EE4491 !important;
}

body.templateIndex .yellow input[type=text], body.templateIndex .yellow .qtybox, body.templateIndex .yellow select {
  color: #FFBC04 !important;
}


body.templateIndex .pink select option{
  color: #EE4491 !important;
}

body.templateIndex .yellow select option{
  color: #FFBC04 !important;
}

body.templateIndex .cyan select option{
  color: #00A9C9 !important;
}

body.templateIndex .green select option{
  color: #9DC230 !important;
}

body.templateIndex .red select option{
  color: #d33238 !important;
}

body.templateIndex .violet select option{
  color: #7773C5 !important;
}

body.templateIndex .blue select option{
  color: #008EE1 !important;
}

body.templateIndex .orange select option{
  color: #FF7F0B !important;
}





/*---end of colors radio-------*/



.desk_cut:hover .addtocart{
  opacity: .8;
}

body.templateCollection .addtocart:hover{
  opacity: .8;
}


body.templateProduct .carousel-indicators li img{
  width: 72px;
  height: 93px;
  border-width: 2px; 
}

body.templateProduct .carousel-indicators li{
  margin-right: 11px !important;
}

body.templateProduct .carousel-indicators li:last-child{
  margin-right: 0 !important;
}

body.templateProduct .carousel-indicators li.active img{
  border-color: #D33238;
}


@media screen and (max-width: 480px) {
  body.templateIndex .slide_desc a{
    font-size: .9rem !important;
    padding: 5px 10px !important;
  }
  #insta-feed .instafeed-container{
  width: 50% !important;
  min-height: 210px !important;
}

#insta-feed a[rel=noopener]:last-child{
  display: none;
}

}




body.templateProduct .ro_widget input[type=radio]{
  display: none;
}

body.templateProduct .ro_widget .bold-ro__one-time-purchase{
  position: relative;
}

body.templateProduct .ro_widget .bold-ro__one-time-purchase:before{
  content:"⬤";  
  position: absolute;
  top: -4px;
  margin-left: -32px;
  color: #fff;  
  font-size: 22px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #D33238;
}
body.templateProduct .ro_widget .bold-ro__one-time-purchase:after{
  content:"⬤";  
  position: absolute;
  top: 3px;
  left: -23px; 
  color: #D33238;
  font-size: 14px;
  display: none;  
}

body.templateProduct .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase:after{
  display: none;
}

body.templateProduct .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase:before{
  color: #d33238;  
  -webkit-text-stroke-color: #cdcdcd;
}






body.templateProduct  .ro_widget .bold-ro__recurring-text{
  position: relative;
}

body.templateProduct .ro_widget .bold-ro__recurring-text:before{
  content:"⬤";  
  position: absolute;
  top: -4px;
  margin-left: -32px;
  color: #fff;  
  font-size: 22px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d33238;
}
body.templateProduct  .ro_widget .bold-ro__recurring-text:after{
  content:"⬤";  
  position: absolute;
  top: 2px;
  left: -23px; 
  color: #d33238;
  font-size: 14px;
  display: none;
  z-index: 9;
}

body.templateProduct .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text:after{
  display: none;
}

body.templateProduct .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text:before{
  color: #d33238;  
  -webkit-text-stroke-color: #cdcdcd;
}



body.templateProduct .ro_widget label{
  color: #D33238;
  font-size: 1.1rem;
  text-transform: lowercase;
}

body.templateProduct .bold-ro__one-time-purchase{
  margin-left: 10%;
}

body.templateProduct .bold-ro__recurring-title{
  visibility: hidden;
  padding:0;
  margin: 0;
  
}


body.templateProduct .ro_widget {
  padding-bottom: 40px;
}

body.templateProduct select option, body.templateProduct  select, body.templateProduct  #quantity{
  color: #8C4A2E !important;
}

body.templateProduct label{
  color: #8C4A2E !important;
}

body.templateProduct select {
  border: solid 1px #cdcdcd !important;
  font-size: 1.2rem;
  padding-top: 11px  !important;
  padding-bottom: 10px  !important;
}

body.templateProduct #product-variants .fa{
  margin-top: 20px !important;
  margin-right: -19px !important;
}

body.templateProduct .qtybox{
  border: solid 1px #cdcdcd;
  width: 200px;
  font-size: 1.2rem;
  margin: 8px auto 0;
  height: 55px;
}




@media screen and (min-width: 480px) and (max-width: 955px) {
  #unreal_product_single .prod-rw{  
    display: block !important;    
  }
  #unreal_product_single .prod-rw .col-md-6{
    width: 100% !important;
    min-width: 100% !important;
  }
  #unreal_product_single .prod-rw #single_product_images_unreal{
    margin-bottom: 100px;
  }
  #unreal_product_tabs .nav-tabs-unreal .li a{
    font-size: 1.3rem !important;    
  }
  #unreal_product_tabs .li{
    width: 100% !important;
    margin-bottom: 10px;
  }
}




@media screen and (min-width: 768px) and (max-width: 1300px) {
  .rel-prod-section .row div {
    max-width: 100% !important;
    flex: 50% !important;    
  } 
  .rel-prod-section .row .col-md-3{
    text-align: center !important;
  }
}


@media screen and (min-width: 1300px) {
  .rel-prod-section img{
  width: 100%
}

.rel-prod-section .col-md-3{
  max-width: 100%
}
  .rel-prod-section .row .col-md-3{
    text-align: center !important;
  }

}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
  body.templateIndex #home_fbox{
     display: none;
  }
  body.templateIndex #home_fbox_mobile{
    display: flex !important;
  }
  body.templateIndex #home_fbox_mobile .fa-chevron-down{
    display: none;
  }
  body.templateIndex #home_fbox_mobile .orange #product-select{
    background-image: url(/cdn/shop/files/orange.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
   body.templateIndex #home_fbox_mobile .cyan #product-select{
    background-image: url(/cdn/shop/files/cyan.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .red #product-select{
    background-image: url(/cdn/shop/files/red.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .violet #product-select{
    background-image: url(/cdn/shop/files/violet.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .green #product-select{
    background-image: url(/cdn/shop/files/green.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .blue #product-select{
    background-image: url(/cdn/shop/files/blue.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .pink #product-select{
    background-image: url(/cdn/shop/files/pink.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .yellow #product-select{
    background-image: url(/cdn/shop/files/yellow.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  #home_fbox_mobile select{
  font-size: .9rem !important;
}
  
  
}



#contact-form .form-control{
  padding: 30px !important;
}



body.templateCollection .fp_select_dietary_options .collect_front_menu_nav{
  right: 200px
}

body.templateCollection .dietary_option_nv_link{
  margin-right: 20px
}

body.templateCollection .fp_select_dietary_options .collect_front_menu_nav2 {
    background: #fff;
    box-shadow: 0 0 5px #cdcdcd;
    position: absolute;
    right: 0;
    z-index: 99;
    text-align: left;
    padding: 20px;
}


body.templateCollection .fp_select_dietary_options .collect_front_menu_nav2::after {
    content: "▲";
    position: absolute;
    top: -26px;
    right: 50px;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 -5px 5px #cdcdcd;
}

body.templateCollection .fp_select_dietary_options .collect_front_menu_nav2{
  margin-top: 10px;
}

body.templateCollection .fp_select_dietary_options .collect_front_menu_nav2 li{
  list-style: none;
}

body.templateCollection .collect_front_menu_nav2 li {
    line-height: 1.9;
}



.mobile-nav{
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}

body.unreal-sticky-header .mobile-nav{
  margin-top: -25px; 
}

@media screen and (max-width: 480px) { 
  body.unreal-sticky-header .mobile-nav{
  margin-top: -73px; 
}
  .breadcrumb{
  text-align: center;
}
  body.templateProduct .dcollection_selct .btn{
  max-width: 300px !important;
  }

}



body.templateProduct .dcollection_selct #product-variants{
  width: 100% !important;
}

body.templateProduct .dcollection_selct .btn{
  max-width: 300px;
  margin: 0 auto;
  font-family: 'Grenadine MVB Bold';
  font-size: 1.4rem;
  border-radius: 0;
  background: #000 !important;
}

body.templateProduct .dcollection_selct select{
  position: relative;
  background-image: url(/cdn/shop/files/black.png) !important;
background-repeat: no-repeat !important;
background-position: right center !important;
cursor: pointer;
  border-color: #000 !important;
  color: #000 !important;
}

body.templateProduct .green .dcollection_selct select{
  border-color: #9DC230 !important;
  color: #9DC230 !important;
  background-image: url(/cdn/shop/files/green.png) !important;
}

body.templateProduct .green .dcollection_selct .btn{
  background: #9DC230 !important;
}


body.templateProduct .blue .dcollection_selct select{
  border-color: #008EE1 !important;
  color: #008EE1 !important;
  background-image: url(/cdn/shop/files/blue.png) !important;
}

body.templateProduct .blue .dcollection_selct .btn{
  background: #008EE1 !important;
}

body.templateProduct .pink .dcollection_selct select{
  border-color: #EE4491 !important;
  color: #EE4491 !important;
  background-image: url(/cdn/shop/files/pink.png) !important;
}

body.templateProduct .pink .dcollection_selct .btn{
  background: #EE4491 !important;
}


body.templateProduct .yellow .dcollection_selct select{
  border-color: #FFBC04 !important;
  color: #FFBC04 !important;
  background-image: url(/cdn/shop/files/yellow.png) !important;
}

body.templateProduct .yellow .dcollection_selct .btn{
  background: #FFBC04 !important;
}


body.templateProduct .cyan .dcollection_selct select{
  border-color: #00A9C9 !important;
  color: #00A9C9 !important;
  background-image: url(/cdn/shop/files/cyan.png) !important;
}

body.templateProduct .cyan .dcollection_selct .btn{
  background: #00A9C9 !important;
}


body.templateProduct .orange .dcollection_selct select{
  border-color: #FF7F0B !important;
  color: #FF7F0B !important;
  background-image: url(/cdn/shop/files/orange.png) !important;
}

body.templateProduct .orange .dcollection_selct .btn{
  background: #FF7F0B !important;
}


body.templateProduct .red .dcollection_selct select{
  border-color: #d33238 !important;
  color: #d33238 !important;
  background-image: url(/cdn/shop/files/red.png) !important;
}

body.templateProduct .red .dcollection_selct .btn{
  background: #d33238 !important;
}

body.templateProduct .violet .dcollection_selct select{
  border-color: #7773C5 !important;
  color: #7773C5 !important;
  background-image: url(/cdn/shop/files/violet.png) !important;
}

body.templateProduct .violet .dcollection_selct .btn{
  background: #7773C5 !important;
}


.redi .fa{
  font-size: 1.6rem;
  margin-right: 10px;
  color: #d3323b;
}

.redi{
  margin-bottom: 10px;
}



body.templateCustomersLogin #customer{
  display: block;
  width: 100%;
}


.customer_address{
  text-align: center;
  margin-top: 20px;
  font-family: 'Grenadine MVB Med';
}

.customer_address .address_title{
  font-family: 'Grenadine MVB Bold';
  color: #d3323b;
}



body.templateCustomersAddresses .address_actions .action_link{
  background: #d3323b; 
  padding: 3px 9px;
}

body.templateCustomersAddresses .address_actions .action_link a{
  color: #fff;
  text-transform: lowercase;  
}




/* .unreal_site_logo img{
 
  margin-top: -10px;
} */

/* .rt_menu_nv img{
  transform: scale(.8);
} */

/* body.unreal-sticky-header .unreal_site_logo img{
  margin-top: -18px !important;
} */

/* body.unreal-sticky-header .ur_main_nav{
  margin-top: -6px !important;
} */

/* body.unreal-sticky-header .rt_menu_nv{
  margin-top: 10px !important;
} */

#unreal_home_featured{
  margin-top: 24px;
}



/* .mobile-header-unreal .rt_menu_nv {
  margin-top: 10px;
  margin-bottom: -8px;
  margin-right: -20px;
} */

@media screen and (max-width:480px){
/* body.unreal-sticky-header #unreal_header{
     top: 20px !important;
} */
  /* body.unreal-sticky-header #unreal_header .unreal_site_logo{
     margin-top: -30px;
  } */
  /* body.unreal-sticky-header .mobile-nav{
    margin-top: -40px !important;
  } */
  /* body.unreal-sticky-header .mobile-header-unreal .rt_menu_nv {
  margin-top: 8px !important;
} */
  #unreal_home_featured{
    margin-top: 20px !important;
  }
} 



.img_feat_pp img{
  width: 100%;
  
}

body.unreal-sticky-header #unreal_header{
  transform: translateY(-150px);
}

#unreal_header{
  transition: all .5s linear;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  background: #fff;
}

@media screen and (min-width:900px){
/* .content{
  margin-top: 164px;
}

body.unreal-sticky-header .content{
   margin: 0 !important;
} */

#shopify-section-toobar{
   transition: all .1s linear;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}

}



#unreal_home_featured .row{
  padding-top: 0px;
}


body.templateCollection .product{
  margin-top: 40px;
}


body.templateIndex #home_fbox .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::after{
  display: none !important;
}

body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::after {
    display: none !important;
}

body.templateIndex #home_fbox .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #000;
  -webkit-text-stroke-color: #fff;
}


body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #000;
  -webkit-text-stroke-color: #fff;
}


body.templateIndex #home_fbox .cyan .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #016C80;  
}

body.templateIndex #home_fbox .cyan .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #016C80;
}

body.templateIndex #home_fbox .orange .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #973E1E;  
}

body.templateIndex #home_fbox .orange .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #973E1E;
}

body.templateIndex #home_fbox .red .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #AE050B;  
}

body.templateIndex #home_fbox .red .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #AE050B;
}


body.templateIndex #home_fbox .violet .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #4A469F;  
}

body.templateIndex #home_fbox .violet .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #4A469F;
}

body.templateIndex #home_fbox .green .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #627D14;  
}

body.templateIndex #home_fbox .green .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #627D14;
}

body.templateIndex #home_fbox .blue .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #056096;  
}

body.templateIndex #home_fbox .blue .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #056096;
}

body.templateIndex #home_fbox .pink .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #A61255;  
}

body.templateIndex #home_fbox .pink .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #A61255;
}

body.templateIndex #home_fbox .yellow .ro_widget .bold-ro__subscribe-radio-btn:checked + .bold-ro__recurring-text::before{
  color: #AA7E04;  
}

body.templateIndex #home_fbox .yellow .ro_widget .bold-ro__one-time-radio-btn:checked + .bold-ro__one-time-purchase::before{
    color: #AA7E04;
}


.collect_front_menu_nav2 a:after{
  display: none !important;
}


#product-filter-collection b{
  color: #d3323b;
   text-transform: lowercase;
  font-size: 1.2rem;
}


.collect_front_menu_nav2{
  max-width: 200px;
  width: 100%;
  margin-right: 10px;
}

#product-filter-area{
  padding-top: 20px;
  border-bottom: solid 1px #CFD4DC;
}

body.templateIndex .fp_select_dietary_options{
border-bottom: solid 1px #CFD4DC;
}

#filts label input{
   display: none !important; 
}

#filts label {
  margin-right: 20px;
  font-family: 'Grenadine MVB Med';
  color: #888;
}

#product-filter-collection b{
  margin-right: 20px;
}


body.templateCollection .pagination{
   align-items: center;
  justify-content: center; 
  margin-top: 61px;
}

body.templateCollection .pagination li a{
  
  color: #d3323b;
  font-family: 'Grenadine MVB Bold';  
  text-decoration: none;
}

body.templateCollection .pagination li{
  margin-right: 5px;
  background: #fff;
  width: 31px;
  height: 30px;
  border-radius: 50%;
  font: 1.4rem;
  border: solid 1px #d3323b;
}

body.templateCollection .pagination li.active{
  background: #d3323b;  
}

body.templateCollection .pagination li.active a{
color: #fff;
}

#tag_group{
  display: none;
}

.labl .fa{
  cursor: pointer;
  display: none !important;
}

#filts label{
  display: none;
}

.no-image-placeholder{
  padding-left: 2% !important;
}

@media screen and (max-width: 480px) {
   body.templateProduct .qtybox{
      width: 130px !important;
   }
   body.templateProduct #product-variants select{
      padding: 10px 10px !important;
   }
  body.templateProduct .bold-ro__order-interval-container select.bold-ro__frequency-num{
  padding: 5px 43px;
  }
  .prod_img_single{
  width: 100%;
}
  .slider-nav{
  transform: scale(.7)
}
  .rel-prod-section img{
    width: 100%;
}
  
}



.rel-prod-section img{
   /* width: 100% */
}

#pag_list{
  padding: 0;
}

#home-instagram-section .socmed a:last-child{
  margin: 0;
}

.bold-ro__order-interval-container{
  text-transform: lowercase;
}

body.templateProduct .bold-ro__order-interval{
  border: 0 !important;
  background: #F9F9F9 !important;
  text-transform: lowercase;  
}


.bold-ro__radio-div span, .bold-ro__radio-div span:before{
  cursor: pointer !important;
}

@media screen and (min-width: 481px) {
body.templateProduct .bold-ro__order-interval-container select.bold-ro__frequency-num {
    padding: 5px 43px;
}
}





.slider-wrapper {
  width: 100%;
}

.slider-for__item img {
  width: 100%;
}

.slider-for__item{  
  width: 100%;
  max-height: 568px;
  cursor: pointer;
}


.slider-for__item img{
  max-width: 400px;
  margin: 0 auto;
}

.slider-nav__item{
  max-width: 180px;
  max-height: 120px;
  text-align: center;
  cursor: pointer;
}

.slider-nav__item img{
  max-width: 100px;
  margin: 0 auto;  
}


.slider-nav{
  margin-top: 20px;
}


.slider-nav .slick-current img{
  border: solid 2px #d3323b;
}

.slider-nav__item:focus {
    outline: none !important;
}


body.templateIndex .bold-ro__order-interval-container b{
  display: none;
}

body.templateIndex .bold-ro__frequency-label .bold-ro__order-interval-container:after{
  content: "month(s)";
  position: absolute;
  top: 0;
  z-index: 78;
  right: 0;
  color: #fff;
  margin-top: 45px;
  margin-right: -6%;
}

body.templateIndex .bold-ro__frequency-label{
  position: relative;
}


@media screen and (max-width: 1026px) {

#home_fbox_mobile .fa-chevron-down{
  display: none !important;
  }  
  
  body.templateIndex #home_fbox_mobile .fa-chevron-down{
    display: none;
  }
  body.templateIndex #home_fbox_mobile .orange #product-select{
    background-image: url(/cdn/shop/files/orange.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
   body.templateIndex #home_fbox_mobile .cyan #product-select{
    background-image: url(/cdn/shop/files/cyan.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .red #product-select{
    background-image: url(/cdn/shop/files/red.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .violet #product-select{
    background-image: url(/cdn/shop/files/violet.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .green #product-select{
    background-image: url(/cdn/shop/files/green.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .blue #product-select{
    background-image: url(/cdn/shop/files/blue.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .pink #product-select{
    background-image: url(/cdn/shop/files/pink.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  body.templateIndex #home_fbox_mobile .yellow #product-select{
    background-image: url(/cdn/shop/files/yellow.png?v=1604596431);
    background-repeat: no-repeat;
    background-position: right;
  }
  
  #home_fbox_mobile select{
  font-size: .9rem !important;
}
  
}



@media screen and (min-width: 900px) and (max-width: 1026px){
   /* .content {
    margin-top: 122px !important;
} */
  /* .mobile-nav{
    margin-top: -40px !important;
  } */
  /* .rt_menu_nv{
    margin-top: 10px !important;
    
  } */
  /* .rt_menu_nv .cartno{
    transform: scale(.5);
  } */
  
  /* .rt_menu_nv li{
    background: transparent;
  } */
  /* .mobile-header-unreal .unreal_site_logo img{
    margin-top: -43px !important;
  } */
}


.rt_menu_nv li{
    background: transparent;
  }

select, a{
  outline: none !important;
}


@media screen and (max-width: 480px) {
  body.templateProduct #product-variants{
    width: 46% !important;    
  }
  body.templateProduct #product-variants select{
    font-size: .9rem;
    height: 53px;
  }
}





#about-page-banner{
  min-height: 200px;
  background-size: cover;
  margin-bottom: 20px;
}


#about-page-banner h1{
  color: #fff;
  text-transform: lowercase;
  font-family: 'Grenadine MVB Bold';
  font-size: 4rem;
  padding: 3rem 0 2rem;
  text-shadow: 0 2px 5px #000;
}

#about-page-banner h1 span{
  text-transform: uppercase;
}


body.templatePage #about-page-sect h2{
  color: #d3323b !important;
  text-transform: lowercase;
  font-family: 'Grenadine MVB Bold';
  font-size: 3rem;
  text-align: center;
  margin: 20px;
}

body.templatePage #about-page-sect .fa-star{
font-size: 8rem;
  color: #d3323b;  
}

body.templatePage #about-page-sect h4{
  color: #d3323b !important;
    text-transform: lowercase;
  font-weight:700 !important;
}  
  
body.templatePage #about-page-sect p{
  color: #6E7173 !important;
  font-size: 1.2rem !important;
  font-family: 'Grenadine MVB Med';   
}


@media screen and (min-width: 1600px) {
   .bx-wrapper .bx-viewport #slide {
     min-height: 900px;
}
}

#newsletter_form_omnisend_footer .input-group__btn{
   background: #fff;
   /* padding-top: 4.5px;
   padding-right: 5px; */
}

@media screen and (max-width: 480px) {

  #newsletter_form_omnisend_footer button{
    /* padding-top: 10px;
    padding-bottom: 7px; */
    /* padding-top: 8px;
    padding-bottom: 8px; */
  }
  /* #newsletter_form_omnisend_footer{  
    width: 100% !important;
    margin: 10px auto 40px;
  } */
  .slider-nav__item img {
    max-width: 95px !important;
  }  
}




@media screen and (max-width: 480px) {
  /*#rel_prod_desk{
    display:none;
  }
  #rel_prod_mob{
    display: block !important;
  }*/
}


#rel_prod_mob .slick-next::before {
    content: '\f054';    
    font-family: fontawesome;
    color: #d3323b;
}

#rel_prod_mob .slick-next {
    right: 7px;
}

#rel_prod_mob .slick-prev {
    left: 12px;
    z-index: 99;
}


#rel_prod_mob .slick-prev::before {
    content: '\f053';
    font-family: fontawesome;
    color: #d3323b;
}

#rel_prod_mob .slick-list {
   overflow: visible;
}


#newsletter_form_omnisend_footer input[type=email] {
  width: 100% !important;
  /*margin-left: 18px;*/
}



.input-group__btn{
  position: absolute;
  right:0;
}


.indi-revs .fa{
  color: #fff !important;
  font-size: 1.5rem;
  margin-right: 10px;
  opacity: .6;
}

.review-feat p{
  display: block !important;
  clear: both;
}

.review-feat{
  text-transform: lowercase;
}

.indi-revs{
  margin-top: 10px;
}

.review-feat p.text-right:before{
  content: "-- ";
}

.review-feat p.text-right{
  margin-right: 20px;
}



.yesbarphot{
  margin-left: 0 !important;
}


select {
    text-align:-moz-center !important;
    text-align:-webkit-center !important;
    text-align-last:center !important;
}


/*------Unreal Collection Slide Popup------*/

body.templateCollection #collection_slide_pp_panel{
  background: #000;
  width: 95vw;
max-width: 95vw;
margin-left: calc(50% - 10.2vw);
  margin-top: -20px;
  color: #fff;
  padding: 40px;
  position: relative;
  z-index: 99;
  font-family: 'Grenadine MVB Med';
  text-transform: lowercase;
}

body.templateCollection .product-list-holder .clicko:nth-child(4n+2) #collection_slide_pp_panel{
  margin-left: calc(50% - 35vw) !important;
}

body.templateCollection .product-list-holder .clicko:nth-child(4n+3) #collection_slide_pp_panel{
  margin-left: calc(50% - 60vw) !important;
}

body.templateCollection .product-list-holder .clicko:nth-child(4n+4) #collection_slide_pp_panel{
  margin-left: calc(50% - 84.5vw) !important;
}

body.templateCollection #collection_slide_pp_panel .select_qty_chooser label{
  display: block;
}


.collection_slide_pp.cyan .arrow_up_slide_ind{
  color:#62CCE6 !important;
}

.collection_slide_pp.cyan #collection_slide_pp_panel{
  background:#62CCE6 !important;
}


.collection_slide_pp.orange .arrow_up_slide_ind{
  color:#EC9552 !important;
}

.collection_slide_pp.orange #collection_slide_pp_panel{
  background:#EC9552 !important;
}


.collection_slide_pp.red .arrow_up_slide_ind{
  color:#F1666B !important;
}

.collection_slide_pp.red #collection_slide_pp_panel{
  background:#F1666B !important;
}


.collection_slide_pp.violet .arrow_up_slide_ind{
  color: #938EC1 !important;
}

.collection_slide_pp.violet #collection_slide_pp_panel{
  background: #938EC1 !important;
}


.collection_slide_pp.green .arrow_up_slide_ind{
  color: #B9C96C !important;
}

.collection_slide_pp.green #collection_slide_pp_panel{
  background: #B9C96C !important;
}


.collection_slide_pp.blue .arrow_up_slide_ind{
  color:#79B0DB !important;
}

.collection_slide_pp.blue #collection_slide_pp_panel{
  background: #79B0DB !important;
}


.collection_slide_pp.pink .arrow_up_slide_ind{
  color: #F172A2 !important;
}

.collection_slide_pp.pink #collection_slide_pp_panel{
  background: #F172A2 !important;
}

.collection_slide_pp.pink .arrow_up_slide_ind{
  color: #F172A2 !important;
}

.collection_slide_pp.pink #collection_slide_pp_panel{
  background: #F172A2 !important;
}


.collection_slide_pp.yellow .arrow_up_slide_ind{
  color: #FEC557 !important;
}

.collection_slide_pp.yellow #collection_slide_pp_panel{
  background: #FEC557 !important;
}

#collection_slide_pp_panel h3 a{  
  color: #fff;
  font-size: 2.2rem;
}

.collection_product_tabs_spp li{
  display: inline-block;
  margin-right: 40px;
  font-family: 'Grenadine MVB Bold';
  opacity: .6;
  cursor: pointer;
}

.collection_product_tabs_spp{
  margin: 0;
  padding:  10px 0;
}

.coll_content_logos_trust{
  max-width: 711px;
  margin: 0 0 0 20%;
  transform: scale(0.9);
}

#collection_slide_pp_panel .no_img_fet h3{
  padding-left:155px;
}

.collection_slide_pp #product-variants label{
  margin-bottom: 10px !important;  
}

.collection_slide_pp .select_qty_chooser label{
  font-size: 1.2rem;
}

.collection_slide_pp .select_qty_chooser{
  text-align: center;
}

.coll-conten1{
  border-right: solid 1px rgba(255,255,255,.5);
  padding: 0 10px 0;
}

.coll_conten_div{
  /* margin-top: 20px; */
}

.coll_conten2{
  padding: 0 20px;
}

.collection_slide_pp .qtydiv label{
  margin-bottom: 0;
}


.collection_slide_pp #product-variants select{
  max-width: 500px !important;
  width: 100%;
  padding: 12px 0;
  border: solid 1px #fff;
  -moz-appearance: none;
-webkit-appearance: none;
appearance: none;
  
}

.collection_slide_pp .qtybox .btnqty{
  color: #000;
}

.collection_slide_pp .qtybox{
  background: #fff;
  margin-top: 7px;
 margin-left: 10px;
  position: relative;
  top: 6px;
height: 51px;
}

.collection_slide_pp .bold-ro__recurring-title{
  display: none;
}

.collection_slide_pp .bold-ro__radio-div{
  background: transparent;
  border: 0;
}

.collection_slide_pp .bold-ro__frequency-div{
  float: right;
  margin-top: -40px;
  margin-right: 20px !important;
}

.collection_slide_pp .bold-ro__order-interval-lbl{
  display: block;
  margin-bottom: 10px;
}

.collection_slide_pp select[name="properties[frequency_type]"] {
  display: none;
}

.collection_slide_pp select[name="properties[frequency_num]"] {
  -moz-appearance: none;
-webkit-appearance: none;
appearance: none;
  padding: 10px;
}

.collection_slide_pp .bold-ro__order-interval-container:after{
  content: "Month(s)";
  margin-left: 5px;
}

.collection_slide_pp .bold-ro__recurring-lbl{
  font-size: 1.2rem;
}

.collection_slide_pp .bold-ro__radio-div{
  padding: 0;
}

.collection_slide_pp .ro_widget{
  margin-top: 40px;
}

.collection_slide_pp .ro_widget input[type="radio"] {
  display: none;
}

.collection_slide_pp .bold-ro__radio-div{
  padding-left: 30px;
}

.collection_slide_pp .bold-ro__radio-div .bold-ro__recurring-text:before{
  content: "⬤";
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px;
}

.collection_slide_pp .bold-ro__radio-div .bold-ro__one-time-purchase:before{
  content: "⬤";
   -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px;
}

.collection_slide_pp .bold-ro__radio-div :checked + span:before{
  color: #000 !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp .addy-btn{
  margin-top: 50px;
}

.collection_slide_pp .addy-btn .btn{
  background: #000;
  border-radius: 0;
  text-transform: lowercase;
  color: #fff;
  font-size: 1.5rem;
}

.collection_slide_pp .addy-btn h2{
  padding-left: 30px;
}


.collection_slide_pp.cyan .btn{
  background: #016C80;
}

.collection_slide_pp.cyan .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #016C80;
}

.collection_slide_pp.cyan .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #016C80; 
}

.collection_slide_pp.cyan .bold-ro__radio-div :checked + span:before{
  color: #016C80 !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.cyan select{
    color: #016C80 !important;
}

.collection_slide_pp.cyan .qtybox input, #collection_slide_pp.cyan .btnqty{
  color: #00A9C9 !important;
}

.collection_slide_pp.orange .btn{
  background: #973E1E;
}

.collection_slide_pp.orange .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #973E1E;
}

.collection_slide_pp.orange .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #973E1E; 
}

.collection_slide_pp.orange .bold-ro__radio-div :checked + span:before{
  color: #973E1E !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.orange select{
    color: #973E1E !important;
}

.collection_slide_pp.orange .qtybox input, #collection_slide_pp.orange .btnqty{
  color: #FF7F0B !important;
}

.collection_slide_pp.red .btn{
  background: #AE050B;
}

.collection_slide_pp.red .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #AE050B;
}

.collection_slide_pp.red .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #AE050B; 
}

.collection_slide_pp.red .bold-ro__radio-div :checked + span:before{
  color: #AE050B !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.red select{
    color: #AE050B !important;
}

.collection_slide_pp.red .qtybox input, #collection_slide_pp.red .btnqty{
  color: #D33238 !important;
}

.collection_slide_pp.violet .btn{
  background: #4A469F;
}

.collection_slide_pp.violet .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #4A469F;
}

.collection_slide_pp.violet .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #4A469F; 
}

.collection_slide_pp.violet .bold-ro__radio-div :checked + span:before{
  color: #4A469F !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.violet select{
    color: #4A469F !important;
}

.collection_slide_pp.violet .qtybox input, #collection_slide_pp.violet .btnqty{
  color: #7773C5 !important;
}

.collection_slide_pp.green .btn{
  background: #627D14;
}

.collection_slide_pp.green .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #627D14;
}

.collection_slide_pp.green .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #627D14; 
}

.collection_slide_pp.green .bold-ro__radio-div :checked + span:before{
  color: #627D14 !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.green select{
    color: #627D14 !important;
}

.collection_slide_pp.green .qtybox input, #collection_slide_pp.green .btnqty{
  color: #9DC230 !important;
}


.collection_slide_pp.blue .btn{
  background: #056096;
}

.collection_slide_pp.blue .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #056096;
}

.collection_slide_pp.blue .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #056096; 
}

.collection_slide_pp.blue .bold-ro__radio-div :checked + span:before{
  color: #056096 !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.blue select{
    color: #056096 !important;
}

.collection_slide_pp.blue .qtybox input, #collection_slide_pp.blue .btnqty{
  color: #008EE1 !important;
}



.collection_slide_pp.pink .btn{
  background: #A61255;
}

.collection_slide_pp.pink .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #A61255;
}

.collection_slide_pp.pink .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #A61255; 
}

.collection_slide_pp.pink .bold-ro__radio-div :checked + span:before{
  color: #A61255 !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.pink select{
    color: #A61255 !important;
}

.collection_slide_pp.pink .qtybox input, #collection_slide_pp.pink .btnqty{
  color: #EE4491 !important;
}


.collection_slide_pp.yellow .btn{
  background: #AA7E04;
}

.collection_slide_pp.yellow .bold-ro__radio-div .bold-ro__recurring-text:before{  
  -webkit-text-stroke-color: #AA7E04;
}

.collection_slide_pp.yellow .bold-ro__radio-div .bold-ro__one-time-purchase:before{
   -webkit-text-stroke-color: #AA7E04; 
}

.collection_slide_pp.yellow .bold-ro__radio-div :checked + span:before{
  color: #AA7E04 !important;
   -webkit-text-stroke-color: #fff;
}

.collection_slide_pp.yellow select{
    color: #AA7E04 !important;
}

.collection_slide_pp.yellow .qtybox input, #collection_slide_pp.yellow .btnqty{
  color: #FFBC04 !important;
}

.collection_slide_pp #product-variants select{
  background-image: url(/cdn/shop/files/black.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-align-last: center;
  cursor: pointer;
}

.collection_slide_pp.cyan #product-variants select{
  background-image: url(/cdn/shop/files/cyan.png);  
}  

.collection_slide_pp.orange #product-variants select{
  background-image: url(/cdn/shop/files/orange.png);  
} 

.collection_slide_pp.red #product-variants select{
  background-image: url(/cdn/shop/files/red.png);  
} 

.collection_slide_pp.violet #product-variants select{
  background-image: url(/cdn/shop/files/violet.png);  
} 

.collection_slide_pp.green #product-variants select{
  background-image: url(/cdn/shop/files/green.png);  
} 

.collection_slide_pp.blue #product-variants select{
  background-image: url(/cdn/shop/files/blue.png);  
} 

.collection_slide_pp.pink #product-variants select{
  background-image: url(/cdn/shop/files/pink.png);  
} 

.collection_slide_pp.yellow #product-variants select{
  background-image: url(/cdn/shop/files/yellow.png);  
} 

body.templateCollection #pag_list li{
  position: relative;
}

body.templateCollection .collection_slide_pp{
   margin-top: -201px;
   position: relative;
   z-index: 999 !important;
}


.close_coll_pp{
  position: absolute;
top: 10px;
right: 20px;
font-size: 2.2rem !important;
color: #fff;
cursor: pointer;
z-index: 99999;
}


@media screen and (max-width: 1200px) {
   .on_slide_img{
    display: none;
  }
  .image-resp{
    display: block !important;
  }
  body.templateCollection .image.image-resp{
    display: flex !important;
  }
}



.collection_slide_pp.green .btnqty{
  color: #9DC230;
}

.collection_slide_pp.orange .btnqty{
  color: #FF7F0B;
}

.collection_slide_pp.red .btnqty{
  color: #D33238;
}

.collection_slide_pp.violet .btnqty{
  color: #7773C5;
}

.collection_slide_pp.blue .btnqty{
  color: #008EE1;
}

.collection_slide_pp.pink .btnqty{
  color: #EE4491;
}

.collection_slide_pp.yellow .btnqty{
  color: #FFBC04;
}

.collection_slide_pp.cyan .btnqty{
  color: #00A9C9;
}


/*------End of Unreal Collection Slide Popup------*/


@media screen and (max-width: 1000px) {
#disable_hero_slider_indic8{
  display: block;
  height: 60px;
}
}


@media screen and (min-width: 1001px) {
#disable_hero_slider_indic8{
  display: block;
  height: 260px;
}
}

/* body.templateIndex #unreal_header{
  border-bottom: solid 1px #cdcdcd !important;
} */


body.templateCollection #paginate .page:hover a{
  background: #D33238;
}

body.templateCollection #paginate .page:hover a{
  color: #fff !important;
}


.addy-btn span.price, .prod_prce{
  display: none;
}



.slick-prev::before {
    content: "\f053" !important;
    color: #D33238 !important;
    font-family: fontawesome !important;
    font-size: 2.5rem !important;
}


.slick-next::before {
    content: "\f054" !important;
    color: #D33238 !important;
    font-family: fontawesome !important;
    font-size: 2.5rem !important;
}


.slick-prev.slick-arrow {
    left: -30px;
    z-index: 9;
}

.slick-next.slick-arrow {
    right: 2px;
	 z-index: 9;
}


.collection_product_tabs_spp li.active h4{
  border-bottom: solid 2px #fff;
}

.ajaxified-cart-feedback a{
  text-decoration: none !important;
  color: #d3323b !important;
  font-weight: 700;
}

.addy-btn .ajaxified-cart-feedback, .addy-btn .ajaxified-cart-feedback a{
  color: #fff !important;
}

#collection_slide_pp_panel .addtocart{
  max-width: 250px;
  width: 100%;
}


body.templateIndex .addy-btn{
  /*display: flex; */
}

body.templateIndex .addy-btn .btn{
  margin: 0  !important;
  width: 100% !important;
}

body.templateIndex .addy-btn{
  position: relative;
}

body.templateIndex .addy-btn .ajaxified-cart-feedback {
    position: absolute !important;
    left: 83px;
    bottom: 0;
    top: 87% !important;
    font-size: 11px;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
  #shopify-section-homeslider .bx-viewport {
    height: 641px !important;
     }
  }


@media screen and (min-width: 1200px) and (max-width:1464px){
   #collection_slide_pp_panel .qtybox{
    display: flex;
     background: #fff !important;
  }
  .collection_slide_pp .bold-ro__radio-div {
    padding-left: 15px;
}
  #collection_slide_pp_panel .qtybox input{
  width: 30px;
}
  .collection_slide_pp .bold-ro__frequency-div {    
    margin-right: -17px !important;
}
  .collection_slide_pp .bold-ro__recurring-lbl{
    font-size: 1rem;
  }
  
  #collection_slide_pp_panel .bold-ro__radio-div{
  margin-bottom: 8px;
}
  
  #collection_slide_pp_panel .btn{
  width: 170px;
}

}


@media screen and (min-width: 1200px) and (max-width:1464px){
   #home_fbox .qtybox{
    display: flex;
     background: #fff !important;
     padding-left: 9px;
  }
  #home_fbox .bold-ro__radio-div {
    padding-left: 15px;
}
/*   #home_fbox .qtybox input{
  width: 65px;
} */
  #home_fbox .bold-ro__frequency-div {    
    margin-right: -17px !important;
}
  #home_fbox .bold-ro__recurring-lbl{
    font-size: 1rem;
  }
  
 #home_fbox .bold-ro__radio-div{
  margin-bottom: 0px;
}
  
 #home_fbox .btn{
  width: 190px !important;
}
  
  body.templateIndex #home_fbox .ro_widget .bold-ro__one-time-purchase {   
    margin-left: 22px;
}
  body.templateIndex .addy-btn .btn {
    margin: 0 0 0 33% !important;
  }
  
  body.templateIndex .bold-ro__frequency-label .bold-ro__order-interval-container::after { 
    right: -9px;
  }

}





body.templateProduct #unreal_single_product_details .fa-chevron-down{
  display: none;
}

body.templateProduct #unreal_single_product_details #product-select{
  background-image: url(/cdn/shop/files/red.png);
background-repeat: no-repeat;
background-position: right center;
  height: 55px;
  min-width: 250px;
  width: 100% !important;
  background-color: #fff;
}



@media screen and (max-width: 480px){
  .breadcrumb{
    padding-top: 0px;
    margin-top: 15px; 
    transform: scale(.8);
  }
  .breadcrumb span{
  /*white-space: nowrap;*/
}
}


@media screen and (max-width: 480px) {
  body.templateProduct .slider-nav__item{
    margin-right: 30px !important;
  }  
  body.templateProduct #product-variants, body.templateProduct .qtydiv{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  body.templateProduct #product-select{
    width: 100% !important;
    min-width: 285px !important;
    margin-left: -5px;
  }
  body.templateProduct .slider-nav .slick-track{
  /*width: 348px !important;*/
}

body.templateProduct .slider-nav .slick-track .slider-nav__item{
  /*width: 82px !important;  */
}
  body.templateProduct #unreal_product_single{
  margin-top: -10px !important;
}
  body.templateProduct #single_product_images_unreal_3{
  height: 436px !important;
}
  
  .slider-nav {
    transform: scale(1) !important; 
}

}




@media screen and (min-width: 576px) and (max-width: 768px) {
  body.templateCart .cart_item_img_unreal{
    width: 100% !important;
    max-width:68% !important;    
  }
  body.templateCart .cart-item-header .col-sm-10{
    max-width:68% !important; 
  }
}


#shopify-section-related-products .rev_stars{
  display: none;
}


body.templateCustomersResetPassword {
    text-align: center;
}

body.templateCustomersResetPassword input[type=password] {  
    width: 100%;
    padding: 20px;
    font-family: 'Grenadine MVB Med';
    margin-bottom: 20px;
}


body.templateCustomersResetPassword input[type=submit] {
    width: 100%;
    background: #d33238;
    text-transform: lowercase;
    font-size: 1.3rem;
    font-family: 'Grenadine MVB Bold';
    color: #fff;
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
}

body.templateCustomersResetPassword label {
    display: block;
    font-family: 'Grenadine MVB Med';
    color: #d33238;
    text-transform: lowercase;
    font-size: 1.3rem;
  text-align: left !important;
}

body.templateCustomersResetPassword form {
    max-width: 600px;
    margin: 40px auto 0;
    border: solid 1px #d33238;
    padding: 40px;
}


@media screen and (min-width: 768px) and (max-width: 1000px){
  body.templateCart .subtotal_section_area {    
    margin-left: -60px;
  }
}


@media screen and (max-width: 577px) {
.customer_address_table td{
  display: block !important;
  width: 100% !important;
  padding-bottom: 0 !important;
  max-width: 100% !important;
}
  .customer_address_table td input[type=text] {
    width: 100% !important;
    max-width: 100% !important;
  }
  .customer_address_table {
    width: 100% !important;
    max-width: 100% !important;
  }
}

table .value input[type="checkbox"]{
  margin-top: -7px;
  margin-right: 10px;
}


@media screen and (min-width: 769px) and (max-width: 1000px) {
  body.templateCart .cart-item-price, body.templateCart .cart-item-lineprice, body.templateCart .cart-item-qty{
    font-size: 20px !important;;
  }
  body.templateCart .cart-desktp .cart-item-name{
  font-size: 15px !important; 
}

body.templateCart .cart-desktp .row {
  padding: 0 20px;
}

body.templateCart .cart-desktp .cart_item_img_unreal{
  padding-right: 10px;
}
}


body.templateCustomersResetPassword .template_header .note{
font-family: 'Grenadine MVB Med';
}

#shopify-section-related-products .rel-prod-section .pink option{
  color: #EE4491 !important;
}

#shopify-section-related-products .rel-prod-section .yellow option{
  color: #FFBC04 !important;
}

#shopify-section-related-products .rel-prod-section .cyan option{
  color: #00A9C9 !important;
}

#shopify-section-related-products .rel-prod-section .green option{
  color: #9DC230 !important;
}

#shopify-section-related-products .rel-prod-section .red option{
  color: #d33238 !important;
}

#shopify-section-related-products .rel-prod-section .violet option{
  color: #7773C5 !important;
}

#shopify-section-related-products .rel-prod-section .blue option{
  color: #008EE1 !important;
}

#shopify-section-related-products .rel-prod-section .orange option{
  color: #FF7F0B !important;
}

#shopify-section-related-products .rel-prod-section option{
  color: #000;
}


@media screen and (max-width: 480px) {
   body.templateCollection .fp_select_dietary_options .collect_front_menu_nav {
    right: 111px;
   }
   body.templateCollection .fp_select_dietary_options .collect_front_menu_nav::after {
    right: 120px;
   }
   body.templateCollection .collect_front_menu_nav .filter{
  margin-right: 5px;
  }
}



@media screen and (max-width: 380px) {
.dietary_option_nv_link2{
  white-space: nowrap;
}

.fp_select_dietary_options a{
  font-size: .9rem !important;
}
}


@media screen and (min-width: 481px) and (max-width: 657px) {  
body.templateProduct #product-variants, body.templateProduct .qtydiv{
  width: 100% !important;
}
}

@media screen and (max-width: 480px) {
  body.templateCustomersLogin #customer{
    padding: 0 20px;
  }
}




@media screen and (max-width: 899px) {

body.unreal-sticky-header-on #unreal_header{
  opacity: 1 !important; 
}
  
  body.unreal-sticky-header-on .master-header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1049;
    top: 0; 
  }
  
  

}



@media screen and (max-width: 380px) {
  .unreal_toolbar_cls p {   
    font-size: .8rem;
  }
}


/* @media screen and (max-width: 480px) {
  body.unreal-sticky-header-on .content{
     margin-top: 125px;
  }
} */



@media screen and (min-width: 1464px) {
#home_fbox .qtybox .btnqty{
   margin-top: 3px;
}

#home_fbox .qtybox{
  height: 54px
}

#home_fbox .qtybox input{
  background: transparent;
  padding:0 !important;
  margin: -13px 0 0 auto !important;
}
  
}  




@media screen and (min-width: 900px) and (max-width: 1025px) {
	#shopify-section-homeslider #slide {    
		min-height: 447px;
	}

	#shopify-section-homeslider{
	  margin-top: 120px;
	}
}





#our_story_section{
  position: relative;
  padding-bottom: 80px;
}

#our_story_section .image_above{
  position: absolute;
  right:0;
  max-width: 200px;
}

#our_story_section #our_story_content{
  max-width: 1200px;
  margin:0 auto;
  font-family: 'Grenadine MVB Med';
  color: #6E7173;
  font-size: 1.1rem;
  margin-top: 60px;
}

#our_story_section .image_below{
  position: absolute;
  left:0;
  max-width: 200px;
  bottom: -150px;
  z-index: 5;
}

#our_story_section .image_signature{
  max-width: 239px;
  margin: 0 auto;
}

.grid_ourstandards{
  text-align: center;
  max-width: 100%;
  margin: 40px auto;
}

.grid_ourstandards img{
  max-width: 150px;
  margin: 0 auto;
}

#our_standards_section{
  padding: 40px 0 50px;
  position: relative;
}

#our_standards_section .image_below{
  position: absolute;
  right:0;
  max-width: 200px;
  bottom: -100px;
  z-index: 5;
}

.grid_ourstandards h4{
  color: #D33238;
  font-family: 'Grenadine MVB Bold';
  font-size: 1.2rem;
  margin-top: 20px;
}

.grid_ourstandards p{
  color: #D33238;
  font-family: 'Grenadine MVB Med';
  padding: 0 40px;
}

#our_goods_section{
  text-align: center;
  padding: 60px;
}

#our_goods_section img{
  margin: 40px auto 0;
  max-width: 1200px;
  width: 100%;
}



@media screen and (max-width: 1316px){
  #our_story_section .image_above{
    margin-top: 80px;
  } 
  #our_story_section #our_story_content{
    padding:220px 80px 0;    
  }
  #our_story_section .image_signature {
    max-width: 250px !important;
  }
  #our_standards_section h1{
    margin-top: 40px;
  }
  #our_standards_section .grid_ourstandards {
    margin: 0 !important;
  }
}



@media screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio:0) {
  .btn.newsletter__submit {
  padding: 1px 16px 1px;
    border-radius:4.8px;
  }  
}


.newletter_form_social_media svg{
  width: 30px;
  height: 30px; 
  margin-left: -3px
}

.newletter_form_social_media a:last-child{
  background: transparent !important;
}


.socmed a:last-child{
  background: transparent !important; 
}

.socmed svg{
    height: 53px;
  width: 53px;
  margin-top: -5px;
  margin-left: -5px;
}

.socmed svg:hover{
  opacity: .6;
}


@media screen and (min-width: 1026px) {
.bx-wrapper{
 margin-top: 182px;
}
  
  .bx-wrapper #slide{
        background-size: 100% 100%;
    background-position: top center;
    min-height: 475px;
  }  
  .bx-wrapper .bx-controls-direction a {    
    margin-top: -50px !important; 
  }
  #unreal_home_featured{
  transform: scale(.9);
  margin-top: -80px !important;
}

body.templateIndex .icons_logos{
  transform: scale(.8);
}

body.templateCollection #tag_filter{
  transform: scale(.9);
  margin-top: -40px !important;
}
  
#home_section_3{ 
  margin: -4rem 0 0rem;
}    
  
}


#shopify-section-homeslider #slide{
    background-color: #cdcdcd !important;   
    min-height: 475px;
} 



select, option {
  text-transform: lowercase !important;
}


.cart-item-name a, .cart-item-lineprice, .subtotal_section_area{
  color: #6E7173 !important;
}





@media screen and (min-width: 481px) and (max-width: 557px) {
.icons_logos .logo-circ {
    display: inline-block;
    width: 31%;
    vertical-align: top;
}
}


#collwrap{
  margin-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}

.collimggr strong a{
      font-family: 'Grenadine MVB Med';
      color: #D33238;
     text-transform: lowercase;
     font-size: 2rem;
     text-decoration: none;
}

.collimggr{
  margin-bottom: 40px;
}

.collimggr strong a:hover{
  color: #6E7173;
}

.collimggr small{
  font-size: 1.3rem;
  font-family: 'Grenadine MVB Med';
  color: #6E7173;
}

.collimggr img{
  min-height: 300px;
}


.home_prod_price{
  display: none !important;
}



.footer_soc_med a:last-child{
  position: relative;
  top: -2px;
}

body.templateCart .bold_recurring_desc,body.templateCart .cart-item-name{
  text-transform: lowercase;
  font-family: 'Grenadine MVB Bold';
  color: #6E7173;
}

.carousel-control-next, .carousel-control-prev{
width: 4% !important;
}


@media screen and (min-width: 1026px) {
  #carouselExampleControls{
  margin-top: 180px;
}
}


@media screen and (max-width: 480px) {
  #home-instagram-section .socmed a {   
    font-size: 1rem;
    margin-right: 12px;    
    width: 25px;
    padding: 4px 0;  
}
.socmed svg {
    height: 28px;
    width: 25px;
    margin-top: -3px;
    margin-left: -4px;
}
  .feat-home-prods-mobile {
    width: 49% !important;
    display: inline-block !important;
}

.feat-home-prods-mobile .addtocart{
  font-size: 1rem !important;
}

#home_fbox_mobile .feat-home-prods-mobile .fa-star {
    font-size: 17px;
    margin-right: 10px;
}

#home_fbox_mobile .feat-home-prods-mobile .fa-star:last-child{
  margin:0;
}

#home_fbox_mobile .feat-home-prods-mobile #product-select{
  font-size: 11px !important;
}
  body.templateIndex #home_fbox_mobile .cyan #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_cyan.png?v=1612566385) !important;   
}

body.templateIndex #home_fbox_mobile .orange #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_orange.png?v=1612566774) !important;   
}

body.templateIndex #home_fbox_mobile .red #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_red.png?v=1612566774) !important;   
}

body.templateIndex #home_fbox_mobile .blue #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_blue.png?v=1612566774) !important;   
}

body.templateIndex #home_fbox_mobile .pink #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_pink.png?v=1612566774) !important;   
}

body.templateIndex #home_fbox_mobile .yellow #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_yellow.png?v=1612566774) !important;   
}

body.templateIndex #home_fbox_mobile .violet #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_violet.png?v=1612566774) !important;   
}

body.templateIndex #home_fbox_mobile .green #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_green.png?v=1612566774) !important;   
}
  .icons_logos .logo-circ:last-child{
  display: block;
  width: 40%;
  margin: 0 auto;
}

.icons_logos .logo-circ:last-child img{
  width: 90px;
}
  
.slider-wrapper {
  transform: scale(.8);
  margin-top: -32px;
}

.slick-next.slick-arrow {
    right: -20px;  
} 

.slick-prev.slick-arrow {
    left: -40px;  
}  


.slider-for__item img{
    max-width: 300px;
    max-height: 403px;
}

.slick-arrow{
  top: 40px
}

.slider-nav {
    margin-top: 64px;
}  
  
#unreal_single_product_details h2{
  font-size: 20px;
/*   margin-top: -44px; */
}

#unreal_single_product_details .fa-star{
  font-size: 20px;
}

#unreal_single_product_details .fa-star:last-child{
  margin: 0;
}
  
body.templatePage .image_signature{
 width: 150px;  
}

#our_story_section #our_story_content {
    padding: 220px 51px 0;
}  
  
@media screen and (max-width: 480px) {
.clicko{
  display: inline-block;
  width:49%;
}
  
  .clicko #product-select{
    font-size: 14px;
  }  
}  

}


.master-header {
    position: relative;
    z-index: 1049;
}


@media screen and (max-width: 991px){
body.templateListCollections .container {
    max-width: 921px;
}
  body.templateListCollections .collection-image img{
  width: 100% !important;
}
}


@media screen and (min-width: 956px) and (max-width: 1268px){
  body.templateProduct #product-variants, body.templateProduct .qtydiv{
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
}



#product-variants select, #product-variants option{
  font-family: 'Grenadine MVB Bold' !important;
  text-transform: lowercase !important;
}




.tags_all .ctm-filter{
  float:left;
  max-width: 200px;
  width: 100%;
  font-family: 'Grenadine MVB Bold';
  color: #D33238;
  padding-bottom: 20px;
  margin-right: 20px;
}

.tags_all .ctm-filter p{
  font-size: 13px;
  margin-bottom: 10px;
}

.tags_all .ctm-filter select{
  color: #D33238;
max-width: 200px;
width: 100%;
font-family: 'Grenadine MVB Bold';
font-size: 18px;
padding: 8px;
border: solid 1px #D33238;
}

.tags_all .ctm-filter select option{
  font-family: 'Grenadine MVB Bold';
  color: #D33238;
}


/* Static Page */
.templatePage div:not(#our_story_section) > #ur_page_title {
  margin-bottom: calc(0.5em + 0.5rem);
}
.templatePage .shp_content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; 
}


@media screen and (max-width: 480px) {
.clicko{
  display: inline-block !important;
  width:49% !important;
}
  
  .clicko #product-select{
    font-size: 11px !important;
  }  
  
  .clicko .fa-star{
   font-size: 17px !important;
   margin-right: 10px !important;
  }
  .clicko .fa-star:last-child{
    margin: 0 !important;
  }
  
  .clicko .btn{
    font-size: 1rem !important;
  }
   .clicko .cyan #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_cyan.png?v=1612566385) !important;   
}

.clicko .orange #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_orange.png?v=1612566774) !important;   
}

.clicko .red #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_red.png?v=1612566774) !important;   
}

.clicko .blue #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_blue.png?v=1612566774) !important;   
}

.clicko .pink #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_pink.png?v=1612566774) !important;   
}

.clicko .yellow #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_yellow.png?v=1612566774) !important;   
}

.clicko .violet #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_violet.png?v=1612566774) !important;   
}

.clicko .green #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_green.png?v=1612566774) !important;   
}
  
.mobslick .grid__item  {
  display: inline-block !important;
  width:49% !important;
}

.mobslick .grid__item img{
  width: 100% !important;
}

.mobslick .grid__item .fa-star{
  font-size: 17px;
margin-right: 10px;
}

body.templateProduct .mobslick .grid__item #product-select{
  min-width: 100% !important;
  width: 100% !important;
  font-size: 11px !important;
  padding: 0 !important;
  height: 37px !important;
}

.mobslick .grid__item .btn{
  font-size: 1rem !important;
}
  
 .mobslick .cyan #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_cyan.png?v=1612566385) !important;   
}

.mobslick .orange #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_orange.png?v=1612566774) !important;   
}

.mobslick .red #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_red.png?v=1612566774) !important;   
}

.mobslick .blue #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_blue.png?v=1612566774) !important;   
}

.mobslick .pink #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_pink.png?v=1612566774) !important;   
}

.mobslick .yellow #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_yellow.png?v=1612566774) !important;   
}

.mobslick .violet #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_violet.png?v=1612566774) !important;   
}

.mobslick .green #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_green.png?v=1612566774) !important;   
}  
  
.mobslick #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_black.png?v=1612910405) !important;   
}  
  
  
}




.slider-nav{
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
}

.slider-nav .slider-nav__item{
  max-width: 125px;
}

.rev_stars{
  display: none;
}
.slide_pp_tabs_area li:last-child, .slide_pp_prod_coll_content li:last-child{
  display: none;
}

#unreal_product_tabs_mobile .tab3{
  display: none;
}



.slider-for__item{
  margin-bottom: 20px;
}


@media screen and (max-width: 480px) {
  .desk-slck{
  display: none;
}

#slick-mobil{
  display: block !important;
 
}

#slick-mobil img{
  width: 100%;
}

  #slick-mobil .slick-prev{
  left: -81px;
  height: 80px;  
}

#slick-mobil .slick-next{
  right: -74px;
  height: 80px;
  width: 30px;
}
  
  #slick-mobil {
    transform: scale(0.6);
    margin-top: -105px;
}
  .mb-slidr{
  min-height: 578px !important;
    height: 100% !important;
}
  
  body.templateProduct #product-variants, body.templateProduct .qtydiv {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
}


body.templateProduct #product-select {
    width: 100% !important;
    min-width: 145px !important;
}


body.templateProduct #unreal_single_product_details #product-select {
    background-image: url(/cdn/shop/files/arrow_mob_red.png?v=1612566774);
	height: 40px;
}	

body.templateProduct .qtybox{
   height: 40px;
}

body.templateProduct .qtydiv .btnqty {
    font-size: 18px;
}	

body.templateProduct .qtydiv .quantity-input{
  background: transparent;
 
}
  
  body.templateProduct #product-variants label, body.templateProduct .qtydiv label{
  display: none !important;
}

body.templateProduct .qtydiv{
  margin-top: -8px;
}

body.templateProduct .ro_widget{
  margin: 0 !important;
  background: #fff !important;
}

body.templateProduct .bold-ro__recurring-title{
  display: none;
}

body.templateProduct .bold-ro__order-interval-container select.bold-ro__frequency-num {
    padding: 5px 34px !important;
}
  body.templateProduct .bold-ro__order-interval-lbl { 
    font-size: 1rem;
    margin-top: 5px;  
    margin-bottom: 5px;
}
  
  body.templateProduct .ro_widget{
  padding-bottom: 0 !important;
}
  
  body.templateProduct .cartbutton{
   font-size: 1rem;
  }
  body.templateProduct .price_div {
    padding: 35px 0 0 !important;
}
	
}  


.content_logos_trust .logo-circ0 img{
  width: 90px;
  height: auto;
}

.content_logos_trust .logo-circ0 p{
  font-size: 9px;
  white-space: normal !important;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0 !important;
}

.content_logos_trust .logo-circ0{
  display: inline-block;
  width: 13%;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}


.coll_content_logos_trust .logo-circ0 img{
  width: 90px;
  height: auto;
}

.coll_content_logos_trust .logo-circ0 p{
  font-size: 12px;
  white-space: normal !important;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0 !important;
}

.coll_content_logos_trust .logo-circ0{
  display: inline-block;
  width: 13%;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}



body.templateCollection .bold-ro__recurring-text, body.templateCollection .bold-ro__one-time-purchase {
    font-size: 15px;
}





.zoomImg{
  background: #fff;
 
}

/* Header mobile fix 2-9-21 */
/* @media screen and (max-width: 1026px) {
  .mobile-header-unreal.row {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-header-unreal .right_menu_navi {
    padding-right: 5px; 
    overflow: hidden;
  }
  .mobile-header-unreal .rt_menu_nv {
    padding-right: 0; 
  }
  .mobile-header-unreal .ur_main_nav {
   	padding-left: 0; 
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .mobile-nav {
	margin-top: -36px;
  }
} */

/* Product popup logos 2-9-21 */
.content_logos_trust {
 	margin-left: 0; 
}




@media screen and (max-width: 899px) {
/* .mobile-header-unreal .unreal_site_logo img {  
    margin-top: -35px !important;
	} */
	/* .mobile-header-unreal .rt_menu_nv {  
    padding-top: 7px !important;
   } */
  /* .mobile-nav {
    margin: -37px 0 0;
  } */
}
@media screen and (max-width: 767px) {
  .mobile-header-unreal .unreal_site_logo img {  
      
      min-width: 120px;
    }
    
  }


/* @media screen and (max-width: 480px) {
  .bold-ro__recurring-div{
    margin-top: -13px !important;
    margin-left: 3% !important;
  }
} */



#cf_cst img{
  max-width: 600px;
  width: 100%;
}


#ProductSection-related-products img{
  width: 75%;
}


.icons_logos0 img{
  width: 100% !important;
}

.content ul li{
  list-style: none;
  padding-left: 20px;
}


.fix-spacer{
  height: 40px;
}




/*------End of Unreal CSS------*/


/* Bold Subscription Styling 2-12-21 */
.templateProduct .bold-ro__recurring-title {
 	display: none; 
}
body.templateProduct .ro_widget {
  /*   margin-left: auto;
  margin-right: auto;
  border: 1px solid #cdcdcd;
  padding: 15px !important;
  text-align: left;  */
  padding: 0 !important;
  margin: 0 !important;
}
body.templateProduct .bold-ro__product {
  margin-bottom: 0; 
  
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cdcdcd;
  padding: 15px !important;
  text-align: left;
}
body.templateProduct .ro_widget .bold-ro__recurring-lbl {
  margin-left: 32px;
  font-size: 1.3rem; 
}
body.templateProduct .bold-ro__one-time-purchase {
  margin-left: 0; 
}
body.templateProduct .bold-ro__frequency-num {
  margin-left: 0;
  min-width: 100px;
  padding: 5px 43px 5px 5px !important;
}
body.templateProduct .bold-ro__order-interval-lbl {
  margin: 10px 0;
  font-size: 1.3rem;
}
body.templateProduct .bold-ro__frequency-div {
  padding-left: 32px; 
  margin-top: 1rem;
}
body.templateProduct .bold-ro__frequency-div:not(.bold-ro__bold-active) {
  margin: 0 !important;
}
body.templateProduct .bold-ro__order-interval {
  background-color: transparent !important;
  font-size: 1.3rem;
}
body.templateProduct .bold-ro__frequency-div .bold-ro__frequency-label {
  padding: 0; 
}
body.templateProduct #product-variants, body.templateProduct .qtydiv {
 	margin-bottom: 1rem; 
}
@media screen and (max-width: 540px) {
  body.templateProduct .bold-ro__one-time-div, body.templateProduct .bold-ro__recurring-div {
	padding: 0;
    margin-bottom: 0.5rem;
  } 
  body.templateProduct .ro_widget .bold-ro__recurring-lbl,
  body.templateProduct .bold-ro__order-interval-lbl,
  body.templateProduct .bold-ro__order-interval,
  body.templateProduct .bold-ro__frequency-num {
	font-size: 1.1rem;
  } 
}
.copyright a {
  color: #fff; 
}
.copyright a:hover {
  color: #f1a38d;
}

.cart-item-price span, .cart-item-qty{
  color: #6E7173;
}

body.templateCart h4{
  color: #D33238;
}


@media screen and (min-width: 1025px) and (max-width: 1361px)  {
  .ur_main_nav{
    margin-top: 2px !important;
  }
  /* .rt_menu_nv {
    margin-top: 26px !important;
  }   */
}  
  


body.templatePage .globo-form-control .radio-input {
    height: 12px !important;
    width: 20px !important;
}

body.templatePage .globo-form-control label{
  all:revert !important;
  color: #6E7173 !important;
}

body.templatePage .globo-form-control label:before,body.templatePage .globo-form-control label:after{
  display: none !important;
}

html body.templatePage .globo-form-control label, html body.templatePage .globo-form-control .radio-input {
    display: inline-block !important;
    border-color: #000 !important;
    border-radius: 60% !important;
    box-shadow: none;
}

.globo-form-app .globo-form-control .radio-wrapper{
   margin-left: 0 !important;
}


.qtydiv .quantity-input {    
    font-size: 1.1rem;
    
}


@media screen and (max-width: 480px) {
  .mob_img_hid{
    display: none;
  }
  #our_story_section #our_story_content{
    padding-top: 0 !important;
  }
}



@media screen and (min-width: 1464px) and (max-width: 1464px) {
  body.templateIndex #home_fbox .qtybox input {
    background: transparent;
    padding: 0 !important;
    margin: 6px 10 5px !important;
}
}

@media screen and (min-width: 1360px) and (max-width: 1464px) {
    body.templateIndex #home_fbox .qtybox input {
    background: transparent;
    padding: 0 !important;
    margin: 6px 10 5px !important;
}
}

@media screen and (max-width: 1360px) {
    body.templateIndex #home_fbox .qtybox input {
    background: transparent;
    padding: 0 !important;
    margin: 6px 0 5px !important;
}
}



@media screen and (min-width: 1464px) and (max-width: 1464px) {
  body.templateCollection .qtybox input {
    background: transparent;
    padding: 0 !important;
    margin: 6px 10 5px !important;
}
}

@media screen and (min-width: 1360px) and (max-width: 1464px) {
    body.templateCollection .qtybox input {
    background: transparent;
    padding: 0 !important;
    margin: 6px 10 5px !important;
}
}

@media screen and (max-width: 1360px) {
    body.templateCollection .qtybox input {
    background: transparent;
    padding: 0 !important;
    margin: 6px 0 5px !important;
}
}



/* @media screen and (min-width: 768px) and (max-width: 1025px) {
  .mobile-nav{
    margin-top: -30px !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-nav{
    margin-top: -35px !important;
  }
} */


body.templateIndex .addy-btn .ajaxified-cart-feedback.error{
  width: 300px !important;
  white-space: normal;
  line-height: 15px;
  margin-top: 20px;
}  


body.templateCollection .ajaxified-cart-feedback.error{
  line-height: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .article_image{
  margin-top: 13%;
}
}


body.customer-logged-in #unreal_footer_area p a{
  color: #fff !important; 
}

body.customer-logged-in #unreal_footer_area p{
   text-transform: capitalize;
}


.address_actions span, .address_actions form{
  display: inline-block;
}

.address_actions form button{
  background: #D33238 !important;
  border: 0;
  color: #fff;
  text-transform: lowercase;
  padding: 3px 10px;
}

.address_actions span a{
  text-decoration: none !important;
}


.cyan #product-variants select{
  color: #00A9C9 !important;
}

.orange #product-variants select{
  color: #FF7F0B !important;
}

.violet #product-variants select{
  color: #7773C5 !important;
}

.blue #product-variants select{
  color: #008EE1 !important;
}

.pink #product-variants select{
  color: #EE4491 !important;
}

.yellow #product-variants select{
  color: #FFBC04 !important;
}

.green #product-variants select{
  color: #9DC230 !important;
}

.red #product-variants select{
  color: #D33238 !important;
}

/* Contact  Us page 2-19-21 */
.templatePage-contact-us select {
	 text-align: left !important;
	 text-align-last: left !important;
}
 .templatePage-contact-us legend {
	 font-size: 1em;
}
 .templatePage-contact-us .globo-form-control li {
	 padding-left: 0;
}


@media screen and (max-width: 480px) {
body.templatePage-about-us .image_below {
  display:none; 
}
  #our_goods_section{
    padding: 0 10px !important;
  }
}


.newletter_form_social_media .footer_soc_med a:last-child{ 
  position: relative;
  top: -2px;
}

#home-instagram-section .socmed a:last-child{
  position: relative;
  top: -0.8px;
}

/* .right_menu_navi a:last-child img{
  transform: scale(0.8);
}

.right_menu_navi a:last-child .cartno{
  transform: scale(0.5);
} */

.shopify-policy__container{
  padding-top: 20px;
}

.shopify-policy__container h1{
    font-family: 'Grenadine MVB Bold';
    color: #8C4A2E;
    text-transform: lowercase;
    margin-top: 10px;
    padding-bottom: 20px;
}


body.templateCollection #collection_slide_pp_panel .addy-btn .btn{
   margin-left: 7% !important;
   max-width: 70% !important;
}

body.templateCollection .collection_slide_pp .ro_widget{
  margin-top: 0 !important;
}

body.templateCollection .collection_slide_pp .addy-btn {
    margin-top: 17px !important;
}

body.templateCollection .collection_slide_pp .addy-btn h2{
    margin-top: 0 !important;
}


@media screen and (min-width: 1200px) and (max-width: 1465px) {
body.templateIndex #home_fbox #slide_product_area_section .btn {
     width: 304px !important;
  }
  body.templateIndex #slide_product_area_section .addy-btn .btn{
    margin: 0 0 0 3% !important;
  }
  body.templateIndex #home_fbox .cartbutton{
    width: 270px !important;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1465px) {
    body.templateCollection #collection_slide_pp_panel .btn {
     max-width: 100% !important; 
      width: 290px !important;
  }  
  body.templateCollection .collection_slide_pp .qtybox {
      top: 8px !important;
  }
}


body.templateCollection .addy-btn23 h2{
  display: none;
}

body.templateCollection .addy-btn23 .btn{
  font-family: 'Grenadine MVB Bold';
text-transform: lowercase;
font-size: 1.5rem;
  color: #fff;
  border-radius: 0;
  margin-top: 12px;
  max-width: 299px !important;
}

body.templateCollection .addy-btn23{
  text-align: center;
}

.qtydiv .quantity-input{
  background: transparent !important;
}

@media screen and (max-width: 500px) {
body.templatePage-faqs .shp_content p, body.templatePage-faqs .shp_content h3, body.templatePage-faqs .shp_content li {
  font-size: 90%;
}
}


@media screen and (max-width: 480px) {
.nav-tabs-unreal-mobile p, .nav-tabs-unreal-mobile li, .nav-tabs-unreal-mobile{
  color: #6E7073;
}
}  


@supports (-webkit-touch-callout: none) {
  body.templateProduct #product-variants select{
  padding: 4px 12px !important;
}
  body.templateProduct .qtydiv .quantity-input {    
   
}
}


body.templateProduct input.addtocart{
  background: #D33238;
  color: #fff;
  text-transform: lowercase;
  border: 0;
  font-size: 1.8rem;
  padding: 8px 88px;
}

body.templateProduct input.addtocart:hover{
  background: #6E7173;
}

body.templateProduct #ProductSection-related-products .addtocart{
  margin-top: -20px;
}

body.templateCollection .coll-conten1 .col-md-2{
  padding: 0;
}

body.templateCollection #collection_slide_pp_panel .no_img_fet h3{
  margin-left: 80px;
}

body.templateCollection .coll-conten1 .col-md-3 img{
  margin-top: -40px;
}



#home_fbox .item_slide_pp_9, #home_fbox .item_slide_pp_10, #home_fbox .item_slide_pp_11, #home_fbox .item_slide_pp_12{
  padding-top: 20px;
}


/* BOLD Subscriptions integration ------------------- */
#unreal_single_product_details .bsub-widget > legend, .slide_product_pp .bsub-widget > legend, .collection_slide_pp .bsub-widget > legend {
	 display: none;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__wrapper, .slide_product_pp .bsub-widget .bsub-widget__wrapper, .collection_slide_pp .bsub-widget .bsub-widget__wrapper {
	 border: none;
	 background: transparent;
	 padding: 1rem 0;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container, .slide_product_pp .bsub-widget .bsub-widget__groups-container, .collection_slide_pp .bsub-widget .bsub-widget__groups-container {
	 display: inline-block;
	 width: 40%;
	 vertical-align: top;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__group, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group {
	 max-width: 260px;
	 margin-left: auto !important;
	 margin-right: auto;
	 text-align: left;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__group-label, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group-label, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group-label {
	 height: auto;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__group-header, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group-header, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group-header {
	 border: none;
	 padding: 0;
	 display: inline-block !important;
	 height: auto;
	 vertical-align: middle;
	 box-shadow: none;
	 background-color: transparent;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container input:checked + .bsub-widget__group-header, .slide_product_pp .bsub-widget .bsub-widget__groups-container input:checked + .bsub-widget__group-header, .collection_slide_pp .bsub-widget .bsub-widget__groups-container input:checked + .bsub-widget__group-header {
	 color: #d33238;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container input:checked + .bsub-widget__group-header .bsub-widget__image, .slide_product_pp .bsub-widget .bsub-widget__groups-container input:checked + .bsub-widget__group-header .bsub-widget__image, .collection_slide_pp .bsub-widget .bsub-widget__groups-container input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #d33238;
	 box-shadow: inset 0px 0px 0px 3px #fff;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 display: inline-block;
	 position: relative;
	 border: 2px solid #d33238;
	 border-radius: 100%;
	 height: 18px;
	 width: 18px;
	 z-index: 5;
	 transition: border 0.25s linear;
	 -webkit-transition: border 0.25s linear;
	 fill: transparent;
	 color: transparent;
	 background-color: #fff;
	 vertical-align: middle;
	 margin-right: 0.5rem;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__image g, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image g, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image g {
	 opacity: 0;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__text, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__text, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__text {
	 display: inline-block;
	 vertical-align: middle;
	 font-weight: 400;
	 font-size: 1.3rem;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container .bsub-widget__group, .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group, .collection_slide_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__group {
	 margin-left: 0;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__group-header, .slide_product_pp .bsub-widget .bsub-widget__group-header, .collection_slide_pp .bsub-widget .bsub-widget__group-header {
	 background-color: transparent;
}
 #unreal_single_product_details .bsub-widget .frequency-text, .slide_product_pp .bsub-widget .frequency-text, .collection_slide_pp .bsub-widget .frequency-text, #unreal_single_product_details .bsub-widget .bsub-widget__group-discount-summary, .slide_product_pp .bsub-widget .bsub-widget__group-discount-summary, .collection_slide_pp .bsub-widget .bsub-widget__group-discount-summary {
	 display: none;
}
 #unreal_single_product_details .bsub-widget .bsub-widget__group, .slide_product_pp .bsub-widget .bsub-widget__group, .collection_slide_pp .bsub-widget .bsub-widget__group {
	 text-transform: lowercase;
}
 #unreal_single_product_details .bsub-widget__plans-container, .slide_product_pp .bsub-widget__plans-container, .collection_slide_pp .bsub-widget__plans-container {
	 vertical-align: top;
}
 #unreal_single_product_details .bsub-widget__plans-container legend, .slide_product_pp .bsub-widget__plans-container legend, .collection_slide_pp .bsub-widget__plans-container legend {
	 font-size: 0;
	 text-align: center;
	 letter-spacing: 0;
}
 #unreal_single_product_details .bsub-widget__plans-container legend::before, .slide_product_pp .bsub-widget__plans-container legend::before, .collection_slide_pp .bsub-widget__plans-container legend::before {
	 content: 'deliver every';
	 font-size: 1.3rem;
	 text-transform: none;
	 color: #d33238;
	 letter-spacing: normal;
}
 #unreal_single_product_details .bsub-widget__plans-container .bsub-widget__plan-header, .slide_product_pp .bsub-widget__plans-container .bsub-widget__plan-header, .collection_slide_pp .bsub-widget__plans-container .bsub-widget__plan-header {
	 padding-top: 0;
	 padding-bottom: 0;
}
 #unreal_single_product_details .bsub-widget__plans-container input:checked + .bsub-widget__plan-header, .slide_product_pp .bsub-widget__plans-container input:checked + .bsub-widget__plan-header, .collection_slide_pp .bsub-widget__plans-container input:checked + .bsub-widget__plan-header {
	 background-color: transparent;
	 color: #d33238;
	 font-weight: 400;
}
 #unreal_single_product_details .bsub-widget__plans-container input:not(:checked) + .bsub-widget__plan-header:hover, .slide_product_pp .bsub-widget__plans-container input:not(:checked) + .bsub-widget__plan-header:hover, .collection_slide_pp .bsub-widget__plans-container input:not(:checked) + .bsub-widget__plan-header:hover {
	 background-color: transparent;
}
 #unreal_single_product_details .bsub-widget__plans-container .bsub-widget__plan-header .bsub-widget__text, .slide_product_pp .bsub-widget__plans-container .bsub-widget__plan-header .bsub-widget__text, .collection_slide_pp .bsub-widget__plans-container .bsub-widget__plan-header .bsub-widget__text {
	 margin-right: 10px;
}
 #unreal_single_product_details .bsub-widget__plans-container .bsub-widget__plan-label, .slide_product_pp .bsub-widget__plans-container .bsub-widget__plan-label, .collection_slide_pp .bsub-widget__plans-container .bsub-widget__plan-label {
	 margin-bottom: 0;
}
 #unreal_single_product_details .bsub-widget__plans-container, .slide_product_pp .bsub-widget__plans-container, .collection_slide_pp .bsub-widget__plans-container {
	 display: inline-block;
	 width: 40%;
	 margin-top: 0;
}
 #unreal_single_product_details .bsub-widget__plans-container .bsub-widget__plan, .slide_product_pp .bsub-widget__plans-container .bsub-widget__plan, .collection_slide_pp .bsub-widget__plans-container .bsub-widget__plan {
	 display: none;
}
 #unreal_single_product_details .bsub-widget__plans-container.bsub__hidden, .slide_product_pp .bsub-widget__plans-container.bsub__hidden, .collection_slide_pp .bsub-widget__plans-container.bsub__hidden {
	 opacity: 0.4;
	 position: relative;
}
 #unreal_single_product_details .bsub-widget__plans-container.bsub__hidden::after, .slide_product_pp .bsub-widget__plans-container.bsub__hidden::after, .collection_slide_pp .bsub-widget__plans-container.bsub__hidden::after {
	 content: '';
	 width: 100%;
	 height: 100%;
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
}
 #unreal_single_product_details .bsub-cp-select, .slide_product_pp .bsub-cp-select, .collection_slide_pp .bsub-cp-select {
	 background-repeat: no-repeat;
	 background-position: right center;
	 padding: 0.8rem;
	 appearance: none;
	 padding-right: 43px;
}
 #unreal_single_product_details .addtocart, .slide_product_pp .addtocart, .collection_slide_pp .addtocart {
	 text-transform: lowercase;
	 font-size: 1.6rem;
	 border: none;
	 background-color: #d33238;
	 color: #fff;
	 padding: 0.8rem 1.6rem;
   margin-top: 1rem;
  
}
 @media screen and (max-width: 1300px) and (min-width: 956px) {
	 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container, .slide_product_pp .bsub-widget .bsub-widget__groups-container, .collection_slide_pp .bsub-widget .bsub-widget__groups-container, #unreal_single_product_details .bsub-widget .bsub-widget__plans-container, .slide_product_pp .bsub-widget .bsub-widget__plans-container, .collection_slide_pp .bsub-widget .bsub-widget__plans-container {
		 width: 50%;
		 float: left;
	}
	 #unreal_single_product_details .bsub-widget .bsub-widget__wrapper:before, .slide_product_pp .bsub-widget .bsub-widget__wrapper:before, .collection_slide_pp .bsub-widget .bsub-widget__wrapper:before, #unreal_single_product_details .bsub-widget .bsub-widget__wrapper:after, .slide_product_pp .bsub-widget .bsub-widget__wrapper:after, .collection_slide_pp .bsub-widget .bsub-widget__wrapper:after {
		 content: " ";
		 display: table;
	}
	 #unreal_single_product_details .bsub-widget .bsub-widget__wrapper:after, .slide_product_pp .bsub-widget .bsub-widget__wrapper:after, .collection_slide_pp .bsub-widget .bsub-widget__wrapper:after {
		 clear: both;
	}
}
 @media screen and (max-width: 1050px) and (min-width: 956px) {
	 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container, .slide_product_pp .bsub-widget .bsub-widget__groups-container, .collection_slide_pp .bsub-widget .bsub-widget__groups-container, #unreal_single_product_details .bsub-widget .bsub-widget__plans-container, .slide_product_pp .bsub-widget .bsub-widget__plans-container, .collection_slide_pp .bsub-widget .bsub-widget__plans-container {
		 width: 100%;
	}
	 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container, .slide_product_pp .bsub-widget .bsub-widget__groups-container, .collection_slide_pp .bsub-widget .bsub-widget__groups-container {
		 margin-bottom: 1.3rem;
	}
}
 @media screen and (max-width: 650px) {
	 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container, .slide_product_pp .bsub-widget .bsub-widget__groups-container, .collection_slide_pp .bsub-widget .bsub-widget__groups-container, #unreal_single_product_details .bsub-widget .bsub-widget__plans-container, .slide_product_pp .bsub-widget .bsub-widget__plans-container, .collection_slide_pp .bsub-widget .bsub-widget__plans-container {
		 width: 100%;
	}
	 #unreal_single_product_details .bsub-widget .bsub-widget__groups-container, .slide_product_pp .bsub-widget .bsub-widget__groups-container, .collection_slide_pp .bsub-widget .bsub-widget__groups-container {
		 margin-bottom: 1.3rem;
	}
}
/* ------------------------------- */
 #unreal_single_product_details .bsub-widget__plans-container.busb-1plan, .slide_product_pp .bsub-widget__plans-container.busb-1plan, .collection_slide_pp .bsub-widget__plans-container.busb-1plan {
	 font-size: 1.3rem;
	 text-transform: none;
	 color: #d33238;
	 letter-spacing: normal;
}
 #unreal_single_product_details .bsub-widget__plans-container.busb-1plan fieldset, .slide_product_pp .bsub-widget__plans-container.busb-1plan fieldset, .collection_slide_pp .bsub-widget__plans-container.busb-1plan fieldset, #unreal_single_product_details .bsub-widget__plans-container.busb-1plan .bsub-cp, .slide_product_pp .bsub-widget__plans-container.busb-1plan .bsub-cp, .collection_slide_pp .bsub-widget__plans-container.busb-1plan .bsub-cp {
	 display: none;
}
/* ------------------------------- */
 #unreal_single_product_details .bsub-cp-select {
	 background-image: url(/cdn/shop/files/red.png);
}
 div.slide_product_pp .bsub-widget, div#collection_slide_pp_panel .bsub-widget {
	 padding-left: 0 !important;
	 padding-right: 0 !important;
	 margin-left: auto !important;
	 margin-right: auto !important;
}
 div.slide_product_pp .bsub-widget .bsub-widget__groups-container, div#collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container {
	 display: inline-block;
	 width: 50%;
	 float: left;
}
 div.slide_product_pp .bsub-widget .bsub-widget__text, div#collection_slide_pp_panel .bsub-widget .bsub-widget__text {
	 font-size: 1.2rem;
}
 div.slide_product_pp .bsub-widget .bsub-widget__plans-container, div#collection_slide_pp_panel .bsub-widget .bsub-widget__plans-container {
	 margin-top: 0;
	 display: inline-block;
	 width: 50%;
	 float: left;
}
 div.slide_product_pp .bsub-widget .bsub-widget__wrapper:before, div#collection_slide_pp_panel .bsub-widget .bsub-widget__wrapper:before, div.slide_product_pp .bsub-widget .bsub-widget__wrapper:after, div#collection_slide_pp_panel .bsub-widget .bsub-widget__wrapper:after {
	 content: " ";
	 display: table;
}
 div.slide_product_pp .bsub-widget .bsub-widget__wrapper:after, div#collection_slide_pp_panel .bsub-widget .bsub-widget__wrapper:after {
	 clear: both;
}
 div.slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header, div#collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header {
	 color: #fff !important;
}
 div.slide_product_pp .bsub-widget .bsub-widget__plans-container legend::before, div#collection_slide_pp_panel .bsub-widget .bsub-widget__plans-container legend::before, div.slide_product_pp .bsub-widget .bsub-1plan-wrapper, div#collection_slide_pp_panel .bsub-widget .bsub-1plan-wrapper {
	 color: #fff !important;
	 font-size: 1.2rem;
}
 div.slide_product_pp .bsub-widget .bsub-cp, div#collection_slide_pp_panel .bsub-widget .bsub-cp {
	 text-align: center;
	 font-size: 1rem;
}
 div.slide_product_pp .bsub-widget .bsub-cp select, div#collection_slide_pp_panel .bsub-widget .bsub-cp select {
	 width: auto;
	 border: none;
}
 @media screen and (max-width: 1600px) {
	 div.slide_product_pp .bsub-widget .bsub-widget__groups-container, div#collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container, div.slide_product_pp .bsub-widget .bsub-widget__plans-container, div#collection_slide_pp_panel .bsub-widget .bsub-widget__plans-container {
		 width: 100%;
	}
	 div.slide_product_pp .bsub-widget .bsub-1plan-name, div#collection_slide_pp_panel .bsub-widget .bsub-1plan-name {
		 font-size: 14px;
	}
	 div.slide_product_pp .bsub-widget .bsub-widget__wrapper, div#collection_slide_pp_panel .bsub-widget .bsub-widget__wrapper {
		 padding-top: 0.3rem;
		 padding-bottom: 1.5rem;
	}
}
 .cyan .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .cyan #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #016c80;
}
 .cyan .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .cyan #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #016c80;
}
 .cyan .slide_product_pp .bsub-widget select, .cyan #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/cyan.png);
	 color: #00a9c9;
}
 .orange .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .orange #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #973e1e;
}
 .orange .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .orange #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #973e1e;
}
 .orange .slide_product_pp .bsub-widget select, .orange #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/orange.png);
	 color: #ff7f0b;
}
 .red .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .red #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #ae050b;
}
 .red .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .red #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #ae050b;
}
 .red .slide_product_pp .bsub-widget select, .red #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/red.png);
	 color: #d33238;
}
 .violet .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .violet #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #4a469f;
}
 .violet .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .violet #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #4a469f;
}
 .violet .slide_product_pp .bsub-widget select, .violet #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/violet.png);
	 color: #7773c5;
}
 .green .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .green #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #627d14;
}
 .green .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .green #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #627d14;
}
 .green .slide_product_pp .bsub-widget select, .green #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/green.png);
	 color: #9dc230;
}
 .blue .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .blue #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #056096;
}
 .blue .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .blue #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #056096;
}
 .blue .slide_product_pp .bsub-widget select, .blue #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/blue.png);
	 color: #008ee1;
}
 .pink .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .pink #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #a61255;
}
 .pink .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .pink #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #a61255;
}
 .pink .slide_product_pp .bsub-widget select, .pink #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/pink.png);
	 color: #ee4491;
}
 .yellow .slide_product_pp .bsub-widget .bsub-widget__groups-container .bsub-widget__image, .yellow #collection_slide_pp_panel .bsub-widget .bsub-widget__groups-container .bsub-widget__image {
	 border-color: #aa7e04;
}
 .yellow .slide_product_pp .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image, .yellow #collection_slide_pp_panel .bsub-widget input:checked + .bsub-widget__group-header .bsub-widget__image {
	 background-color: #aa7e04;
}
 .yellow .slide_product_pp .bsub-widget select, .yellow #collection_slide_pp_panel .bsub-widget select {
	 background-image: url(/cdn/shop/files/yellow.png);
	 color: #ffbc04;
}
 .cart-item .cart-item-plan {
	 text-align: left;
	 color: #6e7173;
	 font-family: 'Grenadine MVB Bold';
}
 .cart-item .cart-item-delete {
	 margin-top: 0.5rem;
}
 

 
/* ------ SCSS TO CSS ------- */

#unreal_single_product_details, .slide_product_pp, .collection_slide_pp {
  .bsub-widget {
    > legend {
      display: none; 
    }
    .bsub-widget__wrapper {
      border: none;
      background: transparent; 
      padding: 1rem 0;
    }
    .bsub-widget__groups-container {
      display: inline-block;
      width: 40%;
      vertical-align: top;
      .bsub-widget__group {
        max-width: 260px;
        margin-left: auto !important;
        margin-right: auto;
        text-align: left; 
      }
      .bsub-widget__group-label {
        height: auto; 
      }
      .bsub-widget__group-header {
        border: none;
        padding: 0;
        display: inline-block !important;
        height: auto; 
        vertical-align: middle;
        box-shadow: none;
        background-color: transparent;
      }
      input:checked + .bsub-widget__group-header {
        color: #D33238;
        .bsub-widget__image {
          background-color: #D33238; 
          box-shadow: inset 0px 0px 0px 3px #fff;
        }
      }
      .bsub-widget__image {
        display: inline-block;
        position: relative;
        border: 2px solid #D33238;
        border-radius: 100%;
        height: 18px;
        width: 18px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        fill: transparent;
        color: transparent;
        background-color: #fff;
        vertical-align: middle;
        margin-right: 0.5rem;
        g {
          opacity: 0; 
        }
      }
      .bsub-widget__text {
        display: inline-block;
        vertical-align: middle; 
        font-weight: 400;
        font-size: 1.3rem;
      }
      .bsub-widget__group{
        margin-left: 0; 
      }
    }
    .bsub-widget__group-header {
     	background-color: transparent; 
    }
    .frequency-text, .bsub-widget__group-discount-summary {
      display: none;
    }
    .bsub-widget__group {
      text-transform: lowercase;
    }
  }
  .bsub-widget__plans-container {
    vertical-align: top;
   	legend {
      font-size: 0;
      text-align: center;
      letter-spacing: 0;
      &::before {
        content: 'deliver every';
        font-size: 1.3rem;
        text-transform: none;
        color: #D33238;
        letter-spacing: normal;
      }
    }
    .bsub-widget__plan-header{
      padding-top: 0;
      padding-bottom: 0;
    }
    input:checked + .bsub-widget__plan-header {
      background-color: transparent;
      color: #D33238;
      font-weight: 400;
    }
    input:not(:checked) + .bsub-widget__plan-header:hover {
      background-color: transparent;
    }
    .bsub-widget__plan-header .bsub-widget__text {
     	margin-right: 10px; 
    }
    .bsub-widget__plan-label {
      margin-bottom: 0;
    }
  }
  .bsub-widget__plans-container {
    display: inline-block;
    width: 40%;
    margin-top: 0;
    .bsub-widget__plan {
      display: none;
    }
    &.bsub__hidden {
      opacity: 0.4; 
      position: relative;
      &::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
  .bsub-cp-select {
    background-repeat: no-repeat;
    background-position: right center; 
    padding: 0.8rem;
    appearance: none;
    padding-right: 43px;
  }
  .addtocart{
    text-transform: lowercase;
    font-size: 1.6rem;
    border: none;
    background-color: #d33238;
    color: #fff;
    padding: 0.8rem 1.6rem; 
  }.bsub-widget {
    @media screen and (max-width: 1300px) and (min-width:956px) {
      .bsub-widget__groups-container, .bsub-widget__plans-container {
        width: 50%;
        float: left;
      }
      .bsub-widget__wrapper {
        &:before,
        &:after {
          content: " ";
          display: table;
        }

        &:after {
          clear: both;
        }
      }
    }
    @media screen and (max-width: 1050px) and (min-width:956px) {
      .bsub-widget__groups-container, .bsub-widget__plans-container {
        width: 100%;
      }
      .bsub-widget__groups-container {
       	margin-bottom: 1.3rem; 
      }
    }
    @media screen and (max-width: 650px)  {
      .bsub-widget__groups-container, .bsub-widget__plans-container {
        width: 100%;
      }
      .bsub-widget__groups-container {
       	margin-bottom: 1.3rem; 
      }
    }
  }
}
  /* ------------------------------- */
#unreal_single_product_details, .slide_product_pp, .collection_slide_pp {
  
  .bsub-widget__plans-container.busb-1plan {
    font-size: 1.3rem;
    text-transform: none;
    color: #d33238;
    letter-spacing: normal;
   	 fieldset, .bsub-cp {
       display: none;
     }
  }
}

  /* ------------------------------- */
#unreal_single_product_details {
  .bsub-cp-select {
    background-image: url(/cdn/shop/files/red.png);
  }
}

$cyan-prm: #00A9C9;
$cyan-sec: #016c80;
$orange-prm: #FF7F0B;
$orange-sec: #973E1E;
$red-prm: #d33238;
$red-sec: #ae050b;
$violet-prm: #7773C5;
$violet-sec: #4a469f;
$green-prm: #9DC230;
$green-sec: #627d14;
$blue-prm: #008EE1;
$blue-sec: #056096;
$pink-prm: #EE4491;
$pink-sec: #a61255;
$yellow-prm: #FFBC04;
$yellow-sec: #aa7e04;

div.slide_product_pp, div#collection_slide_pp_panel {
  .bsub-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    .bsub-widget__groups-container {
      display: inline-block;
      width: 50%;
      float: left; 
    }
    .bsub-widget__text{
     	font-size: 1.2rem; 
    }
    .bsub-widget__plans-container{
      margin-top: 0;
      display: inline-block;
      width: 50%;
      float: left; 
    }
    .bsub-widget__wrapper {
      &:before,
      &:after {
        content: " ";
        display: table;
      }

      &:after {
        clear: both;
      }
    }
    input:checked + .bsub-widget__group-header {
      color: #fff !important;
    }
    .bsub-widget__plans-container legend::before, .bsub-1plan-wrapper {
      color: #fff !important;
      font-size: 1.2rem;
    }
    .bsub-cp {
      text-align: center;
      font-size: 1rem; 
      select {
        width: auto;
        border: none;
      }
    }
  }
  @media screen and (max-width: 1600px){
    .bsub-widget {
      .bsub-widget__groups-container, .bsub-widget__plans-container{
        width: 100%;
      }
      .bsub-1plan-name {
        font-size: 14px;
      }
      .bsub-widget__wrapper {
        padding-top: 0.3rem;
        padding-bottom: 1.5rem;
      }
    }
  }
}

.cyan .slide_product_pp, .cyan #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $cyan-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $cyan-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/cyan.png); 
      	color: $cyan-prm;
    }
  }
}
.orange .slide_product_pp, .orange #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $orange-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $orange-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/orange.png); 
      	color: $orange-prm;
    }
  }
}
.red .slide_product_pp, .red #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $red-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $red-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/red.png); 
      	color: $red-prm;
    }
  }
}
.violet .slide_product_pp, .violet #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $violet-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $violet-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/violet.png);
      	color: $violet-prm; 
    }
  }
}
.green .slide_product_pp, .green #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $green-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $green-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/green.png); 
      	color: $green-prm;
    }
  }
}
.blue .slide_product_pp, .blue #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $blue-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $blue-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/blue.png); 
      	color: $blue-prm;
    }
  }
}
.pink .slide_product_pp, .pink #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $pink-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $pink-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/pink.png); 
      	color: $pink-prm;
    }
  }
}
.yellow .slide_product_pp, .yellow #collection_slide_pp_panel {
  .bsub-widget {
    .bsub-widget__groups-container .bsub-widget__image {
      border-color: $yellow-sec;
    }
    input:checked + .bsub-widget__group-header .bsub-widget__image {
      background-color:  $yellow-sec;
    }
    select {
     	background-image: url(/cdn/shop/files/yellow.png); 
      	color: $yellow-prm;
    }
  }
}

.cart-item {
  .cart-item-plan {
    text-align: left;
    color: #6E7173;
    font-family: 'Grenadine MVB Bold'; 
  }
  .cart-item-delete {
    margin-top: 0.5rem; 
  }
}


/* cart page notes */
.cart-notes {
	 margin-top: 20px;
}
 .cart-notes .cart-note__label {
	 display: block;
	 font-family: 'Grenadine MVB Bold';
	 text-transform: lowercase;
	 font-size: 1.5rem;
	 color: #6e7173;
	 margin-bottom: 1rem;
}
 .cart-notes #CartSpecialInstructions {
	 width: 800px;
	 max-width: 100%;
	 padding: 10px;
	 resize: none;
}
 @media screen and (min-width: 768px) and (max-width: 1000px) {
	 .templateCart .cart-notes-containter + .subtotal_section_area {
		 margin-left: 0 !important;
	}
	 .templateCart .cart-notes-containter {
		 width: 50%;
		 flex: 0 0 50%;
	}
	 .templateCart .cart-notes-containter + .subtotal_section_area {
		 flex: 0 0 50%;
		 width: 50%;
		 max-width: 50%;
	}
}


#our_story_content {
  text-align: center;
}

body.templatePage-about-us #our_story_section .text-right{
  margin: 0 auto !important;
  text-align: center !important;
}

/* .grid_itemourstandards:nth-child(2) img{
  margin-left: 35px;
} */

@media screen and (max-width: 480px) {  
  .icons_logos {
	overflow: auto;
  }
  .icons_logos .logo-circ{
    display: inline-block;
    width: 50%;
    margin: 0;
    float: left;
    min-width: auto;
  }
  .icons_logos .logo-circ:nth-child(2n+1){
   	clear: left; 
  }
  .sig{
    width: 100%;
  }
  .icons_logos .logo-circ:last-child {
   	 width: 50%;
  }
}

@media screen and (min-width: 1360px) {
  .icons_logos .logo-circ {
    display: inline-block;
    min-width: 10% !important;
    vertical-align: top;
}
  .icons_logos .logo-circ img{
    width: 80px !important;
    min-width:80px !important;
  }
  .icons_logos .logo-circ p{
    padding: 0 !important;
    margin: 8px auto 20px !important;
    font-size: 13px !important;
  }
}


/* ATC Fix 8-18-21 (Bold Subscription Widget Markup Was Auto-Updated)  */
#unreal_home_featured .bsub-widget {
  float: none !important; 
}

/* Reviews stars widget ---------------------------------------------- */
.feat-home-prods .ruk_rating_snippet, .feat-home-prods-mobile .ruk_rating_snippet, #collection_set .ruk_rating_snippet, 
.feat-home-prods .ruk_rating_snippet, .feat-home-prods-mobile .ruk_rating_snippet, #collection_set .ruk_rating_snippet {
	 color: #000000 !important;
}
.feat-home-prods.cyan .ruk_rating_snippet, 
.feat-home-prods-mobile.cyan .ruk_rating_snippet, 
#collection_set.cyan .ruk_rating_snippet, 
.feat-home-prods .cyan .ruk_rating_snippet, .feat-home-prods-mobile .cyan .ruk_rating_snippet, 
#collection_set .cyan .ruk_rating_snippet,
.cyan .ruk_rating_snippet{
	 color: #00a9c9 !important;
}
 .feat-home-prods.orange .ruk_rating_snippet, 
 .feat-home-prods-mobile.orange .ruk_rating_snippet, 
 #collection_set.orange .ruk_rating_snippet, 
 .feat-home-prods .orange .ruk_rating_snippet, 
 .feat-home-prods-mobile .orange .ruk_rating_snippet, 
 #collection_set .orange .ruk_rating_snippet,
 .orange .ruk_rating_snippet{
	 color: #ff7f0b !important;
}
 .feat-home-prods.red .ruk_rating_snippet, 
 .feat-home-prods-mobile.red .ruk_rating_snippet, 
 #collection_set.red .ruk_rating_snippet, 
 .feat-home-prods .red .ruk_rating_snippet, 
 .feat-home-prods-mobile .red .ruk_rating_snippet, 
 #collection_set .red .ruk_rating_snippet,
 .red .ruk_rating_snippet{
	 color: #d33238 !important;
}
 .feat-home-prods.violet .ruk_rating_snippet, 
 .feat-home-prods-mobile.violet .ruk_rating_snippet, 
 #collection_set.violet .ruk_rating_snippet, 
 .feat-home-prods .violet .ruk_rating_snippet, 
 .feat-home-prods-mobile .violet .ruk_rating_snippet, 
 #collection_set .violet .ruk_rating_snippet,
 .violet .ruk_rating_snippet{
	 color: #7773c5 !important;
}
 .feat-home-prods.green .ruk_rating_snippet, 
 .feat-home-prods-mobile.green .ruk_rating_snippet, 
 #collection_set.green .ruk_rating_snippet, 
 .feat-home-prods .green .ruk_rating_snippet, 
 .feat-home-prods-mobile .green .ruk_rating_snippet, 
 #collection_set .green .ruk_rating_snippet,
 .green .ruk_rating_snippet {
	 color: #9dc230 !important;
}
 .feat-home-prods.blue .ruk_rating_snippet, 
 .feat-home-prods-mobile.blue .ruk_rating_snippet, 
 #collection_set.blue .ruk_rating_snippet, 
 .feat-home-prods .blue .ruk_rating_snippet, 
 .feat-home-prods-mobile .blue .ruk_rating_snippet, 
 #collection_set .blue .ruk_rating_snippet,
 .blue .ruk_rating_snippet{
	 color: #008ee1 !important;
}
 .feat-home-prods.pink .ruk_rating_snippet, 
 .feat-home-prods-mobile.pink .ruk_rating_snippet, 
 #collection_set.pink .ruk_rating_snippet, 
 .feat-home-prods .pink .ruk_rating_snippet, 
 .feat-home-prods-mobile .pink .ruk_rating_snippet, 
 #collection_set .pink .ruk_rating_snippet,
 .pink .ruk_rating_snippet{
	 color: #ee4491 !important;
}
 .feat-home-prods.yellow .ruk_rating_snippet, 
 .feat-home-prods-mobile.yellow .ruk_rating_snippet, 
 #collection_set.yellow .ruk_rating_snippet, 
 .feat-home-prods .yellow .ruk_rating_snippet, 
 .feat-home-prods-mobile .yellow .ruk_rating_snippet, 
 #collection_set .yellow .ruk_rating_snippet,
 .yellow .ruk_rating_snippet{
	 color: #ffbc04 !important;
}
 .feat-home-prods .ruk-rating-snippet-count, .feat-home-prods-mobile .ruk-rating-snippet-count, #collection_set .ruk-rating-snippet-count {
	 display: none !important;
}
 .feat-home-prods .reviewlink a, .feat-home-prods-mobile .reviewlink a, #collection_set .reviewlink a {
	 color: #fff;
}
 .feat-home-prods .reviewnv, .feat-home-prods-mobile .reviewnv, #collection_set .reviewnv {
	 display: none;
}
 .feat-home-prods .ruk_rating_snippet > i, #collection_set .ruk_rating_snippet > i {
	 font-size: 26px !important;
}
.feat-home-prods-mobile .ruk_rating_snippet, #collection_set .ruk_rating_snippet {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem
}
 #product-details .ruk_rating_snippet {
	 margin-bottom: 0.5rem;
	 color: #d33238 !important;
	 margin-top: 1rem;
}
 #product-details .ruk_rating_snippet > i {
	 font-size: 26px !important;
}
 #product-details .ruk_rating_snippet > br {
	 display: none;
}
 #product-details .ruk_rating_snippet .ruk-rating-snippet-count {
   font-family: 'Grenadine MVB Med';
   font-size: 0.8rem;
   color: #d33238;
   margin: 0 10px;
   display: inline-block;
   vertical-align: text-top;
   cursor: pointer;
}
 
.reviews-stars-wrapper .reviews-stars-link {
  display: inline-block;
  min-height: 25px;
  position: relative; 
  text-decoration: none !important;
}
.reviews-stars-wrapper .reviews-stars-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
}

/* Show desktop version of the tabs to enable reviews */
@media screen and (max-width: 480px) {
  #unreal_product_tabs .li {
    width: 100%!important;
    margin-bottom: 10px; 
  }
  body.templateProduct .dcollection_selct .btn {
    max-width: 100% !important;
    padding: 10px;
  }
}