@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mynerve&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";
@font-face {
    font-family: bisonbold;
    src: url(bison-bold-webfont.woff2) format("woff2"), url(bison-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
em,
strong,
button,
blockquote,
small,
strike,
sub,
sup,
tt,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}
ol,
ul {
    margin-left: 30px;
    margin-bottom: 15px
}
button,
.button,
input[type=submit] {
    background-color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: 0;
    font-family: var(--font1);
    padding: 13px
}
button:not([disabled]),
.button:not([disabled]),
input[type=submit]:not([disabled]) {
    cursor: pointer
}
small {
    font-size: 16px
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    font-size: 14px;
    line-height: 24px;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: var(--font1);
    overflow-x: hidden;
}
svg,
img {
    max-width: 100%;
    display: block;
    height: auto
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
select,
textarea {
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    outline: none;
    padding: 12px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 124%;
    letter-spacing: .04em;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    cursor: pointer;
    font-family: var(--font1)
}
a {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    color: #000
}
.underlined-link {
    text-decoration: underline
}
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}
::-moz-focus-inner {
    border-style: none;
    padding: 0
}
:-moz-ui-invalid {
    box-shadow: none
}
svg:not(:root) {
    overflow: hidden
}
::selection {
    background: rgba(34, 64, 102, .5)
}
html {
    -webkit-text-size-adjust: 100%;
    outline: none;
    padding: 0 !important
}
.hidden {
    display: none !important
}
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: wrap;
    -moz-box-lines: wrap;
    box-lines: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.align-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}
