@charset "utf-8";

/* **************** */

@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "nice-select.css";
@import "intlTelInput.min.css";
@import "jquery.rateyo.min.css";

/* ****************** */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    color: #232323;
    font-size: 14px;
    font-family: 'El Messiri', sans-serif;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #2F4657;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
}

.tooltip.in {
    opacity: 1;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x:hidden;
}

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;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

iframe {
    width: 100%;
    border: 0;
    height: 100%;
}

::-moz-selection {
    background-color: #fbb62b;
    color: #fff;
}

::selection {
    background-color: #fbb62b;
    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.9;
}

.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: 1px solid #dfdfdf;
    border-bottom: 1px solid #272727;
    box-shadow: 0 1px 0 0 #272727;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
    font-size: inherit;
}

.toTop {
    background-color: #fbb62b;
    position: fixed;
    color: #fff;
    bottom: -100px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    z-index: 8;
    transition: all .3s;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.toTop i {
    display: block;
    line-height: inherit;
}

.toTop:hover {
    background-color: #333;
    transition: all .3s;
    color: #ffffff;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 990 ;
    background-color: #fff;
}

.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%);
}

.menu-item-has-children {
    /* position: relative; */
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    display: block;
    transition: all .3s;
    min-width: 150px;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .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, .list-group-item a {
    display: block;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
    border-radius: 0;
    position: relative;
    transition: all .3s;
    color: inherit !important;
    /* border-bottom: 1px solid #efefef; */
    color: #848484;
    padding: 10px !important;
}

.menu-item-has-children .sub-menu li a:before, .list-group-item a:before {
    display: none;
}

.menu-item-has-children .sub-menu li:hover>a {
    color: #FBB62B;
    transition: all .3s;
    padding: 10px 15px !important;
}



.menu-item-has-children>a:after {
    font-family: 'Line Awesome Free';
    content: "\f107";
    display: inline-block;
    margin: 0 0 0 5px;
    transition: all .3s;
    font-weight: 900;
    vertical-align: middle;
    font-size: 11px;
}

.menu-item-has-children:hover:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.btn {
    position: relative;
    z-index: 1;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    background-color: #fff;
    color: #6D6D6B;
    border-radius: 50px;
    transition: all .3s;
    border: 1px solid #6D6D6D;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 16px;
}

.fancybox-button svg path {
    fill: #fff;
}

.main-head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-head {
    /*background-color: rgb(0 0 0 / 34%);*/
    background-color: #000;
    /* padding: 20px 0; */
    position: absolute;
    z-index: 9;
}

.main-head .main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    justify-content: center;
}

.main-head .main-menu li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.main-head .main-menu li a {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 35px 0;
    transition: all .3s;
}

.main-head .main-menu ul {
    display: inline-block;
}

.main-head .main-menu .op-search {
    padding: 0;
    line-height: 1;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    transform: scaleX(-1);
}

.main-head .h-controls>ul>li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.main-head .h-controls ul li:after {
    content: '';
    right: 0;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: rgb(255 255 255 / 38%);
    top: 50%;
    transform: translateY(-50%);
}

.main-head .h-controls ul li:last-child:after,
.main-head .h-controls ul li:nth-of-type(4):after {
    display: none;
}

.main-head .h-controls ul li.op-menu {
    display: none;
}

.main-head .h-controls>ul>li>a {
    color: #fff;
    font-size: 17px;
    padding: 35px 0;
}

.menu-item-has-children a:after {
    vertical-align: baseline;
}

.badgo {
    width: 16px;
    height: 16px;
    background-color: #F6931D;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
}

.main-head .h-controls>ul>li>a i {
    font-size: 18px;
}

.main-head .h-controls>ul>li>a .badgo {
    margin-top: -5px;
    right: 7px;
}

.main-head .h-controls ul li:nth-of-type(4) {
    padding-right: 0;
}

.main-head .h-controls ul li:nth-of-type(4) .badgo {
    right: -7px;
}

.main-head .main-menu li a:before,
.main-head .main-menu li a:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background-color: #fff;
    content: '';
    transition: all .3s;
}

.main-head .main-menu li a:before {
    top: 0;
}

.main-head .main-menu li a:after {
    bottom: 0;
}

/*.main-head .main-menu .hover-li a:hover:after,*/
/*.main-head .main-menu .hover-li a:hover:before,*/
.main-head .main-menu li.active a:after,
.main-head .main-menu li.active a:before {
    height: 30px;
    transition: all.3s;
    background-color: #FBB62B;
}

.main-head .main-menu .hover-li a:hover,
.main-head .main-menu li.active a {
    color: #FBB62B;
    transition: all .3s;
}

.main-head .h-controls>ul>li .sub-menu {
    min-width: 120px;
    text-align: center;
}

.main-head .main-menu li.open{
    color: orange;
}
ul.subMenu {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: auto;
    right: auto;
    max-width: 200px;
    width: max-content;
    z-index: 9;
}

ul.subMenu li {
    width: 100%;
    background: #3d3d3b;
}
ul.subMenu li img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#topBar ul.subMenu li a {
    width: 100%;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top: 1px solid rgba(255,255,255,.1);
}
#topBar ul.subMenu li p{
    color: #fff;
}


#topBar ul.subMenu li a:hover, #topBar ul.subMenu li.active>a {
    background: #2f2f2d;
    padding-left: 1.1rem;
}

ul.subMenu ul.subMenu{
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
}



.heros .item {
    height: 650px;
    position: relative;
    text-align: center;
    padding-top: 250px;
}

.heros .item img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.heros .item h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.heros .item p {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto 30px;
    max-width: 60%;
}

.btn {}

.heros .item .btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.heros .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 34%);
    z-index: 1;
}

.heros .item .btn:hover {
    color: #F6931D;
    transition: all .3s;
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #848484;
    border-radius: 100%;
    line-height: 40px;
    transition: all .3s;
}

.heros .owl-carousel .owl-nav button.owl-next,
.heros .owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    border-color: #fff;
}

.heros .owl-carousel .owl-nav button.owl-next {
    left: 8%;
}

.heros .owl-carousel .owl-nav button.owl-prev {
    right: 8%;
}

.owl-carousel .owl-nav button i {
    display: block;
    line-height: inherit;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #f6931d;
    transition: all .3s;
    border-color: #f6931d;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    display: inline-block;
    margin: 0 6px;
    border-radius: 100%;
    transition: all .3s;
}

.heros .owl-dots button.owl-dot {
    border-color: #fff;
}

.heros .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.owl-dots button.owl-dot.active {
    background-color: #f6931d;
    transition: all .3s;
    border-color: #f6931d;
    transform: translateY(-5px);
}

.post-img {
    padding: 70px 0 0;
}

.post-img .block,
.products .itm {
    padding: 0 15px;
}

.post-img .block .b-iner {
    border-radius: 5px;
    overflow: hidden;
    height: 350px;
    position: relative;
}

.post-img .block .b-iner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.post-img .block .b-iner .cap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    padding: 110px 50px;
}

.post-img .block .b-iner .cap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 34%);
    z-index: -1;
}

.post-img .block .b-iner .cap h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-img .block .b-iner .cap p {
    color: #fff;
    margin-bottom: 15px;
}

.post-img .block .b-iner .cap .btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
}

.post-img .block .b-iner .cap .btn:hover {
    background-color: #fff;
    color: #f6931d;
    border-color: #f6931d;
}

.post-img:nth-of-type(3) .container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.prod-card {}

.prod-card .prod-img {
    background-color: #F1F1F1;
    border-radius: 5px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.prod-card .prod-img a:first-of-type
{
    display: contents;
}

.prod-card .prod-img a img {
    height: 100%;
    width: 100%;
    filter: brightness(0.5);
    /* object-fit: scale-down; */
    transition: all .3s;
}

.prod-card .prod-img .compare {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.prod-card .prod-img .compare:hover
{
    color: #fbb62b;
}

.prod-card .prod-img .p-actions {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -70px;
    transition: all .3s;
    opacity: 0;
    left: 0;
}

.prod-card .prod-img .p-actions a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 3px;
    color: #707070;
    font-size: 19px;
    transition: all .3s;
}

.prod-card .prod-data {
    padding: 20px 0;
}

.prod-card .prod-data>a {
    color: #848484;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 10px;
}

.prod-card .prod-data p {
    color: #848484;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.prod-card .prod-data .clrs {}

.prod-card .prod-data .clrs span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #8f8787;
}

.prod-card .prod-img .compare i {
    vertical-align: baseline;
}

.prod-card .prod-img .p-actions a:hover {
    background-color: #FBB62B;
    color: #fff;
    transition: all .3s;
}

.prod-card .prod-img .p-actions a i {
    display: block;
    line-height: inherit;
}

.tooltip-inner {
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    border-radius: 50px;
    background-color: #fff;
    color: #434343;
    padding: 10px 15px;
}

.post-img .itm {
    padding: 0 7px;
}

.post-img .owl-carousel .owl-nav button.owl-next,
.post-img .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #F1F1F1;
    color: #000;
    font-size: 17px;
}

