#shopcart_mob cartcount {
    display: none !important;
}

.dropdown option {	
    color: black !important;
}
.dropdown option:visited {	
    color: black !important;
}
.dropdown option:focus {	
    color: black !important;
}
#footer a {
	color: black !important;
}
#footer a:visited {
	color: black !important;
}
@media screen and (max-width: 770px) {	
.dropdown option {	
    color: black !important;
}
.dropdown option:visited {	
    color: black !important;
}
.dropdown option:focus {	
    color: black !important;
}
a:visited {
	color: black !important;
}
#footer a:visited {
	color: black !important;
}
a:visited {
	color: black !important;
}
}   

a:visited {
	color: black !important;
}
/**
 * PRODUCT PAGE
 */
.product_grid img {
	border:  2px solid black;
    margin-bottom: 20px !important;
}
.product_grid > div:nth-child(2) {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 770px) {
.product_grid {
    padding: 80px !important;
    padding-left: calc(9vw + 2.5rem) !important;
    padding-right: calc(9vw + 2.5rem) !important;
}
.product_grid > div > img:nth-child(2) {
	display: none !important;
}
.product_grid > div:nth-child(2) {
    margin-top: 0px !important;
}
}
/**
 * SHOP
 */
.shop_container > div > div > img {
	border:  2px solid black;
    margin-bottom: 2px;
}
.shop_container > div > div >  a> img {
	border:  2px solid black;
    margin-bottom: 2px;
}
.shop_container > div > div:nth-child(2) {
	text-align: right !important;
}
.shop_container {
	margin: 25px 0px;
    text-align: left !important;
}
#shop_top_indent,
#shop_bottom_indent {
	height: 130px;
}
@media screen and (max-width: 970px) {
.shop_container {  
	font-size: 12px !important;
}
.shop_container > div > div > img {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 770px) {
.shop_container {
	padding: 0px 9vw;
    margin: 0px 0px 9vw 0px;
}
#shop_top_indent,
#shop_bottom_indent{
	height: 90px;
}
.shop_container > div > div:nth-child(2) {
	text-align: left !important;
}
#shop_top_indent {
	height: 130px;
}
#shop_bottom_indent {
	height: 70px;
}
}
/**
 * HOMEPAGE
 */
body > div.main_container > div.content_container > div:nth-child(1) {
	margin-top: 70px;
}
.homepage_item {
	height: calc(100vh - 70px);
}
.home_button {
    position: absolute;
    bottom: 20px;
	width: 240px;
    height: 50px;
    background-color: white;
    border:  2px solid black;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.home_button:hover {
    background-color: #000;
    color: white;
}
.home_button:active {
    background-color: #fff;
    color: #000;
}
#button_one {
	left: 35px;
}
#button_two {
	right: 35px;
}
#button_three {
    top: 20px;
	left: 35px;
}
@media screen and (max-width: 1500px) {
body > div.main_container > div.content_container > div:nth-child(1) {
	margin-top: 50px;
}
.home_button {
	width: 220px;
    height: 42px;
    font-size: 17px;
}
.homepage_item {
	height: calc(100vh - 50px);
}
#button_one {
	left: 15px;
}
#button_two {
	right:15px;
}
#button_three {
	left:15px;
}
}
@media screen and (max-width: 770px) {
body > div.main_container > div.content_container > div:nth-child(1) {
	margin-top: 70px;
}
.homepage_item {
	height: 60vh;
}
#button_one {
	left: 10px;
}
#button_two {
	right:10px;
}
#button_three {
	left:10px;
}
}
@media screen and (max-width: 540px) {
.home_button {
	width: 147px;
    height: 31px;
    font-size: 12px;
}
	
.home_button {
    bottom: 10px;
}
#button_three {
	top:10px;
}
}
/**
 * HEADER
 */
#header {
width: 100%;
height: 70px;
padding: 0px 35px 15px 35px;
border-bottom: 2px solid black;
display: flex;
justify-content: space-between;
align-items: flex-end;
background: white;
}
#header a {
color: black;
padding: 0px 0px 0px 30px;
}
.header_item a:first-child {
padding: 0px !important;
}
#header > div > a > img {
margin: 0px !important;
}
.header_item {
display: flex;
align-items: flex-end;
}
#header_mobile,
#site_menu {
display: none;
}
@media screen and (max-width: 1500px) {
#header {
height: 50px;
padding: 0px 15px 10px 15px;
}
#header a {
font-size: 17px;
}
#header > div > a > img {
width: 170px;
}
}
@media screen and (max-width: 770px) {
#header {
display: none;
}
#header_mobile {
width: 100%;
height: 70px;
padding: 2px 10px;
border-bottom: 2px solid black;
display: flex;
justify-content: space-between;
align-items: flex-end;
z-index: 20;
background-color: white;
}
#shopcart_mob > img,
#search_mob > img,
#menu_mob > img {
width: 18px;
cursor: pointer;
}
#search_mob > img {
width: 18px;
}
#search_close {
	cursor: pointer;
}
#shopcart_mob {   
margin-right: 8px;
}
#logo_mob > img {
width: 150px;
}
#logo_mob {
position: absolute;
left: calc(50% - 75px);    
}
#site_menu {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background: white;
    border-bottom: 2px solid black; 
    padding-top: 65px;
    margin-top: -300px;
    transition: 1s;
    z-index: -1;
}
#site_menu a {
	margin: 5px;
}
#menu_close {
      width: 19px;
      position: absolute;
      bottom: 0px;
      right: calc(50% - 7px);
      cursor: pointer;
}
}