.align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}
.align-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
}
.justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
}
.justify-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}
.justify-around {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: center
}
.justify-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}
.justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}
.flex-direction-column {
    flex-direction: column
}
.flex-direction-row {
    flex-direction: row
}
.flex-direction-column-reverse {
    flex-direction: column-reverse
}
.flex-direction-row-reverse {
    flex-direction: row-reverse
}
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
body p {
    line-height: 1.5;
}
body p:not(:last-child){
    margin-bottom: 8px;
}
.scrolling_text {
    padding: 4px 0;
    background-color: #000;
    overflow: hidden;
    line-height: 1
}
.scrolling_text a {
    color: #fff
}
.font--font1 {
    font-family: var(--font1)
}
.font--font2 {
    font-family: var(--font2)
}
.font--font3 {
    font-family: var(--font3)
}
.font--font4 {
    font-family: var(--font4)
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    letter-spacing: .1em;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}
.marquee-text {
    display: inline-block;
    padding-right: 30px;
    will-change: transform;
    animation: marquee 20s linear infinite
}
.marquee-text span {
    display: inline-block;
    vertical-align: middle
}
.container {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
}
.header_wrapper {
    padding: 5px 0
}
.header_logo,
.header_icons,
.hamburger_wrapper {
    position: relative;
    max-width: 15%;
    width: 100%;
    cursor: pointer
}
.header_menu {
    max-width: 70%;
    width: 100%
}
nav ul li:not(.is_megamenu) {
    position: relative
}
.menu_list > li:not(:last-child) {
    margin-right: 20px
}
body.open_mobile_menu {
    overflow: hidden
}
nav > ul li:hover .second_level_menu,
.second_level_menu > li:hover .third_level_menu,
nav > ul li:hover .megamenu_abs {
    opacity: 1;
    visibility: visible
}
.second_level_menu li,
.third_level_menu li {
    margin: 0 !important
}
nav li a,
.header_icons li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 22px 0;
    color: #000
}
.megamenu_abs .single_menu_wrapper h4 {
    color: var(--title_color);
    padding: 10px 16px;
    position: relative
}
.megamenu_abs .product_list .product_grid,
.megamenu_abs .single_menu_wrapper {
    width: 20%;
    padding: 0 15px
}
.megamenu_abs .submenu_list,
.megamenu_abs .product_list {
    margin: 0 -15px
}
.megamenu_abs .product_list {
    margin: 10px -15px 0
}
.menu_list a .arrow {
    padding-left: 5px
}
.second_level_menu a,
.megamenu_abs a {
    padding: 10px 16px;
    display: flex
}
.third_level_menu a {
    padding: 10px 16px 10px 32px
}
.header_logo img {
    max-width: 100px
}
.banner_with_text_wrapper {
    position: relative;
    margin-bottom: 125px;
    padding-bottom: 700px;
}
.banner_with_text_wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.abs_position_content {
    position: absolute;
    max-width: 1030px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    color: #fff;
    padding: 0 15px
}
.abs_position_content h2 {
    font-weight: 700;
    font-size: 58px;
    line-height: 160%;
    font-family: var(--font2)
}
.abs_position_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 7px
}
.text-white {
    color: #fff
}
.text-black {
    color: #434343
}
.explore_link {
    margin-top: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    display: inline-block;
    text-transform: uppercase;
    position: relative
}
.explore_link:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -6px
}
.text-white.explore_link:after {
    background-color: #fff
}
.text-black.explore_link:after {
    background-color: #434343
}
.explore_link:hover {
    color: var(--title_color) !important
}
.explore_link:hover:after {
    background-color: var(--title_color) !important
}
.banner_with_text_wrapper .big_text,
.banner_over_textbox .big_text {
    font-family: var(--font2);
    font-weight: 700;
    font-size: 58px;
    line-height: 160%;
    color: var(--title_color);
    text-align: center;
    display: block;
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: -46.4px;
    z-index: 2;
}
.banner_over_textbox .big_text {
    text-shadow: -12px 5px 15px #edededa2, 5px -2px 10px #ededed33
}
.section_title,
.shopify-policy__title h1,
body .returnprime .customer .title {
    font-family: var(--font2);
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    color: var(--title_color)
}
.collection_list,
.featured_collection {
    margin: 100px 0
}
.featured_collection {
    margin-top: 30px
}
.collection_list {
    margin-bottom: 30px
}
.content {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%
}
.rte ol,
.rte ul {
    margin: 0 0 20px 20px
}
.collection_list_wrapper {
    margin: 100px auto 0;
    position: relative;
    flex-wrap: unset
}
.collection_list_wrapper .slick-list,
.slider_collection_list .slick-list {
    padding: 0 12%
}
.rotation_text p {
    font-family: var(--font2);
    font-weight: 700;
    font-size: 58px;
    line-height: 160%
}
.rotation_text p:first-child {
    color: var(--title_color)
}
.rotation_text p:last-child {
    color: #fff
}
.video_play_icon {
    width: 96px;
    height: 96px;
    background-color: var(--title_color);
    border: 0;
    border-radius: 50%
}
.product_grid {
    position: relative
}
.product_grid .product_title,
.product_grid .product_price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    padding: 0 !important;
    display: block;
    width: 100%
}
.product_grid .product_title {
    margin-bottom: 8px;
    font-weight: 500
}
.product_grid .product_summary .title_price {
    margin: 10px 0;
    text-align: left
}
.product_grid img {
    transition: .4s all
}
.product_grid .main_image {
    z-index: 0
}
.product_grid .hover_image {
    opacity: 0;
    visibility: hidden;
    z-index: 1
}
.product_grid .image_wrapper a {
    position: relative;
    padding-bottom: 125% !important;
    display: block;
    background-color: #f6f6f6
}
.product_grid .image_wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0
}
.product_grid .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible
}
.size_swatch {
    margin-bottom: 4px
}
.size_swatch li {
    margin: 0 4px 4px 0;
    font-size: 8px;
    font-weight: 700;
    line-height: 1
}
.featured_collection_wrapper,
.collection_grid_wrapper {
    margin: 60px -12px 0
}
.featured_collection_wrapper .product_grid {
    width: 100%;
    max-width: 25%;
    padding: 0 12px;
    margin-bottom: 30px
}
.collection_grid_wrapper .collection_grid {
    padding: 0 12px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.collection_grid_wrapper .collection_grid:not(:last-child){
    margin-bottom: 25px;
}
.collection_grid_wrapper .collection_grid:not(.grid__item) {
    max-width: 33.33%
}
.collection_grid_wrapper .collection_grid.two_col:not(.grid__item) {
    max-width: 50%
}
.collection_grid_wrapper .collection_grid img {
    display: block;
    width: 100%
}
.collection_grid_wrapper .abs_content {
    position: absolute;
    width: calc(100% - 24px);
    padding: 25px 28px;
    color: #fff;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%)
}
.collection_grid_wrapper .abs_content h2 {
    font-family: var(--font2);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    width: 100%;
    color: #fff
}
.collection_grid_wrapper .abs_content p {
    color: #fff
}
.collection_grid_wrapper .abs_content ul{
    margin-bottom: 8px;
}
.collection_grid_wrapper .abs_content .content{
    width: 100%;
}
.collection_grid_wrapper .abs_content a.link_only.witharrow,
.image_text_wrapper a.link_only.witharrow{
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    transition: 0.4s all;
    border: 2px solid #000;
}
.image_text_wrapper a.link_only.witharrow{
    max-width: fit-content;
}
.collection_grid_wrapper .abs_content a.link_only.witharrow.short_link,
.image_text_wrapper a.link_only.witharrow.short_link{
    max-width: 400px;
    margin: 0 auto;
}
.collection_grid_wrapper .abs_content a.link_only,
.image_text_wrapper a.link_only{
    justify-content: center;
}
.collection_grid_wrapper .abs_content a.link_only .right_arrow_icon,
.image_text_wrapper a.link_only .right_arrow_icon{
    padding-left: 15px;
}
.collection_grid_wrapper .abs_content a.link_only .right_arrow_icon svg,
.image_text_wrapper a.link_only .right_arrow_icon svg{
    max-height: 14px;
}
.collection_grid_wrapper .abs_content a.link_only .right_arrow_icon svg path,
.image_text_wrapper a.link_only .right_arrow_icon svg path{
    fill: #fff;
}
.collection_grid_wrapper .abs_content a.link_only:hover,
.image_text_wrapper a.link_only:hover{
    background-color: #fff;
    color: #000;
}
.collection_grid_wrapper .abs_content a.link_only:hover .right_arrow_icon svg path,
.image_text_wrapper a.link_only:hover .right_arrow_icon svg path{
    fill: #000;
}
/* .collection_grid_wrapper .abs_content a {
    margin-top: 45px
} */
.collection_grid_wrapper .abs_content.remove_absolute {
    position: relative;
    padding: 15px 0 0 0;
    background: transparent;
    width: 100%;
    justify-content: flex-start
}
.collection_grid_wrapper .abs_content.remove_absolute h2 {
    color: #000;
    font-size: 16px
}
.collection_grid_wrapper .label_wrapper_abs {
    position: absolute;
    top: 20px;
    left: 32px;
    display: flex;
    flex-direction: column;
    z-index: 2
}
.collection_grid_wrapper .collection_grid a.video_wrapper {
    position: relative;
    padding-bottom: 150%;
    display: block
}
.collection_grid_wrapper .collection_grid video {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover
}
.label_wrapper_abs span {
    padding: 5px 10px;
    background-color: #fff;
    text-align: center
}
.label_wrapper_abs span:not(:last-child) {
    margin-bottom: 7px
}
.video_category {
    margin-top: 55px
}
.video_wrappper {
    position: relative;
    padding-bottom: 56.25%
}
.video_wrappper video {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1
}
.category_list {
    max-width: 30%;
    width: 100%
}
.category_list li:not(:last-child) {
    margin-bottom: 56px
}
.category_list a {
    font-family: var(--font2);
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    color: #43434380
}
.category_list a.active {
    color: #434343
}
.category_image {
    max-width: 70%;
    width: 100%
}
.category_list_video {
    margin: 100px 0;
    position: relative
}
.blog_subtitle {
    margin-bottom: 30px
}
.blog_subtitle p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #8f8f8f;
    margin-bottom: 8px
}
.blog_subtitle h3 {
    font-family: var(--font2);
    font-weight: 400;
    font-size: 26px;
    line-height: 42px;
    color: #434343
}
.featured_blog_wrapper {
    margin: 0 -12px
}
.featured_blog_wrapper .article_grid {
    width: 100%;
    max-width: 50%;
    padding: 0 12px
}
.article_grid .article_image {
    margin-bottom: 20px
}
.article_grid .subtitle {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}
.article_grid .subtitle span:not(:last-child) {
    margin-right: 15px
}
.article_grid h3 {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title_color);
    margin: 13px 0
}
.article_grid .content {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}
.featured_blog,
.text_grid,
.why_us,
.image_text_grid_left_right,
.pricing {
    margin: 60px 0
}
.text_grid {
    background: #434343;
    color: #fff
}
.text_grid_wrapper {
    padding: 13px 0
}
.text_grid_wrapper .grid_text.single {
    max-width: 100%
}
.text_grid_wrapper .grid_text.two {
    max-width: 50%
}
.text_grid_wrapper .grid_text.three {
    max-width: 33.33%
}
.text_grid_wrapper .grid_text.four {
    max-width: 25%
}
.text_grid_wrapper .grid_text {
    width: 100%;
    padding: 30px;
    text-align: center
}
.text_grid_wrapper .grid_text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 42px
}
.text_grid_wrapper .grid_text .content,
.text_grid_wrapper .grid_text .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}
.text_grid_wrapper .grid_text .content {
    margin: 0
}
.text_grid_wrapper .grid_text:not(:last-child) {
    border-right: 1px solid #fff
}
.big_size_text .marquee-text span {
    -webkit-text-stroke: .5px var(--title_color);
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 95px;
    line-height: 1.4
}
.big_size_text .scrolling_text {
    background: transparent;
    margin: 60px 0
}
.footer_column {
    padding: 0 12px
}
.footer_wrapper {
    margin: 60px -12px;
    border-top: 1px solid #D5D6D6;
    padding-top: 60px
}
.footer_column .content {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px
}
.footer_column .phone_no {
    font-weight: 400;
    font-size: 23px;
    line-height: 42px;
    margin-top: 24px;
    color: #434343
}
.footer_content {
    width: 50.02%;
    margin-right: auto
}
.nav_menu {
    width: 24.99%
}
.footer_nav_menu li:not(:last-child),
.footer_column.nav_menu h4 {
    margin-bottom: 16px
}
.footer_column.nav_menu h4 {
    text-transform: uppercase
}
.footer_nav_menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000
}
.footer_bottom {
    border-top: 1px solid #D5D6D6;
    padding: 25px 0
}
.powered_by {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8f8f8f
}
.list-payment__item:not(:last-child) {
    margin-right: 8px
}
.medium_size_text .scrolling_text {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    padding: 80px 0
}
.medium_size_text .scrolling_text a {
    display: block;
    transform: rotate(4.41deg)
}
.medium_size_text .scrolling_text .marquee-text {
    padding: 6px 30px 6px 0;
    background-color: var(--title_color)
}
.medium_size_text .marquee {
    background-color: var(--title_color)
}
.medium_size_text .marquee-text span {
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    -webkit-text-stroke: .5px #fff;
    -webkit-text-fill-color: transparent
}
.medium_size_text .marquee {
    overflow: unset
}
.toggle_collection_wrapper {
    margin: 40px 0;
    position: sticky;
    top: 116.03px;
    z-index: 3;
    background-color: #fff
}
.toggle_collection_wrapper a {
    padding: 10px 20px;
    color: #434343;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 2px solid rgba(67, 67, 67, .4);
    width: 100%;
    display: block
}
.toggle_collection_wrapper a.active {
    border-bottom: 2px solid #000
}
.main_product {
    padding-top: 50px
}
.product__media-wrapper,
.product__info-wrapper {
    width: 50%
}
.product__media-wrapper .thumbnail_images_wrapper {
    width: 95px;
    margin-right: auto
}
.product__media-wrapper .main_images_wrapper {
    width: calc(100% - 120px)
}
.product__info-wrapper {
    padding-left: 70px
}
.breadcrumb a {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8f8f8f;
    position: relative;
    padding-right: 15px
}
.breadcrumb a:after {
    content: "/";
    position: absolute;
    right: 4px;
    height: 100%
}
.breadcrumb strong {
    font-size: 13px;
    line-height: 20px
}
.product_availability span {
    font-weight: 400;
    font-size: 14px;
    padding: 6px 15px;
    line-height: 140%;
    background-color: var(--title_color);
    color: #fff
}
.product_availability span.product_availabile {
    background-color: green
}
.product_availability,
.product__info-wrapper .product_title,
.product__info-wrapper .product_price,
.product__info-wrapper .product_description,
.product__info-wrapper .product_options,
.product__info-wrapper .swatch,
.product__info-wrapper .size_chart_wrapper,
.product__info-wrapper .puchase_buttons,
.product__info-wrapper .delivery_option,
.product__info-wrapper .green_note,
.product__info-wrapper .offer_list,
.product_tabs {
    margin-top: 32px;
    margin-bottom: 32px
}
.product__info-wrapper .puchase_buttons .button_atc {
    width: 100%
}
.offer_list {
    padding: 15px;
    background: #edeff3
}
.offer_list h3 {
    color: var(--title_color);
    font-size: 16px;
    line-height: 1.4
}
.offer_list ul {
    margin-left: 15px
}
.offer_list ul li {
    position: relative
}
.offer_list ul li:before {
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: .35em 0 .35em .45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1rem;
    position: relative
}
.green_note {
    background: rgba(15, 10, 222, .25);
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #00f;
    max-width: fit-content
}
.product__info-wrapper .puchase_buttons.has_additional_buttons {
    margin-bottom: 10px
}
.product__info-wrapper .direct_buy {
    margin-top: 10px
}
.breadcrumb,
.product__info-wrapper .product_sku_category {
    margin-bottom: 32px
}
.product__info-wrapper .product_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    font-family: var(--font2);
    color: #434343;
    display: block
}
.product__info-wrapper .product_price {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #434343
}
.product__info-wrapper .compare_at_price {
    padding-left: 15px;
    opacity: .5
}
.swatch .all_elements {
    margin: 0 -8px -16px
}
.swatch[data-option-name=Color] .all_elements {
    margin-left: -4px
}
.swatch .swatch_header,
.product_options label,
.webyzeProductColorsLabel {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000
}
.swatch_element {
    margin: 0 8px 16px;
    position: relative
}
.swatch_element label {
    min-width: 36px;
    min-height: 36px;
    padding: 8px;
    border: 1px solid #D5D6D6;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #434343;
    display: flex;
    align-items: center;
    justify-content: center
}
.webyzeProductColors {
    overflow: hidden
}
.swatch.is_color .swatch_element label,
.webyzeProductColors > .swatchProductColor,
.webyzeProductColors > .swatchProductColor > div {
    padding: 0 !important;
    width: 14px !important;
    height: 14px !important;
    min-width: auto;
    min-height: auto;
    box-shadow: none !important;
    vertical-align: unset !important;
    border-radius: 0 !important;
    position: relative
}
.webyzeProductColors > .swatchProductColor {
    border: 0 !important;
    padding: 8px !important;
    margin: 0 !important
}
.webyzeProductColors > .swatchProductColor.currentSwatch:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    top: 4px;
    left: 4px
}
.webyzeProductColors > .swatchProductColor.currentSwatch > div {
    border: 1px solid #000
}
.webyzeTooltip {
    display: none !important
}
.swatch_element input:checked + label {
    border: 1px solid #000000
}
.swatch.is_color .swatch_element input:checked + label:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #000000
}
.product__info-wrapper .size_chart_btn,
.product__info-wrapper .scr-open-size-chart {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #434343;
    position: relative;
    padding-bottom: 5px;
    font-family: var(--font1);
    text-decoration: none;
    padding-top: 0;
    margin: 0
}
.product__info-wrapper .scr-open-size-chart:before {
    display: none
}
.product__info-wrapper .size_chart_btn:after,
.product__info-wrapper .scr-open-size-chart:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #434343
}
.product__info-wrapper .quantity_wrapper,
.item_quantity .quantity_wrapper {
    border: 1px solid #434343;
    max-width: 86px;
    margin-right: 24px;
    width: 100%
}
.product__info-wrapper .quantity_wrapper .plus,
.product__info-wrapper .quantity_wrapper .minus,
.item_quantity .quantity_wrapper .plus,
.item_quantity .quantity_wrapper .minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    cursor: pointer
}
.product__info-wrapper .quantity_wrapper input,
.item_quantity .quantity_wrapper input {
    display: block;
    border: 0;
    width: 34px;
    height: 48px;
    text-align: center;
    color: #434343;
    padding: 0
}
.quantity_wrapper.disabled {
    opacity: .5
}
.product__info-wrapper .add_to_cart {
    max-width: calc(100% - 182px);
    width: 100%
}
.product__info-wrapper .button_atc[disabled] {
    opacity: .5
}
.product__info-wrapper .add_to_wishlist {
    margin-left: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border: 1px solid #434343;
    height: 48px
}
.add_to_wishlist .swym-wishlist-button-bar {
    width: 48px;
    height: 48px
}
.add_to_wishlist button.swym-button.disabled:hover,
.add_to_wishlist button.swym-button:disabled:hover {
    opacity: 1
}
.add_to_wishlist .swym-btn-container[data-position=default] .swym-button {
    width: 100%
}
.add_to_wishlist .swym-btn-container .swym-button:after {
    font-size: 20px;
    width: 48px;
    height: 48px
}
.add_to_wishlist .swym-btn-container[data-position=default] .swym-button .swym-tooltip .swym-tooltip-text {
    display: none
}
.add_to_wishlist button.swym-button.disabled,
button.swym-button:disabled,
.add_to_wishlist .swym-btn-container .swym-button.swym-added:after {
    opacity: 1
}
.add_to_wishlist button.swym-button:after {
    color: #434343 !important
}
.product__info-wrapper .btn_wishlist {
    width: 48px;
    height: 48px;
    border: 0;
    background-color: transparent
}
.product_sku_category table th {
    text-transform: uppercase;
    min-width: 150px;
    text-align: left;
    font-size: 14px
}
.product_sku_category table th a {
    color: #000;
    text-transform: capitalize
}
.delivery_option label {
    font-weight: 700;
    line-height: 24px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}
