@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

*,*:before, *:after{
    box-sizing:border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Mulish',sans-serif !important;
}

.page-main{
    max-width: unset;
    padding: 0;
}

[data-content-type='row'][data-appearance='contained']{
    max-width: unset;
}

.column.main{
    padding: 0;
}

/* Login Page Style Here */

.customer-account-login .login-container .fieldset>.field>.control {
    width: 100%;
}

.customer-account-login .field.password.required.login-form-password {
    position: relative;
}

.customer-account-login .fieldset>.field .field.choice:last-child {
    position: absolute;
    top: 35px;
    right: 1px;
    z-index: 9;
    width: 40px;
    height: 30px;
}

.customer-account-login .fieldset>.field .field.choice:last-child input[type="checkbox"] {
    display: none;
}

.customer-account-login .login-container .fieldset>.field>.control input {
    padding-right: 50px;
}

.customer-account-login .fieldset>.field .field.choice:last-child input[type="checkbox"] + label span {
    font-size: 0px;
    display: block;
    cursor: pointer;
    width: 100%;
}

.customer-account-login .fieldset>.field .field.choice:last-child input[type="checkbox"] + label span::before {
    content: "";
    background-image: url(../../images/visibility.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    height: 30px;
    width: 30px;
    position: absolute;
}

.customer-account-login .fieldset>.field .field.choice:last-child input[type="checkbox"]:checked + label span::before {
    background-image: url(../../images/visibility_open.svg);
}

/* Header Design Start  */

.panel.wrapper {
    background:  #fff !important;
    border-bottom: 0.5px solid #E8E8E8;
}

.panel.wrapper a{
    margin: 0;
}

/* Search box  */

input#search {
    border: none;
}

input#search::placeholder{
    color: #fff;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{
    box-shadow: none !important;
}


.section-item-content.nav-sections-item-content{
    padding: 20px;
    background:#fff;
}

.section-item-content.nav-sections-item-content .navigation{
    background:#fff;
}

.section-item-content.nav-sections-item-content .menu>ul>li{
    background:#fff;
    margin-right: 30px;
}

.section-item-content.nav-sections-item-content .menu>ul>li a{
    position: relative;
    padding: 10px 0px;
    color: #8E8E93;
    font-size: 18px;
    line-height:29px;
    letter-spacing:0.29px;
    font-weight:100;
    font-family: 'Mulish', sans-serif;
}

.section-item-content.nav-sections-item-content .menu>ul>li a span{
    transition: .3s all linear;
}

.section-item-content.nav-sections-item-content .menu>ul>li a:hover span{
    color: #000;
}

.section-item-content.nav-sections-item-content .menu>ul>li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    height: 5px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #E6002E;
    opacity: 0;
}

.section-item-content.nav-sections-item-content .menu>ul>li .level-top.active:before{
    opacity:1;
}

.sections.nav-sections{
    margin-bottom: 0;
}

/* Header Design End */

/* Footer Design Start  */

.cms-home .columns .column.main{
    padding-bottom: 0;
}

.footer_list{
    background:#F5F5F5;
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0 20px;
}

.footer_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: min(calc(100% - 100px), 1140px);
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px 40px 0px;
    justify-content: space-between;
}

.footer_wrapper ul{
    margin: 0;
    padding: 0px;
    width: 25%;
}

.footer_wrapper ul h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #1B2437;
    margin-bottom: 15px;
    font-family: 'Mulish', sans-serif;
}

.footer_wrapper ul li{
    list-style: none;
    margin-bottom: 15px;
    font-size: 17px;
    margin:0;
    font-family: 'Mulish', sans-serif;
    line-height: 30px;
    color:#8E8E93;
    transition: .3s all linear;
}

.footer_wrapper ul li:hover{
    color: #000000;
    cursor: pointer;
}

/* Footer Copyright Section Start  */

