@charset "UTF-8";
/*
Theme Name: memotheme
Author: https://www.memotheme.com/
Version: 1
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box
}

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

::selection {
    color: #fff;
    background: #0274be;
}

body {
    background: #fff;
    color: #333;
    font-family: "DINNextLTArabic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
    background: #f0f6ff;
}

a {
    color: #1565c0;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
   
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

svg {
    vertical-align: middle;
}
figure,
header,
footer {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DINNextLTArabic',Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 ;
    padding: .5em 0 0;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}


.site {
    position: relative;
    word-wrap: break-word;
}


.gallery:before,
.gallery:after,
.clear:before,
.comment_container:before,
.clear:after,
.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.gallery:after,
.comment_container:after,
.comment-list .comment:after,
.clear:after {
    clear: both;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.wp-element-button {
    font-size: 18px;
    background-color: #1761b7;
    color: #fff;
    font-weight: 700;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtjustify {
    text-align: justify;
}

.svg-xs {
    width: 1em;
}

.ml-1 {
    margin-left: 10px
}

.svg-color {
    color: #f1c50e
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}

.flex-area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*--------------------------------------------------------------
4.0 header
--------------------------------------------------------------*/

.topbar{
    padding: 7px 10px;
    background: #eaf3ff;
}
.topbar-wrapp{
    display: flex;
    flex-wrap: wrap;
}
.site-header {
    position: relative;
    border: 2px solid #e7e7e7;
}
.menubar {
    background: #fff;
    padding: 6px 0;
}
.menubar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 7px;
}
.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    background-color: #fff;
}

.site-header.fixed .logo-link {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



.site-header.fixed .logo-link img {
    max-width: 60%;
}

.site-header.fixed .nav-bar {
    margin-top: 0
}

.site-header .wrapper {
    padding: 0;
}


.button-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.button-group a {
    margin-right: 14px;
}
.site-header .wrapper {
    padding: 0;
}

.top-bar {
    color: #ffffff;
    background-color: #3241ac;
}


.logo-link,
.widget-card .img-link {
    display: inline-block;
    height: 100%;
}

.sub-menu,
.scrollUp {
    display: none;
}
.menu-offers{
    color: #1565c0 !important;
    border-radius: 16px;
}
.search-toggle{
    background: transparent;
    outline: none;
    border: 0;
}
.menu-toggle {
    background: transparent;
    padding: 7px 0;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    width: 40px;
}

.menu-items.toggled-on,
.menu-items .sub-menu.toggled-on,
.search-wrap.toggled-on {
    display: block;
}


.menu-items li {
    position: relative;
}

.menu-items>li {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.menu-items>li:last-child {
    border-bottom: 0;
}

.menu-items a {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 14px;
}
.menu-items li:hover>a {
    color: #ffffff;
    background: #145eb3;
}


.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle {
    background: 0 0;
    display: block;
    left: 0;
    padding: 9px;
    position: absolute;
    top: 0;
    background: #eaf3ff;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.menu-items .sub-menu {
    padding-right: 20px;
}

.search-wrap {
    display: none;
}
.topmenu-items {
    list-style: none;
    display: none;
}

.topmenu-items li{
    display: inline-block;
}

.topmenu-items li a{
    margin-left: 7px;
    border-left: 1px solid #b6bfc9;
    padding-left: 19px;
    display: inline-block;
    font-size: 13px;
}
.book-now span.cont {
    display: none;
}
.book-now a {
    margin-right: 15px;
    border-right: 1px solid #b6bfc9;
    padding-right: 15px;
    display: inline-block;
}
.topmenu-items li:last-child a{
    border-left: 0;
}
.book-now a:first-child {
    border-right: 0;
}
.search-input {
    width: 319px;
    border-radius: 12px;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 60px;
    box-shadow: 0px 4px 8px #eaf3ff1a;
    background: #fff;
    /* margin: auto; */
}

.search-submit {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: transparent;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
}

.search-wrap.acive {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);
    justify-content: center;
    align-items: center;
}
/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

.site-footer {
    overflow: hidden;
}
.footer-top{background: #ffffff;padding: 37px 0;border-top: 2px solid #e7e7e7;}
.footer-logo p:first-child {
    background: #fff;
    display: inline-block;
}
.menu-cart-toggle{
    position: relative;
}
.menu-cart-toggle[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -2px;
    right: -2px;
    border-radius: 100%;
    color: #fff;
    background-color: #1565c0;
    text-align: center;
    font-size: 10px;
}
.footer-contact {
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 22.85px;
}
.price_slider_wrapper {
    padding: 17px;
    background: #fff;
}
.contact-block {
    width: 100%;
    text-align: right;
    margin: 13px 0;
}

.footer-bottom {
    background-color: #19191a;
    color: #E5E7EB;
    padding: 60px 0;
}
.footer-bottom a:hover{
    color: #eaf3ff
}
.footer-bottom a{
    color: inherit;
}
.update-cart{
    display: none;
}
.widgets-div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.widgets-div .icon-div {
    margin-left: 15px;
    width: 80px;
    height: 80px;
    background: #d5e1f0;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
}

.widgets-div .text-div {
    display: inline-block;
    margin-left: 10px;
    line-height: 2;
    text-align: right;
}

.widgets-div .text-div span {
    color: #19191A;
}

.widgets-div .text-div span+span {
    color: #4C4D4E;
}

.site-footer .block {
    margin: 15px 0;
}
.loading{
    position: relative;
    opacity: 0.1;
}
.loading:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0px auto;
    background: rgb(229 231 235 / 45%);

}
.loading:before {
    content: " ";
    position: absolute;
    left: 45%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgb(225 225 225);
    border-radius: 100%;
    z-index: 99;
 }
 
 @-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
 }
 @-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
 }
 @-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
 }
 @keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
 }

