/**================== ROOT ==================**/
:root {
    --cl-main: #055D7B;
    --cl-hover-main: #00CDFF;
    --cl-light-main: #21353C;
    --cl-mega-menu: rgba(192, 35, 64, 0.1);
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-gray: #fafafa;
    --cl-light-gray: #dddddd;
    --cl-dark-gray: #cdcdcd;
    --cl-sp-gray: #F6ECF4;
    --cl-light-red: #C60000;
    --cl-dark-red: #990a00;
    --cl-red: #ce2028;
    --cl-yl: #FFCB05;
    --cl-green: #009739;
    --cl-light-green: #44d62c;
    --cl-blue: #00CDFF;
    --cl-light-blue: #dbedf9;
    --cl-orange: #FF662C;
    --cl-purple: #934785;
    --font-aws: FontAwesome;
    --font-nanu: "NanumMyeongjo" !important;
    --font-gothic: 'Gothic A1' !important;
    --ratio-16-9: calc(9 / 16 * 100%);
    --ratio-4-3: calc(3 / 4 * 100%);
    --ratio-3-4: calc(4 / 3 * 100%);
    --ratio-9-16: calc(16 / 9 * 100%);
    --ratio-1-1: 100%;
    --transition-duration: 1s;
    --transition-delay-one: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.1),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.2);
    --transition-delay-two: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.22),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.32);
    --transition-delay-three: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.28),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.38);
    --transition-delay-four: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.34),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.44);
    --transition-delay-five: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.4),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.5);
    --appear-animation: translateY(3.75rem);
    --active-appear-animation: translateY(0);
}

.appear-delay-1 {
    transition: var(--transition-delay-one);
}

.appear-delay-2 {
    transition: var(--transition-delay-two);
}

.appear-delay-3 {
    transition: var(--transition-delay-three);
}

.appear-delay-4 {
    transition: var(--transition-delay-four);
}

.appear-delay-5 {
    transition: var(--transition-delay-five);
}

.CR-show-mb {
    display: none !important;
}

/**================== FONTS ==================**/
@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../fonts/NanumMyeongjo/NanumMyeongjo.eot');
    src: url('../fonts/NanumMyeongjo/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NanumMyeongjo/NanumMyeongjo.woff2') format('woff2'),
    url('../fonts/NanumMyeongjo/NanumMyeongjo.woff') format('woff'),
    url('../fonts/NanumMyeongjo/NanumMyeongjo.ttf') format('truetype'),
    url('../fonts/NanumMyeongjo/NanumMyeongjo.svg#NanumMyeongjo') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../fonts/NanumMyeongjo/NanumMyeongjoBold.eot');
    src: url('../fonts/NanumMyeongjo/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoBold.woff2') format('woff2'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoBold.woff') format('woff'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoBold.ttf') format('truetype'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoBold.svg#NanumMyeongjoBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.eot');
    src: url('../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.woff2') format('woff2'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.woff') format('woff'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.ttf') format('truetype'),
    url('../fonts/NanumMyeongjo/NanumMyeongjoExtraBold.svg#NanumMyeongjoExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gothic A1';
    src: url('../fonts/GothicA1/GothicA1-Light.eot');
    src: url('../fonts/GothicA1/GothicA1-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothicA1/GothicA1-Light.woff2') format('woff2'),
    url('../fonts/GothicA1/GothicA1-Light.woff') format('woff'),
    url('../fonts/GothicA1/GothicA1-Light.ttf') format('truetype'),
    url('../fonts/GothicA1/GothicA1-Light.svg#GothicA1-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gothic A1';
    src: url('../fonts/GothicA1/GothicA1-Regular.eot');
    src: url('../fonts/GothicA1/GothicA1-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothicA1/GothicA1-Regular.woff2') format('woff2'),
    url('../fonts/GothicA1/GothicA1-Regular.woff') format('woff'),
    url('../fonts/GothicA1/GothicA1-Regular.ttf') format('truetype'),
    url('../fonts/GothicA1/GothicA1-Regular.svg#GothicA1-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gothic A1';
    src: url('../fonts/GothicA1/GothicA1-Medium.eot');
    src: url('../fonts/GothicA1/GothicA1-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothicA1/GothicA1-Medium.woff2') format('woff2'),
    url('../fonts/GothicA1/GothicA1-Medium.woff') format('woff'),
    url('../fonts/GothicA1/GothicA1-Medium.ttf') format('truetype'),
    url('../fonts/GothicA1/GothicA1-Medium.svg#GothicA1-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gothic A1';
    src: url('../fonts/GothicA1/GothicA1-Bold.eot');
    src: url('../fonts/GothicA1/GothicA1-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothicA1/GothicA1-Bold.woff2') format('woff2'),
    url('../fonts/GothicA1/GothicA1-Bold.woff') format('woff'),
    url('../fonts/GothicA1/GothicA1-Bold.ttf') format('truetype'),
    url('../fonts/GothicA1/GothicA1-Bold.svg#GothicA1-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/**================== BANNER GROUP ==================**/
.CR-banner--group {
    position: relative;
    width: 100%;
}

.CR-banner--group img {
    width: 100%;
    height: auto;
}

/**================== BUTTON STYLE ==================**/
.CR-btn-style-icon {
    color: var(--cl-light-main) !important;
    font-family: var(--font-gothic);
    font-size: 0.75rem /* 12/16 */;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase !important;
    border-radius: 5rem /* 80/16 */;
    border: 1px solid var(--cl-light-main) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.875rem /* 30/16 */;
    width: max-content;
    gap: 0.625rem /* 10/16 */;
    height: 2.8125rem /* 45/16 */;
}

.CR-btn-style-icon:hover {
    background: var(--cl-main);
    color: var(--cl-white) !important;
}

.CR-btn-style-icon:hover svg * {
    stroke: var(--cl-white);
}

.CR-btn-style-icon svg {
    width: 1.25rem /* 20/16 */;
    height: auto;
}

.CR-btn-style-icon svg,
.CR-btn-style-icon svg * {
    -webkit-transition: 0.85s ease-in-out;
    -o-transition: 0.85s ease-in-out;
    transition: 0.85s ease-in-out;
    stroke: var(--cl-light-main);
}

/**================== TITLE GROUP ==================**/
.CR-heading-title--group {
    position: relative;
    margin-bottom: 3.75rem /* 60/16 */;
}

.CR-heading-title--group * {
    font-family: NanumMyeongjo !important;
}

.CR-heading-title--group.left * {
    text-align: left !important;
}

.CR-heading-title--group.center * {
    text-align: center !important;
}

.CR-heading-title--group.right * {
    text-align: right !important;
}

.CR-heading-title--group .sub-title {
    color: #21353C;
    font-size: 1.5625rem /* 25/16 */;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto 0.625rem /* 10/16 */;
}

.CR-heading-title--group .heading-title {
    color: #055D7B;
    font-size: 3.125rem /* 50/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: auto 0;
}

.CR-heading-title--group .desc {
    margin: 0.625rem /* 10/16 */ 0 0;
    text-align: center;
    font-size: 1rem /* 16/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem /* 26/16 */;
}

/**================== HEADER ==================**/
.admin-bar #CR-header {
    top: 32px;
}

.page-template-home .CR-main-wrap {
    margin-top: 0 !important;
}

#CR-header {
    -webkit-transition: 0.65s ease-in-out;
    -o-transition: 0.65s ease-in-out;
    transition: 0.65s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    box-shadow: -1px 4px 29px transparent;
}

#CR-header *:not(i) {
    font-family: var(--font-nanu);
}

#CR-header:hover,
#CR-header.CR-fixed {
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

#CR-header:hover .CR-header-desktop--box .main--box,
#CR-header.CR-fixed .CR-header-desktop--box .main--box {
    background: var(--cl-white);
}

#CR-header .right--box {
    gap: 2.1875rem /* 35/16 */;
}

#CR-header .CR-header-desktop--box .top--box a {
    background: var(--cl-main);
    color: var(--cl-white);
    font-size: .6875rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5625rem /* 9/16 */;
    text-transform: uppercase;
}

#CR-header .CR-header-desktop--box .main--box {
    border-bottom: 1px solid #D9D9D9;
    background: rgba(255, 255, 255, 0.70);
    padding: 0.75rem /* 12/16 */ 0;
    -webkit-transition: 0.65s ease-in-out;
    -o-transition: 0.65s ease-in-out;
    transition: 0.65s ease-in-out;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div {
    width: max-content;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    gap: 2.1875rem /* 35/16 */
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li {
    padding: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li > .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li > a {
    position: relative;
    color: var(--cl-light-main);
    font-size: .6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box li {
    position: relative;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box li .arrow {
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box li .arrow i {
    color: var(--cl-black);
    font-size: 0.625rem /* 10/16 */;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box > div > ul > li:hover > a {
    color: var(--cl-main);
}

#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .active:not(.CR-top-parent-menu-item) > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-menu-item > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-product_cat-parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current-product_cat-parent > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .current_page_parent > a,
#CR-header .CR-header-desktop--box .nav-main--box .menu-item--box .sub-menu .current-menu-item a {
    color: var(--cl-main);
    font-weight: 800;
}

#CR-header .logo--box svg,
#CR-header .logo--box img {
    width: auto;
    height: 1.875rem /* 30/16 */;
}

#CR-header .account--box a:hover,
#CR-header .lang--box a:hover {
    color: var(--cl-main);
}

#CR-header .account--box li:not(:first-child):before,
#CR-header .account--box a,
#CR-header .lang--box a {
    color: var(--cl-light-main);
    font-size: .6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#CR-header .lang--box a:not(:last-child):after {
    content: '|';
    font-weight: 400;
}

#CR-header .lang--box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#CR-header .lang--box a.active {
    font-weight: 800;
}

#CR-header .lang--box a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

#CR-header .lang--box a img {
    width: auto;
    height: auto;
    max-height: 1.875rem /* 30/16 */;
}