.post-img .owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.post-img .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.post-img .owl-carousel .owl-nav button.owl-next:hover,
.post-img .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #f6931d;
    color: #fff;
    border-color: #f6931d;
}

.prod-card:hover .prod-img img {
    transform: scale(1.1);
    transition: all .3s;
}

.prod-card:hover .prod-img .p-actions {
    bottom: 20px;
    transition: all .3s;
    opacity: 1;
}

.products {
    padding: 70px 0;
}

.g-head {
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    padding-top: 25px;
}

.g-head h3 {
    color: #434343;
    font-size: 40px;
    position: relative;
}

.g-head h3:before {
    content: attr(data-place);
    position: absolute;
    left: 0;
    top: 25px;
    color: rgb(132 132 132 / 5%);
    font-size: 100px;
    line-height: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.g-head:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #FBB62B;
    border-radius: 50px;
}

.products .cardo {
    padding: 15px;
}

.vidwrap {
    height: 500px;
    position: relative;
}

.vidwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.vidwrap .v-cap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vidwrap .v-cap a {
    width: 70px;
    height: 70px;
    background-color: #FBB62B;
    line-height: 70px;
    color: #fff;
    border-radius: 100%;
    font-size: 50px;
    box-shadow: 0 0 0 15px rgb(255 255 255 / 50%);
    margin-bottom: 25px;
}

.vidwrap .v-cap a:before {
    content: '';
}

.vidwrap .v-cap a i {
    display: block;
    line-height: inherit;
}

.vidwrap .v-cap p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.vidwrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.vidwrap .container {
    height: 100%;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin: 0 7px;
}

.products .owl-nav {
    text-align: center;
    margin-top: 50px;
}

.clients {
    background-color: #434343;
    padding: 70px 0;
}

.clients .item {
    height: 100px;
    padding: 0 10px;
}

.clients .item img {
    height: 100%;
    object-fit: scale-down;
}

.insta-shop .g-body a {
    height: 250px;
    position: relative;
}

.insta-shop .g-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insta-shop {
    padding-bottom: 0;
}

.insta-shop .g-body a:hover:before {
    opacity: 1;
    transition: all .3s;
}

.insta-shop .g-body a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transition: all .3s;
    opacity: 0;
}

.insta-shop .g-body a i {
    position: absolute;
    left: 50%;
    top: 30%;
    transition: all .3s;
    color: #fff;
    font-size: 33px;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.insta-shop .g-body a:hover i {
    top: 50%;
    opacity: 1;
    transition: all .3s;
}

.insta-shop .g-body a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-top {}

.f-top .f-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    position: absolute;
}

.f-top {
    padding: 70px 0;
    position: relative;
}

.f-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #434343;
    mix-blend-mode: multiply;
}

.f-top .f-item {
    padding: 15px;
}

.f-top .f-item h4 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

/*.f-top .f-item h4:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 11px;*/
/*    height: 1px;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*}*/

.f-top .f-item .f-social {
    margin-bottom: 30px;
}

.f-top .f-item .f-social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: rgb(255 255 255 / 18%);
    border-radius: 5px;
    transition: all .3s;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
}

.f-top .f-item .f-social a:hover {
    background-color: #FBB62B;
    color: #fff;
    transition: all .3s;
}

.f-top .f-item .form-group {
    position: relative;
}

.f-top .f-item .form-group .form-control {
    border: 0;
    font-size: 17px;
    border-radius: 5px;
    width: 90%;
    height: 55px;
    padding: 0 65px 0 15px;
}

.f-top .f-item .form-group .btn {
    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    background-color: #FBB62B;
    color: #fff;
    font-weight: 600;
}

.f-top .f-item .cont-info li {
    margin-bottom: 20px;
}

.f-top .f-item .cont-info li h5 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 3px 0 3px 20px;
    margin-bottom: 10px;
}

.f-top .f-item .cont-info li h5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
    background-color: #fbb62b;
    border-radius: 0 5px 5px 0;
}

.f-top .f-item .cont-info li p {
    color: #fff;
    text-transform: none;
    direction: ltr;
}

.f-top .f-item :not(.cont-info) li {
    margin-bottom: 20px;
}

.f-top .f-item :not(.cont-info) li a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
}

.f-top .f-item :not(.cont-info) li a:hover {
    color: #fbb62b;
    transition: all .3s;
    padding: 0 10px;
}

.f-top .f-item .cont-info li:last-child {
    margin: 0;
}

.f-bottom {
    background-color: #333333;
    padding: 15px 0;
    text-align: center;
}

.f-bottom p {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.f-bottom p img {
    filter: brightness(0) invert(1);
    width: 130px;
    object-fit: scale-down;
    margin: 0 10px;
}

.heros {
    background-color: #000;
}

.breado {
    text-align: center;
    position: relative;
    height: 300px;
    padding-top: 150px;
}

.breado:before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 69%);
}

.breado h4 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 15px;
}

.breado h4:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #FBB62B;
    border-radius: 50px;
    transform: translateX(-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.breado img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.login-wrap {
    padding: 70px 0;
}

.login-wrap .login-box {
    background-color: #fcfcfc;
    border-radius: 35px;
    padding: 50px;
    margin: 0 auto;
    max-width: 50%;
}

.login-wrap .login-box .form-group {
    margin-bottom: 20px;
    padding: 0 8px;
}

.login-wrap .login-box .form-group .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #C8C8C8;
    background: transparent;
    padding: 0;
    font-size: 16px;
}

.login-wrap .login-box .form-group .form-control::placeholder {
    color: #848484;
    font-size: inherit;
}

.login-wrap .login-box .form-group p {
    font-size: 16px;
    color: #000;
}

.login-wrap .login-box .form-group p a {
    text-decoration: underline;
    color: #000;
    transition: all .3s;
    font-weight: 600;
}

.login-wrap .login-box .form-group label {
    margin: 25px 0 10px;
}

.login-wrap .login-box .form-group label span {
    font-weight: normal;
    font-size: 17px;
}

.login-wrap .login-box .form-group label input {
    display: none;
}

.login-wrap .login-box .form-group label span:before {
    content: '';
    font-family: 'Line Awesome Free';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    margin-right: 15px;
    line-height: 20px;
    text-align: center;
    font-size: 0;
    transition: all .3s;
    content: "\f00c";
    font-weight: 900;
    cursor: pointer;
}

.login-wrap .login-box .form-group label input:checked+span:before {
    color: #fbb62b;
    border-color: #fbb62b;
    transition: all .3s;
    font-size: 13px;
}

.login-wrap .login-box .form-group p a:hover {
    color: #FBB62B;
    transition: all .3s;
}

.login-wrap .login-box .form-group .btn {
    background-color: #434343;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    border: 0;
}

.login-wrap .login-box .form-group .btn:hover {
    background-color: #FBB62B;
    color: #fff;
    transition: all .3s;
}

.login-wrap .login-box .form-group .form-control:focus {
    border-bottom-color: #fbb62b;
    box-shadow: 0 1px 0 0 #fbb62b;
}

.login-wrap .login-box .form-group:last-of-type {
    margin: 0;
    text-align: center;
}

.login-msg {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 50%;
    margin-bottom: 30px;
    background-color: #fcfcfc;
    border-radius: 35px;
    padding: 20px;
}

.login-msg i {
    width: 50px;
    height: 50px;
    border: 1px solid #FBB62B;
    border-radius: 100%;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    color: #FBB62B;
    font-size: 24px;
    margin-right: 15px;
}

.login-msg p {
    line-height: 1.5;
}

.login-wrap .login-box .form-group label span a {
    font-size: inherit;
    text-decoration: underline;
    color: #FBB62B;
}

