/** Shopify CDN: Minification failed

Line 2200:25 Expected identifier but found "format("
Line 2202:15 Unexpected ","

**/
/*============================================================================
  Brooklyn by Shopify
  RTL by Mwwared - www.mwwared.com
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal');body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a, *:not(.fa):not([class*="pe-"]):not(.lni) {font-family: 'Tajawal' !important;}

/*================ Timber ================*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
body,
html {
    direction: rtl;
}
p {
    margin: 0 0 15px 0;
}
ol,
ul {
    margin: 0 20px 15px 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 4px 20px 5px 0;
}

.no-bullets {
    margin-right: 0;
}
.inline-list {
    margin-right: 0;
}
td,
th {
    text-align: right;
}
.grid,
.grid--full,
.grid--rev,
.grid-uniform {
    margin-right: -15px;
	margin-left: 0;
}
@media screen and (min-width: 591px) {
    .grid,
    .grid--full,
    .grid--rev,
    .grid-uniform {
        margin-right: -30px;
		margin-left: 0;
    }
}
.grid__item {
    float: right;
    padding-right: 15px;
	padding-left: 0;
}
@media screen and (min-width: 591px) {
    .grid__item {
        padding-right: 30px;
		padding-left: 0;
    }
}
.grid--small {
    margin-right: -10px;
	margin-left: 0;
}
.grid--small .grid__item {
    padding-right: 10px;
	padding-left: 0;
}
.grid--rev {
    direction: ltr;
    text-align: right;
}
.grid--rev > .grid__item {
    direction: rtl;
    text-align: right;
    float: left;
}
.grid--full {
    margin-right: 0;
}
.grid--full > .grid__item {
    padding-right: 0;
}
.text-left {
    text-align: right !important;
}
.text-right {
    text-align: left !important;
}
.left {
    float: right !important;
}
.right {
    float: left !important;
}
@media only screen and (max-width: 590px) {
    .small--text-left {
        text-align: right !important;
    }
    .small--text-right {
        text-align: left !important;
    }
    .small--left {
        float: right !important;
    }
    .small--right {
        float: left !important;
    }
}
@media only screen and (min-width: 591px) and (max-width: 768px) {
    .medium--text-left {
        text-align: right !important;
    }
    .medium--text-right {
        text-align: left !important;
    }
    .medium--left {
        float: right !important;
    }
    .medium--right {
        float: left !important;
    }
}
@media only screen and (max-width: 768px) {
    .medium-down--text-left {
        text-align: right !important;
    }
    .medium-down--text-right {
        text-align: left !important;
    }
    .medium-down--left {
        float: right !important;
    }
    .medium-down--right {
        float: left !important;
    }
}
@media only screen and (min-width: 769px) {
    .large--text-left {
        text-align: right !important;
    }
    .large--text-right {
        text-align: left !important;
    }
    .large--left {
        float: right !important;
    }
    .large--right {
        float: left !important;
    }
}
@media only screen and (min-width: 1051px) {
    .xlarge--text-left {
        text-align: right !important;
    }
    .xlarge--text-right {
        text-align: left !important;
    }
    .xlarge--left {
        float: right !important;
    }
    .xlarge--right {
        float: left !important;
    }
}
.push--one-whole {
    right: 100%;
	left: unset;
}
.push--one-half {
    right: 50%;
	left: unset;
}
.push--one-third {
    right: 33.333%;
	left: unset;
}
.push--two-thirds {
    right: 66.666%;
	left: unset;
}
.push--one-quarter {
    right: 25%;
	left: unset;
}
.push--two-quarters {
    right: 50%;
	left: unset;
}
.push--three-quarters {
    right: 75%;
	left: unset;
}
.push--one-fifth {
    right: 20%;
	left: unset;
}
.push--two-fifths {
    right: 40%;
	left: unset;
}
.push--three-fifths {
    right: 60%;
	left: unset;
}
.push--four-fifths {
    right: 80%;
	left: unset;
}
.push--one-sixth {
    right: 16.666%;
	left: unset;
}
.push--two-sixths {
    right: 33.333%;
	left: unset;
}
.push--three-sixths {
    right: 50%;
	left: unset;
}
.push--four-sixths {
    right: 66.666%;
	left: unset;
}
.push--five-sixths {
    right: 83.333%;
	left: unset;
}
.push--one-eighth {
    right: 12.5%;
	left: unset;
}
.push--two-eighths {
    right: 25%;
	left: unset;
}
.push--three-eighths {
    right: 37.5%;
	left: unset;
}
.push--four-eighths {
    right: 50%;
	left: unset;
}
.push--five-eighths {
    right: 62.5%;
	left: unset;
}
.push--six-eighths {
    right: 75%;
	left: unset;
}
.push--seven-eighths {
    right: 87.5%;
	left: unset;
}
.push--one-tenth {
    right: 10%;
	left: unset;
}
.push--two-tenths {
    right: 20%;
	left: unset;
}
.push--three-tenths {
    right: 30%;
	left: unset;
}
.push--four-tenths {
    right: 40%;
	left: unset;
}
.push--five-tenths {
    right: 50%;
	left: unset;
}
.push--six-tenths {
    right: 60%;
	left: unset;
}
.push--seven-tenths {
    right: 70%;
	left: unset;
}
.push--eight-tenths {
    right: 80%;
	left: unset;
}
.push--nine-tenths {
    right: 90%;
	left: unset;
}
.push--one-twelfth {
    right: 8.333%;
	left: unset;
}
.push--two-twelfths {
    right: 16.666%;
	left: unset;
}
.push--three-twelfths {
    right: 25%;
	left: unset;
}
.push--four-twelfths {
    right: 33.333%;
	left: unset;
}
.push--five-twelfths {
    right: 41.666%;
	left: unset;
}
.push--six-twelfths {
    right: 50%;
	left: unset;
}
.push--seven-twelfths {
    right: 58.333%;
	left: unset;
}
.push--eight-twelfths {
    right: 66.666%;
	left: unset;
}
.push--nine-twelfths {
    right: 75%;
	left: unset;
}
.push--ten-twelfths {
    right: 83.333%;
	left: unset;
}
.push--eleven-twelfths {
    right: 91.666%;
	left: unset;
}
@media only screen and (min-width: 591px) and (max-width: 768px) {
    .push--medium--one-whole {
        right: 100%;
		left: unset;
    }
    .push--medium--one-half {
        right: 50%;
		left: unset;
    }
    .push--medium--one-third {
        right: 33.333%;
		left: unset;
    }
    .push--medium--two-thirds {
        right: 66.666%;
		left: unset;
    }
    .push--medium--one-quarter {
        right: 25%;
		left: unset;
    }
    .push--medium--two-quarters {
        right: 50%;
		left: unset;
    }
    .push--medium--three-quarters {
        right: 75%;
		left: unset;
    }
    .push--medium--one-fifth {
        right: 20%;
		left: unset;
    }
    .push--medium--two-fifths {
        right: 40%;
		left: unset;
    }
    .push--medium--three-fifths {
        right: 60%;
		left: unset;
    }
    .push--medium--four-fifths {
        right: 80%;
		left: unset;
    }
    .push--medium--one-sixth {
        right: 16.666%;
		left: unset;
    }
    .push--medium--two-sixths {
        right: 33.333%;
		left: unset;
    }
    .push--medium--three-sixths {
        right: 50%;
		left: unset;
    }
    .push--medium--four-sixths {
        right: 66.666%;
		left: unset;
    }
    .push--medium--five-sixths {
        right: 83.333%;
		left: unset;
    }
    .push--medium--one-eighth {
        right: 12.5%;
		left: unset;
    }
    .push--medium--two-eighths {
        right: 25%;
		left: unset;
    }
    .push--medium--three-eighths {
        right: 37.5%;
		left: unset;
    }
    .push--medium--four-eighths {
        right: 50%;
		left: unset;
    }
    .push--medium--five-eighths {
        right: 62.5%;
		left: unset;
    }
    .push--medium--six-eighths {
        right: 75%;
		left: unset;
    }
    .push--medium--seven-eighths {
        right: 87.5%;
		left: unset;
    }
    .push--medium--one-tenth {
        right: 10%;
		left: unset;
    }
    .push--medium--two-tenths {
        right: 20%;
		left: unset;
    }
    .push--medium--three-tenths {
        right: 30%;
		left: unset;
    }
    .push--medium--four-tenths {
        right: 40%;
		left: unset;
    }
    .push--medium--five-tenths {
        right: 50%;
		left: unset;
    }
    .push--medium--six-tenths {
        right: 60%;
		left: unset;
    }
    .push--medium--seven-tenths {
        right: 70%;
		left: unset;
    }
    .push--medium--eight-tenths {
        right: 80%;
		left: unset;
    }
    .push--medium--nine-tenths {
        right: 90%;
		left: unset;
    }
    .push--medium--one-twelfth {
        right: 8.333%;
		left: unset;
    }
    .push--medium--two-twelfths {
        right: 16.666%;
		left: unset;
    }
    .push--medium--three-twelfths {
        right: 25%;
		left: unset;
    }
    .push--medium--four-twelfths {
        right: 33.333%;
		left: unset;
    }
    .push--medium--five-twelfths {
        right: 41.666%;
		left: unset;
    }
    .push--medium--six-twelfths {
        right: 50%;
		left: unset;
    }
    .push--medium--seven-twelfths {
        right: 58.333%;
		left: unset;
    }
    .push--medium--eight-twelfths {
        right: 66.666%;
		left: unset;
    }
    .push--medium--nine-twelfths {
        right: 75%;
		left: unset;
    }
    .push--medium--ten-twelfths {
        right: 83.333%;
		left: unset;
    }
    .push--medium--eleven-twelfths {
        right: 91.666%;
		left: unset;
    }
}
@media only screen and (max-width: 768px) {
    .push--medium-down--one-whole {
        right: 100%;
		left: unset;
    }
    .push--medium-down--one-half {
        right: 50%;
		left: unset;
    }
    .push--medium-down--one-third {
        right: 33.333%;
		left: unset;
    }
    .push--medium-down--two-thirds {
        right: 66.666%;
		left: unset;
    }
    .push--medium-down--one-quarter {
        right: 25%;
		left: unset;
    }
    .push--medium-down--two-quarters {
        right: 50%;
		left: unset;
    }
    .push--medium-down--three-quarters {
        right: 75%;
		left: unset;
    }
    .push--medium-down--one-fifth {
        right: 20%;
		left: unset;
    }
    .push--medium-down--two-fifths {
        right: 40%;
		left: unset;
    }
    .push--medium-down--three-fifths {
        right: 60%;
		left: unset;
    }
    .push--medium-down--four-fifths {
        right: 80%;
		left: unset;
    }
    .push--medium-down--one-sixth {
        right: 16.666%;
		left: unset;
    }
    .push--medium-down--two-sixths {
        right: 33.333%;
		left: unset;
    }
    .push--medium-down--three-sixths {
        right: 50%;
		left: unset;
    }
    .push--medium-down--four-sixths {
        right: 66.666%;
		left: unset;
    }
    .push--medium-down--five-sixths {
        right: 83.333%;
		left: unset;
    }
    .push--medium-down--one-eighth {
        right: 12.5%;
		left: unset;
    }
    .push--medium-down--two-eighths {
        right: 25%;
		left: unset;
    }
    .push--medium-down--three-eighths {
        right: 37.5%;
		left: unset;
    }
    .push--medium-down--four-eighths {
        right: 50%;
		left: unset;
    }
    .push--medium-down--five-eighths {
        right: 62.5%;
		left: unset;
    }
    .push--medium-down--six-eighths {
        right: 75%;
		left: unset;
    }
    .push--medium-down--seven-eighths {
        right: 87.5%;
		left: unset;
    }
    .push--medium-down--one-tenth {
        right: 10%;
		left: unset;
    }
    .push--medium-down--two-tenths {
        right: 20%;
		left: unset;
    }
    .push--medium-down--three-tenths {
        right: 30%;
		left: unset;
    }
    .push--medium-down--four-tenths {
        right: 40%;
		left: unset;
    }
    .push--medium-down--five-tenths {
        right: 50%;
		left: unset;
    }
    .push--medium-down--six-tenths {
        right: 60%;
		left: unset;
    }
    .push--medium-down--seven-tenths {
        right: 70%;
		left: unset;
    }
    .push--medium-down--eight-tenths {
        right: 80%;
		left: unset;
    }
    .push--medium-down--nine-tenths {
        right: 90%;
		left: unset;
    }
    .push--medium-down--one-twelfth {
        right: 8.333%;
		left: unset;
    }
    .push--medium-down--two-twelfths {
        right: 16.666%;
		left: unset;
    }
    .push--medium-down--three-twelfths {
        right: 25%;
		left: unset;
    }
    .push--medium-down--four-twelfths {
        right: 33.333%;
		left: unset;
    }
    .push--medium-down--five-twelfths {
        right: 41.666%;
		left: unset;
    }
    .push--medium-down--six-twelfths {
        right: 50%;
		left: unset;
    }
    .push--medium-down--seven-twelfths {
        right: 58.333%;
		left: unset;
    }
    .push--medium-down--eight-twelfths {
        right: 66.666%;
		left: unset;
    }
    .push--medium-down--nine-twelfths {
        right: 75%;
		left: unset;
    }
    .push--medium-down--ten-twelfths {
        right: 83.333%;
		left: unset;
    }
    .push--medium-down--eleven-twelfths {
        right: 91.666%;
		left: unset;
    }
}
@media only screen and (min-width: 769px) {
    .push--large--one-whole {
        right: 100%;
		left: unset;
    }
    .push--large--one-half {
        right: 50%;
		left: unset;
    }
    .push--large--one-third {
        right: 33.333%;
		left: unset;
    }
    .push--large--two-thirds {
        right: 66.666%;
		left: unset;
    }
    .push--large--one-quarter {
        right: 25%;
		left: unset;
    }
    .push--large--two-quarters {
        right: 50%;
		left: unset;
    }
    .push--large--three-quarters {
        right: 75%;
		left: unset;
    }
    .push--large--one-fifth {
        right: 20%;
		left: unset;
    }
    .push--large--two-fifths {
        right: 40%;
		left: unset;
    }
    .push--large--three-fifths {
        right: 60%;
		left: unset;
    }
    .push--large--four-fifths {
        right: 80%;
		left: unset;
    }
    .push--large--one-sixth {
        right: 16.666%;
		left: unset;
    }
    .push--large--two-sixths {
        right: 33.333%;
		left: unset;
    }
    .push--large--three-sixths {
        right: 50%;
		left: unset;
    }
    .push--large--four-sixths {
        right: 66.666%;
		left: unset;
    }
    .push--large--five-sixths {
        right: 83.333%;
		left: unset;
    }
    .push--large--one-eighth {
        right: 12.5%;
		left: unset;
    }
    .push--large--two-eighths {
        right: 25%;
		left: unset;
    }
    .push--large--three-eighths {
        right: 37.5%;
		left: unset;
    }
    .push--large--four-eighths {
        right: 50%;
		left: unset;
    }
    .push--large--five-eighths {
        right: 62.5%;
		left: unset;
    }
    .push--large--six-eighths {
        right: 75%;
		left: unset;
    }
    .push--large--seven-eighths {
        right: 87.5%;
		left: unset;
    }
    .push--large--one-tenth {
        right: 10%;
		left: unset;
    }
    .push--large--two-tenths {
        right: 20%;
		left: unset;
    }
    .push--large--three-tenths {
        right: 30%;
		left: unset;
    }
    .push--large--four-tenths {
        right: 40%;
		left: unset;
    }
    .push--large--five-tenths {
        right: 50%;
		left: unset;
    }
    .push--large--six-tenths {
        right: 60%;
		left: unset;
    }
    .push--large--seven-tenths {
        right: 70%;
		left: unset;
    }
    .push--large--eight-tenths {
        right: 80%;
		left: unset;
    }
    .push--large--nine-tenths {
        right: 90%;
		left: unset;
    }
    .push--large--one-twelfth {
        right: 8.333%;
		left: unset;
    }
    .push--large--two-twelfths {
        right: 16.666%;
		left: unset;
    }
    .push--large--three-twelfths {
        right: 25%;
		left: unset;
    }
    .push--large--four-twelfths {
        right: 33.333%;
		left: unset;
    }
    .push--large--five-twelfths {
        right: 41.666%;
		left: unset;
    }
    .push--large--six-twelfths {
        right: 50%;
		left: unset;
    }
    .push--large--seven-twelfths {
        right: 58.333%;
		left: unset;
    }
    .push--large--eight-twelfths {
        right: 66.666%;
		left: unset;
    }
    .push--large--nine-twelfths {
        right: 75%;
		left: unset;
    }
    .push--large--ten-twelfths {
        right: 83.333%;
		left: unset;
    }
    .push--large--eleven-twelfths {
        right: 91.666%;
		left: unset;
    }
}
.media-img {
    float: right;
    margin-left: 30px;
	margin-right: 0;
}
.media-img-right {
    float: left;
    margin-right: 30px;
	margin-left: 0;
}
.video-wrapper iframe {
    right: 0;
	left: unset;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 0 0 0 10px;
}
select {
  	background-position: left 10px center;
    padding-left: 28px;
	padding-right: 10px;
}
.payment-icons li {
    margin: 0 7.5px 7.5px 0;
}
.social-icons .icon {
    padding-left: 4px;
	padding-right: 0;
}
.drawer--left {
    right: -300px;
	left: unset;
}
.js-drawer-open-left .drawer--left {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}
.drawer--right {
    left: -300px;
	right: unset;
}
@media screen and (min-width: 591px) {
    .drawer--right {
        left: -400px;
		right: unset;
    }
}
.js-drawer-open-right .drawer--right {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}
@media screen and (min-width: 591px) {
    .js-drawer-open-right .drawer--right {
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
        -o-transform: translateX(400px);
        transform: translateX(400px);
    }
}
.js-drawer-open-left .drawer__header-container,
.js-drawer-open-left .page-container {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}
.js-drawer-open-right .drawer__header-container,
.js-drawer-open-right .page-container {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}
@media screen and (min-width: 591px) {
    .js-drawer-open-right .drawer__header-container,
    .js-drawer-open-right .page-container {
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
        -o-transform: translateX(400px);
        transform: translateX(400px);
    }
}
.drawer__close-button {
    left: -20px;
	right: unset;
}
.drawer__close--left {
    text-align: right;
}
.drawer__close--left .drawer__close-button {
    left: auto;
    right: -20px;
}
.supports-csstransforms .drawer--is-loading .drawer__cart:after {
    right: 50%;
	left: unset;
    margin-right: -12px;
	margin-left: 0;
}
.site-footer__payment-icons {
    margin-right: -7.5px;
	margin-left: 0;
}
.errors,
.note {
    text-align: right;
}
.errors ul {
    margin-right: 20px;
	margin-left: 0;
}
.pagination {
    letter-spacing: 0;
}
.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .rte--indented-images img:not([style]),
    .rte--indented-images img[style="float: none;"] {
        margin-right: -10%;
		margin-left: 0;
    }
}
.rte--indented-images img[style="float: right;"] {
    margin: 0 15px 15px -10%;
}
.rte--indented-images img[style="float: left;"] {
    margin: 0 -10% 15px 15px;
}
@media screen and (min-width: 769px) {
    .rte blockquote {
        margin-right: -10%;
		margin-left: 0;
    }
}
.section-header .section-header__title {
    letter-spacing: 0;
}
.site-nav,
.site-nav--mobile {
    margin-right: -15px;
	margin-left: 0;
}
.site-nav--mobile {
    margin-right: -10px;
	margin-left:0;
}
.site-nav--mobile.text-right {
    margin: 0 0 0 -10px;
}
.site-nav__link .icon-arrow-down {
    padding-right: 7.5px;
	padding-left: 0;
}
.site-nav__dropdown-link .icon-arrow-down {
    left: 15px;
	right: unset;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.site-nav__dropdown {
    right: 0;
	left: unset;
}
.site-nav__dropdown a {
    text-align: right;
}
.site-nav__dropdown.nav-outside {
    right: auto;
    left: 0;
}
.site-nav__dropdown-grandchild {
    right: 100%;
	left: unset;
}
.site-nav__dropdown-grandchild ul {
    margin: 0 2px 0 0;
}
.site-nav__dropdown-grandchild.nav-outside {
    right: -100%;
	left: unset;
}
.mobile-nav {
    margin: -15px -15px 0 -15px;
}
.mobile-nav__subsublist .mobile-nav__item a {
    padding-right: 45px;
	padding-left: 0;
}
.mobile-nav__sublist .mobile-nav__link {
    padding-right: 30px;
	padding-left: 0;
}
.cart-link__bubble--visible {
    left: 4px;
	right: unset;
}
@media screen and (max-width: 768px) {
    .cart-link__bubble--visible {
        left: 12px;
		right: unset;
    }
}
.cart__header-labels {
    letter-spacing: 0;
}
@media screen and (min-width: 591px) {
    .update-cart + .cart__checkout {
        margin-right: 15px;
		margin-left: 0;
    }
}
@media screen and (min-width: 769px) {
    .cart__note {
        padding-left: 30px;
		padding-right: 0;
    }
}
.additional_checkout_buttons {
    margin-right: -10px;
	margin-left: 0;
}
.additional_checkout_buttons > :not(script) {
    padding: 15px 15px 0 0;
}
@media screen and (max-width: 590px) {
    .additional_checkout_buttons > :not(script) {
        padding: 15px 5px 0 0;
    }
}
.additional_checkout_buttons > :not(script):empty,
.additional_checkout_buttons > :not(script):first-child {
    padding-right: 0;
}
.product-single__meta--wrapper {
    padding-right: 45px;
    padding-left: 25px;
}
.product-single__vendor {
    letter-spacing: 0;
}
.product-single__add-to-cart {
    margin: 0 0 10px 0;
}
.btn--add-to-cart {
    margin: 10px 0 0 10px;
}
.product-single__add-to-cart--full-width .btn--add-to-cart {
    margin-left: 0;
}
.product-single__description {
    text-align: right;
}
.product-single__media-wrapper {
    text-align: right;
}
.product-single__media-wrapper .media-item,
.product-single__media-wrapper .plyr,
.product-single__media-wrapper .shopify-model-viewer-ui,
.product-single__media-wrapper iframe,
.product-single__media-wrapper img,
.product-single__media-wrapper model-viewer,
.product-single__media-wrapper video {
    right: 0;
	left: unset;
}
@media screen and (max-width: 590px) {
    .product-single__meta--wrapper {
        padding-left: 30px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 769px) {
    .product-single__hero .grid__item + .grid__item {
        margin-right: -5px;
		margin-left: 0;
    }
}
.product-single__thumbnails {
    margin-right: -15px;
	margin-left: 0;
}
.product-single__thumbnails .grid__item {
    padding-right: 15px;
	padding-left: 0;
}
.product-single__thumbnail-badge {
    left: 3px;
	right: unset;
}
.product-single__price,
.product-single__price--compare-at {
    letter-spacing: 0;
}
.product-single__price--compare-at {
    padding-left: 5px;
	padding-right: 0;
}
.product-single__policies {
    margin: 15px 0 25px 0;
}
.product-single__quantity-label {
    margin-left: 10px;
	margin-right: 0;
}
#shopify-product-reviews .spr-form-label {
    text-align: right;
}
.product-single__view-in-space .icon {
    margin-left: 8px;
	margin-right: 0;
}
.shopify-payment-button {
    margin: 10px 0 0 10px;
}
.product-single__add-to-cart--full-width .shopify-payment-button {
    margin-left: 0;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
    letter-spacing: 0;
    margin-left: 0;
}

/*================ Theme ================*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes heroContentIn {
    0%,
    35% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
.mfp-bg {
    right: 0;
	left: unset;
}
.mfp-wrap {
    right: 0;
	left: unset;
}
.mfp-container {
    right: 0;
	left: unset;
}
.mfp-content {
    text-align: right;
}
.mfp-close {
    left: 0;
	right: unset;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    left: -6px;
	right: unset;
    text-align: left;
    padding-left: 6px;
	padding-right: 0;
}
.mfp-counter {
    left: 0;
	right: unset;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    right: 0;
	left: unset;
    margin-right: 35px;
	margin-left: 0;
}
.mfp-arrow-left {
    right: 0;
	left: unset;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-left: 17px solid #fff;
	border-right: 0;
    margin-right: 31px;
	margin-left: 0;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-right: 25px;
	margin-left: 0;
    border-left: 27px solid #3f3f3f;
	border-right: 0;
}
.mfp-arrow-right {
    left: 0;
	right: unset;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-right: 17px solid #fff;
	border-left: 0;
    margin-right: 39px;
	margin-left: 0;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-right: 27px solid #3f3f3f;
	border-left: 0;
}
.mfp-iframe-scaler iframe {
    right: 0;
	left: unset;
}
.mfp-bottom-bar {
    right: 0;
	left: unset;
}
.mfp-title {
    text-align: right;
    padding-left: 36px;
	padding-right: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-figure small {
        margin-right: 5px;
		margin-left: 0;
    }
    .mfp-img-mobile .mfp-counter {
        left: 5px;
		right: unset;
    }
    .mfp-img-mobile .mfp-close {
        left: 0;
		right: unset;
    }
}
.mfp-ie7 .mfp-bottom-bar {
    right: 50%;
	left: unset;
    margin-right: -300px;
	margin-left: 0;
}
.mfp-ie7 .mfp-close {
    left: 0;
	right: unset;
}
tr:first-child td:after,
tr:first-child th:after {
    right: -15px;
    left: 15px;
}
tr:first-child td:first-child:after,
tr:first-child th:first-child:after {
    right: 15px;
    left: -15px;
}
@media screen and (max-width: 590px) {
    .table--responsive td,
    .table--responsive th {
        text-align: left;
    }
    .table--responsive td:before {
        float: right;
        letter-spacing: 0;
        padding-left: 10px;
		padding-right: 0;
    }
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
}
.table__title,
th {
    letter-spacing: 0;
}
.rte .h3,
.rte h3 {
    letter-spacing: 0;
}
.rte .h4,
.rte .h5,
.rte .h6,
.rte h4,
.rte h5,
.rte h6 {
    letter-spacing: 0;
}
.comment-date {
    letter-spacing: 0;
}
.ajaxcart__price,
.cart__price,
.cart__subtotal {
    letter-spacing: 0;
}
.ajaxcart__subtotal {
    letter-spacing: 0;
}
.ajaxcart__qty-num[type="text"] {
    letter-spacing: 0;
}
input[type="number"] {
    letter-spacing: 0;
}
.newsletter__label {
    padding-right: 10px;
	padding-left: 0;
}
@media screen and (min-width: 591px) {
    .large--two-thirds.reverse {
        float: left;
    }
    .grid-collage .large--one-half {
        float: right;
    }
}
.return-link {
    letter-spacing: 0;
}
.btn,
.btn--secondary {
    letter-spacing: 0;
}
.supports-csstransforms .btn--loading:after {
    right: 50%;
	left: unset;
    margin-right: -12px;
	margin-left: 0;
}
@media screen and (min-width: 591px) {
    .drawer__close-button {
        left: 0;
		right: unset;
    }
}
@media screen and (min-width: 1051px) {
    .drawer__close-button {
        left: -20px;
		right: unset;
    }
}
.social-sharing .icon {
    padding: 0 10px 0 5px;
}
.social-sharing.is-large a .icon {
    padding: 0 18px 0 10px;
}
.share-title {
    padding-left: 10px;
	padding-right: 0;
}
.is-large .share-title {
    padding-left: 16px;
	padding-right: 0;
}
.social-sharing.clean a:hover .share-count:after {
    border-left-color: #fff;
	border-right: 0;
}
@media screen and (min-width: 769px) {
    .grid-search__image {
        right: 50%;
		left: unset;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}
@media screen and (min-width: 769px) {
    .feature-row__text--left {
        padding-right: 35px;
		padding-left: 0;
    }
    .feature-row__text--right {
        padding-left: 35px;
		padding-right: 0;
    }
}

.hero--adapt .hero__subtitle,
.hero__slide .hero__subtitle {
    letter-spacing: 0;
}

.hero__pause {
    left: 4.5rem;
	right: unset;
}
.filter-dropdown__label {
    margin-left: 0.3em;
	margin-right: 0;
}
@media screen and (min-width: 769px) {
    .site-header__logo {
        text-align: right;
    }
}
.burger-icon {
    right: 25px;
	left: unset;
    margin-right: -9px;
	margin-left: 0;
}
.js-drawer-open-left .burger-icon {
    right: calc(50% - 4px);
	left: unset;
}
@media screen and (min-width: 769px) {
    .burger-icon {
        right: 27px;
		left: unset;
        margin-right: -12px;
		margin-left: 0;
    }
    .js-drawer-open-left .burger-icon {
        right: calc(50% - 2px);
		left: unset;
    }
}
.js-drawer-open-left .burger-icon--top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.js-drawer-open-left .burger-icon--bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.site-nav--has-dropdown.nav-hover > a:before,
.site-nav--has-dropdown:hover > a:before,
.site-nav--has-dropdown > a.nav-focus:before {
    right: 15px;
    left: 30px;
}
.site-nav__dropdown {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0, -12px, 0);
    -moz-transform: translate3d(0, -12px, 0);
    -ms-transform: translate3d(0, -12px, 0);
    -o-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
.nav-focus + .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown {
    -webkit-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -moz-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -ms-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -o-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}
.site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(12px, 0, 0);
    -moz-transform: translate3d(12px, 0, 0);
    -ms-transform: translate3d(12px, 0, 0);
    -o-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0);
}
.nav-outside + .site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(-12px, 0, 0);
    -moz-transform: translate3d(-12px, 0, 0);
    -ms-transform: translate3d(-12px, 0, 0);
    -o-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
}
.nav-focus + .site-nav__dropdown-grandchild,
.site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild,
.supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild,
.supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild {
    -webkit-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -moz-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -ms-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -o-transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
    transition: transform 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}
.site-nav--has-grandchildren .site-nav__dropdown-link {
    padding-left: 45px;
	padding-right: 0;
}
.site-nav--search__bar {
    padding: 0 0 7px 10px;
}
.tags a {
    letter-spacing: 0;
}
.tags--article a {
    padding-left: 15px;
    padding-right: 0;
}
.tags__title {
    margin-left: 15px;
	margin-right: 0;
}
.single-option-radio label {
    letter-spacing: 0;
    margin: 3px 3px 7px 4px;
}
.single-option-radio label.disabled:before {
    right: 50%;
	left: unset;
    border-right: 1px solid;
	border-left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mfp-chevron:before {
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mfp-chevron.mfp-chevron-right {
    left: 55px;
	right: unset;
}
.mfp-chevron.mfp-chevron-right:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mfp-chevron.mfp-chevron-left {
    right: 55px;
	left: unset;
}
.mfp-chevron.mfp-chevron-left:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.grid-collage .grid-product__image {
    right: 50%;
	left: unset;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.product--image {
    right: 0;
	left: unset;
}
.grid-product__vendor {
    letter-spacing: 0;
}
.grid-product__price {
    letter-spacing: 0;
}
.grid-product__price-min {
    margin-right: -4px;
	margin-left: 0;
}
.grid-product__on-sale,
.grid-product__sold-out {
    letter-spacing: 0;
    right: 0px;
	left: unset;
}
.grid-product__on-sale p,
.grid-product__sold-out p {
    padding: 12px 9px 10px 8px;
    letter-spacing: 0;
}

.collection-collage__item-wrapper .collection-grid__item-overlay:focus,
.collection-collage__item-wrapper .collection-grid__item-overlay:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.custom-content {
    margin-right: -30px;
	margin-left: 0;
}
@media screen and (max-width: 590px) {
    .custom-content {
        margin-right: -22px;
		margin-left: 0;
    }
}
.custom__item {
    padding-right: 30px;
	padding-left: 0;
}
@media screen and (max-width: 590px) {
    .custom__item {
        padding-right: 22px;
		padding-left: 0;
    }
}
.custom__item-inner {
    text-align: right;
}
.align--top-right {
    text-align: left;
}
.align--middle-right {
    text-align: left;
}
.align--bottom-right {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .map-section__error {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.map-section--load-error .map-section__content {
    transform: translateY(0);
}
.map-section__link {
    right: 50%;
	left: unset;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.map-section__container {
    right: 0;
	left: unset;
}
.map-section__background-wrapper {
    right: 0;
	left: unset;
}
.map-section__image {
    right: 0;
	left: unset;
}
@media screen and (min-width: 591px) {
    .selectors-form {
        margin-right: -5px;
		margin-left: 0;
    }
}
@media screen and (min-width: 769px) {
    .selectors-form {
        margin: 0 5px 0 0;
    }
}
.disclosure-list {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
	left: unset;
}
@media screen and (min-width: 591px) {
    .disclosure-list {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 0;
        right: auto;
    }
}
.disclosure-list__item {
    padding: 5px 15px 4px 45px;
    text-align: right;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-moz-range-thumb {
    box-shadow: -2px 0 0 0 #fff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
    box-shadow: -2px 0 0 0 #fff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-webkit-slider-thumb {
    box-shadow: -2px 0 0 0 #fff;
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(31, 32, 33, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(31, 32, 33, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(31, 32, 33, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(31, 32, 33, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(31, 32, 33, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(31, 32, 33, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-moz-range-thumb {
    box-shadow: -2px 0 0 0 #1f2021;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
    box-shadow: -2px 0 0 0 #1f2021;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-webkit-slider-thumb {
    box-shadow: -2px 0 0 0 #1f2021;
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.article__featured-image {
    right: 0;
	left: unset;
}
.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
    margin-right: 0;
}
.password-login {
    letter-spacing: 0;
}
.order-table tfoot tr:last-child td,
.order-table tfoot tr:last-child th {
    letter-spacing: 0;
}
.order-table tr th:first-child {
    padding-right: 0;
}
.order-table tr td:last-child,
.order-table tr th:last-child {
    padding-left: 0;
}
@media screen and (max-width: 590px) {
    .order-table td,
    .order-table th {
        float: right;
        clear: right;
        text-align: left;
    }
    .order-table td::before,
    .order-table th::before {
        float: right;
        text-align: right;
        padding-left: 2em;
		padding-right: 0;
    }
    .order-table tbody td::before,
    .order-table tbody th::before {
        letter-spacing: 0;
    }
}
.order-discount .icon-saletag {
    margin-left: 0.5em;
	margin-right: 0;
}
.order-discount--title {
    padding-left: 1em;
	padding-right: 0;
}
.order-discount--list {
    margin: 0.3em 1.3em 0 0;
}
.order-discount--cart {
    text-align: left;
}
.order-discount--ajax-cart-list {
    margin-right: auto;
	margin-left: 0;
}

.slick-list {
  	direction: ltr;
}

[dir=rtl] .slick-slide {
    float: left;
}
.icon-arrow-right:before {
    content: '\e900';
}
.icon-arrow-left:before {
    content: '\e901';
}

.icon-slide-prev:before {
    content: "\e905";
}

.icon-slide-next:before {
    content: "\e903";
}

.slick-next .icon:before {
    content: "\e905";
}

.slick-prev .icon:before {
    content: "\e903";
}
@font-face{
  font-family: "Arslan";
  src: url("Arslan.woff2") format("woff2"),
    url("Arslan.woff");  format("woff");
}
h1,h2,h3,h4,h5,,h6,body,p,a {font-family: "Arslan" ! important;}