#CR-header .cart--box a {
    display: flex;
    align-items: center;
}

#CR-header .cart--box .CR-view-total-cart-head {
    color: var(--cl-black);
    font-size: .6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#CR-header .account--box {
    gap: 0.375rem /* 6/16 */;
}

#CR-header .account--box ul {
    gap: 0.625rem /* 10/16 */;
    list-style-type: none;
    padding: 0;
}

#CR-header .account--box li {
    position: relative;
}

#CR-header .account--box li:not(:first-child):before {
    content: '/';
}

#CR-header .account--box a {

}

#CR-header .cart--box a svg,
#CR-header .account--box a svg,
#CR-header .search-head--box svg {
    width: auto;
    height: 1.25rem /* 20/16 */;
}

#CR-header .account--box a svg,
#CR-header .search-head--box svg {
    margin-top: -0.25rem /* -4/16 */;
}

#CR-header .search-head--box svg path {
    fill: none !important;
    stroke-width: 3px;
    stroke: var(--cl-black);
    stroke-linecap: var(--cl-black);
    stroke-linejoin: var(--cl-black);
}

body.admin-bar #CR-header .CR-main-search-head {
    top: 32px;
}

#CR-header .CR-main-search-head.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#CR-header .CR-main-search-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    -webkit-box-shadow: 0 15px 45px #0000001a;
    box-shadow: 0 15px 45px #0000001a;
    background: var(--cl-white);
    z-index: 20;
    padding: 1rem 0;
}

#CR-header .CR-main-search-head .CR-close-main-search-head {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CR-header .CR-main-search-head .CR-close-main-search-head svg {
    width: 1.875rem /* 30/16 */;
    height: 1.875rem /* 30/16 */;
    fill: var(--cl-black);
    stroke: var(--cl-black);
}

#CR-header .CR-main-search-head .content {
    position: relative;
}

#CR-header .CR-main-search-head form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 1.875rem /* 30/16 */;
}

#CR-header .CR-main-search-head input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5rem /* 80/16 */;
    padding: 0 1.5625rem /* 25/16 */;
    border: none;
    font-size: 1.125rem /* 18/16 */;
    line-height: normal;
    font-weight: 400;
    font-family: var(--font-nanu);
    color: var(--cl-main);
    outline: none !important;
}

#CR-header .CR-main-search-head input::placeholder {
    color: var(--cl-light-main);
}

#CR-header .CR-main-search-head button svg {
    width: 100%;
    height: auto;
}

#CR-header .CR-main-search-head button svg path {
    fill: none !important;
    stroke-width: 1px;
    stroke: var(--cl-black);
    stroke-linecap: var(--cl-black);
    stroke-linejoin: var(--cl-black);
}

#CR-header .CR-main-search-head button {
    max-width: 1.875rem /* 30/16 */;
    width: 1.875rem /* 30/16 */;
    height: 5rem /* 80/16 */;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0;
}

#CR-header .CR-main-search-head.active .CR-main-search-head-bg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    backdrop-filter: blur(5px);
}

#CR-header .CR-main-search-head-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 12;
    background: rgb(255 255 255 / 60%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

#CR-header .CR-main-search-head--box {
    position: relative;
    z-index: 13;
}

#CR-header .left--box {
    display: flex;
    align-items: center;
    gap: 3.125rem /* 50/16 */;
}

#CR-header .toggle-menu-cat--box a {
    width: 2.25rem /* 36/16 */;
    height: 2.25rem /* 36/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#CR-header .toggle-menu-cat--box a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    width: 80%;
    height: auto;
}

#CR-header .toggle-menu-cat--box a svg * {
    stroke: var(--cl-black);
    stroke-width: 3px;
}

#CR-header .toggle-menu-cat--box a.active .close,
#CR-header .toggle-menu-cat--box a .open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

#CR-header .toggle-menu-cat--box a .close,
#CR-header .toggle-menu-cat--box a.active .open {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

#CR-header .CR-main-header-nav-cat--box.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

#CR-header .CR-main-header-nav-cat--box {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(25px);
    padding: 6.25rem /* 100/16 */ 0 12.5rem /* 200/16 */;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
}

#CR-header .CR-main-header-nav-cat--box .heading--box {
    margin-bottom: 2.5rem /* 40/16 */;
}

#CR-header .CR-main-header-nav-cat--box .heading--box .heading-title {
    position: relative;
    color: var(--cl-light-main);
    font-size: 1.1875rem /* 19/16 */;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

#CR-header .CR-main-header-nav-cat--box .appear-animation {
    opacity: 0;
    transform: var(--appear-animation);
}

#CR-header .CR-main-header-nav-cat--box.active .appear-animation {
    opacity: 1;
    transform: var(--active-appear-animation);
}

#CR-header .CR-main-header-nav-cat--box .main-top-menu--list li:not(:last-child) {
    margin-bottom: 1.875rem /* 30/16 */;
}

#CR-header .CR-main-header-nav-cat--box .main-top-menu--list a {
    color: var(--cl-light-main);
    font-family: var(--font-gothic);
    font-size: 0.9375rem /* 15/16 */;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    display: block;
}

#CR-header .CR-main-header-nav-cat--box .nav-left--box {
    width: 15.625rem /* 250/16 */;
    border-right: 1px solid rgba(88, 88, 88, 0.20);
}

#CR-header .CR-main-header-nav-cat--box .nav-right--box {
    flex: 1;
    padding-left: 5rem /* 80/16 */;
}

#CR-header .CR-main-header-nav-cat--box .nav-mb--content {
    max-height: 23.75rem /* 380/16 */;
    overflow-y: auto;
}

#CR-header .CR-main-header-nav-cat--box .CR-style-scroll::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px;
    background-color: transparent;
}

#CR-header .CR-main-header-nav-cat--box .CR-style-scroll::-webkit-scrollbar-thumb {
    background-color: var(--cl-main);
    outline: 0 solid var(--cl-main);
}

#CR-header .CR-main-header-nav-cat--box .item-with-arrow-box {
    display: none;
}

/**================== FOOTER ==================**/
#CR-footer {
    position: relative;
    background: #E6F0F4;
    box-shadow: -1px -2px 109px rgb(0 0 0 / 5%);
    z-index: 1;
    padding: 5.3125rem /* 85/16 */ 0 3.4375rem /* 55/16 */;
}

#CR-footer *:not(.socials--box *) {
    color: var(--cl-light-main);
    font-family: var(--font-nanu);
    text-transform: initial;
}

#CR-footer .contact--box * {
    color: var(--cl-light-main);
    font-size: 0.9375rem /* 15/16 */;
    font-weight: 400;
    line-height: normal;
    text-transform: initial;
}

#CR-footer .socials--box {
    margin-top: 3.4375rem /* 55/16 */;
}

#CR-footer .socials--box p {
    color: var(--cl-light-main);
    font-size: 1rem /* 16/16 */;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem /* 16/16 */;
}

#CR-footer .socials--box ul {
    gap: 0.75rem /* 12/16 */;
}

#CR-footer .socials--box a {
    width: 2.5rem /* 40/16 */;
    height: 2.5rem /* 40/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cl-light-main);
    border-radius: 50%;
    color: var(--cl-white) !important;
    word-spacing: normal;
    letter-spacing: normal;
    font-size: 1.4375rem /* 23/16 */;
}

#CR-footer .socials--box a svg * {
    fill: var(--cl-white);
}

#CR-footer .socials--box a svg {
    width: auto;
    height: 50%;
}

#CR-footer .logo--box img,
#CR-footer .logo--box svg {
    width: auto;
    height: 4.0625rem /* 65/16 */;
}

#CR-footer .CR-sub-footer {
    padding-top: 3.75rem /* 60/16 */;
}

#CR-footer .menu-item-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem /* 10/16 */;
}

#CR-footer a:hover,
#CR-footer .menu-item-box a:hover,
#CR-footer .menu-item-box .active a {
    color: var(--cl-main);
}

#CR-footer .menu-item-box .active a {
    font-weight: 800;
}

#CR-footer .menu-item-box a {
    color: var(--cl-black);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#CR-footer .toggle-menu-item-cont--mb {
    display: none !important;
}

#CR-footer .col-left {
    padding-right: 6.25rem /* 100/16 */;
}

#CR-footer .info--box * {
    color: var(--cl-light-main);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#CR-footer .info--box li {
    gap: 1rem /* 16/16 */
}

#CR-footer .info--box li:not(:last-child) {
    margin-bottom: 1.5625rem /* 25/16 */;
}