.footer-content {
    border-top: 1px solid #707070;
    display: flex;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.page-footer {
    padding-bottom: 0px;
}

.footer_wrapper ul li a {
    color: #8E8E93;
    font-size: 17px;
    text-decoration: none;
}

.footer_wrapper ul li a:hover {
    color: #000;
}

.footer-content p {
    color: #8E8E93;
    font-size: 16px;
}


.footer-content p,
.footer-content ul{
    width: 50%;
}

.footer-content ul{
    display: flex;
    margin: 0;
    padding: 0;
    max-width: 124px;
    align-items: center;
    justify-content: center;
    padding: 0 5px
}

.footer-content ul li{
    position: relative;
    list-style: none;
    margin: 5px;
}

.footer-content ul li a{
    text-decoration: none;
}

.footer-content ul li a img{
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: .3s all linear;
}

.footer-content ul li:hover img{
    filter: brightness(0);
}

/* Footer Copyright Section End  */

/* Footer Design End */


/* Home Page Grid View Design Start */

.cms-home .home_page_main_div{
    max-width:1280px;
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.cms-home .home_page_main_div .home_page_wm_div{
    position: relative;
    padding: 12px;
}

.cms-home .home_page_main_div .home_page_wm_div img{
   position: relative;
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.cms-home .home_page_main_div .home_page_wm_div p{
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 22px;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    line-height: 33px;
    color:#FFFFFF;
    max-width: 270px;
    letter-spacing: 0.26px;
    width: 100%;
}

.cms-home .home_page_main_div .home_page_women_div_left,
.cms-home .home_page_main_div .home_page_women_div_right{
    width: 50%;
}

.cms-home .home_page_main_div .home_page_women_div_right .home_page_women_div_right_top{
    display: flex;
}

.cms-home .home_page_main_div .home_page_women_div_right .home_page_women_div_right_top .home_page_wm_div{
    width: 50%;
}


/* Home Page Grid View Design End*/


/* Home Page Carousel 01 Start */

/*.cms-home .banner-top .item-content .item {
    display: flex;
    width: 100%;
    padding: 0 100px;
}*/

.cms-home .banner-top .item-content .item {
    display: flex;
    width: 100%;
    /* padding: 0 100px; */
}

.cms-home .banner-top .item-content .item .slider_one_contents{
    width: 50%;
}

.cms-home .banner-top .item-content .item .container{
    width: 50%;
}

.cms-home .banner-top .item-content .item .slider_one_contents a{
    max-width: 103px;
    height: 34px;
    width: 100%;
    text-align: center;
    text-align: none;
    line-height: 34px;
    display: inline-block;
    background: #E5E5EA;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #1B2437;
    font-family: 'Mulish',sans-serif;
}

.cms-home .banner-top .item-content .item .slider_one_contents a:hover{
    text-decoration: none;
}

.cms-home .banner-top .item-content .item .slider_one_contents h2{
    max-width: 326px;
    width: 100%;
    font-size: 50px;
    line-height: 63px;
    color: #1B2437;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.cms-home .banner-top .item-content .item .slider_one_contents p{
    max-width: 378px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #8E8E93;
    font-family: 'Mulish', sans-serif;
}


.cms-home .banner-top .item-content .item .slider_one_contents .know_more{
    max-width: 171px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background:#000000;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}


/* Home Page Carousel 01 End */

/* Home Page Carousel 02 Start  */

.cms-home .banner-middle .item-content{
    background: #000;
    margin-bottom: 25px;
}

.cms-home .banner-middle .item-content .item{
    display: flex;
    width: 100%;
}

.cms-home .banner-middle .item-content .home_middle_content h2{
    max-width: 252px;
    width: 100%;
    font-size: 50px;
    line-height: 67px;
    color: #FFFFFF;
    font-family: 'Playfair Display', sans-serif;
}

.cms-home .banner-middle .item-content .home_middle_content p{
    max-width: 363px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    margin-bottom: 45px;
}

.cms-home .banner-middle .item-content .home_middle_content a{
    display:inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    max-width: 170px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 2px solid #FFFFFF;
    font-size: 21px;
}

/* Home Page Carousel 02 End  */

/* Home Page Carousel 03 Start  */

.cms-home .banner-bottom .item{
    display: flex;
    padding: 0 100px;
    width: 100%;
}

.cms-home .banner-bottom .item .container.content_data,
.cms-home .banner-bottom .item .home_bottom_content{
    width: 50%;
}

.cms-home .banner-bottom .item .container.content_data h2{
    max-width: 178px;
    width: 100%;
    font-size: 51px;
    line-height: 64px;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}

.cms-home .banner-bottom .item .container.content_data a{
    display:inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    max-width: 170px;
    margin-bottom: 34px;
    width: 100%;
    height: 56px;
    font-size: 21px;
    color: #000000;
    line-height: 56px;
    border: 2px solid #000000;
}

.cms-home .banner-bottom .item .container.content_data .social_icon_home{
    max-width: 163px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.cms-home .banner-bottom .item .container.content_data .social_icon_home li{
    list-style: none;
}

.cms-home .banner-bottom .item .container.content_data .social_icon_home li img{
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.cms-home .banner-bottom .item .home_bottom_content{
    position: relative;
}

.cms-home .banner-bottom .item .home_bottom_content img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit:cover;
}

/* Home Page Carousel 03 End */


/* New CSS */

/*.banner-top .banner-item.banner-slider .item > img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    min-height: 85vh;
}*/

.banner-top .banner-item.banner-slider .item > img {
    /* position: absolute; */
    /* z-index: 0; */
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center; */
    /* top: 0; */
    /* left: 0; */
    /* min-height: 85vh; */
}

.banner-top .banner-item.banner-slider .item {
    position: relative;
}

.banner-top .banner-item.banner-slider .item .slider_one_content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    padding: 34px 5px;
    align-items: center;
}

.banner-top .banner-item.banner-slider .item .slider_one_content .slider_one_contents, .banner-top .banner-item.banner-slider .item .slider_one_content .slider_one_right_image {
    flex: 0 0 50%;
    max-width: 50%;
}

.banner-top .banner-item.banner-slider .item .slider_one_content .slider_one_right_image img {
    width: 100%;
    margin: 0 auto;
    max-width: 375px;
}

.banner-top .carousel-container {
    max-width: 100%;
    margin: 0 auto;
}

.cms-home .home_page_main_div {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 25px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(12, 1fr);
}

.cms-home .home_page {
    max-width: 100%;
    margin: 25px auto 25px;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.cms-home .home_page_main_div .home_page_wm_div {
    padding: 0;
}

.cms-home .home_page_main_div .home_page_wm_div:nth-child(1) {
    grid-column: 1/7;
    grid-row: 1/3;
}

.cms-home .home_page_main_div .home_page_wm_div:nth-child(2) {
    grid-column: 7/10;
    grid-row: 1/2;
}

.cms-home .home_page_main_div .home_page_wm_div:nth-child(3) {
    grid-column: 10/13;
    grid-row: 1/2;
}

.cms-home .home_page_main_div .home_page_women_div_right_bottom {
    grid-column: 7/13;
    grid-row: 2/3;
}

.banner-middle .carousel-container {
    max-width: 100%;
    margin: 0 auto;
}

.banner-middle {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cms-home .banner-middle .item-content .item .middle_image {
    flex: 0 0 50%;
    text-align: center;
    max-width: 50%;
    padding-top: 35px;
}

.cms-home .banner-middle .item-content .item .middle_image img {
    width: auto;
    margin: 0 auto;
}

.cms-home .banner-middle .item-content .item {
    align-items: flex-end;
}

.cms-home .banner-middle .item-content .item  .home_middle_content {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;
}

.cms-home .banner-middle .item-content .home_middle_content h2 {
    margin-top: 0px;
}

.section-item-content.nav-sections-item-content .navigation, .header.content, .page-header .header.panel{
    max-width: min(calc(100% - 104px), 1240px);
    padding-left: 20px;
    padding-right: 20px;
}

.banner-bottom .carousel-container {
    max-width: 100%;
    margin: 0 auto;
}

.cms-home .banner-middle .item-content{
    margin-bottom: 0px;
}

.cms-home .banner-bottom .item{
    background-color: #E9E9E7;
}

.header.panel>.header.links>li>a,
.header.panel>.header.links>li>a:visited,
.header.panel>.header.links>li>a:active,
.header.panel>.header.links>li>a:hover{
    color: #000000 !important;
}

.mp-banner-slider .owl-nav button span {
    font-size: 0px;
    top: calc(50% - 0px);
    transform: translateY(-50%);
}

.mp-banner-slider .owl-nav button span[aria-label="Next"]::before,.mp-banner-slider .owl-nav button span[aria-label="Previous"]::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 28px;
    color: #757575;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.mp-banner-slider .owl-nav button span[aria-label="Previous"]::before {
    content: '\e617';
}

.banner-bottom .mp-banner-slider .owl-nav button span::before,
.banner-top .mp-banner-slider .owl-nav button span::before {
    color: #C7C7CC;
}

.banner-middle .mp-banner-slider .owl-nav button span::before {
    color: #C7C7CC;
}

.banner-middle .mp-banner-slider .owl-nav button span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-top .owl-theme .owl-nav, .banner-middle .owl-theme .owl-nav, .banner-bottom .owl-theme .owl-nav {
    height: 0;
    margin: 0;
}

.cms-home .banner-middle .item-content .home_middle_content h2 {
    margin-bottom: 10px;
}

.cms-home .banner-middle .item-content .home_middle_content p {
    margin-bottom: 40px;
}

.banner-middle .mp-banner-slider .owl-dots {
    width: 50%;
    left: unset;
    right: 0;
    top: calc(100% - 50px);
    text-align: left;
}

.banner-middle .mp-banner-slider .owl-dots .owl-dot:first-child span {
    margin-left: 0px;
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
}

.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    opacity: 0;
}

.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.6);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.cms-home .banner-bottom .item .container.content_data h2{
    margin-top: 0;
    max-width: 180px;
}

.cms-home .banner-bottom .item .container.content_data a{
    border-color: rgba(0, 0, 0, 0.2);
    line-height: 53px;
}

.cms-home .banner-bottom .item{
    padding: 0px;
}

.cms-home .banner-bottom .item .container.content_data {
    padding: 55px 50px 0 100px;
}

.cms-home .banner-bottom .item .home_bottom_content img{
    position: unset;
}

.section-item-content.nav-sections-item-content {
    padding: 5px 0px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.panel.header .logo {
    margin-right: auto;
}

.panel.header * {
    float: unset;
}

.panel.header {
    display: flex;
    width: 100%!important;
    align-items: center;
    justify-content: flex-end;
}

.header.panel>.header.links {
    order: 4;
    margin-left: unset;
}

.block-search .control:focus-within{
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.minicart-wrapper .action.showcart:before,
.block-search .action.search:before {
    font-size: 22px;
    color: #1B2437;
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1;
}

.navigation ul {
    padding: 0 0px;
}

.page-main{
    max-width: min(calc(100% - 144px), 1220px);
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.footer-content {
    max-width: 1366px;
}

.header.content{
    display: none;
}

/* Login Page CSS Start  */

.customer-account-login .column.main{
    padding: 0;
}

.customer-account-login .login-container {
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
    width: 100%;
}

.customer-account-login .login-container .block.block-customer-login{
    margin-bottom: 0;
    margin-left: 0;
    padding-top:50px;
    margin-right: auto;
}

.customer-account-login .login-container .block.block-new-customer{
    height: 100%;
}

.customer-account-login .login-container .block.block-customer-login .block-title{
    border-bottom: 0;
    padding: 0;
    margin-bottom: 59px;
}

.customer-account-login .login-container .block.block-customer-login .block-title img{
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 28px;
}

.customer-account-login .login-container .block.block-customer-login .block-title #block-customer-login-heading{
    font-size: 29px;
    line-height: 38px;
    font-weight: bold;
    font-family: 'Mulish',sans-serif;
    color: #000000;
}

.customer-account-login .login-container .block.block-customer-login .block-content .label{
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    font-family: 'Mulish',sans-serif;
    font-weight: 400;
}
 
.customer-account-login .login-container .block.block-customer-login .block-content .control input{
    border: none;
    border-bottom: 1px solid #C6C6C6;
    padding: 10px 0;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar .secondary{
    text-align: right;
    margin-bottom: 57px;
    width: 100%;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar .secondary a{
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #E6002E;
    font-family: 'Mulish',sans-serif;
    margin: 0;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar .primary{
    width: 100%;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar .primary button{
    position: relative;
    height: 56px;
    background: #000000;
    border: none;
    display: block;
    margin: 0;
    margin-bottom: 45px;
    transition: .4s all ease-in-out;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar .primary button:hover{
    background: #E6002E;
}

.customer-account-login .login-container .block.block-customer-login .block-content .actions-toolbar .primary button span{
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Mulish',sans-serif;
}

.customer-account-login .login-container .block.block-customer-login .block-content p,
.customer-account-login .login-container .block.block-customer-login .block-content p .register_ahref span{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.customer-account-login .login-container .block.block-customer-login .block-content p .register_ahref{
    text-decoration: none;
}

.customer-account-login .login-container .block.block-customer-login .block-content p .register_ahref span{
    color: #E6002E
}

.customer-account-login .login-container .block.block-new-customer .actions-toolbar,
.customer-account-login .login-container .block.block-customer-login .block-content .fieldset{
    margin: 0;
}

.customer-account-login .login-container .block.block-customer-login .block-content .fieldset .field{
    margin: 0 0 27px;
}

/* Login Page CSS End  */


/* Forgot Password CSS Start */

.customer-account-forgotpassword .forgot_password_main_div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}    

.customer-account-forgotpassword .form.password.forget{
    width: 50%;
    min-width: unset;
    max-width: 556px;
    padding-top: 50px;
    padding-right: 30px;
}

.customer-account-forgotpassword .form.password.forget .fieldset{
    margin-bottom: 0;
}

.customer-account-forgotpassword .form.password.forget .block-title{
    margin-bottom: 60px;
}

.customer-account-forgotpassword .form.password.forget .block-title div{
    max-width: 357px;
    width: 100%;
    margin-bottom: 28px;
}

.customer-account-forgotpassword .form.password.forget .block-title #block-customer-login-heading{
    font-size: 29px;
    line-height: 38px;
    font-weight: bold;
    font-family: 'Mulish',sans-serif;
    color: #000000;
}

.customer-account-forgotpassword .form.password.forget .block-title div img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.customer-account-forgotpassword .form.password.forget .fieldset .label{
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    font-family: 'Mulish',sans-serif;
    font-weight: 400;
}


.customer-account-forgotpassword .form.password.forget .fieldset .field .control .input-text{
    border: none;
    border-bottom: 1px solid #C6C6C6;
    padding: 10px 0;
}

.customer-account-forgotpassword .form.password.forget .fieldset .captcha .field.captcha .captcha-image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    margin-top: 20px;
}

.customer-account-forgotpassword .form.password.forget .fieldset .captcha .field.captcha .captcha-image img{
    position: absolute;
    left: 0;
    right: auto;
    margin: 0;
    max-width: 48%;
    width: 100%;
}

.customer-account-forgotpassword .form.password.forget .fieldset .captcha .field.captcha .captcha-image .captcha-reload{
    position: absolute;
    right: 0;
    left: auto;
    height: 50px;
    width: 50%;
    background: #000;
    color: #fff;
    border: none;
    transition: .3s all linear;
}

.customer-account-forgotpassword .form.password.forget .fieldset .captcha .field.captcha .captcha-image .captcha-reload span{
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
}

.customer-account-forgotpassword .form.password.forget .fieldset .captcha .field.captcha .captcha-image .captcha-reload:hover{
    background: #E6002E;
}

.customer-account-forgotpassword .forgot_password_image{
    width: 50%;
    height: 100%;
}

.customer-account-forgotpassword .forgot_password_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.customer-account-forgotpassword .actions-toolbar .primary .submit.primary{
    height: 56px;
    width: 100%;
    border: none;
    background: #000;
    transition: .3s all linear;
}

.customer-account-forgotpassword .actions-toolbar .primary .submit.primary span{
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Mulish',sans-serif;
}

.customer-account-forgotpassword .actions-toolbar .primary .submit.primary:hover{
    background: #E6002E;
}

/* Forgot Password CSS End */

/* Register Page CSS Start */

.customer-account-create .regiter_page_main_div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.customer-account-create .regiter_page_main_div .form-create-account {
    width: 50% !important;
    min-width: unset !important;
    max-width: 556px;
    padding-top: 70px;
    padding-right: 30px;
}

.customer-account-create .regiter_page_main_div div[data-appearance="default"] {
    width: 50%;
}

.customer-account-create .regiter_page_main_div div[data-appearance="default"] img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.customer-account-create .form-create-account .block-title div {
    max-width: 357px;
    width: 100%;
    margin-bottom: 28px;
}

.customer-account-create .form-create-account .block-title div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.customer-account-create .form-create-account .fieldset strong#block-customer-login-heading {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    font-family: 'Mulish', sans-serif;
    color: #000000;
    margin-bottom: 25px;
}

.customer-account-create fieldset.fieldset.create.info {
    margin-bottom: 0;
}

.customer-account-create strong#block-customer-login-heading {
    display: block;
    margin-bottom: 20px;
}

.customer-account-create fieldset.fieldset.create.info .field .label span {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Segoe UI", sans-serif;
}

.customer-account-create fieldset.fieldset.create.info .field-name-firstname,
fieldset.fieldset.create.info .field-name-lastname {
    width: 40%;
    display: inline-block;
    margin-right: 10px;
}

.customer-account-create fieldset.fieldset.create.info .field-name-lastname {
    margin-right: 0px !important;
}

.icon_div_text {
    position: absolute;
    top: 0px;
    right: 0px;
}

.customer-account-create fieldset.fieldset.create.info  .control {
    position: relative;
}

.customer-account-create fieldset.fieldset.create.account .field .control {
    position: relative;
}

.customer-account-create fieldset.fieldset.create.info .field-name-firstname .control input,
fieldset.fieldset.create.info .field-name-lastname .control input {
    border: none;
    border-bottom: 1px solid #C6C6C6;
    padding: 10px 0;
    color: #000000;
    padding-right: 30px;
}

.customer-account-create fieldset.fieldset.create.info .field-name-firstname .label span,
fieldset.fieldset.create.info .field-name-lastname .label span {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Segoe UI", sans-serif;
}

.customer-account-create fieldset.fieldset.create.account {
    margin-bottom: 0px;
}

.customer-account-create fieldset.fieldset.create.account .field .label {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Segoe UI", sans-serif;
}

.customer-account-create fieldset.fieldset.create.account .field .control input {
    border: none;
    border-bottom: 1px solid #C6C6C6;
    padding: 10px 0;
    font-family: "Segoe UI", sans-serif;
    color: #000000;
}

.customer-account-create .custom-terms input[type="checkbox"] {
    margin: 0;
    height: 20px;
    width: 20px;
    accent-color: #E6002E;
    top: 0px;
}

.customer-account-create .custom-terms .label span {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-family: "Segoe UI", sans-serif;
    margin-left: 15px;
}

.customer-account-create .custom-terms .label span a {
    text-decoration: none;
    color: #E6002E;
    font-family: "Segoe UI", sans-serif;
}

.customer-account-create .actions-toolbar .primary {
    width: 100%;
    display: block;
}

.customer-account-create .actions-toolbar .primary .action.submit.primary {
    height: 56px;
    background: #000000;
    width: 100%;
    border: none;
    margin: 0;
    margin-bottom: 45px;
    font-family: "Segoe UI", sans-serif;
    transition: .3s all linear;
}

.customer-account-create .actions-toolbar .primary .action.submit.primary:hover {
    background: #E6002E;
}

.customer-account-create .actions-toolbar .primary .action.submit.primary span {
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
    font-family: "Segoe UI", sans-serif;
}

.customer-account-create .actions-toolbar .sign_in_div {
    text-align: center;
}

.customer-account-create .actions-toolbar .sign_in_div p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: "Segoe UI", sans-serif;
    margin: 0;
}

.customer-account-create .actions-toolbar .sign_in_div p a {
    text-decoration: none;
    color: #E6002E;
    font-family: "Segoe UI", sans-serif;
}

.customer-account-create fieldset.fieldset.create.account .label span[data-bind="i18n: 'Show Password'"]{
    height: 30px;
    width: 30px;
    position: relative;
    display: block;
    margin: 0;
    margin-top: 0px;
    margin-right: 0;
    margin-left: auto;
}

.customer-account-create .confirmation .field.choice input[type="checkbox"] + label span{
    font-size: 0px;
}

.customer-account-create .confirmation .field.choice input[type="checkbox"] + label span::before{
    content: "";
    position: absolute;
    background-image: url('../../images/visibility.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.customer-account-create .confirmation .field.choice input[type="checkbox"]:checked + label span::before{
    content: "";
    position: absolute;
    background-image: url('../../images/visibility_open.svg');
    cursor: pointer;
}

.customer-account-create .confirmation .field.choice input[type="checkbox"] {
    display: none;
}

/* Register Page CSS End */

.customer-account-login .login-container .block.block-customer-login .block-content .label::after {
    font-size: 20px;
}

.customer-account-create fieldset.fieldset .field .label {
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    font-family: 'Mulish',sans-serif;
    font-weight: 400;
}

.customer-account-create fieldset.fieldset .field .label::after {
    font-size: 20px;
}

/*.field.choice.custom-terms {
    display: flex;
    align-items: center;
}*/

.customer-account-forgotpassword .form.password.forget .fieldset .label::after {
    font-size: 20px;
}

.header.panel>.header.links span.logged-in {
    color: #333;
}

.customer-welcome .action.switch {
    color: #333;
}

/*product-page*/

.minicart-items .product-item-details {
    padding-left: 110px;
}

.minicart-wrapper .action.showcart .counter.qty {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    padding: 0px;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    right: 0px;
    left: 5px;
    font-size: 10px;
    margin: 0px auto;
}

.minicart-wrapper .action.showcart .counter.qty span.counter-number {
    display: block;
    line-height: normal;
}

.page-products .page-main {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.page-products .page-main .page.messages {
    max-width: 1190px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px auto;
}

.page-products .page-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-products .page-main .page.messages .message {
    margin: 0px;
}

.page-products .column {
    margin: 80px auto 0px!important;
    padding: 0px 20px;
}

.toolbar-products {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.toolbar-products p#toolbar-amount {
    display: none;
}

.toolbar-products .modes {
    margin: 0px 0px 0px 15px;
}

.toolbar-products .modes .modes-mode {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.toolbar-products .modes .modes-mode.active::before {
    color: red;
}

.toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    float: none;
    max-width: 315px;
    display: flex;
    align-items: center;
    position: static;
}

.toolbar-products .toolbar-sorter.sorter .sorter-label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Mulish',sans-serif;
    margin-right: 10px;
    white-space: nowrap;
}

.toolbar-products .toolbar-sorter.sorter  select {
    background-color: #E8E8E8;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    max-width: 250px;
    width: 100%;
    margin: 0px;
    height: 45px;
    color: #8E8E93;
    font-size: 18px;
    font-family: 'Mulish',sans-serif;
}

.toolbar-products .modes .modes-mode::before {
    font-size: 25px;
}

.product_top_heading {
    float: left;
}

.product_top_heading h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Mulish',sans-serif;
    margin: 0px 0px 10px;
}

.product_top_heading p {
    color: #8E8E93;
    font-size: 16px;
    font-family: 'Mulish',sans-serif;
}

.page-products .products {
    margin-top: 60px;
}

.products .product-item .product-item-info {
    border: 1px solid #979797;
    border-radius: 16px;
    width: 100%;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    padding-bottom: 20px;
    height: 100%;
}

.products .product-item {
    width: 30.5% !important;
    padding: 0px !important;
    margin: 0px 9px 20px !important;
    position: relative;
    transition: 0.5s ease-in-out;
}

.products .product-item .product-item-info .product-item-details {
    padding: 20px 20px 55px;
    height: auto;
    position: relative;
}

.products .product-item .product-item-info .product-item-details .product-item-inner {
    display: inline-block;
    overflow: visible;
    height: auto;
    margin: 0px;
    width: auto;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    background-color: transparent;
    float: right;
}

.page-products .products.grid .product-item-inner {
    bottom: 0px;
    clip: unset !important;
    right: 20px !important;
    width: max-content !important;
    left: auto;
    position: absolute;
}

.page-products .products.grid .price-box {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 9px;
}

.products .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    margin: 0px;
}

.products .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .primary {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    padding: 0px;
    min-width: 115px;
    height: 40px;
    font-weight: 400;
}

.products .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .primary:hover {
    background-color: #000000;
    color: #fff;
}

.products .product-item .product-item-info .product-item-details .product-item-inner::before {
    display: none;
}

.products .product-item .product-item-info a.product {
    display: block;
}

.products .product-item .product-item-info a.product .product-image-container {
    width: 100% !important;
    display: block;
}

ol.products.list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px !important;
}

.products .product-item .product-item-info .towishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    font-size: 0px;
}

.products .product-item .product-item-info .towishlist::before {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}

.products .product-item .product-item-info .wishlisted {
    background-color: #000;
}

.product-item-name {
    color: #1B2437;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Mulish',sans-serif;
    margin: 0px 0px 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products .product-item .product-item-info .product-item-details p {
    color: #8E8E93;
    font-size: 16px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.product-reviews-summary .rating-summary span::before {
    color: #EBB92F;
}

.product-reviews-summary a.action.view {
    color: #1B2437;
    font-size: 14px;
}

.products .product-item .product-item-info .product-item-details .price-box {
    margin: 7px 0px 0px;
    float: left;
}

.products .product-item .product-item-info .product-item-details .price-box .price {
    color: #1B2437;
    font-size: 18px;
    font-weight: 400;
}

.products .product-item .product-item-info span.product-image-wrapper {
    padding-bottom: 100% !important;
    overflow: hidden;
}

.products .product-item:hover {
    transform: translateY(-10px);
}

.product-item-name .product-item-link {
    text-decoration: none !important;
    width: 100%;
    display: block;
}


.page-products .products.list ol.products.list .product-item {
    width: 100% !important;
    border: 1px solid #979797;
    border-radius: 16px;
    overflow: hidden;
}

.page-products .products.list ol.products.list .product-item .product-item-photo {
    padding: 0px !important;
    width: 300px;
    margin: 0px;
}

.page-products .products.list ol.products.list .product-item .product-image-photo {
    position: absolute;
    display: block;
}

.page-products .products.list ol.products.list .product-item .product-item-info {
    min-height: auto !important;
    border: 0px;
    padding-bottom: 0px;
}
.page-products .products.list ol.products.list .product-item .product-item-details {
    padding: 20px !important;
    width: 100%;
}

.page-products .products.list ol.products.list .product-item .product-item-details 
 .product-item-inner .product-item-description {
    display: none;
}

.product-item .product-reviews-summary .reviews-actions a.action.view {
    color: #1B2437;
    font-size: 14px;
    margin: 0px;
    text-decoration: none !important;
}

.product-item .product-reviews-summary .reviews-actions a.action.add {
    display: none;
}

.products.wrapper.list .product-reviews-summary {
    margin: 15px 0px;
}

.toolbar .pages-items {
    display: flex;
    align-items: center;
    width: fit-content;
}

.toolbar .pages-items li.item .page {
    color: #1B2437;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mulish',sans-serif;
    width: 30px;
}

.toolbar .pages-items li.item.current .page {
    background-color: #000000;
    color: #fff;
    border-radius: 8px;
}

.toolbar .pages-items li.item.pages-item-next {
    margin: 0px;
}

.toolbar .pages-items li.item.pages-item-next .next,
.toolbar .pages-items .pages-item-previous .previous {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    width: 34px;
    display: block;
    position: relative;
    height: 30px;
}

.toolbar .pages-items li.item.pages-item-next .next::before,
.toolbar .pages-items .pages-item-previous .previous::before {
    content: '';
    background-image: url(../../images/right.png);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    right: 0;
}

.toolbar .pages-items .pages-item-previous .previous::before{
    transform: rotate(-180deg);
    top: 0;
    left: 0px;
}

.page-products .products.list ol.products.list .product-item .towishlist {
    left: 20px;
    z-index: 9;
}

.minicart-wrapper .action.showcart::before {
    content: '' !important;
    background-image: url(../../images/cart.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
}

.icon_div_text img {
    cursor: pointer;
}

.icon_div_text p {
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 5px 10px;
    color: #e6002ed1;
    font-family: 'Mulish',sans-serif;
    display: none;
    position: absolute;
    top: 0px;
    left: 17px;
    white-space: nowrap;
    z-index: 1;
}

.icon_div_text:hover p {
    display: block;
}

.review_blank_div {
    min-height: 30px;
}

/*product-detail*/

.catalog-product-view .product-info-main {
    width: 55%;
    padding-left: 35px;
    position: relative;
}

.catalog-product-view .product.media {
    width: 45%;
    padding-right: 35px;
}

.catalog-product-view .column.main {
    padding: 40px 0px;
}


.go_back_div .back {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-family: 'Mulish',sans-serif;
    padding-left: 40px;
    padding-bottom: 5px;
    display: block;
    display: inline-block;
    text-decoration: none;
}

.go_back_div .back::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -2px;
    background-image: url(../../images/arrow-left.png);
    width: 32px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 27px;
}

.catalog-product-view .product-info-main .wishlist_icon {
    position: relative;
    top: -43px;
}

.catalog-product-view .product-info-main .wishlist_icon a {
    font-size: 0px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #8e8e9330;
    display: block;
    background-image: url(../../images/heart_icon1.svg);
    background-position: center center;
    background-size: 24px;
    margin-left: auto;
    background-repeat: no-repeat;
}

.catalog-product-view .product-info-main .wishlist_icon a.wishlisted {
    background-color: #000;
    background-image: url(../../images/heart_icon.svg);
    background-position: 10px center;
}

.catalog-product-view .product-info-main .current_product_name h2 {
    color: #1B2437;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0px;
}

/*.catalog-product-view .product-info-main .current_product_name {
    padding-right: 35%;
}*/

.catalog-product-view .product-info-main .product-reviews-summary {
    float: none;
    margin: 20px 0px;
    display: flex;
    align-items: center;
}

.catalog-product-view .product-info-main .product-reviews-summary .view {
    color: #1B2437;
    font-size: 16px;
    text-decoration: none;
}

.catalog-product-view .product-info-main .product-reviews-summary .add{
    display: none;
}

.catalog-product-view .product-info-main .short_description p {
    color: #8E8E93;
    font-size: 16px;
}

.product-info-main .product-info-price {
    border: 0px;
    margin: 0px;
    /*position: absolute;*/
    /*top: 30%;*/
    width: auto !important;
    padding-top: 10px;
}

.catalog-product-view .product-info-main .product-info-price span.price {
    color: #1B2437;
    font-size: 43px;
    font-weight: 700;
}

.product-info-main .rating-summary, .customer-review .rating-summary {
    margin-right: 10px;
}

.product-info-main .product-info-price .price-box {
    padding: 0px;
}

.catalog-product-view .product-info-main .product-add-form .field.qty .label {
    display: none;
}

.catalog-product-view .product-info-main .product-add-form .field.qty .control button {
    width: 40px;
    height: 40px;
    background-color: #E8E8E8;
    border: 0px;
    color: #8E8E93;
    font-size: 27px;
    padding: 0px;
}

.catalog-product-view .product-info-main .product-add-form .field.qty .control input {
    border: 0px;
    height: 35px;
}

.catalog-product-view .product-info-main .product-add-form .actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.catalog-product-view .product-info-main .product-add-form .actions .tocart {
    border: 3px solid #000000;
    background-color: transparent;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    padding: 15px 27px;
    min-width: 160px;
}

.catalog-product-view .product-info-main .product-add-form .actions .tocart:hover {
    background-color: #000;
    color: #fff;
}

.catalog-product-view .product-info-main .product-add-form .actions #buy-now {
    background-color: #000000;
    border: 3px solid #000000;
    border-radius: 0px;
    padding: 15px 27px;
    margin: 0px;
    min-width: 160px;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 20px;
}

.catalog-product-view .product-info-main .product-add-form .actions #buy-now:hover {
    background-color: #fff;
    color: #000;
}

.catalog-product-view .product-info-main .product_attribute_div{
    margin-top: 30px;
}

.catalog-product-view .product-info-main .product_attribute_div p{
    background-color: #E5E5EA;
    width: 96px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #1B2437;
    font-size: 14px;
    font-weight: 700;
}

.catalog-product-view .column.main .detailed .data .switch {
    border: 0px;
    background-color: transparent;
    color: #1B2437;
    font-size: 16px;
    border-bottom: 1px solid #EFEFF4;
}

.catalog-product-view .column.main .detailed .data.item.active .data.switch {
    color: #E6002E;
    border-bottom: 1px solid #E6002E;
}

.catalog-product-view .column.main .detailed .content {
    border: 0px;
    padding: 30px 0px;
}

.catalog-product-view .column.main .detailed .content div {
    color: #8E8E93;
    font-size: 16px;
    line-height: 1.4;
}


#minicart-content-wrapper .items-total span.count {
    color: #1B2437;
    font-size: 16px;
}

#minicart-content-wrapper .items-total span {
    color: #1B2437;
    font-size: 16px;
    font-family: 'Mulish',sans-serif !important;
}


