@font-face {
    font-family: 'Erotique Alternate Trial';
    src: url('../font/ErotiqueAlternateTrial-Bold.eot');
    src: url('../font/ErotiqueAlternateTrial-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/ErotiqueAlternateTrial-Bold.woff2') format('woff2'),
    url('../font/ErotiqueAlternateTrial-Bold.woff') format('woff'),
    url('../font/ErotiqueAlternateTrial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sora';
    src: url('../font/Sora-Regular.eot');
    src: url('../font/Sora-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Sora-Regular.woff2') format('woff2'),
    url('../font/Sora-Regular.woff') format('woff'),
    url('../font/Sora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
    text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
    -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
    font-feature-settings: 'liga'; /* Support for IE. */
}
:root {
  --text_hover: #CDADAD;
  --white: #fff;
  --black: #000;
}
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden !important;
    background: #FCE2DB;
    padding: 0;
    margin: 0;
}
* {
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
.jw_container {
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    line-height: normal;
    font-weight: 700;
    font-family: 'Erotique Alternate Trial';
}
h1.jw_title {
    font-size: 120px;
    line-height: 130px;
    color: #fff;
}
h2.jw_sub_title {
    font-size: 70px;
    line-height: 80px;
    color: #153462;
}
h3.jw_sub_title_2 {
    font-size: 50px;
    line-height: 60px;
}
p {
    font-size: 16px;
    color: #153462c2;
    margin: 0;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Sora';
} 
.jw_custom_buttom {
    font-size: 24px;
    line-height: normal;
    color: #153462;
    font-weight: 700;
    font-family: 'Erotique Alternate Trial';
    display: flex;
    align-items: center;
    grid-gap: 17px;
}
.jw_custom_buttom:hover .jw_arrow_sharp img {
    transform: translateX(5px);
}
.jw_custom_buttom span.jw_arrow_sharp img {
    vertical-align: middle;
    transition: 0.3s all ease;
}
a, a:hover {
    text-decoration: none;
    line-height: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select:focus,
input:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #B0B0B0 !important;
}
.jw_images_cover {
    position: relative;
}
.jw_images_cover::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.jw_images_cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
} 
.jw_main_body {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    z-index: 1;
}
.jw_main_body canvas {
    z-index: 1 !important;
    pointer-events: none;
}
.jw_main_body .jw_content {
    background-color: #FCE2DB;
    pointer-events: auto;
}
.item__img {
    --overflow: 80px;
    height: calc(100% + (2 * var(--overflow))) !important;
    width: 100%;
    will-change: transform;
}
.noscroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/*=========================== all_silder ===========================*/
.swiper-button-next,
.swiper-button-prev {
    position: unset;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.jw_blog_slider_arrow,
.jw_blog_two_slider_arrow,
.jw_shop_stores_slider_arrow,
.jw_explore_slider_arrow,
.jw_features_slider_arrow,
.jw_featured-Product_slider_arrow {
    display: flex;
    grid-gap: 20px;
    margin-top: 15px;
}
.jw_blog_slider_arrow span,
.jw_shop_stores_slider_arrow span,
.jw_explore_slider_arrow span,
.jw_features_slider_arrow span,
.jw_blog_two_slider_arrow span,
.jw_featured-Product_slider_arrow span{
    color: #153462;
    font-weight: 300;
}
.jw_blog_slider_arrow span:hover,
.jw_shop_stores_slider_arrow span:hover,
.jw_explore_slider_arrow span:hover,
.jw_features_slider_arrow span:hover,
.jw_blog_two_slider_arrow span:hover,
.jw_featured-Product_slider_arrow span:hover {
    color: #000;
}
/*=========================== all_silder ===========================*/

/*=========================== jw_pagination ===========================*/
.jw_pagination_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}
.jw_pagination_wrap ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #153462;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 17px;
    color: #153462;
}
.jw_pagination_wrap ul li a:active,
.jw_pagination_wrap ul li a:hover,
.jw_pagination_wrap ul li.active a {
    background-color: #153462;
    color: #fff;
}
/*=========================== jw_pagination ===========================*/

/*=========================== menubar ===========================*/
.jw_menubar_wrap.open {
    top: 0;
}
.jw_menubar_wrap {
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 998;
    background: #153462;
}
.jw_menubar_wrap.open .jw_menubar_close {
    top: 10vh;
    opacity: 1;
}
.jw_menubar_close {
    position: absolute;
    top: 9vh;
    right: 0;
    width: 33px;
    height: 33px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 1s;
    -o-transition: all .4s ease-in-out 1s;
    transition: all .4s ease-in-out 1s;
    color: #fff;
}
.jw_menubar_wrap .jw_menubar_content {
    position: relative;
    height: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding-left: 18%;
}
.jw_menubar_imgaes {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100vh;
}
.jw_menubar_imgaes img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.jw_menubar_logo {
    position: absolute;
    display: block;
    top: 10vh;
    left: 60vh;
    right: 0;
    max-width: 130px;
    filter: invert(100%) contrast(600%);
}
.jw_menubar_logo img {
    display: block;
    max-width: 100%;
}
.jw_menubar_menu {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    padding: 0;
    margin: 0;
    list-style-type: none;
    max-height: 600px;
    overflow-y: auto;
}
.jw_menubar_menu li {
    position: relative;
    display: block;
    margin-bottom: 40px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Erotique Alternate Trial';
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    color: #fff;
}
.jw_menubar_menu li:last-child {
    margin-bottom: 0;
}
.jw_menubar_menu li a {
    position: relative;
    display: inline-block;
    color: #fff;
    /*text-transform: uppercase;*/
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.jw_menubar_menu li a:hover,
.jw_menubar_close:hover {
    color: #FCE2DB;
    text-decoration: none;
}
.jw_menubar_menu_star {
    position: relative;
    width: 28px;
    height: 28px;
    clip-path: polygon(50% 0, 35% 35%, 0 50%, 35% 65%, 50% 100%, 65% 65%, 100% 50%, 65% 35%);
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}
.jw_menubar_menu_star::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0, 35% 35%, 0 50%, 35% 65%, 50% 100%, 65% 65%, 100% 50%, 65% 35%);
    width: 22px;
    height: 22px;
    background-color: #153462;
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}
.jw_dropdown_menu {
    display: none;
    padding-top: 20px;
    padding-left: 70px;
}
.jw_drop_down_wrap span.material-symbols-sharp {
    font-size: 54px;
    vertical-align: middle;
}
/*=========================== menubar ===========================*/

