@charset "UTF-8";
/*
Theme Name: basma
Author: http://memo-host.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
}

a {
    color: #333;
    text-decoration: none;
}

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

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

figure,
header,
footer {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 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,
.clear:after,
.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.gallery: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;
}


/*--------------------------------------------------------------
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: 15px;
    background: transparent linear-gradient(272deg, #FFE8EA 0%, #FCF2F3 100%) 0% 0% no-repeat padding-box;
}
.topbar-wrapp{
    display: flex;
    flex-wrap: wrap;
}
.site-header {
    position: relative;
    border-bottom: 2px solid #e5e7eb;
}

.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;
}

.mobile-btn {
    padding: 0 15px;
}

.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{
    background-color: #f9e8e8 ;
    color: #CB1D1D!important;
    border-radius: 16px;
}
.menu-toggle,
.search-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;
}

.search-toggle {
    float: left;
}



.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;
}

.menu-items li:hover>a {
    color: #205D86
}

.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;
}

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

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



.search-form {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 40px;
    box-shadow: 0px 4px 8px #ff5a7a1a;
}

.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;
}


/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

.site-footer {
    overflow: hidden;
}
.footer-top{background: #fff9fa;padding: 37px 0;}

.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: #ff5a7a;
    text-align: center;
    font-size: 10px;
}
.footer-contact {
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 22.85px;
}

.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: #FF5A7A
}
.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-image: linear-gradient(303deg, #ffe8ea 89%, #fcf2f3 1%);
    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: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 22px
}
.footer-logo{
    margin-bottom: 10px;
}
.bold {
    font-family: 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: #fff9fa;
    font-weight: 800;
}

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

.ms-whats-button,
.ModalTrigger,
.ms-call-button,
.scrollUp {
    position: fixed;
    bottom: 6px;
    z-index: 9999;
    text-align: center;
    z-index: 9999;
}

.ms-call-button {
    bottom: 60px
}

.scrollUp {
    background-color: #fff;
    left: 8px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 50%;
    bottom: 56px;
}

.ModalTrigger {
    background: #fcce06;
    font-weight: 900;
    color: #fff;
    padding: 5px 10px;
    left: 5px;
    border-radius: 13px;
}

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

.ms-whats-button,
.ms-call-button {
    display: flex;
    right: 6px;
    outline: 0;
    cursor: pointer;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -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);
}

.ms-call-button .ms-call-icon {
    animation: callrotate 2s infinite ease-in-out;
}

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

.ms-whats-txt {
    padding: 0 21px
}

.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;
}
.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 {
    color: #7F8082;
    font-size: 21px;
    font-weight: 700;
    margin: 0 5px;
}

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

.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;
}
.side-widget ul li:nth-child(odd) {
    background: #f2f3f5 ;
}
.side-widget ul li:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f14a";
    position: absolute;
    color: #b2b3b6;
    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: #FF5A7A;
}
.side-widget ul li.chosen,
.side-widget ul li.current-cat{
    background: #ffe4ea;
    color: #FF5A7A;
}
.side-widget ul li.chosen:after{
    color: #FF5A7A;
}
.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%;
}
a.woocommerce-remove-coupon {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals{
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    
}
.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: #ff5a7a;
    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;
    justify-content: space-around;
}

.pad-48{
padding-top: 20px ;
padding-bottom: 20px ;
}
.woocommerce-product-gallery {
    border: 1px solid #E5E7EB;
border-radius: 12px;
}
.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;
}
.arrow-btns{
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
}
.slider .arrow-btns{
    top: 45%
}
.banner-next,.banner-prev{
    background: #b2b3b6;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.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 #E5E7EB;
    border-radius: 12px;
    padding: 16px 10px 16px 40px;
}
.woocommerce-address-fields .button,
.woocommerce-MyAccount-content .button,
.woocommerce-Addresses .button{
    background: #ff5a7a;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 18px;
}
.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;
}
.banner-prev:after{
    transform: rotate(137deg);
    right: 0px;
}
.banner-prev{
    background: #ff5a7a;
    left: 0px;
    right: auto;
}
.products .product:hover{
    box-shadow: 0px 6px 24px #FF5A7A33;
    border-color:  #FF5A7A;
}
.products .product:hover .add_to_cart_button{
    background-color: #FF5A7A;
    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: 5ex;
    overflow: hidden;
}
span.price {
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    padding: 3px 0;
    text-align: right;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
}

span.woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 16px;
}
.price del {
    color: #7F8082;
    font-size: 16px;
    order: 1;
}
.add_to_cart_button {
    border: 1px solid #ff5a7a;
    border-radius: 8px;
    display: block;
    font-weight: bolder;
    color: #ff5a7a;
}
.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: #ff5a7a;
}
.yith-wcwl-add-button .separator,.yith-wcwl-add-button .view-wishlist{
display: none;
}

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

.single_add_to_cart_button {
    width: 38%;
    background: #ff5a7a;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    border-radius: 12px;
}

.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;
}
.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 #ddd;
    margin-bottom: 20px;
    max-height: 150px;
    background: #E5E7EB;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 26px 4px 26px 26px;
    font-weight: 700;
}
.comment-form input#submit {background: #ff5a7a;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: #E5E7EB;
    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: #FFB05A;}
.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: '\53\53\53\53\53';
    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: '\53\53\53\53\53';
    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;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: '\53';
    color: #43454b;
    text-indent: 0;
    opacity: .25
}

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

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

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

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

p.stars.selected a:not(.active)::before {
    content: '\53';
    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 #FF5A7A;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FF5A7A;
    font-weight: 700;
    font-size: 20px;
    line-height: 53px;
}
.product-more img {
    display: block;
}
.posted_in a{
    color: #FF5A7A;
    font-weight: 700;
}
.entry-summary {
    font-size: 18px;
}
.entry-summary .price {
    font-weight: 900;
    font-size: 29px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-attr,
.product_meta {
    margin-bottom: 10px;
}
.entry-summary ins {
    margin-left: 56px;
}

.entry-summary del {
    font-size: 24px;
    color: #4C4D4E;
}
.entry-summary .onsale {
    background: #e5f7ec;
    color: #01AF41;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
}
.checkout-button {
    display: block;
    background: #ff5a7a;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
}
.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: #f7f6f7;
    color: #515151;
    border-top: 3px solid #ff5a7a;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.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;
}
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: #ff5a7a;
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
}
.woocommerce-message {
    border-top-color: #8fae1b
}
.woocommerce-info {
    border-top-color: #1e85be
}
.woocommerce-info:before {
    color: #1e85be
}
.woocommerce-error {
    border-top-color: #b81c23
}
.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;
}
.order_item,
.woocommerce-cart-form .cart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 31px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 10px 16px 40px;
    position: relative;
}
.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: #f3f3f3;
    margin-bottom: 15px;
    color: #4C4D4E;
    display: block;
    border-radius: 12px;
    padding: 10px 15px;
    font-weight: 700;
    position: relative;
    padding-right: 50px;
}
.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: #ffe4ea;color: #FF5A7A;
}
.woocommerce-MyAccount-navigation li.is-active a:before{
    color: #FF5A7A;
}
.order_item .product-quantity {
    background: #ff5a7a;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 10px;
    border-radius: 0 0 18px 0;
    font-weight: bolder;
}
.product-content {
    width: 74%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 700;
}
#shipping_country_field,
#billing_country_field{
    display: none;
}
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: #ff5a7a;
    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: #ff5a7a;
    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%;
}
.woocommerce-customer-details,
.order-received-table,
.payment_methods,
.woocommerce-checkout-review-order-table,.woocommerce-checkout-fields {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    
}
.woocommerce-MyAccount-orders {
    width: 100%;
    text-align: center;
    border: 2px solid #e5e7eb;
    border-top:0
}
.woocommerce-MyAccount-orders tbody td{
    border-bottom: 2px solid #e5e7eb;
    padding: 7px 15px;
}
.woocommerce-MyAccount-orders tbody tr:last-child td{
    border-bottom: 0;
}
.woocommerce-orders-table__cell-order-actions a{
    color: #FF5A7A;
}
.woocommerce-MyAccount-orders th{
    background:  #e5e7eb;
    padding: 5px 15px;
    text-align:center
}
.woocommerce-customer-details,
.order-received-table,
.woocommerce-checkout-review-order-table {
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce-customer-details,
.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: #ff5a7a;
    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 {
    background: #FFE8EA 0% 0% no-repeat padding-box;
    border: 2px solid #FF5A7A;
    border-radius: 8px;
    padding: 9px 20px;
    position: relative;
    margin-bottom: 20px;
}
.wc_payment_methods:after{
    font-family: "FontAwesome";
    content: "\f00c";
    font-weight: 400;
    color: #ffffff;
    left: 0;
    font-size: 17px;
    position: absolute;
    top: 0;
    background: #ff5a7a;
    border-radius: 0 0 17px 0;
    width: 30px;
    text-align: center;
    line-height: 33px;
}
button#place_order {
    width: 100%;
    background: #ff5a7a;
    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: -15px;
    top: -15px;
    color: #ff7d96;
    font-size: 23px;
}

.quantity {text-align: left;}

.minus,.plus {
    background: #e5e7eb;
    width: 40px;
    height: 40px;
    font-size: 27px;
    text-align: center;
    color: #4c4d4e;
}

.input-text.qty {
    max-width: 49px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.plus{
    background: #ffe8ea;   
    color: #ff7d96;
}
.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 {
    float: left;
    background: #ff5a7a;
    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: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.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 #ff5a7a;
    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;
}
table.wishlist_table {
    font-size: 80%;
    width: 100%;
}
table.wishlist_table tbody td{
    text-align: right;
    padding: 30px 15px;
}
table.wishlist_table thead th {
    padding: 15px 15px;
    text-align: right;
}
table.cart tbody tr td.product-thumbnail, table.cart tfoot tr td.product-thumbnail, table.shop_table tbody tr td.product-thumbnail, table.shop_table tfoot tr td.product-thumbnail {
    width: 60px;
}
.wishlist_table tfoot td, .wishlist_table tr td.product-name, .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy {
    text-align: right;
}
.wishlist_table .product-add-to-cart a {
    display: table!important;
    margin: 0 auto 5px!important;
}
table.cart tbody tr:first-child td, table.cart tfoot tr:first-child td, table.shop_table tbody tr:first-child td, table.shop_table tfoot tr:first-child td {
    border-top: 1px solid #cccccc;
}
table.cart tbody tr td, table.cart tfoot tr td, table.shop_table tbody tr td, table.shop_table tfoot tr td {
    padding: 30px 15px;
    border-width: 0 0 1px 0;
    border-color: #cccccc;
    border-style: solid;
}
table.wishlist_table.wishlist_view th {
    border-top: none;
}
table.wishlist_table.wishlist_view td.product-remove a:before {
    content: "";
    display: block;
    font-family: Linearicons-Free;
    font-size: 1.5rem;
    padding-top: 1.5rem;
    opacity: 0.4;
    transition: all ease 0.3s;
}
@media only screen and (max-width: 768px) {
.site-branding,.search-wrap{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.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: 19px;
        right: 15px;
        z-index: 999;
        background: #ff5a7a;
        color: #fff;
        padding: 10px;
        font-weight: 900;
        border-radius: 15px;
        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: 2px;
    font-size: 36px;
    padding: 0px 13px;
    color: #cf2e2e;
    z-index: 9999;
}
}
@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 {
        width: 375px;
    }
}

@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%;
    }
   
    .nav-bar {
        background-color: transparent;
        width: 84%;
        box-shadow: none;
        position: relative;
    }
    .mobile-btn {
        width: 3%;
        margin-top: 7px;
    }
    .menu-toggle,
    .search-toggle {
        padding: 12px 0;
    }
    .mobile-btn {
        float: left;
    }
    .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;
        padding: 9px 0;
    }
    .menu-items>li>a {
        padding: 0 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 .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;
    }
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .menu-items .sub-menu a {
        padding: 3px 20px;
        font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }
    .menu-items .sub-menu li:hover {
        border-bottom: 1px solid #dad8d894;
    }
    .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;
    }
}