@charset "utf-8";
/* **************** */
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "owl.carousel.min.css";
@import "nice-select.css";
@import "jquery-ui.css";
@import "intlTelInput.min.css";

@import url('https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;700&display=swap');

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Changa', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

i {
    font-size: inherit;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0 !important;
    margin: 0;
}

select {
    display: inline-block;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

z {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}

.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    /* border-bottom-color: #192847;
     */
    box-shadow: none;
    color: #303030;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #000;
    color: #fff;
    position: fixed;
    bottom: 120px;
    right: -60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    z-index: 8;
    transition: .3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    font-size: 17px;
}

.toTop:hover {
    background-color: #333;
    transition: .3s;
    color: #000000;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000000;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.loading div {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    box-shadow: 0 0 0 15px rgb(255 255 255 / 15%);
}

.loading img {
    width: 70px;
}

.loading h4 {
    font-weight: 500;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-mega-menu {
    position: unset;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: .3s;
    min-width: 160px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    border-top: 1px solid #efefef;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #f7f7f7;
    /* color: #fff !important;
     */
    transition: .3s;
}

.menu-item-has-children:after {
    font-family: 'Line Awesome Free';
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: .3s;
    font-weight: 900;
}

.menu-item-has-children:hover:after {
    transform: rotate(-180deg);
    transition: .3s;
}

.fancybox-button svg path {
    fill: #fff;
}

.top-head {
    background: #000000;
    padding: 10px 0;
}

.top-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-head .top-info {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-head .container a {
    color: #fff;
}

.top-head p {
    color: #fff;
}

.top-head .top-info .t-social {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.top-head .top-info .t-social a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 7px;
    transition: .3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .top-head .top-info .t-social .fb {
    background-color: #3B5998;
}

.top-head .top-info .t-social .tw {
    background-color: #55ACEE;
}

.top-head .top-info .t-social .gp {
    background-color: #DC4E41;
}

.top-head .top-info .t-social .ig {
    background: -webkit-linear-gradient(top, #B201BF, #C4188B);
}*/

.top-head .top-info .t-social a:hover {
    transform: scale(1.2);
    background-color: #000;
    border-color: #000;
}

.logo img {
    object-fit: contain;
    width: 50px;
}

.bot-head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bot-head .main-menu {
    padding: 0 30px;
}

.bot-head .main-menu ul li {
    display: inline-block;
    margin: 0 0 0 30px;
    position: static;
}

.bot-head .main-menu ul li:last-child {
    margin: 0;
}

.bot-head .main-search {
    padding: 0 20px;
    width: 500px;
}

.bot-head .main-menu ul li a {
    color: #000;
    font-weight: 500;
    padding: 41px 0;
    transition: .3s;
}

.bot-head .main-search .form-group {
    position: relative;
}

.bot-head .main-search .form-group .form-control {
    padding: 0 15px 0 50px;
    background-color: #f3f3f3;
    border: 1px solid transparent;
    transition: .3s;
}

.bot-head .main-search .form-group button {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 36px;
    padding: 0 15px;
    border: 0;
    font-size: 20px;
    transform: scaleX(-1);
    color: #a0a0a0;
}

.bot-head .main-search .form-group .form-control:focus {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: .3s;
}


.bot-head .main-actions a {
    position: relative;
    color: #000;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 38px 0;
    transition: .3s;
    column-gap: 10px;
}

.badgo {
    position: absolute;
    background-color: #EEBC31;
    color: #fff;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    font-size: 11px;
    font-family: sans-serif;
}

.bot-head .main-actions a i {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
}

.menu-item-has-children.has-mega-menu .sub-menu {
    width: 100%;
    padding: 0;
}

.bot-head .main-actions a b {
    margin: -20px -8px 0 0;
}

.bot-head .main-menu ul li:hover>a,
.bot-head .main-menu ul li.current-menu-item a {
    color: #000000;
    transition: .3s;
}

.h-section .itm {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.h-section .itm a {
    display: block;
    height: 100%;
}

.h-section .itm img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.h-section .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.owl-dots button.owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 3px;
    transition: .3s;
    padding: 2px !important;
    border: 1px solid transparent;
}

.owl-dots button.owl-dot.active {
    border-color: #fff;
    transition: .3s;
}

button {
    outline: none !important;
}

.bot-head .main-menu ul li .nav-tabs {
    border: 0;
}

.bot-head .main-menu ul li .nav-tabs li {
    float: none;
    margin: 0 !important;
}

.bot-head .main-menu ul li .nav-tabs li a {
    border: 0;
    padding: 10px 15px;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.bot-head .main-menu ul li .nav-tabs li.active a {
    background: -webkit-linear-gradient(left, #000000, #006399);
    color: #fff;
}

.bot-head .main-menu ul li .nav-tabs li a img {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-color: #f7f7f7;
    border-radius: 100%;
}

.bot-head .main-menu ul li .s-tab-links {
    padding: 0;
}

.bot-head .main-menu ul li .nav-tabs li a:after {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-family: 'Line Awesome Free';
    content: "\f100";
    color: #cecece;
    font-size: 17px;
    transition: .3s;
}

.bot-head .main-menu ul li .nav-tabs li.active a:after {
    color: #fff;
    transition: .3s;
}

.bot-head .main-menu ul li .tab-content {
    padding: 0;
    border-right: 1px solid #ececec;
}

.bot-head .main-menu ul li .tab-content .links-it {
    padding: 20px 10px 0;
}

.bot-head .main-menu ul li .tab-content .links-it h4 {
    font-weight: 700;
    color: #006399;
    font-size: 15px;
    margin-bottom: 15px;
}

.bot-head .main-menu ul li .tab-content .links-it ul li {
    margin-bottom: 13px !important;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a {
    padding: 0;
    color: #9B9B9B;
    font-weight: 500;
    position: relative;
    transition: .3s;
    display: inline-block;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a:before {
    width: 6px;
    content: '';
    display: inline-block;
    position: absolute;
    height: 6px;
    border-radius: 100%;
    background-color: #000000;
    transition: .3s;
    right: -10px;
    top: 8px;
    opacity: 0;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a:hover {
    padding: 0 10px;
    transition: .3s;
    background: transparent;
    color: #000000 !important;
}

.bot-head .main-menu ul li .tab-content .links-it ul li a:hover:before {
    transition: .3s;
    opacity: 1;
    right: 0;
}

.bot-head .main-menu ul li .nav-tabs li a:hover:after {
    color: #000;
    transition: .3s;
}

.bot-head .main-menu ul li .tab-content .mega-imgs a {
    height: 135px;
    background-color: #f7f7f7;
    padding: 0;
    margin-bottom: 15px;
    transition: none;
}

.bot-head .main-menu ul li .tab-content .mega-imgs img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bot-head .main-menu ul li .tab-content .mega-imgs a:last-child {
    margin: 0;
}

.bot-head .main-menu ul li .tab-content .mega-imgs {
    padding: 20px 15px;
}

.bot-head .main-menu ul li .tab-content .mega-imgs a:hover {
    opacity: .8;
    transition: none;
}

.bot-head .main-menu ul li .nav-tabs li.active a:after {
    color: #fff;
    transition: .3s;
}

.bot-head .main-actions a:hover {
    color: #000000;
    transition: .3s;
}

.feats {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.feats .block .inner .i-icon {
    position: relative;
    min-width: 110px;
    min-height: 110px;
    text-align: center;
    line-height: 100px;
    margin-left: 20px;
}

.feats .block .inner .i-icon img {
    width: 85px;
    height: 85px;
    object-fit: scale-down;
}

.feats .block .inner .i-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: rgb(1 124 191 / 11%);
    border-radius: 20px;
    width: 85px;
    height: 85px;
}

.feats .block .inner {
    display: flex;
    align-items: center;
}

.feats .block .inner .i-data h3 {
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 220px;
    font-size: 17px;
}

.feats .block .inner .i-data p {
    line-height: 1.7;
    font-size: 13px;
    overflow: hidden;
    max-height: 67px;
}

.main-footer {
    background: #000000;
    position: relative;
    z-index: 1;
}

.main-footer:before,
.main-footer:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    background-image: url(../images/logo.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
}

.main-footer:after {
    left: 0;
    right: auto;
    transform: scaleX(-1);
}

.f-tp {
    padding: 50px 0;
}

.f-tp .f-item {
    padding: 0;
}

.f-tp .f-item img {
    object-fit: scale-down;
    width: 93px;
    margin-bottom: 20px;
}

.f-tp .f-item p {
    color: #fff;
    line-height: 1.8;
    font-size: 13px;
    overflow: hidden;
    max-height: 136px;
    max-width: 90%;
}

.f-tp .f-item .f-inner {
    padding: 27px 15px 0;
}

.f-tp .f-item .f-inner h4 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.f-tp .f-item .f-inner li {
    margin-bottom: 7px;
}

.f-tp .f-item .f-inner li i {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}

.f-tp .f-item .f-inner li a {
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    text-transform: none;
}

.f-tp .f-item .f-inner li a:hover {
    border-color: #fff;
    transition: .3s;
    padding: 0 5px 2px;
}


.f-bt .container {
    border-top: 1px solid rgb(255 255 255 / 40%);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-bt .container p {
    flex-grow: 1;
    color: #fff;
    text-align: center;
}

.log-wrap .log-img {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    background: -webkit-linear-gradient(top, #000000, #000000) !important;
}

.log-wrap .log-data {
    padding: 80px;
    margin-left: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.log-wrap .log-data .data-inner {
    margin: 0 auto;
    max-width: 50%;
    float: none;
    width: 100%;
}

#canvas {
    height: 100%;
    width: 100%;
    position: absolute;
}

.log-wrap .log-img .img-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 200px;
    border-radius: 100%;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.log-wrap .log-img .img-holder img {
    width: 50px;
    object-fit: contain;
}

.log-wrap .log-img .img-holder h4 {
    margin-top: 10px;
    font-weight: 500;
}


.log-wrap .log-data .data-inner .log-head {
    text-align: center;
    margin-bottom: 30px;
}

.log-wrap .log-data .data-inner .log-head i {
    color: #000000;
    font-size: 50px;
    margin: 0 0 5px;
}

.log-wrap .log-data .data-inner .log-head h4 {
    font-weight: 700;
    font-size: 22px;
}

.log-wrap .log-data .data-inner .log-head span {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
}

.log-wrap .log-data .data-inner .back-btn {
    margin-bottom: 60px;
}

.log-wrap .log-data .data-inner .form-group {
    position: relative;
    margin-bottom: 15px;
}

.log-wrap .log-data .data-inner .form-group div {
    display: flex;
    align-items: center;
}

.log-wrap .log-data .data-inner .form-group:last-of-type {
    margin: 0;
}

.log-wrap .log-data .data-inner .form-group .form-control {
    transition: .3s;
    height: 55px;
    padding: 0 50px;
    border: 0.5px solid #E3E3E3;
    border-radius: 5px;
    font-size: 15px;
}

.log-wrap .log-data .data-inner .form-group img {
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
}

.iti {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 20px;
}

.iti-mobile .iti--container {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.iti__flag-container .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    text-align: center;
    min-width: 80px;
    justify-content: center;
    padding: 0;
}

.iti--separate-dial-code .iti__selected-flag .iti__flag,
.iti__arrow,
.iti__flag-box {
    display: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000000;
    font-size: 16px;
    direction: ltr;
    margin: 0 !important;
}

.iti__country-list {
    left: 0;
    z-index: 4;
    top: 110%;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 26%);
}

.iti__country-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.iti__country-list::-webkit-scrollbar-track {
    background-color: #ddd;

}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 15px;
}

.iti-mobile .iti__country-list {
    top: 0;
    border-radius: 0;
    box-shadow: none;
}

.iti__country {
    padding: 10px;
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.iti__dial-code {
    color: #fff;
    margin: 0 10px 0 0;
    background-color: #000000;
    display: inline-block;
    padding: 2px 10px;
    min-width: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
}


.iti__flag-container {
    position: relative;
    height: 55px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0;
}

.iti__country-name {
    margin: 0;
}

.btn {
    background: #000000;
    color: #fff;
    border-radius: 5px;
    border: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: 500;
    transition: .3s;
    box-shadow: 0px 4px 12px rgba(223, 26, 43, 0.26);
}

.btn:hover,
.btn:focus {
    color: #fff;
    background: #000;
}

.log-wrap .log-data .data-inner .form-group .show-pass {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    transition: .3s;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    z-index: 2;
}

.log-wrap .log-data .data-inner .form-group .btn {
    width: 100%;
}

.log-wrap .log-data .data-inner .form-group .log-hint {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #F3F3F3;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-wrap .log-data .data-inner .form-group .log-hint a {
    color: #000000;
    font-size: inherit;
    border-bottom: 1px solid transparent;
    transition: .3s;
    margin: 0 5px;
}

.log-wrap .log-data .data-inner .form-group .forget-hint {
    margin-bottom: 10px;
}

.log-wrap .log-data .data-inner .form-group .checkboxy {
    display: block;
    text-align: center;
}

.log-wrap .log-data .data-inner .form-group .checkboxy input {
    display: none;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span {
    font-weight: 500;
    color: #9B9B9B;
    font-size: 13px;
    position: relative;
    padding-right: 25px;
    user-select: none;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span:before {
    content: '';
    font-weight: 900;
    font-family: 'Line Awesome Free';
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    position: absolute;
    right: 0;
    top: 4px;
    transition: .3s;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    cursor: pointer;
    content: "\f00c";
    opacity: .5;
}

.log-wrap .log-data .data-inner .form-group .checkboxy input:checked+span:before {
    transition: .3s;
    background-color: #00649a;
    color: #fff;
    border-color: #00649a;
    opacity: 1;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span a {
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: .3s;
    padding-bottom: 3px;
    font-size: inherit;
}

.log-wrap .log-data .data-inner .form-group .checkboxy span a:hover,
.log-wrap .log-data .data-inner .form-group p a:hover {
    border-color: #000000;
    transition: .3s;
}

.log-wrap .log-data .data-inner .log-head p {
    font-size: 16px;
    margin: 10px auto;
    line-height: 1.8;
    font-weight: 300;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control {
    display: inline-block;
    width: 21%;
    margin: 0 18px 0 0;
    padding: 0 20px;
    text-align: center;
    font-size: 30px;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control:last-child {
    margin: 0;
}

.log-wrap .log-data .data-inner .form-group .forget {
    color: #000000;
    font-size: 16px;
}

.log-wrap .log-data .data-inner .form-group.has-verf {
    display: flex;
    align-items: center;
    justify-content: center;
    direction:ltr;
}

.log-wrap .log-data .data-inner .form-group.has-verf .form-control {
    width: 55px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    height: 55px;
}

.f-head h3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    height: 2px;
    border-radius: 50px;
    background-color: #C9C9C9;
    width: 100px;
    transform: translateX(-50%);
}

.bot-head .main-actions .actions-inner {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.bot-head .main-actions a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.owl-carousel {
    position: relative;
}

.owl-dots button.owl-dot span {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    display: block;
    border-radius: 100%;
}

.owl-dots button.owl-dot.active span {
    background: #fff;
}


.h-section {
    padding-bottom: 30px;
}

.h-slider {
    background-color: #000;
    overflow: hidden;
    border-radius: 10px;
}

.ship-address {
    display: none;
}

.ship-address p {
    color: #1D1927;
    font-weight: 300;
}

.ship-address .form-control {
    padding: 0 0 0 30px;
    height: 40px;
    border-radius: 0;
    border: 0;
    width: 100%;
}

.ship-address .form-control span {
    display: block;
    color: #000000;
    font-size: 18px;
    text-align: initial;
}

.ship-address .form-control::after {
    left: 0;
    right: auto;
    border-width: 1px;
    width: 12px;
    height: 12px;
    border-color: #000000;
    top: 17px;
}

.ship-address .form-control .list {
    border-radius: 5px;
    width: 100%;
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
}

.ship-address .form-control .list li {
    text-align: initial;
    padding: 7px 15px;
    min-height: 0;
    line-height: normal;
}

.categories-s {
    background-color: #F9F9F9;
    padding: 30px 0;
}

.g-head {
    margin-bottom: 20px;
}

.g-head h3 {
    font-size: 25px;
    font-weight:500;
}

.g-head p {
    font-weight: 300;
    color: #1D1927;
    margin-top: 5px;
}

.cat-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 450px;
    margin-bottom: 24px;
    transition: .3s;
}

.cat-item:hover {
    transform: scale(.95);
}

.cat-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.cat-item img {
    position: absolute;
    width: 400px;
    right: -50px;
    bottom: -100px;
}


.cat-item span {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.categories-s .col-lg-6:first-of-type .cat-item:last-of-type,
.categories-s .col-lg-6:last-of-type .cat-item:first-of-type {
    height: 330px;
}

.categories-s .col-lg-6:first-of-type .cat-item:last-of-type img,
.categories-s .col-lg-6:last-of-type .cat-item:first-of-type img {
    bottom: -130px;
}

.product-s {
    padding: 30px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.product-s .item {
    padding: 0 12px;
}

.product-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    direction: rtl;
}

.product-card .p-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    background-color: #ebebeb;
    /*padding: 10px;*/
}

.product-card .p-img>a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.product-card .p-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.add-to-favourite {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0;
    background-color: #fff;
    padding: 0;
}

.add-to-favourite img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    transition: .3s;
}

.add-to-favourite img.filled {
    opacity: 0;
}

.add-to-favourite.active img.filled {
    opacity: 1;
}

.product-card .p-img span {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #FFF7EC;
    border-radius: 50px;
    padding: 6px 10px;
    color: #F69502;
    font-weight: 700;
}

.product-card .p-data {
    position: relative;
    padding-top: 10px;
}

.product-card .p-data .p-revs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card .p-data .p-revs span {
    color: #7B7B7B;
}

.product-card .p-data .p-revs strong {
    display: flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
}


.product-card .p-data .p-revs strong img {
    object-fit: contain;
    width: 15px;
    height: 15px;
}

.product-card .p-data .p-title {
    margin-bottom: 10px;
}

.product-card .p-data .p-title a {
    color: #1D1927;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    vertical-align: middle;
    max-height: 48px;
    min-height: 48px;
}

.product-card .p-data .p-price {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.product-card .p-data .p-price span {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.product-card .p-data .p-price span:last-child {
    color: #878787;
    font-weight: 300;
    font-size: 13px;
    text-decoration: line-through;
}

.product-card .p-data .add-to-cart {
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 100%;
    background-color: #000000;
    color: #fff;
    font-size: 31px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.owl-carousel {
    padding: 0;
}

.special-ads {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.special-ads a {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.special-ads a:hover {
    opacity: .9;
}

.special-ads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, .08);
    display: none;
}

.mobile-nav a {
    display: flex;
    width: 20%;
    justify-content: center;
    padding: 30px 0;
    position: relative;
}

.mobile-nav a::before {
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 0;
    transition: .3s;
    height: 3px;
    background: #000000;
    content: '';
}


.mobile-nav a.active::before {
    width: 100%;
}

.mobile-nav a.active img {
    filter: none;
    opacity: 1;
}

.mobile-nav a img {
    filter: brightness(0);
    opacity: .5;
    object-fit: contain;
}

.mobile-nav a .badgo {
    width: 22px;
    height: 22px;
    line-height: 22px;
    z-index: 1;
    margin: -15px -15px 0 0;
}

.category-head {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    display: none;
}

.category-head .head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 50px;
}

.category-head .search-area {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: none;
    background-color: #fff;
}

.category-head .search-area .close-search {
    color: #000f;
    font-size: 16px;
}

.category-head .search-area .form-group {
    position: relative;
    min-width: 400px;
}

.category-head .search-area .form-group .form-control {
    height: 50px;
    background-color: #F6F6F6;
    border: 0;
    padding: 0 20px;
}

.category-head .search-area .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    padding: 0 15px;
    border: 0;
    font-size: 20px;
    transform: scaleX(-1);
    background: transparent;
}

.category-head .search-area.active {
    display: flex;
}

.category-head .container div:not(.search-area) {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.category-head span {
    font-size: 16px;
}

.category-head .container div:not(.search-area):nth-of-type(2) {
    flex-direction: row-reverse;
    column-gap: 20px;
}

.category-body {
    padding: 30px 0;
}

.category-body .nav-tabs {
    border: 0;
    column-gap: 40px;
    margin-bottom: 15px;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 15px;
}

.category-body .nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 5px !important;
}

.category-body .nav-tabs::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}

.category-body .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 15px;
}

.category-body .nav-tabs .nav-item .nav-link {
    background: #F9F9F9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 6px 10px;
    font-size: 13px;
    color: #000;
    transition: .3s;
    border: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    min-width: 115px;
    white-space: nowrap;
    min-width: auto;
    border-radius: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
}

.category-body .nav-tabs .nav-item .nav-link.active {
    /*background-color: #000000;*/
    color: #000000;
}

.category-body .nav-tabs .nav-item .nav-link img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    padding: 6px;
}

.category-body .nav-tabs .nav-item .nav-link::before {
    /*content: '';*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 5px;*/
    /*background-color: #fff;*/
    /*border-radius: 100%;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*z-index: -1;*/
}

.category-sidebar .sidebar-head {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.category-sidebar .sidebar-head div {
    display: flex;
    column-gap: 10px;
}

.category-sidebar .sidebar-head div span {
    font-size: 16px;
}

.category-sidebar .sidebar-head button {
    color: #C52525;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
}

.category-sidebar .widget {
    margin-bottom: 7px;
    background-color: #fff;
    padding: 20px 0;
}

.category-sidebar .sidebar-body {
    background-color: #f9f9f9;
}

.category-sidebar .submit-filter {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px -12px 9px rgba(203, 203, 203, 0.25);
}

.category-sidebar .submit-filter .btn {
    width: 100%;
}

.category-sidebar .widget h4 {
    font-size: 18px;
    margin-bottom: 30px;
}

.category-sidebar .widget .sizes {
    display: flex;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
}


.category-sidebar .widget .sizes label input {
    display: none;
}

.category-sidebar .widget .sizes label span {
    display: flex;
    flex-direction: column;
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 10px;
    min-width: 80px;
    padding: 15px;
    text-align: center;
    row-gap: 10px;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
    user-select: none;
}

.category-sidebar .widget .sizes label input:checked+span {
    background-color: #000000;
    color: #fff;
}

.category-sidebar .widget .sizes label input:checked+span img {
    filter: brightness(0) invert(1);
}

.category-sidebar .widget .sizes label span img {
    object-fit: contain;
    width: 30px;
    margin: 0 auto;
}

.category-sidebar .widget .price-wrap #amount {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border: 0;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.category-sidebar .widget .price-wrap .ui-widget.ui-widget-content {
    background-color: #FFE7E9;
    border: 0;
    height: 9px;
    border-radius: 50px;
}

.category-sidebar .widget .price-wrap .ui-widget.ui-widget-content .ui-widget-header {
    background-color: #000000;
}

.category-sidebar .widget .price-wrap .ui-widget.ui-widget-content .ui-state-default {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(155, 154, 154, 0.25);
    top: -8px;
    cursor: col-resize;
}


.category-sidebar .widget .order-by label {
    width: 100%;
    margin-bottom: 11px;
}

.category-sidebar .widget .order-by label input {
    display: none;
}

.category-sidebar .widget .order-by label span {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: block;
    padding: 20px 25px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.category-sidebar .widget .order-by label span::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 0 1px #C8C8C8;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    transition: .3s;
    border: 2px solid #fff;
}

.category-sidebar .widget .order-by label input:checked+span::before {
    box-shadow: 0 0 0 1px #000000;
    background-color: #000000;
}

.category-body .tab-content {
    background-color: #f9f9f9;
    padding: 15px;
}

.product-img {
    background-color: #f9f9f9;
    position: relative;
    height: 400px;
}

.product-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-img .add-to-favourite {
    left: 20px;
    top: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.product-data h4 {
    margin-bottom: 23px;
    font-size: 22px;
    font-weight: 600;
}

.product-data .extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-data .extra .price {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.product-data .extra .price span {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.product-data .extra .price span+span {
    font-weight: 400;
    font-size: 15px;
    color: #a1a1a1;
    text-decoration: line-through;
}

.number {
    border: 1px solid #F9F9F9;
    border-radius: 50px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    user-select: none;
}

.number .qtybutton {
    background: #F9F9F9;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 32px;
    color: #979797;
}

.number .plus-minus-box {
    width: 36px;
    height: 36px;
    text-align: center;
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 20px;
}

.number .qtybutton.inc {
    background: #000000;
    color: #fff;
}

.product-data>p {
    margin-bottom: 15px;
    color: #1D1927;
    font-weight: 300;
}

.product-data .reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
    padding: 13px 20px;
}

.product-data .reviews span {
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-size: 18px;
    font-weight: 500;
}

.product-data .reviews a {
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.product-data .reviews a i {
    font-size: 20px;
}

.product-options {
    padding: 30px 20px;
}

.product-data {
    border-bottom: 9px solid #F9F9F9;
    padding: 30px 20px;
}

.product-options .opt-item {
    margin-bottom: 20px;
}

.product-options .opt-item:last-of-type {
    margin: 0;
}

.product-options .opt-item h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

.product-options .opt-item h4 span {
    color: #878787;
    font-weight: 300;
    font-size: 16px;
}

.product-options .opt-item li {
    border: 1px solid #ffffff;
}

.product-options .opt-item li label {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.product-options .opt-item li label input {
    display: none;
}

.product-options .opt-item li label span {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #1D1927;
    display: block;
    padding: 15px 20px;
    cursor: pointer;
}

.product-options .opt-item li label span::after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 50%;
    box-shadow: 0 0 0 1px #C8C8C8;
    border-radius: 50px;
    transform: translateY(-50%);
    transition: .3s;
    border: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.product-options .opt-item ul {
    background: #F9F9F9;
    border-radius: 5px;
}

.product-options .opt-item li label span::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #000000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s;

}

.product-options .opt-item li label input:checked+span::after {
    background-color: #000000;
    color: #fff;
    box-shadow: 0 0 0 1px #000000;
    border-color: #000000;
    font-size: 13px;
}

.product-options .opt-item li label input[type="radio"]+span::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f00c";
}

.product-options .opt-item li label span:hover::before {
    height: 25px;
    opacity: 1;
}

.product-options .opt-item li label input[type="checkbox"]+span::after {
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #f9f9f9;
}

.product-options .opt-item li label input[type="checkbox"]:checked+span::after {
    background-color: #000000;
}

.product-submit {
    padding: 20px;
    box-shadow: 0px -12px 9px rgba(203, 203, 203, 0.25);
    background-color: #fff;
    margin-top: 6px;
}

.product-submit .btn {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
}

.product-submit .btn span {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
}

.product-wrap .category-head .head-inner a img {
    filter: brightness(0);
}

.category-head .head-inner a {
    position: relative;
}

.category-head .head-inner a .badgo {
    left: 10px;
    transform: none;
}

.body-title {
    background-color: #000000;
    padding: 10px 0;
}

.body-title h4 {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 7px;
    word-spacing: 2px;
}

.body-title img {
    filter: brightness(0) invert(1);
}

.body-content {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.body-content li {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px 25px;
}

.body-content li:last-child {
    margin: 0;
}

.body-content li h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #696969;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 7px;
}

.body-content li h5 span {
    color: inherit;
    font-size: inherit;
}

.body-content li p {
    margin-bottom: 10px;
}

.body-title .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-body {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.cart-products li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    width: calc(50% - 10px);
}

.cart-products li .product-block {
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
}

.cart-products li .del-btn {
    background: #000000;
    border-radius: 5px;
    border: 0;
    height: 150px;
    width: 70px;
    min-width: 70px;
    display: none;
}

.cart-products li .del-btn img {
    filter: brightness(0) invert(1);
}

.cart-products li .product-block .p-img {
    height: 135px;
    width: 135px;
    min-width: 135px;
}

.cart-products li .product-block .p-img a {
    display: block;
    height: 100%;
    padding: 10px;
}

.cart-products li .product-block .p-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-products li .product-block .p-data {
    padding: 15px;
    flex-grow: 1;
}

.cart-products li .product-block .p-data>a {
    color: #1D1927;
    display: inline-block;
    margin-bottom: 5px;
}

.cart-products li .product-block .p-data p {
    color: #696969;
    margin-bottom: 2px;
}

.cart-products li .product-block .p-data .extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-products li .product-block .p-data .extra .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}

.cart-products li .product-block .p-data .extra .price span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.cart-products li .product-block .p-data .extra .price span:last-child {
    color: #999;
    font-weight: 300;
    text-decoration: line-through;
    font-size: 14px;
}

.cart-products ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
}

.cart-extra .ex-item {
    margin-bottom: 20px;
}

.cart-extra .ex-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.cart-extra .ex-item .form-group {
    position: relative;
}

.cart-extra .ex-item .form-control {
    border: 1px solid #F9F9F9;
    border-radius: 5px;
}

.cart-extra .ex-item textarea.form-control {
    height: 55px !important;
    transition: .3s;
}

.cart-extra .ex-item textarea.form-control:focus {
    height: 100px !important;
}

.cart-extra .ex-item .form-group .btn.btn-border {
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    background: transparent;
    color: #878787;
    border-right: 1px solid #f9f9f9;
    font-weight: 300;
}

.cart-extra .ex-item .coup-preview {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.cart-extra .ex-item .coup-preview div {
    position: relative;
    padding: 15px 30px;
    color: #fff;
}

.cart-extra .ex-item .coup-preview div::after,
.cart-extra .ex-item .coup-preview div::before {
    content: '';
    position: absolute;
    right: -8px;
    background-color: #f9f9f9;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.cart-extra .ex-item .coup-preview div::after {
    top: 28px;
}

.cart-extra .ex-item .coup-preview div:last-of-type::after,
.cart-extra .ex-item .coup-preview div:last-of-type::before {
    left: -8px;
    right: auto;
}

.cart-extra .ex-item .coup-preview div:last-of-type {
    border-right: 2px solid #F9F9F9;
}

.cart-extra .ex-item .coup-preview div button {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
}

.cart-extra .ex-item .add-new-coup {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.cart-overview {
    margin-bottom: 25px;
}

.cart-overview h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-overview ul {
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
    padding: 20px;
}

.cart-overview ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #1D1927;
    font-weight: 300;
}

.cart-overview ul li span {
    font-size: 18px;
    font-weight: 400;
}

.cart-overview ul li:last-child span {
    font-weight: 600;
    color: #000000;
}

.cart-overview ul li:last-child {
    margin: 0;
}

.cart-submit {
    background: #FFFFFF;
    box-shadow: 0px -12px 9px rgba(203, 203, 203, 0.25);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.cart-submit .btn {
    width: 50%;
}

.cart-submit .btn.btn-border {
    background: transparent;
    color: #000000;
    border: 1px solid;
    box-shadow: none;
}

.ship-addresses .cart-submit .btn {
    width: 100%;
}

.ship-title {
    margin-bottom: 20px;
}

.ship-title h3 {
    font-size: 18px;
}

.ship-items li {
    width: 33.33%;
    margin-bottom: 15px;
}

.ship-items li label {
    display: block;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.ship-items li label input {
    display: none;
}

.ship-items li label .ship-block {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 1;
}

.ship-items li label .ship-block::before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f00c";
    width: 22px;
    height: 22px;
    background-color: #000000;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -22px;
    opacity: 0;
    transition: .3s;
}

.ship-items li label .ship-block::after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    top: -10px;
    right: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0;
    z-index: -1;
}

.ship-items li label input:checked+.ship-block::before,
.ship-items li label input:checked+.ship-block::after {
    opacity: 1;
}

.ship-items li label .ship-block .ship-map {
    position: relative;
    height: 200px;
    background: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.ship-items li label .ship-block .ship-map>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ship-items li label .ship-block .ship-map .del-address {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 100%;
    background-color: #fff;
    left: 10px;
    top: 10px;
}

.ship-items ul {
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.ship-items li:last-child {
    width: 100%;
}

.ship-items li .btn.add-new-address {
    color: #000000;
    background: #FFEFF0;
    border: 2px dashed #000000;
    border-radius: 5px;
    box-shadow: none;
}

.ship-items {
    margin-bottom: 50px;
}

.ship-items li label .ship-block .ship-data {
    padding: 15px;
}

.ship-items li label .ship-block .ship-data h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ship-items li label .ship-block .ship-data h4 div {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 15px;
}

.ship-items li label .ship-block .ship-data h4 a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.ship-items li label .ship-block .ship-data p {
    font-size: 13px;
    color: #696969;
    margin-bottom: 5px;
}

.ship-items li label .ship-block .ship-data p:last-child {
    margin: 0;
}

.ship-items li label .ship-block .ship-data h4 div img {
    filter: brightness(0);
}

.ship-preview {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ship-preview .sh-map {
    height: 300px;
}

.ship-preview .sh-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ship-preview .sh-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.ship-preview .sh-data span {
    font-size: 16px;
    font-weight: 300;
}

.ship-form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.ship-form .form-group .form-control {
    height: 55px;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
}

.ship-form h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ship-form .form-group>img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.ship-form .form-group #phone {
    padding: 0 50px;
    border-radius: 0 5px 5px 0;
}

.ship-form .form-group .iti {
    column-gap: 0;
}

.ship-form .form-group .iti .iti__flag-container {
    border: 0;
    background: #fff;
    border-radius: 5px 0 0 5px;
}

.ship-form .form-group .iti .iti__flag-container .iti__selected-flag {
    border-radius: inherit;
}

.ship-form .form-group label span {
    color: #252441;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    transition: .3s;
    font-weight: 300;
    cursor: pointer;
    user-select: none;
}

.ship-form .form-group label input {
    display: none;
}

.ship-form .form-group label input:checked+span img {
    filter: brightness(0) invert(1);
}

.ship-form .form-group label input:checked+span {
    background-color: #000000;
    color: #fff;
}

.ship-form .form-group {
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.ship-form {
    margin-bottom: 50px;
}

.review-order .ship-items li {
    width: 100%;
}

.ship-period {
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 300;
}

.ship-payment .product-options {
    padding: 20px 0 5px 0;
}

.ship-payment .product-options ul li {
    border: 0;
    background: transparent;
}

.ship-payment .product-options ul {
    row-gap: 0;
}

.ship-payment .product-options ul li label {
    border: 0;
    padding: 0;
}

.ship-payment .product-options ul li label span::after {
    border-radius: 2px;
    font-size: 0 !important;
}

.ship-payment .product-options .opt-item li label input:checked+span::after {
    border-color: #f9f9f9;
}

.ship-payment .product-options ul li label span::before {
    display: none;
}

.ship-payment .product-options ul li label span {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.order-state {
    padding: 50px 0;
}

.order-state .order-icon {
    text-align: center;
    margin-bottom: 20px;
}

.order-state .order-icon h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
}

.order-state .order-info {
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-state .order-info div {
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.order-state .order-info span {
    color: #000000;
    font-size: 16px;
}

.order-state .order-review-list {
    margin-bottom: 30px;
}

.order-state .order-review-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}

.order-state .order-review-list ul li span {
    font-weight: 700;
    font-size: inherit;
}

.order-state .order-btns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.order-state .order-btns .btn {
    width: 100%;
}

.order-state .order-btns .btn.btn-border {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid;
}

.orders-wrap .category-head {
    display: flex;
}

.orders-wrap .category-head .head-inner {
    flex-wrap: wrap;
    height: auto;
}

.orders-wrap .category-head .nav.nav-tabs {
    border: 0;
    margin-top: 30px;
    justify-content: center;
    width: 100%;
}

.orders-wrap .category-head .nav.nav-tabs .nav-item .nav-link {
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 15px;
    font-size: 18px;
    color: #000;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    transition: .3s;
}

.orders-wrap .category-head .nav.nav-tabs .nav-item .nav-link::after {

    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    background-color: #000000;
    width: 0;
    transition: .3s;
}

.orders-wrap .category-head .nav.nav-tabs .nav-item .nav-link.active {
    color: #000000;
}

.orders-wrap .category-head .nav.nav-tabs .nav-item .nav-link.active::after {
    width: 100%;
}

.orders-wrap .category-head .nav.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.orders-wrap .tab-pane {
    background-color: #f9f9f9;
    padding: 15px 0;
}

.orders-wrap .tab-pane ul>li {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.orders-wrap .tab-pane ul>li .order-info {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

.orders-wrap .tab-pane ul>li .order-info div {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #000000;
    font-size: 16px;
}

.orders-wrap .tab-pane ul>li .order-info span {
    font-size: 16px;
    color: #000000;
}

.orders-wrap .tab-pane ul>li .order-review-list li {
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orders-wrap .tab-pane ul>li .order-review-list li span {
    font-weight: 500;
    font-size: 16px;
}

.orders-wrap .tab-pane ul>li .order-review-list li:nth-of-type(2) span {
    color: #000000;
}

.orders-wrap .tab-pane ul>li .order-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}

.orders-wrap .tab-pane ul>li .order-status span {
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
}

.orders-wrap .tab-pane ul>li .order-status.shipping {
    background-color: #000000;
    color: #fff;
}

.orders-wrap .tab-pane ul>li .order-status.shipping span {
    background-color: #FFE5E8;
    color: #000000;
}

.orders-wrap .tab-pane ul>li .order-status.processed {
    background-color: #F69502;
    color: #fff;
}

.orders-wrap .tab-pane ul>li .order-status.processed span {
    background-color: #FFF8ED;
    color: #f69502;
}

.orders-wrap .category-head {
    padding-bottom: 0;
}

.orders-wrap .tab-pane ul>li .order-status.delivered,
.orders-wrap .tab-pane ul>li .order-status.canceled {
    padding: 0 0 20px;
    font-weight: 300;
    font-size: 18px;
}

.orders-wrap .tab-pane ul>li .order-status.delivered span {
    background-color: #E9FFE9;
    color: #007900;
}

.orders-wrap .tab-pane ul>li .order-status.canceled span {
    background-color: #FFE5E8;
    color: #000000;
}

.orders-wrap .tab-pane ul>li .order-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.orders-wrap .tab-pane ul>li .order-btns .btn {
    width: 50%;
    box-shadow: none;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.orders-wrap .tab-pane ul>li .order-btns .btn:last-child {
    border-color: #000;
    color: #000;
}

.orders-wrap .tab-pane ul>li .order-btns .btn:hover {
    background-color: #000000;
    color: #fff;
}

.orders-wrap .tab-pane ul>li .order-btns .btn:last-child:hover {
    background-color: #000;
    color: #fff;
}

.orders-wrap .tab-pane ul>li .order-btns .btn:hover img {
    filter: brightness(0) invert(1);
}

.orders-wrap .tab-pane ul>li .order-btns .btn img {
    transition: .3s;
}



.order-details .category-head {
    padding: 20px 0;
}

.order-details .category-head .btn {
    height: 40px;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 13px;
    box-shadow: none;
}

.order-details .reviews-body {
    padding: 20px 0;
    background-color: #f9f9f9;
}


.info-wrp .order-info {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

.info-wrp .order-info div {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #000000;
    font-size: 16px;
}

.info-wrp .order-info span {
    font-size: 16px;
    color: #000000;
}

.info-wrp .order-review-list li {
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.info-wrp .order-review-list li span {
    font-weight: 500;
    font-size: 16px;
}

.info-wrp .order-review-list li:nth-of-type(2) span {
    color: #000000;
}

.info-wrp {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.info-wrp .order-review-list li:last-child {
    margin: 0;
}

.info-process .p-img {
    height: 250px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.info-process .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-status {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-status div {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #5F5F5F;
    font-size: 15px;
    font-weight: 200;
}

.p-status span {
    background-color: #FFE5E8;
    color: #000000;
    border-radius: 50px;
    padding: 6px 25px;
}

.info-address {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.info-address .address-details {
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    padding: 15px;
}

.info-address .btn {
    margin-top: 15px;
}

.info-address .address-details h4 {
    display: flex;
    align-items: center;
    color: #5F5F5F;
    font-size: 15px;
    font-weight: 300;
    column-gap: 10px;
    margin-bottom: 10px;
}

.info-address .address-details h4 img {
    filter: brightness(0);
}

.info-address .address-details h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.info-address .address-details ul li {
    color: #5F5F5F;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 300;
}

.info-address .address-details ul li:last-child {
    margin: 0;
}

.info-products li {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}


.info-products h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}

.info-products li .pr-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    padding: 5px;
}

.info-products li .pr-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-products li .pr-data {
    flex-grow: 1;
    padding: 0 5px;
}

.info-products li .pr-data a {
    color: #1D1927;
    font-size: 16px;
    margin-bottom: 5px;
}

.info-products li .pr-data p {
    color: #696969;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 300;
}

.info-products li .pr-data div {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.info-products li .pr-data div span {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

.info-products li .pr-data strong {
    border: 1px solid #F9F9F9;
    border-radius: 50px;
    padding: 8px 23px;
}

.info-products {
    margin-bottom: 30px;
}

.info-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.info-payment div,
.info-payment span {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
}

.info-payment span i {
    background: #000000;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-payment span {
    color: #000000;
    font-size: 17px;
}

.p-progress {
    position: relative;
    height: 9px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #FFEFF0;
}

.p-progress div {
    position: absolute;
    height: 100%;
    background-color: #000000;
    right: 0;
    top: 0;
}

.order-details .reviews-body .btn {
    width: 100%;
    margin-bottom: 20px;
}

.info-address .btn {
    margin-bottom: 0 !important;
}

.info-state {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.info-state h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.info-state .btn {
    width: auto !important;
    border: 1px solid #fff;
    display: inline-flex;
    margin-bottom: 0 !important;
    background: transparent;
    box-shadow: none;
    column-gap: 10px;
    height: 50px;
}

.info-state .btn img {
    filter: brightness(0) invert(1);
}

.info-state.canceled {
    background-color: #000000;
}

.info-state.delivered {
    background-color: #49b549;
}

.info-products li .pr-rev {
    width: 100%;
    margin-top: 15px;
}

.info-products li .pr-rev a {
    margin: 0 0 5px !important;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    column-gap: 10px;
}

.p-status {
    flex-wrap: wrap;
}

.p-status p {
    color: #949494;
    margin-bottom: 10px;
    width: 100%;
}

.call-delivery {
    background: #F3F3F3;
    border-radius: 5px;
    padding: 12px 20px;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.call-delivery i {
    width: 58px;
    height: 58px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.call-delivery a {
    padding: 6px;
}

.order-track .info-process .p-img {
    height: 600px;
}



.overlay-s {
    content: '';
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 11;
}

.overlay-s.active {
    opacity: .8;
    visibility: visible;
}

.cart-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 15;
    transition: .3s;
    transform: translateY(-150%);
}

.cart-modal h4 {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
}

.cart-modal h4 i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
}

.cart-modal h4 i img {
    filter: brightness(0);
}

.cart-modal>div {
    padding: 20px;
    background-color: #fff;
}

.cart-modal p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1D1927;
    font-size: 20px;
    font-weight: 600;
}

.cart-modal span {
    font-size: inherit;
    color: #000000;
}

.cart-modal div div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    width: 100%;
}

.cart-modal div div .btn {
    width: 50%;
    box-shadow: none;
}

.cart-modal div div .btn.btn-border {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.cart-modal.active {
    transform: none !important;
}

.rev-action {
    margin: 20px 0;
}

.rev-action .btn {
    width: 100%;
}

.rate-modal {
    text-align: center;
}

.rate-modal .rating {
    margin-bottom: 30px;
    justify-content: center;
    flex-direction: row-reverse;
    column-gap: 10px;
}

.rate-modal .rating input {
    display: none;
}

.rate-modal .rating label {
    filter: brightness(0);
    opacity: .15;
    transition: .3s;
    width: 30px;
    height: 30px;
    transform: scale(.9);
    cursor: pointer;
}

.rate-modal h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.rate-modal .btn {
    width: 100%;
    box-shadow: none;
    height: 50px;
}

.rate-modal .rating input:checked~label {
    opacity: 1;
    filter: none;
    transform: none;
}

.rate-modal .rating label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cancel-order {
    text-align: center;
}

.cancel-order h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 10px;
}

.cancel-order p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    justify-content: center;
}

.cancel-confirm h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}

.cancel-confirm ul li a {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    color: #000000;
    padding: 10px 0;
}

.cancel-confirm ul li:last-child {
    margin: 0;
}

.cancel-confirm ul li:last-child a {
    border: 0;
    color: #000;
}

.rate-order h3 {
    font-weight: 600;
}

.rate-order .rate-modal .rating label {
    width: 45px;
    height: 45px;
    filter: none;
}

.rate-order .rate-modal .btn {
    width: 100%;
}

.rate-order .rate-modal {
    display: block;
}

.rate-order .rate-modal .rating input:checked~label {
    opacity: .1;
    transform: none;
}

.rate-order .rate-modal .rating input:checked+label {
    opacity: 1;
}

.rate-order .form-group {
    margin-bottom: 20px;
}

.rate-order .form-group .form-control {
    height: 100px !important;
}

.cart-modal .review-sending {
    padding: 50px 20px;
    text-align: center;
    background: #000000;
}

.cart-modal .review-sending h4 {
    display: block;
    padding: 0;
}

.rate-order .rate-modal .btn[disabled] {
    opacity: .2;
}

.cancel-confirm .container,
.support-wrp .container,
.shipping .container,
.langs .container {
    display: block;
}

.offers-body .special-ads,
.offers-body .product-s {
    padding: 0;
    background: transparent;
}

.offers-body {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.offers-body .special-ads {
    margin-bottom: 15px;
}

.offers-body .product-s .product-card {
    margin-bottom: 20px;
}

.remove-from-favourite {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 100%;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 10px;
    font-size: 16px;
    box-shadow: 0 0 15px rgb(0 0 0 / 3%);
}

.fav-wrp .offers-body {
    display: flex;
    min-height: 400px;
    align-items: center;
}

.fav-wrp .offers-body .alert {
    margin-bottom: 0;
}

.support-wrp h3 {
    color: #1D1927;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


.support-wrp ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding: 13px 0;
    color: #1D1927;
    font-size: 15px;
}

.support-wrp ul li span {
    font-size: 18px;
}

.support-wrp ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.contact-body .form-group {
    margin-bottom: 30px;
}

.contact-body .form-group h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-body .form-group .form-control {
    height: 50px;
    border: 0;
}

.contact-body .form-group div {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.contact-body .form-group label {
    display: flex;
}

.contact-body .form-group label input {
    display: none;
}

.contact-body .form-group label span {
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
}

.contact-body .form-group label input:checked+span {
    background-color: #000000;
    color: #fff;
}

.contact-body .form-group:last-of-type {
    margin: 0;
}

.ship-address .select-address {
    display: inline-flex !important;
    font-size: 18px !important;
    color: #000000 !important;
}

.ship-address .select-address i {
    font-size: 16px !important;
}

#shipAddresses {
    bottom: 0;
    top: auto;
    transform: translateY(150%);
}

.shipping h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.shipping ul li a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.shipping ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.shipping ul li a h5 {
    font-size: 16px;
    font-weight: 300;
}

.shipping ul li a p {
    display: block;
    color: #757575;
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0 0;
}

.shipping ul li a div {
    display: block;
}

.search-wrapp .category-head .head-inner {
    flex-wrap: wrap;
    height: auto;
}

.search-wrapp .category-head .head-inner .form-group {
    position: relative;
    width: 100%;
    margin: 15px 0 5px;
}

.search-wrapp .category-head .head-inner .form-group .form-control {
    background: #F6F6F6;
    border-radius: 5px;
    border: 0;
    height: 50px;
    font-size: 16px;
    padding: 0 20px 0 60px;
}

.search-wrapp .category-head .head-inner .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    padding: 0 15px;
    border: 0;
    background: transparent;
    opacity: .5;
}

.search-wrapp .offers-body h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.search-wrapp .offers-body ul li {
    margin-bottom: 15px;
}

.search-wrapp .offers-body ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    transition: .3s;
}

.search-wrapp .offers-body ul li a img {
    transition: .3s;
}

.search-wrapp .offers-body ul li a:hover {
    color: #000000;
}

.search-wrapp .offers-body ul li a:hover img {
    transform: rotate(360deg);
}

.profile-wrp .category-head {
    background-color: #000000;
    padding-bottom: 70px;
}

.profile-wrp .category-head span {
    color: #fff;
}

.profile-wrp .category-head a img {
    filter: invert(1);
}

.profile-wrp .category-head .btn {
    background-color: #fff;
    color: #000000;
}

.profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.profile-head .p-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    margin-top: -60px;
    background-color: #fff;
}

.profile-head .p-img label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    background-color: #EEBC31;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.profile-head .p-img>img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.profile-head .p-img label input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.profile-head h4 {
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0 2px;
}

.profile-head p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.profile-head>a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
}

.profile-orders {
    margin-bottom: 15px;
}

.profile-orders a {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 25px;
    justify-content: space-between;
}

.profile-orders a>div {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.profile-orders a h4 {
    font-size: 14px;
}

.profile-orders a strong {
    font-size: 16px;
    font-weight: normal;
}

.profile-orders a p {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin-top: 2px;
}

.profile-orders a i {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 25px;
}

.profile-wrp .reviews-body ul li {
    margin-bottom: 15px;
}

.profile-wrp .reviews-body ul li a {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 25px;
    justify-content: space-between;
}

.profile-wrp .reviews-body ul li a span {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 16px;
}

.profile-wrp .reviews-body ul li a img {
    width: 45px;
    object-fit: scale-down;
}

.profile-wrp .reviews-body ul li a::after {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f104";
    color: #000;
    font-size: 27px;
    line-height: 1;
}

.profile-wrp .reviews-body ul li a i {
    background: #FFE6E8;
    border-radius: 50px;
    color: #000000;
    padding: 9px 15px;
    margin: 0 0 0 35px;
}

.setting-wrp .category-body {
    padding: 20px 12px;
    background-color: #f9f9f9;
}

.setting-wrp .form-group {
    margin-bottom: 15px;
}

.setting-wrp .form-group h4 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.setting-wrp .form-group .form-control {
    height: 50px;
    border: 0;
    padding: 0 50px;
    font-size: 15px;
}

.setting-wrp .form-group div {
    position: relative;
}

.setting-wrp .form-group>div>img {
    position: absolute;
    right: 15px;
    top: 15px;
    filter: brightness(0);
    width: 17px;
}

.setting-wrp .form-group div .btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
}

.setting-wrp .form-group .form-control[type="password"] {
    font-size: 23px;
}

.setting-wrp .form-group>.btn {
    width: 100%;
    margin-top: 30px;
}

.setting-wrp .p-img {
    margin: 0 auto;
}

.setting-wrp .form-group .iti__flag-container {
    border: 0;
    background-color: #fff;
    height: 50px;
    border-radius: 5px;
}

.faqs-body {
    padding-bottom: 20px;
}

.faqs-body .f-img {
    text-align: center;
    margin-bottom: 30px;
}

.faqs-body ul li {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.faqs-body ul li h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.faqs-body ul li p {
    font-weight: 300;
    line-height: 1.7;
    font-size: 13px;
}

.static .faqs-body {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.static .category-body {
    padding-bottom: 20px !important;
}

.static .faqs-body h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.static .faqs-body p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 13px;
}

.static .faqs-body ul {
    padding: 15px;
}

.static .faqs-body ul li {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
    background: transparent;
    list-style: disc;
}

.notifs {
    margin: 0;
    z-index: 5;
}

.notifs .category-body {
    padding: 20px 12px;
    background-color: #f9f9f9;
}

.notifs .category-head {
    display: flex;
}

.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.switcher {
    width: 60px;
    height: 30px;
    overflow: hidden;
    position: relative;
}

.switcher,
.switcher .layer {
    border-radius: 100px;
}

.switcher .switcher-input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #f5f7ff;
    transition: 0.3s ease all;
    z-index: 1;
}

.switcher .knobs:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 24px;
    height: 24px;
    box-shadow: 0px 3.55168px 9.47116px rgba(0, 0, 0, 0.15),
    0px 3.55168px 1.18389px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.switcher .switcher-input:active+.knobs:before {
    width: 46px;
    border-radius: 100px;
}

.switcher .switcher-input:checked:active+.knobs:before {
    margin-left: -32px;
}

.switcher .switcher-input:checked+.knobs:before {
    content: "";
    left: 32px;
}

.switcher .switcher-input:checked~.layer {
    background-color: #000000;
}

.langs span {
    position: relative;
    display: block;
    color: #1D1927;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    cursor: pointer;
}

.langs label input {
    display: none;
}

.langs label {
    display: block;
}

.langs label:last-child span {
    border: 0;
}

.langs span::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px #C8C8C8;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #fff;
    transition: .3s;
}

.langs input:checked+span::after {
    background-color: #000000;
    box-shadow: 0 0 0 1px #000000;
}

.cart-modal .langs {
    padding: 0;
}

.empty-cart {
    text-align: center;
    padding: 100px 0;
}

.empty-cart img {
    width: 100px;
    opacity: .2;
    filter: brightness(0);
}

.empty-cart h4 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    color: #afafaf;
}

.nice-select {
    width: 100%;
}

.nice-select span {
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: initial;
}

.nice-select::after {
    left: 20px;
    right: auto;
    width: 10px;
    height: 10px;
    top: 25px;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list li {
    text-align: initial;
    padding: 10px 15px;
    line-height: normal;
}

/* Amir 30-7-2022 */
.open-sidbar {
    border: 0;
    padding: 0;
    background: transparent;
}

.bot-head .main-actions {
    column-gap: 10px;
}

.main-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translateX(-150%);
    transition: .3s;
}

.main-sidebar.active {
    transform: none !important;
}

.main-sidebar .category-head {
    padding: 20px 0;
}

.close-sidebar img{
    filter:invert(1);
}

.order-details .reviews-body {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 80px);
    height: 100%;
}

.profile-wrp .reviews-body ul li a img {
    width: 30px;
}

.reviews-wrap.cart-wrap.orders-wrap {
    height: 100%;
    background-color: #f9f9f9;
}

.order-details .reviews-body::-webkit-scrollbar{
    height:5px;
    width:5px;
}

.order-details .reviews-body::-webkit-scrollbar-track{
    background:#ddd;
}

.order-details .reviews-body::-webkit-scrollbar-thumb{
    background:#000000;
    border-radius:15px;
    border:1px solid #ddd
}

.tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}

.tab-head .open-sidbar {
    width: 45px;
    min-width: 45px;
    display:none;
}

.bot-head .main-actions .open-sidbar {
    display: none;
}

.category-body .tab-content {
    padding: 20px 10px !important;
}

.category-body .row {
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.sticky-cart {
    position: fixed;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px -12px 9px rgb(203 203 203 / 25%);
    background-color: #fff;
    right: 0;
    width: 100%;
    padding: 15px 25px;
    display:none;
}

.sticky-cart .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000000;
    border-radius: 5px;
    height: 55px;
    padding: 0 16px;  position: relative;
}

.sticky-cart .inner a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.sticky-cart .inner h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.sticky-cart .inner h4 img {
    filter: brightness(0) invert(1);
    width: 20px;
    object-fit: contain;
}

.sticky-cart .inner h4 .badgo {
    left: auto !important;
    transform: none !important;
    right: -6px;
    z-index: 1;
    box-shadow: 0 0 0 2px #000000;
}

.sticky-cart .inner span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.g-head h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g-head h3 a {
    color: #000;
    font-size: inherit;
}

.g-head h3 div {
    font-size: inherit;
}

.cat-block {
    text-align: center;
    background: rgb(255 92 10 / 6%);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    transition: .3s;
}

.cat-block::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: rgb(255 85 0 / 10%);
    border-radius: 13px 13px 13px 76%;
    z-index: -1;
}

.cat-block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cat-block h4 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0 0;
}

.cat-block:hover {
    transform: scale(.95);
}
.cat-block img {
    height: 200px;
    object-fit: contain;
}

.log-wrap .log-data .data-inner .form-group .form-control.nice-select {
    float: none;
}

.category-body .product-card {
    /*display: flex;*/
    position: relative;
}

/*.category-body .product-card .p-img {*/
/*    width: 132px;*/
/*    height: 115px;*/
/*    position: unset;*/
/*}*/

/*.category-body .product-card .p-data {*/
/*    width: calc(100% - 132px);*/
/*    padding: 0 20px;*/
/*}*/

.category-body .row {
    row-gap: 24px;
}

.category-body .product-card .p-img .add-to-favourite {
    right: 20px;
    left: auto;
    width: 30px;
    height: 30px;
    top: 20px;
}

.category-body .product-card .p-img .add-to-favourite img {
    width: 16px !important;
    height: 16px !important;
}

.category-body .product-card .p-img > img {
    object-fit: cover;
}

.category-body .product-card .p-data .p-title a {
    font-weight: 500;
    max-height: none;
    min-height: auto;
}

.category-body .product-card .p-img span {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 20px;
    background-color: #EEEEEE;
    padding: 4px 15px;
}



/* ********** LANGUAGE ************ */

[lang="en"] .bot-head .main-search .form-group .form-control {
    padding: 0 50px 0 15px;
}

[lang="en"] .bot-head .main-search .form-group button {
    right: 0;
    left: auto;
    transform: none;
}

[lang="en"] .top-head .top-info .t-social {
    margin: 0 0 0 30px;
}

[lang="en"] .top-head .top-info .t-social a {
    margin: 0 0 0 7px;
}

[lang="en"] .bot-head .main-menu ul li {
    margin: 0 30px 0 0;
}

[lang="en"] .bot-head .main-search .form-group .form-control {
    padding: 0 50px 0 15px;
}

[lang="en"] .bot-head .main-search .form-group button {
    right: 0;
    left: auto;
    transform: none;
}

[lang="en"] .top-head .top-info .t-social {
    margin: 0 0 0 30px;
}

[lang="en"] .top-head .top-info .t-social a {
    margin: 0 0 0 7px;
}

[lang="en"] .bot-head .main-menu ul li {
    margin: 0 30px 0 0;
}

[lang="en"] .ship-form .form-group #phone {
    padding: 0 86px 0 50px !important;
}


[lang="en"] .ship-form .form-group>img {
    left: 20px;
    right: auto;
}

[lang="en"] .cart-extra .ex-item .form-group .btn.btn-border {
    right: 0;
    left: auto;
    border: 0;
    border-left: 1px solid #f9f9f9;
    border-radius: 0 5px 5px 0;
}

[lang="en"] .category-head .head-inner a img {
    transform: scaleX(-1);
}

[lang="en"] .category-body .nav-tabs .nav-item .nav-link::before,
[lang="en"] .product-card .p-img span {
    left: 10px;
    right: auto;
}

[lang="en"] .add-to-favourite,
[lang="en"] .remove-from-favourite {
    right: 10px;
    left: auto;
}

[lang="en"] .product-card {
    direction: ltr;
}

[lang="en"] .product-card .p-data .add-to-cart {
    right: 0;
    left: auto;
}

[lang="en"] .category-sidebar .widget .order-by label span::before {
    right: 25px;
    left: auto;
}

[lang="en"] .h-section .owl-dots {
    right: 30px;
    left: auto;
}

[lang="en"] .cat-item img {
    left: -50px;
    right: auto;
}

[lang="en"] .cat-item span {
    right: 20px;
    left: auto;
}

[lang="en"] .feats .block .inner .i-icon {
    margin: 0 20px 0 0;
}

[lang="en"] .log-wrap .log-img {
    left: auto;
    right: 0;
}

[lang="en"] .log-wrap .log-data {
    margin: 0 50% 0 0;
}

[lang="en"] .log-wrap .log-data .data-inner .back-btn img {
    transform: scaleX(-1);
}

[lang="en"] .log-wrap .log-data .data-inner .form-group #phone {
    padding: 0 86px 0 50px !important;
}

[lang="en"] .log-wrap .log-data .data-inner .form-group img {
    left: 20px;
    right: auto;
}

[lang="en"] .log-wrap .log-data .data-inner .form-group .show-pass {
    right: 0;
    left: auto;
}

[lang="en"] .profile-orders a i {
    transform: scaleX(-1);
}

[lang="en"] .p-progress div {
    left: 0;
    right: auto;
}

[lang="en"] .number {
    flex-direction: row-reverse;
}

[lang="en"] .product-data .reviews a i {
    transform: scaleX(-1);
}

[lang="en"] .product-options .opt-item li label span::before {
    left: 0;
    right: auto;
}

[lang="en"] .product-options .opt-item li label span::after,
[lang="en"] .product-img .add-to-favourite {
    right: 20px;
    left: auto;
}


[lang="en"] .profile-head .p-img label {
    left: auto;
    right: 0;
}

[lang="en"] .profile-wrp .reviews-body ul li a::after {
    right: 15px;
    left: auto;
    transform: scaleX(-1) translateY(-50%);
}

[lang="en"] .profile-wrp .reviews-body ul li a i {
    margin: 0 35px 0 0;
}

[lang="en"] .setting-wrp .form-group>div>img {
    left: 15px;
    right: auto;
}

[lang="en"] .setting-wrp .form-group #phone {
    padding: 0 86px 0 50px !important;
}

[lang="en"] .setting-wrp .form-group div .btn {
    right: 0;
    left: auto;
    border-radius: 0 5px 5px 0;
}

[lang="en"] .nice-select::after {
    right: 20px;
    left: auto;
}

[lang="en"] .category-body .product-card .p-img span{
    right: 20px;
    left:auto;
}

[lang="en"] .category-body .product-card .p-img .add-to-favourite {
    left: 20px;
    auto: auto;
}