#CR-footer .info--box p:first-child {
    width: 30%;
    flex: unset;
}

#CR-footer .info--box p {
    flex: 1;
}

#CR-footer .contact--box {
    justify-content: space-between;
}

/**================== HOME PAGE ==================**/
#CR-home-page .banner-sec {
    position: relative;
}

#CR-home-page .banner-sec .list--box {
    margin: 0;
}

#CR-home-page .banner-sec .item {
    position: relative;
}

#CR-home-page .banner-sec .item:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#CR-home-page .banner-sec .item img {
    width: 100%;
    height: auto;
}

#CR-home-page .banner-sec .arrow-slider--box .CR-custom-arrow .icon {
    border-color: rgba(255, 255, 255, 0.50);
}

#CR-home-page .banner-sec .arrow-slider--box .CR-custom-arrow svg * {
    stroke: var(--cl-white);
}

#CR-home-page .banner-sec .action-slider--box {
    position: absolute;
    bottom: 3.5rem /* 56/16 */;
    left: 0;
    right: 0;
}

#CR-home-page .banner-sec .action-slider--box .box {
    gap: 4.6875rem /* 75/16 */;
}

#CR-home-page .banner-sec .action-slider--box .slick-dots {
    position: inherit;
    display: flex;
    align-items: center;
}

#CR-home-page .banner-sec .CR-custom-dots .slick-dots li button {
    border-color: rgba(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.30);
}

#CR-home-page .banner-sec .CR-custom-dots .slick-dots li.slick-active button {
    border-color: var(--cl-white);
    background-color: var(--cl-white);
}

#CR-home-page .banner-sec .CR-custom-slider-progress--box {
    flex: 1;
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    position: relative;
}

#CR-home-page .banner-sec .CR-custom-slider-progress--box .progress-bar {
    height: 0.1875rem /* 3/16 */;
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.50);
    width: 0;
    transition: width 0.5s ease-in-out;
    transform: translateY(-50%);
}

#CR-home-page .intro-sec {
    position: relative;
    padding: 11.875rem /* 190/16 */ 0 8.75rem /* 140/16 */;
    background: #E4F4F9;
}

#CR-home-page .intro-sec .bg {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

#CR-home-page .intro-sec * {
    font-family: var(--font-nanu);
    text-transform: initial;
}

#CR-home-page .intro-sec .main--box {
    width: 65%;
    margin: 0 auto;
}

#CR-home-page .intro-sec .main--box:before {
    content: '“';
    color: rgba(5, 93, 123, 0.30);
    font-family: var(--font-gothic);
    font-size: 4.375rem /* 70/16 */;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    display: block;
}

#CR-home-page .intro-sec .heading-title {
    color: var(--cl-main);
    font-size: 1.375rem /* 22/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem /* 26/16 */;
    margin: 0;
    text-align: center;
    text-underline-position: under;
}

#CR-home-page .intro-sec .desc {
    margin-top: 1rem /* 16/16 */;
    text-align: center;
    color: var(--cl-light-main);
    font-family: var(--font-gothic);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem /* 28/16 */;
}

#CR-home-page .intro-sec .desc b {
    font-weight: 700;
    color: var(--cl-main);
    font-family: var(--font-gothic);
}

#CR-home-page .intro-sec .list--box {
    margin: 2.5rem /* 40/16 */ -1.875rem /* -30/16 */ -1.875rem /* -30/16 */;
}

#CR-home-page .intro-sec .list--box .item {
    width: 33.33%;
    padding: 1.875rem /* 30/16 */;
}

#CR-home-page .intro-sec .list--box .item .wrap {
    position: relative;
}

#CR-home-page .intro-sec .list--box .item .heading-title {
    color: #4A6B76;
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-align: center;
}

#CR-home-page .intro-sec .list--box .item .wrap:hover .desc {
    -webkit-animation: CRfadeInUp .5s both;
    animation: CRfadeInUp .5s both;
}

#CR-home-page .intro-sec .list--box .item .desc {
    text-align: center;
    font-family: var(--font-gothic);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 300;
    line-height: 1.375rem /* 22/16 */;
    -webkit-animation: CRfadeOutDown .5s both;
    animation: CRfadeOutDown .5s both;
    margin-top: 1rem /* 16/16 */;
}

#CR-home-page .products-sec {
    padding: 9.375rem /* 150/16 */ 0 4.6875rem /* 75/16 */;
}

#CR-home-page .products-sec .CR-btn-style-icon {
    margin: 5.625rem /* 90/16 */ auto 0;
}

#CR-home-page .look-books-sec {
    padding: 4.6875rem /* 75/16 */ 0 0;
}

.CR-look-book-home-list--box {
    margin: -0.3125rem /* -5/16 */;
}

.CR-item-look-book-home {
    padding: 0.3125rem /* 5/16 */;
}

.CR-item-look-book-home.width-default {
    width: 50%;
}

.CR-item-look-book-home.width-full {
    width: 100%;
}

.CR-item-look-book-home .wrap {
    position: relative;
}

.CR-item-look-book-home .wrap.white:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.CR-item-look-book-home.type-img .wrap.white:after {
    top: 0;
}

.CR-item-look-book-home.type-vid .wrap.white:after {
    top: 50%;
}

.CR-item-look-book-home .thumb--box {
    position: relative;
    aspect-ratio: 4 / 3;
}

.CR-item-look-book-home.type-vid .thumb--box {
    aspect-ratio: 16 / 9;
}

.CR-item-look-book-home .thumb--box img,
.CR-item-look-book-home .thumb--box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CR-item-look-book-home .cont--box {
    position: absolute;
    z-index: 2;
}

.CR-item-look-book-home.type-img .cont--box {
    top: 9.375rem /* 150/16 */;
    left: 4.375rem /* 70/16 */;
    right: 4.375rem /* 70/16 */;
}

.CR-item-look-book-home.type-vid .cont--box {
    bottom: 1.75rem /* 28/16 */;
    left: 50%;
    transform: translateX(-50%);
}

.CR-item-look-book-home.type-vid .cont--box * {
    text-align: center !important;
}

.CR-item-look-book-home .heading-title {
    color: #1B1A25;
    font-family: var(--font-nanu);
    font-size: 1.375rem /* 22/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

#CR-header .CR-main-header-nav-cat--box .CR-item-look-book-home.type-img .heading-title {
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    /*-webkit-text-stroke: 2px #fff;*/
}

.CR-item-look-book-home .CR-btn-style-icon {
    padding: 0;
    height: auto;
    color: #055D7B !important;
    font-family: NanumMyeongjo !important;
    font-size: 1.25rem /* 20/16 */;
    font-style: normal;
    font-weight: 400;
    text-transform: initial !important;
    border: none !important;
    margin-top: 1rem /* 16/16 */;
    background: transparent;
}

.CR-item-look-book-home .CR-btn-style-icon svg {
    width: 0.3125rem /* 5/16 */;
}

.CR-item-look-book-home .CR-btn-style-icon:hover svg *,
.CR-item-look-book-home .CR-btn-style-icon svg * {
    stroke: #055D7B;
}

.CR-item-look-book-home .wrap.white .cont--box * {
    color: var(--cl-white) !important;
}

.CR-item-look-book-home .wrap.white .CR-btn-style-icon:hover svg *,
.CR-item-look-book-home .wrap.white .CR-btn-style-icon svg * {
    stroke: var(--cl-white);
}

.CR-item-look-book-home.type-vid .CR-btn-style-icon {
    margin-left: auto;
    margin-right: auto;
}

/**================== PRODUCTS PAGE ==================**/
#CR-pds-page .intro-sec {

}

#CR-pds-page .intro-sec .search--box {
    margin-bottom: 6.25rem /* 100/16 */;
}

#CR-form-search-pd {
    width: 43.75rem /* 700/16 */;
    height: 3.4375rem /* 55/16 */;
    position: relative;
    margin: 0 auto;
}

#CR-form-search-pd button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.375rem /* 70/16 */;
    border: none;
    outline: none;
    background: transparent;
}

#CR-form-search-pd button svg {
    width: auto;
    height: 1.5rem /* 24/16 */;
}

#CR-form-search-pd input {
    border-radius: 0.5rem /* 8/16 */;
    border: 1px solid #E9E9E9;
    background: #FBFBFB;
    width: 100%;
    padding: 0 2.5rem /* 40/16 */;
    outline: none;
    height: 100%;
    color: #292929;
    font-family: var(--font-gothic);
    font-size: 1rem /* 16/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#CR-pds-page .collection-sec,
#CR-pds-page .list--sec {
    padding-bottom: 6.25rem /* 100/16 */;
}

#CR-pds-page .list--sec .filter--box {
    margin-bottom: 2.5rem /* 40/16 */;
}

.home .CR-product-list--box {
    margin: -3.125rem /* -50/16 */ -0.625rem /* -10/16 */;
}

.home .CR-item-product {
    padding: 3.125rem /* 50/16 */ 0.625rem /* 10/16 */;
}

.CR-product-list--box {
    margin: -1.5625rem /* -25/16 */ -0.625rem /* -10/16 */;
}

.CR-item-product {
    width: 25%;
    padding: 1.5625rem /* 25/16 */ 0.625rem /* 10/16 */;
}