.delivery_option input {
    max-width: calc(100% - 160px);
    width: 100%
}
.delivery_option .button_check {
    background: #434343;
    color: #fff;
    margin-left: 10px;
    max-width: 150px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font1)
}
.product__media-wrapper .thumbnail_images_wrapper img {
    max-width: 91px
}
.single_thumb {
    position: relative;
    padding-bottom: 91px;
    overflow: hidden;
    display: block !important;
    width: 91px !important;
    margin: 0 auto
}
.single_thumb img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.thumb_images.slick-vertical .slick-slide {
    margin-bottom: 25px
}
.rte p,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte div,
.rte ul li,
.rte ol li {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte div,
.rte ul {
    margin-bottom: 15px
}
.rte p {
    margin-bottom: 10px
}
.rte p:last-child {
    margin-bottom: 0
}
.rte ul li{
    list-style: disc;
    margin-bottom: 5px;
}
.rte ol li {
    margin-bottom: 5px;
}
.rte a {
    color: #000;
    text-decoration: underline;
    word-break: break-word;
}
.slick-arrow.slick-disabled {
    opacity: .5
}
.container.left_none {
    padding-left: 0
}
.container.right_none {
    padding-right: 0
}
.product-list-related {
    margin: 40px -12px
}
.product-list-related .slick-track {
    margin: 0 !important
}
.product-list-related .product_grid {
    padding: 0 12px
}
del {
    text-decoration: line-through
}
.direct_buy {
    width: 100%;
    display: block
}
.shopify-payment-button__button--unbranded {
    background-color: #434343;
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px;
    border-radius: 0
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #434343
}
.price > * {
    display: inline-block;
    vertical-align: top
}
.price.price--unavailable {
    visibility: hidden
}
.price--end {
    text-align: right
}
.price .price-item {
    display: inline-block
}
.price__regular .price-item--regular {
    margin-right: 0
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
    margin: 0
}
.customer_page .container {
    max-width: 420px
}
.price--sold-out .price__availability,
.price__regular {
    display: block
}
.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: none
}
.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
    display: inline-block
}
.price--on-sale .price__sale {
    display: initial;
    flex-direction: row;
    flex-wrap: wrap
}
.price--center {
    display: initial;
    justify-content: center
}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    padding-left: 15px;
    opacity: .5
}
.unit-price {
    display: block;
    text-transform: uppercase
}
.single_main_image {
    display: block !important
}
.collection_items:not(.active) {
    display: none
}
.collection_items .html_part {
    overflow-x: auto
}
.grid__item.one_third {
    width: 33.33%
}
.grid__item.one_two {
    width: 50%
}
.collection_products_wrapper {
    margin: 0 -12px
}
.collection_products_wrapper .product_grid {
    padding: 0 12px;
    margin-bottom: 40px
}
.see_more {
    width: 100%
}
.see_more:not(.loading) .loading_svg,
.see_more.loading a {
    display: none
}
.see_more.loaded {
    display: none
}
.see_more a {
    color: #fff;
    padding: 10px;
    background-color: #000;
    border-radius: 4px
}
.collection--empty {
    width: 100%;
    min-height: 50vh
}
.collection_filter,
.filter_form {
    width: 100%
}
.collection_filter_wrapper {
    margin: 60px 0;
    position: relative
}
.collection_filter_wrapper .breadcrumb {
    margin: 0
}
.sorting_select {
    border-left: 1px solid #D5D6D6
}
.sorting_select select,
.filter_text {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0 8px
}
.filter_text {
    padding-left: 4px
}
.filter_click {
    cursor: pointer
}
.facets__price .field label,
.facets__price .field span,
.facets__price .field input {
    font-size: 12px
}
.facets__price .field:last-child {
    margin-left: 15px
}
.why_us .image_wrapper,
.why_us .content {
    position: relative;
    width: 50%
}
.why_us .content {
    padding-left: 70px
}
.why_us .content h2 {
    font-family: var(--font2);
    font-size: 36px;
    line-height: 42px;
    color: var(--title_color);
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700
}
.why_us .content h2 span {
    font-weight: 400
}
.why_us .image_wrapper {
    padding: 55px
}
.why_us .top_left_border {
    position: absolute;
    top: 0;
    left: 0
}
.why_us .top_left_border:after {
    content: "";
    position: absolute;
    left: 0;
    width: 44px;
    height: 150px;
    display: block;
    top: 0;
    background-color: var(--title_color)
}
.why_us .top_left_border:before {
    content: "";
    position: absolute;
    left: 0;
    width: 150px;
    height: 44px;
    display: block;
    top: 0;
    background-color: var(--title_color)
}
.why_us .bottom_right_border {
    position: absolute;
    bottom: 0;
    right: 0
}
.why_us .bottom_right_border:after {
    content: "";
    position: absolute;
    right: 0;
    width: 44px;
    height: 150px;
    display: block;
    bottom: 0;
    background-color: var(--title_color)
}
.why_us .bottom_right_border:before {
    content: "";
    position: absolute;
    right: 0;
    width: 150px;
    height: 44px;
    display: block;
    bottom: 0;
    background-color: var(--title_color)
}
.why_us .image_wrapper img {
    margin: 0 auto
}
.sizechart_model {
    max-width: fit-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5);
    background-color: #fff;
    padding: 46px 20px 20px;
    color: #000;
    width: calc(100% - 20px);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility .4s ease-in, opacity .4s ease-in, transform .4s ease-in
}
.sizechart_close {
    padding: 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 3;
    background: #434343
}
.sizechart_close svg {
    transform: rotate(45deg)
}
.sizechart_close svg path {
    stroke: #fff
}
.sizechart_basic {
    overflow-x: auto
}
.sizechart_basic h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
    font-family: var(--font2)
}
table th,
table td {
    padding: 15px;
    font-size: 14px
}
.overlay {
    transition: visibility .8s ease, opacity .8s ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5
}
.overlay.active,
body.open_mobile_menu .overlay {
    opacity: 1;
    visibility: visible
}
.sizechart_model.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible
}
table {
    background: linear-gradient(to bottom, #f8f8f8, #eee)
}
table th,
table td {
    border-top: 1px solid #dee2e6
}
.collection_list_wrapper .single_grid {
    display: block !important
}
.collection_list_wrapper .single_grid .image_wrapper{
    max-width: 430px;
    padding: 0 15px;
}
body {
    width: 100%
}
.toggle_collection {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: fit-content
}
.webyzeProductColors > .swatchProductColor > div {
    border: 1px solid #D5D6D6 !important
}
.footer_content .logo_wrapper img {
    max-width: 100px
}
.footer_content p.text {
    margin: 0 30px
}
.social_icons svg {
    width: 25px;
    height: 25px
}
.social_icons li {
    margin: 0 10px
}
.header_icons svg {
    width: 20px;
    height: 20px
}
.icon_cart {
    position: relative
}
.icon_cart span {
    line-height: 1
}
.icon_cart .cart_count {
    position: absolute;
    top: 12px;
    right: -8px;
    font-size: 10px;
    background-color: #434343;
    color: #fff;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50px;
    padding: 0;
    text-align: center
}
.search_wrapper {
    margin-bottom: 15px;
    display: none
}
.search_wrapper input {
    padding: 8px 35px 8px 15px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 2px;
    color: #2f2f2f;
    font-size: 10px;
    height: 34px;
    text-transform: capitalize;
    outline: none
}
.search_wrapper form {
    position: relative
}
.search_wrapper form input {
    margin: 0
}
.search_wrapper .empty_data {
    padding: 10px
}
.search_wrapper form button {
    position: absolute;
    top: 50%;
    right: 10px;
    background: none;
    border: 0;
    transform: translateY(-50%);
    display: block;
    vertical-align: middle;
    width: auto;
    padding: 0
}
.search_wrapper form button svg {
    width: 20px;
    height: 20px;
    fill: #3e3d3d
}
.header {
    position: fixed;
    top: 25px;
    width: 100%;
    z-index: 10;
    background: #fff
}
.top_scrolling {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6
}
#MainContent {
    transition: .4s;
    padding-top: 125px;
}
.predictive-search_data {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px #0000001a
}
#predictive-search-products {
    padding: 20px 0 10px 20px;
    border-bottom: 1px solid #0000001a
}
#predictive-search-results li {
    margin-bottom: 10px
}
#predictive-search-results li .img_wrapper {
    width: 50px
}
#predictive-search-results li > a {
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}
#predictive-search-results li > a .flexbox > span {
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 14px
}
#predictive-search-results .view_all {
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #0000001a;
    text-decoration: underline
}
.swatch_element.flexbox.soldout:after,
.swatch_element.flexbox.soldout:before {
    content: "";
    height: 1px;
    background: #D5D6D6;
    position: absolute;
    z-index: 1;
    width: 50px;
    left: -7px;
    top: 18px
}
.swatch_element.flexbox.soldout:after {
    transform: rotate(45deg)
}
.swatch_element.flexbox.soldout:before {
    transform: rotate(-45deg)
}
.swatch.is_color .swatch_element.flexbox.soldout:before,
.swatch.is_color .swatch_element.flexbox.soldout:after {
    left: -1.75px;
    top: 6px;
    width: 18px
}
.contact_form_wrapper .fs-lg {
    margin-bottom: 24px
}
.whitebox {
    padding: 10px;
    border: 1px solid
}
.whitebox img {
    max-width: 50px
}
.whitebox .content {
    margin: 0;
    padding-left: 15px
}
.whitebox .content p {
    margin: 0;
    word-break: break-word
}
.whitebox {
    flex-wrap: nowrap
}
.filter_sidebar {
    position: fixed;
    opacity: 1;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 11;
    max-width: 400px;
    right: -100%;
    transition: .4s all;
    width: 100%
}
.filter_sidebar .filter_sidebar_wrapper {
    position: relative
}
.filter_sidebar .filter_header {
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.filter_sidebar .filter_header span {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}
.filter_sidebar .filter_sidebar_close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #fff;
    border: 0
}
.filter_sidebar .filter_sidebar_close svg {
    max-width: 15px;
    display: block;
    width: 100%;
    stroke: #000
}
.filter_sidebar .filter_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 124%;
    padding-bottom: 20px;
    color: #000;
    display: block
}
.filter_sidebar .sortby {
    margin-bottom: 38px
}
.filter_content {
    max-height: calc(100% - 70px);
    overflow: hidden
}
.option_filters_wrapper {
    padding-top: 35px;
    overflow: auto
}
.filter_sidebar .option_filters {
    margin: 20px;
    border-bottom: 1px solid #e3e3e3
}
.filter_sidebar .option_filters .sidebar_collection_filter {
    padding: 20px 10px 20px 0
}
.filter_sidebar .option_filters .sidebar_collection_filter {
    border-top: 1px solid #e3e3e3
}
.filter_sidebar .option_filters .sidebar_collection_filter .filter_btn {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin: 0
}
.filter_sidebar .option_filters .sidebar_collection_filter .filter_btn span {
    position: relative;
    width: 10px;
    height: 10px;
    transition: .4s all
}
.filter_sidebar .option_filters .sidebar_collection_filter .filter_btn span:after,
.filter_sidebar .option_filters .sidebar_collection_filter .filter_btn span:before {
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: ""
}
.filter_sidebar .option_filters .sidebar_collection_filter .filter_btn span:after {
    height: 10px;
    width: 2px;
    left: 50%;
    transform: translate(-50%, -50%)
}
.filter_sidebar .option_filters .sidebar_collection_filter .filter_btn span:before {
    height: 2px;
    width: 10px
}
.filter_sidebar .option_filters .sidebar_collection_filter .facet-checkbox {
    font-weight: 400;
    padding-left: 30px;
    font-size: 12px;
    z-index: 1;
    position: relative
}
.filter_sidebar .option_filters .sidebar_collection_filter .facet-checkbox.facet-checkbox--disabled {
    opacity: .5
}
.filter_sidebar .option_filters .sidebar_collection_filter .filter_wrapper {
    display: none;
    padding: 15px 0 0
}
.filter_wrapper .facets__selected {
    font-size: 12px;
    margin-bottom: 10px;
    display: block
}
.filter_wrapper li {
    margin: 6px 0;
    position: relative
}
.filter_wrapper li [type=checkbox] {
    display: none
}
.filter_wrapper li .facet-checkbox:not(.facet-checkbox--disabled) {
    cursor: pointer
}
.filter_wrapper li:after {
    border: 1px solid rgba(0, 0, 0, .2);
    width: 15px;
    height: 15px;
    background: 0 0;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 4px;
    content: "";
    z-index: 0
}
.filter_wrapper li.active:before {
    content: "";
    width: 9px;
    height: 6px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: 0 0;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    left: 12px
}
.filter_wrapper ul {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%
}
.filter_sidebar .option_filters .sidebar_collection_filter.active .filter_btn span:after {
    display: none
}
body.open_filter_sidebar {
    overflow: hidden
}
body.open_filter_sidebar .filter_sidebar {
    right: 0
}
body.open_filter_sidebar .overlay {
    opacity: 1;
    visibility: visible
}
.facet-remove {
    margin-bottom: 8px;
    font-size: 12px
}
.facet-remove svg {
    width: 12px;
    height: 12px
}
.refine_by_text {
    margin-bottom: 15px;
    font-size: 14px
}
.big_text_list .big_text {
    font-weight: 600;
    font-size: 158px;
    color: var(--title_color);
    line-height: 130%;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 1
}
.big_text_list .big_text:not(:first-child) {
    margin-top: -90px
}
.big_text_list .big_text.fill {
    -webkit-text-stroke: .5px var(--title_color);
    -webkit-text-fill-color: transparent
}
.about_us_text {
    max-width: 1200px;
    margin: 30px auto
}
.about_us_text h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    max-width: 640px
}
.about_us_text .content {
    max-width: 880px;
    margin-top: 24px
}
.about_us_text_with_logo_wrapper h2 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    color: var(--title_color);
    width: 50%;
    margin-right: auto
}
.about_us_text_with_logo_wrapper .content {
    width: 50%;
    margin-left: auto
}
.about_us_text .content p,
.about_us_text_with_logo_wrapper .content p {
    color: #8f8f8f
}
.fixed_position_logo {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 4
}
.circle_animated {
    position: relative;
    max-width: fit-content
}
.circle_animated a {
    animation: rotation 10s infinite linear;
    position: relative;
    z-index: 1
}
.circle_animated img {
    max-width: 50px;
    position: absolute;
    top: 39px;
    left: 39px;
    z-index: 0
}
.page_content h3 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    color: var(--title_color);
    margin-bottom: 30px
}
.page_content .content p {
    margin-bottom: 30px
}
.cross_scrolling {
    position: relative;
    margin: 45px 0
}
.cross_scrolling img {
    margin: 0 auto;
    display: block
}
.cross_scrolling .scrolling_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.cross_scrolling .lefttop_rightbottom {
    opacity: .7
}
.cross_scrolling .lefttop_rightbottom.scrolling_text a {
    transform: rotate(15deg)
}
.cross_scrolling .righttop_leftbottom.scrolling_text a {
    transform: rotate(-15deg)
}
.cross_scrolling.medium_size_text .scrolling_text {
    padding: 300px 0
}
.faq_wrapper h3.sec_title {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 50px 0 22px;
    border-bottom: 1px solid #D5D6D6
}
.faq_page .page_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 64px
}
.q_a_wrapper {
    border-bottom: 1px solid #D5D6D6
}
.q_a_wrapper .question {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    position: relative;
    color: #5c5c5c;
    text-transform: capitalize;
    cursor: pointer
}
.q_a_wrapper .question:after {
    content: "";
    right: 0;
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%)
}
.q_a_wrapper .question:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #000;
    right: 6px;
    top: 13px
}
.q_a_wrapper .question.active:before {
    display: none
}
.q_a_wrapper .answer {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 0;
    display: none;
    color: #5c5c5c;
    margin: 0
}
.faq_wrapper .left_bar {
    width: calc(100% - 200px);
    padding-right: 140px
}
.faq_wrapper .right_bar {
    width: 200px
}
.faq_wrapper .right_bar .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}
.faq_wrapper .right_bar p {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}
.faq_wrapper .right_bar a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
}
.customer_page .section_title,
.page-404 .section_title,
.page_wrapper .section_title,
.contact_wrapper .section_title,
.shopify-policy__title h1,
.page-404_wrapper h1,
.search_page_form,
.returnprime .customer .title {
    margin: 30px 0
}
.customer_page form label,
.customer_page form input:not([type="checkbox"]),
.customer_page form select,
.customer_page form textarea {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    font-size: 14px
}
.customer_page form input:not([type="checkbox"]),
.customer_page form select,
.customer_page .input-checkbox,
.customer_page form textarea {
    margin-bottom: 20px
}
.customer_page form a {
    margin-bottom: 20px;
    display: block;
    text-decoration: underline
}
.sign_up_part ul {
    padding-left: 15px;
    list-style: disc;
    margin-bottom: 15px
}
.sign_up_part a {
    display: block
}
.sign_up_part {
    border-top: 1px solid #D5D6D6
}
#RecoverPasswordForm,
#CustomerLoginForm {
    margin-bottom: 30px
}
#RecoverPasswordForm {
    display: none
}
#RecoverPasswordForm p {
    margin-bottom: 15px
}
#recover_cancel {
    text-decoration: underline;
    cursor: pointer
}
.label-required:after {
    content: "*"
}
.account .tabs__head {
    border-bottom: 1px solid #e5e5e5
}
.account .tabs__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1px
}
.account .tabs__slider .tabs__btn {
    padding: 6px 20px;
    cursor: pointer;
    border: solid 1px transparent
}
.account .tabs__slider .tabs__btn.active {
    border-top-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    background-color: #fff;
    color: var(--title_color);
    font-weight: 600
}
.account [data-js-tabs-tab]:not(.active) .tabs__content {
    display: none
}
.account .tabs__content {
    padding: 35px 0
}
.table-account,
.table-account-addresses {
    width: 100%
}
.logout_wrapper a {
    margin: 0 auto;
    display: block;
    max-width: fit-content
}
.address_form_title {
    margin: 20px 0 8px
}
.address_btns {
    margin: 20px 0 60px;
    flex-wrap: nowrap
}
.address_btns input,
.address_btns button {
    margin: 0 !important;
    max-width: fit-content
}
#AddressNewForm,
.edit_hide {
    display: none
}
.note--error {
    color: red;
    margin-bottom: 20px
}
.sub_title_text {
    margin-bottom: 20px;
    font-size: 16px
}
.up_down_btn input {
    margin-bottom: 5px !important;
    text-transform: uppercase
}
.up_down_btn input:last-child {
    margin-bottom: 0 !important
}
.tab_title_wrapper {
    padding-left: 70px;
    margin-left: auto;
    width: 50%
}
.tab_title_wrapper .q_a_wrapper:first-child {
    border-top: 1px solid #D5D6D6
}
.shopify-payment-button__button--hidden {
    display: none
}
.page-404_wrapper p,
.cart_page.empty p {
    margin-bottom: 16px
}
.contact_parent {
    margin: 0 -15px
}
.contact_wrapper .left_part {
    width: 33.33%;
    padding: 0 15px
}
.contact_wrapper .right_part {
    width: 66.66%;
    padding: 0 15px
}
.contact_wrapper button i {
    width: 20px;
    margin-right: 5px;
    margin-top: 3px
}
.contact_wrapper button i svg {
    fill: #fff
}
.contact_wrapper .subtitle {
    font-size: 18px;
    margin-bottom: 15px
}
.search_page_form #Search {
    height: 50px;
    width: calc(100% - 75px)
}
.page-404 .featured_collection,
.cart_page .featured_collection {
    margin-top: 80px
}
body .returnprime .customer__search .search__wrapper .form__wrapper .btn {
    background-color: #434343 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    font-family: var(--font1);
    padding: 13px
}
.cart_page .left_cat {
    width: 70%
}
.cart_page .right_cart {
    width: 30%;
    padding-left: 35px
}
.cart_page .cart__head {
    padding: 25px 35px;
    background-color: var(--title_color);
    color: #fff;
    display: block
}
.cart_page .right_cart .cart_note_wrapper {
    border-bottom: 1px solid var(--title_color)
}
.cart_page .right_cart .cart_note_wrapper,
.cart_page .right_cart .cart_total_wrapper {
    padding: 20px 35px
}
.cart_total_wrapper .total_wrapper {
    margin-bottom: 8px
}
.right_cart .cart__sidebar {
    border: 1px solid var(--title_color)
}
#CartSpecialInstructions {
    border-color: #c7baba
}
#CartSpecialInstructions,
.checkout_btn {
    width: 100%;
    display: block
}
.cart_page .item_product,
.cart_page .item_price,
.cart_page .item_quantity,
.cart_page .item_total {
    padding-right: 10px
}
.cart_page .item_product {
    width: calc(55% - 70px);
    text-align: left
}
.cart_page .item_product .cart__image {
    width: 100px
}
.cart_page .item_product .item_title {
    width: calc(100% - 100px);
    padding-left: 10px
}
.cart_page .item_product .item_title a {
    margin-bottom: 8px;
    display: block
}
.cart_page .item_product .option_name strong {
    margin-right: 5px
}
.cart_page .cart__items {
    border: 1px solid var(--title_color)
}
.cart_page .cart__items .cart_item {
    padding: 20px 35px;
    position: relative
}
.cart_page .cart__items .cart_item:not(:last-child) {
    border-bottom: 1px solid var(--title_color)
}
.cart_page .item_product .cart__image .rimage {
    position: relative
}
.cart_page .item_product .cart__image .rimage img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}
.cart_page .item_price,
.cart_page .item_quantity,
.cart_page .item_total {
    width: 15%;
    text-align: left
}
.cart_page .item_remove {
    width: 70px;
    text-align: right
}
.cart_page .item_remove svg {
    width: 30px;
    margin-left: auto
}
.women_sale_banner_with_collection,
.women_bestsellers,
.women_categorys {
    margin: 100px 0;
    overflow: hidden;
    position: relative
}
.women_categorys_wrapper {
    margin: 50px 0 0
}
.women_sale_banner_with_collection_wrapper .left_part,
.women_sale_banner_with_collection_wrapper .right_part,
.women_categorys_wrapper .left,
.women_categorys_wrapper .right {
    width: 50%
}
.women_sale_banner_with_collection_wrapper .left_part {
    padding-right: 150px;
    position: absolute;
    left: 0;
    height: 100%
}
.women_sale_banner_with_collection_wrapper .left_part img {
    width: 100%;
    object-fit: cover;
    height: 100%
}
.women_sale_banner_with_collection_wrapper .right_part {
    padding-top: 60px;
    margin-left: auto
}
.women_sale_banner_with_collection_wrapper .content_part {
    max-width: 400px;
    margin-bottom: 50px;
    margin-right: auto
}
.women_sale_banner_with_collection_wrapper .content_part .label_only,
.women_bestsellers .left_part .section_title,
.women_bestsellers .left_part .rte {
    padding-bottom: 30px;
    display: block
}
.label_only {
    text-transform: uppercase
}
.women_sale_banner_with_collection_wrapper .content_part .section_title {
    padding-bottom: 30px;
    display: block
}
.women_product_wrapper {
    margin: 0 -10px
}
.women_product_wrapper .product_grid {
    width: 50%;
    padding: 0 10px
}
.women_product_wrapper .product_grid:first-child {
    margin-top: 100px
}
.women_bestsellers .left_part {
    width: 30%;
    padding-right: 20px
}
.women_bestsellers .right_part {
    width: 70%
}
.women_bestsellers_product_wrapper {
    margin: 0 -10px
}
.women_bestsellers .right_part .product_grid {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 50px
}
.women_bestsellers .content_part {
    max-width: 300px;
    margin-right: auto
}
a.link-underline {
    text-decoration: underline
}
.women_bestsellers .four_grid .product_grid {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 50px
}
.women_bestsellers_slider .slick-list {
    padding: 0 10% !important
}
.women_bestsellers_slider .slick-list .product_grid {
    margin-bottom: 0 !important
}
.category_block {
    position: relative;
    padding-bottom: 100%
}
.category_block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.category_block .abs_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.category_block .abs_content * {
    color: #fff;
    margin-bottom: 15px
}
.women_categorys_wrapper .left,
.women_categorys_wrapper .right {
    padding: 0 10px
}
.women_categorys_wrapper .left {
    width: 60%;
    margin: 0 auto
}
.women_categorys_wrapper .left .category_block:first-child {
    margin-left: -50px;
    margin-right: 50px
}
.women_categorys_wrapper .left .category_block:last-child {
    margin-right: -50px;
    margin-left: 50px;
    margin-top: -50px;
    box-shadow: -5px -5px 9px -5px #000
}
.women_categorys_wrapper .left .category_block {
    padding-bottom: calc(50% - 10px)
}
marquee.women_sale {
    font-size: 48px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 5px 0
}
.article_image_wrpr img {
    display: block;
    margin: 50px auto
}
.article_body img {
    display: block;
    margin: 10px auto
}
.article_body {
    max-width: 800px;
    margin: 50px auto
}
.article_title {
    max-width: 70%;
    border-left: 5px solid var(--title_color);
    padding-left: 40px;
    margin-left: 100px;
    margin-bottom: 50px
}
.article_comment_wrapper {
    border-top: 1px solid #efefef;
    margin-top: 50px
}
.blogs_wrapper .article_grid {
    margin-bottom: 40px
}
form#slidecart-checkout-form * {
    font-size: 12px !important;
    font-weight: 600 !important
}
.cart_discount_box {
    padding: 20px 35px;
    border-bottom: 1px solid var(--title_color)
}
.cart_discount_box input {
    width: calc(100% - 70px)
}
.cart_discount_box .button {
    width: 70px
}
.grid_wishlist_wrapper {
    position: absolute;
    right: 22px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--title_color)
}
body .swym-add-to-wishlist-view-product:after {
    color: var(--title_color) !important
}
.grid_wishlist_wrapper .swym-button {
    width: 40px !important;
    height: 40px !important
}
.grid_wishlist_wrapper .swym-button:not(.swym-loaded) {
    opacity: 0;
    visibility: hidden
}
.grid_wishlist_wrapper .swym-button.swym-loaded {
    opacity: 1 !important;
    font-size: 20px
}
.page-404 .rte span,
.page-404 .rte i {
    padding-right: 5px
}
.page-404 .rte b {
    font-weight: 700
}
.page-404 .rte i {
    font-family: var(--font4)
}
.error_msg {
    display: block;
    color: var(--title_color);
    margin-top: 5px
}
.table-account-history {
    width: 100%
}
a.order_number {
    font-weight: 700;
    color: var(--title_color)
}
h2.sub_heading {
    font-size: 18px;
    color: var(--title_color);
    font-weight: 500
}
.customer_page.order_detail .body_line {
    line-height: 1.5;
    margin-bottom: 8px;
    display: block
}
.section_title.b_l_m {
    margin-bottom: 10px
}
.customer_page.order_detail .table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
.customer_page .table th,
.customer_page .table td,
.customer_page .responsive-table th,
.customer_page .responsive-table td {
    border-top: 1px solid #dee2e6
}
.customer_page .responsive-table th {
    text-align: left
}
.banner_over_textbox {
    margin-bottom: 150px;
}
.banner_over_textbox_wrapper {
    position: relative;
    padding-bottom: 700px;
    background-color: #efefef;
}
.banner_over_textbox_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
/* .banner_over_textbox_wrapper .banner_over_textbox_abs {
    position: absolute;
    text-align: left;
    transition: 0.4s all;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(17,16,19,.3);
} */
.banner_over_textbox_wrapper .banner_over_textbox_abs{
    position: absolute;
    width: 350px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    text-align: left;
    box-shadow: 0 15px 20px #ff332d80;
    transition: 0.4s all;
    right: 20px;
    bottom: 100px;
    box-shadow: 0 0px 40px #fff;
}
/* .banner_over_textbox_abs:before{
    content: "";
    background-image: radial-gradient(circle at 1px 1px,#2a272f 1px,transparent 0);
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    background-size: 20px 20px;
    width: 300px;
    height: 300px;
    z-index: 1;
} */
/* .bot_wrapper{
    padding: 40px 0;
    width: 70%;
    position: relative;
} */
.bot_wrapper p:not(:last-child){
    margin-bottom: 10px;
}
.banner_over_textbox_abs h1 {
    line-height: 1.2;
    /* font-size: 80px; */
    font-size: 20px;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}