.breado ul {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.breado ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.breado ul li:after {
    content: '-';
    margin: 0 5px;
    font-size: 20px;
    vertical-align: middle;
}

.breado ul li:last-child:after {
    display: none;
}

.breado ul li a {
    font-size: inherit;
    color: #fff;
    transition: all.3s;
}

.breado ul li a:hover {
    color: #fbb62b;
    transition: all.3s;
}

.about-item {
    padding-top: 70px;
}

.about-item .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-item .ab-img {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    height: 300px;
}

.about-item .ab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-item .ab-img:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.about-item .ab-data {
    padding: 0 0 0 30px;
}

.about-item .ab-data h3 {
    margin-bottom: 15px;
}

.about-item .ab-data span {
    margin-bottom: 15px;
    display: block;
}

.about-item .ab-data p {
    position: relative;
    padding-top: 20px;
}

.about-item .ab-data p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    background-color: #fbb62b;
    border-radius: 50px;
}

.about-item.v2 .container {
    flex-direction: row-reverse;
}

.about-item.v2 {
    padding-bottom: 70px;
}

.about-item.v2 .ab-data {
    padding: 0 30px 0 0;
}

.category-wrap {
    padding: 70px 0;
}

.category-wrap .cardo {
    padding: 15px;
}

.category-wrap .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-wrap .filter-head .op-filter {
    background-color: #434343;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    padding: 0 15px;
}

.category-wrap .filter-head .op-filter .la-filter {
    font-size: 15px;
    margin-right: 5px;
}

.category-wrap .filter-head .op-filter .la-angle-down {
    margin-left: 15px;
}

.category-wrap .filter-head div {
    flex-grow: 1;
    text-align: right;
    max-width: 50%;
}

.category-wrap .filter-head div div {
    display: inline-flex;
    align-items: center;
}

.category-wrap .filter-head b {
    margin-right: 20px;
}

.category-wrap .filter-head div .form-control {
    min-width: 150px;
    padding: 0 10px;
    height: 40px;
    border-radius: 10px;
}

.category-wrap .filter-head div .form-control:after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    top: 17px;
    right: 15px;
}

.category-wrap .filter-head div .form-control .list {
    width: 100%;
}

.category-wrap .filter-head div .form-control .list li {
    line-height: normal;
    min-height: auto;
    padding: 10px 15px;
}

.category-wrap .filter-head div .form-control span {
    display: block;
    line-height: 40px;
}

.category-wrap .filter-head>div>span {
    margin-right: 50px;
    display: inline-block;
    color: #FBB62B;
}

.category-wrap .filter-head .op-filter.active {
    background-color: #FBB62B;
    color: #fff;
    transition: all .3s;
}

.filter-box {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 30px;
    display: none;
}

.filter-box .filter-inner {
    justify-content: space-between;
    display: flex;
}

.filter-box .f-item h4 {
    color: #000;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.filter-box .f-item ul li {
    margin-bottom: 10px;
}

.filter-box .f-item ul li span {
    font-weight: normal;
    cursor: pointer;
    transition: all.3s;
}

.filter-box .f-item ul li span:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 0;
    transition: all.3s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 15px;
    content: "\f00c";
    text-align: center;
}

.filter-box .f-item ul li input:checked+span:before {
    font-size: 13px;
    border-color: #fbb62b;
    color: #fbb62b;
    transition: all.3s;
}

.filter-box .f-item ul li input {
    display: none;
}

.filter-box .f-item h4:before {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 50px;
    background-color: #FBB62B;
    position: absolute;
    left: 0;
    bottom: 0;
}

.filter-box .f-item ul li input:checked+span {
    color: #fbb62b;
    transition: all.3s;
}

.filter-box .f-item ul.colors li span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fafafa;
    box-shadow: 0 0 0 1px #dfdfdf;
    display: inline-block;
}

.filter-box .f-item ul.colors li span:before {
    display: none;
}

.filter-box .f-item ul.colors li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.filter-box .f-item ul.colors li input:checked+span {
    box-shadow: 0 0 0 2px #fbb62b;
    transition: all.3s;
    transform: scale(.8);
}

.filter-box .f-item ul.sizes li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.filter-box .f-item ul.sizes li span {
    border: 1px solid #dfdfdf;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all.3s;
    line-height: 20px;
}

.filter-box .f-item ul.sizes li span:before {
    display: none;
}

.filter-box .f-item ul.sizes li input:checked+span {
    border-color: #fbb62b;
    transition: all .3s;
    color: #fbb62b;
}

.g-pagination {
    text-align: center;
    margin-top: 20px;
}

.g-pagination ul li {
    display: inline-block;
}

.g-pagination ul li a,
.g-pagination ul li span {
    padding: 0 2px;
    display: block;
    color: #000;
    font-size: 17px;
    margin: 0 10px;
    transition: all.3s;
}

.g-pagination ul li a i {
    width: 35px;
    border: 1px solid #dfdfdf;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    transition: all .3s;
}

.g-pagination ul li a.current {
    color: #fbb62b;
    border-bottom: 2px solid #fbb62b;
    transform: translateY(-5px);
    transition: all.3s;
}

.g-pagination ul li a:hover i {
    border-color: #fbb62b;
    color: #fbb62b;
    transition: all .3s;
}

.co-map {
    background-color: #fcfcfc;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.contact-wrap {
    padding: 70px 0;
}

.co-blocks {
    padding: 70px 0;
}

.co-blocks .block {
    padding: 15px;
}

.co-blocks .block .inner {
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 30px;
    transition: all .3s;
}

.co-blocks .block .inner i {
    color: #FFCC00;
    font-size: 40px;
    margin-bottom: 15px;
}

.co-blocks .block .inner h4 {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    margin-bottom: 15px;
}

.co-blocks .block .inner p {
    color: #909090;
    text-transform: none;
    font-size: 15px;
}

.co-blocks .block .inner:hover {
    border-color: #fbb62b;
    transition: all .3s;
    transform: translateY(-10px);
}

.co-form .form-group {
    padding: 15px;
}

.co-form .form-group .form-control {
    border: 0;
    background-color: #fafafa;
    border-radius: 5px;
    font-size: 18px;
    height: 55px;
}

.co-form .form-group:last-of-type {
    text-align: center;
}

.co-form .form-group .btn {
    border-radius: 10px;
    padding: 0 50px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.co-form .form-group .btn:hover {
    background-color: #FBB62B;
}

.co-form .row {
    justify-content: center;
}

.privacy-wrap {
    padding: 70px 0;
}

.privacy-wrap h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.privacy-wrap p {
    margin-bottom: 30px;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h4 {
    flex-grow: 1;
    font-weight: 700;
    font-size: 20px;
}

.modal-header .close {
    opacity: 1;
    text-shadow: none;
}

.search-wrap .form-group {
    position: relative;
}

.search-wrap .form-group .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
}

.search-wrap .form-group .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: 0;
    color: #000;
}

.search-wrap .form-list {
    margin-top: 15px;
    padding: 0 15px 0 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}

.search-wrap .form-list li a {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all.3s;
    border: 1px solid #f5f5f5;
}

.search-wrap .form-list li .p-img {
    width: 70px;
    height: 70px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 15px;
}

.search-wrap .form-list li .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-wrap .form-list li .p-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.search-wrap .form-list li .p-data div {
    flex-grow: 1;
}

.search-wrap .form-list li .p-data h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
}

.search-wrap .form-list li .p-data span {
    text-align: right;
}

.search-wrap .form-list li a:hover {
    border-color: #fbb62b;
    transition: all.3s;
}

.search-wrap .form-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.search-wrap .form-list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 15px;
}

.search-wrap .form-list::-webkit-scrollbar-thumb {
    background-color: #fbb62b;
    border-radius: 15px;
}

.wish-wrap {
    padding: 70px 0;
}

.wish-wrap .table th {
    padding: 15px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-align: center;
}

.wish-wrap .table td {
    padding: 15px;
    position: relative;
    background-color: #fafafa;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.wish-wrap .table tr {
    border-bottom: 16px solid #fff;
}

.wish-wrap .table th:after,
.wish-wrap .table td:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background-color: #dfdfdf;
    height: 20px;
    transform: translateY(-50%);
}

.wish-wrap .table th:last-child:after,
.wish-wrap .table td:last-child:after {
    display: none;
}

.wish-wrap .table .t-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wish-wrap .table .t-item .item-wrap {
    display: flex;
    align-items: center;
}

.wish-wrap .table .t-item button,
.wish-wrap .table .t-item>a {
    color: #f00;
    border: 0;
    background-color: transparent;
    font-size: 15px;
}