.home .CR-item-product.featured-product {
    width: 50%;
}

.CR-item-product .wrap {
    position: relative;
}

.CR-item-product .view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home .CR-item-product.featured-product .thumb--box {
    aspect-ratio: 4 / 3.45;
}

.CR-item-product .thumb--box {
    position: relative;
    aspect-ratio: 9 / 16;
}

.CR-item-product .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.5s ease-in-out;
}

.CR-item-product .wrap:hover .thumb--box .thumb-hover,
.CR-item-product .thumb--box .thumb-default {
    opacity: 1;
}

.CR-item-product .wrap:hover .thumb--box .thumb-default,
.CR-item-product .thumb--box .thumb-hover {
    opacity: 0;
}

.CR-item-product .wrap:hover .icon--box {
    transform: translate(-50%, -50%) scale(1);
}

/*.CR-item-product:not(.featured-product) .wrap:hover .icon--box {*/
/*    transform: translate(-50%,-50%) scale(1);*/
/*}*/

/*.CR-item-product.featured-product .icon--box {*/
/*    left: unset;*/
/*    right: 10%;*/
/*    top: 65%;*/
/*}*/

/*.CR-item-product:not(.featured-product) .icon--box {*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%) scale(0);*/
/*}*/

.CR-item-product .icon--box {
    width: 3rem /* 48/16 */;
    height: 3rem /* 48/16 */;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    border: 1px solid var(--cl-white);
    background: rgba(5, 93, 123, 0.30);
    transition: 0.5s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.CR-item-product .icon--box svg {
    width: auto;
    height: 50%;
}

.CR-item-product .content--box {
    padding: 1.875rem /* 30/16 */ 0.625rem /* 10/16 */ 0.625rem /* 10/16 */;
}

.CR-item-product .heading-title {
    color: var(--cl-light-main);
    font-family: var(--font-gothic);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem /* 24/16 */;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.CR-item-product .tags--box {
    margin-top: 1.25rem /* 20/16 */;
}

.CR-item-product .tags--box ul {
    gap: 0.375rem /* 6/16 */;
}

.CR-item-product .tags--box span {
    color: var(--cl-light-main);
    font-family: var(--font-gothic);
    font-size: 0.75rem /* 12/16 */;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #9D9D9D;
    padding: 0 1.25rem /* 20/16 */;
    height: 3.125rem /* 50/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-transform: initial;
}

.CR-item-product .price--box {
    margin-top: 1.25rem /* 20/16 */;
}

/**================== PRODUCT DETAIL PAGE ==================**/
#CR-product-detail-page .main--sec {

}

#CR-product-detail-page .main--sec .main-left--col {

}

#CR-product-detail-page .main--sec .main-right--col {
    padding-left: 6.25rem /* 100/16 */ !important;
    padding-right: calc((100% - 1436px) / 2) !important;
    padding-top: 1.875rem /* 30/16 */ !important;
    position: relative;
}

#CR-product-detail-page .main--sec .gallery--box {
    width: 100%;
}

#CR-product-detail-page .main--sec .gallery--box .item {
    width: 100%;
}

#CR-product-detail-page .main--sec .gallery--box .item:not(:last-child) {
    margin-bottom: 0.625rem /* 10/16 */;
}

#CR-product-detail-page .main--sec .gallery--box .item .wrap {
    position: relative;
    aspect-ratio: 9/16;
}

#CR-product-detail-page .main--sec .gallery--box .item video,
#CR-product-detail-page .main--sec .gallery--box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#CR-product-detail-page .main--sec .breadcrumb--box .CR-breadcrumb {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1.25rem /* 20/16 */;
}

#CR-product-detail-page .main--sec .main--box {
    position: sticky;
    top: 0;
    transition: 0.75s ease-in-out;
}

#CR-product-detail-page .main--sec .info--box {

}

#CR-product-detail-page .main--sec .tags--box {
    margin-bottom: 0.75rem /* 12/16 */;
}

#CR-product-detail-page .main--sec .tags--box ul {
    gap: 0.375rem /* 6/16 */;
}

#CR-product-detail-page .main--sec .tags--box span {
    color: var(--cl-light-main);
    font-family: var(--font-gothic);
    font-size: 0.625rem /* 10/16 */;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #9D9D9D;
    padding: 0 0.375rem /* 6/16 */;
    height: 1.5625rem /* 25/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-transform: initial;
}

#CR-product-detail-page .main--sec .heading--box .heading-title {
    color: var(--cl-light-main);
    font-family: var(--font-nanu);
    font-size: 1.375rem /* 22/16 */;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem /* 24/16 */;
    text-transform: uppercase;
    margin: 0;
}

#CR-product-detail-page .main--sec .main-price--box {
    margin: 1rem /* 16/16 */ 0 1.875rem /* 30/16 */;
}

#CR-product-detail-page .main--sec .CR-add-cart-pd-box {
    width: 100%;
}

#CR-product-detail-page .main--sec .CR-woo-prices * {
    font-size: 1rem /* 16/16 */;
}

#CR-product-detail-page .main--sec .CR-woo-prices .variable-sp-price--box,
#CR-product-detail-page .main--sec .CR-woo-prices .price {
    display: flex;
    align-items: center;
    gap: 1.5625rem /* 25/16 */;
}

#CR-product-detail-page .main--sec .action--box {
    flex-direction: column;
}

#CR-product-detail-page .main--sec .CR-all-btn-box {
    margin-top: 1.875rem /* 30/16 */;
    gap: 1.125rem /* 18/16 */;
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-btn:hover {
    background: var(--cl-main);
    color: var(--cl-white);
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-btn[data-action="CR-popup-order-out-stock-product"] {
    width: 100%;
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-btn {
    height: 2.625rem /* 42/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid var(--cl-light-main);
    background: var(--cl-white);
    color: var(--cl-light-main);
    text-align: center;
    font-family: var(--font-gothic);
    font-size: 0.75rem /* 12/16 */;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    width: 50%;
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-custom-qty-box {
    flex: 0 0 7.875rem /* 126/16 */;
}

#CR-product-detail-page .main--sec .CR-custom-qty,
#CR-product-detail-page .main--sec .CR-custom-qty > div {
    width: 100%;
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-custom-add-cart-box {
    flex: 1;
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-custom-add-cart-box .hide--box {
    align-items: center;
    gap: 1.125rem /* 18/16 */;
}

#CR-product-detail-page .main--sec .related-colors--box {
    margin-bottom: 1rem /* 16/16 */;
}

#CR-product-detail-page .main--sec .related-colors--box .label--box,
#CR-product-detail-page .main--sec .CR-variations-box .label--box {
    flex: 0 0 5rem /* 80/16 */;
}

#CR-product-detail-page .main--sec .CR-variations-box .label--box .label {
    margin: 0;
}

#CR-product-detail-page .main--sec .related-colors--box .label,
#CR-product-detail-page .main--sec .CR-variations-box .label--box .label * {
    color: var(--cl-light-main);
    font-family: var(--font-gothic);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#CR-product-detail-page .main--sec .related-colors--box,
#CR-product-detail-page .main--sec .CR-variations-box .detail-variation {
    display: flex;
}

#CR-product-detail-page .main--sec .CR-variations-box .detail-variation:not(:last-child) {
    margin-bottom: 1rem /* 16/16 */;
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list,
#CR-product-detail-page .main--sec .CR-variations-box .detail-variation .value {
    flex: 1;
    padding-left: 1rem /* 16/16 */ !important;
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list,
#CR-product-detail-page .main--sec .CR-variations-box .tawcvs-swatches {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.625rem /* 10/16 */;
}

#CR-product-detail-page .main--sec .CR-variations-box .hrSwatch.swatch.swatch-image {
    min-width: auto
}

#CR-product-detail-page .main--sec .CR-variations-box .hrSwatch {
    background-color: transparent !important;
    border: none !important;
    width: auto;
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list a:before {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5 ease-in-out;
    opacity: 0;
    color: var(--cl-white);
    font-size: 1rem /* 16/16 */;
    font-family: var(--font-aws);
    text-shadow: 1px 0 var(--cl-main), -1px 0 var(--cl-main), 0 1px var(--cl-main), 0 -1px var(--cl-main), 1px 1px var(--cl-main), -1px -1px var(--cl-main), 1px -1px var(--cl-main), -1px 1px var(--cl-main);
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list .active a {
    pointer-events: none;
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list .active a:before {
    opacity: 1;
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list a,
#CR-product-detail-page .main--sec .CR-variations-box .hrImg,
#CR-product-detail-page .main--sec .CR-variations-box .hrDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1.875rem /* 30/16 */;
    height: 1.875rem /* 30/16 */;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: .3125rem;
    padding-right: .3125rem;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

#CR-product-detail-page .main--sec .CR-variations-box .hrImg {
    background-color: var(--cl-white);
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid var(--cl-gray);
    border-radius: .5rem
}

#CR-product-detail-page .main--sec .related-colors--box .related-colors-list a,
#CR-product-detail-page .main--sec .CR-variations-box .hrDown {
    font-style: normal;
    font-weight: 400;
    font-family: var(--font-gothic);
    font-size: 0.75rem /* 12/16 */;
    line-height: normal;
    color: var(--cl-black);
    border-radius: 2px;
    border: 0.5px solid #000;
    background-color: #FCFCFC;
    text-transform: uppercase;
}

#CR-product-detail-page .main--sec .CR-variations-box .hrImg:after,
#CR-product-detail-page .main--sec .CR-variations-box .hrImg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1
}