.subtitle {
    font-family: 'DINNextLTArabic',Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 22px
}
.footer-logo{
    margin-bottom: 10px;
    width: 95%;
}

.bold {
    font-family: 'DINNextLTArabic',Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}


.site-footer .about p {
    text-align: justify;
}

.social-follow {text-align: right;}

.social-follow li {
    margin: 0px 4px;
}

.social-share .facebook {
    background-color: #2f55a4;
}

.social-share .twitter {
    background-color: #1E90FF;
}

.social-share .youtube {
    background-color: #ff0000;
}

.site-copyright {
    padding: 15px;
    background: #eaf3ff;
    font-weight: 800;
}

.site-copyright p {
    margin-bottom: 10px;
}


.scrollUp {
    position: fixed;
    bottom: 6px;
    z-index: 9999;
    text-align: center;
    z-index: 9999;
}


.scrollUp {
    background-color: #1565c0;
    left: 8px;
    width: 45px;
    height: 45px;
    line-height: 39px;
    border-radius: 50%;
    bottom: 56px;
    box-shadow: 12px 12px 20px 0 rgba(1,96,231,.3);
}


.scrollUp.toggled-on {
    display: block;
}



.txt-center {
    text-align: center;
}

.txt-center ul li {
    list-style: none
}

.ms-whats-button, .ms-call-button {
    display: flex;
    position: fixed;
    bottom: 0.3em;
    right: 6px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 46px;
    text-align: center;
    border-radius: 12px;
    background-color: #1761b7;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    border: 3px solid #fff;
}

.ms-whats-txt, .ms-call-txt {
    padding: 0px 8px 0px 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #00e676;
    color: #fff;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 6px;
}

.ms-call-txt {
    background: #fff;
    color: #000;
    background: #1662ba;
    color: #fff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff;
}

.ms-call-button.active .ms-call-txt, .ms-whats-button.active .ms-whats-txt, .ms-call-button:hover .ms-call-txt, .ms-whats-button:hover .ms-whats-txt {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

span.ms-whats-txt {
    padding: 0 15px 0 25px;
    padding: 0 21px;
    background: #fff;
    color: #000000;
    border: 3px solid #16a085;
    margin-left: 5px;
    margin-right: -17px;
}

.ms-whats-button {
    left: 0;
    right: auto;
}
span.ms-whats-icon {
      display: inline-block;
    position: relative;
    width: 46px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #c3c3c3
    }

    100% {
        box-shadow: 0 0 0 30px transparent
    }
}

.ModalTrigger,
.scrollUp,
.ms-whats-txt,
.ms-call-button .ms-call-txt {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
    background: #fff;
}

.modal-header {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.modal-content {
    position: relative;
    z-index: 22;
    width: 88%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 11px;
    margin: 0 auto;
    padding: 17px 10px 10px 10px;
    background-color: #fff;
}

.date {
    margin-left: 15px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.modal-content label {
    color: #232323;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-close {
    position: absolute;
    top: 0;
    left: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #fcce06;
    font-weight: bold;
}

.form-title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 28px;
}

.modal-wrap.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.overhidden {
    overflow-y: hidden;
}

label {
    font-weight: 800;
    line-height: 2.4;
    margin-right: 10px;
    color: #4C4D4E;
}


.memo-sort {
    width: 150px;
}
select {
    font-size: 15px;
    min-height: 30px;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 16px 8px 3px;
    font-weight: 700;
    margin-left: 19px;
    min-width: 250px;
}
.page-numbers {
    list-style: none;
}

.page-numbers li {
    display: inline-block;
}

nav.woocommerce-pagination {
    text-align: left;
    margin-bottom: 50px;
}
.page-numbers a,.page-numbers span {
    font-size: 21px;
    font-weight: 700;
    margin: 0 5px;
    background: #ffffff;
    color: #323232;
    padding: 8px 15px;
    border: 1px solid #c3c4c6;
}

.page-numbers a:hover,
    .page-numbers .current {
    color: #ffffff;
    background: #1565c0;
}
.page-numbers .prev,.page-numbers .next {
    width: 40px;
    height: 40px;
    line-height: 21px;
    background: #7f8082;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
}
.page-numbers .next{
    background: #1565c0;
}

.b-right{
    border-right: 2px solid #e5e7eb;
}
.section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.side-widget{
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    margin-top: 30px;
    overflow: hidden;
}
.side-widget ul{
    list-style: none;
}
.side-widget ul li{
    padding: 4px 15px;
    font-weight: 700;
    position: relative;
    background: #ffffff;
}
.side-widget ul li:nth-child(odd) {
    background: #ffffff;
}
.side-widget ul li:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f14a";
    position: absolute;
    color: #94a8c4;
    left: 15px;
    font-size: 20px;
    top: 0;
}
.side-widget .subtitle {
    position: relative;
    padding: 0 16px;
    border-bottom: 1px solid #E5E7EB;
    margin: 0;
}
.side-widget ul li.current-cat:after{
    color: #eaf3ff;
}
.side-widget ul li.chosen,
.side-widget ul li:hover,
.side-widget ul li.current-cat{
    background: #1565c0;
    color: #eaf3ff;
}
.side-widget ul li.chosen:after{
    color: #eaf3ff;
}
.side-widget ul li a{
    color: inherit;
    display: block;
}
.side-widget ul li .count{
    display: none;
}
.side-widget .subtitle{
    background-size: 16px 16px;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
}
.mb-b-30 {
    margin-bottom: 30px;
}
a.woocommerce-remove-coupon {
    display: none;
}
.archive-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 17px;
}