.wish-wrap .table .t-item .item-wrap .i-img {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 15px;
}

.wish-wrap .table .t-item .item-wrap .i-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.wish-wrap .table .t-item .item-wrap div {
    text-align: initial;
}

.wish-wrap .table .t-item .item-wrap div a {
    font-weight: 700;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    min-width: 200px;
}

.wish-wrap .table td .btn {
    border: 0;
    border-radius: 10px;
    padding: 0 20px;
    background-color: #333;
    color: #fff;
}

.wish-wrap .table td .btn:hover {
    background-color: #fbb62b;
}

.wish-wrap .table tbody tr:last-child {
    border: 0;
}

.cart-wrap {
    padding: 70px 0;
}

.cart-wrap .nav-tabs {
    border: 0;
    background-color: #FCFCFC;
    border-radius: 20px;
    padding: 30px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cart-wrap .nav-tabs:before {
    position: absolute;
    content: '';
    left: 70px;
    top: 50%;
    border-top: 2px dashed #7D7D7D;
    right: 70px;
    transform: translateY(-50%);
    opacity: .4;
}

.cart-wrap .nav-tabs li {
    float: none;
    z-index: 1;
    position: relative;
    display: inline-flex;
    margin: 0 30px;
}

.cart-wrap .nav-tabs li a,
.cart-wrap .nav-tabs li.active a {
    border: 0 !important;
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    color: #cecece;
    padding-bottom: 25px;
    transition: all .3s;
}

.cart-wrap .nav-tabs li a i,
.cart-wrap .nav-tabs li.active a i {
    width: 20px;
    height: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
    vertical-align: middle;
    transition: all .3s;
}

.cart-wrap .nav-tabs li.disabled a {
    color: #cecece;
}

.cart-wrap .nav-tabs li.disabled a i {}

.cart-wrap .nav-tabs li.disabled a i:after {
    background-color: #cecece;
    transition: all .3s;
}

.cart-wrap .nav-tabs li a i:after,
.cart-wrap .nav-tabs li.active a i:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: #ffcc00;
    left: 3px;
    bottom: 3px;
    border-radius: 100%;
    z-index: -1;
    transition: all .3s;
}



.cart-wrap .table {}