#CR-product-detail-page .main--sec .CR-variations-box .hrSwatch.selected .hrImg:after,
#CR-product-detail-page .main--sec .CR-variations-box .hrSwatch.selected .hrImg:before {
    opacity: 1
}

#CR-product-detail-page .main--sec .CR-variations-box .hrSwatch.selected {
    pointer-events: none;
}

#CR-product-detail-page .main--sec .CR-variations-box .hrSwatch.selected .hrDown {
    background-color: rgba(5, 93, 123, 0.20);
}

#CR-product-detail-page .main--sec .CR-variations-box .hrImg:after {
    border: 2px solid var(--cl-main);
    border-radius: .75rem
}

#CR-product-detail-page .main--sec .CR-variations-box .hrImg:before {
    border: .25rem solid var(--cl-white);
    border-radius: .8125rem
}

#CR-product-detail-page .main--sec .CR-variations-box .hrImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem
}

#CR-product-detail-page .main--sec .CR-variations-box .value .reset_variations {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1.25rem;
    color: var(--cl-black);
    font-weight: 700
}

#CR-product-detail-page .main--sec .single-variation-wrap .woocommerce-variation-description,
#CR-product-detail-page .main--sec .single-variation-wrap .woocommerce-variation-price,
#CR-product-detail-page .main--sec .single-variation-wrap .woocommerce-variation-availability,
#CR-product-detail-page .main--sec .tawcvs-swatches .swatch-color.selected:before,
#CR-product-detail-page .main--sec .CR-price-product #CR-main-price.hide {
    display: none !important
}

#CR-product-detail-page .main--sec .woocommerce-variation-add-to-cart-disabled .CR-custom-qty,
#CR-product-detail-page .main--sec .CR-custom-qty.hide-qty {
    cursor: no-drop;
}

#CR-product-detail-page .main--sec .CR-all-btn-box .CR-btn.disabled,
#CR-product-detail-page .main--sec .woocommerce-variation-add-to-cart-disabled .CR-custom-qty .quantity,
#CR-product-detail-page .main--sec .CR-custom-qty.hide-qty * {
    opacity: .5;
    pointer-events: none
}

#CR-product-detail-page .main--sec .accordion--box {
    margin-top: 2.5rem /* 40/16 */;
}

#CR-product-detail-page .main--sec .accordion--box .accordion-item {
    background: var(--cl-white);
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid var(--cl-light-main);
}

#CR-product-detail-page .main--sec .accordion--box .accordion-item .accordion-header {
    margin: 0;
}

#CR-product-detail-page .main--sec .accordion--box .accordion-item:last-child {
    border-bottom: 1px solid var(--cl-light-main);
}

#CR-product-detail-page .main--sec .accordion--box .accordion-button {
    color: var(--cl-light-main);
    text-align: left;
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
    padding: 1.25rem /* 20/16 */ 3.4375rem /* 55/16 */ 1.25rem /* 20/16 */ 0.625rem /* 10/16 */;
    font-size: 0.875rem /* 14/16 */;
    font-family: var(--font-gothic);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    width: 100%;
}

#CR-product-detail-page .main--sec .accordion--box .accordion-button:not(.collapsed)::after {
    content: "-";
}

#CR-product-detail-page .main--sec .accordion--box .accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    background-image: unset !important;
    position: absolute;
    top: 50%;
    right: 1.25rem /* 20/16 */;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: var(--cl-black);
    font-size: 1.5rem /* 24/16 */;
    font-weight: 300;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-product-detail-page .main--sec .accordion--box .accordion-body {
    padding: 0 0.625rem /* 10/16 */ 1.875rem /* 30/16 */ 0.625rem /* 10/16 */;
}

#CR-product-detail-page .collection--sec,
#CR-product-detail-page .related--sec {
    padding: 9.375rem /* 150/16 */ 0 0;
}

/**================== LOOK BOOKS PAGE ==================**/
#CR-look-books-page .intro-sec {
    padding: 0 0 6.25rem /* 100/16 */;
}

#CR-look-books-page .intro-sec .filter--box {
    gap: 2.5rem /* 40/16 */
}

#CR-look-books-page .intro-sec .filter--box .item a {
    color: var(--cl-light-main);
    font-family: var(--font-nanu);
    font-size: 1rem /* 16/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}

#CR-look-books-page .intro-sec .filter--box .item a:hover,
#CR-look-books-page .intro-sec .filter--box .item a.active {
    color: #055D7B;
}

#CR-look-books-page .intro-sec .filter--box .item a.active {
    font-weight: 800;
}

.CR-detail-look-book--box {
    padding: 0 0 5rem /* 80/16 */;
}

.CR-detail-look-book--box .introduce--box {
    margin: -0.25rem /* -4/16 */
}

.CR-detail-look-book--box .introduce--box .item {
    width: 33.33%;
    padding: 0.25rem /* 4/16 */;
}

.CR-detail-look-book--box .introduce--box .item.type-content .wrap {
    background: rgba(5, 93, 123, 0.10);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1.25rem /* 20/16 */ 20%;
}

.CR-detail-look-book--box .introduce--box .item .wrap {
    position: relative;
    aspect-ratio: 3 / 4;
}

.CR-detail-look-book--box .introduce--box .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CR-detail-look-book--box .introduce--box .item.type-content * {
    color: var(--cl-light-main);
    word-break: break-word;
}

.CR-detail-look-book--box .introduce--box .heading-title,
.CR-detail-look-book--box .introduce--box .sub-title {
    font-family: var(--font-nanu);
    text-transform: uppercase;
}

.CR-detail-look-book--box .introduce--box .heading-title {
    font-size: 3.125rem /* 50/16 */;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.CR-detail-look-book--box .introduce--box .sub-title {
    font-size: 1.875rem /* 30/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 1rem /* 16/16 */ 0 0;
    display: flex;
    align-items: center;
    gap: 1rem /* 16/16 */;
}

.CR-detail-look-book--box .introduce--box .sub-title:before {
    content: '';
    width: 2.875rem /* 46/16 */;
    height: 1px;
    background: var(--cl-light-main);
}

.CR-detail-look-book--box .introduce--box .desc {
    font-family: var(--font-gothic);
    font-size: 1rem /* 16/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem /* 24/16 */;
    margin: 1.25rem /* 20/16 */ 0 0;
}

.CR-detail-look-book--box .list--box {
    margin-top: 12.5rem /* 200/16 */;
}

.CR-detail-look-book--box .list--box .item {
    width: 100%;
    padding: 6.25rem /* 100/16 */ 0;
}

.CR-detail-look-book--box .list--box .item:first-child {
    padding-top: 0;
}

.CR-detail-look-book--box .list--box .item:last-child {
    padding-bottom: 0;
}

.CR-detail-look-book--box .list--box .item .wrap {
    position: relative;
}

.CR-detail-look-book--box .list--box .item img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.CR-detail-look-book--box .list--box .item.width-auto img {
    width: auto;
}

/**================== SUPPORT PAGE ==================**/
#CR-support-page {
    padding: 0 0 11.25rem /* 180/16 */;
}

#CR-support-page .CR-sidebar-support {
    border-radius: 0.375rem /* 6/16 */;
    background: rgba(249, 249, 249, 0.7);
    position: sticky;
    top: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    padding: 0;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    overflow: hidden;
}

#CR-support-page .CR-sidebar-support .heading--box {
    border-bottom: none !important;
    background-color: var(--cl-main);
}

#CR-support-page .CR-sidebar-support .heading-title {
    color: var(--cl-white);
    font-family: var(--font-nanu);
    font-size: 1.875rem /* 30/16 */;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.25rem /* 20/16 */ 0.9375rem /* 15/16 */;
    display: flex;
    align-items: center;
    margin: 0;
}

#CR-support-page .CR-sidebar-support ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#CR-support-page .CR-sidebar-support ul li:not(:last-child):after {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 1.25rem /* 20/16 */;
    right: 1.25rem /* 20/16 */;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#CR-support-page .CR-sidebar-support .heading--box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#CR-support-page .CR-sidebar-support li {
    position: relative;
}

#CR-support-page .CR-sidebar-support li a {
    color: #585858;
    font-family: var(--font-gothic);
    font-size: 1rem /* 16/16 */;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1.25rem /* 20/16 */ 0.9375rem /* 15/16 */;
}

#CR-support-page .CR-sidebar-support li.active a {
    font-weight: 700;
}

#CR-support-page .CR-sidebar-support li.active a,
#CR-support-page .CR-sidebar-support li:hover a {
    color: var(--cl-main);
}

#CR-support-page .CR-content-support {
    padding-left: 1.25rem /* 20/16 */;
}

#CR-support-page .CR-content-support .heading-title {
    color: var(--cl-light-main);
    font-family: var(--font-nanu);
    font-size: 1.875rem /* 30/16 */;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 1.6875rem /* 27/16 */;
}