#minicart-content-wrapper .subtotal span {
    color: #1B2437;
    font-family: 'Mulish',sans-serif !important;
}

#top-cart-btn-checkout {
    background-color: #000000;
    border-color: #000000;
    font-family: 'Mulish',sans-serif !important;
}

#top-cart-btn-checkout:hover {
    background-color: #fff;
    color: #000;
}

.minicart-items-wrapper .product-item-name a {
    color: #1B2437;
    width: 100%;
    display: block;
    font-size: 20px;
}

.minicart-items-wrapper span.price-excluding-tax span.price {
    color: #1B2437;
    font-size: 18px;
}

.minicart-items .product-item-details .details-qty label.label {
    display: none;
}

.product-info-main .product-info-price span.old-price .price-label {
    display: none;
}

.product-info-main .product-info-price span.old-price span.price {
    color: #8E8E93;
    font-size: 25px !important;
    display: block;
    text-align: right;
    text-decoration: line-through;
}

.section-item-content.nav-sections-item-content .navigation>.menu>ul li.menu-dropdown-icon>ul>li.parent>a {
    color: #000;
    font-weight: 700;
}

.section-item-content.nav-sections-item-content .navigation>.menu>ul li.menu-dropdown-icon>ul>li.parent ul.level1.submenu li.parent ul.level2.submenu {
    margin-left: 15px;
}

.section-item-content.nav-sections-item-content .navigation>.menu>ul li.menu-dropdown-icon>ul>li.parent ul.level1.submenu a {
    margin: 0px !important;
    line-height: normal;
    width: 98%;
    color: #000;
}

.menu>ul>li>ul>li>ul>li {
    padding: 0px !important;
    float: none !important;
}


.section-item-content.nav-sections-item-content .navigation>.menu>ul li.menu-dropdown-icon>ul>li.parent ul.level1.submenu>li.parent>a {
    font-weight: 600;
}

.menu>ul>li>ul>li.level1 {
    display: inline-block;
    width: 48%;
}

.block-minicart {
    padding-top: 50px!important;
}
.minicart-wrapper .action.close {
    height:30px;
    width:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 15px;
}

