
/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
   
}

#menubox-right a
 {
	font-size:14pt; 
    font-family: "Social Variable", Icons; 
    letter-spacing: 0.25pt;
    text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

#menubox-right a:link {color: #000;}
#menubox-right a:visited {color: #000;}
#menubox-right a:hover {color: #818181;}
#menubox-right a.active {color: #818181;}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: initial;
}

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;	
}

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(0, 0, 0, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
    text-align: center;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}

    
/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */



[data-predefined-style="true"] bodycopy {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: Karla, Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(0, 0, 0, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgb(81, 81, 81);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(0, 0, 0, 1);
	text-decoration: bold;

}

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: Spectral, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: #2f2102;
	}

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

[data-predefined-style="true"] h2 {
	font-family: "Social Variable", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 2.5rem;
	line-height: 1.2;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: "Social Variable", Icons;
	font-style: normal;
	font-weight: 379;
	color: #000;
	font-variation-settings: 'wdth' 95.5, 'slnt' 0;
}

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

@media (max-width: 20px) {
	.thumbnail {
		width: calc(50% - 400px)!important;
	}
	.thumbnail .thumb_image img {
		width: 100%;
		height: auto;
	}
}
/**
 * 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: right
        /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!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: #fff/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -3.7rem/*!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: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: x-large;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.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;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding:0px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 8px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 0px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(255, 255, 255, 0.95);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(0, 0, 0, 0.75);
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .9;
}

#site_menu a.active {
	opacity: .9;
}

#site_menu .close {
	display: none;
	color: rgba(168, 161, 161, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 1px;
}

#site_menu .indent {
	margin-left: 28px;
}


/*
 * 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: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.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: 2rem;
	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: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.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: 1.4rem;
    background: rgba(206, 168, 22, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display:inline-block ;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * 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;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * 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;
}


/**
 * Custom Code
 */

.menubox {
    position:fixed;
    width:100%;
    z-index:10;
}

.menubox-inside {
	position:relative;
    width:88%; 
    margin: 0 auto; 
    padding-top: 40px; 
    padding-bottom:120px;
}

.menubox-left {
	float:left; 
    width:20%;
}

#menupad {
	padding-top:180px;
}

#menubox-right {
	float:right;
}

@media only screen and (min-width: 769px) {
    .menuboxm {
        visibility: hidden;
    }
}

@media only screen and (max-width: 769px) {
    .menubox {
        visibility: hidden;
    }
    
    .menubox-inside {
	position:relative;
    margin: 0 auto;
    padding-left: 18px;
    padding-top: 40px; 
    padding-bottom:100px;
}
    .menubox-left {
	text-align: left;
}
    #menupad {
	padding-top:110px;
}
    
    .site_menu a {
        font-size: xx-large;
        padding-top: 33%;
}
     #site_menu_wrapper[data-sitemenu-position="top-right"] #site_menu, #site_menu_wrapper[data-sitemenu-position="bottom-right"] #site_menu {
        text-align: center;
}
    
}
  /* Marina Testino */
[data-id="36413012"]:hover .thumb_image {
    background-color: #c8e6e7;
}

     /* Jameela Jamil */
[data-id="36216938"]:hover .thumb_image {
    background-color: #e8b095;
}
     /* Marina Testino */
[data-id="36216948"]:hover .thumb_image {
    background-color: #97a691;
}
      /* barragan*/
[data-id="36216935"]:hover .thumb_image {
    background-color: #c89ded;
}
     /* Little Burgundy */
[data-id="36216927"]:hover .thumb_image {
    background-color: #d8d8d8;
}
   
      /* Rupi Kaur */
[data-id="36216945"]:hover .thumb_image {
    background-color: #cadaa2;
}

      /* NEXT */
[data-id="36216931"]:hover .thumb_image {
    background-color: #d8d8c0;
}

      /* TEAMM */
[data-id="36216942"]:hover .thumb_image {
    background-color: #f0f0f0;
}
 /* PHOTOBOOK*/
[data-id="37231230"]:hover .thumb_image {
    background-color: #e9cc00;
}

      /* Les Filles du Soleil */
[data-id="36216932"]:hover .thumb_image {
    background-color: #c057ff;
}

      /* Cameron Russell */
[data-id="36216951"]:hover .thumb_image {
    background-color: #b7bfc8;
}

      /* Heart Streets */
[data-id="36216934"]:hover .thumb_image {
    background-color: #60220e;
}
 
