
button.cky-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.cky-btn:hover, button.cky-btn:focus {
    background: #000000 !important;
    color: #ffffff !important;
}
div.magepow-gdpr-cookie-notice {
    display: none !important;
}

body.cookie-message .page-wrapper {
 	padding-bottom: 0;
}


.customer-account-create .form-create-account .create .field.recieve--offer, .form-create-account .create .field.privacy__policy_consent { 
    display: flex; 
    align-items: center; 
    gap: 6px; 
    padding-top: 10px; 
   position: relative;
}
 
.customer-account-create .form-create-account .create .field.recieve--offer input, .form-create-account .create .field.privacy__policy_consent input { 
    margin-top: -4px; 
}
.customer-account-create .acct-create-new .social-login-authentication-channel.account-social-login {
    margin-right: 15px;
}
 
.checkout-index-index .custom-checkbox-consent .custom-checkbox-consent2, .custom-checkbox-consent .custom-checkbox-consent1 {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-bottom: 15px;
    position: relative;
}
.checkout-index-index .custom-checkbox-consent .custom-checkbox-consent1 .cs__custom-checkbox-consent1-required {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: red;
}
.customer-account-create .form-create-account:after {
    margin-top: 50px;
   display:block !important;
}

.customer-account-create .form-create-account .create .field.privacy__policy_consent #privacy_policy_consent-error {
      position: absolute;
      bottom: -25px;
}