.archive-title h1 {
    display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals{
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
}
#customer_login {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 50px;
}
#customer_login .col-1 {
    width: 46%;
    flex: 0 0 46%;
    max-width: 46%;
    border: 1px solid #aeb6c1;
    border-radius: 15px;
    padding: 16px 24px;
    background: #fff;
}

#customer_login .col-2 {
  width: 46%;
  flex: 0 0 46%;
  max-width: 46%;
  border: 1px solid #aeb6c1;
  border-radius: 15px;
  padding: 16px 24px;
  background: #fff;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.woocommerce-button.button.woocommerce-form-login__submit {
    border: 1px solid #1565c0;
    border-radius: 8px;
    display: block;
    font-weight: bolder;
    background-color: #1565c0;
    color: #fff;
    padding: 9px 15px;
    font-size: 18px;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
}


section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.u-column1.col-1.woocommerce-Address,.u-column2.col-2.woocommerce-Address {
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
}



.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coupon-code{
    width: 100%;
    border-radius: 12px;
    padding: 0 10px;
    line-height: 1;
    outline: none;
    height: 40px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}
.apply-coupon{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: #1565c0;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 15px;
    z-index: 2;
    border-radius: 10px 0 0 8px;
    font-size: 18px;
}
.coupon {
    position: relative;
}
.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.pad-48{
padding-top: 20px ;
padding-bottom: 20px ;
}
ul.flex-direction-nav {
    position: absolute;
    top: 36%;
    z-index: 99999;
    width: 100%;
    left: 0;
    list-style: none;
}



.woocommerce-product-gallery ol li,
.woocommerce-product-gallery__image{
       border: 1px solid #E5E7EB;
       border-radius: 12px;
       margin: 8px 5px;
       background: #ffffff;
}
.woocommerce-product-gallery ol {
    list-style: none;
}
.woocommerce-product-gallery ol li{
    display: inline-block;
    cursor: pointer;
}
.woocommerce-product-gallery ol li:hover{
 border-color: #1565c0;
}
.woocommerce-product-gallery {
  display: grid;
  gap: 10px;
  position: relative;
  }
  @media only screen and (max-width: 35.999em) {
    .woocommerce-product-gallery {
      gap: 6px;
      width: 95%;
      } 
  }
  .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 17%;
    gap: 1rem;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain; 
   }
   @media screen and (max-width: 47.999em) {
      .woocommerce-product-gallery .flex-control-thumbs {
        grid-auto-columns: 22.5%;
        gap: 9px;
       } 
   }
   .woocommerce-product-gallery .flex-control-thumbs li {
      float: none !important;
      width: 100% !important;
      display: grid; 
   }
   .woocommerce-product-gallery .flex-control-thumbs li img {
        inline-size: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px; 
    }
    .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          border: 5px solid #f2f2f2; 
    }
    @media screen and (max-width: 47.999em) {
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
              border: 2px solid #f2f2f2; } 
        }
  .woocommerce-product-gallery .flex-control-nav {
    -ms-scroll-snap-type: inline mandatory;
        scroll-snap-type: inline mandatory;
    scroll-padding-inline: 10px; 
   }
   .woocommerce-product-gallery .flex-control-nav > * {
      scroll-snap-align: start; 
   }

::-webkit-scrollbar {
    width: 20px
}

::-webkit-scrollbar-track {
    border: 1px solid #c8d7e1
}