a.link_only.witharrow{
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a.link_only {
    color: #000;
}
a.link_only .right_arrow_icon{
    padding-left: 20px;
}
a.link_only:hover .right_arrow_icon{
    -webkit-animation: iconMove ease-out .35s;
    animation: iconMove ease-out .35s;
}
a.link_only .right_arrow_icon svg{
    max-width: 18px;
    max-height: 18px;
}
a.link_only .right_arrow_icon svg path{
    fill: #000;
}
.experience_tabs{
    margin: 50px 0;
}
.experience_tabs .toggle_collection {
    position: relative;
    max-width: initial
}
.experience_tabs .toggle_collection:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #43434366;
    height: 2px;
    z-index: 0
}
.experience_tabs a {
    position: relative;
    z-index: 2;
    border: 0;
    min-width: max-content
}
.experience_tabs .redirect_btn {
    padding: 10px;
    background-color: #000;
    color: #fff;
    min-width: 280px;
    display: block;
    max-width: fit-content;
    text-align: center;
    margin: 40px auto 0;
    transition: 0.4s all;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 16px;
}
.experience_tabs .redirect_btn:hover{
    background-color: #fff;
    color: #000;
}
.experience_tabs .social_icons {
    margin: 20px auto;
    width: fit-content
}
.experience_tabs .content.above {
    max-width: 600px
}
.experience_tabs .content {
    text-align: left;
    margin: 20px auto
}
.btn_white {
    background-color: #fff;
    color: #000
}
.abs_position_content a.button {
    display: block;
    max-width: fit-content;
    margin: 20px auto 0;
    transition: all .3s ease 0s;
    box-shadow: 0 8px 15px #ffffff80
}
.abs_position_content a.button.btn_white:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-7px);
    box-shadow: 0 15px 20px #ff332d80
}
.experience_tabs_list {
    position: sticky;
    right: 20px;
    z-index: 5;
    bottom: 200px
}
.experience_tabs_list .experience_list {
    display: none;
    background-color: #000;
    margin: 0 10px 0 0;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    min-width: 270px;
    box-shadow: 0 8px 15px #000
}
.experience_tabs_list ol {
    margin-left: 20px;
    margin-bottom: 0
}
.experience_tabs_list ol li:not(:last-child) {
    margin-bottom: 5px
}
.experience_tabs_list ol a {
    color: #fff
}
.experience_tabs_list ol a:hover {
    font-size: 16px
}
.experience_tabs_list ol a.active {
    border-bottom: 1px solid;
    font-size: 18px
}
.experience_tabs_list .experience_icon {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 15px #000
}
.follow_socail_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;   
}
a.follow_socail{
    padding: 20px;
    text-align: center;
    width: calc(50% - 10px);
    border: 1px solid #000;
    border-radius: 10px;
    transition: all .3s ease 0s;
}
.follow_socail:hover{
    box-shadow: 2px 2px 12px var(--title_color);
}
.follow_socail:first-child{
    margin-right: auto;
}
.follow_socail h3{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}
.follow_socail img{
    margin: 0 auto;
    display: block;
    max-height: 150px;
}
.pricing{
    text-transform: uppercase;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.pricing h2{
    font-weight: 500;
    max-width: 50%;
    width: 100%;
    line-height: 2;
}
.pricing h2 span{
    font-size: 22px;
    padding-left: 10px;
    font-weight: bolder;
    color: var(--title_color);
}
.image_text_wrapper{
    background-color: #efefef;
}
.image_text_wrapper.reverse{
    flex-direction: row-reverse;
}
.image_text_wrapper .image_wrapper,
.image_text_wrapper .text_wrapper{
    width: 50%;
}
.image_text_wrapper .image_wrapper img{
    width: 100%;
    display: block;
}
.image_text_wrapper .text_wrapper{
    padding: 30px;
}
.image_text_wrapper .text_wrapper p{
    font-size: 18px;
    line-height: 1.5;
}
.image_text_wrapper .text_wrapper h2{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.school_pricing_table{
    text-align: left;
}
.text_grid.is_clean .grid_text:not(:last-child){
    border-right: 1px solid #000;
}
.payment_fram_wrapper{
    position: relative;
    padding-bottom: 100%;
    margin: 20px 0;
}
.payment_fram_wrapper iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
}
.rte.big_text p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.anchore_wrapper{
    width: 100%;
    text-align: center;
}
.wp_image_dot{
    margin: 50px 0;
}
.wp_image_dot_wrapper{
    position: relative;
}
.wp_image_dot_wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
}
.wp_image_wrpr{
    position: relative;
    padding-bottom: 600px;
    background-size: cover;
    background-position: center;
    max-width: 1100px;
    margin: 0 auto;
}
.wp_image_wrpr::before{
    content: "";
    position: absolute;
    width: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.wp_dot_wrpr,
.wp_img_content_wrpr{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    width: -webkit-calc(100%/12 * 6);
    width: calc(100%/12 * 6);
}
.wp_dot_wrpr::before{
    content: "";
    position: absolute;
    left: 20px;
    right: 0;
    top: -28%;
    height: 80%;
    background-image: radial-gradient(circle at 1px 1px, #c3bfca 1px, transparent 0);
    background-size: 20px 20px;
    width: 90%;
    z-index: 1;
}
.wp_img_content_wrpr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
}
.wp_img_content_wrpr .play_icon{
    margin-bottom: 30px;
}
.wp_img_content_wrpr .play_icon svg{
    width: 60px;
    height: 60px;
    display: block;
}
.wp_img_content_wrpr span.subtitle{
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.wp_img_content_wrpr h2{
    font-size: 72px;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 10px;
}
.wp_img_content_wrpr a .right_arrow_icon{
    padding-left: 10px;
}
.wp_img_content_wrpr a:hover .right_arrow_icon{
    -webkit-animation: iconMove ease-out .35s;
    animation: iconMove ease-out .35s;
}
.wp_img_content_wrpr p:not(:last-child){
    margin-bottom: 15px;
}
/* .banner_with_text_wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 35%;
    width: 100%;
    background: #fff;
    background: -webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,0)));
    background: linear-gradient(360deg,#fff 0,rgba(255,255,255,0) 100%);
    z-index: 2;
} */
.redirect_button_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}
.header_icons .menu_list{
    display: none;
}
@media screen and (min-width: 750px) {
    .price {
        margin-bottom: 0
    }
}
@media only screen and (min-width: 1025px) {
    .desktop_hide,
    .mobile_menu_close {
        display: none !important
    }
    nav ul li .second_level_menu,
    nav ul li .third_level_menu {
        position: absolute;
        width: 200px;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        background-color: #fff
    }
    .megamenu_abs {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        background: #fff
    }
}
@media only screen and (max-width: 1440px) {
    .big_text_list .big_text {
        font-size: 125px
    }
    .big_text_list .big_text:not(:first-child) {
        margin-top: -70px
    }
}
@media only screen and (max-width: 1130px) {
    .menu_list > li:not(:last-child) {
        margin-right: 15px
    }
    .abs_position_content h2 {
        font-size: 40px
    }
    .abs_position_content p,
    .explore_link {
        font-size: 16px
    }
    .big_text_list .big_text {
        font-size: 100px
    }
    .big_text_list .big_text:not(:first-child) {
        margin-top: -50px
    }
    .rotation_text p {
        font-size: 22px
    }
    .women_sale_banner_with_collection_wrapper .left_part {
        padding-right: 50px
    }
    .women_sale_banner_with_collection,
    .women_bestsellers,
    .women_categorys {
        margin: 80px 0
    }
    .cart_page .left_cat,
    .cart_page .right_cart {
        width: 100%;
        padding: 0;
        margin: 30px 0
    }
}
@media only screen and (max-width: 1024px) {
    #MainContent {
        padding-top: 116px;
    }
    .video_play_icon {
        width: 60px;
        height: 60px
    }
    .video_play_icon svg {
        width: 25px;
        height: 25px
    }
    .why_us .content h2 {
        font-size: 28px
    }
    .why_us .bottom_right_border:after,
    .why_us .top_left_border:after {
        width: 25px
    }
    .why_us .bottom_right_border:before,
    .why_us .top_left_border:before {
        height: 25px
    }
    .why_us .image_wrapper,
    .why_us .content {
        width: 100%
    }
    .why_us .image_wrapper {
        margin-bottom: 45px;
        padding: 35px
    }
    .why_us .content {
        padding-left: 0
    }
    .mobile_hide {
        display: none !important
    }
    .header_logo img {
        margin: 0 auto;
        max-width: 90px
    }
    .menu_list a,
    .megamenu_abs .single_menu_wrapper h4 {
        font-size: 16px
    }
    .megamenu_abs .single_menu_wrapper h4 {
        color: #000;
        font-weight: 400;
        line-height: 20px;
        padding: 15px 10px
    }
    .toggle_collection_wrapper a {
        font-size: 14px
    }
    .product_availability,
    .breadcrumb,
    .product__media-wrapper,
    .product__info-wrapper,
    .product__media-wrapper .thumbnail_images_wrapper,
    .product__media-wrapper .main_images_wrapper {
        width: 100%
    }
    .product__info-wrapper {
        padding: 10px 0 0
    }
    .product__media-wrapper .main_images_wrapper {
        margin-bottom: 10px
    }
    .product__media-wrapper {
        flex-direction: column-reverse
    }
    .main_product {
        display: block
    }
    .breadcrumb,
    .product__info-wrapper .product_sku_category {
        margin-bottom: 25px
    }
    .product_availability,
    .product__info-wrapper .product_title,
    .product__info-wrapper .product_price,
    .product__info-wrapper .product_description,
    .product__info-wrapper .product_options,
    .product__info-wrapper .swatch,
    .product__info-wrapper .size_chart_wrapper,
    .product__info-wrapper .puchase_buttons,
    .product__info-wrapper .delivery_option,
    .product__info-wrapper .green_note,
    .product__info-wrapper .offer_list,
    .product_tabs {
        margin-bottom: 25px;
        margin-top: 25px
    }
    .product-list-related .product_grid {
        padding: 0 7px
    }
    .product-list-related {
        margin: 30px -7px
    }
    .thumbnail_images_wrapper {
        max-width: 430px;
        margin: 0 auto
    }
    .collection_filter_wrapper .breadcrumb {
        width: auto;
        margin: 10px 0
    }
    .collection_filter_wrapper {
        margin: 50px 0
    }
    .header_menu.mobile_menu {
        position: fixed;
        opacity: 1;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 6;
        max-width: 80%;
        left: -100%;
        transition: .4s all;
        z-index: 10
    }
    body.open_mobile_menu .header_menu.mobile_menu {
        left: 0;
        overflow-y: auto
    }
    .header_menu.mobile_menu nav {
        position: relative
    }
    .header_menu.mobile_menu nav .mobile_menu_close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px;
        background-color: #000
    }
    .header_menu.mobile_menu nav .mobile_menu_close svg {
        max-width: 30px;
        display: block;
        width: 100%;
        stroke: #fff
    }
    .header_menu.mobile_menu .menu_list {
        flex-direction: column;
        align-items: flex-start;
        padding: 60px 10px 0
    }
    .header_menu.mobile_menu .menu_list li {
        margin: 0;
        width: 100%;
        border-top: 1px solid #94AE95
    }
    .header_menu.mobile_menu .menu_list li a {
        padding: 15px 10px;
        position: relative
    }
    .header_menu.mobile_menu .menu_list > li:last-child {
        border-bottom: 1px solid #94AE95
    }
    .header_menu.mobile_menu .menu_list li .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(0);
        right: 0;
        height: 100%;
        display: flex;
        width: 52px;
        padding: 0;
        align-items: center;
        justify-content: center;
        z-index: 4;
        transition: .4s all
    }
    .megamenu_abs .single_menu_wrapper {
        width: 100%;
        padding: 0;
        border-top: 1px solid #94AE95
    }
    .megamenu_abs .single_menu_wrapper ul {
        display: none;
        margin-left: 20px
    }
    .megamenu_abs .product_list .product_grid {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 15px
    }
    .megamenu_abs .product_list {
        margin: 10px -14px 0
    }
    .second_level_menu,
    .third_level_menu,
    .megamenu_abs {
        display: none
    }
    .megamenu_abs.have_submenu_list .container {
        padding: 0
    }
    .megamenu_abs .submenu_list,
    .second_level_menu,
    .third_level_menu {
        margin: 0 0 0 20px
    }
    .sorting_select select,
    .filter_text {
        font-size: 13px
    }
    .filter_icon svg {
        width: 15px;
        height: 15px
    }
    .about_us_text h2 {
        font-size: 26px
    }
    .about_us_text_with_logo_wrapper {
        display: flex;
        flex-direction: column
    }
    .about_us_text_with_logo_wrapper h2 {
        font-size: 26px;
        order: 1;
        width: 100%
    }
    .about_us_text_with_logo_wrapper .circle_animated {
        order: 2;
        margin-top: 10px
    }
    .about_us_text_with_logo_wrapper .content {
        width: 100%;
        order: 3
    }
    .page_content h3 {
        font-size: 20px
    }
    .circle_animated {
        margin: 0 auto
    }
    .cross_scrolling img {
        max-width: 300px
    }
    .cross_scrolling.medium_size_text .marquee-text span {
        font-size: 20px
    }
    .tab_title_wrapper {
        padding: 0;
        width: 100%
    }
    .contact_wrapper .left_part,
    .contact_wrapper .right_part,
    .women_bestsellers .left_part,
    .women_bestsellers .right_part,
    .women_categorys_wrapper .left,
    .women_categorys_wrapper .right {
        width: 100%
    }
    .women_categorys_wrapper .left {
        width: calc(100% - 80px)
    }
    .women_bestsellers .right_part {
        margin-top: 20px
    }
    .contact_wrapper .left_part,
    .women_bestsellers .right_part .product_grid,
    .women_bestsellers .four_grid .product_grid {
        margin-bottom: 20px
    }
    .women_sale_banner_with_collection,
    .women_bestsellers,
    .women_categorys {
        margin: 50px 0
    }
    .women_sale_banner_with_collection_wrapper .left_part,
    .women_sale_banner_with_collection_wrapper .right_part {
        width: 100%;
        padding: 0;
        position: relative
    }
    .women_bestsellers .left_part {
        padding: 0
    }
    .women_sale_banner_with_collection_wrapper .right_part,
    .women_categorys_wrapper .right {
        margin-top: 20px
    }
    .women_sale_banner_with_collection_wrapper .content_part {
        margin-bottom: 20px
    }
    .women_sale_banner_with_collection_wrapper .content_part .label_only,
    .women_sale_banner_with_collection_wrapper .content_part .section_title,
    .women_bestsellers .left_part .section_title,
    .women_bestsellers .left_part .rte {
        padding-bottom: 10px
    }
    .women_product_wrapper .product_grid:first-child {
        margin-top: 50px
    }
    marquee.women_sale {
        font-size: 34px
    }
    .women_bestsellers .four_grid .product_grid {
        width: 50%
    }
    .footer_content p.text {
        margin: 0 15px
    }
}
@media only screen and (max-width: 991px) {
    .featured_collection_wrapper .product_grid,
    .collection_grid_wrapper .collection_grid:not(.grid__item) {
        max-width: 50%
    }
    .collection_grid_wrapper .collection_grid.two_col:not(.grid__item) {
        max-width: 100%
    }
    .featured_collection_wrapper,
    .collection_grid_wrapper {
        margin: 40px -8px 0
    }
    .category_list a {
        font-size: 22px
    }
    .big_text_list .big_text {
        font-size: 75px
    }
    .big_text_list .big_text:not(:first-child) {
        margin-top: -40px
    }
    .category_list li:not(:last-child) {
        margin-bottom: 50px
    }
    .abs_position_content h2 {
        font-size: 30px
    }
    .abs_position_content p,
    .explore_link {
        font-size: 14px
    }
    .collection_list,
    .featured_collection {
        margin: 60px 0
    }
    .collection_list {
        margin-bottom: 0
    }
    .featured_collection {
        margin-top: 0
    }
    .header_logo,
    .header_icons,
    .hamburger_wrapper {
        max-width: 33.33%
    }
    .footer_content {
        width: 100%;
        margin-bottom: 0;
        margin-top: 30px
    }
    .footer_column .phone_no {
        font-size: 18px
    }
    .footer_column .content {
        margin-bottom: 15px
    }
    .nav_menu {
        width: 50%
    }
    .footer_wrapper {
        margin: 30px -12px;
        padding-top: 30px
    }
    .payment_option {
        order: 1;
        width: 100%
    }
    .list-payment {
        justify-content: center
    }
    .powered_by {
        order: 2;
        width: 100%;
        text-align: center
    }
    .featured_collection_wrapper .product_grid,
    .collection_grid_wrapper .collection_grid {
        padding: 0 7px;
    }
    .collection_grid_wrapper .abs_content {
        width: calc(100% - 16px);
        padding: 10px;
    }
    .collection_grid_wrapper .abs_content a {
        margin-top: 10px;
    }
    .collection_grid_wrapper .label_wrapper_abs {
        left: 27px;
    }
    .grid__item.one_third,
    .grid__item.one_two {
        width: 50%
    }
    .grid__item.mob_five {
        width: 100%
    }
    .collection_products_wrapper .product_grid {
        padding: 0 7px
    }
    .grid_wishlist_wrapper {
        right: 14px;
        top: 7px;
        width: 35px;
        height: 35px
    }
    .collection_products_wrapper {
        margin: 0 -14px
    }
    .faq_wrapper .left_bar {
        width: 100%;
        padding-right: 0
    }
    .faq_wrapper .right_bar {
        width: 100%;
        margin-top: 30px
    }
    .cart__items .cart__head {
        display: none
    }
    .cart_page .cart__items .cart_item,
    .cart_page .right_cart .cart_note_wrapper,
    .cart_page .right_cart .cart_total_wrapper,
    .cart_discount_box {
        padding: 20px
    }
    .cart__items .cart_item .item_product {
        width: 100%;
        padding: 0 0 20px
    }
    .cart__items .cart_item .item_price,
    .cart__items .cart_item .item_total {
        width: calc(50% - 43px)
    }
    .cart__items .cart_item .item_quantity {
        padding: 0;
        width: 86px
    }
    .cart_page .item_remove {
        width: 100%;
        padding: 20px 0 0
    }
    .cart_page .item_remove svg {
        margin: 0 auto
    }
    .cart__items .cart_item .item_price {
        text-align: left
    }
    .cart__items .cart_item .item_total {
        text-align: center
    }
    .banner_over_textbox_wrapper {
        padding-bottom: 0
    }
    .banner_over_textbox_wrapper .banner_over_textbox_abs {
        position: relative;
        top: auto;
        width: 100%;
        right: auto;
        left: auto;
        transform: none;
        bottom: auto;
    }
    .banner_over_textbox_wrapper img {
        position: relative;
        height: 500px
    }
    .banner_over_textbox .big_text {
        top: 230px;
        bottom: auto !important
    }
    .banner_over_textbox {
        margin-bottom: 60px
    }
    .image_text_wrapper .image_wrapper,
    .image_text_wrapper .text_wrapper{
        width: 100%;
    }
    .image_text_wrapper{
        margin-bottom: 20px;
    }
    .bot_wrapper{
        width: 100%;
    }
    .banner_over_textbox_wrapper .banner_over_textbox_abs{
        /* background-color: #000; */
        background-color: #efefef;
        box-shadow: none;
    }
    .banner_over_textbox_abs h1{
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 20px
    }
    .menu_list a {
        padding: 30px 0
    }
    .abs_position_content h2 {
        font-size: 22px
    }
    .abs_position_content p,
    .explore_link {
        font-size: 13px
    }
    .big_text_list .big_text {
        font-size: 50px
    }
    .big_text_list .big_text:not(:first-child) {
        margin-top: -30px
    }
    .banner_with_text_wrapper {
        margin-bottom: 75px
    }
    .section_title,
    .shopify-policy__title h1,
    body .returnprime .customer .title {
        font-size: 24px
    }
    .content {
        font-size: 13px
    }
    .collection_list_wrapper {
        margin: 40px auto 0
    }
    .product_grid span {
        font-size: 14px
    }
    .collection_grid_wrapper .abs_content h2 {
        font-size: 20px
    }
    .text_grid_wrapper {
        flex-direction: column;
        padding: 0
    }
    .text_grid_wrapper .grid_text {
        max-width: 100% !important;
        padding: 15px
    }
    .text_grid_wrapper .grid_text:not(:last-child) {
        border-right: 0 !important;
        border-bottom: 1px solid;
    }
    .text_grid_wrapper .grid_text h2 {
        font-size: 16px
    }
    .big_size_text .marquee-text span {
        font-size: 55px
    }
    .article_grid .content {
        display: none
    }
    .abs_position_content {
        padding: 0 25px;
        width: 100%
    }
    .banner_with_text_wrapper {
        padding-bottom: 400px
    }
    .banner_with_text_wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .category_list {
        max-width: 40%;
        position: relative;
        z-index: 1
    }
    .category_image {
        max-width: 60%
    }
    .article_grid .article_image {
        margin-bottom: 8px
    }
    .article_grid h3 {
        font-size: 14px;
        line-height: 16px;
        margin: 8px 0
    }
    .article_image {
        position: relative;
        padding-bottom: 300px
    }
    .article_image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
    .menu_list > li:not(:last-child) {
        margin-right: 8px
    }
    nav li a,
    .header_icons li a {
        font-size: 13px
    }
    .footer_column .content {
        text-align: center
    }
    .footer_content .logo_wrapper img {
        max-width: 65px
    }
    .footer_content p.text {
        margin: 0 10px;
        font-size: 14px
    }
    .social_icons li {
        margin: 0 5px
    }
    .social_icons svg {
        width: 16px;
        height: 16px
    }
    .cross_scrolling img {
        max-width: 200px
    }
    .article_image_wrpr img,
    .article_body {
        margin: 30px auto
    }
    .article_title {
        padding-left: 20px;
        margin-left: 40px;
        margin-bottom: 30px
    }
    .footer_content .logo_social {
        justify-content: center
    }
    .collection_grid_wrapper .collection_grid:not(.grid__item) {
        max-width: 100%
    }
    a.follow_socail{
        width: 100%;
    }
    .follow_socail:not(:last-child){
        margin: 0 0 20px 0;
    }
    .pricing h2{
        max-width: 100%;
    }
    .pricing{
        font-size: 18px;
    }
    .pricing h2:first-child{
        margin-bottom: 30px;
    }
    .rte.big_text p,
    .image_text_wrapper .text_wrapper p{
        font-size: 16px;
    }
    .image_text_wrapper .text_wrapper h2{
        font-size: 20px;
    }
    .wp_image_dot{
        margin: 0 0 80px 0;
    }
    .wp_image_dot .container{
        padding: 0;
    }
    .wp_image_wrpr{
        padding-bottom: 45vh;
    }
    .wp_image_wrpr::before{
        top: 35%;
        width: 100%;
        background: #fff;
        background: -webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,0)));
        background: linear-gradient(360deg,#fff 0,rgba(255,255,255,0) 100%);
    }
    .wp_dot_wrpr, .wp_img_content_wrpr{
        width: 100%;
    }
    .wp_img_content_wrpr{
        position: relative;
    }
    .wp_img_content_wrpr h2{
        font-size: 48px;
    }
    .wp_img_content_wrpr span.subtitle{
        font-size: 18px;
    }
    .wp_img_content_wrpr{
        padding-left: 20px;
        padding-right: 20px;
    }
    .wp_dot_wrpr::before{
        top: 0;
        height: 45vh;
    }
}
@media only screen and (max-width: 475px) {
    .banner_with_text_wrapper .big_text,
    .banner_over_textbox .big_text {
        font-size: 40px;
        bottom: -32px
    }
    .big_text_list .big_text {
        font-size: 35px
    }
    .big_text_list .big_text:not(:first-child) {
        margin-top: -20px
    }
    .collection_list_wrapper .slick-list,
    .slider_collection_list .slick-list {
        padding: 0 6%
    }
    .rotation_text p {
        line-height: 1.4
    }
}
@keyframes marquee {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}
@keyframes iconMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        opacity: 0;
    }
    31% {
        -webkit-transform: translateX(1.25rem);
        transform: translateX(1.25rem);
    }
    32% {
        -webkit-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem);
    }
    84%{
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}