/* Search results
****************/
#search_form_wrapper {
	position: fixed;
    background: #fff;
    width: 100%;
    height: 160px;
    border-bottom: 2px solid black; 
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: -1;
    color: black;
    margin-top: -230px;
    transition: 1s;
}
#search_close {
	width: 23px;
    position: absolute;
}
#search_form_wrapper img:first-child {
	margin-bottom: 73px;
    margin-left: -22px;
    width: 23px;   
}
#search_form {
    margin: 68px 13px; 
    background: #fff;
}
    
#search_form_results {
    padding-bottom: 70px;
}

.search_header {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_form #search_term {
    background: transparent;
    border: 2px solid #000;
    color: #000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}
#search_results {
    float: left;
}
.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}
.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}
.search_thumb img {
    width: 120px; height: auto;
}
.search_text {
    width: 500px;
    margin-left: 145px;
}
.search_title a {
    font-weight: bold;
    text-decoration: underline;          
}
.search_tags {
    color: #000;
    font-size: 11px;
}
.search_tags a {
    color: #000;
    text-decoration: none;
}
.search_tags a:hover {
    background: none;
    color: #000;
    text-decoration: underline;
}
.search_tags a:active {
    color: #000;
}

/**
 * FOOTER
 */
#foot_main {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
}
.foot_main_elem {
	padding: 27px 5px 32px;
    border-left: 2px solid #5E5E5E;
    border-right: 2px solid #5E5E5E;
    margin: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% + 2px);
}
.foot_main_elem > bodycopy {
font-size: 15px !important;
font-weight: 700 !important;
margin-bottom: 20px;
}
.foot_main_elem > a {
    padding-bottom: 7px;
    font-weight: 500 !important;
    font-size: 14px !important;
}
#foot_last {
    height: 27px;
    padding: 0px 15px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #5E5E5E;
    margin: -1px;
}
#foot_last > img {
	width: 101px;
    margin: 0px;
    
}
#footer {
	background-color: #D5D5D5;
    border: 2px solid #5E5E5E;   
}
.underline {
	text-decoration: underline !important; 
}

@media screen and (max-width: 970px) {
.foot_main_elem > bodycopy {
font-size: 12px !important;
}
.foot_main_elem > a {
    padding-bottom: 6px;
    font-size: 11px !important;
    line-height: 12px !important;
}
.foot_main_elem {
	padding: 16px 5px 12px;
}
#foot_last {
    justify-content: center;
}
}
@media screen and (max-width: 540px) {
#foot_main {
    flex-direction: column;
    }
.foot_main_elem {
    width: 100%;
    margin: 0px 0px -1px 0px;
    border: none;
    border-bottom: 2px solid #5E5E5E;
}
#footer {
    border: 2px solid #5E5E5E;  
}
#foot_last {
    border: none;
    height: 44px;
    }
.foot_main_elem > bodycopy {
margin-bottom: 3px;
}
.foot_main_elem > a {
display: none;
}
}
/**
 * Content
 */

body {
	background-color: #fff;
	color: transparent;
    z-index: 0;
}

a:hover{
	text-decoration: underline !important;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: 'Inter', sans-serif;
	font-style: normal;
	line-height: 17px;
}

[data-predefined-style="true"] bodycopy a {
	border-bottom: none;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Courier, "Courier New", monospace, "Courier Bold", Icons;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: Sabon, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3.4rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.4;
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 5rem /*!main_margin*/;
	padding-bottom: 5rem /*!main_margin*/;
	padding-left: 5rem /*!main_margin*/;
	padding-right: 5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}


body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}


/*
 * Shop Product Widget
 */

.shop_product {
    width: 250px;
    position: relative;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 17px;
    display: block !important;
    border: 1px solid rgba(0, 0, 0, 1);
    background:  #fff url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    line-height: 17px;
    width: 250px;
    height: 40px;
    padding-left: 10px;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 17px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 1);
    color: rgba(255,255,255,1);
    text-align: center;
    display: block;
    padding-top: 10px;
	line-height: 1;
    width: 250px;
    height: 40px;
    border-radius: 200px;
    margin-top: 40px;
}
.shop_product .button:hover {
    text-decoration: unset !important;
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    border: 1px solid #000000;
}
/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