.product-image-container {
    width: 120px !important;
}

.product-item-name a:hover {
    text-decoration: none;
}

.secondary .action.viewcart:hover {
    text-decoration: none;
}

.secondary .action.viewcart span {
    color: red;
}

.block-minicart .subtotal {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.block-minicart .items-total {
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

.minicart-wrapper .minicart-widgets {
    display: none;
}


.secondary .action.viewcart span:hover {
    color: #000;
}

/*card-page*/

.secondary .action.viewcart span:hover {
    color: #000;
}

.checkout-cart-index .column.main {
    padding: 40px 0px;
}

.cart-summary {
    background-color: #F9F9F9;
    width: 30%;
}

.cart-summary strong.summary.title {
    color: #1B2437;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cart-summary div#cart-totals {
    border-color: #979797;
}

.cart-summary div#cart-totals th.mark {
    color: #8E8E93;
    font-size: 16px;
    font-family: 'Mulish',sans-serif !important;
}

.cart-summary div#cart-totals td.amount {
    color: #000000;
    font-size: 16px;
    font-family: 'Mulish',sans-serif !important;
}

.cart-summary div#cart-totals td,.cart-summary div#cart-totals th {
    padding: 15px 0px;
}

.cart-summary div#cart-totals tr.grand.totals th.mark {
    color: #1B2437;
    font-size: 20px;
    font-weight: 700;
}

.cart-summary div#cart-totals tr.grand.totals td.amount {
    color: #1B2437;
    font-size: 20px;
    font-weight: 700;
}

.page-main .cart-summary .block .title {
    border-color: #979797;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-main .cart-summary .block .title strong#block-discount-heading {
    color: #1B2437;
    font-size: 18px;
    font-weight: 500;
}

.page-main .cart-summary .checkout {
    background-color: #000000;
    border-color: #000000;
}

.page-main .cart-summary .checkout:hover {
    background-color: #fff;
    color: #000;
}

.page-main .cart-summary .block .title:after {
    top: 14px;
}

.cart-container form#form-validate {
    width: 70%;
    padding-right: 25px;
}

table#shopping-cart-table {
    border: 1px solid #979797;
}

table#shopping-cart-table th {
    float: none;
    color: #1B2437;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #979797;
    text-align: left;
    display: table-cell;
    width: auto !important;
}

table#shopping-cart-table td {
    border-color: #979797;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    width: auto !important;
    float: none;
}

table#shopping-cart-table td::before {
    display: none;
}

table#shopping-cart-table td .product-item-details {
    padding: 0px;
}

table#shopping-cart-table td .product-item-details a {
    color: #1B2437;
    font-size: 18px;
    font-weight: 600;
}

table#shopping-cart-table td span.price-excluding-tax span.price {
    color: #1B2437;
    font-size: 18px;
    font-weight: 500;
}

table#shopping-cart-table td .field.qty .qty-box {
    display: flex;
    align-items: center;
}

table#shopping-cart-table td .field.qty .qty-box button {
    background-color: #E8E8E8;
    border-radius: 6px;
    border: 0px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #8E8E93;
}

table#shopping-cart-table td .field.qty .qty-box input {
    margin: 0px;
    border: 0px;
    width: 40px;
}

table#shopping-cart-table tda .action-delete::before {
    color: red;
}

table#shopping-cart-table td .action-delete {
    position: static;
}

table#shopping-cart-table td .action-delete::before {
    color: red;
}

table#shopping-cart-table td:last-child {
    text-align: center;
}

table#shopping-cart-table td:last-child .actions-toolbar {
    padding: 0px;
    text-align: center;
}

.shopping_cart_text h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
}

.checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
    width: 100%;
}


table#shopping-cart-table {
    min-width: 600px;
    width: 100%;
}

.cart.table-wrapper {
    overflow: auto;
}

.cart-summary button.action.apply.primary {
    background: #000 !important;
    font-size: 17px;
    letter-spacing: .5px;
    font-weight: 600;
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    margin: 0 !important;
    padding: 15px 25px;
    color: #fff !important;
    box-shadow: none !important;
    transition: .3s all ease-in-out;
}

.cart-summary button.action.apply.primary:hover {
    background: none !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.minicart-wrapper .block-minicart li a.product-item-photo {
    display: block;
}

.minicart-wrapper .block-minicart li a.product-item-photo span.product-image-container {
    width: auto !important;
    max-width: 100px;
}

.minicart-items .product-item {
    padding: 10px 0px;
}

.minicart-items-wrapper {
    height: auto !important;
}

.minicart-items-wrapper .product-item-name a {
    font-size: 16px;
}
.checkout-index-index .nav-sections, .checkout-index-index .nav-toggle {
    display: block;
}

.checkout-index-index .nav-toggle::before {
    display: none;
}

.page-with-filter .message.info {
    top: 60px;
}
.checkout-index-index .minicart-items .product>.product-image-container .product-image-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}

.checkout-index-index .minicart-items .product>.product-image-container .product-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.checkout-index-index .checkout-shipping-address {
    border: 0.5px solid #979797;
}

.checkout-index-index .checkout-billing-address {
    border: 0.5px solid #979797;
    margin-top: 0px;
}

.checkout-index-index .checkout-shipping-method .step-content {
    border: 0.5px solid #979797;
    overflow: hidden;
}

.checkout-index-index .action.action-show-popup {
    margin-left: 20px;
}

.checkout-index-index .hoverable .step-content {
    border: 0.5px solid #979797;
    overflow: hidden;
}

.checkout-index-index .osc-place-order-wrapper button.action.primary.checkout {
    height: 54px;
}

.checkout-cart-index .cart.table-wrapper .product-item-name {
    margin: 0;
    margin-top: 6px;
}

.checkout-index-index .osc-authentication-wrapper .action-auth-toggle {
    text-decoration: none;
}

.checkout-index-index .osc-authentication-wrapper .action-auth-toggle span {
    text-decoration: none;
    color: #E6002E;
    transition: .3s all ease-in-out;
}

.checkout-index-index .osc-authentication-wrapper .action-auth-toggle:hover span {
    color: #000;
}


.checkout-index-index .create-account-block .create-account-checkbox,
.checkout-index-index .billing-address-same-as-shipping-block {
    display: flex;
    align-items: center;
}

.checkout-index-index input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-top: 0;
    accent-color: #000;
}

.checkout-index-index input[type="radio"] {
    accent-color: #000;
}

.checkout-index-index .payment-option-title .action-toggle span {
    color: #000;
}

.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    border-color: #000;
}

.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
    background: #000;
}

.page-main>.page-title-wrapper .page-title {
    margin: 35px 10px;
    margin-bottom: 10px;
}

.step-title {
    text-transform: capitalize;
}
.onestepcheckout-index-index .order-summary.hoverable {
    border: 0.5px solid #979797;
}

button.action-secondary.action-dismiss {
    display: inline-block;
    padding: 14px 28px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    transition: .3s all ease-in-out;
}

button.action-secondary.action-dismiss:hover {
    background: #000;
    color: #fff;
}

.action-primary.action-accept {
    display: inline-block;
    padding: 14px 28px;
    background: #000;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    transition: .3s all ease-in-out;
}

.action-primary.action-accept:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

/* My Account Page  */

.block-collapsible-nav-content {
    padding: 20px !important;
    background: #fff !important;
    border-radius: 7px;
    box-shadow: 0 3px 20px #00000029;
}

.block-collapsible-nav .item strong {
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Mulsih", sans-serif;
    color: #000000;
}

.block-collapsible-nav .item.current>strong {
    border-color: #000;
}

.block-collapsible-nav .item a {
    font-size: 17px;
    line-height: 1.2;
    color: #848484;
    font-family: 'Mulish',sans-serif;
}

.block-collapsible-nav .item .delimiter {
    border: none;
}

.customer-account-index .column.main {
    border-radius: 7px;
    margin: 0 !important;
    box-shadow: 0 3px 20px #00000029;
}

.customer-account-index .column.main .page-title-wrapper {
    border-bottom: 0.5px solid #00000029;
}

.customer-account-index .column.main .page-title {
    margin: 0;
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
}

.customer-account-index .column.main .block-dashboard-info {
    padding: 30px;
    margin-bottom: 20px;
}

.customer-account-index .column.main .block-dashboard-info .box-information .box-title span {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}

.customer-account-index .column.main .block-dashboard-info .box-information .box-content p,
.customer-account-index .column.main .block-dashboard-info .box-newsletter .box-content p {
    color: #8E8E93;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 1.8;
}

.customer-account-index .column.main .block-dashboard-info .box-information .box-actions .action {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    color: #E6002E;
    transition: .3s all ease-in-out;
}

.customer-account-index .column.main .block-dashboard-info .box-information .box-actions .action:hover {
    color: #000;
}

.customer-account-index .column.main .block-dashboard-info .box-newsletter .box-actions .action span {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
    color: #E6002E;
    transition: .3s all ease-in-out;
}

.customer-account-index .column.main .block-dashboard-info .box-newsletter .box-actions .action span:hover {
    color: #000;
}

.customer-account-index .column.main .block-dashboard-info .box-newsletter .box-actions .action:hover {
    text-decoration: none;
}

.customer-account-index .column.main .block-dashboard-info .box-information .box-actions .action:after {
    border-color: #E6002E;
}

.customer-account-index .column.main .block-dashboard-addresses .block-title {
    margin: 0 !important;
    padding: 0 30px;
    border-bottom: 0 !important;
}

.customer-account-index .column.main .block-dashboard-addresses .block-title strong {
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-family: "Mulish", sans-serif !important;
    color: #000 !important;
    font-weight: bold !important;
}

.customer-account-index .column.main .block-dashboard-addresses .block-title .action {
    text-decoration: none;
}

.customer-account-index .column.main .block-dashboard-addresses .block-title .action span {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Mulish", sans-serif;
    color: #E6002E;
    transition: .3s all ease-in-out;
}

.customer-account-index .column.main .block-dashboard-addresses .block-title .action span:hover {
    color: #000;
}

.customer-account-index .column.main .block-dashboard-addresses .block-content {
    padding: 0 30px;
}

