@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url(../css/slick.css);
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

html,body {
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    scroll-behavior:smooth
}

::-moz-selection {
    background:#EB008B;
	color:#FFFFFF;
    text-shadow: none;
}

::selection {
    background:#EB008B;
	color:#FFFFFF;
    text-shadow: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #EB008B;
    --sub-color: #F0F0F0;
    --ph-color: #F8F8F8;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Poppins', 'Cairo', sans-seri;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'Cairo', sans-seri;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 140px;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}



.hamburger,
.is-closed {
    width: 20px;
    height: 20px;
    z-index: 9;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--main-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.is-closed {
    background: var(--main-color);
    color: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px;
}
.is-closed span {
    background: #fff;
}
.opt-mobail {
    display: none;
}

.opt-mobail .ls-cart a {
    color: #231F20;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.opt-mobail .ls-cart i {
    background: url(../images/icons-site.svg);
    background-position: 148px 0;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}


/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #F8F8F8;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.top-header {
    padding: 20px 0;
    border-bottom: 1px solid var(--main-color);
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 160px;
}

.hd_menu {
    display: flex;
    align-items: center;
}

.hd_menu li {
    position: relative;
    margin-right: 20px;
}

.hd_menu li:last-child {
    margin-right: 0;
}

.hd_menu li a {
    color: #231F20;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hd_menu li.ls-currency
{
    margin-right:5px;
}

.hd_menu li.ls-currency a
{
    padding-right:15px;
}

.hd_menu li.ls-currency:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #231F20;
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: -1;
}

.hd_menu li i {
    background: url(../images/icons-site.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}

.hd_menu li i.icon-lang {
    background-position: 0 0;
}

.hd_menu li i.icon-currency {
    background-position: 92px 0;
}

.hd_menu li i.icon-account {
    background-position: 183px 0;
}

.hd_menu li i.icon-cart {
    background-position: 148px 0;
}

.form-search .form-group {
    position: relative;
}

.form-search .form-group .form-control {
    border: 0;
    border: 1px solid var(--main-color);
    border-radius: 0;
    padding-right: 35px;
    background-color: transparent;
}

.form-search .form-group button {
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    color: var(--main-color)
}

.form-search .form-control::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: capitalize;
    color: #000000;
}
.ls-sign .dropdown-menu.show {
    transform: translateY(51px) !important;
}
.ls-sign .dropdown-toggle::after {
    right: -13px;
}
.bottom-header {
    padding: 8px 0;
    border-bottom: 1px solid var(--main-color);
}

.bottom-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu {
    border-radius: 20px;
    display: flex;
}

.main_menu > li > a {
    display: block;
    color: #231F20;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
}

.main_menu > li.active a,
.main_menu > li a:hover {
    color: var(--main-color);
}

.main_menu > li.lang-site a {
    color: var(--main-color);
    font-weight: 500;
}

.dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 12px;
    position: relative;
    top: 3px;
    right: -5px;
    margin: 0;
}

.main_menu > li.cl-lang a {
    background: var(--sub-color);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
}

.main_menu > li.cl-lang a.btn-site:before {
    background: var(--main-color);
}

.main_menu > li.btn-contact a img {
    margin-left: 10px;
}
.cartCounter {
    background: var(--main-color);
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropBomb {
    background: #fff!important;
}
.dropdown-menu.dropBomb li a {
    color: var(--main-color) !important;
}
.main_menu .ls-sign {
    display: none;
}

.main_menu .ls-sign a {
    display: flex;
    align-items: center;
}

.main_menu .ls-sign i {
    background: url(../images/icons-site.svg);
    background-position: 183px 0;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}

.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(100px) !important;
    box-shadow: none;
    background: var(--main-color);
    border-radius: 0;
    
}

.dropdown-menu li {
    padding: 0 20px;
    width: 25%;
}

.dropdown-menu li a {
    padding: 10px 0;
    color: #fff !important;
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
    transform: translateX(10px);
}

.dropdown-menu.show {
    transform: translateY(141px) !important;
    width: 100vw;
    left: 0 !important;
}
.dropdown-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.dropdown {
    position: inherit;
}

.s-menu {
    position: absolute;
    top: -1px;
    left: 100%;
    background: #fff;
    height: 100%;
    padding: 5px 10px;
    display: none;
}