::-webkit-scrollbar-thumb {
    background: #1565c0;
    border: 3px solid #fff;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)
}
.products .product {
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid  #e5e7eb;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.products .product:hover{
     color: #1565c0;
     background: #fff;
     border: 1px solid #1565c0;
     box-shadow: 0px 6px 24px #eaf3ff33;
}
.arrow-btns{
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
}
.slider .arrow-btns{
    top: 45%
}
.flex-next,.flex-prev,
.banner-next,.banner-prev{
    background: #1565c0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -12px;
    line-height: 51px;
    font-size: 0;
    text-align: center;
}
.flex-next,.flex-prev{
    background: #fff;
    color: #1565c0;
    border: 1px solid #1565c0
}
.banner-next,
.flex-next{
     right: 0px;
}
.woocommerce-shipping-methods{
    list-style: none;
}
.woocommerce-shipping-totals th{
    font-weight: 400;
    text-align: right;
    padding: 6px 15px;
}
address {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 16px 10px 16px 40px;
    background: #fff;
}
.woocommerce-address-fields .button,
.woocommerce-MyAccount-content .button,
.woocommerce-Addresses .button{
    background: #1565c0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 18px;
    margin: 0 10px
}
a.flex-next::after,a.flex-prev::before,
.banner-next:after,.banner-prev:after{
    content: " ";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(311deg);
    position: relative;
    top: 0;
    right: 1px;
}
a.flex-next::after,a.flex-prev::before{
    border-color: #1565c0;
}
a.flex-prev::before,
.banner-prev:after{
    transform: rotate(137deg);
    right: 0px;
}
.banner-prev{
    background: #1565c0;
    left: -12px;
    right: auto;
}
a.button.product_type_variable:hover,
a.button.product_type_simple:hover,
.products .product:hover .add_to_cart_button{
    background-color: #1565c0;
    color: #fff;
}
.mb-30{
    margin-bottom: 30px;
}

.products  .product .attachment-woocommerce_thumbnail {
    padding: 35px 0;
}
.products-listing{
    position: relative;
}
h2.woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 2.5ex;
    height: 9ex;
    overflow: hidden;
}
span.price {
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    padding: 3px 0;
    text-align: right;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    color: #1565c0;
}

span.woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 16px;
}
.price del {
    color: #7F8082;
    font-size: 13px;
    order: 1;
}
form.woocommerce-ordering {
    margin-bottom: 18px;
}
a.button.product_type_variable,
a.button.product_type_simple,
.add_to_cart_button {
    border: 1px solid #1565c0;
    border-radius: 8px;
    display: block;
    font-weight: bolder;
    color: #1565c0;
    font-size: 13px;
}
.woocommerce-loop-product__link {
    display: block;
    position: relative;
}
.products  .yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-add-button a {
    margin: 0;
    position: absolute;
    left: 0;
    background-image: linear-gradient(55deg, #ffe8ea 6%, #fcf2f3 92%);
    background: #E5E7EB;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 46px;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a{
    background-image: linear-gradient(55deg, #ffe8ea 6%, #fcf2f3 92%);
}
.yith-wcwl-add-to-wishlist{
    margin: 0;
    position: relative;
}
.yith-wcwl-wishlistexistsbrowse .feedback i,
.yith-wcwl-add-button>a i {
    margin: 0!important;
    font-size: 22px;
}
.yith-wcwl-add-button a .fa-heart{
color: #eaf3ff;
}
.yith-wcwl-add-button .separator,.yith-wcwl-add-button .view-wishlist{
display: none;
}

.products span.onsale {
    position: absolute;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 700;
    right: 0;
    top: 0;
    font-size: 12px;
    background: #d3f2df;
    color: #01AF41;
}
.entry-summary .cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    left: 28px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce-product-gallery__trigger {
    background-color: #1565c0;
    box-shadow: 8px 8px 18px 0 rgba(0,195,255,.3);
    -webkit-box-shadow: 8px 8px 18px 0 rgba(0,195,255,.3);
    -moz-box-shadow: 8px 8px 18px 0 rgba(0,195,255,.3);
    width: 40px;
    height: 40px
}

.woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce-product-gallery__trigger:before {
    border-color: #fff;
    top: 11px;
    left: 11px
}

.woocommerce-product-gallery__trigger:after {
    background: #fff;
    top: 21px;
    left: 24px
}
.variations tr {
    display: flex;
}

.variations th.label {
    margin-left: 15px;
}
.single_variation_wrap {
    width: 100%;
}
p.stock.out-of-stock {
    background: #f00;
    color: #fff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 8px;
}

.variations .value {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

table.variations {
    margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single_add_to_cart_button {
    width: 38%;
    background: #1565c0;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    border-radius: 12px;
    box-shadow: 12px 12px 20px 0 rgba(1,96,231,.3);
    width: 49%;
}

.single-txt {
    padding: 25px 0;
    color: #4C4D4E;
    border-top: 1px solid #E5E7EB;
    line-height: 40px;
}
.woocommerce-Reviews-title,
.woocommerce-price-suffix{
    display: none;
}
.woocommerce-product-gallery__wrapper{
    text-align: center;
}
.padd-70{
    padding: 70px 0;
}
h1,
.product-desc h3{
    margin-bottom: 15px;
}
.product-desc, .product-comment {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    color: #4C4D4E;
    background: #fff;
    margin-bottom: 23px;
}
.product-desc,
.woocommerce-Reviews{
    padding: 16px 25px;
}
.nav-tabs{
    padding: 10px 25px;
    border-bottom: 1px solid #E5E7EB;
}
textarea#comment {
    min-height: 40px;
    font-size: 14px;
    line-height: 1.8;
    vertical-align: middle;
    color: #333;
    border: 1px solid #f0f6ff;
    margin-bottom: 20px;
    max-height: 150px;
    background: #f0f6ff;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 26px 4px 26px 26px;
    font-weight: 700;
}
.comment-form input#submit {background: #1565c0;color: #fff;padding: 10px 35px;font-weight: 700;font-size: 18px;border-radius: 12px;cursor: pointer;}

.comment-form .form-submit {
    text-align: left;
}

div#comment-23 {
    display: flex;
    flex-wrap: wrap;
}

ol.commentlist {
    list-style: none;
}

.comment-text {
    width: 100%;
}

time.woocommerce-review__published-date {
    color: #7F8082;
}

.comment-text .description {
    background: #f0f6ff;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 26px 4px 26px 26px;
    font-weight: 700;
}

#reviews .comment-reply-title {
    display: none
}

#reviews .comment-form-rating label {
    display: block;
    margin: 10px 0 0;
    line-height: 1
}
#review_form_wrapper{
    display: none;
}
#comment-tabs li{
    margin-right: 15px;
}
.nav-tabs a.active{color: #1565c0;}
.comment-text .star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
    margin-bottom: 15px;
}