/*=========================== search_bar ===========================*/
.jw_search_wrap {
    width: calc(100% - 50px);
    max-width: 1254px;
    margin: 0 auto;
    position: fixed;
    top: 30vh;
    left: 50%;
    transform: translatex(-50%);
    display: none;
    z-index: 17;
    padding: 70px 10px;
    background: #153462;
    border-radius: 32px;
}
.jw_search_wrap form.search-log {
    max-width: 912px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.jw_search_wrap input {
    width: 100%;
    height: 100%;
    border-radius: 0!important;
    border: 0;
    padding: 20px;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 16px;
    background: transparent;
    color: #fff;
    padding: 20px 0;
}
.jw_search_wrap input::-webkit-input-placeholder {color: #fff;}
.jw_search_wrap input:-ms-input-placeholder {color: #fff;}
.jw_search_wrap input::placeholder {color: #fff;}
.jw_search_wrap button {
    border: 0;
    margin-right: 20px;
    background: transparent;
    height: fit-content;
}
/*=========================== search_bar ===========================*/

/*=========================== mini_cart ===========================*/
.jw_mini_crat_wrap {
    position: fixed;
    top: 150px;
    right: 60px;
    max-width: 414px;
    width: 100%;
    height: calc(100vh - 150px);
    display: none;
    z-index: 17;
    overflow-y: auto;
}
.jw_mini_crat_col {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 55px 55px;
    position: relative;
}
.jw_mini_crat_wrap .jw_mini_crat_title {
    text-align: center;
    padding-bottom: 15px;
}
.jw_mini_crat_wrap .jw_mini_crat_title h4 {
    font-size: 20px;
    line-height: 30px;
    color: #153462;
}
.jw_mini_crat_wrap .jw_mini_crat_title a {
    color: #153462;
    position: absolute;
    top: 32px;
    right: 30px;
}
.jw_mini_cart_product h5 a:hover,
.jw_mini_cart_remove span:hover,
.jw_mini_crat_wrap .jw_mini_crat_title a:hover {
    color: var(--text_hover);
}
.jw_mini_cart_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    grid-gap: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(21, 52, 98, 0.76);
}
.jw_mini_cart_product h5 a {
    font-size: 16px;
    color: #153462;
}
.jw_mini_cart_product h5 {
    margin-bottom: 21px;
}
.jw_mini_cart_product p {
    color: #000;
    margin: 10px 0;
}
.jw_mini_cart_product_img {
    width: 103px;
    border-radius: 10px;
    overflow: hidden;
}
.jw_mini_cart_remove {
    color: #153462;
}
.jw_mini_cart_remove span {
    font-size: 20px;
    font-weight: 200;
}
.jw_quantity {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 100px;
}
.jw_quantity input {
    margin: 0 16px;
}
.jw_quantity input, .jw_quantity span {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    padding: 0;
    background: #153462;
    border-radius: 3.96552px;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.jw_quantity span {
    cursor: pointer;
    font-size: 15px;
    color: #153462;
    background: transparent;
    width: auto;
    height: auto;
}
.jw_quantity span:hover {
    color: var(--black);
}
.jw_mini_crat_totle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.jw_totle_text {
    font-size: 16px;
    color: #153462;
}
.jw_totle_price {
    font-weight: 500;
    font-size: 16px;
    color: #153462;
}
.jw_mini_crat_wrap .jw_custom_buttom {
    background: #FFFFFF;
    border-radius: 20px;
    justify-content: center;
    margin-top: 30px;
    padding: 25px 10px;
}
/*=========================== mini_cart ===========================*/

/*=========================== header ===========================*/
.jw_header.jw_sticky {
    background-color: #fff;
    padding: 25px 0;
}
.jw_header {
    padding: 53.5px 0;
    transition: 0.6s all ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    position: fixed;
}
.jw_header_contant {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jw_all_menu_btn {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.jw_mobile_menu_icon {
    width: 112px;
}
.jw_all_menu_btn li a span.material-symbols-outlined.secound {
    display: none;
}
.jw_all_menu_btn li a span.material-secound-menu {
    font-size: 25px;
    font-family: 'Erotique Alternate Trial';
    font-weight: 700;
}
.jw_mobile_menu_icon a,
.jw_all_menu_btn li a {
    color: #153462;
}
.jw_mobile_menu_icon a:hover,
.jw_all_menu_btn li a:hover {
    color: var(--text_hover);
}
.jw_mobile_search_btn {
    display: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    display: none;
    z-index: 16;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(21, 52, 98, 0.5);
    backdrop-filter: blur(5px);
}
/*=========================== header ===========================*/

/*=========================== home_hero_section ===========================*/
.jw_home_hero_section {
    padding: 150px 0;
}
.jw_hero_content {
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.jw_home_hero_images.jw_images_cover::before {
    padding-top: 60%;
}
.jw_hero_content h1.jw_title {
    z-index: 1;
    position: absolute;
    bottom: 21%;
    left: 7%;
    opacity: 0;
    transition: 2s all ease;
    transform: translateY(100px);
}
.jw_hero_content .swiper-slide-active h4,
.jw_hero_content .swiper-slide-active h1.jw_title {
    opacity: 1;
    transform: translateY(0px);
}
.jw_hero_content h4 {
    font-size: 41px;
    color: #fff;
    position: absolute;
    bottom: 11%;
    left: 7%;
    opacity: 0;
    transition: 2s all ease;
    transform: translateY(100px);
}
/*=========================== home_hero_section ===========================*/
/*=========================== home-hero-two_css ===========================*/
.page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right bottom, #2a1f30 50%, #383d44 50%);
}
#home-slider {
  height: 100%;
  width:100%;
  position: relative;
}
.jw_container.jw_hero_contents {
    position: absolute;
    bottom: 100px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}
p.wrap{
    color: #FFF;
    font-size: 41.483px;
    font-family: Erotique Alternate Trial;
    font-weight: 700;
    line-height: 67.409px;
}
.home-slider .swiper-container {
  height: 100%;
  width: 100%;
}

.home-slider .swiper-image-one {
  background-image: url("../image/home-wrao-a.png");
}

.home-slider .swiper-image-two {
  background-image: url("../image/home-wrao-b.png");
}

.home-slider .swiper-image-three {
  background-image: url("../image/home-wrao-c.png");
}

.home-slider .swiper-image-four {
  background-image: url("../image/home-wrao-d.png");
}

.home-slider .swiper-image-five {
  background-image: url("../image/home-wrao-e.png");
}

.home-slider .swiper-image-six {
  background-image: url("../image/home-wrao-f.png");
}

.home-slider .swiper-image {
  width: 50%;
  height: 100%;
}
.home-slider .swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home-slider .swiper-image-left {
  transition: all 1s linear;
  transition-delay: 1s;
}

.home-slider .swiper-image-inner.swiper-image-right {
  filter: hue-rotate(-0deg);
  transition: all 1s linear;
  transition-delay: 1s;
}

.home-slider .swiper-slide.swiper-slide-active .swiper-image-right {
  filter: hue-rotate(0deg);
}

.home-slider .swiper-slide.swiper-slide-active h1,
.home-slider .swiper-slide.swiper-slide-active p.wrap{
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.home-slider .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.home-slider .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.home-slider .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.home-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.home-slider .swiper-container-android .swiper-slide, .home-slider .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.home-slider .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-slider .home-slider .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.home-slider .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  
}

/* a11y */
.home-slider .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.home-slider .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.home-slider .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/*=========================== jw_home-hero-two_section ===========================*/

/*=========================== jw_about_section ===========================*/
.jw_about_section {
    padding: 110px 0;
}
.jw_about_wrap {
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    grid-gap: 122px;
}
.jw_about_content {
    width: 100%;
}
.jw_about_images {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.jw_about_content p {
    padding: 47px 0;
    max-width: 413px;
}
/*=========================== jw_about_section ===========================*/

/*=========================== jw_collection_section ===========================*/
.jw_collection_section {
    background-color: #153462;
    padding: 60px 0 100px;
}
.jw_collection_content h3.jw_sub_title_2 {
    color: #fff;
}
.jw_collection_content p {
    color: #fff;
    padding: 15px 0 60px;
    max-width: 595px;
}
.jw_collection_wrap {
    display: flex;
    grid-gap: 45px;
}
.jw_collection_images {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.jw_collection_images.jw_images_cover::before {
    padding-top: 85%;
}
/*=========================== jw_collection_section ===========================*/

/*=========================== jw_explore_section ===========================*/
.jw_explore_section {
    padding: 110px 0;
}
.jw_slider_arrow_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.jw_explore_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_explore_content p {
    padding: 15px 0 60px;
}
.jw_explore_wrap .swiper {
    margin-right: -15px;
}
.jw_explore_wrap .jw_explore_images {
    border-radius: 40px;
    overflow: hidden;
}
/*=========================== jw_explore_section ===========================*/

/*=========================== jw_video_sectio ===========================*/
.jw_video_content h4 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #153462;
    max-width: 1336px;
    margin: 0 auto;
}
.jw_video_content p {
    max-width: 984px;
    margin: 21px auto 110px;
    text-align: center;
}
.jw_video_images {
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 110px;
}
.jw_video_images::before {
    padding-top: 43%;
}
.jw_video_play_btn_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid #153462;
    padding: 5px;
}
.jw_video_play_btn {
    width: 104px;
    height: 104px;
    border-radius: 100%;
    background-color: #153462;
}
.jw_video_play_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/*=========================== jw_video_sectio ===========================*/

/*=========================== jw_shop_stores_section ===========================*/
.jw_shop_stores_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_shop_stores_content p {
    padding: 15px 0 60px;
}
.jw_shop_stores_wrap .jw_shop_stores_card_box {
    border-radius: 40px;
    overflow: hidden;
}
.jw_shop_stores_card_box .jw_shop_stores_images {
    overflow: hidden;
}
.jw_shop_stores_card_box .jw_shop_stores_images img {
    transition: 0.5s all ease;
}
.jw_shop_stores_card_box:hover .jw_shop_stores_images img {
    transform: scale(1.2);
}
.jw_shop_stores_card_box_content {
    background-color: #fff;
    padding: 22px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jw_shop_stores_card_box_content h5 a {
    font-size: 25px;
    color: #153462;
}
.jw_shop_stores_card_box_content p {
    font-size: 18px;
    line-height: 28px;
    color: #153462;
}
/*=========================== jw_shop_stores_section ===========================*/

/*=========================== jw_newsletter_section ===========================*/
.jw_newsletter_section {
    padding: 73px 0;
}
.jw_newsletter_wrap {
    background-color: #153462;
    border-radius: 40px;
    padding: 233px 0;
    position: relative;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_left {
    max-width: 250px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 8.3%;
    top: 8.2%;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_left::before {
    padding-top: 210px;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_right {
    max-width: 172px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 10%;
    right: 21%;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_right::before {
    padding-top: 228px;
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_left {
    max-width: 162px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 22.8%;
    bottom: 14.2%;
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_left::before {
    padding-top: 216px;
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_right {
    max-width: 254px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 11%;
    bottom: 10%;
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_right::before {
    padding-top: 186px;
}
.jw_newsletter_section .jw_sub_title {
    color: #fff;
}
.jw_newsletter_form_content {
    text-align: center;
    z-index: 1;
    position: relative;
}
.jw_newsletter_form {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fff;
    max-width: 478px;
    margin: 0 auto;
    padding: 18px;
    margin-top: 20px;
}
.jw_newsletter_form input {
    width: 100%;
    background-color: transparent;
    border: 0;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.jw_newsletter_form input::-webkit-input-placeholder {color: #fff;}
.jw_newsletter_form input:-ms-input-placeholder {color: #fff;}
.jw_newsletter_form input::placeholder {color: #fff;}
.jw_newsletter_form button {
    font-family: 'Erotique Alternate Trial';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: 0.3s all ease;
}
.jw_newsletter_form button:hover {
    color: #fce2db;
}
/*=========================== jw_newsletter_section ===========================*/

/*=========================== jw_blog_section ===========================*/
.jw_blog_section {
    position: relative;
}
.jw_blog_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_blog_content p {
    padding: 15px 0 60px;
}
.jw_blog_wrap .swiper {
    margin-right: -15px;
}
.jw_blog_card_box {
    display: flex;
    background-color: #153462;
    border-radius: 40px;
    overflow: hidden;
    min-height: 472px;
}
.jw_blog_card_box .jw_images_cover img {
    transition: 0.5s all ease;
}
.jw_blog_card_box:hover .jw_images_cover img {
    transform: scale(1.2);
}
.jw_blog_images {
    width: 100%;
    max-width: 340px;
    border-radius: 20px;
    overflow: hidden;
}
.jw_blog_card_box_content {
    padding: 56px 20px;
    max-width: 210px;
    display: flex;
    flex-direction: column;
}
.jw_blog_card_box_content p {
    color: #fff;
    margin-bottom: 9px;
}
.jw_blog_card_box_content h5 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
    height: 100%;
}
.jw_blog_card_box_content .jw_custom_buttom {
    color: #fff;
    font-size: 18px;
    grid-gap: 11px;
}
.jw_blog_card_box_content .jw_custom_buttom .jw_arrow_sharp img {
    filter: invert(200%) contrast(667%);
    max-width: 30px;
}
/*=========================== jw_blog_section ===========================*/

/*=========================== jw_about_hero_section ===========================*/
.jw_about_hero_section {
    padding-top: 150px;
}
.jw_about_hero_section .jw_about_hero_wrap {
    background-color: #CDADAD;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 127px 119px 248px 119px;
}
.jw_about_hero_title {
    width: 100%;
}
.jw_about_hero_content {
    max-width: 502px;
    width: 100%;
}
.jw_about_hero_content p {
    padding-bottom: 15px;
}
.jw_about_hero_content p:last-child {
    padding-bottom: 0;
}
/*=========================== jw_about_hero_section ===========================*/

/*=========================== jw_about_page_section ===========================*/
.jw_about_page_wrap {
    display: flex;
    grid-gap: 0px 46px;
}
.jw_about_page_content,
.jw_about_page_images {
    width: 100%;
}
.jw_about_page_wrap.first .jw_about_page_images {
    margin-top: -334px;
}
.jw_about_page_wrap.first .jw_about_page_images .jw_images_cover {
    max-width: 600px;
    width: 100%;
    margin: 0 0 auto auto;
}
.jw_about_page_wrap .jw_about_page_images .jw_images_cover {
    border-radius: 40px;
    overflow: hidden;
}
.jw_about_page_wrap.first .jw_about_page_images .jw_images_cover::before {
    padding-top: 118%;
}
.jw_about_page_content h4 {
    font-size: 40px;
    line-height: 50px;
    color: #153462;
    max-width: 537px;
    margin: 75px 0 75px 50px;
}
.jw_about_page_content p {
    max-width: 523px;
    margin: 0 62px auto auto;
    padding-bottom: 15px;
}
.jw_about_page_wrap.second .jw_about_page_content {
    margin-top: -200px;
}
.jw_about_page_wrap.second .jw_about_page_images .jw_images_cover::before {
    padding-top: 60%;
}
.jw_about_page_description {
    max-width: 1147px;
    width: 100%;
    margin: 0 auto; 
}
.jw_about_page_description h5 {
    font-size: 40px;
    line-height: 50px;
    color: #153462;
    margin-bottom: 15px;
}
.jw_about_page_description h5 span {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
}
.jw_about_page_description p {
    padding-bottom: 15px;
}
/*=========================== jw_about_page_section ===========================*/

/*=========================== jw_collection_hero_section ===========================*/
.jw_collection_hero_section {
    padding-top: 260px;
}
.jw_collection_hero_section .jw_shop_stores_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
    margin: 60px 0 120px;
}
.jw_collection_hero_section .jw_collection_hero_title {
    text-align: center;
}
.jw_collection_hero_section .jw_collection_hero_title p {
    max-width: 649px;
    margin: 15px auto 0 auto;
}
/*=========================== jw_collection_hero_section ===========================*/

/*=========================== jw_single_product_section ===========================*/
.jw_single_product_section {
    padding-top: 260px;
}
.jw_single_product_wrap {
    display: flex;
    align-items: center;
    grid-gap: 112px;
    margin-bottom: 80px;
}
.jw_single_product_slider_wrap {
    max-width: 790px;
    width: 100%;
}
.jw_single_product_slider_wrap .jw_single_product_body .jw_images_cover::before {
    padding-top: 119%;
}
.jw_single_product_body {
    margin-bottom: 30px;
    border-radius: 40px;
    overflow: hidden;
}
.jw_single_product_foot .jw_images_cover {
    border-radius: 13px;
    overflow: hidden;
    opacity: 0.3;
    cursor: pointer;
}
.jw_single_product_foot .swiper-slide-thumb-active .jw_images_cover {
    opacity: 1;
}
.jw_single_product_detail {
    max-width: 454px;
    width: 100%;
}
.jw_single_product_detail h2.jw_sub_title {
    margin-bottom: 20px;
}
p.jw_single_price {
    font-size: 26px;
    line-height: 36px;
    color: #153462;
    margin-bottom: 30px;
}
.jw_single_product_Qty {
    display: flex;
    align-items: center;
    grid-gap: 70px;
    margin: 30px 0 47px;
}
.jw_single_product_detail .accordion-item {
    border-bottom: 1px solid #153462;
    margin-bottom: 27px;
}
.jw_single_product_detail .accordion-item:last-child {
    margin-bottom: 0;
}
.jw_single_product_detail .accordion-tabs {
    position: relative;
    padding-right: 30px;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #153462;
    margin-bottom: 10px;
}
.jw_single_product_detail .accordion-tabs span.material-symbols-sharp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: end;
    cursor: pointer;
}
.jw_single_product_detail .accordion-content {
    padding-bottom: 28px;
}
.jw_single_product_detail .accordion-content p {
    padding-bottom: 5px;
}
.jw_single_product_detail .accordion-content p:last-child {
    padding-bottom: 0px;
}
/*=========================== jw_single_product_section ===========================*/

/*=========================== jw_releted_product_section ===========================*/
.jw_releted_product_title h3.jw_sub_title_2 {
    color: #153462;
    margin-bottom: 60px;
}
/*=========================== jw_releted_product_section ===========================*/

/*=========================== jw_contact_page_section ===========================*/
.jw_contact_page_section {
    padding-top: 260px;
}
.jw_contact_page_section .jw_about_hero_title {
    text-align: center;
}
.jw_contact_page_section .jw_about_hero_title h2.jw_sub_title {
    margin-bottom: 15px;
}
.jw_contact_page_section .jw_contact_form {
    background: #153462;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    max-width: 737px;
    width: 100%;
    margin: 60px auto 100px;
}
.jw_contact_page_section form {
    padding: 55px 125px;
}
.jw_contact_page_section form input,
.jw_contact_page_section form textarea {
    border: 0;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
    border-radius: 0;
    color: #fff;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    padding: 16px 0;
    background: transparent;
    width: 100%;
}
.jw_contact_page_section form textarea {
    resize: none;
}
.jw_contact_page_section form input::-webkit-input-placeholder,
.jw_contact_page_section form textarea::-webkit-input-placeholder {
    color: #fff;
}
.jw_contact_page_section form input:-ms-input-placeholder,
.jw_contact_page_section form textarea:-ms-input-placeholder {
    color: #fff;
}
.jw_contact_page_section form input::placeholder ,
.jw_contact_page_section form textarea::placeholder {
    color: #fff;
}
.jw_contact_page_section form .jw_custom_buttom {
    color: #fff;
    margin-top: 48px;
}
.jw_contact_page_section form .jw_custom_buttom img {
    filter: saturate(0%) brightness(660%);
}
.jw_contact_add_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 96px;
}
.jw_contact_add_col {
    text-align: center;
    max-width: 300px;
}
.jw_contact_add_icon {
    background: #153462;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto 30px;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}
.jw_contact_add_col p a {
    color: #153462;
}
.jw_contact_add_col p a:hover {
    color: var(--text_hover);
}
/*=========================== jw_contact_page_section ===========================*/

/*=========================== jw_blog_page_section ===========================*/
.jw_blog_page_section {
    padding-top: 260px;
}
.jw_blog_page_title {
    margin-bottom: 60px;
}
.jw_blog_page_title h2.jw_sub_title {
    padding-bottom: 15px;
}
.jw_blog_page_title p {
    color: #153462;
    max-width: 665px;
    width: 100%;
}
.jw_blog_page_wrap {
    margin-bottom: 120px;
}
.jw_blog_page_box {
    display: flex;
    align-items: center;
    grid-gap: 60px;
    margin-bottom: 60px;
}
.jw_blog_page_content {
    width: 100%;
}
.jw_blog_page_box:nth-child(even) .jw_blog_page_content {
    max-width: 398px;
}
.jw_blog_page_box:last-child {
    margin-bottom: 0;
}
.jw_blog_page_box:nth-child(even) {
    justify-content: end;
}
.jw_blog_page_box:nth-child(odd) {
    justify-content: flex-start;
}
.jw_blog_page_box .jw_blog_page_images {
    max-width: 623px;
    width: 100%;
    display: block;
    border-radius: 40px;
    overflow: hidden;
}
.jw_blog_page_box .jw_blog_page_images::before {
    padding-top: 74%;
}
.jw_blog_page_content p {
    font-size: 22px;
    line-height: 32px;
    color: #153462;
    margin-bottom: 20px;
}
.jw_blog_page_content h5 {
    font-size: 30px;
    line-height: 40px;
    color: #153462;
    max-width: 398px;
    width: 100%;
    margin-bottom: 60px;
}
/*=========================== jw_blog_page_section ===========================*/

/*=========================== jw_blog_detail_page_section ===========================*/
.jw_blog_detail_page_section {
    padding-top: 260px;
}
.jw_blog_detail_page_title p {
    margin-bottom: 15px;
    color: #153462;
}
.jw_blog_detail_page_title h3.jw_sub_title_2 {
    font-size: 40px;
    line-height: 50px;
    color: #153462;
    max-width: 1283px;
}
.jw_blog_detail_page_wrap .jw_blog_detail_page_images {
    margin: 40px 0 50px;
    border-radius: 40px;
    overflow: hidden;
}
.jw_blog_detail_page_wrap .jw_blog_detail_page_images::before {
    padding-top: 46%;
}
.jw_blog_detail_page_content {
    max-width: 1307px;
    width: 100%;
}
.jw_blog_detail_page_content p {
    padding-bottom: 15px;
}
.jw_custom_tab_col {
    position: relative;
    padding-left: 24px;
}
.jw_custom_tab_col::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 6px;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0, 35% 35%, 0 50%, 35% 65%, 50% 100%, 65% 65%, 100% 50%, 65% 35%);
    width: 12px;
    height: 12px;
    background-color: #153462;
}
.jw_custom_tab_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #153462;
}
.jw_blog_detail_quotes {
    background: #153462;
    border-radius: 40px;
    padding: 50px 115px;
    display: flex;
    grid-gap: 5px;
    margin: 30px 0;
}
.jw_blog_detail_quotes h5 {
    font-size: 86px;
    line-height: 96px;
    color: #fff;
}
.jw_blog_detail_quotes h6 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.jw_blog_detail_releted {
    display: flex;
    align-items: center;
    grid-gap: 40px;
    margin: 120px 0 30px;
}
.jw_blog_detail_releted_images {
    width: 100%;
}
.jw_blog_detail_releted_images_first {
    max-width: 525px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.jw_blog_detail_releted_images_first::before {
    padding-top: 69%;
}
.jw_blog_detail_releted_images_last {
    max-width: 305px;
    width: 100%;
    margin: -168px 0 0 auto;
    border-radius: 30px;
    overflow: hidden;
}
.jw_blog_detail_releted_images_last::before {
    padding-top: 88%;
}
.jw_blog_detail_releted_content {
    max-width: 529px;
    width: 100%;
}
/*=========================== jw_blog_detail_page_section ===========================*/



/*=========================== jw_blog_grid_section ===========================*/
.jw_blog_grid_page_section {
    padding-top: 260px;
}
.jw_blog_grid_page_section .jw_container{
    max-width: 1330px;
}
.jw_blog_grid_page_section .jw_blog_grid_page_title {
    text-align: center;
}
.jw_blog_grid_page_section .jw_blog_grid_page_title p {
    color: #153462;
    max-width: 665px;
    margin: 15px auto 0 auto;
}
.jw_blog_grid_page_section .jw_blog_grid_page_title h2{
    font-size: 80px;
    line-height: 90px;
}
.jw_blog_grid_page_section .jw_blog_grid_wrapper .jw_blog_grid_img img {
    border-radius: 40px;
    margin-bottom: 30px;
}
.jw_blog_grid_page_section  .jw_blog_grid_wrapper .jw_grid_date p {
    color: #153462;
    padding-bottom: 10px;
}
.jw_blog_grid_page_section .jw_blog_grid_wrapper h2 {
    color: #153462;
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
}
.jw_blog_grid_page_section .jw_blog_grid_page_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 72px ;
    margin: 100px 0 135px;
}
/*=========================== jw_blog_grid_section ===========================*/

/*=========================== jw_blog_two_section ===========================*/
.jw_blog_two_two_section {
    position: relative;
}
.jw_blog_two_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_blog_two_content p {
    padding: 15px 0 60px;
}
.jw_blog_two_wrap .swiper {
    margin-right: -15px;
}
.jw_blog_two_card_box .jw_images_cover img {
    transition: 0.5s all ease;
}
.jw_blog_two_card_box:hover .jw_images_cover img {
    transform: scale(1.2);
}
.jw_blog_two_images {
    border-radius: 20px;
    overflow: hidden;
    max-height: 368px;
}
.jw_blog_two_card_box_content {
    padding: 30px 20px;
}
.jw_blog_two_card_box_content p {
    color: #153462;
    margin-bottom: 10px;
}
.jw_blog_two_card_box_content h5 {
    font-size: 22px;
    line-height: 32px;
    color: #153462;
    margin-bottom: 30px;
    height: 100%;
}
.jw_blog_two_card_box_content .jw_custom_buttom {
    color: #153462;
    font-size: 18px;
    grid-gap: 11px;
}
.jw_blog_two_card_box_content .jw_custom_buttom .jw_arrow_sharp img {
    max-width: 30px;
}
/*=========================== jw_blog_two_section ===========================*/


/*==================== jw_featured-Product_section ===================*/
.jw_featured-Product_section {
    padding: 110px 0 37px;
}
.jw_featured-Product_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_featured-Product_content p {
    padding: 15px 0 60px;
}
.jw_featured-Product_wrap .jw_featured-Product_card_box {
    border-radius: 40px;
    overflow: hidden;
}
.jw_featured-Product_card_box .jw_featured-Product_images {
   border-radius: 40px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   height: 100%;
   justify-content: flex-end;
   position: relative;
}
.jw_featured-Product_card_box .jw_featured-Product_images.jw_images_cover::before{
    padding-top: 82%;

}
.jw_featured-Product_card_box .jw_featured-Product_images img {
    transition: 0.5s all ease;
}
.jw_featured-Product_card_box:hover .jw_featured-Product_images img {
    transform: scale(1.2);
}
.jw_featured-Product_card_box_content {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px;
    z-index: 1;
    position: relative;
    border-radius: 50px;
    margin: 24px 30px;
}
.jw_featured-Product_card_box_content h5 a {
    font-size: 25px;
    color: #153462;
}
.jw_featured-Product_card_box_content p {
    font-size: 18px;
    line-height: 28px;
    color: #153462;
}
.jw_featured-Product_images .product-extra-link li{
    background: #FFFFFF;
    line-height: 46px;
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 9;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.jw_featured-Product_wrap .jw_featured-Product_card_box:hover .product-extra-link li{
    right: 36px;
}
.jw_featured-Product_images .product-extra-link li svg{
    color: #153462;
    font-size: 18px;
}
.jw_featured-Product_images .product-extra-link li:nth-child(1) {
    top: 35px;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.jw_featured-Product_images .product-extra-link li:nth-child(2) {
    top: 94px;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.jw_featured-Product_images .product-extra-link li:nth-child(3) {
    top: 152px;
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
/*================ jw_featured-Product_section =================*/



/*=================== start_jw_explore_more_section ================*/
.jw_explore_more_section{
    padding: 110px 0;
}
.jw_explore_more_content{
    text-align: center;
}
.jw_explore_more_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_explore_more_content p {
    color: #153462C2;
    padding: 15px 0 60px;
}
.jw_explore_more_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px;
}
.jw_explore_more_wrap .jw_explore_more_images{
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    max-height: 515px;
}
.jw_explore_more_section .content__item-title {
    width: 100%;
    padding: 130px 45px 60px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h3.jw_sub_wrap {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}
.jw_sub_title_wrap{
    font-size: 70px;
    color: #fff;
}
.jw_explore_more_section .jw_explore_more_wrap .jw_custom_buttom {
    color: #fff;
    font-size: 18px;
    grid-gap: 11px;
}
.jw_explore_more_section .jw_explore_more_wrap .jw_custom_buttom .jw_arrow_sharp img {
    filter: invert(200%) contrast(667%);
    max-width: 30px;
    position: relative;

}
.jw_explore_more_wrap .jw_explore_more_images img{
    transition: 0.9s all ease;
}
.jw_explore_more_wrap .jw_explore_more_images:hover img {
    transform: scale(1.2);
}
.jw_explore_more_section .jw_explore_button {
    justify-content: center;
    margin-top: 70px;
}

/*================== End_jw_explore_more_section ==============*/

/*================================================================ Home_hero_two_Pages ======================================================================================*/
/*==========================================================================================================================================================================*/

/*===========================Strat jw_home_hero_two_section =======================*/
.jw_home_hero_two_section .jw_home_hero_two_wrap h4{
   font-family: 'Erotique Alternate Trial';
   font-style: normal;
   font-weight: 700;
   font-size: 41.4825px;
   line-height: 67px;
   color: #FFFFFF;
}

/*===========================End jw_home_hero_two_section =======================*/

/*=========================== jw_newsletter_section ===========================*/
.jw_best_collection_section {
    padding: 112px 0 85px;
    background: #153462;
    margin: 100px 0;
}
.jw_best_collection_wrap {
    padding: 233px 0;
    position: relative;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
    max-width: 400px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 13.2%;
    height: 100%;
    max-height: 580px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left::before {
    padding-top: 210px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
    max-width: 445px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 18%;
    height: 100%;
    max-height: 350px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right::before {
    padding-top: 228px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
    max-width: 380px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 27.2%;
    bottom: 40.2%;
    height: 100%;
    max-height: 320px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left::before {
    padding-top: 216px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_right {
    max-width: 500px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 22px;
    bottom: 0;
    max-height: 400px;
    height: 100%;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_right::before {
    padding-top: 186px;
}
/*.jw_best_collection_section .jw_best_collection_form_content{
    max-width: 464px;
    margin: auto;
}*/ 
.jw_best_collection_section .jw_sub_title {
    color: #fff;
    font-size: 90px;
    text-align: left;
    max-width: 464px;
    margin: auto auto 54px;
}
.jw_best_collection_form_content {
    text-align: center;
    z-index: 1;
    position: relative;
}
.jw_best_collection_form_content p {
    color: #FFFFFFC2;
    max-width: 26%;
    margin: auto;
}
.jw_best_collection_form_content .jw_custom_buttom{
    color: #ffffff;
    justify-content: center;
    margin-bottom: 90px;
}
.jw_best_collection_form_content span.jw_arrow_sharp img {
   filter: invert(200%) contrast(667%);
}
/*=========================== jw_newsletter_section ===========================*/







/*================== start_jw_video_section ==============*/
.jw_video_section .jw_video_wrapper{
    display: flex;
    align-items: stretch;
}

.jw_video_section .jw_video_wrapper .jw_video_wrap{
    width: 50%;
}

.jw_video_section .jw_video_wrapper .jw_video_wrap .jw_video_images {
   border-radius: 0;
   margin-bottom: 0;
   height: 100%;

}
.jw_video_section .jw_video_wrapper .jw_video_wrap .jw_video_images::before {
    padding-top: 75%;
}
.jw_video_section .jw_video_wrapper .jw_video_content{
    width: 50%;
    padding:130px 80px 150px;
    background-color: #CDADAD;
    text-align: left;
}
.jw_video_section .jw_video_wrapper .jw_video_content h2 {
    font-size: 40px;
    color: #153462;
    line-height: 60px;
}
.jw_video_section .jw_video_wrapper .jw_video_content p {
    max-width: 560px;
    margin: 40px 0 50px;
    text-align: left;
    color: #153462C2;
}
.jw_video_content_wrap{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.jw_video_section .jw_video_wrapper .jw_video_wrap .jw_video_images  .content__item-title {
    transform: none !important;
}
.h3.jw_sub_wrap{
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
h2.jw_sub_title_wrap {
    color: #fff;
    font-size: 70px;
    padding-bottom: 40px;
}
.jw_video_section .jw_video_wrapper .jw_video_play_btn_border {
    top: 125%;
}
/*================== End_jw_video_section ==============*/


/*================== Start_jw_blog_masonary_section ==============*/
.jw_blog_masonary_section {
    padding-top: 260px;
}
.jw_blog_masonary_section .jw_container{
    max-width: 1560px;
}
.jw_blog_masonary_section .jw_blog_masonary_title {
    text-align: center;
}
.jw_blog_masonary_section .jw_blog_masonary_title p {
    color: #153462;
    max-width: 665px;
    margin: 15px auto 0 auto;
}
.jw_blog_masonary_section .jw_blog_masonary_title h2{
    font-size: 80px;
    line-height: 90px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrap {
    margin: 55px 0 120px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    grid-gap:25px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrapper .jw_blog_masonary_img{
    overflow: hidden;
    border-radius: 30px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrapper .jw_blog_masonary_img img {

    transition: 0.5s all ease;
}
.jw_blog_masonary_section .jw_blog_masonary_wrapper:hover .jw_blog_masonary_img img {
    transform: scale(1.2);
}
.jw_blog_masonary_section  .jw_blog_masonary_wrapper .jw_masonary_date p {
    color: #153462;
    padding-bottom: 10px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrapper h2 {
    color: #153462;
    padding-bottom: 13px;
    font-size: 24px;
    line-height: 32px;
}
.jw_blog_masonary_wrap .jw_grid_date p{
    color: #153462;
    margin-bottom: 12px;
    margin-top: 25px;
}
.jw_blog_masonary_wrapper a.jw_custom_buttom {
    margin-top: 28px;
    margin-bottom: 50px;
}


/*================== End_jw_blog_masonary_section ==============*/




/*=========================== jw_shop_stores_section v1===========================*/
.jw_shop_stores_page_section {
    padding-top: 260px;
}
.jw_shop_stores_page_section .jw_shop_stores_page_title {
    text-align: center;
}
.jw_shop_stores_page_section .jw_shop_stores_page_title p {
    color: #153462;
    max-width: 665px;
    margin: 15px auto 0 auto;
}
.jw_shop_stores_page_section .jw_shop_stores_page_title h2{
    font-size: 80px;
    line-height: 90px;
}
.jw_shop_stores_page_section .jw_shop_stores_page_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px ;
    margin: 60px 0 120px;
}
.jw_shop_stores_page_section .jw_shop_stores_card_box {
    border-radius: 40px;
    overflow: hidden;
}
/*=========================== jw_shop_stores_section v1 ===========================*/


/*=========================== jw_shop_now_section v2===========================*/
.jw_shop_now_page_section {
    padding-top: 260px;
}
.jw_shop_now_page_section .jw_shop_now_page_title {
    text-align: center;
}
.jw_shop_now_page_section .jw_shop_now_page_title p {
    color: #153462;
    max-width: 665px;
    margin: 15px auto 0 auto;
}
.jw_shop_now_page_section .jw_shop_now_page_title h2{
    font-size: 80px;
    line-height: 90px;
}
.jw_shop_now_page_section .jw_shop_now_page_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px ;
    margin: 60px 0 120px;
}
.jw_shop_now_page_section .jw_shop_now_card_box .jw_shop_now_images {
 border-radius: 40px;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 height: 100%;
 justify-content: flex-end;
}
.jw_shop_now_page_section .jw_shop_stores_card_box_content {
    padding: 30px 35px;
    z-index: 1;
    position: relative;
    border-radius: 50px;
    margin: 30px;
}
.jw_shop_now_card_box .jw_shop_now_images img {
    transition: 0.5s all ease;
}
.jw_shop_now_card_box:hover .jw_shop_now_images img {
    transform: scale(1.2);
}

/*=========================== jw_shop_now_section ===========================*/


/*=========================== jw_shop_now_section v3===========================*/
.jw_shop_messonary_page_section {
    padding-top: 260px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_page_title {
    text-align: center;
}
.jw_shop_messonary_page_section .jw_shop_messonary_page_title p {
    color: #153462;
    max-width: 665px;
    margin: 15px auto 0 auto;
}
.jw_shop_messonary_page_section .jw_shop_messonary_page_title h2{
    font-size: 80px;
    line-height: 90px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_page_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px ;
    margin: 60px 0 120px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box .jw_shop_messonary_images {
 border-radius: 40px;
 overflow: hidden;
 height: 560px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content{
    position: absolute;
    bottom: 9%;
    left: 10%;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content h5 {
    font-size: 33px;
    padding-bottom: 12px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content h5 a{
   color: #fff;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content p{
    font-size: 24px;
    color: #fff;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box.grid-span{
    grid-column: span 2;
}
.jw_shop_messonary_card_box .jw_shop_messonary_images img {
    transition: 0.5s all ease;
}
.jw_shop_messonary_card_box:hover .jw_shop_messonary_images img {
    transform: scale(1.2);
}

/*================= jw_shop_now_section ================*/





/*=========================== jw_features_section ===========================*/
.jw_features_section {
    padding: 110px 0;
}
.jw_features_content h3.jw_sub_title_2 {
    color: #153462;
}
.jw_features_content p {
    padding: 15px 0 60px;
}
.jw_features_wrap .swiper {
    margin-right: -15px;
}
.jw_features_wrap .jw_features_images {
    border-radius: 40px;
    overflow: hidden;
}
/*=========================== jw_explore_section ===========================*/


/*=========================== jw_jw_footer ===========================*/
.jw_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 110px 0 30px;
}
.jw_footer_wrap {
    display: flex;
    align-items: baseline;
    grid-gap: 30px;
    justify-content: space-between;
}
.jw_footer_contact_wrap ul {
    display: flex;
    align-items: center;
    grid-gap: 50px;
    margin-bottom: 75px;
}
.jw_footer_contact_wrap ul li a {
    font-weight: 400;
    font-family: 'Sora';
    font-size: 16px;
    color: #153462;
}
.jw_footer_contact_wrap ul li a:hover {
    color: var(--text_hover);
}
.jw_copy_right_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jw_social_icon ul {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.jw_social_icon ul li a {
    background: #153462;
    border-radius: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: 0.3s all ease;
}
.jw_social_icon ul li a:hover {
    background: #fff;
    color: #153462;
}
/*=========================== jw_jw_footer ===========================*/

/*=========================== jw_cart_page_section ===========================*/
.jw_cart_page_section {
    padding-top: 260px;
}
.jw_cart_page_section .jw_quantity {
    width: auto;
    justify-content: center;
}
.jw_cart_page_title h3.jw_sub_title_2 {
    color: #153462;
}
.jw_cart_page_wrap {
    display: flex;
    align-items: flex-start;
    grid-gap: 80px;
    margin-top: 50px;
}
.jw_product_img {
    border-radius: 20px;
    overflow: hidden;
}
.jw_product_name h4 a {
    font-size: 30px;
    color: #153462;
}
.jw_product_name h4 a:hover {
    color: var(--text_hover);
}
.jw_product_price p {
    font-size: 20px;
    color: #153462;
}
.jw_remove_cart {
    color: #153462;
    font-size: 18px;
}
.jw_remove_cart:hover {
    color: var(--text_hover);
}
.jw_coupon_code {
    display: flex;
    align-items: center;
    grid-gap: 0 11px;
}
.jw_coupon_code input {
    border: 1px solid #153462;
    border-radius: 13px;
    color: #153462;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    padding: 16px 20px;
    background: transparent;
    max-width: 399px;
    width: 100%;
}
.jw_coupon_code input::-webkit-input-placeholder {
    color: #153462;
}
.jw_coupon_code input:-ms-input-placeholder {
    color: #153462;
}
.jw_coupon_code input::placeholder {
    color: #153462;
}
.jw_coupon_code .jw_custom_buttom {
    background: #153462;
    border-radius: 13px;
    padding: 18px 25px;
    color: #fff;
}
.jw_coupon_code .jw_custom_buttom img {
    filter: brightness(2801%);
    max-width: 28px;
}
.jw_cart_page_wrap .jw_table_wrap {
    max-width: 863px;
    width: 100%;
}
.jw_cart_page_wrap .jw_table_body .jw_table_row .jw_table_col {
    padding: 0 0 70px;
}
.jw_payment_wrap {
    max-width: 616px;
    width: 100%;
}
.jw_payment_col {
    padding: 74px 85px;

    background: #153462;
    border-radius: 40px;
}
.jw_payment_subtotal,
.jw_payment_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jw_payment_subtotal h6,
.jw_payment_total h6 {
    font-size: 29px;
    line-height: 47px;
    color: #fff;
}
.jw_payment_subtotal p,
.jw_payment_total p {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}
.jw_payment_shipping_detail {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.jw_payment_shipping_detail p,
.jw_payment_shipping_detail p a {
    color: #fff;
    margin-bottom: 8px;
}
.jw_payment_shipping_detail p a:hover {
    color: var(--text_hover);
}
.jw_payment_shipping_detail ul li:last-child p {
    margin-bottom: 0;
}
.jw_payment_wrap .jw_custom_buttom {
    background-color: #fff;
    width: fit-content;
    border-radius: 10px;
    padding: 15px 19px;
    margin-top: 30px;
}
/*=========================== jw_cart_page_section ===========================*/

/*=========================== jw_checkout_page_section ===========================*/
.jw_checkout_page_section {
    padding-top: 260px;
}
.jw_checkout_page_title {
    text-align: center;
    color: #153462;
}
.jw_checkout_page_wrap {
    display: flex;
    grid-gap: 80px;
    margin-top: 50px;
}
.jw_checkout_page_wrap h5 {
    font-size: 36px;
    line-height: 46px;
    color: #153462;
    margin-bottom: 40px;
}
.jw_checkout_page_form {
    width: 100%;
}
.jw_checkout_coupon_cord {
    margin-bottom: 60px;
}
.jw_checkout_coupon_cord p,
.jw_checkout_coupon_cord p a:hover {
    color: #153462;
}
.jw_checkout_coupon_cord p a {
    color: rgba(21, 52, 98, 0.76);
}
.jw_checkout_coupon_cord input {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Sora';
    width: 100%;
    padding: 10px;
    border: 1px solid #153462;
    background-color: transparent;
    border-radius: 7px;
    margin-top: 15px;
    max-width: 300px;
    display: none;
}
.jw_checkout_coupon_cord input::-webkit-input-placeholder {
    color: #153462;
}
.jw_checkout_coupon_cord input:-ms-input-placeholder {
    color: #153462;
}
.jw_checkout_coupon_cord input::placeholder {
    color: #153462;
}
.jw_checkout_shopping_addres .jw_custom_input {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Sora';
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #153462;
    background-color: transparent;
    max-width: 636px;
    color: rgba(21, 52, 98, 0.76);
    resize: none;
    margin-bottom: 25px;
}
.jw_checkout_shopping_addres input::-webkit-input-placeholder,
.jw_checkout_shopping_addres textarea::-webkit-input-placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_checkout_shopping_addres input:-ms-input-placeholder,
.jw_checkout_shopping_addres textarea:-ms-input-placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_checkout_shopping_addres input::placeholder,
.jw_checkout_shopping_addres textarea::placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_checkbox {
    display: flex;
    cursor: pointer;
    position: relative;
    user-select: none;
    align-items: center;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #153462;
    margin-bottom: 25px;
}
.jw_checkbox__title {
    margin-left: 25px;
}
.jw_checkbox__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}
.jw_checkbox__input:checked + .jw_checkbox__checkmark::before {
    position: absolute;
    content: "";
    font-family: "fontawesome";
}
.jw_checkbox__checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    color: #153462;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border: 1px solid #153462;
    border-radius: 3px;
    font-size: 12px;
    transform: translateY(-50%);
}
.jw_checkbox_address_wrap {
    display: none;
}
.jw_payment_shipping_detail .jw_payment_subtotal {
    margin-bottom: 15px;
}
.jw_payment_select {
    margin-top: 20px;
}
.jw_payment_select .accordion-tabs {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 12px;
}
.jw_payment_select .accordion-tabs.acco-active,
.jw_payment_select .accordion-tabs:hover {
    color: var(--text_hover);
}
.jw_payment_select .accordion-tabs .material-symbols-sharp {
    font-size: 16px;
    margin-right: 13px;
}
.jw_payment_select .accordion-tabs.acco-active .material-symbols-sharp {
    font-weight: 700;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}
.jw_payment_select .accordion-content p {
    font-family: 'Sora';
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}
.jw_payment_select .accordion-content {
    padding-left: 30px;
}
/*=========================== jw_checkout_page_section ===========================*/

/*=========================== jw_account_page_section ===========================*/
.jw_table_wrap .jw_table_colspan_1 {
    width: 100%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_2 {
    width: 200%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_3 {
    width: 300%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_4 {
    width: 400%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_5 {
    width: 500%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_6 {
    width: 600%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_7 {
    width: 700%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_8 {
    width: 800%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_9 {
    width: 900%;
    display: table;
}
.jw_table_wrap .jw_table_colspan_10 {
    width: 1000%;
    display: table;
}
.jw_account_page_section {
    padding-top: 230px;
}
.jw_account_page_title h3.jw_sub_title_2 {
    color: #153462;
    margin-bottom: 50px;
}
.jw_account_tab_content .jw_custom_buttom {
    color: #fff;
    background-color: #153462;
    width: fit-content;
    display: block;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 20px;
}
.jw_account_tab_content .jw_custom_buttom span img {
    margin-left: 10px;
    max-width: 30px;
    filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}
.jw_account_tab_wrap ul.tabs {
    background: #153462;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}
.jw_account_tab_wrap ul.tabs li.tab-link {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s all ease;
    background-color: transparent;
}
.jw_account_tab_wrap ul.tabs li.tab-link.current {
    background-color: #fff;
    font-weight: 600;
    color: #153462;  
}
.jw_account_tab_content a:hover {
    color: #000;
}
.jw_account_tab_content .jw_custom_buttom:hover {
    color: #fff !important;
}
.jw_account_tab_content {
    max-width: 1410px;
    margin: 50px auto 0;
    min-height: 400px;
    height: 100%;
}
.jw_account_tab_content .tab-content {
    display: none;
}
.jw_account_tab_content .tab-content.current {
    display: block;
}
.jw_table_wrap {
    display : table;
    clear : both;
    table-layout : fixed;
    width : 100%;
    color: rgba(21, 52, 98, 0.76);
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.jw_custom_head {
    display: table-row-group;
    background-color: #153462;
}
.jw_custom_head .jw_table_col {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.jw_custom_head .jw_table_col:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.jw_custom_head .jw_table_col:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.jw_custom_head .jw_table_col {
    color: #fff;
}
.jw_table_body,
.jw_table_foot {
    display: table-row-group;
}
.jw_table_row {
    display: table-row;
}
.jw_table_col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 14px;
}
.jw_table_col a {
    color: rgba(21, 52, 98, 0.76);
}
.jw_account_tab_content p {
    font-size: 18px;
}
.jw_dashboard p {
    font-size: 18px;
    color: #153462;
    margin-bottom: 12px;
}
.jw_dashboard p a {
    color: #153462;
    font-weight: 700;
}
.jw_order_view,
.wc-payment-view {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
}
.jw_order_details {
    display: none;
}
.jw_order_wrap {
    display: flex;
    grid-gap: 110px;
    margin-top: 35px;
}
.jw_order_price_box {
    width: 100%;
    max-width: 479px;
}
.jw_order_price_box ul {
    border-radius: 15px;
    border: 1px solid rgba(21, 52, 98, 0.76);
}
.jw_order_price_box ul li {
    position: relative;
    border-bottom: 1px solid rgba(21, 52, 98, 0.76);
}
.jw_order_price_box ul li:last-child {
    border-bottom: 0;
}
.jw_order_price_box ul li::before {
    position: absolute;
    content: '';
    background: rgba(21, 52, 98, 0.76);
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.jw_order_price_box ul li div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}
.jw_order_price_box ul li div p {
    padding: 10px 10px 10px 40px;
}
.jw_order_price_box ul li div p:first-child {
    font-weight: 600;
    color: #153462;
}
.jw_order_details strong {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 18px;
    color: #153462;
    display: block;
    margin-bottom: 15px;
}
.order-address .box {
    max-width: 243px;
    margin-bottom: 30px;
}
.order-address .box:last-child {
    margin-bottom: 0;
}
.jw_order_date {
    margin-bottom: 15px;
}
.jw_order_date span {
    color: #153462;
    font-weight: 600;
}
.jw_address p {
    font-weight: 500;
    line-height: 28px;
    color: #153462;
    margin: 50px 0 40px;
}
.jw_address_order_box p {
    margin: 0;
}
.jw_address_order {
    display: flex;
    grid-gap: 30px 55px;
}
.jw_address_order_box {
    background: #153462;
    border-radius: 15px;
    padding: 40px 35px;
}
.jw_address_order_box strong {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
    display: block;
}
.jw_address_order_box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 274px;
    width: 100%;
}
.jw_account-detail .jw_input_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 73px;
}
.jw_account-detail .jw_custom_col {
    position: relative;
    margin-bottom: 25px;
}
.jw_account-detail P {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #153462;
    padding: 15px 0;
}
.jw_account-detail .jw_custom_col input {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    color: rgba(21, 52, 98, 0.76);
    border: 0;
    border-bottom: 1px solid rgba(21, 52, 98, 0.76);
    background: transparent;
    padding: 15px 0;
    width: 100%;
}
.jw_account-detail .jw_custom_col input::-webkit-input-placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_account-detail .jw_custom_col input:-ms-input-placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_account-detail .jw_custom_col input::placeholder {
    color: rgba(21, 52, 98, 0.76); 
}
.jw_account-detail .jw_custom_col .jw_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: rgba(21, 52, 98, 0.76);
    cursor: pointer;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}
.jw_account-detail .jw_custom_col .jw_icon span {
    font-size: 18px;
}
.jw_log-out p {
    max-width: 1020px;
}
/*=========================== jw_account_page_section ===========================*/

/*=========================== jw_login_page_section ===========================*/
.jw_login_page_section {
    height: 100vh;
    display: flex;
    align-items: center;
}
.jw_login_page_wrap {
    max-width: 535px;
    width: 100%;
    margin: 0 auto;
}
.jw_regisiter_wrap, .jw_login_wrap, .jw_forgot_password_wrap, .jw_reset_password_wrap {
    display: none;
    width: 100%;
}
.jw_regisiter_wrap.active, .jw_login_wrap.active, .jw_forgot_password_wrap.active, .jw_reset_password_wrap.active {
    display: block;
}
.jw_login_page_wrap h3.jw_sub_title_2 {
    text-align: center;
    color: #153462;
    margin-bottom: 15px;
}
.jw_login_page_wrap input {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    color: rgba(21, 52, 98, 0.76);
    border: 0;
    border-bottom: 1px solid rgba(21, 52, 98, 0.76);
    background: transparent;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 15px;
}
.jw_login_page_wrap input::-webkit-input-placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_login_page_wrap input:-ms-input-placeholder {
    color: rgba(21, 52, 98, 0.76);
}
.jw_login_page_wrap input::placeholder {
    color: rgba(21, 52, 98, 0.76); 
}
.jw_login_page_wrap .jw_custom_buttom {
    margin: 30px 0;
    padding: 0 !important;
}
.jw_login_page_wrap p {
    color: #153462;
}
.jw_login_page_wrap p a {
    font-weight: 700;
    font-family: 'Erotique Alternate Trial';
    color: #133462;
}
.jw_login_page_wrap p a:hover {
    color: var(--text_hover);
}
.jw_checkbox_and_forgot_text {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: space-between;
    margin: 30px 0;
}
.jw_checkbox_and_forgot_text .jw_checkbox {
    margin-bottom: 0;
}
.jw_checkbox_and_forgot_text a {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 16px;
    color: #153462;
}
/*=========================== jw_login_page_section ===========================*/

/*=========================== jw_error_page_section ===========================*/
.jw_error_page_section {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.jw_error_page_wrap .jw_description {
    padding: 20px 0 50px;
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px;
    color: #153462;
}
.jw_error_page_wrap h6 {
    font-family: 'Erotique Alternate Trial';
    font-style: normal;
    font-weight: 700;
    font-size: 8.5vw;
    line-height: 9vw;
    color: rgba(21, 52, 98, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    animation-name: anim;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    transition: 1s;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}
@keyframes anim {
    from {}

    30% {
        transform: translate(-100%, 100%) scale(1.2);
    }

    50% {
        transform: translate(-50%, 0%) scale(1.5);
    }

    70% {
        transform: translate(0%, 100%) scale(1);
    }

    100% {
        transform: translate(100%, 0%) scale(0.7);
    }
}
.jw_error_btn .jw_custom_buttom {
    justify-content: center;
}
/*=================== jw_error_page_section =================*/




/*========== Star_Home_V2 ===========*/

/*=========== Start_jw_Footer ===========*/
.jw_footer_two {
    background: #153462;
    padding: 80px 0 0;
}
.jw_footer_two .jw_footer_wrap_two{
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
    justify-content: space-between;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content {
    max-width: 27%;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content img{
    margin-bottom: 30px;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content .jw_social_icon {
    margin-top: 30px;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content .jw_social_icon {
    margin-top: 30px;
}

.jw_footer_two .jw_social_icon ul li a {
    background: #fff;
    color: #153462;
}
.jw_footer_two .jw_copy_right_content {
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   padding: 40px 0;
}

.jw_footer_two .jw_copy_right_content p,
.jw_footer_two .jw_copy_right_content p a {
    color: #FFFFFFC2;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content p {
    color: #FFFFFFC2;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap ul {
    margin: 0;
    display: block;

}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap ul li{
 padding-bottom: 12px;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap ul li a{
 color: #FFFFFFC2;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap .jw_location_wrap .jw_icon_wrap{
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 26px;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap .jw_location_wrap .jw_icon_wrap span {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap .jw_location_wrap .jw_icon_wrap p{
    color: #FFFFFFC2;
    max-width: 78%;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap .jw_location_wrap .jw_icon_wrap a{
    color: #FFFFFFC2;
    font-family: 'Sora';
    line-height: 26px;
}
.jw_footer_two .jw_footer_wrap_two .jw_location_wrap .jw_icon_wrap .jw_icon_wrap_a{
    display: grid;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap:last-child{
    max-width: 375px;
}


/*========== End_jw_Footer ===========*/



/*========== End_Home_V2 ===========*/










/*=========================== meida_css ===========================*/
@media (max-width: 1680px){
    .jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
        right: 10%;

    }
    .jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
     left: 31.2%;
 }

}



@media (max-width: 1440px) {
    h1.jw_title {
        font-size: 85px;
        line-height: 90px;
    }
    .jw_account_tab_wrap ul.tabs li.tab-link {
        font-size: 18px;
        padding: 15px 20px;
    }
    .jw_home_hero_section {
        padding-bottom: 120px;
    }
    .jw_about_hero_section .jw_about_hero_wrap {
        padding: 100px 90px 248px 90px;
    }
    .jw_blog_page_section,
    .jw_blog_detail_page_section,
    .jw_collection_hero_section,
    .jw_single_product_section,
    .jw_contact_page_section,
    .jw_checkout_page_section,
    .jw_cart_page_section,
    .jw_account_page_section,
    .jw_blog_masonary_section,
    .jw_shop_stores_page_section,
    .jw_shop_now_page_section,
    .jw_shop_messonary_page_section {
        padding-top: 220px;
    }
    .jw_single_product_slider_wrap {
        max-width: 630px;
    }
    /* ------------------index-two----------------------------------------------------------   */
    /*-------js-features-section------------*/
    .jw_features_section,
    .jw_explore_more_section {
        padding: 90px 0;
    }
    .jw_features_content p ,
    .jw_explore_more_content p,
    .jw_featured-Product_content p,
    .jw_blog_two_content p 
    {
        padding: 15px 0 40px;
    }
    /*-------js-features-section------------*/

    .jw_best_collection_section {
        padding:90px 0 75px;
        margin: 0px 0;
    }
    .jw_featured-Product_section {
        padding: 90px 0 35px;
    }
    .jw_best_collection_section .jw_sub_title {
        font-size: 90px;
        max-width: 464px;
        margin: auto auto 30px;
    }
    .jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
        max-width: 360px;
        right: 15px;
        max-height: 300px;
    }
    .jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_right {
        max-width: 420px;
        max-height: 340px;
        right: 15px;
    }
    .jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
        max-width: 340px;
        max-height: 520px;
        left: 15px;
    }
    .jw_features_wrap .swiper {
        margin-right: 0px;
    }
    .jw_blog_two_wrap .swiper {
        margin-right: 0px;
    }
}

@media (max-width: 1366px) {
    .jw_cart_page_wrap {
        grid-gap: 20px;
    }
}

@media (max-width: 1199px) {
    .jw_menubar_menu li,
    .jw_drop_down_wrap span.material-symbols-sharp {
        font-size: 40px;
        line-height: normal;
    }
    .page-wrap {
        width: 100%;
        height: 90vh;
    }
    .jw_menubar_menu {
        max-height: 390px;
    }
    .jw_account_tab_wrap ul.tabs {
        padding: 20px;
    }
    h1.jw_title {
        font-size: 70px;
        line-height: 80px;
    }
    h2.jw_sub_title,
    .jw_best_collection_section h2.jw_sub_title {
        font-size: 60px;
        line-height: 70px;
    }
    .jw_best_collection_section h2.jw_sub_title{
        margin-bottom: 0px;
    }
    h3.jw_sub_title_2 {
        font-size: 40px;
        line-height: 50px;
    }
    h2.jw_sub_title_wrap{
        font-size: 42px;
        line-height: 50px;
    }
    h3.jw_sub_wrap {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .jw_menubar_logo {
            left: 35vh;
    }
    .jw_hero_content h4,
    .jw_video_content h4,
    .jw_about_page_content h4,
    .jw_about_page_description h5,
    .jw_blog_detail_page_title h3.jw_sub_title_2,
    .jw_blog_detail_quotes h6,
    .jw_checkout_page_wrap h5,
    p.wrap,
    .jw_video_section .jw_video_wrapper .jw_video_content h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .jw_hero_content,
    .jw_blog_card_box,
    .jw_about_page_wrap .jw_about_page_images .jw_images_cover,
    .jw_blog_detail_page_wrap .jw_blog_detail_page_images,
    .jw_single_product_body,
    .jw_contact_page_section .jw_contact_form,
    .jw_payment_col {
        border-radius: 25px;
    }
    .jw_home_hero_section {
        padding-bottom: 100px;
    }
    .jw_about_section,
    .jw_explore_section {
        padding: 100px 0;
    }
    .jw_video_content p,
    .jw_video_images {
        margin-bottom: 70px;
    }
    .jw_video_play_btn {
        width: 75px;
        height: 75px;
    }
    .jw_blog_card_box {
        flex-direction: column;
    }

    .jw_blog_images,
    .jw_blog_card_box_content {
        max-width: 100%;
    }
    .jw_blog_card_box_content {
        padding: 20px 20px 30px;
    }
    .jw_about_hero_section .jw_about_hero_wrap {
        padding: 50px 40px 248px 40px;
        flex-direction: column;
        grid-gap: 20px;
    }
    .jw_about_hero_content {
        max-width: 100%;
    }
    .jw_about_page_wrap.first .jw_about_page_images {
        margin-top: -215px;
    }
    .jw_blog_page_section,
    .jw_blog_detail_page_section,
    .jw_collection_hero_section,
    .jw_single_product_section,
    .jw_contact_page_section,
    .jw_checkout_page_section,
    .jw_cart_page_section,
    .jw_account_page_section,
    .jw_blog_masonary_section,
    .jw_shop_stores_page_section,
    .jw_shop_now_page_section
    {
        padding-top: 180px;
    }
    .jw_blog_detail_quotes {
        padding: 40px 70px;
    }
    .jw_blog_detail_releted {
        margin-top: 70px;
    }
    .jw_single_product_wrap {
        grid-gap: 60px;
    }
    .jw_single_product_slider_wrap {
        max-width: 440px;
    }
    .jw_checkout_page_wrap {
        grid-gap: 40px;
    }
    .jw_checkout_coupon_cord {
        margin-bottom: 40px;
    }
    .jw_payment_col {
        padding: 30px 45px;
    }
    .jw_payment_subtotal h6,
    .jw_payment_total h6,
    .jw_product_name h4 a {
        font-size: 25px;
    }
    .jw_cart_page_wrap .jw_payment_wrap {
        max-width: 420px;
    }
    .jw_product_price p {
        font-size: 18px;
    }
    .jw_cart_page_wrap .jw_table_body .jw_table_row .jw_table_col {
        padding-bottom: 40px;
    }
    .jw_blog_grid_page_section h2.jw_sub_title {
     font-size: 60px;
     line-height: 70px;
 }
 .jw_blog_masonary_section .jw_blog_masonary_title h2,
 .jw_shop_stores_page_section .jw_shop_stores_page_title h2,
 .jw_shop_messonary_page_section .jw_shop_messonary_page_title h2 {
    font-size: 50px;
    line-height: 40px;
}
.jw_shop_now_page_section .jw_shop_stores_card_box_content {
    padding: 10px 15px;
    margin: 15px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
    max-width: 320px;
    left: 38%;
    bottom: 36.2%;
    max-height: 270px;
}
.jw_shop_now_page_section .jw_shop_now_page_wrap{
    grid-gap: 25px 20px;
}
.jw_best_collection_section .jw_sub_title,
.jw_best_collection_form_content p  {
    max-width: 230px;
    margin: auto auto 30px;
}

/* ------------------index-two----------------------------   */

.jw_newsletter_section {
    padding: 60px 0;
}
.jw_newsletter_form {
 margin-top: 0px;
}
.jw_featured-Product_section {
    padding: 60px 0 30px;
}
.jw_features_content p, .jw_explore_more_content p, .jw_featured-Product_content p, .jw_blog_two_content p {
    padding: 15px 0 30px;
}
.jw_features_section, .jw_explore_more_section {
    padding: 70px 0;
}
.jw_best_collection_section {
    padding: 70px 0 65px;
    margin: 0px 0;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
    max-width: 300px;
    max-height: 225px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_right {
    max-width: 350px;
    max-height: 280px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
    max-width: 300px;
    max-height: 500px;
}
.jw_best_collection_form_content .jw_custom_buttom {
   margin-bottom: 20px;
}
.jw_video_section .jw_video_wrapper .jw_video_content {
    width: 50%;
    padding: 100px 50px;
}
.jw_explore_more_section .jw_explore_button {
    justify-content: center;
    margin-top: 50px;
}
.jw_featured-Product_card_box_content {
   padding: 15px 20px;
   margin: 10px 20px;
}
}

@media (max-width: 991px) {
    .page-wrap {
        width: 100%;
        max-height: 750px;
        height: 100vh;
    }
    .jw_menubar_menu li,
    .jw_drop_down_wrap span.material-symbols-sharp {
        font-size: 30px;
        line-height: normal;
    }
    .jw_menubar_menu {
        max-height: 330px;
    }
    h1.jw_title {
        font-size: 58px;
        line-height: 70px;
    }
    h2.jw_sub_title {
        font-size: 50px;
        line-height: 60px;
    }
    h3.jw_sub_title_2 {
        font-size: 30px;
        line-height: 40px;
    }
    .jw_hero_content h4, .jw_video_content h4, .jw_about_page_content h4, .jw_about_page_description h5, .jw_blog_detail_page_title h3.jw_sub_title_2, .jw_blog_detail_quotes h6, .jw_checkout_page_wrap h5, p.wrap, .jw_video_section .jw_video_wrapper .jw_video_content h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .jw_hero_content h4,
    .jw_video_content h4,
    .jw_about_page_content h4,
    .jw_about_page_description h5,
    .jw_blog_detail_page_title h3.jw_sub_title_2,
    .jw_blog_detail_quotes h6,
    .jw_checkout_page_wrap h5 {
        font-size: 30px;
        line-height: 40px;
    }
    .jw_table_wrap {
        border: 0;
    }
    .jw_table_wrap .jw_custom_head {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .jw_table_wrap .jw_table_row {
        border-bottom: 3px solid #153462;
        display: block;
        margin-bottom: 10px;
    }
    .jw_table_row {
        background-color: rgb(255 255 255 / 20%);
        border: 1px solid #153462;
        padding: 5px;
    }
    .jw_table_wrap .jw_table_body .jw_table_col {
        border-bottom: 1px solid #153462;
        display: block;
        font-size: 15px;
        text-align: right;
    }
    .jw_table_wrap .jw_table_body .jw_table_col::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        color: #000;
    }
    .jw_table_wrap .jw_table_body .jw_table_col:last-child {
        border-bottom: 0;
    }
    .jw_order_view, .wc-payment-view {
        justify-content: end;
    }
    .jw_account_tab_wrap ul.tabs {
        overflow-y: auto;
        border-radius: 10px;
    }
    .jw_account_tab_wrap ul.tabs li.tab-link {
        font-size: 16px;
        padding: 10px 15px;
        white-space: nowrap;
        border-radius: 5px;
    }
    .jw_order_wrap {
        flex-direction: column;
        grid-gap: 25px;
    }
    .order-address {
        display: flex;
        flex-wrap: wrap;
    }
    .jw_hero_content,
    .jw_collection_images,
    .jw_explore_wrap .jw_explore_images,
    .jw_video_images,
    .jw_shop_stores_wrap .jw_shop_stores_card_box,
    .jw_blog_card_box,
    .jw_newsletter_wrap,
    .jw_about_page_wrap .jw_about_page_images .jw_images_cover,
    .jw_blog_page_box .jw_blog_page_images,
    .jw_blog_detail_page_wrap .jw_blog_detail_page_images,
    .jw_single_product_body,
    .jw_contact_page_section .jw_contact_form,
    .jw_payment_col {
        border-radius: 20px;
    }
    .jw_home_hero_section,
    .jw_collection_section {
        padding-bottom: 80px;
    }
    .jw_about_section,
    .jw_explore_section {
        padding: 80px 0;
    }
    .jw_video_content p,
    .jw_video_images {
        margin-bottom: 60px;
    }
    .jw_video_play_btn {
        width: 65px;
        height: 65px;
    }
    .jw_footer {
        padding-top: 80px;
    }
    .jw_about_page_content h4 {
        margin: 40px 0 ;
    }
    .jw_about_page_content p {
        max-width: 100%;
        margin: 0;
    }
    .jw_about_page_wrap.second .jw_about_page_content {
        margin-top: -80px;
    }
    .jw_blog_page_section,
    .jw_blog_detail_page_section,
    .jw_collection_hero_section,
    .jw_single_product_section,
    .jw_contact_page_section,
    .jw_checkout_page_section,
    .jw_cart_page_section,
    .jw_account_page_section,
    .jw_blog_masonary_section,
    .jw_shop_stores_page_section,
    .jw_shop_now_page_section,
    .jw_shop_messonary_page_section {
        padding-top: 160px;
    }
    .jw_blog_page_content h5 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 35px;
        max-width: 100%;
    }
    .jw_blog_page_content p,
    .jw_payment_select .accordion-tabs {
        font-size: 18px;
    }
    .jw_custom_buttom,
    .jw_payment_subtotal h6,
    .jw_payment_total h6 {
        font-size: 22px;
    }
    .jw_blog_page_wrap,
    .jw_collection_hero_section .jw_shop_stores_wrap {
        margin-bottom: 80px;
    }
    .jw_blog_detail_page_images.jw_images_cover {
        margin: 30px 0 40px;
    }
    .jw_blog_detail_quotes {
        padding: 40px 50px;
    }
    .jw_blog_detail_releted {
        flex-direction: column;
        margin: 20px 0 0;
    }
    .jw_blog_detail_releted_content {
        max-width: 100%;
    }
    .jw_blog_detail_releted_images_first {
        max-width: 575px;
    }
    .jw_blog_detail_releted_images_last {
        max-width: 435px;
    }
    .jw_shop_stores_card_box_content {
        padding: 15px;
    }
    .jw_shop_stores_card_box_content h5 a,
    .jw_payment_subtotal p,
    .jw_payment_total p {
        font-size: 20px;
    }
    .jw_shop_stores_card_box_content p {
        font-size: 16px;
    }
    .jw_single_product_wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .jw_single_product_slider_wrap {
        max-width: 50%;
    }
    .jw_single_product_detail {
        max-width: 80%;
    }
    .jw_releted_product_title h3.jw_sub_title_2,
    .jw_single_product_wrap {
        margin-bottom: 40px;
    }
    .jw_contact_add_wrap {
        grid-gap: 30px;
    }
    .jw_contact_page_section .jw_contact_form {
        margin: 40px 0 60px;
    }
    .jw_checkout_page_wrap h5 {
        margin-bottom: 20px;
    }
    .jw_table_wrap .jw_table_colspan_1,
    .jw_table_wrap .jw_table_colspan_2,
    .jw_table_wrap .jw_table_colspan_3,
    .jw_table_wrap .jw_table_colspan_4,
    .jw_table_wrap .jw_table_colspan_5,
    .jw_table_wrap .jw_table_colspan_6,
    .jw_table_wrap .jw_table_colspan_7,
    .jw_table_wrap .jw_table_colspan_8,
    .jw_table_wrap .jw_table_colspan_9,
    .jw_table_wrap .jw_table_colspan_10 {
        width: 100%;
    }
    .jw_cart_page_wrap .jw_table_body .jw_table_row .jw_table_col {
        padding: 10px;
    }
    .jw_cart_page_section .jw_quantity {
        justify-content: end;
        margin-left: auto;
    }
    .jw_product_img {
        max-width: 70px;
        border-radius: 10px;
        margin-left: auto;
    }
    .jw_blog_grid_page_section h2.jw_sub_title {
      font-size: 50px;
      line-height: 60px;
  }
  .jw_blog_masonary_section .jw_blog_masonary_wrapper h2{
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
}
.jw_blog_masonary_wrapper a.jw_custom_buttom {
    margin-top: 15px;
    margin-bottom: 30px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrap,
.jw_shop_now_page_section .jw_shop_now_page_wrap {
    margin: 35px 0 40px;
}
.jw_blog_masonary_wrap .jw_grid_date p{
    margin-top: 15px;
}
.jw_shop_stores_page_section .jw_shop_stores_page_wrap,
.jw_shop_messonary_page_section .jw_shop_messonary_page_wrap {
    margin: 30px 0 65px;
}
.jw_featured-Product_card_box_content{
    margin: 20px 22px;
    padding: 10px 15px;
}
.jw_featured-Product_card_box_content h5 a {
    font-size: 22px;
}
.jw_featured-Product_card_box_content p {
    font-size: 13px;
}
.jw_features_section, .jw_explore_more_section {
    padding: 60px 0;
}
.jw_features_content p, .jw_explore_more_content p, .jw_featured-Product_content p, .jw_blog_two_content p {
    padding: 0px 0 30px;
}
.jw_best_collection_section {
    padding: 60px 0 50px;
}
h2.jw_sub_title_wrap {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px;
}
.jw_explore_more_section .content__item-title {
    padding: 60px 45px 60px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
    max-width: 320px;
    left: 15px;
    bottom: 0;
    max-height: 270px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
    left: 15px;
    top: 0%;
    max-width: 260px;
    max-height: 460px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
    max-width: 280px;
    max-height: 230px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_right {
    max-width: 280px;
    max-height: 230px;
}
h2.jw_sub_title, .jw_best_collection_section h2.jw_sub_title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 10px;
}
.jw_best_collection_section .jw_sub_title {
    max-width: 200px;
    margin: auto auto 30px;
}
.jw_best_collection_form_content p {
    max-width: 230px;
    margin: auto auto 30px;
}
.jw_video_section .jw_video_wrapper .jw_video_content {
    width: 50%;
    padding: 60px 35px;
}
.jw_video_section .jw_video_wrapper .jw_video_content p {
    margin: 16px 0 20px;
}
.jw_newsletter_section {
    padding: 40px 0;
}
.jw_featured-Product_section {
    padding: 50px 0 30px;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_left {
    left: 2.3%;
    top: 3.2%;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_right {
    top: 4%;
    right: 3%;
}
.jw_blog_two_card_box_content h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;

}
.jw_footer_two .jw_footer_wrap_two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    padding-bottom: 30px;
    justify-content: space-between;
}

.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content {
    max-width: 500px;
    grid-column: 1 / span 3;
    grid-row: 1;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_logo_content .jw_social_icon {
    margin-top: 15px;
}
.jw_social_icon ul {
    justify-content: center;
}

}

@media (max-width: 767px) {
    .jw_header_logo_content {
        max-width: 80px;
    }
    .page-wrap {
    width: 100%;
    max-height: 600px;
    height: 90vh;
}
    h1.jw_title {
        font-size: 50px;
        line-height: 40px;
    }
    h2.jw_sub_title {
        font-size: 30px;
        line-height: 40px;
    }
    h3.jw_sub_title_2 {
        font-size: 25px;
        line-height: 30px;
    }
    .jw_hero_content h4,
    .jw_video_content h4,
    .jw_about_page_content h4,
    .jw_about_page_description h5,
    .jw_blog_detail_page_title h3.jw_sub_title_2,
    .jw_blog_detail_quotes h6,
    .jw_checkout_page_wrap h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .jw_menubar_imgaes {
        display: none;
    }
    .jw_menubar_wrap .jw_menubar_content {
        max-width: 100%;
        margin: 0 20px;
        padding: 0;
    }
    .jw_menubar_menu li, .jw_drop_down_wrap span.material-symbols-sharp,
    p.jw_single_price {
        font-size: 18px;
        line-height: normal;
    }
    .jw_menubar_menu li {
        margin-bottom: 30px;
    }
    .jw_menubar_menu_star {
        width: 16px;
        height: 16px;
        margin-right: 15px;
    }
    .jw_menubar_menu_star::before {
        width: 10px;
        height: 10px;
        margin-right: 15px;
    }
    .jw_dropdown_menu {
        padding-left: 30px;
        padding-top: 10px;
    }
    .jw_menubar_logo img {
        max-width: 65%;
        margin: 0 auto;
    }
    .jw_menubar_menu {
        max-height: 250px;
    }
    .jw_search_wrap {
        padding: 30px 10px;
        border-radius: 10px;
    }
    .jw_mini_crat_wrap {
        top: 80px;
        right: 0;
    }
    .jw_account_tab_content p,
    .jw_order_details strong,
    .jw_blog_detail_page_content p {
        font-size: 16px;
    }
    .jw_account-detail .jw_input_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .jw_address_order {
        flex-direction: column;
    }
    .jw_menubar_logo{
    left: 0;
    margin: auto;
    }
    .jw_hero_content,
    .jw_collection_images,
    .jw_explore_wrap .jw_explore_images,
    .jw_video_images,
    .jw_shop_stores_wrap .jw_shop_stores_card_box,
    .jw_newsletter_wrap,
    .jw_about_page_wrap .jw_about_page_images .jw_images_cover,
    .jw_blog_page_box .jw_blog_page_images,
    .jw_blog_detail_page_wrap .jw_blog_detail_page_images,
    .jw_single_product_body,
    .jw_contact_page_section .jw_contact_form,
    .jw_payment_col {
        border-radius: 15px;
    }
    .jw_home_hero_section {
        padding-bottom: 50px;
    }
    .jw_about_section,
    .jw_collection_section,
    .jw_explore_section,
    .jw_newsletter_section {
        padding: 50px 0;
    }
    .jw_about_wrap {
        flex-direction: column-reverse;
        grid-gap: 40px;
    }
    .jw_about_content p {
        max-width: 100%;
        padding: 25px 0;
    }
    .jw_explore_content p,
    .jw_collection_content p,
    .jw_shop_stores_content p,
    .jw_blog_content p {
        padding-bottom: 35px;
    }
    .jw_blog_slider_arrow, .jw_shop_stores_slider_arrow, .jw_explore_slider_arrow,
    .jw_features_slider_arrow {
        margin: 0;
    }
    .jw_video_content p {
        margin-bottom: 40px;
    }
    .jw_video_play_btn {
        width: 50px;
        height: 50px;
    }
    .jw_blog_card_box_content h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .jw_footer_wrap {
        flex-direction: column;
        align-items: center;
    }
    .jw_footer_logo_content {
        max-width: 150px;
        margin: 0 auto;
    }
    .jw_footer_contact_wrap ul {
        flex-wrap: wrap;
        grid-gap: 10px 20px;
        justify-content: center;
        margin-bottom: 40px;
    }

    .jw_about_page_wrap {
        flex-direction: column;
    }
    .jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_left {
        left: 2.8%;
        bottom: 3.2%;
    }
    .jw_about_page_wrap.first .jw_about_page_images {
        margin-top: 50px;
    }
    .jw_about_page_wrap.second .jw_about_page_content {
        margin-top: 0;
    }
    .jw_about_page_wrap.first .jw_about_page_images .jw_images_cover::before {
        padding-top: 100%;
    }
    .jw_about_hero_section .jw_about_hero_wrap {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .jw_about_page_wrap.second .jw_about_page_images {
        margin: 10px 0 20px;
    }
    .jw_blog_page_section,
    .jw_blog_detail_page_section,
    .jw_collection_hero_section,
    .jw_single_product_section,
    .jw_contact_page_section,
    .jw_checkout_page_section,
    .jw_cart_page_section,
    .jw_blog_grid_page_section,
    .jw_account_page_section,
    .jw_blog_masonary_section,
    .jw_shop_stores_page_section,
    .jw_shop_now_page_section,
    .jw_shop_messonary_page_section {
        padding-top: 130px;
    }
    .jw_blog_page_box {
        flex-direction: column;
        grid-gap: 40px;
        align-items: flex-start;
    }
    .jw_blog_page_box:nth-child(even) .jw_blog_page_content {
        max-width: 100%;
    }
    .jw_blog_page_box:nth-child(even) {
        flex-direction: column-reverse;
    }
    .jw_blog_page_content p,
    .jw_login_page_wrap input,
    .jw_payment_select .accordion-tabs {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .jw_custom_buttom,
    .jw_payment_subtotal h6,
    .jw_payment_total h6,
    .jw_payment_subtotal p, .jw_payment_total p {
        font-size: 18px;
    }
    .jw_custom_buttom img {
        max-width: 25px;
    }
    .jw_blog_page_wrap,
    .jw_collection_hero_section .jw_shop_stores_wrap {
        margin-bottom: 60px;
    }
    .jw_blog_detail_page_images.jw_images_cover {
        margin: 20px 0 30px;
    }
    .jw_blog_detail_quotes {
        padding: 30px 35px;
    }
    .jw_blog_detail_releted_images_first {
        max-width: 465px;
    }
    .jw_collection_hero_section .jw_shop_stores_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .jw_single_product_slider_wrap,
    .jw_single_product_detail {
        max-width: 100%;
    }
    .jw_releted_product_title h3.jw_sub_title_2,
    p.jw_single_price {
        margin-bottom: 25px;
    }
    .cursor span,
    .jw_product_name h4 a {
        font-size: 20px;
    }
    .jw_contact_add_wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .jw_contact_add_col {
        width: calc(50% - 15px);
    }
    .jw_contact_page_section form {
        padding: 50px;
    }
    .jw_contact_add_icon {
        margin: 0 auto 15px;
    }
    .jw_contact_page_section .jw_contact_form {
        margin:30px 0 50px;
    }
    .jw_error_page_wrap .jw_description {
        padding: 20px 0;
        font-size: 16px;
    }
    .jw_login_page_wrap .jw_custom_buttom {
        margin: 15px 0;
    }
    .jw_checkout_page_wrap {
        flex-direction: column;
    }
    .jw_product_price p {
        font-size: 16px;
    }
    .jw_cart_page_wrap {
        flex-direction: column;
        grid-gap: 40px;
        margin-top: 30px;
    }
    .jw_coupon_code input {
        padding: 7px 15px;
        border-radius: 7px;
    }
    .jw_table_wrap .jw_table_body .jw_table_col::before {
        font-size: 13px;
    }
    .jw_custom_buttom {
        padding: 10px 14px !important;
        border-radius: 5px !important;
    }
    .jw_mini_crat_col {
        padding: 30px 25px;
    }
    .jw_account_tab_content {
        min-height: 300px;
    }
    .jw_blog_grid_page_section h2.jw_sub_title {
      font-size:30px;
      line-height: 35px;
  }
  .jw_blog_grid_page_section .jw_blog_grid_page_wrap {
    grid-gap: 40px 30px;
    margin: 45px 0 40px;
}
.jw_blog_grid_page_section .jw_blog_grid_wrapper h2 {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
}
.jw_blog_masonary_section .jw_blog_masonary_title h2,
.jw_shop_stores_page_section .jw_shop_stores_page_title h2,
.jw_shop_now_page_section .jw_shop_now_page_title h2,
.jw_shop_messonary_page_section .jw_shop_messonary_page_title h2 {
    font-size: 30px;
    line-height: 40px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrap{
    column-count: 2;
    -moz-column-count: 2;
}
.jw_blog_masonary_wrapper a.jw_custom_buttom {
    margin-top: 15px;
    margin-bottom: 25px;
    display: inline-block;
    padding: 0 !important;
}
.jw_shop_stores_page_section .jw_shop_stores_page_wrap,
.jw_shop_messonary_page_section .jw_shop_messonary_page_wrap{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 25px;
}
.jw_shop_now_page_section .jw_shop_now_page_wrap{
    grid-template-columns: repeat(2, 1fr);
}
.jw_shop_messonary_page_section .jw_shop_messonary_page_wrap{
    grid-gap: 10px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content{
    bottom: 6%;
    left: 6%;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content h5 {
    font-size: 25px;
    padding-bottom: 8px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box_content p {
    font-size: 16px;
}
.jw_shop_messonary_page_section .jw_shop_messonary_card_box .jw_shop_messonary_images{
    height: 340px;
}
.jw_blog_grid_page_section .jw_blog_grid_wrapper .jw_blog_grid_img img{
    margin-bottom: 15px;
}
.jw_blog_grid_page_section .jw_blog_grid_wrapper .jw_custom_buttom {
    padding: 12px 0px !important;
}
.jw_blog_grid_page_section .jw_blog_grid_page_wrap{
    grid-gap: 15px;
}
.jw_video_section .jw_video_wrapper{
    flex-direction: column;
}
.jw_video_section .jw_video_wrapper .jw_video_wrap,
.jw_video_section .jw_video_wrapper .jw_video_content{
    width: 100%;
}
.jw_video_section .jw_video_wrapper .jw_video_content{
    padding: 35px 15px 50px;
}
.jw_video_section .jw_video_wrapper .jw_video_content h2 {
    font-size: 25px;
    line-height: 30px;
}
.jw_video_section .jw_video_wrapper .jw_video_content p{
    margin: 15px 0 15px;
}
.jw_video_content_wrap .content__item-title h2 {
    font-size: 42px;
    padding-bottom: 15px;
}
.jw_video_content_wrap .content__item-title h3 {
    font-size: 24px;
    padding-bottom: 20px;
}
.jw_blog_two_section{
    padding-top: 0;
}
.jw_featured-Product_section {
    padding: 50px 0 10px;
}
.jw_featured-Product_content p,
.jw_blog_two_content p {
    padding: 15px 0 30px;
}
.jw_explore_more_section .content__item-title {
    padding: 60px 25px 37px;
}
.jw_explore_more_section .content__item-title h2 {
    font-size: 30px;
}
.jw_explore_more_section .content__item-title h3 {
    font-size: 20px;
    margin-bottom: 13px;
}
.jw_hero_content h4, .jw_video_content h4, .jw_about_page_content h4, .jw_about_page_description h5, .jw_blog_detail_page_title h3.jw_sub_title_2, .jw_blog_detail_quotes h6, .jw_checkout_page_wrap h5, p.wrap, .jw_video_section .jw_video_wrapper .jw_video_content h2 {
    font-size: 22px;
    line-height: 32px;
}
.jw_features_section, .jw_explore_more_section,.jw_best_collection_section  {
    padding: 50px 0;
}
.jw_explore_more_section .jw_explore_button {
    margin-top: 20px;
}
h2.jw_sub_title, .jw_best_collection_section h2.jw_sub_title {
    font-size: 35px;
    line-height: 40px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
    right: -60px;
    top: 37px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
    left: -60px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
    max-width: 230px;
    max-height: 330px;
}
.jw_best_collection_form_content p {
    max-width: 300px;
    margin: auto auto 30px;
}
.jw_video_section .jw_video_wrapper .jw_video_content h2 {
    font-size: 26px !important;
    line-height: 36px !important;
}
}
@media (max-width: 575px) {
    h1.jw_title {
        font-size: 35px;
        line-height: 45px;
    }
    h2.jw_sub_title {
        font-size: 25px;
        line-height: 35px;
    }
    h3.jw_sub_title_2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    p {
       line-height: 22px;
   }
   .jw_hero_content h4,
   .jw_video_content h4,
   .jw_about_page_content h4,
   .jw_about_page_description h5,
   .jw_blog_detail_page_title h3.jw_sub_title_2,
   .jw_blog_detail_quotes h6,
   .jw_checkout_page_wrap h5 {
    font-size: 20px;
    line-height: 30px;
}
.jw_hero_content,
.jw_single_product_foot .jw_images_cover,
.jw_single_product_body {
    border-radius: 10px;
}
.jw_all_menu_btn li a span.material-secound-menu{
    display: none;
}
.jw_all_menu_btn li a span.material-symbols-outlined.secound{
    display: block;
}
.jw_collection_wrap {
    flex-direction: column;
}
.jw_video_images::before {
    padding-top: 60%;
}
.jw_blog_card_box_content h5,
.cursor span {
    font-size: 18px;
    line-height: 28px;
}
.jw_copy_right_content {
    flex-direction: column-reverse;
    grid-gap: 20px;
}
.jw_footer {
    padding: 50px 0 10px;
}
.jw_blog_page_content h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.jw_blog_detail_page_wrap .jw_blog_detail_page_images::before,
.jw_blog_detail_releted_images_first::before {
    padding-top: 100%;
}
.jw_blog_detail_quotes {
    padding: 20px;
}
.jw_blog_detail_releted_images_last {
    max-width: 100%;
    margin: 20px 0 0;
}
.jw_blog_detail_releted_images_first {
    max-width: 100%;
}
.jw_collection_hero_section .jw_shop_stores_wrap {
    grid-template-columns: repeat(1, 1fr);
}
.jw_single_product_Qty {
    grid-gap: 20px;
}
.jw_contact_add_col {
    width: 100%;
    max-width: 100%;
}
.jw_contact_page_section form,
.jw_payment_col {
    padding: 30px 20px;
}
.jw_mini_crat_wrap .jw_custom_buttom {
    margin-top: 20px;
}
.jw_mobile_menu_icon {
    width: 100%;
}
.jw_mobile_search_btn {
    display: block;
}
.jw_search_btn {
    display: none;
}
.jw_blog_masonary_section .jw_blog_masonary_title h2,
.jw_shop_stores_page_section .jw_shop_stores_page_title h2,
.jw_shop_now_page_section .jw_shop_now_page_title h2,
.jw_shop_messonary_page_section .jw_shop_messonary_page_title h2 {
    font-size: 25px;
    line-height: 35px;
}
.jw_blog_masonary_section .jw_blog_masonary_wrap{
    column-count:1;
    -moz-column-count: 1;
}
.jw_blog_grid_page_section .jw_blog_grid_page_wrap,
.jw_shop_stores_page_section .jw_shop_stores_page_wrap,
.jw_shop_now_page_section .jw_shop_now_page_wrap,
.jw_shop_messonary_page_section .jw_shop_messonary_page_wrap {
    grid-template-columns: repeat(1, 1fr);
}
.jw_shop_messonary_page_section .jw_shop_messonary_page_wrap{
    grid-gap: 10px 0;
}
.jw_explore_more_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 22px;
}
.jw_hero_content h4, .jw_video_content h4, .jw_about_page_content h4, .jw_about_page_description h5, .jw_blog_detail_page_title h3.jw_sub_title_2, .jw_blog_detail_quotes h6, .jw_checkout_page_wrap h5, p.wrap, .jw_video_section .jw_video_wrapper .jw_video_content h2 {
    font-size: 20px;
    line-height: 30px;
}
.jw_features_section, .jw_explore_more_section, .jw_best_collection_section {
    padding: 50px 0;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
    max-width: 230px;
    max-height: 290px;
}
.jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
    max-width: 200px;
    max-height: 153px;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_left {
    display: none;
}
.jw_best_collection_wrap .jw_best_collection_col_bottom .jw_best_collection_images_right {

    right: 0;
    left: 0;
    margin: auto;
}
.jw_featured-Product_section h3.jw_sub_title_2{
    margin-bottom: 0px !important;
}
.jw_featured-Product_card_box_content {
    margin: 20px 21px;
    padding: 15px 25px;
}
.home-slider .swiper-image.swiper-right{
    width: 100% !important;
}
.home-slider .swiper-image.swiper-left{
    display: none !important;
}
.jw_home-contain h1.jw_title,
.jw_home-contain p.wrap{
    color: #153462;
}
/*-----------footer-------*/
.jw_footer_two .jw_footer_wrap_two {
  grid-template-columns: repeat(2, 1fr);
}
.jw_footer_contact_link{
    grid-column: 1 / span 2;
    grid-row: 2;

}
.jw_footer_contact_link{
    grid-column: 1 / span 2;
    grid-row: 2;
    margin-bottom: 30px;

}
.jw_footer_contact_social {
    grid-column: 2 / span 3;
    grid-row: 2;
    max-width: 80px;
    margin: auto;
    margin-bottom: 30px;
}
.jw_footer_contact_addr {
    grid-column: 1 / span 3;
    grid-row: 3;
}
.jw_footer_two .jw_copy_right_content {
 padding: 22px 0;
}
.jw_footer_two .jw_footer_wrap_two .jw_footer_contact_wrap .jw_location_wrap .jw_icon_wrap {
    margin-bottom: 17px;
}
.jw_footer_two .jw_footer_wrap_two {
 padding-bottom: 25px;
}
.jw_explore_more_section .content__item-title h3 {
    font-size: 16px;
    margin-bottom: 12px;
}
.jw_custom_buttom {
    padding: 12px 14px 0 !important;
}
.jw_video_content_wrap .content__item-title h3 {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 0px;
}
.jw_video_content_wrap .content__item-title h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_left {
    max-width: 130px;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left:45px;
    top:49px;
    max-height: 90px;
}
.jw_best_collection_wrap {
    padding: 190px 0;
}
h2.jw_sub_title, .jw_best_collection_section h2.jw_sub_title {
    margin-bottom: 25px;
}
.jw_best_collection_form_content .jw_custom_buttom {
    margin-bottom: 30px;
}
.jw_best_collection_form_content p {
  margin: auto auto 75px;
}
.jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_right {
    top: 77px;
    right: 15px;
    max-width: 100px;
    height: 133px;
}
.jw_newsletter_wrap {
    padding: 170px 10px 215px;

}
.jw_newsletter_section h2.jw_sub_title {
  font-size: 30px;
  line-height: 40px;
}
.jw_newsletter_form {
    max-width:360px;
    margin: 0 auto;
    padding: 15px;
    
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_left {
    max-width: 100px;
    height: 133px;
    left: 20px;
    bottom: 40px;

}
.jw_blog_two_content p {
    padding: 0px 0 30px;
}
.jw_blog_two_card_box_content {
    padding: 25px 15px;
}
.jw_blog_two_section {
    padding-bottom: 30px;
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_right {
    max-width: 150px;
    height: 110px;
    width: 100%;
    right: 8%;
    
}
.page-wrap {
    width: 100%;
    max-height: 450px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right bottom, #2a1f30 50%, #383d44 50%);
}
.jw_features_wrap .swiper {
    margin-right: 0px;
}
.jw_container.jw_hero_contents {
 bottom: 50px;

}
}

@media (max-width: 425px) {
    .jw_coupon_code {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 10px;
    }
}
@media (max-width: 380px){
    .jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_left {
        max-width: 150px;
        max-height: 220px;
    }
    .jw_best_collection_wrap .jw_best_collection_col_top .jw_best_collection_images_right {
        max-width: 180px;
        max-height: 130px;
    }
    .jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_left {
       left: 10px;
       top: 20px;
   }
   .jw_newsletter_wrap .jw_newsletter_col_top .jw_newsletter_images_right {
    top: 55px;
    right: 10px;
}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_left {
    left: 10px;

}
.jw_newsletter_wrap .jw_newsletter_col_bottom .jw_newsletter_images_right {
    right: 10px;
}
.jw_newsletter_form {
    max-width: 320px;
}
}