.cart-wrap .table th {
    background-color: #ffffff;
    padding: 15px;
    font-weight: normal;
    font-size: 16px;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.cart-wrap .table td {
    background-color: #ffffff;
    border: 0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.cart-wrap .table tr {
    /* border-bottom: 25px solid #fcfcfc; */
}

.t-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-product .t-img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.t-product .t-img a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.t-product .t-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s;
}

.t-product .t-data a {
    color: #000;
    font-size: 15px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-product .t-data p {
    color: #0065ca;
    font-family: 'c-bd';
    font-size: 15px;
}

.cart-wrap .table .number {
    /* width: 50px; */
    user-select: none;
    white-space: normal;
}

.cart-wrap .table .number a {
    width: 35px;
    height: 35px;
    background-color: #F7F8F9;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #000;
    font-size: 22px;
    font-family: 'Line Awesome Free';
    font-weight: 600;
    transition: all .3s;
    vertical-align: middle;
}

.cart-wrap .table .number input {
    width: 50px;
    text-align: center;
    border: 0;
    background: transparent;
    padding: 0;
    height: 35px;
    color: #000;
    font-family: 'c-bd';
    font-size: 18px;
}

.cart-wrap .table .number a:focus,
.cart-wrap .table .number a:hover {
    color: #0065ca;
    transition: all .3s;
}

.cart-wrap .table .t-remove {
    color: #ff0000;
    font-size: 23px;
}

.t-product:hover .t-img img {
    transform: scale(.9);
}

.cart-wrap .table tbody tr:last-of-type {
    border: 0;
}

.cart-wrap .table tr:last-of-type td:first-child {
    border-radius: 0 0 5px 0;
}

.cart-wrap .table tr:last-of-type td:last-child {
    border-radius: 0 0 0 5px;
}

.cart-wrap .table thead th:first-child {
    border-radius: 0 5px 0 0;
}

.cart-wrap .table thead th:last-child {
    border-radius: 5px 0 0 0;
}

.table-btns .btn {
    border-radius: 5px;
    padding: 0 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.btn.btn-red {
    background-color: #fbb62b;
}

.btn.btn-red:hover {
    background-color: #fbb62b;
    color: #ffffff;
}

.table-btns .btn.btn-red {
    margin-left: 10px;
}

.table-extra {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: space-between;
    flex-direction: row-reverse;
}


.table-extra .total-list ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
    color: #848484;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.table-extra .total-list .btn {
    border-radius: 5px;
    padding: 0 30px;
    margin-top: 15px;
    width: auto;
    border: 0;
    background-color: #fbb62b;
    color: #fff;
    font-size: 14px;
}

.table-extra .total-list ul li span {
    color: #000;
    font-size: inherit;
}

.table-extra .discount-wrap {
    padding: 0;
}

.table-extra .discount-wrap h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.table-extra .discount-wrap p {
    margin-bottom: 20px;
}

.table-extra .discount-wrap img {
    width: 40px;
    object-fit: scale-down;
    margin-left: 10px;
}

.table-extra .discount-wrap .form-group {
    position: relative;
    padding: 0;
}

.table-extra .discount-wrap .form-group .form-control {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.table-extra .discount-wrap .form-group .btn {
    background-color: #fbb62b;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.table-extra .discount-wrap .form-group .btn:hover {
    background-color: #fc0;
    border-color: #ffcc00;
    color: #fff;
}

.cart-wrap .form-group {
    padding: 15px;
    position: relative;
}

.cart-wrap .form-group>h4 {
    color: #7D7D7D;
    direction: rtl;
    text-align: left;
    font-size: 15px;
    position: absolute;
    background-color: #fff;
    left: 25px;
    top: 5px;
    padding: 0 10px;
    z-index: 1;
}

.cart-wrap .form-group>h4 i {
    color: red;
    font-size: 15px;
    vertical-align: super;
    line-height: 0;
}

.cart-wrap .form-group .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
}

.cart-wrap .form-group .form-control:after {
    right: 15px;
    left: auto;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-top: 7px solid #E0E0E0;
    border-left: 7px solid transparent;
    border-bottom: 0;
    border-right: 7px solid transparent;
    transform: none;
}

.cart-wrap .form-group .form-control span {
    display: block;
    text-align: initial;
    font-size: inherit;
    height: 45px;
    line-height: 45px;
}

.cart-wrap .form-group .form-control .list {
    width: 100%;
    border: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
}

.cart-wrap .form-group .form-control .list li {
    text-align: initial;
    font-size: 13px;
    padding: 15px;
    line-height: normal;
}

.address-form .inner {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 5px 5px;
}

.cart-wrap .form-group .form-control:focus {
    transition: all .3s;
    box-shadow: 0 0 0 1px #fbb62b;
    border-color: #fbb62b;
}

.cart-wrap label {
    font-weight: normal;
}

.cart-wrap label input {
    display: none;
}

.cart-wrap label>span {
    color: #645F5F;
}

.cart-wrap label>span:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    transition: all .3s;
    color: #ffffff;
    font-size: 0;
    content: "\f00c";
    cursor: pointer;
    min-width: 16px;
}

.cart-wrap label input[type="checkbox"]:checked+span:before {
    font-size: 13px;
    transition: all .3s;
    /* background-color: #06c; */
    border-color: #06c;
    color: #06c;
}

.cart-wrap label input[type="radio"]:checked+span:before {
    background-color: #fbb62b;
    box-shadow: 0 0 0 1px #fbb62b;
    transition: all .3s;
}

.cart-wrap label input[type="radio"]+span:before {
    box-shadow: 0 0 0 1px #dfdfdf;
    border-radius: 100%;
    border: 3px solid #fff;
}

.cart-wrap .form-group label+h4 {
    margin-top: 20px;
}

.cart-wrap h5 {
    /* color: #0066cc; */
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cart-wrap .form-group .ship-address ul li {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
}

.cart-wrap .form-group .ship-address ul li:last-child {
    margin: 0;
}

.cart-wrap .form-group .ship-address ul li span {
    display: flex;
    align-items: center;
}

.cart-wrap .form-group .ship-address ul li span img {
    margin: 0 20px 0 5px;
    width: 40px;
    object-fit: scale-down;
}

.cart-wrap .form-group .ship-address ul li span span {
    color: #2d2d2d;
}

.cart-wrap .form-group .ship-address ul li span span b {
    font-weight: normal;
    color: #ffcc00;
    font-family: inherit;
    margin: 0 5px;
}

.cart-wrap .form-group .ship-address ul li span span a {
    font-family: inherit;
    color: #0066cc;
    text-decoration: underline;
    margin: 0 5px;
}

.cart-wrap .form-group .ship-address ul li span p {
    color: #7D7D7D;
    margin-top: 7px;
}

.cart-wrap .next-step {
    border-radius: 5px;
    font-size: 14px;
    margin: 0 20px;
    padding: 0 70px;
    border: 0;
    background-color: #fbb62b;
    color: #fff;
}

.prods-list {
    background-color: #fcfcfc;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}

.prods-list h4 {
    color: #813970;
    margin-bottom: 25px;
}

.prods-list .p-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prods-list .p-list li img {
    object-fit: scale-down;
    width: 85px;
    height: 80px;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #ffffff;
    border: 1px solid #F1F1F1;
}

.prods-list .p-list li span {
    font-size: 13px;
}

.prods-list .p-list li b {
    font-weight: normal;
    font-size: 16px;
}

.prods-list .ex-list {}

.prods-list .ex-list li {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: 1px solid #ececec; */
    padding: 20px 0;
    color: #848484;
}

.prods-list .ex-list li:last-child span {
    font-family: inherit;
    font-size: 18px;
}

.prods-list .p-list li div {
    justify-content: space-between;
    display: inline-flex;
    flex-grow: 1;
}

.prods-list .ex-list li:last-child {
    border-top: 1px solid #dfdfdf;
    padding-bottom: 0;
}

.addres-ship {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0065ca;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}

.addres-ship div span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.addres-ship a {
    color: #fff;
}

.addres-ship h4 {
    color: #fff;
}

.addres-ship a:hover {
    color: #ffcc00;
    transition: all .3s;
}

.pay-meth h3 {
    margin-bottom: 20px;
    font-size: 16px;
}

.pay-meth li {
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
}

.pay-meth li:last-child {
    margin-bottom: 0;
}

.pay-meth li label span {
    font-weight: normal;
}

.pay-meth li label span img {
    margin: 0 15px;
    object-fit: scale-down;
}

.cart-wrap .form-group .form-control::placeholder {
    color: #DCDCDC;
}

.pay-meth li .row {
    margin-top: 15px;
}

.pay-meth li:last-child img {
    float: right;
}

.pay-inner+.btn {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
}

.bill-wrap .address-form .inner li {
    color: #909090;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}

.bill-wrap .address-form .inner {
    padding: 20px;
    margin-bottom: 20px;
}

.bill-wrap .address-form .inner li:last-child {
    border: 0;
}

.bill-wrap .address-form .inner+.btn {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
}

.t-product .t-data span {
    display: block;
    color: #7D7D7D;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.8;
    max-width: 300px;
    max-height: 75px;
    white-space: normal;
}

.cart-wrap .table td .btn {
    /* background-color: #7D7D7D; */
    /* border-radius: 5px; */
    /* padding: 0 30px; */
}

.cart-wrap .table td .btn:hover {
    /* border-color: #ffcc00; */
    /* background-color: #fff; */
}

.cart-wrap.fav-wrap .table .t-remove {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fcfcfc;
    border-radius: 100px;
    transition: all .3s;
}

.cart-wrap.fav-wrap .table .t-remove i {
    display: block;
    line-height: inherit;
}

.cart-wrap.fav-wrap .table .t-remove:hover {
    background-color: #F37070;
    color: #fff;
    transition: all .3s;
}

.cart-wrap.new_cart .t-product .t-img {
    margin: 0 20px 0 0;
    height: 100px;
    width: 100px;
    border-radius: 0;
}

.cart-wrap .table .number a:hover {
    background-color: #fbb62b;
    color: #fff;
    transition: all .3s;
}

.cart-wrap .table th:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
}

.cart-wrap .table th:last-child:after {
    display: none;
}

.table-extra .total-list ul {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.table-extra .total-list ul li:last-child {
    border: 0;
}

.prods-list .p-list li:last-child {
    margin: 0;
}

.prods-list .p-list {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.cart-wrap .form-group .form-control:before {
    content: '';
    position: absolute;
    right: 40px;
    top: 13px;
    width: 1px;
    height: 15px;
    background: #e0e0e0;
}

.cart-wrap .form-group .btn.btn-border {
    margin: 0 15px;
    background: transparent;
    color: #FBB62B;
    font-size: 15px;
}

.cart-wrap .form-group .btn {
    background-color: #FBB62B;
    color: #fff;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
}

.prods-list .p-list li .p-img {
    position: relative;
    display: block;
    width: 85px;
    max-width: 85px;
    margin: 0 15px 0 0;
    min-width: 85px;
}

.prods-list .p-list li .p-img .badgo {
    right: -5px;
    top: -5px;
}

.prods-list .p-list li div {
    display: flex;
    align-items: center;
}

.prods-list .p-list li div div {
    display: block !important;
    overflow: hidden;
}

.prods-list .p-list li div a {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 195px;
    vertical-align: middle;
}

.prods-list .p-list li div p {
    color: #848484;
}

.address-form .inner .inner-head {
    background-color: #fafafa;
    margin: 0 15px 15px;
    width: calc(100% - 30px);
    border-radius: 10px;
    padding: 15px 30px;
}

.address-form .inner .inner-head ul li {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.address-form .inner .inner-head ul li:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin: 0 15px;
    content: "\f105";
}

.address-form .inner .inner-head ul li:last-child:after {
    display: none;
}

.address-form .inner .inner-head ul li a {
    color: #D4D4D4;
    font-size: 16px;
    font-weight: 600;
}

.address-form .inner .inner-head ul li.finished a {
    color: #FBB62B;
}

.address-form .inner .inner-head ul li.active a {
    color: #000;
}

.account-wrap {
    padding: 70px 0;
}

.account-wrap .auth-name {
    margin-bottom: 20px;
}

.account-wrap .auth-name h3 {
    font-weight: 700;
    font-size: 26px;
}

.account-wrap .nav-tabs {
    background-color: #fafafa;
    border: 0;
    border-radius: 5px;
    padding: 30px 0;
    height: 100%;
}

.account-wrap .nav-tabs li {
    display: block;
    float: none;
    margin: 0 0 10px;
}

.account-wrap .nav-tabs li a {
    display: block;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-radius: 0;
    padding: 10px 30px;
    color: #848484;
    font-size: 15px;
    transition: all .3s;
    background: transparent !important;
}

.account-wrap .nav-tabs li.active a {
    border-color: #FBB62B !important;
    color: #FBB62B;
    transition: all .3s;
}

.account-wrap .nav-tabs li:last-child {
    margin: 0;
}

.account-wrap .tab-content {
    padding: 0 0 0 30px;
}

.account-wrap .acc-dets li {
    padding: 20px 50px;
    margin-bottom: 30px;
    background-color: #fafafa;
    border-radius: 5px;
}

.account-wrap .acc-dets li:last-child {
    margin: 0;
}

.account-wrap .form-group {
    padding: 10px 15px;
}

.account-wrap .d-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-wrap .d-preview h4 {}

.account-wrap .d-preview p {}

.account-wrap .d-preview a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
}

.account-wrap .d-edit,
.account-wrap .address-form {
    display: none;
}

.account-wrap .form-group .form-control {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #B4B4B4;
    font-size: 14px;
}

.account-wrap .form-group .btn,
.account-wrap .address-old .btn {
    background-color: #434343;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.account-wrap .form-group .btn.btn-border {
    background: transparent !important;
    color: #000;
    margin: 0 30px;
    padding: 0;
    font-size: 16px;
}

.account-wrap .form-group .form-control::placeholder {
    color: #B4B4B4;
}

.account-wrap .form-group .form-control:focus {
    border-color: #fbb62b;
    box-shadow: none;
}

.account-wrap .form-group p {
    color: #B4B4B4;
    font-size: 13px;
    margin-top: 10px;
}

.account-wrap .form-group .btn:hover,
.account-wrap .address-old .btn:hover {
    background-color: #fbb62b;
}

.account-wrap .address-old {
    margin-bottom: 20px;
}

.account-wrap .address-old p {
    color: #848484;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}


.ord-head {
    display: flex;
    background-color: #000;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-evenly;
}

.ord-head span {
    color: #fff;
    border-width: 0 1px 0 0;
    border-color: rgb(255 255 255 / 61%);
    border-style: solid;
    padding: 0 20px;
}

.ord-head span:last-child {
    border: 0;
}

.account-wrap .panel-group .panel .panel-heading span {
    border-right: 1px solid #dfdfdf;
    padding: 0 30px;
}

.account-wrap .panel-group .panel .panel-heading span:last-child {
    padding-right: 0;
    border: 0;
}

.account-wrap .panel-group .panel .panel-heading a:not(.collapsed) {
    border-radius: 5px 5px 0 0;
    transition: all .3s;
}

.account-wrap .panel-group .panel .panel-body h4 {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.account-wrap .panel-group .panel .panel-body ul li {
    margin-bottom: 10px;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}

.account-wrap .panel-group .panel .panel-body ul li:last-child {
    margin: 0;
}

.account-wrap .panel-group .panel .panel-body .table {
    margin: 20px 0 0;
}

.account-wrap .panel-group .panel .panel-body .table tr {
    border-bottom: 15px solid #fff;
}

.account-wrap .panel-group .panel .panel-body .table th {
    background-color: #FCFCFC;
    padding: 10px;
    font-size: 13px;
}

.account-wrap .panel-group .panel .panel-body .table td {
    padding: 10px;
    vertical-align: middle;
    color: #909090;
    background-color: #fcfcfc;
}

.account-wrap .panel-group .panel .panel-body .table td img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 5px;
    object-fit: contain;
}

.account-wrap .panel-group .panel .panel-body .table td a {
    color: #2d2d2d;
    font-weight: 600;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
}

.account-wrap .panel-group .panel .panel-body .table tbody tr:last-of-type {
    border: 0;
}

.account-wrap .panel-group .panel .panel-heading a:not(.collapsed) span:last-child {
    color: #000;
}

.account-wrap .panel-group {
    margin: 0;
}

.account-wrap .panel-group .panel {
    border-radius: 10px;
    border: 0;
    background-color: #fcfcfc;
    box-shadow: none;
    margin-bottom: 20px;
}

.account-wrap .panel-group .panel .panel-heading {
    border: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.account-wrap .panel-group .panel .panel-heading a {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 45px 15px 15px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #7D7D7D;
}

.account-wrap .panel-group .panel .panel-heading a span {
    font-size: inherit;
    color: inherit;
}

.account-wrap .panel-group .panel .panel-body {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.account-wrap .panel-group .panel .panel-heading a:after {
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    transition: all .3s;
    right: 20px;
}

.account-wrap .panel-group .panel .panel-body .res-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.account-wrap .panel-group .panel .panel-body .res-list span {
    display: block;
    margin-bottom: 12px;
    color: #7d7d7d;
}

.account-wrap .panel-group .panel .panel-body .res-list .r-green {
    color: #ffcc00;
}

.account-wrap .panel-group .panel .panel-body .res-list .r-red {
    color: #F37070;
}

.account-wrap .panel-group .panel .panel-body .res-list span:last-child {
    margin-bottom: 0;
}

.account-wrap .panel-group .panel .panel-body .serv-date span {
    color: #813970;
    font-size: 16px;
}

.account-wrap .panel-group .panel .panel-heading a:not(.collapsed):after {
    transform: rotate(180deg);
    transition: all .3s;
}

.account-wrap .panel-group .panel .panel-body .col-md-3 {
    padding: 0 15px;
}

.compare-wrap {
    padding: 50px 0;
}

.compare-wrap .comp-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.compare-wrap .comp-head h3 {
    font-weight: 700;
}

.compare-wrap .comp-head a {
    color: #000;
    font-size: 15px;
}

.compare-wrap .panel-heading {
    padding: 0;
    background: transparent;
    border: 0 !important;
    border-radius: 0;
}

.compare-wrap .panel-group {
    margin-bottom: 30px;
}

.compare-wrap .comp-action .btn {
    background-color: #343434;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 30px;
}

.compare-wrap .comp-action .btn:hover {
    background-color: #fbb62b;
}

.compare-wrap .panel-heading a {
    display: block;
    position: relative;
    padding: 15px 0;
    font-weight: 700;
    font-size: 17px;
    color: #fbb62b;
}

.compare-wrap .panel-heading a:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    margin: 0 10px;
}

.compare-wrap .panel {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #ededed;
    border-radius: 0;
    margin: 0 !important;
}

.compare-wrap .panel .panel-body {
    border: 0 !important;
    padding: 0;
}

.compare-wrap .panel .panel-body td {
    vertical-align: middle;
    padding: 15px;
    border-color: #ededed;
    border-width: 2px;
    font-size: 15px;
    background-color: #fcfcfc;
}

.compare-wrap .panel .panel-body .model-wrap {
    text-align: center;
}

.compare-wrap .panel .panel-body .model-wrap img {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
    margin: 10px 0;
}

.compare-wrap .panel .panel-body td:first-child {
    color: #848484;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    min-width: 200px;
}

.compare-wrap .panel .panel-body .model-wrap .title {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.compare-wrap .panel .panel-body .model-wrap .remove {
    color: #f00;
    font-size: 15px;
}

.compare-wrap .panel .panel-body .table {
    margin: 0;
}

.compare-wrap .panel .panel-body td .clrs span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: 21px;
    margin: 0 20px 0 0;
}

.Stars::before {
    content: "★★★★★";
    background: linear-gradient(90deg, #fc0 var(--percent), #d9d9d9 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.compare-wrap .panel .panel-body td .Stars {
    display: inline-block;
}

.compare-sticky {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #fcfcfc;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    transition: all .3s;
}

.compare-sticky.off {
    top: -100px;
    transition: all .3s;
}

.compare-sticky p {
    font-size: 16px;
}

.compare-sticky p a {
    color: inherit;
    font-size: inherit;
}

.compare-sticky i {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #333;
    color: #fff;
    border-radius: 100%;
    margin: 0 5px;
    display: inline-block;
}

.compare-sticky .cl-sticky {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 24px;
}

.compare-sticky .cl-sticky i {
    width: auto;
    background: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    margin: 0;
}

.product-wrap {
    padding: 70px 0;
}

.product-wrap .item-box {
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

.product-wrap .item-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-wrap .slider .owl-dots {
    display: none;
}

.product-wrap .slider .owl-carousel .owl-nav button.owl-next,
.product-wrap .slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #434343;
    left: 15px;
    border: 0;
}

.product-wrap .owl-carousel .owl-nav button.owl-next {
    left: auto !important;
    right: 15px;
}

.product-wrap .owl-carousel .owl-nav button.owl-next:hover,
.product-wrap .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fbb62b;
}

.product-wrap .slider-two .owl-stage {
    transform: none !important;
    width: 100% !important;
}


.product-wrap .slider-two .item {
    height: 80px;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    border: 2px solid transparent;
    cursor: pointer;
}

.product-wrap .slider-two .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-wrap .slider-two .item.active {
    border-color: #fbb62b;
    transition: all .3s;
}

.product-wrap .slider-two {
    margin-top: 10px;
}

.product-wrap .slider-two .owl-item:nth-of-type(6n+6) {
    margin: 0 !important;
}

.product-wrap .single-data {
    padding: 0 0 0 30px;
}

.product-wrap .single-data .d-model {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}

.product-wrap .single-data .d-model span {
    border: 1px solid #888;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    margin: 0 15px 0 0;
}

.product-wrap .single-data .d-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

.product-wrap .single-data .d-info .Stars {
    margin: 0;
}

.product-wrap .single-data h3 {
    font-weight: 700;
    font-size: 34px;
    color: #fbb62b;
    line-height: 1.7;
}

.product-wrap .single-data .d-info .d-price span {
    color: #434343;
    font-size: 17px;
}

.product-wrap .single-data .d-info .d-price span.old {
    color: #D4D4D4;
    text-decoration: line-through;
    margin: 0 20px;
}

.product-wrap .single-data .d-info .d-Piece
{
     top: 65px;
    position: absolute;
    right: 5px;
}
/*New Addedd*/

.subnav-content ul {
    display: flex;
    justify-content: center;
}

.subnav-content li
{
    padding-right: 0px;
}
/*End New Added*/

.product-wrap .single-data .d-item {
    padding-top: 15px;
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-wrap .single-data .d-item h4 {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-wrap .single-data .d-item h4 a {
    font-weight: 700;
    color: #fbb62b;
}

.product-wrap .single-data .d-item .d-colors label {
    margin: 0 10px 10px 0;
}

.product-wrap .single-data .d-item .d-colors label input {
    display: none;
}

.product-wrap .single-data .d-item .d-colors label span {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e3e3e3;
    display: inline-block;
    border-radius: 100%;
    transition: all .3s;
    cursor: pointer;
}

.product-wrap .single-data .d-item .d-colors label input:checked+span {
    transform: scale(1.3);
    box-shadow: 0 0 0 1px #fbb62b;
    transition: all .3s;
}

.product-wrap .single-data .d-item .d-sizes label {
    margin: 0 10px 10px 0;
}

.product-wrap .single-data .d-item .d-sizes label input {
    display: none;
}

.product-wrap .single-data .d-item .d-sizes label span {
    border: 1px solid #D4D4D4;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #d4d4d4;
    transition: all.3s;
    font-size: 15px;
    cursor: pointer;
}

.product-wrap .single-data .d-item .d-sizes label input:checked+span {
    border-color: #fbb62b;
    background-color: #fbb62b;
    transition: all.3s;
    color: #fff;
}

.product-wrap .single-data .d-item .btn {
    border-radius: 5px;
    background-color: #434343;
    color: #fff;
    border: 0;
    padding: 0 30px;
    transition: all 0.3s ease-in-out;
}

.product-wrap .single-data .d-item .btn:focus
{
    outline: none;
}

.product-wrap .single-data .d-item .btn.active
{
    background-color: #FBB62B;
    box-shadow: 1px 1px 10px 2px #fbb62b;
}

.product-wrap .single-data .d-item .form-control {
    width: 85px;
    border-color: #d1d1d1;
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 0 10px;
    margin: 0 20px;
}

.product-wrap .single-data .d-item>a {
    color: #848484;
    font-size: 14px;
}

.product-wrap .single-data .d-item>a i {
    font-size: 20px;
}

.product-wrap .single-data .d-share {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-wrap .single-data .d-share>i {
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
    padding: 10px;
    margin-right: 10px;
}

.product-wrap .single-data .d-share a {
    color: #434343;
    font-size: 24px;
    margin: 0 5px;
}

.product-wrap .single-data .d-share a i {
    display: block;
    line-height: inherit;
}

.product-wrap .single-data .d-share .shre-icons {
    margin: 0 10px;
}

.product-wrap .single-extra {
    margin: 50px 0;
}

.product-wrap .single-extra .nav-tabs {
    border: 0;
    text-align: center;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.product-wrap .single-extra .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 30px;
}

.product-wrap .single-extra .nav-tabs li a {
    margin: 0;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    padding: 10px 0;
    background: transparent !important;
    border-radius: 0;
    color: #848484;
    font-size: 15px;
    transition: all .3s;
}

.product-wrap .single-extra .nav-tabs li.active a {
    color: #fbb62b;
    transition: all .3s;
    border-color: #fbb62b !important;
}

.product-wrap .single-extra .tab-pane {
    border-radius: 5px;
    background-color: #fafafa;
    padding: 20px;
}

.product-wrap .single-extra p {
    color: #848484;
    margin-bottom: 15px;
}

.product-wrap .single-extra .tab-pane>ul li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px;
    color: #848484;
}

.product-wrap .single-extra .compare-wrap {
    padding: 0;
}

.product-wrap .single-extra .compare-wrap .panel,
.product-wrap .single-extra .compare-wrap .panel .table td {
    background: transparent;
}

.product-wrap .single-extra .compare-wrap .panel .table td {
    border: 1px solid #dfdfdf;
    min-width: auto;
}

.product-wrap .single-extra .size-wrap {}

.product-wrap .single-extra .size-wrap .table,
.product-wrap .single-extra .size-wrap .table td,
.product-wrap .single-extra .size-wrap .table th {
    border: 1px solid #dfdfdf;
}

.product-wrap .single-extra .size-wrap img {
    margin: 0 auto;
    display: block;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.product-wrap .single-extra .size-wrap .table td,
.product-wrap .single-extra .size-wrap .table th {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}

.product-wrap .single-extra td,
.product-wrap .single-extra th {
    background-color: #fff !important;
}

.product-wrap .single-extra .rev-side h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

.product-wrap .single-extra .rev-side h4 a {
    color: #fbb62b;
    font-size: 15px;
}

.product-wrap .single-extra .rev-side li {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.product-wrap .single-extra .rev-side li h3 {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
}

.product-wrap .single-extra .rev-side li span {
    display: block;
    margin: 10px 0;
    color: #D4D4D4;
}

.product-wrap .single-extra .rev-side li p {}

.product-wrap .single-extra .rev-side li .Stars {
    margin: 0 20px;
}

.product-wrap .single-extra .rev-side .form-group {
    padding: 10px 15px;
}

.product-wrap .single-extra .rev-side .form-group .form-control {
    border: 1px solid #E1E1E1;
    font-size: 15px;
}

.product-wrap .single-extra .rev-side .form-group .btn {
    background-color: #434343;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 0 30px;
    float: right;
}

.product-wrap .single-extra .rev-side .form-group h5 {
    margin-bottom: 10px;
    color: #848484;
}

.product-wrap .single-extra .rev-side .form-group .form-control::placeholder {
    color: #E1E1E1;
}

.product-wrap .single-extra .rev-side .form-group .form-control:focus {
    border-bottom-color: #fbb62b;
    box-shadow: 0 1px 0 0 #fbb62b;
}

.product-wrap .single-extra .rev-side .form-group .jq-ry-container {
    padding: 0;
    display: inline-block;
    width: auto !important;
}

.product-wrap .single-extra .rev-side .form-group .jq-ry-container svg {
    width: 20px;
    margin: 0 4px 0 0;
}

.product-wrap .single-extra .rev-side .form-group .rating {
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
}

.product-wrap .single-extra .rev-side .form-group .btn:hover {
    background-color: #fbb62b;
}

.product-wrap .single-extra .rev-side .form-group:last-child {
    padding-bottom: 0;
}

.product-wrap .single-related .itm {
    padding: 0 15px;
}

.login-back {
    text-align: right;
    margin-bottom: 50px;
}

.login-back a {
    color: #000;
    font-size: 17px;
}

.login-blocks .block {
    padding: 15px;
    border-right: 1px solid #dfdfdf;
}

.login-blocks .block:last-of-type {
    border: 0;
}

.login-blocks .block .login-box {
    background: transparent;
    padding: 0 30px;
    max-width: none;
}

.login-blocks .block .login-box .form-group {
    padding: 0;
}

.login-blocks .block .login-box h4 {
    font-weight: 900;
    font-size: 21px;
    margin-bottom: 20px;
}

.overlay-s {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.overlay-s.active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

html.off {
    overflow: hidden;
}

.cart-sidebar .cl-carto {
    color: #fff;
    font-size: 20px;
    border: 0;
    background: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #444;
}

.cart-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    z-index: 99;
    background-color: #FCFCFC;
    box-shadow: 25px 25px 50px rgb(0 0 0 / 16%);
    padding: 0;
    transition: all .3s;
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
}

.cart-sidebar.active {
    transform: none;
    transition: all .3s;

}

.cart-sidebar .cart-mid ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
}

.cart-sidebar .cart-mid ul li .i-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    min-width: 70px;
}

.cart-sidebar .cart-mid ul li .i-img a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.cart-sidebar .cart-mid ul li .i-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.cart-sidebar .cart-mid ul li .i-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.cart-sidebar .cart-mid ul li .i-data div {
    flex-grow: 1;
}

.cart-sidebar .cart-mid ul li .i-data div a {
    color: inherit;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
}

.cart-sidebar .cart-mid ul li .i-data .rem {
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #000;
    background: transparent;
    font-size: 16px;
}

.cart-sidebar .cart-mid {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 174px);
    min-height: calc(100% - 174px);
    padding: 0 15px;
    margin-right: 7px;
    margin-top: 10px;
}

.cart-sidebar .cart-mid::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.cart-sidebar .cart-mid::-webkit-scrollbar-track {
    background-color: #e7e2e2;
    border-radius: 15px;
}

.cart-sidebar .cart-mid::-webkit-scrollbar-thumb {
    background-color: #fc0;
    border-radius: 15px;
}

.cart-sidebar .cart-mid ul li .i-data .rem img {
    width: 15px;
    height: 15px;
    filter: grayscale(1);
    opacity: .5;
    transition: all .3s;
}

.cart-sidebar .cart-mid ul li .i-data .rem:hover img {
    filter: none;
    opacity: 1;
    transition: all .3s;
}

.cart-sidebar .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 15px;
    margin-top: 10px;
    background-color: #fff;
}

.cart-sidebar .cart-total span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.cart-sidebar .cart-footer {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.cart-sidebar .cart-footer .btn {
    font-size: 14px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #434343;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
}

.cart-sidebar .cart-footer .btn.btn-border {
    background-color: #fbb62b;
}

.cart-sidebar .cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.cart-sidebar .cart-head h4 {
    font-weight: 700;
    font-size: 15px;
}

.cart-sidebar .cart-head span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #dfdfdf;
    font-size: 15px;
    color: #000;
}

.cart-sidebar .cart-mid ul li:last-child {
    border: 0;
}

#size_pop .close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    opacity: 1 !important;
    text-shadow: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

#size_pop .modal-dialog {
    margin: 120px auto;
}

#size_pop .modal-content {
    border-radius: 50px;
}

.s-size img {
    display: block;
    margin: 0 auto;
}

.main-sticky {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    width: 280px;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.11);
    transition: all .3s;
    transform: translateX(-150%);
}

.main-sticky .nav-tabs {
    border: 0;
    display: table;
    width: 100%;
}

.main-sticky .nav-tabs li {
    display: table-cell;
    float: none;
    width: 1%;
    margin: 0;
}

.main-sticky .nav-tabs li a {
    border: 0 !important;
    display: block;
    text-align: center;
    padding: 10px;
    color: #2e2e2e;
    font-size: 14px;
    border-radius: 0;
    transition: all .3s;
    margin: 0;
    border-width: 1px 0 1px 1px !important;
    border-color: #efefef !important;
    border-style: solid !important;
}

.main-sticky .nav-tabs li.active a {
    border-color: #f6931d !important;
    background-color: #f6931d;
    color: #fff;
}

.main-sticky .nav-tabs li a i {
    margin-left: 5px;
}

.main-sticky .tab-content li a {
    display: block;
    color: #2e2e2e;
    font-size: 13px;
    padding: 12px;
    border-bottom: 1px solid #efefef !important;
    position: relative;
    transition: all .3s;
    border-left: 3px solid transparent;
}

.main-sticky .tab-content li a:after {
    float: right;
}

.main-sticky .tab-content li .sub-menu {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: none;
}

.main-sticky .tab-content li .sub-menu li a {
    padding: 12px 20px;
    background-color: #f7f7f7;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a {
    padding: 12px 30px;
    background-color: #ffffff;
    color: #2e2e2e !important;
    border-color: transparent;
    border-bottom-color: #efefef;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a img {
    width: 20px;
    height: 23px;
    object-fit: scale-down;
    margin-left: 7px;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a:hover {
    border-color: #f6931d;
    color: #f6931d !important;
}

.main-sticky .tab-content ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
}

.main-sticky .tab-content ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.main-sticky .tab-content ul::-webkit-scrollbar-track {
    background-color: #ddd;
}

.main-sticky .tab-content ul::-webkit-scrollbar-thumb {
    background-color: #f6931d;
}

.main-sticky .tab-content li a img {
    width: 15px;
    height: 15px;
    margin-left: 7px;
    object-fit: scale-down;
}

.main-sticky .tab-content li a .badgo {
    position: relative;
    top: auto;
    right: auto;
    float: left;
}

.main-sticky .tab-content li a:hover {
    color: #f6931d;
    right: auto;
    transition: all .3s;
    border-color: #f6931d;
}

.main-sticky .off-menu {
    margin: 20px;
    padding: 0;
    border: 0;
    line-height: normal;
    background-color: transparent;
    font-size: 17px;
    font-weight: normal;
}

.main-sticky.active {
    transform: none;
    transition: all .3s;
}

.main-sticky .menu-item-has-children:after {
    position: absolute;
    top: 11px;
    left: 10px;
}

#preview_pop .modal-dialog {
    margin: 120px auto;
}

#preview_pop .modal-dialog .close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    opacity: 1 !important;
    text-shadow: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 16px;
}

#preview_pop .modal-content {
    border-radius: 30px;
}