.star-rating::before {
    content: '\2605\2605\2605\2605\2605';
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: '\2605\2605\2605\2605\2605';
    top: 0;
    position: absolute;
    left: 0;
    color: #f9ca63;
   
}

p.stars {
    display: inline-block;
    margin: 0 0 20px;
    line-height: 1
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605';
    color: #aeb3bb;
    text-indent: 0;
    font-size: 29px;
}

p.stars a:hover~a::before {
    content: '\2605';
    color: #43454b;
    opacity: .25
}

p.stars:hover a::before {
    content: '\2605';
    color: #f9ca63;
    opacity: 1
}

p.stars.selected a.active::before {
    content: '\2605';
    color: #f9ca63;
    opacity: 1
}

p.stars.selected a.active~a::before {
    content: '\2605';
    color: #43454b;
    opacity: .25
}

p.stars.selected a:not(.active)::before {
    content: '\2605';
    color: #f9ca63;
    opacity: 1
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 10px
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    height: 1em;
    line-height: 1
}

.star-rating::before {
    float: right;
    right: 0;
    left: auto
}

.star-rating span {
    float: right;
    right: 0;
    left: auto;
}

.star-rating span::before {
    right: 0;
    left: auto
}

p.stars a {
    margin-left: 1px;
    margin-right: 0
}

p.stars a::before {
    right: 0;
    left: auto
}