/*Customer Style*/
.sales-order-view.account .table-wrapper .action {
    width: auto;
    height: 35px;
    margin-bottom: 1rem;
    padding: 7px 35px;
}
.sales-order-view.account .modal-popup .modal-title {
    margin-top: 2rem;
}
.sales-order-view.account #product-collection-container .search-container {
    display: flex;
    justify-content: space-between;
}
.sales-order-view.account #product-collection-container .search-container #search-input {
    width: calc(100% - 260px);
}
.sales-order-view.account #product-collection-container .search-container .action-primary,
.sales-order-view.account #product-collection-container .search-container .action-secondary {
    width: auto;
    height: 35px;
    margin-bottom: 1rem;
    padding: 7px 25px;
}
.sales-order-view.account .modal-popup .modal-content table .qty-input {
    width: 40px;
    text-align: center;
}
.sales-order-view.account .modal-popup .modal-content table tr>*:first-child {
    width: 48%;
}
.sales-order-view.account .modal-popup .modal-content table .action-primary {
    width: 140px;
    height: 35px;
    margin-bottom: 1rem;
    padding: 7px 25px;
}
.sales-order-view.account .modal-popup .modal-footer .action-secondary {
    width: auto;
    height: 35px;
    padding: 7px 25px;
}
.sales-order-view.account .modal-popup .modal-footer .action-secondary span {
    line-height: inherit;
    font-size: inherit;
}
.sales-order-view.account .modal-popup .pagination-container {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sales-order-view.account .modal-popup .pagination-container .action-secondary {
    width: auto;
    height: 35px;
    padding: 7px 25px;
}
.lac-notification-sticky ~ .page-wrapper .befsign-customer-menu {
    top: 115px;
}
.sales-order-view.account .modal-popup .pagination-container {
    position: fixed;
    left: 30px;
    bottom: 30px;
}


/*new theme Style JD*/
.cs__img_cation_wrapper {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}
.cs__img_cation_wrapper .cs__image_caption {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.cs__img_cation_wrapper .cs__image_caption .img_text {
    color: #FFF;
    text-align: left;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.96px;
    max-width: 85%;
    margin-bottom: 15px;
}
.cs__img_cation_wrapper .cs__image_caption .img_text_button {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;

}
.magicslider .slick-dots {
    max-width: 600px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /*margin-left: 300px;*/
}
.magicslider .slick-dots li {
    margin: 0 !important;
}
.magicslider .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
    background: none;
    border: solid 1px #fed700;
}
.magicslider .slick-dots li.slick-active button, 
.magicslider .slick-dots li:hover button {
    background: #fed700 !important;
}
.magicslider.slick-dotted.slick-slider {
    margin: 0;
}
.School_Essentials_section {
    background: #F3F3F3;
    padding: 65px 0 50px;
}
.School_Essentials_section .group-title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    border: none;
    color: #000000;
}
.School_Essentials_section .group-title a {
    color: #000000;
}
.se__Wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 18px;
}
.se__Wrap .se__Wrap__Box {
    width: calc(33.3333% - 12px);
}
.se__Wrap__Box .se__Box__Img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.se__Wrap__Box .se__Box__Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition: all 0.5s ease;
}
.se__Wrap__Box .se__Box__Txt {
    display: flex;
    padding-top: 10px;
}
.se__Wrap__Box .se__Box__Txt h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 0;
    transition: all 0.5s ease;
}
.se__Wrap__Box:hover .se__Box__Txt h4 {
    color: #fdbe11;
}
.se__Wrap__Box:hover .se__Box__Img img {
    transform: scale(1.1);
}
.fes__Section .magictabs .item.activated .title:before, 
.fes__Section .magictabs .item.activated .title:after,
.magictabs .item.activated .title:before, 
.magictabs .item.activated .title:after {
    display: none;
}
.fes__Section .magictabs .item .title,
.magictabs .item .title {
    color: #000;
    font-size: 26px;
    font-weight: 600 !important;
    line-height: normal;
    padding-bottom: 14px;
}
.fes__Section .magictabs .item .title:hover,
.magictabs .item .title:hover {
    color: #fdbe11 !important;
}
.fes__Section .magicproduct .magictabs {
    border-bottom: 0.5px solid #000000;
}
.sections-page-bottom .home-bottom-banner-1.nd_video__Section {
    margin-top: 0;
}
.NewBrand__Section .group-title,
.brands-header-hp.group-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #000000;
}
.cms-brands .brands-header-hp.group-title {
    flex-direction: column;
    align-items: self-start;
}
.NewBrand__Section .brands-header-hp h2,
.brands-header-hp h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
.brands-header-hp h2 span:after {
    display: none;
}
.NewBrand__Section .brands-header-hp .brand-all-btn,
.brands-header-hp .brand-all-btn {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.cs__header_section .nav-newsections {
    background: #ffffff;
}
.cs__header_section .header-search .block-search .block-content {
    padding-top: 16px;
}
.cs__header_section .search-area.header-search {
    margin-right: 210px;
    width: 350px;
}
.cs__header_section .header-search .form-search {
    border: none !important;
    background-color: #F3F3F3;
    font-style: normal;
}
.cs__header_section .header-menu .main-menu-bar {
    margin-bottom: 12px;
}
.cs__header_section .header-menu .cdz-menu.cdz-horizontal-menu {
    border-top: 0.5px solid #797979;
    padding-top: 5px;
}
.cs__header_section .header .form-search .catalogsearch input.input-text::-webkit-input-placeholder {
   color: #797979;
   opacity: 1;
   font-style: normal;
}
.cs__header_section .header .form-search .catalogsearch input.input-text::-moz-placeholder {
   color: #797979;
   opacity: 1;
   font-style: normal;
}
.cs__header_section .header .form-search .catalogsearch input.input-text:-ms-input-placeholder {
   color: #797979;
   opacity: 1;
   font-style: normal;
}
.cs__header_section .header .form-search .catalogsearch input.input-text:-moz-placeholder {
   color: #797979;
   opacity: 1;
   font-style: normal;
}
.forMob {
    display: none;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-actions a.btn-remove {
    margin-bottom: -20px;
}
.sharecart-index-mysavecart input.action.primary {
    background-image: none;
    background: #fed700;
    border: 1px solid #efecec;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
     font-size: 15px;
    font-weight: bold;
    line-height: 45px;
}
.is_logged_in .customer {
    padding-top: 0;
}

@media (min-width: 1200px) {
    .customer-account-forgotpassword .form.password.forget .field.email .control {
        width: 310px;
    }
}
@media (min-width: 991px) {
    .cs__header_section .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 16.34px;
        letter-spacing: 0;
        color: #000000;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu li.level0.open > a.menu-link {
        background: #fed700 !important;
    }
    .cs__header_section .cdz-horizontal-menu li.level0 > .groupmenu-drop {
        background: #fed700;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu .cat-tree.groupmenu-drop li a {
        color: #000000;
        position: relative;
        transition: all 0.5s ease;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu .cat-tree.groupmenu-drop li a:hover {
        color: #000000 !important;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu .cat-tree.groupmenu-drop li a:before {
        width: 0;
        height: 1px;
        left: 0;
        bottom: -3px;
        content: '';
        position: absolute;
        background: #000;
        transition: all 0.5s ease;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu .cat-tree.groupmenu-drop li a:hover:before {
        width: 100%;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu li.item.level0.cs__menu_seperator {
        display: flex;
        align-items: center;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu li.item.level0.cs__menu_seperator:before {
        content: '';
        width: 1px;
        height: 20px;
        background: #000000;
        margin-right: 6px;
    }
    .cs__header_section .cdz-horizontal-menu .groupmenu {
        margin: 0;
        display: flex;
        justify-content: space-around;
        padding-bottom: 17px;
    }
    .cs__header_section .cdz-horizontal-menu li.level0 > .groupmenu-drop {
        width: 100%;
        left: 0 !important;
    }
}