#preview_pop 
 .product-wrap {
    padding: 20px 0;
}

#preview_pop .product-wrap .item-box {
    height: 300px;
}

#preview_pop .product-wrap .single-data .d-item .form-control {
    margin: 0;
}

#preview_pop .product-wrap .single-data h3 {
    font-size: 25px;
}

.main-head .sub-menu .hover-2
{  
    padding: 0;
}

.main-head .sub-menu .hover-2 a
{
    font-size: 16px !important;
}

.main-menu .sub-menu li:hover .nav-prodect
{
    display: inline-block;
    opacity: 1;
    bottom: 0;
}


.main-menu .sub-menu .nav-prodect
{
    position: absolute;
    right: 0;
    bottom: -15px;
    transform: translate(18%, 100%);
    background-color: #ffffff;
    width: 1200px;
    min-height: 345px;
    border: 3px solid #fbb62b;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}


.main-menu .sub-menu .nav-prodect .box
{
    background: #f1f1f1;
    margin: 10px;
    border: 2px solid #fbb62b;
    border-radius: 5px;
    overflow: hidden;
    text-align: right;
    
}

.main-menu .sub-menu .nav-prodect .box .box-top
{
    overflow: hidden;
}

.main-menu .sub-menu .nav-prodect .box:hover >.box-top img
{
    transform: scale(1.05);
}

.main-menu .sub-menu .nav-prodect .box .box-top a
{
    padding: 0px !important
}

.main-menu .sub-menu .nav-prodect .box .box-top a img
{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.main-menu .sub-menu .nav-prodect .box .box-bottom
{
    padding: 10px;color: beige;
}

.main-menu .sub-menu .nav-prodect .box .box-bottom a
{
    color: #868686 !important;
}

.main-menu .sub-menu .nav-prodect .box .box-bottom p
{
    
    padding: 0px 10px;   
    color: #868686;    
    font-weight: bolder;
}




/* Style the subnav content - positioned absolute */
.subnav-content {
    position: absolute;
    background-color: #fff;
    height: 45px;
    z-index: 1;
    justify-content: space-evenly;
    opacity: 0;
    display: none;
  }
  
  li.menu-item-has-children.subnav:last-of-type .subnav-content {
    left: 50%;
    transform: translateX(-50%);
}

li.menu-item-has-children.subnav:last-of-type .subnav-content .subnav-content-conter {
    width: 100%;
}

li.menu-item-has-children.subnav:last-of-type .subnav-content ul{
    display:flex;
}

li.menu-item-has-children.subnav:last-of-type .subnav-content ul li a{
      white-space: nowrap;
}
  
  /* Style the subnav links */
  .subnav-content a {
    float: left;
    color: #000 !important;
    text-decoration: none;
    padding: 9px 12px !important;
  }

  .subnav-content a span
  {
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #000;
    bottom: 1px;
    left: 50%;
    transition: all 0.2s ease-in-out;
  }


  .subnav-content li:hover span
  {
    width: 100%;
    left: 0%;
  }
  
  /* When you move the mouse over the subnav container, open the subnav content */
  .subnav:hover .subnav-content {
    opacity: 1;
    display: flex;
  }

  .subnav-content >ul >li:hover .subnav-content-conter {
    display: block !important;
}

.subnav-content ul li {
    height: 100%;
    margin: 0px !important;
    margin-left: -3px !important;
}

  .subnav-content .subnav-content-conter
  {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    background-color: #fff;
    width: 670px;
    display: none;
    transition: all 0.5s ease-in-out;
  }



  .subnav-content .subnav-content-conter .box-a
  {
    padding: 5px;
  }

  .subnav-content .subnav-content-conter .box-a .box {
    padding: 20px 0px;
    /*margin: 30px;*/
    overflow: auto;
}

  .subnav-content .subnav-content-conter .box-a .box a
  {
    text-transform: capitalize;
  }

  .subnav-content .subnav-content-conter .box-a .box a:hover
  {
      color:#fbb62b !important;
  }

  .subnav-content .subnav-content-conter .box-a .box a p
  {
    font-size: 12px;
  }

  .subnav-content .subnav-content-conter .box-b .frame {
    width: 325px;
    border: 0;
    height: 275px;
    padding: 20px;
    
}

.subnav-content .subnav-content-conter .box-b .frame img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}