/* tunisian kids */
[data-id="36403101"]:hover .thumb_image {
    background-color: #115b27;
}

      /* tunisian kids */
[data-id="36216922"]:hover .thumb_image {
    background-color: #326441;
}
    /* LFDS 2425 */
[data-id="36984520"]:hover .thumb_image {
    background-color: #fd0909;
}
      /* ELLE CANADA */
[data-id="36216921"]:hover .thumb_image {
    background-color: #fd7009;
}

      /* quartz co*/
[data-id="36216909"]:hover .thumb_image {
    background-color: #f12407;
}

      /* quartz co*/
[data-id="36216950"]:hover .thumb_image {
    background-color: #fa7493;
}
      /* boat people*/
[data-id="36216941"]:hover .thumb_image {
    background-color: #dc6431;
}
   /* budapest*/
[data-id="36216916"]:hover .thumb_image {
    background-color: #08b6ff;
}

   /* sejnane*/
[data-id="36298525"]:hover .thumb_image {
    background-color: #fc950c;
 }
   
   /* tarzan*/
[data-id="36298527"]:hover .thumb_image {
    background-color: #c15606;
}
  
   /* flare*/
[data-id="36216940"]:hover .thumb_image {
    background-color: #ccc;
}
 /*canada goose */
[data-id="36298218"]:hover .thumb_image {
    background-color: #f00;  
}
 /* beauty ss22 */
[data-id="36216931"]:hover .thumb_image {
    background-color: #d87535;
}
 /* briqueparbrique */
[data-id="36216929"]:hover .thumb_image {
    background-color: #cecece;
}
 /* Altagracia */
[data-id="36216912"]:hover .thumb_image {
    background-color: #f5c47b;
}

 /* Valeria */
[data-id="36216949"]:hover .thumb_image {
    background-color: #b08682;
}

 /* Ouri */
[data-id="36216897"]:hover .thumb_image {
    background-color: #a84848;
}

     /* Kate Ovo */
[data-id="36310419"]:hover .thumb_image {
    background-color: #f4b;
}

     /* Kate Ovo */
[data-id="2910851"]:hover .thumb_image {
    background-color: #e8d3a9;
}
   
      /* Christopher and Malek */
[data-id="36216924"]:hover .thumb_image {
    background-color: #61715e;
}

      /* Ramona */
[data-id="2910836"]:hover .thumb_image {
    background-color: #a87848;
}

      /* Akrav */
[data-id="36216928"]:hover .thumb_image {
    background-color: #9daab3;
}

      /* Daria */
[data-id="36216911"]:hover .thumb_image {
    background-color: #d8c0a8;
}

      /* Jamaica */
[data-id="36216947"]:hover .thumb_image {
    background-color: #d0d4b2;
}

      /* yassine */
[data-id="36216944"]:hover .thumb_image {
    background-color: #d10c0c;
}

      /* shadow */
[data-id="36216937"]:hover .thumb_image {
    background-color: #bff579;
}

      /* mima */
[data-id="36216943"]:hover .thumb_image {
    background-color: #e8e8e8;
}

      /* grownups */
[data-id="36216899"]:hover .thumb_image {
    background-color: #eaf19d;
}

      /* online identity */
[data-id="36216903"]:hover .thumb_image {
    background-color: #90c4cc;
}

      /* Alisia Pobega */
[data-id="36216939"]:hover .thumb_image {
    background-color: #dfcabe;
}
      /* Refinery29 */
[data-id="36216942"]:hover .thumb_image {
    background-color: #8ebec0;
}

      /* MENA Womxn */
[data-id="36216936"]:hover .thumb_image {
    background-color: rgba(235, 214, 126, 0.87);
}

      /* Mia Gladstone */
[data-id="8877895"]:hover .thumb_image {
    background-color: #a52a1c;
}
      /* Moonshine ss19 */
[data-id="36216933"]:hover .thumb_image {
    background-color: #00f891;
}

      /* Abu Amaal Amran Muna */
[data-id="36216923"]:hover .thumb_image {
    background-color: #a7b585;
}

     /* 1 Moncler JW Anderson */
[data-id="36216925"]:hover .thumb_image {
    background-color: #fff700;
}

     /* Fariha Roisin */
[data-id="36216930"]:hover .thumb_image {
    background-color: #d1e548;
}

     /* beauty */
[data-id="36216946"]:hover .thumb_image {
    background-color: #d8c2fc;
}



.thumbnail:hover .thumb_image img {
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
/*
 * 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;
}