.customer-account-index .column.main .block-dashboard-addresses .box-billing-address .box-title span,
.customer-account-index .column.main .block-dashboard-addresses .box-shipping-address .box-title span{
    color: #8E8E93;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}

.customer-account-index .column.main .block-dashboard-addresses .box-billing-address .box-content address,
.customer-account-index .column.main .block-dashboard-addresses .box-shipping-address .box-content address {
    color: #8E8E93;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}

.customer-account-index .column.main .block-dashboard-addresses .box-billing-address .box-actions .action,
.block-dashboard-addresses .box-billing-address .box-content address a,
.block-dashboard-addresses .box-shipping-address .box-content address a,
.customer-account-index .column.main .block-dashboard-addresses .box-shipping-address .box-actions .action {
    color: #E6002E;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.customer-account-index .column.main .block-dashboard-addresses .box-billing-address .box-actions .action:hover,
.block-dashboard-addresses .box-billing-address .box-content address a:hover,
.block-dashboard-addresses .box-shipping-address .box-content address a:hover,
.customer-account-index .column.main .block-dashboard-addresses .box-shipping-address .box-actions .action:hover {
    color: #000;
}

/* Update Buton */

.wishlist-index-index .product .product-item-details .product-item-pricing .details-qty .update-cart-item {
    background: #000;
    padding: 8px;
    font-size: 15px;
    border-radius: 0;
    border: 1px solid transparent;
    color: #fff;
    transition: .3s all ease-in-out;
}

.wishlist-index-index .product .product-item-details .product-item-pricing .details-qty .update-cart-item:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

/* My Wish List Page */

.wishlist-index-index .columns .column.main .wishlist-toolbar:nth-of-type(3){
    display: none;
}

.wishlist-index-index .wishlist-toolbar:nth-of-type(3){
    display: none;
}

.wishlist-index-index .wishlist-toolbar {
    margin-bottom: 0;
}

.wishlist-index-index .wishlist-toolbar .pages {
    margin-bottom: 0;
}

.wishlist-index-index .wishlist-toolbar .pages .pages-items .item.current .page {
    height: 34px;
    width: 34px;
    border-radius: 8px;
    background: #000;
}

.wishlist-index-index .wishlist-toolbar .pages .pages-items .item .page span {
    color: #000;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
}

.wishlist-index-index .wishlist-toolbar .pages .pages-items .item.current .page span {
    color: #fff;
}

.wishlist-index-index .wishlist-toolbar .pages .pages-items .item.pages-item-next .action {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none;
}

.wishlist-index-index .wishlist-toolbar .pages .pages-items .item.pages-item-next .action::before {
    color: transparent;
    background: url('../../images/right.png');
}

.wishlist-index-index .column.main .page-title-wrapper .page-title {
    margin: 0;
    font-size: inherit;
}

.wishlist-index-index .column.main .page-title-wrapper .page-title .base {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
}

.wishlist-index-index .product-items .product-item {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15) !important;
    margin: 5px !important;
    width: 23.5%;
    min-height: 345px;
}

.wishlist-index-index .product-items .product-item .product-item-info {
    margin: 0;
    padding: 15px;
    border: none;
    box-shadow: none;
    transition: .3s all ease-in-out;
}

.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner {
    height: unset;
    width: 100%;
    border: none;
    margin: unset;
    padding: unset;
    box-shadow: none;
    position: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 29%;
}

.wishlist-index-index .product-items .product-item .product-item-info .product-item-photo {
    margin-right: 0;
    display: flex;
    justify-content: center;
}

.wishlist-index-index .product-item-name .product-item-link {
    font-size: 18px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

.wishlist-index-index .product-item-inner .product-item-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: px;
    margin-top: 0 !important;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete {
    margin:0;
    height: 26px;
    width: 26px;
    border-radius: 3px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;   
    transition: .3s all ease-in-out;
  }

.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete:hover {
    opacity: 0.75;
}

.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete::before {
    color: #fff;
    font-size: 16px;
}
  
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart,
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
  
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset {
    margin: 7px 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions {
    margin-top: 0;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset .field {
    padding: 0;
    margin: 0 !important;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset .field .label {
    margin-bottom: 0;
}
  
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
    background: #000;
    padding: 8px 10px;
    border: 1px solid transparent;
    outline: none;
    border-radius: 4px;
    transition: .3s all ease-in-out;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

/* Edit Account Page CSS Start */

.customer-account-edit .page-title {
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.customer-account-edit .page-title .base {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Mulish", sans-serif;
}

.customer-account-edit .form-edit-account .fieldset {
    margin-bottom: 0;
}

.customer-account-edit .form-edit-account .fieldset .legend {
    border-bottom: none;
}

.customer-account-edit .form-edit-account .fieldset .legend span {
    font-size: 18px;
    margin: 0;
    font-family: "Mulish", sans-serif;
}

.customer-account-edit .form-edit-account .fieldset .field .label {
    font-size: 16px;
    font-weight: normal;
    color: #8E8E93;
    font-family: "Mulish", sans-serif;
}

.customer-account-edit .form-edit-account .fieldset .field .control input {
    border: none;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #8E8E93;
}

.customer-account-edit .form-edit-account .fieldset .field.choice {
    margin-bottom: 15px;
    height: 30px;
}

.customer-account-edit .form-edit-account .fieldset .field.choice .checkbox {
    height: 17px;
    width: 17px;
    border-radius: 0;
    margin: 0 !important;
    margin-right: 7px !important;
    accent-color: #E6002E;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary .action {
    padding: 10px 30px;
    background: #000;
    border: 1px solid transparent;
    border-radius: 0;
    transition: .3s all ease-in-out;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary .action:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/* Edit Account Page CSS End */

/* Change Password Page CSS Start */

.changepassword-account-index .page-title {
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.changepassword-account-index .page-title .base {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Mulish", sans-serif;
}

.changepassword-account-index .form-edit-account .fieldset {
    margin-bottom: 0;
}

.changepassword-account-index .form-edit-account .fieldset .legend {
    border-bottom: none;
}

.changepassword-account-index .form-edit-account .fieldset .legend span {
    font-size: 18px;
    margin: 0;
    font-family: "Mulish", sans-serif;
}

.changepassword-account-index .form-edit-account .fieldset .field .label {
    font-size: 16px;
    font-weight: normal;
    color: #8E8E93;
    font-family: "Mulish", sans-serif;
}

.changepassword-account-index .form-edit-account .fieldset .field .control input {
    border: none;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #8E8E93;
}

.changepassword-account-index .form-edit-account .actions-toolbar .primary .action {
    padding: 10px 30px;
    background: #000;
    border: 1px solid transparent;
    border-radius: 0;
    transition: .3s all ease-in-out;
}

.changepassword-account-index .form-edit-account .actions-toolbar .primary .action:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/* Change Password Page CSS End */

/* Purchase History Page CSS Start */

.sales-order-history .page-title {
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.sales-order-history .page-title span {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Mulish", sans-serif;
}

.sales-order-history .orders-history .table-order-items thead tr {
    background: #000;
    border: none;
}

.sales-order-history .orders-history .table-order-items thead tr .col {
    color: #fff;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    border-top: none !important;
}

.sales-order-history .orders-history .table-order-items tbody tr .col {
    font-size: 16px;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    border-top: none !important;
}

.sales-order-history .orders-history .table-order-items tbody tr .col.actions .action {
    color: #E6002E;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.sales-order-history .orders-history .table-order-items tbody tr .col.actions .action:hover {
    color: #000;
}

.sales-order-history .orders-history .table-order-items tbody tr .col.actions .action::after {
    border-color: #E6002E;
}

.limiter .limiter-options {
    background-color: #fff;
    border: 1px solid #8E8E93 !important;
    color: #8E8E93;
    border-radius: 0;
    box-shadow: unset;
}

.limiter .limiter-label,
.limiter .limiter-text {
    color: #8E8E93;
}

/* Purchase History Page CSS End */

/* Newsletter Page CSS Start */

.newsletter-manage-index .page-title {
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.newsletter-manage-index .page-title span {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Mulish", sans-serif;
}

.newsletter-manage-index .form-newsletter-manage .fieldset {
    margin-bottom: 0;
}

.newsletter-manage-index .form-newsletter-manage .fieldset .legend {
    border-bottom: none;
}

.newsletter-manage-index .form-newsletter-manage .fieldset .legend span {
    font-size: 18px;
    margin: 0;
    font-family: "Mulish", sans-serif;
}

.newsletter-manage-index .form-newsletter-manage .fieldset .field.choice {
    margin-bottom: 20px;
}

.newsletter-manage-index .form-newsletter-manage .fieldset .field.choice .checkbox {
    height: 17px;
    width: 17px;
    border-radius: 0;
    accent-color: #E6002E;
}

.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary .action {
    background: #000;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 30px;
    transition: .3s all ease-in-out;
}

.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary .action:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/* Newsletter Page CSS End */

/* Address Book Page CSS Start */

.customer-address-index .page-title {
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.customer-address-index .page-title .base {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Mulish", sans-serif;
}

.customer-address-index .box-address-billing .box-title span,
.customer-address-index .box-address-shipping .box-title span {
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    color: #8E8E93;
}

.customer-address-index .box-address-billing .box-content address,
.customer-address-index .box-address-shipping .box-content address {
    color: #8E8E93;
    font-weight: normal;
}

.customer-address-index .box-address-billing .box-content address a,
.customer-address-index .box-address-shipping .box-content address a{
    text-decoration: none;
    color: #E6002E;
    transition: .3s all ease-in-out;
}

.customer-address-index .box-address-billing .box-content address a:hover,
.customer-address-index .box-address-shipping .box-content address a:hover{
    color: #000;
}

.customer-address-index .box-address-billing .box-actions .action,
.customer-address-index .box-address-shipping .box-actions .action {
    text-decoration: none;
}

.customer-address-index .box-address-billing .box-actions .action span,
.customer-address-index .box-address-shipping .box-actions .action span {
    text-decoration: none;
    color: #E6002E;
    font-size: 16px;
    transition: .3s all ease-in-out;
}

.customer-address-index .box-address-billing .box-actions .action span:hover,
.customer-address-index .box-address-shipping .box-actions .action span:hover {
    color: #000;
}

.customer-address-index .block-addresses-list {
    margin-bottom: 0;
}

.customer-address-index .block-addresses-list .block-title {
    margin-bottom: 0 !important;
    border-color: #efefef !important;
}

.customer-address-index .block-addresses-list .block-content .additional-addresses {
    border-bottom: none;
}

.customer-address-index .block-addresses-list .block-content .additional-addresses .table thead tr .col {
    font-weight: bold;
    font-family: "Mulish", sans-serif;
}

.customer-address-index .block-addresses-list .block-content .additional-addresses .table tbody tr .col {
    color: #8E8E93;
    border-color: #efefef;
}

.customer-address-index .block-addresses-list .block-content .additional-addresses .table tbody tr .col.actions a {
    color: #E6002E;
    text-decoration: none;
    display: block;
    transition: .3s all ease-in-out;
}

.customer-address-index .block-addresses-list .block-content .additional-addresses .table tbody tr .col.actions a:hover {
    color: #000;
}

.customer-address-index .block-addresses-list .block-content .additional-addresses .table tbody tr .col.actions a::after {
    display: none;
}

.customer-address-index .block-addresses-list .block-content .customer-addresses-toolbar {
    margin-bottom: 0;
}

.customer-address-index .actions-toolbar {
    position: relative;
    bottom: 35px;
}

.customer-address-index .actions-toolbar .primary .action.primary {
    font-size: 16px;
    background: #000;
    padding: 14px 20px;
    border-radius: 0;
    border: 1px solid transparent;
    transition: .3s all ease-in-out;
}

.customer-address-index .actions-toolbar .primary .action.primary:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/* Address Book Page CSS End */

/* Edit Address Page CSS Start */

.customer-address-form .page-title {
    margin-right: 0 !important;
    margin-bottom: 30px;
}

.customer-address-form .page-title .base {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-family: "Mulish", sans-serif;
}

.customer-address-form .form-address-edit .fieldset .legend {
    margin-bottom: 20px;
    padding-bottom: 0 !important;
    border-bottom: none;
}

.customer-address-form .form-address-edit .fieldset .legend span {
    font-size: 20px;
    font-family: "Mulish", sans-serif;
}

.customer-address-form .form-address-edit .field .label {
    font-size: 16px;
    font-weight: normal;
    font-family: "Mulish",sans-serif;
}

.customer-address-form .form-address-edit .control input {
    border: none;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #C6C6C6;
}

.customer-address-form .form-address-edit .control .required-entry {
    border: none;
    padding: 0;
    border-bottom: 1px solid #C6C6C6;
}

.customer-address-form .form-address-edit .actions-toolbar .primary .action.save {
    background: #000;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 30px;
    transition: .3s all ease-in-out;
}

.customer-address-form .form-address-edit .actions-toolbar .primary .action.save:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.fieldset .control {
    position: relative;
}

/* Edit Address Page CSS End */

.page-main {
    max-width: 1366px !important;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto !important;
}

.section-item-content.nav-sections-item-content .navigation, .header.content, .page-header .header.panel {
    max-width: 1366px;
    width: 100%;
}

.wishlist-index-index .products-grid .product-items {
    margin: 0px -5px;
}

.wishlist-index-index .wishlist-toolbar .pager {
    display: flex;
    justify-content: space-between;
}

.wishlist-index-index .wishlist-toolbar .pager .pages {
    position: static;
    text-align: left;
}

.wishlist-index-index .wishlist-toolbar .pager .limiter {
    white-space: nowrap;
}

.wishlist-index-index .wishlist-toolbar .pager .pages a.page {
    text-align: center;
}

.wishlist-index-index .wishlist-toolbar .pages .pages-items .item.current .page {
    text-align: center;
}


.mycourses-account-index .column.main {
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 7px;
    padding: 30px;
}

.mycourses-account-index h1.page-title {
    margin: 0px 0px 30px !important;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

.mycourses-account-index .column.main .orders-history .my-cources-box {
    display: flex;
    border: 1px solid #979797;
    margin-bottom: 20px;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .content {
    padding: 15px 30px;
    max-width: calc(100% - 225px);
    width: 100%;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .product-image {
    max-width: 225px;
    width: 100%;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .content span.name {
    color: #1B2437;
    font-size: 18px;
    font-weight: 600;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .content p.description {
    color: #8E8E93;
    font-size: 12px;
    line-height: 16px;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .content h4.date {
    color: #434343;
    font-size: 11px;
    font-weight: 700;
    margin: 15px 0px 10px;
}

.mycourses-account-index .column.main .orders-history .my-cources-box .content span.price {
    font-size: 23px;
    color: #1B2437;
    font-weight: 700;
}

.order-actions-toolbar .action {
    color: red;
}

.block-order-details-view .box-content a {
    color: red;
}

.toolbar-products .modes .mode-grid.active::before {
    content: '' !important;
    background-image: url(../../images/red-grid-icon.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.toolbar-products .modes .mode-grid::before {
    content: '' !important;
    background-image: url(../../images/grid-view.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

.toolbar-products .modes .mode-list::before {
    content: '' !important;
    background-image: url(../../images/list.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 0px center;
}

.toolbar-products .modes .mode-list.active::before {
    content: '' !important;
    background-image: url(../../images/list-view.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

/* Contact Us Page CSS Start*/

.contact-index-index .page-main .page-title-wrapper {
    display: none;
}

.contact-index-index .contact-form-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FAFAFB;
}

.contact-index-index .contact-form-box .left-image {
    max-width: 452px;
    width: 100%;
    background: #fff;
}

.contact-index-index .contact-form-box .left-image .image-detail_content .responsive-image .image-box {
    position: relative;
}

.contact-index-index .contact-form-box .left-image .image-detail_content .responsive-image .image-box .content-box {
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    width: 100%;
}

.contact-index-index .contact-form-box .left-image .image-detail_content .responsive-image .image-box .content-box h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
}

.contact-index-index .contact-form-box .left-image .image-detail_content .responsive-image .image-box .content-box strong {
    font-size: 18px;
    display: inline-block;
    line-height: 1.3;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-index-index .contact-form-box .left-image .image-detail_content .responsive-image .image-box .content-box span {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Segoe UI", sans-serif;
    opacity: 0.6;
}

.contact-index-index .contact-form-box .form.contact {
    min-width: unset !important;
    max-width: 475px;
    width: 100%;
    padding: 40px 50px;
}

.contact-index-index .contact-form-box .form.contact .fieldset .legend {
    border-bottom: none;
    padding: 0;
    margin-bottom: 16px;
}

.contact-index-index .contact-form-box .form.contact .fieldset .legend span {
    font-size: 24px;
    color: #000;
    letter-spacing: 0.38px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field.note {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Mulish", sans-serif;
    color: #8E8E93;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field .label {
    font-size: 18px;
    line-height: 1.3;
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field .control input {
    border: none;
    background: transparent;
    padding: revert;
    border-bottom: 1px solid #C6C6C6;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field .control select {
    border: none;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #C6C6C6;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field.telephone > div {
    display: flex;
    width: 100%;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field.telephone > div .control:last-child {
    width: 100%;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field.telephone > div .control select {
    border: none;
    min-width: 60px;
    background-color: transparent;
    border-bottom: 1px solid #C6C6C6;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field.telephone > div .control .input-text {
    background: transparent;
}

.contact-index-index .contact-form-box .form.contact .fieldset .field.comment .control textarea {
    padding: revert;
    border: none;
    background: transparent;
    border-bottom: 1px solid #C6C6C6;
}

.contact-index-index .contact-form-box .form.contact .actions-toolbar .primary .action.submit {
    background: #000;
    min-width: 160px;
    width: 100%;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 20px;
    line-height: 1.25;
    font-weight: normal;
    height: 52px;
    transition: .3s all linear;
}

.contact-index-index .contact-form-box .form.contact .actions-toolbar .primary .action.submit:hover {
    background: #E6002E;
}

.contact-index-index .contact-form-box .office-detail {
    max-width: 369px;
    width: 100%;
    padding: 40px 70px 40px 0;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content h3 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    letter-spacing: 0.38px;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-family: "Segoe UI", sans-serif;
    margin: 16px 0 25px 0;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive {
    max-width: 369px;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive table thead th,
.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive table tbody td {
    padding: 0;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive table thead th {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px !important;
    font-family: "Segoe UI", sans-serif;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive table tbody tr td {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    font-family: "Segoe UI", sans-serif;
    padding: 10px 0 !important;
    opacity: 0.89;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive table tbody tr td a {
    text-decoration : none;
    color: #E6002E;
    transition: .3s all ease-in-out;
}

.contact-index-index .contact-form-box .office-detail .office-detail_content .responsive table tbody tr td a:hover {
    color: #000;
}

/* Contact Us Page CSS End */

/* Order Success Page CSS */

.checkout-onepage-success .page-title-wrapper {
    display: none;
}

.checkout-onepage-success .confirm_order {
   max-width: 400px;
   width: 100%;
   text-align: center;
   margin: 100px auto 200px auto;
}

.checkout-onepage-success .confirm_order img {
    width: 233px;
    height: 202px;
    object-fit: contain;
}

.checkout-onepage-success .confirm_order h3 {
    font-size: 36px;
    line-height: 1.25;
    font-family: "Mulish",sans-serif;
    letter-spacing: 0.58px;
    color: #77D36F;
}

.checkout-onepage-success .confirm_order .checkout-success p {
    color: #8E8E93;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.29px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
}

.checkout-onepage-success .confirm_order .checkout-success p a {
    text-decoration: none;
}

.checkout-onepage-success .confirm_order .checkout-success p a strong {
    color: #000;
}

.checkout-onepage-success .confirm_order .actions-toolbar {
    display: flex;
    justify-content: center;
}

.checkout-onepage-success .confirm_order .actions-toolbar .primary .action.primary {
    min-width: 183px;
    width: 100%;
    margin-top: 46px;
    background: #000;
    border-radius: 0;
    border: none;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: normal;
    padding: 0;
    transition: .3s all linear;
}

.checkout-onepage-success .confirm_order .actions-toolbar .primary .action.primary:hover {
    background: #E6002E;
}

.page-products .sidebar.sidebar-main {
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 0px;
}

.page-products .filter .block-subtitle {
    font-size: 18px;
    color: #1B2437;
}

.page-products .filter-options-item .filter-options-title {
    padding: 12px 10px;
}

/* Order Success Page CSS End */

/* FAQ Page CSS Start */

.easyfaq-index-index .faq_image_banner {
    position: relative;
    height: 207px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.easyfaq-index-index .image_faq_banner {
    position: absolute;
    height: 207px;
    max-width: 1366px;
    width: 100%;
}

.easyfaq-index-index .image_faq_banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.easyfaq-index-index .page-title-wrapper {
    display: none;
}

.easyfaq-index-index .sidebar {
    position: relative;
    margin-top: 38px;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.easyfaq-index-index .sidebar .faq-category-container {
    position: relative !important;
    padding-top: 60px;
}

.easyfaq-index-index .sidebar .faq-category-container::before {
    content: "FAQs";
    position: absolute;
    top: 0px;
    font-size: 40px;
    line-height: 1.25;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}

.easyfaq-index-index .sidebar .faq-category-container.fixed-top {
    left: 0 !important;
    top: 0 !important;
}

.easyfaq-index-index .sidebar .faq-category-container .faq-category-list .faq-category-item,
.easyfaq-index-index .sidebar .faq-category-container .faq-category-list .faq-category-item.selected {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-family: "Segoe UI", sans-serif;
    font-weight: normal;
    opacity: 0.6;
    transition: .3s all ease;
}

.easyfaq-index-index .sidebar .faq-category-container .faq-category-list .faq-category-item:hover {
    transform: translateX(10px);
}

.easyfaq-index-index .sidebar .faq-category-container .faq-category-list .faq-category-item.selected {
    font-weight: bold;
    opacity: 1;
}

.easyfaq-index-index .faq_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.easyfaq-index-index .faq_content p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI', Regular;
    color: #000;
    margin: 0;
}

.easyfaq-index-index .faq_content h2 {
    font-size: 40px;
    line-height: 1.25;
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    margin: 5px 0;
}

.easyfaq-index-index .faq-grid {
    min-height: auto;
    margin-top: 38px;
    margin-bottom: 50px;
    padding: 40px 50px;
    background: #FAFAFB;
}

.easyfaq-index-index .faq-grid .faq-item {
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #DDD8D8;
}

.easyfaq-index-index .faq-grid .faq-item::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #202020;
    max-width: 137px;
    width: 100%;
}

.easyfaq-index-index .faq-grid .faq-item-question {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    transition: .3s all ease;
    padding-right: 40px;
}

.easyfaq-index-index .faq-grid .faq-item-question::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    background: url(../../images/plus_icon.svg);
    background-size: 25px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.easyfaq-index-index .faq-grid .faq-item-question.expanse::before {
    background: url(../../images/minus_icon.svg);
}

.easyfaq-index-index .faq-grid .faq-item-answer {
    position: relative;
    font-size: 13px;
    color: #000;
    padding-top: 10px;
    opacity: 0.6;
}

/* FAQ Page CSS End */

.pl-thm-singsys .faq-container {
    padding: 20px;
}

.pl-thm-singsys .faq-container .faq-no-data em {
    font-weight: bold;
    font-style: unset;
    font-size: 26px;
}

.go_back_div {
    margin-top: 15px;
}


/*instructor-page*/



#instructor-data-table .go_back_div {
    background-color: #000;
    padding: 20px 30px 40px;
    position: relative;
}

/*.instructor-index-list main#maincontent {
    padding: 0px;
}*/

#instructor-data-table .go_back_div a.action.back {
    color: #fff;
}

#instructor-data-table .go_back_div a.action.back::before {
    filter: contrast(0) brightness(100);
}

#instructor-data-table .go_back_div h3 {
    margin: 30px 0px 5px;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
}

#instructor-data-table .go_back_div p {
    color: #FFFFFF;
    font-size: 16px;
    max-width: 650px;
    font-weight: 300;
}

.instructor-listbox {
    display: flex;
    margin: 0px -15px;
    padding: 25px 0px;
    flex-wrap: wrap;
}

.instructor-listbox .instrutor-box {
    box-shadow: 0px 3px 12px #00000029;
    padding: 30px;
    border-radius: 16px;
    margin: 15px;
    width: 30%;
}

.instructor-listbox .instrutor-box .instructor-image {
    float: none;
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

.instructor-listbox .instrutor-box .instructor-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

h3.instructor-name {
    color: #000000;
    font-size: 22px;
    font-weight: 800;
    margin: 15px 0px 5px;
}

p.instructor-designation {
    font-size: 14px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.instructor-box-detail {
    text-decoration: none !important;
}

.instructor-listbox .instrutor-box .instructor-top-content {
    display: flex;
    justify-content: space-between;
}

.instructor-listbox .instrutor-box .social-link {
    margin-top: 10px;
    white-space: nowrap;
}

.instructor-listbox .instrutor-box .social-link a {
    font-size: 0px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 23px; 
    margin-left: 6px;
}

.instructor-listbox .instrutor-box .social-link a.action.view {
    display: none;
}

.instructor-listbox .instrutor-box .social-link a.linkedin {
    background-image: url(../../images/linkedin.svg);
}

.instructor-listbox .instrutor-box .social-link a.facebook {
    background-image: url(../../images/facebook.svg);
}

.instructor-listbox .instrutor-box .social-link a.instragram {
    background-image: url(../../images/instagram.svg);
}

.instructor-content {
    border-top: 1px solid rgba(112, 112, 112, .44);
}

.instructor-content p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.instructor-view-box .profile-box {
    display: flex;
}

.instructor-profile {
    box-shadow: 0px 3px 20px rgb(0 0 0 / 15%);
    padding: 30px;
    margin: 20px 0px;
}

.instructor-profile .instructor-progile {
    width: 167px;
    height: 167px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}


.instructor-profile .instructor-progile img {
    width: 161px;
    height: 161px;
    border-radius: 50%;
    object-fit: cover;
}

.instructor-profile .instructor-detail {
    width: calc(100% - 197px);
}

.instructor-profile .instructor-detail h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}

.instructor-profile .instructor-detail h4 {
    color: rgba(94, 94, 94, 1);
    font-size: 15px;
    font-weight: 600;
    margin: 3px 0px 10px;
}

.instructor-profile .instructor-detail .address-box {
    display: flex;
}

.instructor-profile .instructor-detail .address-box p,
.instructor-profile .instructor-detail .address-box a {
    color: rgba(170, 170, 170, 1);
    font-size: 13px;
    font-weight: 600;
    margin: 0px;
    padding-left: 30px;
    position: relative;
    margin-left: 10px;
}
.instructor-profile .instructor-detail .address-box p.mobile-no {
    display: none;
}


.instructor-profile .instructor-detail .address-box p.email {
    margin-left: 0px;
}

.instructor-profile .instructor-detail .address-box a.email {
    margin-left: 0px;
}

.instructor-profile .instructor-detail .social-icon-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.instructor-profile .instructor-detail .social-icon-box span.social-icon {
    color: rgba(170, 170, 170, 1);
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.instructor-profile .instructor-detail .social-icon-box a {
    font-size: 0px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 23px;
    margin-right: 10px;
}

.instructor-profile .instructor-detail .social-icon-box a.linkedin {
    background-image: url(../../images/linkedin.svg);
}

.instructor-profile .instructor-detail .social-icon-box a.facebook {
    background-image: url(../../images/facebook.svg);
}

.instructor-profile .instructor-detail .social-icon-box a.instragram {
    background-image: url(../../images/instagram.svg);
}

.instructor-profile .about-me-box {
    margin-top: 30px;
}

.instructor-profile .about-me-box span {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
}

.instructor-profile .about-me-box p {
    color: rgba(142, 142, 147, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.instructor-profile .bottom-box {
    display: flex;
    margin-top: 10px;
}

.instructor-profile .bottom-box>div {
    color: rgba(142, 142, 147, 1);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 50%;
}

.instructor-profile .bottom-box div span {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.instructor-view-box .my-cources {
    box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    padding: 30px;
    border-radius: 7px;
}

.instructor-view-box .my-cources>h3 {
    margin: 0px 0px 30px;
    color: rgba(0, 0, 0, 1);
    font-size: 23px;
    font-weight: 700;
}

.instructor-view-box .my-cources .product-box {
    border: 1px solid rgba(151, 151, 151, 1);
    display: flex;
    margin-bottom: 20px;
}

.instructor-view-box .my-cources .product-box .product-image {
    width: 225px;
    height: 100%;
    margin-right: 25px;
}

.instructor-view-box .my-cources .product-box .product-image a {
    display: block;
}

.instructor-view-box .my-cources .product-box .product-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-view-box .my-cources .product-box .product-image + div {
    width: calc(100% - 250px);
    padding: 15px 0px;
}

.instructor-view-box .my-cources .product-box h3 {
    margin: 0px;
}

.instructor-view-box .my-cources .product-box h3 a {
    text-decoration: none;
    color: rgba(27, 36, 55, 1);
    font-size: 18px;
    font-weight: 600;
}

.instructor-view-box .my-cources .product-box p.sku {
    color: rgba(67, 67, 67, 1);
    font-size: 11px;
    font-weight: 600;
}

.instructor-view-box .my-cources .product-box p.price {
    color: rgba(27, 36, 55, 1);
    font-size: 23px;
    font-weight: 700;
    margin: 0px;
}

.instructor-index-list .pager {
    display: flex;
    justify-content: space-between;
}

.instructor-index-list .limiter {
    text-align: right;
}

.instructor-profile .instructor-detail .address-box .email::before {
    content: '';
    position: absolute;
    background-image: url(../../images/email.svg);
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    top: 0px;
}

.instructor-profile .instructor-detail .address-box a::before {
    content: '';
    position: absolute;
    background-image: url(../../images/telephone.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    top: 0px;
}

.instructor-profile .instructor-detail .address-box p.email {
    margin-left: 0px;
}

.instructor-profile .instructor-detail .address-box p.mobile-no {
    display: none;
}

.instructor-profile .instructor-detail .address-box p.address::before {
    content: '';
    position: absolute;
    background-image: url(../../images/location.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    top: 0px;
}

.instructor-view-box .my-cources .message.notice {
    margin: 15px 0px 0px;
}

.review-fieldset .review-field-ratings .control {
    position: unset;
}

form#review-form .submit {
    border: 3px solid #000000;
    background-color: transparent;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    min-width: 160px;
}

form#review-form .submit:hover {
    background-color: #000;
    color: #fff;
}

form#review-form .review-legend strong {
    color: #000;
}

ul.instructor-list {
    padding: 0px;
    list-style-type: none;
    margin: 15px 0px;
}

ul.instructor-list li {
    display: flex;
    align-items: center;
}

ul.instructor-list li>span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

ul.instructor-list li span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

ul.instructor-list li p {
    margin: 0px 0px 0px 10px;
}

ul.instructor-list li p span {
    display: inline-block;
    color: #8E8E93;
    font-size: 16px;
}

ul.instructor-list li p a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.products .product-item .stock {
    display: none;
}

.action.primary, .action-primary {
    background-color: #000;
    border-color: #000;
}

.action.primary:hover, .action-primary:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.action.primary, 
.action-primary {
    background-color: #000;
    border-color: #000;
}

.action.primary:hover, 
.action-primary:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}


/*.product-reservation-form .class-session-item.table .item-cell.input input[type=radio][type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 2px;
    left: -10px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0;
}*/

.product-reservation-form .class-session-item.table .item-cell.input input[type=radio][type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0;
}

.product-reservation-form .class-session-item.table .item-cell {
    padding-left: 10px;
}

 .product-reservation-form .class-session-item.table .item-cell.input input {
    margin-top: 4px;
/*    height: 0px;
    position: relative;
    width: 0;*/
    margin-right: 0px;
 }

.popup-reservation-registration footer.modal-footer button {
    padding: 10px 15px;
    background-color: #000 !important;
    color: #fff;
    border-color: #000;
    margin: 5px;
    font-size: 14px;
}

.popup-reservation-registration footer.modal-footer button:hover {
    background-color: #fff !important;
    color: #000;
}

div#co-place-order-area {
    padding-left: 0px !important;
}

div#co-place-order-area .osc-place-order-wrapper {
    padding-left: 0px;
}

div#co-place-order-area {
    padding-left: 0px !important;
}

div#co-place-order-area .osc-place-order-wrapper {
    padding-left: 0px;
}

.opc-block-summary .table-totals tbody .mark, 
.opc-block-summary .table-totals tfoot .mark {
    color: #8E8E93;
    font-size: 20px;
}

.opc-block-summary .table-totals .grand .mark strong {
    color: #1B2437;
}

.opc-block-summary .table-totals .grand .mark {
    border-top: 1px solid #979797;
}

.opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #979797;
    color: #1B2437;
}

.opc-block-summary .table-totals tbody .amount, 
.opc-block-summary .table-totals tfoot .amount {
    color: #000000;
    font-size: 20px;
    width: 190px;
}

#checkout-review-table thead th:first-child {
    text-align: left;
}

#checkout-review-table thead th {
    color: #1B2437;
    font-size: 18px;
}

.qty-wrapper .qty-wrap .input-text.update {
    width: 35px;
    height: 35px;
    border: 1px solid #707070;
    color: #000000;
    font-size: 18px;
}

.minicart-items .product-item-name {
    color: #000000;
    font-size: 18px !important;
}

.order-summary .opc-block-summary .product-item .subtotal {
    color: #8E8E93;
}

.order-summary .opc-block-summary .product-item .subtotal span.price {
    font-size: 18px;
}

.osc-payment-after-methods #discount-form {
    display: block;
}

.osc-payment-after-methods #discount-form input {
    border: 0px;
    border-bottom: 1px solid #979797;
    color: #8E8E93;
    font-size: 12px;
    padding: 0px;
}

.osc-payment-after-methods #discount-form input::placeholder {
    color: #8E8E93;
}

.osc-payment-after-methods #discount-form .primary {
    text-align: right;
}

.osc-payment-after-methods #discount-form .primary button {
    padding: 0px 15px;
    height: 50px;
    border-radius: 0px;
    min-width: 190px;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Mulish',sans-serif !important;
    margin-top: 15px;
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-bottom: 0px;
}

.checkout-payment-method .payment-option._collapsible .payment-option-title span {
    color: #000000;
    font-size: 16px;
}

.page-products .products.list ol.products.list .product-item p.product_short_description {
    margin-bottom: 20px;
}

.account.page-layout-2columns-left .column.main {
    padding-bottom: 20px;
    margin-bottom: 50px !important;
}

.customer-address-index .block-addresses-default {
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 7px;
    padding: 20px;
}

.customer-address-index .block-addresses-default .block-title {
    border: 0px !important;
    padding-bottom: 0px !important;
}

.customer-address-index .block-addresses-list {
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 20px;
}

.customer-address-index .block-addresses-list .block-title {
    border: 0px !important;
    margin-bottom: 20px !important;
}

.customer-address-index  .actions-toolbar {
    bottom: 0px;
}

.customer-address-index .block-addresses-list .block-title strong {
    color: #000000;
    font-weight: 700 !important;
    font-size: 23px !important;
}

.customer-address-index .block-addresses-default .block-title strong {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #000;
}

.action.primary:focus, 
.action-primary:focus, 
.action.primary:active, 
.action-primary:active {
    border-color: #000;
    background-color: #000;
    color: #fff;
}


.class_manager-customer-info h1.page-title {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
}

.block-class_manager-info table a {
    color: #000;
    text-decoration: none;
}

.block-class_manager-info table td {
    font-size: 16px;
    color: #000;
}

.block-class_manager-info .block-title strong {
    color: #000;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.block-class_manager-info .block-title {
    border: 0px !important;
}

.block-class_manager-info table th {
    color: #000;
}

.navigation .level0>.level-top {
    color: #8E8E93;
    font-size: 16px;
    font-weight: 400;
}

.osc-payment-after-methods {
    padding-bottom: 20px;
}

.customer-account-forgotpassword .form.password.forget a.action.back {
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin: 0px 0px 0px 30px;
    width: auto;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar {
    align-items: center;
    width: 100%;
    display: flex;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary {
    margin: 0px;
}

.header.panel>.header.links>.customer-welcome+.authorization-link {
    display: none;
}

.products-grid.wishlist .product-item .box-tocart .stock {
    margin: 0px;
}
.account .block.block-reviews-dashboard {
    padding: 0px 30px;
}

.account .block.block-reviews-dashboard .block-title {
    font-size: 13px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    color: #000;
    display: flex;
    align-items: center;
}

.account .block.block-reviews-dashboard .block-title strong {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.account .block.block-reviews-dashboard .product-name a {
    color: #000;
    text-decoration: none;
}
.cart.table-wrapper .actions-toolbar a {
    color: #000;
    text-decoration: none;
}
.cart.table-wrapper .towishlist{
    display: none;
}

.cart.table-wrapper .actions-toolbar a span {
    font-size: 0px;
}
.cart.table-wrapper .actions-toolbar a {
    display: inline-block;
    margin: 0px;
}

.cart.table-wrapper .actions-toolbar  .action-edit {
    position: unset;
    display: none;
}

.opc-block-summary .table-totals tbody th, 
.opc-block-summary .table-totals tbody td {
    padding: 10px !important;
    font-size: 20px !important;
}

.column.main .opc-block-summary .product-item td {
    border-bottom: 0px !important;
}

#minicart-content-wrapper #mini-cart li.product-item .product-item-details div.product.options span {
    font-size: 14px;
    color: #000;
}

.catalog-product-view .product-info-main .short_description {
    color: #8E8E93;
    font-size: 16px;
}

.product-info-main .product-add-form .field.qty {
    margin-bottom: 30px;
}

.customer-account-forgotpassword .form.password.forget a.action.back {
    display: block;
    margin-left: 10px;
    margin-top: 0px;
    color: #000;
    font-size: 18px;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar {
    display: flex;
    align-items: center;
}

#minicart-content-wrapper #mini-cart li.product-item .product-item-details div.product.options dd, 
#minicart-content-wrapper #mini-cart li.product-item .product-item-details div.product.options dt {
    color: #000;
}

.minicart-items .update-cart-item {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset p.available.stock {
    display: none;
}

.cart.table-wrapper .actions-toolbar a {
    color: #000;
    text-decoration: none;
}

table#shopping-cart-table td.subtotal .price-including-tax {
    color: #8E8E93;
    font-size: 20px;
    font-weight: 400;
}

table#shopping-cart-table td.subtotal .price-including-tax .price {
    font-weight: 400;
}

table#shopping-cart-table td span.price-including-tax {
    color: #1B2437;
}

table#shopping-cart-table td span.price-including-tax span.price {
    font-weight: 600;
}

.page-products .products.list ol.products.list .product-item .product-image-photo {
    object-fit: contain;
    background-color: #f8f8f8;
}


.products .product-item .product-item-info .wishlisted::before {
    background-image: url(../../images/heart_icon.svg) !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.products .product-item .product-item-info .towishlist::before{
    content: '';
    background-image: url(../../images/heart_icon1.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.products .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .towishlist {
    display: none;
}

.loader img {
    width: 60px;
}

.customer-account-create .custom-terms input[type="checkbox"] {
    top: 5px;
}

.customer-account-create .confirmation {
    position: relative;
}

.customer-account-create .confirmation .field.choice {
    position: absolute;
    right: 0px;
    top: 34px;
}

.product-reservation-form .class-session-item.table .item-cell.input {
    /*width: 0px;*/
    padding: 0px;
}

.product-reservation-form ul.items li {
    padding-left: 10px;
}

.instructor-profile .instructor-progile p {
    font-size: 0px;
    background-image: url(../../images/user.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0px;
}

ul.instructor-list li span p{
    font-size: 0px;
    background-image: url(../../images/user1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0px;
}

.instructor-listbox .instrutor-box .instructor-image p:first-child {
    font-size: 0px;
    background-image: url(../../images/user1.png);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 50%;
    margin: 0px;
}

.pr-loader__wrapper .loading-mask .loader > img {
    max-width: 150px;
    width:100%;
    height:150px;
    position:static
}

.navigation li.level0 .submenu.active {
    display: block !important;
}

.instructor-content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div#checkout-step-payment {
    padding-top: 18px !important;
}

div#checkout-step-payment fieldset.fieldset {
    margin: 0px;
}

div#checkout-step-payment .payment-method-title {
    padding-bottom: 0px;
    padding-top: 0px;
}
.product-add-form >form {
    display: flex;
    flex-direction: column-reverse;
}

.product-add-form .field.qty {
    margin-top: 20px;
}
.drp-calendar.left {
    border-right: 2px solid #00000045;
}
/*new*/

.Registration-table table.table-box th {
    color: #000000;
    font-size: 16px;
    width: 20%;
}
.Registration-table table.table-box th span {
    color: #E6002E;
}

.Registration-table table.table-box td input {
    border: 1px solid #C7C7C7;
    /* color: #B4B3B3; */
    color: #000;
    padding: 10px;
    font-weight: 400;
    outline: none;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}


.Registration-table table.table-box td {
    padding: 15px 20px 10px 0px;
    vertical-align: top;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.Registration-form .checkbox-content {
    /* border-top: 1px solid #C6C6C6; */
    padding-top: 20px;
}

.Registration-form .checkbox-content .form-check {
    padding-bottom: 10px;
}

.form-check label.form-check-label {
    color: #060606;
    font-size: 13px;
    padding-left: 25px;
    padding-bottom: 8px;
    position: relative;
}

.form-check label.form-check-label a {
    color: #E6002E;
    font-weight: 500;
    text-transform: capitalize;
}

.form-check label.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-check label.form-check-label span.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #C6C6C6;
}
.Registration-form .checkbox-content .table-form-btn .btn.submit-btn {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.Registration-form .checkbox-content .table-form-btn .btn {
    width: 160px;
    height: 44px;
    border-radius: 6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.Registration-form .checkbox-content .table-form-btn {
    margin-top: 25px;
}

.Registration-form .checkbox-content .table-form-btn .btn.cancel-btn {
    background-color: transparent;
    border: 1px solid #707070;
    color: #707070;
}

.Registration-table table.table-box td {
    padding: 15px 20px 10px 0px;
    vertical-align: top;
}

.pull-right {
    float: right;
}

/* ############################################################ */
Registration-table table.table-box td .date-box {
    position: relative;
}
.Registration-table table.table-box td .date-box::after {
    content: '';
    position: absolute;
    background-image: url(https://php8.singsys.net/fujifilm-ewarranty/public/bower_components/assets/images/celendar.svg);
    width: 18px;
    height: 18px;
    right: 14px;
    top: 12px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-color: #fff;
}


.Registration-table table.table-box td input {
    border: 1px solid #C7C7C7;
    /*color: #B4B3B3;*/
    color: #000;
    padding: 10px;
    font-weight: 400;
    outline: none;
    width: 100%;
    height: unset;
    box-shadow: none;
}

.Registration-table table.table-box td input::placeholder {
    color: #C6C6C6;
}

.Registration-table table.table-box td .selectbox-td {
    position: relative;
}

.Registration-table table.table-box td .selectbox-td select {
    background-color: #fff;
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #C7C7C7;
    /*color: #B4B3B3;*/
    color: #000;
    font-size: 13px;
    /* padding: 10px !important; */
    outline: none;
}

span.select2.select2-container.select2-container--default {
    width: 100%;
    height: 47px;
}


.select-box .select2-container .select2-selection--single {
    height: 43px;
}
.select-box .select2-container--default .select2-selection--single {
    border: 1px solid #C7C7C7;
    border-radius: 0px;
}

.select-box .select2-container .select2-selection--single .select2-selection__rendered {
    align-items: center;
    display: flex;
    height: 100%;
    color: #000;
}

.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}



.Registration-form .checkbox-content input[type="checkbox"] {
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius:0px;
    border: 1px solid #C6C6C6;
}

.field.choice label.label a {
    color: #E6002E;
    font-weight: 600;
    text-transform: capitalize;
}

/* ######################################### */
@import url('https://fonts.googleapis.com/css2?family=Truculenta:opsz,wght@12..72,100;12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&display=swap');

.Registration-form {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 50px;
}

.Registration-table table.table-box td .date-box {
    position: relative;
}
.Registration-table table.table-box td .date-box::after {
    content: '';
    position: absolute;
    background-image: url(https://php8.singsys.net/fujifilm-ewarranty/public/bower_components/assets/images/celendar.svg);
    width: 18px;
    height: 18px;
    right: 14px;
    top: 12px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-color: #fff;
}


.Registration-table table.table-box td input {
    border: 1px solid #C7C7C7;
    color: #B4B3B3;
    color: #000;
    padding: 10px;
    font-weight: 400;
    outline: none;
    width: 100%;
    height: unset;
    box-shadow: none;
}

.Registration-table table.table-box td input::placeholder {
    color: #C6C6C6;
}

.Registration-table table.table-box td .selectbox-td {
    position: relative;
}

.Registration-table table.table-box td .selectbox-td select {
    background-color: #fff;
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #C7C7C7;
    color: #B4B3B3;
    color: #000;
    font-size: 13px;
    /* padding: 10px !important; */
    outline: none;
}

span.select2.select2-container.select2-container--default {
    width: 100%;
    height: 47px;
}


.select-box .select2-container .select2-selection--single {
    height: 43px;
}
.select-box .select2-container--default .select2-selection--single {
    border: 1px solid #C7C7C7;
    border-radius: 0px;
}

.select-box .select2-container .select2-selection--single .select2-selection__rendered {
    align-items: center;
    display: flex;
    height: 100%;
    color: #000;
}

.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}



.Registration-form .checkbox-content input[type="checkbox"] {
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius:0px;
    border: 1px solid #C6C6C6;
}

.field.choice label.label a {
    color: #E6002E;
    font-weight: 600;
    text-transform: capitalize;
}

a#back-btn {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.table-form-btn {
    display: flex;
    align-items: center;
}

.Registration-form .checkbox-content .table-form-btn .btn.submit-btn:hover {
    background-color: transparent;
    color: #707070;
    border: 1px solid #000000;
}

.Warranty-note-box h4 {
    font-size: 27px;
    font-family: 'Truculenta', sans-serif;
    margin-bottom: 15px;
    color: #060606;
}

.Warranty-note-box p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.Warranty-note-box p b {
    color: #060606;
}
.h5, h5 {
    font-size: 18px;
}

.add-list-padding .servicing-or-repaier ul {
    padding: 0px 20px;
}
.Warranty-note-box ul li {
    color: #353535;
    font-size: 16px;
    margin-bottom: 5px;
    /* list-style-type: none; */
    font-weight: 400;
}
.note span {
    color: #060606;
    font-weight: 600;
}

.footer {
    background-color: #FDFDFD;
    padding: 35px 0px 0px;
}

.container {
     max-width: 1200px;
     padding-left: 15px;
     padding-right: 15px;
     margin-right: auto;
     margin-left: auto;
    }
    

    /* ################################### */

    table.confirm_ewarranty_view th {
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0px;
        color: black;
        border-bottom: 2px solid;
    }
    
    table.confirm_ewarranty_view td {
        font-size: 15px;
    }
    
    table.confirm_ewarranty_view button.btn {
        background-color: transparent;
        border-radius: 50%;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #646464;
        padding: 10px 10px;
        font-size: 14px;
    }
    
    table.confirm_ewarranty_view tbody {
        border-bottom: 2px solid black;
    }
    
    .order-products-toolbar.toolbar.bottom {
        margin-top: 20px;
    }
    
    .pager .pages ul.items.pages-items strong.page {
        background-color: #007bff;
        border-radius: 0px;
    }
    
    h1.page-title span.base {
        font-size: 24px;
        color: #E6002E;
        font-weight: 600;
        font-family: 'Truculenta', sans-serif;
    }

    h2.cofirm_ewarranty_heading {
            font-size: 20px;
            font-weight: 700;
            color: #E6002E;
        }
    

        .Registration-form .checkbox-content .table-form-btn .btn.cancel-btn {
            background-color: transparent;
            border: 1px solid #707070;
            color: #707070;
            justify-content: center;
            display: flex;
            align-items: center;
            list-style-type: none;
            text-decoration: none;

        }
        .Registration-form .checkbox-content .table-form-btn .btn.cancel-btn:hover{

            background-color: black;
            color: white;
        }
        
        
    .Registration-table.table-responsive table.myTable {
        border-bottom: 2px solid;
    }
    
    .Registration-table.table-responsive table.myTable thead {
        border-bottom: 2px solid;
    }


    .osc-place-order-wrapper button.action.primary.checkout {
        padding: 12px 31px;
        margin: 0;
        border: none;
        font-size: 24px;
        font-weight: bold;
        width: 53%;
        height: 60px;
        border-radius: 0px !important;
    }
    
    
    
    #shipping .step-content,
    #billing .step-content {
      padding-top: 35px;
      padding-bottom: 25px;
    }
    
    #shipping .step-content,
    #billing .step-content {
      padding-top: 35px;
      padding-bottom: 50px;
    }
    
    .create-account-block .create-account-checkbox,
    .checkout-index-index .billing-address-same-as-shipping-block {
      display: flex;
      align-items: center;
      margin-left: 20px;
    }
    
    .wrapper .step-title {
      border-radius: 0;
    }
    
    .checkout-index-index .checkout-shipping-address {
      border: 0;
    }
    checkout-index-index .checkout-billing-address {
      border: 0;
      margin-top: 0px;
    }
    
    @media (min-width: 991px), print {
      .hoverable.only-colspan {
        width: 48%;
        margin-left: 15px;
      }
    }
    
    .row-mp {
      width: 97%;
      margin: 0 auto;
    }
    
    .payment-option-inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    
    .osc-payment-after-methods #discount-form .primary button {
      padding: 0px 15px;
      height: 50px;
      border-radius: 0px;
      min-width: 190px;
      font-size: 18px;
      color: #ffffff;
      font-family: "Mulish", sans-serif !important;
      margin-top: 15px;
      margin-left: 10px;
      padding: 0px 25px;
      height: px;
      border-radius: 0px !important;
      min-width: 190px;
      font-size: 18px;
      color: #ffffff;
      font-family: "Mulish", sans-serif !important;
      margin-top: 25px;
    }
    
    .action.action-apply,
    .action.action-cancel,
    input[type="text"],
    input[type="password"],
    input[type="url"],
    input[type="tel"],
    input[type="search"],
    input[type="number"],
    input[type*="date"],
    input[type="email"],
    select {
      height: 36px;
      width: 95%;
    }
    
    .select.select[name="billing_address_id"] {
      margin-left: 10px;
      margin-right: 10px;
    }
    
    .opc-block-summary .items-in-cart > .title {
      border-bottom: 1px solid #ccc;
      padding: 10px 40px 10px 15px;
      cursor: pointer;
      display: block;
      text-decoration: none;
      margin-bottom: 0;
      position: relative;
    }
    
    .opc-block-summary .items-in-cart > .title:after {
      position: absolute;
      right: 17px;
      top: 10px;
    }
    
    .minicart-items .product-item-name {
      padding-top: 0;
    }
    
    .checkout-payment-method .step-title,
    #shipping .step-title,
    #opc-shipping_method .step-title,
    .order-summary .step-title {
      border-bottom: 0;
      padding-bottom: 10px;
    }
    
    .checkout-payment-method .step-title {
      border-bottom: 0px;
      margin-bottom: 0px;
    }
    
    .opc-wrapper .step-title {
      margin-bottom: 0px!important;
    }
    
    .checkout-payment-method .step-title {
      border-bottom: 0;
      margin-bottom: 0;
    }
    
    .col-mp.hoverable,
    .address-information .hoverable,
    .osc-addition-content-wrapper,
    .order-summary.hoverable,
    #checkoutSteps .row-mp > .hoverable {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    .opc-block-summary .block.items-in-cart {
      margin-bottom: 0 !important;
      padding: 10px;
    }
    
    
    
    .modal-inner-wrap,
    header.modal-header,
    .modal-content,
    .opc-wrapper .step-title {
      border-radius: 0;
    }
    
    #co-shipping-method-form,
    #co-payment-form {
      padding: 29px 5px 30px 5px;
    }
    
    .opc-block-summary .table-totals tbody .mark,
    .opc-block-summary .table-totals tfoot .mark {
      color: #8e8e93;
      font-size: 20px;
      text-align: end;
    }
    
    .opc-block-summary .items-in-cart > .title {
      padding: 10px 40px 10px 15px;
      cursor: pointer;
      display: block;
      text-decoration: none;
      margin-bottom: 25px;
      position: relative;
    }
    
    .minicart-items {
      margin: 0;
      padding: 0;
      list-style: none none;

      border: 0.5px solid #ccc;
    }
    
    
    .order-summary .opc-block-summary table.data.table.table-totals {
      /* border-bottom: unset; */
     border-bottom: 0.5px solid #Cccc !important;
      margin: 0 10px 10px 10px;
      border: 0.5px solid #ccc;
      margin-bottom: 50px;
      border-bottom: 0.5px solid #ccc;
    }
    
    table {
      width: 97.7%;
      border-collapse: collapse;
      border-spacing: 0;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 0;
    }
    
    
    
    .opc-block-summary .block.items-in-cart {
      margin-bottom: 0 !important;
      padding: 10px 10px 0 10px;
    }


    .table-responsive {
        overflow-x: auto;
    }
    
    .Registration-table table.table-box th {
        white-space: nowrap;
        padding-left: 0;
    }
    
    
    .table-responsive {
        overflow-x: auto;
    }
    
    .Registration-table table.table-box th {
        white-space: nowrap;
        padding-left: 0;
    }
    
    /* .header.panel>.header.links>li.authorization-link {
        display: none;
        }
     */
    @media only screen and (max-width: 768px) {
        .modal-popup.modal-slide .modal-inner-wrap[class] {
            background: #ffffff;
        }
    
        .modal-popup.modal-slide {
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    
    @media only screen and (max-width: 576px) {
        .header.panel>.header.links {
            position: relative;
            padding: 0 10px;
        }
    
        .header.panel>.header.links span.logged-in {
            font-size: 12px;
        }
    
        .header.panel>.header.links>li.customer-welcome {
            position: absolute;
            right: 0;
            margin-left: 0;
        }
    
        .customer-welcome .action.switch {
            padding: 0;
        }
        
        .osc-place-order-wrapper button.action.primary.checkout {
            width: 100%;
            font-size: 18px;
        }
        
            .checkout-payment-method .payment-method-title {
            padding: 20px 20px 0 !important;
        }
    
        .checkout-payment-method .payment-option-content .form-discount .actions-toolbar { 
            width: 100%
        }
    
        .osc-payment-after-methods #discount-form .primary button {
            margin-right: 10px;
            margin-left: auto;
        }

        .ewarranty-customer-index .dataTables_wrapper {
            overflow-x: auto;
        }
        
        .ewarranty-customer-index .dataTables_wrapper .confirm_ewarranty_view th {
            white-space: nowrap;
        }
    }
#checkout-step-payment .payment-option-inner.field {
    padding-left: 20px;
}