ins {
    text-decoration: none;
}
.related h2{
    margin-bottom: 35px;
}
del:before{
    content: "بدل من ";
  }
  .products  .product-more {
    background: transparent linear-gradient(40deg, #FFE8EA 0%, #FCF2F3 100%);
    border: 2px solid #eaf3ff;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #eaf3ff;
    font-weight: 700;
    font-size: 20px;
    line-height: 53px;
}
.product-more img {
    display: block;
}
.posted_in a{
    font-weight: 700;
}
.entry-summary {
    font-size: 18px;
    /* background: #fff; */
}
.entry-summary .price {
    font-weight: 900;
    font-size: 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-attr,
.product_meta {
    margin-bottom: 10px;
}
.product_meta .sku_wrapper {
    display: block;
}
.entry-summary ins {
    margin-left: 11px;
    color: #fe4c1c;
}
button.woocommerce-Button.button {
    background: #1565c0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    font-weight: 900;
}
.entry-summary del {
    font-size: 24px;
    color: #636363;
}

.onsale {
    position: absolute;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 999;
    top: 20px;
    right: 27px;
    background: #d3f2df;
    color: #01AF41;
}
.checkout-button {
    display: block;
    background: #1565c0;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
height: 450px !important;
object-fit: contain;
object-position: center;
}
.woocommerce-product-rating .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 90px;
    font-family: star;
    float: right;
}

.woocommerce-product-rating {
    margin-bottom: 5px;
    line-height: 2;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
}

a.woocommerce-review-link {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 700;
}
.checkout-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mb-5{
    margin-bottom: 5px;
}
.cart_totals h2{
    border-bottom: 1px solid #E5E7EB;
    padding: 12px 15px;
    margin: 0;
}
.cart-collaterals .shop_table{
    padding: 16px;
}
.cart-border{
    border-top: 1px solid #E5E7EB;
    text-align: center;
    padding-top: 15px;
}
.order-total{
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
}
.txt-gray{
    color: #4C4D4E;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #eaf3ff;
    color: #515151;
    border-top: 3px solid #eaf3ff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-notices-wrapper {
    width: auto;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before{
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f14a";
    position: absolute;
    color: #8fae1b;
    right: 21px;
    font-size: 20px;
    top: 13px;
}
.woocommerce-message:before{
    color: #1565c0;
}
p.return-to-shop {
    text-align: center;
    margin-bottom: 35px;
}
.woocommerce-thankyou-order-received {
    text-align: center;
    background: #d9f3e3;
    color: #01AF41;
    padding: 10px 0;
    margin-bottom: 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
}
.return-to-shop a {
    background: #1565c0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
}
.woocommerce-message {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.woocommerce-info {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.woocommerce-info:before {
    color: #155724;
}
.woocommerce-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.woocommerce-error:before {
    color: #b81c23
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart-form .cart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 31px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 10px 16px 40px;
    position: relative;
    background: #fff;
}
.woocommerce-table__product-name.product-name {
    width: 100%;
}
.order_item .product-name{
font-weight: 900;
}
.order_item .product-name {
    font-weight: 700;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation li a {
    background: #ffffff;
    margin-bottom: 15px;
    color: #090909;
    display: block;
    border-radius: 12px;
    padding: 10px 15px;
    font-weight: 700;
    position: relative;
    padding-right: 50px;
    border: 1px solid #c4cdd6;
}
.woocommerce-MyAccount-navigation li a:before{
    font-family: "FontAwesome";
    font-weight: 400;
    color: #4C4D4E;
    right: 26px;
    font-size: 17px;
    position: absolute;
    top: 11px;
    text-align: center;
    line-height: 33px;
    z-index: 9999;
}
.woocommerce-MyAccount-navigation-link--edit-account a:before{
    font-family: "FontAwesome";
    content: "\f2c0";
}
.woocommerce-MyAccount-navigation-link--orders a:before{
    font-family: "FontAwesome";
    content: "\f218";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before{
    font-family: "FontAwesome";
    content: "\f041";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    font-family: "FontAwesome";
    content: "\f08b";
}
.woocommerce-MyAccount-navigation li.is-active a{
    background: #1565C0;
    color: #ffffff;
}
.woocommerce-MyAccount-navigation li.is-active a:before{
    color: #eaf3ff;
}

.product-content {
    width: 71%;
    position: relative;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: space-evenly;
}
#yith-wcwl-popup-message,
#shipping_country_field,
#billing_country_field{
    display: none!important;
}
.woocommerce-MyAccount-content .edit{
    color: #1565c0;
}
input[type="tel"],input[type="text"],input[type="password"], input[type="email"], input[type="url"], textarea {
    background: #fff;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    font-weight: 900;
    font-size: 16px;
}
.select2-container--default .select2-selection--single{
    font-size: 15px;
    height: 44px;
    -webkit-appearance: none;
    background: #ffffff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    
}
#chng-pass-btn {
    color: #eaf3ff;
    text-decoration: underline;
    font-weight: 700;
    font-size: 19px;
}
#chng-pass-fld{
    display: none;
}
#chng-pass-fld.active{
    display: block;
}
.pb-50{
    padding-bottom: 60px;
}
.edit-account .woocommerce-Button{
    background: #1565c0;
    color: #fff;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{
    display:none
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    font-weight: 600;
}
.product-thumbnail {
    width: 25%;
}
.wishlist-product .product-thumbnail{
    width: auto;
    text-align: center;
}
.order-received-table,
.payment_methods,
.woocommerce-checkout-review-order-table,.woocommerce-checkout-fields {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    
}
.woocommerce .woocommerce-table--order-details,
.myaccountpage table {
    width: 100%;
    text-align: right;
    border: 2px solid #e5e7eb;
    border-top:0;
    margin-bottom: 15px;
    background: #fff;
}
.woocommerce-table--order-details  tfoot td,
.woocommerce-table--order-details  tbody td,
.woocommerce-table--order-details  tfoot th,
.myaccountpage tfoot td,
.myaccountpage tbody td{
    border: 1px solid #e7e7e7;
    padding: 7px 15px;
}
.woocommerce-MyAccount-orders tbody tr:last-child td{
    border-bottom: 0;
}
.woocommerce ul.order_details {
    padding: 15px;
    border: 1px solid #bdcde3;
    list-style: none;
    margin-bottom: 17px;
    background: #fff;
}
.woocommerce ul.order_details li{
    padding-left: 15px;
    display: inline-block;
    border-left: 1px dashed #cfc8d8;
    margin-left: 15px;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5
}

@media screen and (max-width: 1048px) {
  .woocommerce-MyAccount-orders {
    border: 0;
  }

  .woocommerce-MyAccount-orders caption {
    font-size: 1.3em;
  }
  
  .woocommerce-MyAccount-orders thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .woocommerce-MyAccount-orders tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .woocommerce-MyAccount-orders td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .woocommerce-MyAccount-orders td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .woocommerce-MyAccount-orders td:last-child {
    border-bottom: 0;
  }
}

.woocommerce-orders-table__cell-order-actions a{
    color: #eaf3ff;
}
.woocommerce .woocommerce-table--order-details thead th,
.myaccountpage thead th{
    background: #c1c9d3;
    padding: 5px 15px;
    text-align:center
}
.woocommerce-customer-details,
.order-received-table,
.woocommerce-checkout-review-order-table {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
}
.order-received-table, .payment_methods, .woocommerce-checkout-review-order-table tbody, .woocommerce-checkout-fields{
    padding: 20px;
}
.woocommerce-checkout-review-order-table thead tr {
    text-align: right;
}
h6.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}
.woocommerce-checkout-review-order-table thead tr th {
    padding: 10px 15px;
}
.dig_billing_otp_signup {
    background: #eaf3ff;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-checkout-review-order-table tbody tr td {
    padding: 6px 15px;
}
.order-received-table tbody tr td:last-child,
.woocommerce-checkout-review-order-table tbody tr td:last-child {
    text-align: left;
}
.woocommerce-checkout-review-order-table  tfoot tr th {
    text-align: right;
    padding: 4px 17px;
}
.wc_payment_methods {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    background: #fff;
}
.wc_payment_methods li{
    /* background: #eaf3ff; */
    /* border: 2px solid #eaf3ff; */
    border-radius: 8px;
    /* padding: 9px 20px; */
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.wc_payment_methods li p{
    margin-bottom: 0;
}
.payment_box:after{
    font-family: "FontAwesome";
    content: "\f00c";
    font-weight: 400;
    color: #ffffff;
    left: 0;
    font-size: 17px;
    position: absolute;
    top: 0;
    background: #1565c0;
    border-radius: 0 0 17px 0;
    width: 30px;
    text-align: center;
    line-height: 33px;
}
button#place_order {
    width: 100%;
    background: #1565c0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0;
    border-radius: 12px;
}
.woocommerce-checkout{
    padding-bottom: 70px;
}
.woocommerce-billing-fields h3,
.form-row {
    margin-bottom: 16px;
}
.woocommerce-checkout-review-order-table  tr.order-total th,.woocommerce-checkout-review-order-table  tr.order-total td {
    border-top: 1px solid #E5E7EB;
}
.cart-content-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cart_item .remove {
    position: absolute;
    left: -14px;
    top: 4px;
    color: #ff7d96;
    font-size: 23px;
}

.singleproduct-page .quantity {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
}

.minus,.plus {
    background: #e5e7eb;
    width: 38px;
    height: 40px;
    font-size: 27px;
    text-align: center;
    color: #4c4d4e;
}
form.woocommerce-EditAccountForm.edit-account {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-row-wide {
    width: 100%;
}

.form-row-wide input[type="text"] {
    margin-bottom: 0;
}

.woocommerce-EditAccountForm fieldset{
    width: 100%;
    border: 2px solid #b6c9de;
    margin: 5px 2px 15px 2px;
    padding: 0.35em 0.625em 0.75em;
}
.product-desc ul ,.product-desc ol{padding-right: 34px;}
.woocommerce-EditAccountForm  legend{
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: auto;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
        margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
}
.input-text.qty {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    width: 70px;
    height: 40px;
}
.plus{
    background: #1565c0;
    color: #eaf3ff;
}
.category-box{
    text-align: center;
}
.relative{
    position: relative;
}

.post-author-avatar, .comment-text {
    float: right;
    clear: left;
    margin-left: 1.33333em;
}
.comment-text p {
    margin: 0;
}
.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    background: #1565c0;
    color: #fff;
    padding: 2px 17px;
    border-radius: 8px;
    font-weight: 900;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: none;
    background: #1565c0;
    outline: 0;
    top: -.3em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    cursor: ew-resize;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #1565c0;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.close-widget,
.filer-toggle{
    display: none;
}
.wishlist-product .product-name h5{
    font-size: 18px;
    line-height: 2.5ex;
    height: 6ex;
    overflow: hidden;
}
.wishlist-product {
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid  #e5e7eb;
    margin-bottom: 30px;
    transition: all 0.5s;
    position: relative;
}
.wishlist-product a.remove_from_wishlist {
    margin: 0;
    position: absolute;
    left: 11px;
    background-image: linear-gradient(55deg, #ffe8ea 6%, #fcf2f3 92%);
    background: #E5E7EB;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 25px;
    color: #eaf3ff;
}
.wishlist-product .product-thumbnail img{
    padding: 35px 0;
}
.additional-info {
    padding: 15px 0;
}
.wishlist-in-stock{
    color: #01AF41;
    font-weight: 700;
}
.address_book.billing_address_book header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.login-wrap {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 28px;
}

.dig_pgmdl_2 .minput .countrycodecontainer input, .dig_pgmdl_2 .minput input[type=date], .dig_pgmdl_2 .minput input[type=number], .dig_pgmdl_2 .minput input[type=password], .dig_pgmdl_2 .minput input[type=text]{
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}
.dig-custom-field .dig_opt_mult_con .dig_input_wrapper:before, .dig_login_rembe .dig_input_wrapper:before {

    background-color: #B2B3B6;
}
.dig_pgmdl_2 .button[type=submit], .dig_pgmdl_2 .transupbutton[type=submit] {
    height: 46px;
    line-height: 0;
    padding: 0;
    width: 100%;
    background: #eaf3ff;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
}
.dig_pgmdl_2 .button, .dig_pgmdl_2 .transupbutton {
    border: 1px solid #eaf3ff;
    border-radius: 12px;
    font-weight: 900;
    color: #000;
    font-size: 18px;
}
.dig_lrf_box .backtoLogin, .dig_lrf_box .button, .dig_lrf_box .forgotpassworda, .dig_lrf_box .transupbutton, .dig_verify_mobile_otp input {
    color: #eaf3ff;
}
.brand-box:hover {
    box-shadow: 0px 6px 24px #eaf3ff33;
    border-color: #eaf3ff!important;
}
@media only screen and (max-width: 768px) {

.button-group{
    text-align: center!important;
}
.add_to_cart_button{
    font-size: 13px;
}
h2.woocommerce-loop-product__title {
    font-size: 12px;
    line-height: 2.5ex;
    height: 5.5ex;
    overflow: hidden;
}
}
@media only screen and (max-width: 1024px) {
    .sidebar{
        background-color: #fff;
        box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
        position: fixed;
        z-index: 999;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: 0.5s;
    }
    .filer-toggle,
    .close-widget{
        display: block;
    }
    .sidebar.open{
        width: 100%;
        padding: 15px 62px;
    }
    .filer-toggle{
        position: fixed;
        bottom: 74px;
        right: 15px;
        z-index: 999;
        background: #1565c0;
        color: #fff;
        padding: 10px;
        font-weight: 900;
        border-radius: 10px;
        font-size: 18px;
    }
.nav-bar {
    background-color: #fff;
    box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 60px;
    width: 0;
    transition: 0.5s;
}
.nav-bar.open {
    width: 100%;
}
.menu-items {
    padding: 40px;
}
.menu-offers{
    margin-top: 30px;
}
.close-widget,
.close-menu {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    padding: 0px 13px;
    color: #cf2e2e;
    z-index: 9999;
    width: 100%;
    background: #3f3f3f;
}
}
@media only screen and (min-width: 768px) {
    .comment-text {
        width: 70%;
    }
    .category-box{
        text-align: right;
    }
    .wrapper {
        max-width: 1200px;
    }
    .site-header .wrapper {
        max-width: 1300px;
    }
    .modal-content {
        width: 47%;
    }
    .contact-block {
        width: 33%;
        float: right;
        text-align: center;
    }
    span.price{
        padding: 15px 0;
    }
    .search-wrap {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .wrapper {
        max-width: 1350px;
    }
   .close-menu{
       display: none;
   }
    .site-header.fixed .logo-link {
        position: static;
        text-align: center;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site-header.fixed .logo-link img {
        max-width: 100%;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
    }
    .widget-card {
        width: 47.0588235294%;
    }
   .archive-title h1 {
    display: inline-block;
    width: 32%;
}
    .nav-bar {
        background-color: transparent;
        box-shadow: none;
        position: relative;
        width: 74%;
    }
    .topmenu-items,.book-now span.cont {
    display: inline-block;
}
    .button-group {
    width: 11%;
}
    .site-branding {
    width: 14%;
}
    .mobile-btn {
        display: none
    }
    .menu-toggle{
        padding: 12px 0;
    }
 
    .site-footer .block {
        float: right;
    }
    .site-footer .block {
        margin: 15px;
    }
    .site-footer .about {
        width: 35%;
    }

   
    .menu-items {
        display: block;
        border: 0;
        padding: 0;
    }
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .menu-items>li {
        display: inline-block;
        border: 0;
    }
    .menu-items>li>a {
        padding: 10px 20px;
    }
    .menu-items>li:first-child>a{
        padding-right: 0;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #333;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 5px;
        position: relative;
        top: -3px;
        right: 0;
    }
    .menu-items li:hover>a:after {
   border-color:  #fff;
}
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate( 137deg);
    }
    .menu-items .sub-menu {
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        -webkit-box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        z-index: 9999;
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .woocommerce-product-gallery {
    width: 92%;
}
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .menu-items .sub-menu a {
        padding: 8px 15px;
        font-size: 14px;
    }
  form.woocommerce-ordering {
    width: 29%;
}

    .site-contact,
    .site-info {
        width: 36%;
    }
    .footer-pages {
        width: 19%;
    }
    .second-menu {
        width: 21%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .terms {
        width: 50%;
        text-align: justify;
    }
    .site-footer .wrapper {
        padding: 30px 0;
    }
}