.dropdown-menu .s-menu li a {
    color: var(--main-color) !important;
}

.drop-ms .dropdownToggle {
    position: relative;
}
.drop-ms:hover .s-menu {
    display: block;
}
.drop-ms .dropdownToggle:after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -10px;
    margin: 0;
}


#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}

.section_home .item {
    position: relative;
    min-height: 600px;
    width: 100%;
    background-position: center !important;
}

#slide-home .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#slide-home .owl-dot {
    background: #000000;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: var(--main-color)
}

.owl-nav {
    display: block !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
}

#slide-home .owl-nav button {
    color: #fff;
    font-size: 35px;
}

#slide-home .owl-nav .owl-prev {
    left: 30px;
}

#slide-home .owl-nav .owl-next {
    right: 30px;
}
.image-responsive {
    display: none;
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sec_head h2 {
    color: var(--main-color);
    background: #F8F8F8;
    font-size: 28px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.sec_head:before {
    content: "";
    border-bottom: 3px dashed var(--main-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}

.sec-head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-head h2 {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 27px;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-bottom: 0;
    border-top: 0;
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
    border: 1px solid var(--main-color);
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span,
.btn-site a {
    color: #fff;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}

.btn-site:hover span,
.btn-site:hover a {
    color: var(--main-color);
}


.form-check-input {
    border: 2px solid var(--main-color);
}

.form-check-input:checked {
    border: 2px solid var(--main-color);
    background-color: transparent;
}

.form-check-input:focus {
    box-shadow: none;
    border: 2px solid var(--main-color)
}

.form-check li {
    margin-bottom: 20px
}

.cont-currency h6 {
    text-align: center;
    margin-bottom: 20px;
}

.cont-currency .btn-close {
    position: absolute;
    top: 30px;
    right: 20px
}

#currencyModal .modal-dialog {
    max-width: 360px;
}

.cont-currency {
    padding: 20px 30px 0;
}

.form-check-label {
    font-size: 15px;
    color: #000;
}

#currencyModal .form-check-label{
    position: relative;
    z-index: -1;
    
}

.form-check .form-check-input {
    float: right;
    cursor: pointer;
}

.form-check {
    margin: 0;
    padding: 0;
}
.form-check li a {
    display: block;
    position: relative;
    z-index: 2;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23EB008B'/%3e%3c/svg%3e");
}

/* Style Cosmetics */

.section_cosmetics {
    padding: 80px 0 30px;
    position: relative;
}

.cont-categ {
    padding-top: 30px;
    margin-bottom: 40px;
}

.item-cate {
    text-align: center;
}

.item-cate figure {
    position: relative;
    /*background: var(--main-color);*/
    width: 170px;
    height: 170px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.item-cate figure:before {*/
/*    content: "";*/
/*    border: 4px solid var(--main-color);*/
/*    width: 185px;*/
/*    height: 185px;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.item-cate figure img {*/
/*    max-width: 70px;*/
/*    max-height: 70px;*/
/*}*/

.item-cate p {
    color: var(--main-color);
    font-size: 20px;
}

.item-other-cate {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.item-other-cate figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 160px;
    margin: 0 auto 20px;
}

.item-other-cate figure img {
    max-width: 100%;
    max-height: 100%;
}

.item-other-cate p {
    color: #000000;
    font-size: 17px
}

/* Style Best Sellers */

.section_best_sellers {
    padding: 60px 0;
    position: relative;
}

.coloum4 .item {
    padding: 5px;
}

.item-prod {
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 8%);
}

.item-prod figure {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 245px;
}

.item-prod figure img {
    max-height: 100%;
    max-width: 100%;
}

.ot-stock {
    background: #B20101;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}

.txt-prod {
    text-align: center;
}

.txt-prod h5 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.txt-prod p {
    font-size: 15px;
}
.txt-prod h5 a,
.txt-prod p a {
    color: #303030;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.txt-prod strong {
    display: block;
    color: var(--main-color);
    margin: 5px 0;
}

.txt-prod del {
    display: block;
    color: #989898
}

.txt-prod ul {
    height: 45px;
}

.txt-prod .btn-site {
    margin: 10px auto;
}

.quantity {
    background: var(--main-color);
    margin: 10px auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: max-content
}

.quantity .inc {
    width: 40px;
    color: var(--main-color) !important;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.quantity .dec {
    width: 40px;
    text-align: center;
    padding: 0;
    color: var(--main-color) !important;
    font-size: 18px;
}

.quantity .count-quat {
    width: 50px;
    text-align: center;
    position: relative;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    background: transparent;
}
.txt-prod .quantity .inc,
.opt-produ .quantity .inc,
.txt-prod .quantity .dec,
.opt-produ .quantity .dec {
    color: #fff !important;
}
.txt-prod .quantity .count-quat,
.opt-produ .quantity .count-quat {
    color: #fff;
}
.col-lg-3 .item-prod,
.col-lg-4 .item-prod {
    margin-bottom: 20px;
}

.sort_by select {
    border: 1px solid var(--main-color);
    padding: 7px 10px;
    color: var(--main-color);
    background: transparent;
}

.coloum4 .owl-nav button {
    color: #000;
    font-size: 27px !important;
}

.coloum4 .owl-nav .owl-prev {
    left: -45px;
}

.coloum4 .owl-nav .owl-next {
    right: -45px;
}

.view-all {
    text-align: center;
    margin-top: 30px;
}

.btn-view {
    background: #000;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.btn-view:hover {
    color: #fff;
    opacity: .8;
}

/* Style Widget Banner */

.section_widget_banner {
    padding: 60px 0 30px;
}

.top-banner {
    margin-bottom: 20px;
}

.item-banner a {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
}

.item-banner img {
    -webkit-transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
}

.item-banner:hover img {
    transform: scale(1.07);
}

/* Style Beauty Fully */

.section_beauty_fully {
    position: relative;
}

.head-fully {
    text-align: center;
    color: var(--main-color);
    margin-bottom: 25px;
}

.head-fully h3 a {
    
    color: var(--main-color);

}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.item-beauty {
    width: 20%;
}

.item-beauty a {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
}

.item-beauty img {
    -webkit-transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.6s cubic-bezier(.28, .12, .22, 1);
}

.item-beauty:hover img {
    transform: scale(1.07);
}

/* Style Fotter */

footer {
    position: relative;
    background: #000;
    padding: 30px 0;
}

.top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.menu-ft ul li {
    display: inline-block;
    margin-right: 30px;
}

.menu-ft ul li:last-child {
    margin-right: 0;
}

.menu-ft ul li a {
    color: #fff;
    font-size: 16px;
}

.download-app li {
    display: inline-block;
    margin-right: 10px;
}


.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight p {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

/* Style 404 Page */

.cont-not-found {
    text-align: center;
    padding: 100px 0;
}


.thumb-not-found img {
    max-width: 300px;
}

.txt-not-found h5 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}

.txt-not-found p {
    line-height: 1.4;
    color: #000000;
    font-size: 13px;
}


/* Style Banner Page */

.section_site_page {
    padding: 40px 0;
    min-height: 100vh;
}

.cont-brand {
    margin-bottom: 40px;
}

.cont-brand h2 {
    background: #F0F0F0;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    color: var(--main-color);
}

.item-brand {
    background: #fff;
    width: 100%;
    height: 60px;
    display: grid;
    place-items: center;
}

.item-brand h4 a {
    color: #000000;
    font-size: 16px;
    text-align: center;
    display: block;
}

/* Style Product Listing Page */

.cont-filter {
    background: #fff;
    padding: 20px;
}

.hd-filter {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.hd-filter h5 {
    color: var(--main-color);
    font-size: 16px;
    text-transform: uppercase;
}


.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    margin: 30px 0;
}

.cbx p {
    color: #000;
    font-size: 14px;
    padding-right: 10px;
    width: calc(100% - 17px);
    text-transform: uppercase;
}


.cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
    top: 2px;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 1px;
    fill: none;
    stroke: var(--sub-color);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--sub-color);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--sub-color);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: var(--sub-color);
}

.inp-cbx:checked + .cbx span:first-child {
    border-color: var(--main-color);
    background: var(--main-color);
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}


/* Style Product Details Page */

.section_product_details {
    padding: 60px 0;
}

.pro--Thumb {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEDED;
    margin-bottom: 15px;
}

.slider-nav {
    height: 180px;
}

.slick-slide img {
    max-width: 100%;
    max-height: 100%;
}

.sp-nav {
    background: #ffff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 15px;
}

.slick-list {
    padding: 0 !important;
}

.slick-current.slick-center {
    border: 1px solid var(--main-color);
    background: #EDEDED;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2
}

.slide-arrow.prev-arrow {
    left: 15px
}

.slide-arrow.next-arrow {
    right: 15px
}

.slick-arrow:hover {
    color: var(--main-color)
}

.name-product {
    position: relative;
    padding-right: 40px;
}

.name-product h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    color: #231F20;
    margin-bottom: 10px;
}

.name-product > p {
    color: #000000;
    margin-bottom: 10px;
}


.data-product ul {
    margin-bottom: 20px;
}

.data-product ul li {
    display: inline-block;
    margin-right: 30px;
}

.data-product ul li:last-child {
    margin-right: 0;
}

.data-product ul li p {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
}

.data-product ul li del {
    color: #989898;
    font-weight: 500;
    font-size: 18px;
}

.opt-produ {
    display: flex;
    margin-top: 30px;
}

.opt-produ .quantity {
    margin: 0 30px 0 0;
}

.add-cart .btn-site {
    margin-right: 30px;
    margin-top: 0;
}

.btn-wishlist {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    justify-content: center;
    background: #231F20;
    color: #fff;
    border-bottom: 0;
    border-top: 0;
    width: max-content;
    position: relative;
}

.btn-wishlist svg {
    font-size: 20px;
    margin-right: 5px;
}

.btn-wishlist:hover {
    color: #231F20;
    background: #fff;
}


.product-description {
    margin-top: 30px;
}

.product-description h5 {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-description p {
    font-size: 13px;
    line-height: 2;
    color: #231F20;
    font-weight: 500;
}

.section_oth_product {
    padding: 20px 0 60px;
}

.section_oth_product .sec-head h2 {
    font-size: 18px;
}

/* Style Cart Page */

.pdu-tb {
    display: flex;
    align-items: center;
}

.pdu-tb figure {
    margin-bottom: 0;
    width: 90px;
    height: 90px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEDED;
}

.pdu-tb figure img {
    max-width: 100%;
    height: 100%;
}

.txt-pdu {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.txt-pdu h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.txt-pdu p {
    font-size: 13px;
}

.table {
    vertical-align: middle
}

.table thead {
    background: #F0F0F0
}

.table thead th {
    font-weight: 500;
    padding: 15px;
    font-size: 14px;
}

.price-product {
    font-size: 13px;
}

.total-price {
    position: relative;
    text-align: center
}

.total-price p {
    font-size: 13px;
    font-weight: 700;
}

.remove-tb {
    color: #231F20
}

.remove-tb svg {
    height: 20px;
}

.table thead th:nth-child(1) {
    width: 30%;
}

.table thead th:nth-child(2) {
    width: 20%;
}

.table thead th:nth-child(3) {
    width: 30%;
}

.table thead th:nth-child(4) {
    width: 20%;
}

.table tr,
.table tr th {
    border: 0;
}

.table tbody tr td:first-child {
    padding-left: 0
}

.table tbody tr td:last-child {
    padding-right: 50px
}

.table tbody tr td {
    padding: 15px;
    border-color: #F0F0F0;
}

.qty-cart {
    background: transparent;
    border: 1px solid var(--main-color)
}

.qty-cart .count-quat {
    border-right: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    height: 40px;
    width: 40px;
    color: var(--main-color) !important;
}

.qty-cart .quantity .dec,
.qty-cart .quantity .inc {
    height: 40px;
    color: var(--main-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tot-cart {
    width: 400px;
    max-width: 100%;
    background: #F8F8F8;
    padding: 30px 0;
    margin-left: auto;
}

.d-total {
    background: #F0F0F0;
    padding: 15px;
}

.d-total strong {
    color: var(--main-color);
}

.tot-cart > div:last-child {
    margin-bottom: 0;
}

.tot-cart .btn-site {
    width: 100%;
    height: 50px;
    margin-top: 15px
}

.tot-cart .btn-site span {
    font-weight: 700;
}

.empty {
    padding: 100px;
}
.item-empty {
    background: #fff;
    padding: 40px;
    text-align: center;
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.item-empty p {
    color: var(--main-color);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.item-empty > span {
    color: #231F20;
    margin-bottom: 10px;
    font-size: 17px;
    display: block;
}
.item-empty .btn-site {
    margin-top: 15px;
}


/* Style Checkout Page */

.form-checkout {
    padding: 0;
}

.bx-check {
    margin-bottom: 20px;
    padding: 25px 15px;
    background: #fff;
}

.bx-check h5 {
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--main-color);
    font-size: 18px;
}
.form-control {
    border: 1px solid var(--main-color);
    height: 40px;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    background: transparent;
}
.form-control::placeholder {
  color: #000;
    font-size: 13px;
}
.form-control:-ms-input-placeholder {
  color: #000;
    font-size: 13px;
}
.form-control::-ms-input-placeholder {
  color: #000;
    font-size: 13px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
textarea.form-control {
    height: 130px
}
.ds-mobail select.form-control {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    width: 80px;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
select.form-control.country_id,
select.form-control.city_id {
    z-index: 1;
    position: relative;
}

.ds-mobail select.form-control:focus {
    color: #212529;
    background-color: transparent;
}
.ds-mobail input.form-control {
    width: calc(100% - 80px);
    border-left: 1px solid var(--main-color);;
}
.ds-mobail {
    position: relative;
}

.ds-mobail:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #000;
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 58px;
}
.selectBt {
    position: relative;
}
.selectBt:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #000;
    font-size: 15px;
    position: absolute;
    top: 40px;
    right: 15px;
}

.bx-check .btn-site {
    margin: 0;
}
.list-address {
    margin: 20px 0;
}

.empty-addres {
    text-align: center;
    padding: 30px;
}

.item--adress {
    padding: 20px;
    background: #FAFAFA;
    position: relative;
    margin-bottom: 20px;
}
.item--adress h6 {
    margin-bottom: 10px;
    font-size: 17px;
}
.item--adress p {
    font-size: 14px;
}
.radio-item {
 margin-bottom: 15px;
    position: relative;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 11px;
    border: 1px solid var(--main-color);
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 11px;
    left: 3px;
    content: " ";
    display: block;
    background:  var(--main-color);
}

.bt-add .btn-site-other {
    margin: 0;
    padding: 5px 25px;
    width: max-content
}

.bt-add .btn-site-other i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #DFD8CC;
    color: #231F20;
    margin-left: 10px;
    font-weight: bold;
    position: relative
}

.cont-promo p {
    margin-bottom: 15px;
}

.form-promo {
    position: relative;
}
.form-promo .form-control {
    height: 48px;
}
.form-promo .btn-site {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 40px;
    margin: 0;
}

.alrt-promo {
    color: var(--main-color);
    font-weight: 700;
    display: block;
    margin-top: 5px;
}

.payment-method .form-check .form-check-input {
    float: left;
    margin: 0 10px 0 0;
}
.payment-method .form-check li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.payment-method .form-check li:last-child {
    margin-bottom: 0;
}

.tot--cart {
    background: #F0F0F0;
    padding: 20px 30px;
}
.tot--cart > div {
    margin-bottom: 10px;
}
.tot--cart > div:last-child {
    margin-bottom: 0;
}
.tot--cart p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.tot--cart .d-total {
    margin-bottom: 0;
    padding: 0;
}
.accept-priv {
    margin: 10px 0
}
.accept-priv span {
    font-weight: 500;
    font-size: 13px;
}
.proceed-checkout .btn-site {
    width: 100%;
    height: 50px;
}

/* Style Order Success Page */

.cont-successfully {
    background: var(--main-color);
    padding: 30px;
    height: 100%;
    text-align: center
}
.cont-successfully figure svg {
    color: #fff;
    font-size: 50px;
}
.cont-successfully h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px;
}
.cont-successfully p {
    color: #fff;
}

.order_success {
    padding: 150px 0;
}
.order_success .tot--cart {
    height: 100%;
}

/* Style Account Page */

.cont-account {
    background: #fff;
    position: relative;
    display: flex;
    min-height: 600px;
}
.aside-account {
    width: 35%;
    padding: 30px 50px;
    border-right: 1px solid #F0F0F0;
}
.txt-aside-account {
    background: var(--main-color);
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.txt-aside-account h5 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 17px;
}
.txt-aside-account p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}
.txt-aside-account p:last-child {
    margin-bottom: 0;
}
.ls--acco li {
    margin-bottom: 20px;
}

.ls--acco li a {
    color: #231F20;
    font-size: 15px;
}
.ls--acco li.active a {
    color: var(--main-color);
    font-weight: 500;
}

.cont--acco {
    width: 65%;
    padding: 30px;
}
.head-acco {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.head-acco h4 {
    color: var(--main-color);
    font-size: 19px;
}
.head-acco .btn-site {
    margin: 0;
}

.form-edit {
    width: 350px;
    max-width: 100%;
}
.form-edit .form-email.form-control {
    background: #F0F0F0;
    border: 0;
}
.form-edit .btn-site {
    margin: 30px 0 0;
    padding: 15px 50px;
}
.form-edit .ds-mobail:before {
    font-size: 12px;
    left: 52px;
}

/* Style Wishlist Page */

.cont--acco .item-prod figure {
    height: 185px;
}
.btn-remove {
    background: #000000;
    height: 40px;
    width: 90%;
    color: #fff;
    display: grid;
    place-items: center;
    margin: 5px auto 10px;
    font-weight: 600;
}
.btn-remove:hover {
    color: #fff;
    opacity: .7;
}
.empty-fav {
    padding-top: 80px;
}
.cont-favo {
    text-align: center;
}
.cont-favo h5 {
    color: var(--main-color);
    margin-bottom: 10px;
}
.cont-favo p {
    color: #231F20;
    font-size: 15px;
}

/* Style My Address Page */

.item-adsres {
    border: 1px solid #F0F0F0;
    padding: 20px;
    margin-bottom: 20px;
}

.item-adsres:nth-child(even) {
    margin-right: 0;
}

.item-adsres h6 {
    margin: 10px 0;
}

.item-adsres p {
    font-size: 14px;
    color: #010203;
}
.md-log {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.md-log .btn-site {
    margin-top: 0;
}
.item-adsres .btn-not {
    padding: 10px 20px;
}
.item-adsres .md-log li:first-child {
    margin-right: 15px;
}

/* Style My Order Page */

.table-order .table thead {
    background: transparent;
}
.table-order .table tbody tr td:first-child {
    padding-left: 15px;
    width: 15%
}

.table-order .table tbody tr td {
    font-size: 14px;
    width: 15%
}

.table-order .table thead tr th {
    width: 15%
}
.table-order .table tbody tr td:first-child,
.table-order .table thead tr th:first-child {
    width: 5%
}
.table-order .table tbody tr td:last-child,
.table-order .table thead tr th:last-child {
    width: 40%
}
.table-order .table thead tr th {
    color: var(--main-color);
    border-bottom: 1px solid #F0F0F0 !important;
}
.status-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.status-order .btn-site {
    margin: 0;
}

.table-order .table tbody tr td:last-child {
    padding-right: 20px;
}

.data-order {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.data-order p {
    margin-bottom: 20px;
    color: #231F20
}
.data-order p:last-child {
    margin-bottom: 0;
}
.data-order p strong {
    color: var(--main-color)
}


.cont--acco .tot--cart {
    width: 350px;
    margin-left: auto;
}
.hd-acco {
    margin-bottom: 15px;
}
.hd-acco h4 {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
}
.cont-addre h6 {
    font-size: 15px;
}
.cont-addre p {
    font-size: 14px;
    color: #000
}

.shipping-address-order {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.content-dt-order .tot-x {
    margin-right: 15px;
}
.content-dt-order > div {
    margin-bottom: 20px;
}
.content-dt-order > div:last-child {
    margin-bottom: 0;
}

/* Style Content Static (About - Policies - Privacy - Return ) Page */

.ph-st p {
    line-height: 2;
    color: #231F20
}
.content-static-pages {
    display: flex;
}
.nav-tabs {
    background: #fff;
    border: 0;
    margin: 0;
    width: 25%;
    padding: 25px;
    display: block;
    height: max-content;
}
.nav-tabs li {
    display: block;
    margin-bottom: 10px;
}
.nav-tabs .nav-link {
    border: 0;
    margin: 0;
    color: #231F20;
}
.nav-tabs .nav-item.show .nav-link {
    color: #231F20;
    border: 0;
    margin: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: var(--main-color);
    border: 0;
    margin: 0;
}
.nav-tabs .nav-link.active {
    font-weight: 500;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: 0;
    isolation: unset;
}


.tab-content {
    width: 75%;
    padding-left: 20px;
}
.cont-st h5 {
    color: var(--main-color);
    margin-bottom: 20px;
}
.cont-st p {
    line-height: 2;
    color: #231F20
}

/* Style Contact Page*/

.cont-content h6 {
    margin-bottom: 15px;
    font-size: 20px;
}
.form-contact .btn-site {
    margin: 0;
}

.sec-contact {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 20px;
    position: relative;
    padding-right: 50px;
}
.item-contact {
    width: 50%;
    display: flex;
    margin-bottom: 40px;
}

.item-contact figure {
    width: 25px;
    font-size: 22px;
    color: var(--main-color);
}
.item-contact .txt-cont {
    width: calc(100% - 25px);
    padding-left: 10px;
}
.item-contact .txt-cont span {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 17px;
}
.item-contact .txt-cont p {
    color: #231F20;
    font-size: 17px;
}
.list-social {
    margin-top: 15px;
}
.list-social li {
    display: inline-block;
    margin-right: 10px;
}
.list-social li a {
    color: #231F20;
    font-size: 22px;
}
.list-social li a:hover {
    color: var(--main-color)
}
.loc-arr {
    width: 35px;
    height: 35px;
    background: #231F20;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    right: 40px;
    transition: .3s
}
.loc-arr:hover {
    transform: scale(1.1)
}
.loc-arr a {
    color: var(--main-color);
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    font-size: 22px;
}

/* Style Gallery Page */

.item-gallery {
    margin-bottom: 20px;
}

/* Style Sign Page */

.cont-sign {
    background: #F0F0F0;
    padding: 30px 80px;
}

.hd-sign h6 {
    color: var(--main-color);
    margin-bottom: 15px;
    text-transform: uppercase
}
.hd-sign p {
    margin-bottom: 15px;
}
.cont-sign .cbx {
    flex-direction: row;
    margin: 0;
}
.cont-sign .cbx p {
    color: #231F20;
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
}
.cont-login {
    background: #ffffff;
    padding: 50px 80px;
}
.cont-login .hd-sign {
    margin-bottom: 25px;
}
.forgot-pass a {
    color: #000000;
    font-size: 14px;
}
.cont-sign .btn-site,
.cont-login .btn-site {
    margin: 20px 0;
    padding: 10px 40px;
}

.cont-continue {
    background: #fff;
    padding: 40px;
    margin-top: 20px;
}
.cont-continue h5 {
    color: var(--main-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
}
.cont-continue p {
    color: #231F20;
    font-size: 14px;
    margin-bottom: 15px;
}
.cont-continue .btn-site {
    margin: 0
}


/* Modal */


.txt-ms {
    padding: 20px;
    width: 100%;
}
.txt-ms strong {
    margin-bottom: 10px;
    display: block;
}
.txt-ms p {
    font-size: 14px;
}
.ms-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.md-ms {
    width: 100px;
}
.ms-modal li {
    margin-bottom: 10px;
}
.ms-modal li:last-child {
    margin-bottom: 0;
}
.btn-not {
    background: #F0F0F0;
    color: #000;
    font-weight: 500;
    height: 40px;
    width: 100%;
    display: grid;
    place-items: center;
}
.btn-not:hover {
    color: #000;
    opacity: .7;
}
.ms-modal .btn-site {
    margin: 0;
    width: 100%;
}

.modal-dialog {
    max-width: 500px;
    display: grid;
    place-items: center;
    height: 100%;
}

.modal-content {
    border-radius: 0;
}
.closeModal {
    position: absolute;
    top: 37px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 25px;
}
.ms-succ {
    padding: 40px;
}
.ms-succ h5 {
    margin-bottom: 25px;
    font-size: 17px;
}

.notifyForm {
    margin-top: 20px
}
.notifyForm .btn-site {
    margin: 0;
    width: 100%;
    width: max-content;
    margin: auto;
}

.tryAgain {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tryAgain .btn-site {
    margin: 0;
}

 .img-web {
    display:block
    }
    .img-mobile{
    display:none
    }
   