#CR-support-page .CR-support-editor {
    border-radius: 0.375rem /* 6/16 */;
    background: rgba(249, 249, 249, 0.7);
    padding: 1.5625rem /* 25/16 */;
}

#CR-support-page .CR-support-editor .cont-box {
    padding: 1.875rem /* 30/16 */;
}

#CR-support-page .CR-style-default-content table,
#CR-support-page .CR-style-default-content table * {

}

#CR-support-page .CR-style-default-content table th,
#CR-support-page .CR-style-default-content table td {
    border: 1px solid var(--cl-light-gray);
    padding: 0.5rem;
}

#CR-support-page .CR-support-accordion .accordion-item {
    background: none;
    border: none;
    background: var(--cl-white);
    border-radius: 0.3125rem /* 5/16 */;
    -webkit-box-shadow: -1px 5px 10px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 10px rgb(0 0 0 / 10%);
}

#CR-support-page .CR-support-accordion .accordion-item:not(:last-child) {
    margin-bottom: 0.9375rem /* 15/16 */;
}

#CR-support-page .CR-support-accordion .accordion-button:hover {
    color: var(--cl-main);
}

#CR-support-page .CR-support-accordion .accordion-button {
    color: var(--cl-black);
    text-align: left;
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
    padding: 1.25rem 6rem 1.25rem 1.25rem;
    font-size: 1.125rem /* 18/16 */;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-support-page .CR-support-accordion .accordion-button .num-head {
    font-style: normal;
    font-weight: 700;
    font-size: 1.375rem /* 22/16 */;
    line-height: normal;
    color: var(--cl-main);
    border-right: 1px solid var(--cl-light-gray);
    padding-right: 0.8125rem /* 13/16 */;
    margin-right: 2.5rem /* 40/16 */;
    min-width: 3rem;
}

#CR-support-page .CR-support-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

#CR-support-page .CR-support-accordion .accordion-button::after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    content: "\f067";
    background-image: unset !important;
    position: absolute;
    top: 50%;
    right: 1.875rem /* 30/16 */;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: var(--cl-light-gray);
}

#CR-support-page .CR-support-accordion .accordion-body {
    padding: 1.875rem /* 30/16 */ 6.25rem /* 100/16 */ 3.75rem /* 60/16 */ 4.0625rem /* 65/16 */;
    font-size: 1rem /* 16/16 */;
}

#CR-support-page .CR-support-accordion .CR-style-default-content p,
#CR-support-page .CR-support-accordion .CR-style-default-content li,
#CR-support-page .CR-support-accordion .CR-style-default-content strong,
#CR-support-page .CR-support-accordion .CR-style-default-content b {
    font-size: 0.9375rem /* 15/16 */;
    line-height: 1.67;
    margin-bottom: 1rem;
    font-weight: 500;
}

#CR-support-page .CR-support-accordion .CR-style-default-content a {
    color: var(--cl-main);
    text-decoration: underline !important;
    font-weight: 500;
}

/**================== POPUP ALL PAGE ==================**/
#CR-popup-all-page .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 80%;
    max-width: 27.5rem /* 440/16 */;
    max-height: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: unset;
    backdrop-filter: unset !important;
}

#CR-popup-all-page .box a {
    outline: none !important;
}

#CR-popup-all-page .CR-pop-all-page-img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: auto;
}

#CR-popup-all-page .CR-close-popup-btn svg {
    width: auto;
    height: 50%;
}

#CR-popup-all-page .CR-close-popup-btn {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem /* 30/16 */;
    height: 1.875rem /* 30/16 */;
    background: var(--cl-white);
    position: absolute;
    top: -0.9375rem /* -15/16 */;
    right: -0.9375rem /* -15/16 */;
    z-index: 2;
}

#CR-popup-search .box {
    padding: 0;
    border-radius: 0;
    background: transparent;
    max-width: 60vw;
    overflow: unset;
}

#CR-popup-search.CR-popup-default-wrap .CR-close-popup-btn svg {
    width: auto;
    height: 3.125rem /* 50/16 */;
}

#CR-popup-search.CR-popup-default-wrap .CR-close-popup-btn {
    top: -3.75rem /* -60/16 */;
    right: 0;
}

#CR-search-form-ajax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #D9D9D8;
    background: var(--cl-white);
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#CR-search-form-ajax input,
#CR-search-form-ajax button {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
}

#CR-search-form-ajax input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

#CR-search-form-ajax input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2.8125rem /* 45/16 */;
    padding: 0 4.375rem /* 70/16 */ 0 1.25rem /* 20/16 */;
    font-size: 0.9375rem /* 15/16 */;
    line-height: normal;
    font-weight: 400;
    border-radius: 0.3125rem /* 5/16 */;
}

#CR-search-form-ajax button:hover {
    color: var(--cl-hover-main);
}

#CR-search-form-ajax button {
    width: auto;
    aspect-ratio: 1/1;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.25rem /* 20/16 */;
    color: var(--cl-black);
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#CR-search-form-ajax button svg {
    width: auto;
    height: 40%;
}

#CR-popup-sticky {
    left: unset;
    top: unset;
    right: 2.8125rem /* 45/16 */;
    bottom: 1.875rem /* 30/16 */;
}

#CR-popup-sticky .box {
    padding: 0;
    max-width: 15.75rem /* 252/16 */;
    border-radius: 1.625rem /* 26/16 */;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 10%);
}

#CR-popup-sticky .box img {
    width: 100%;
    height: auto;
}

#CR-popup-sticky.CR-popup-default-wrap .CR-close-popup-btn {
    top: 0.625rem /* 10/16 */;
    right: 0.625rem /* 10/16 */;
}

.page-header .entry-title {
    color: #055D7B;
    font-size: 3.125rem /* 50/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: auto 0;
    padding: 0 !important;
}

/**================== RESPONSIVE ==================**/
@media (min-width: 1025px) {
    html {
        font-size: 0.75rem;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 0.8rem;
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1410px !important;
    }

    html {
        font-size: 0.85rem;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px !important;
    }

    html {
        font-size: 1rem;
    }
}

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

}

@media only screen and (max-width: 1450px) {
    #CR-header .CR-main-header-nav-cat--box {
        padding: 5rem /* 80/16 */ 0;
    }

    #CR-product-detail-page .main--sec .main-right--col {
        padding-right: calc((100% - 1386px) / 2) !important;
    }
}

@media only screen and (max-width: 1366px) {
    .CR-detail-look-book--box .introduce--box .heading-title {
        font-size: 1.875rem /* 30/16 */;
    }

    .CR-detail-look-book--box .introduce--box .sub-title {
        font-size: 1.5625rem /* 25/16 */;
    }

    #CR-product-detail-page .main--sec .main-right--col {
        padding-right: calc((100% - 1120px) / 2) !important
    }
}

@media only screen and (max-width: 1199px) {
    .CR-item-product .heading-title,
    .CR-woo-prices .woocommerce-Price-currencySymbol,
    .CR-woo-prices .percentage,
    .CR-woo-prices del span,
    .CR-woo-prices del span *,
    .CR-woo-prices del,
    .CR-woo-prices * {
        font-size: 0.75rem /* 12/16 */;
    }

    .CR-detail-look-book--box .introduce--box .item.type-content .wrap {
        padding: 1.25rem /* 20/16 */ 10%;
    }

    #CR-product-detail-page .main--sec .main-right--col {
        padding-right: calc((100% - 936px) / 2) !important
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 0.95rem;
    }

    .CR-product-list--box {
        margin: -0.3125rem /* -5/16 */ !important;
    }

    .CR-item-product {
        width: 50%;
        padding: 0.3125rem /* 5/16 */ !important;
    }

    .home .CR-item-product.featured-product {
        width: 100%;
    }

    .CR-item-product .tags--box span {
        height: 2.5rem /* 40/16 */;
        padding: 0 1rem /* 16/16 */;
        font-size: 0.75rem /* 12/16 */;
    }

    .CR-item-product .content--box {
        padding-left: 0;
        padding-right: 0;
    }

    #CR-home-page .products-sec,
    #CR-home-page .intro-sec {
        padding: 3.75rem /* 60/16 */ 0;
    }

    #CR-home-page .look-books-sec {
        padding-top: 1.875rem /* 30/16 */;
    }

    #CR-home-page .intro-sec .main--box {
        width: 100%;
    }

    #CR-home-page .intro-sec .list--box {
        margin-left: -1rem /* -16/16 */;
        margin-right: -1rem /* -16/16 */;
        margin-bottom: -1rem /* -16/16 */;
    }

    #CR-home-page .intro-sec .list--box .item {
        padding: 1rem /* 16/16 */;
    }

    #CR-home-page .intro-sec .list--box .item .wrap .desc {
        -webkit-animation: CRfadeInUp .5s both;
        animation: CRfadeInUp .5s both;
    }

    #CR-home-page .products-sec .CR-btn-style-icon {
        margin-top: 1.875rem /* 30/16 */;
    }

    .CR-item-look-book-home.type-img .cont--box {
        top: 6.25rem /* 100/16 */;
        left: 1.875rem /* 30/16 */;
        right: 1.875rem /* 30/16 */;
    }

    .CR-item-look-book-home .heading-title {
        font-size: 1rem /* 16/16 */;
    }

    .CR-item-look-book-home .CR-btn-style-icon {
        font-size: 0.875rem /* 14/16 */;
    }

    #CR-header .right--box {
        gap: 1.25rem /* 20/16 */;
    }

    .CR-detail-look-book--box .introduce--box .desc,
    #CR-look-books-page .intro-sec .filter--box .item a {
        font-size: 0.875rem /* 14/16 */;
    }

    /*.CR-detail-look-book--box .introduce--box .desc,*/
    /*#CR-look-books-page .intro-sec .filter--box .item a,*/
    /*#CR-header .cart--box .CR-view-total-cart-head,*/
    /*#CR-header .account--box li:not(:first-child):before,*/
    /*#CR-header .account--box a,*/
    /*#CR-header .lang--box a {*/
    /*    font-size: 0.875rem !* 14/16 *!;*/
    /*}*/
    #CR-look-books-page .intro-sec .filter--box {
        gap: 1.25rem /* 20/16 */;
    }

    #CR-look-books-page .intro-sec {
        padding-bottom: 3.125rem /* 50/16 */;
    }

    .CR-detail-look-book--box .introduce--box .heading-title {
        font-size: 1.25rem /* 20/16 */;
    }

    .CR-detail-look-book--box .introduce--box .sub-title {
        font-size: 1.125rem /* 18/16 */;
    }

    .CR-detail-look-book--box .list--box {
        margin-top: 6.25rem /* 100/16 */;
    }

    .CR-detail-look-book--box .list--box .item {
        padding: 3.125rem /* 50/16 */ 0;
    }
}

@media only screen and (max-width: 992px) {
    .CR-show-mb {
        display: block !important;
    }

    .CR-hide-mb {
        display: none !important;
    }

    .CR-breadcrumb * {
        min-width: max-content;
    }

    .CR-breadcrumb {
        overflow-y: hidden;
        padding: 1rem 0 !important;
        margin-bottom: 1.25rem /* 20/16 */ !important;
    }

    .CR-sticky-icons {
        bottom: 4.5rem;
        -webkit-transform: scale(0) !important;
        -ms-transform: scale(0) !important;
        transform: scale(0) !important;
        left: unset;
        right: 1rem;
    }

    .CR-sticky-icons.show {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .CR-custom-sticky-icons {
        top: 35%;
        right: 1rem;
    }

    .CR-btn-style-icon {
        height: 2.5rem /* 40/16 */;
        font-size: 0.8125rem /* 13/16 */;
    }

    .CR-heading-title--group .heading-title {
        font-size: 1.5625rem /* 25/16 */;
    }

    #CR-popup-sticky {
        right: 1.25rem /* 20/16 */;
        bottom: 3.75rem /* 60/16 */;
    }

    #CR-popup-sticky .box {
        max-width: 18.75rem /* 300/16 */;
    }

    .CR-woo-prices {
        gap: 0.375rem /* 6/16 */;
    }

    .CR-woo-prices .variable-sp-price--box, .CR-woo-prices {
        gap: 0.625rem /* 10/16 */ !important;
    }

    #CR-home-page .intro-sec .list--box .item {
        width: 100%;
    }

    .CR-item-look-book-home.width-default {
        width: 100%;
    }

    .CR-heading-title--group {
        margin-bottom: 1.875rem /* 30/16 */;
    }

    .CR-heading-title--group .sub-title {
        font-size: 1.25rem /* 20/16 */;
    }

    .page-header .entry-title,
    .CR-heading-title--group .heading-title {
        font-size: 1.5625rem /* 25/16 */;
    }

    #CR-footer .menu-item-box a,
    #CR-header .CR-header-desktop--box .top--box a {
        font-size: 0.75rem /* 12/16 */;
    }

    #CR-header .right--box {
        gap: 0.625rem /* 10/16 */;
    }

    .logged-in #CR-header .account--box li:last-child {
        display: none !important;
    }

    #CR-header .cart--box a {
        gap: 0;
    }

    /*#CR-header .logo--box svg, #CR-header .logo--box img {*/
    /*    height: 2.8125rem !* 45/16 *!;*/
    /*}*/
    #CR-footer .socials--box,
    #CR-footer .menu-item-box {
        margin-top: 1.875rem /* 30/16 */;
    }

    #CR-footer .menu-item-box {
        padding-top: 1.875rem /* 30/16 */;
        border-top: 1px solid rgb(5 93 123 / 20%);
    }

    #CR-footer .menu-item-box ul {
        flex-direction: column;
    }

    #CR-footer .socials--box * {
        text-align: center;
    }

    #CR-footer .socials--box ul {
        justify-content: center;
    }

    #CR-footer *:not(.socials--box *) {
        text-align: center;
    }

    #CR-footer {
        padding: 3.75rem /* 60/16 */ 0;
    }

    #CR-footer .info--box * {
        font-size: 0.8125rem /* 13/16 */;
    }

    #CR-home-page .intro-sec .main--box:before {
        line-height: 1.875rem /* 30/16 */;
    }

    .CR-detail-look-book--box .introduce--box .item {
        width: 50%;
    }

    .CR-detail-look-book--box .introduce--box .item.type-content {
        width: 100%;
    }

    .CR-detail-look-book--box .introduce--box .item.type-content .wrap {
        aspect-ratio: unset;
        padding: 2.5rem /* 40/16 */ 1.25rem /* 20/16 */;
    }

    .CR-detail-look-book--box {
        padding-bottom: 2.5rem /* 40/16 */;
    }

    #CR-home-page .banner-sec .action-slider--box {
        bottom: 1.875rem /* 30/16 */;
    }

    #CR-home-page .banner-sec .action-slider--box .box {
        gap: 1.25rem /* 20/16 */;
    }

    #CR-footer .col-left {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    #CR-footer .col-right {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #CR-footer .info--box p {
        width: 50% !important;
    }

    #CR-footer .CR-sub-footer {
        padding-top: 0;
    }

    #CR-footer .info--box,
    #CR-footer .contact--box {
        padding-top: 1.875rem /* 30/16 */;
    }

    #CR-footer .contact--box {
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem /* 16/16 */;
        margin-top: 1.875rem /* 30/16 */;
        border-top: 1px solid rgb(5 93 123 / 20%);
    }

    #CR-home-page .look-books-sec,
    #CR-home-page .products-sec,
    #CR-home-page .intro-sec {
        overflow: hidden;
    }

    /*#CR-header .CR-main-search-head {*/
    /*    position: absolute;*/
    /*    top: 0 !important;*/
    /*    bottom: 0;*/
    /*}*/
    #CR-header .CR-main-search-head--box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #CR-header .toggle-menu-head--box svg {
        width: 1.875rem /* 30/16 */;
        height: 1.875rem /* 30/16 */;
        transform: rotate(180deg);
    }

    #CR-header .toggle-menu-head--box svg path {
        fill: none !important;
        stroke-width: 3px;
        stroke: var(--cl-black);
        stroke-linecap: var(--cl-black);
        stroke-linejoin: var(--cl-black);
    }

    .admin-bar #CR-header .CR-main-nav-mb--box {
        padding-top: 46px;
    }

    #CR-header .CR-main-header-mb--box.active .CR-main-nav-mb--box {
        transition-duration: .45s;
        transform: translate(-21.875rem /* -350/16 */);
    }

    #CR-header .CR-main-header-mb--box.active .CR-main-nav-mb--bg {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
    }

    #CR-header .CR-main-nav-mb--bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: rgb(255 255 255 / 60%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        backdrop-filter: blur(5px);
    }

    #CR-header .CR-main-nav-mb--box {
        position: fixed;
        top: 0;
        bottom: 0;
        opacity: 1;
        z-index: 9999;
        width: 21.875rem /* -350/16 */;
        right: -21.875rem /* -350/16 */;
        max-width: 95%;
        background-color: var(--cl-white);
        box-shadow: 0 0 150px #0000001a;
        transition: transform .25s cubic-bezier(.165, .84, .44, 1);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #CR-header .CR-main-header-mb--box.active .CR-main-nav-mb--box .appear-animation {
        opacity: 1;
        transform: var(--active-appear-animation);
    }

    #CR-header .CR-main-nav-mb--box .appear-animation {
        opacity: 0;
        transform: var(--appear-animation);
    }

    #CR-header .CR-main-header-mb--box .nav-mb--head {
        padding: 0 1rem /* 16/16 */;
    }

    #CR-header .CR-main-header-mb--box .nav-mb--head .inner--box {
        height: 5rem /* 80/16 */;
        padding: 0.625rem /* 10/16 */ 0;
        border-bottom: 1px solid var(--cl-light-gray);
    }

    #CR-header .CR-main-header-mb--box .nav-mb--head .inner--box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #CR-header .CR-main-header-mb--box .nav-mb--head .inner--box svg {
        width: 1.875rem /* 30/16 */;
        height: 1.875rem /* 30/16 */;
    }

    #CR-header .CR-main-header-mb--box .nav-mb--head .inner--box svg path {
        fill: none !important;
        stroke-width: 2px;
        stroke: var(--cl-black);
        stroke-linecap: var(--cl-black);
        stroke-linejoin: var(--cl-black);
    }

    #CR-header .CR-main-header-mb--box .nav-mb--head--content {
        padding: 1.875rem /* 30/16 */ 1.875rem /* 30/16 */ 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: hidden;
    }

    #CR-header .CR-main-header-mb--box .nav-mb--content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #CR-header .main-merged-menu .sub-menu-wrapper {
        display: none;
    }

    #CR-header .menu-item.active > .sub-menu-wrapper > .CR-sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    }

    #CR-header .main-merged-menu .sub-menu-wrapper .CR-sub-menu {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        transition: transform .3s cubic-bezier(.25, .46, .45, .94);
        padding-bottom: 0.5rem;
    }

    #CR-header .main-merged-menu .CR-sub-menu .CR-sub-menu {
        padding-bottom: 0;
    }

    #CR-header .main-merged-menu .CR-sub-menu .CR-sub-menu:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        background: var(--cl-black);
        left: 1.875rem /* 30/16 */;
        top: 0.625rem /* 10/16 */;
        bottom: 0.625rem /* 10/16 */;
    }

    #CR-header .main-merged-menu .CR-sub-menu .CR-sub-menu a {
        font-size: 1.0625rem /* 17/16 */;
        text-transform: capitalize;
        padding: 0.625rem /* 10/16 */ 2.8125rem /* 45/16 */;
    }

    #CR-header .main-merged-menu .item-with-arrow-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #CR-header .main-merged-menu .main-merged-menu--list {

    }

    #CR-header .main-merged-menu > ul > li {
        position: relative;
    }

    #CR-header .main-merged-menu > ul > li:after {
        content: '';
        background: var(--cl-light-gray);
        position: absolute;
        left: 1.875rem /* 30/16 */;
        right: 1.875rem /* 30/16 */;
        height: 1px;
        bottom: 0;
    }

    #CR-header .CR-main-nav-mb .CR-account-head-btn {
        text-transform: capitalize !important;
        letter-spacing: normal !important;
    }

    #CR-header .CR-main-nav-mb .CR-account-head-btn,
    #CR-header .main-merged-menu > ul > li > a,
    #CR-header .main-merged-menu > ul > li > .item-with-arrow-box a {
        font-size: 1rem /* 16/16 */;
        letter-spacing: 0;
        word-break: break-word;
        line-height: normal;
        font-weight: 400;
        text-transform: uppercase;
        color: var(--cl-light-main);
        padding: 0.9375rem /* 15/16 */ 1.875rem /* 30/16 */;
        display: block;
        flex: 1;
        text-align: right;
    }

    #CR-header .main-merged-menu > ul > li > .item-with-arrow-box .arrow:before {
        content: '';
        background: var(--cl-light-gray);
        position: absolute;
        left: 0;
        width: 1px;
        top: 0.75rem /* 12/16 */;
        bottom: 0.75rem /* 12/16 */;
    }

    #CR-header .main-merged-menu > ul > li > .item-with-arrow-box .arrow {
        position: relative;
        min-width: 3.75rem /* 60/16 */;
        width: 3.75rem /* 60/16 */;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        padding: 0.75rem /* 12/16 */ 0;
    }

    #CR-header .main-merged-menu .CR-sub-menu > li > a,
    #CR-header .main-merged-menu .CR-sub-menu > li > .item-with-arrow-box a {
        padding: 0.75rem /* 12/16 */ 2.1875rem /* 35/16 */;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        text-align: right;
        text-transform: uppercase;
        color: var(--cl-light-main);
        font-size: 0.875rem /* 14/16 */;
    }

    #CR-header .main-merged-menu .CR-sub-menu > li > .item-with-arrow-box .arrow {
        position: relative;
        min-width: 3.75rem /* 60/16 */;
        width: 3.75rem /* 60/16 */;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
    }

    #CR-header .main-merged-menu .CR-sub-menu > li > .item-with-arrow-box .arrow i {
        width: 1.875rem /* 30/16 */;
        height: 1.875rem /* 30/16 */;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid var(--cl-light-gray);
    }

    #CR-header .main-merged-menu .current-menu-item > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current-menu-item > a,
    #CR-header .main-merged-menu .current-product_cat-parent > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current-product_cat-parent > a,
    #CR-header .main-merged-menu .current_page_parent > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current_page_parent > a,
    #CR-header .main-merged-menu .sub-menu .current-menu-item > a {
        font-weight: 800;
        color: var(--cl-main);
    }

    .CR-detail-look-book--box .list--box {
        margin-top: 2.5rem /* 40/16 */;
    }

    .CR-detail-look-book--box .list--box .item {
        padding: 1.25rem /* 20/16 */ 0;
    }

    .CR-mini-cart-main--box .CR-mini-cart-box .CR-mini-cart--head,
    .CR-mini-cart-main--box .CR-mini-cart-box .CR-mini-cart--content {
        padding-left: 1.875rem /* 30/16 */ !important;
        padding-right: 1.875rem /* 30/16 */ !important;
    }

    .CR-mini-cart-main--box .CR-mini-cart-box .mini-cart-action .info--box {
        margin-bottom: 2.75rem /* 44/16 */;
    }

    .CR-mini-cart-main--box.active .CR-mini-cart-box {
        transform: translate(-100%);
    }

    .CR-mini-cart-main--box .CR-mini-cart-box {
        width: 75%;
        right: -75%;
    }

    #CR-product-detail-page .collection--sec, #CR-product-detail-page .related--sec {
        padding: 5rem /* 80/16 */ 0 0;
    }

    #CR-product-detail-page .main--sec .main-right--col {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-top: 0 !important;
    }

    #CR-product-detail-page .main--sec .gallery--box .custom-gallery--box.CR-slider-gallery-mobile {
        margin-bottom: 1rem;
    }

    #CR-product-detail-page .main--sec .CR-all-btn-box .CR-custom-qty-box {
        flex: 0 0 6.25rem /* 100/16 */;
    }

    #CR-product-detail-page .main--sec .related-colors--box .related-colors-list a,
    #CR-product-detail-page .main--sec .CR-variations-box .hrDown {
        font-size: 0.625rem /* 10/16 */;
    }

    #CR-pds-page .intro-sec .search--box {
        margin-bottom: 3.125rem /* 50/16 */;
    }

    #CR-form-search-pd {
        width: 100%;
    }

    #CR-pds-page .list--sec .filter--box {
        flex-direction: column;
        gap: 1.25rem /* 20/16 */;
    }

    #CR-pds-page .list--sec .filter--box .item {
        width: 100%;
    }

    #CR-product-detail-page .collection--sec,
    #CR-product-detail-page .related--sec {
        overflow: hidden !important;
    }

    #CR-support-page .CR-sidebar-support .heading-title {
        font-size: 1.25rem /* 20/16 */;
    }

    #CR-support-page .CR-content-support {
        padding-left: 0;
        margin-top: 1.875rem /* 30/16 */;
    }

    #CR-support-page .CR-support-editor .cont-box {
        padding: 0;
    }

    .CR-item-product .CR-woo-prices .variable-sp-price--box,
    .CR-item-product .CR-woo-prices {
        flex-wrap: wrap;
    }

    .CR-item-product .CR-woo-prices ins {
        width: 100%;
    }

    .CR-item-product .CR-woo-prices .woocommerce-Price-currencySymbol,
    .CR-item-product .CR-woo-prices .percentage,
    .CR-item-product .CR-woo-prices del span,
    .CR-item-product .CR-woo-prices del span *,
    .CR-item-product .CR-woo-prices del,
    .CR-item-product .CR-woo-prices * {
        font-size: 0.875rem /* 14/16 */ !important;
    }

    #CR-product-detail-page .main--sec {
        position: relative;
        z-index: 9;
    }

    #CR-product-detail-page .main--sec .CR-all-btn-box {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background: var(--cl-white);
        z-index: 99;
        box-shadow: -1px -2px 109px rgb(0 0 0 / 5%);
    }

    .CR-sticky-icons a {
        width: 2.1875rem /* 35/16 */;
        height: 2.1875rem /* 35/16 */;
    }

    #CR-product-detail-page .main--sec .gallery--box .CR-custom-dots .slick-dots {
        bottom: -0.625rem /* -10/16 */;
    }
}

@media only screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
        height: 46px;
        min-width: 240px;
        border-radius: 0;
    }

    .admin-bar #CR-header {
        top: 46px !important;
    }

    .admin-bar .CR-mini-cart-main--box .CR-mini-cart-box {
        padding-top: 46px;
    }
}

@media only screen and (max-width: 768px) {
    #CR-popup-sticky .box {
        max-width: 15.625rem /* 250/16 */;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 0.95rem;
    }

    .CR-mini-cart-main--box .CR-mini-cart-box {
        width: 95%;
        right: -95%;
    }

    #CR-product-detail-page .main--sec .gallery--box .item .wrap {
        aspect-ratio: 3 / 4;
    }
}

@media only screen and (max-width: 454px) {
    .CR-woo-prices .woocommerce-Price-currencySymbol,
    .CR-woo-prices .percentage {
        font-size: 0.5rem /* 8/16 */;
    }

    .CR-item-mini-cart .content--box .sub--box {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.625rem /* 10/16 */;
    }

    .CR-item-mini-cart .main-thumb--box {
        flex: 0 0 3.75rem /* 60/16 */ !important;
    }
}