html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'barlowblack';
    src: url('../fonts/barlow-black-webfont.woff2') format('woff2'),
        url('../fonts/barlow-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowbold';
    src: url('../fonts/barlow-bold-webfont.woff2') format('woff2'),
        url('../fonts/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowextrabold';
    src: url('../fonts/barlow-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/barlow-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowextralight';
    src: url('../fonts/barlow-extralight-webfont.woff2') format('woff2'),
        url('../fonts/barlow-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowlight';
    src: url('../fonts/barlow-light-webfont.woff2') format('woff2'),
        url('../fonts/barlow-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowmedium';
    src: url('../fonts/barlow-medium-webfont.woff2') format('woff2'),
        url('../fonts/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
        url('../fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowsemibold';
    src: url('../fonts/barlow-semibold-webfont.woff2') format('woff2'),
        url('../fonts/barlow-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowthin';
    src: url('../fonts/barlow-thin-webfont.woff2') format('woff2'),
        url('../fonts/barlow-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

a:hover {
    text-decoration: none;
}

* {
    outline: none !important;
    box-shadow: none !important;
}

img {
    display: block;
    max-width: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'barlowregular', sans-serif;
    background: #f7f7f7;
}

.body-overflow {
    overflow: hidden;
}


.theme_color {
    color: #f37c20;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

header {
    background: #ffffff;
}

header .header_top {
    border-bottom: 1px solid #eeeeee;
}

header .header_top ul,
header .header_top ul li {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

header .header_top ul {
    padding-left: 14px;
}

header .header_top ul li a {
    display: flex;
    align-items: center;
}

header .header_top .top_info li {
    margin-right: 50px;
}

header .header_top .top_info li a {
    color: #222222;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 17px;
    word-break: break-all;
}

header .header_top .top_info li:last-child a {
    margin: 0;
}

header .header_top .top_info li a span {
    margin-left: 10px;
}

header .header_top .myaccount {
    justify-content: flex-end;
    width: auto;
    display: inline-block;
}

header .header_top .myaccount .dropdown-toggle {
    padding: 15px;
    text-transform: uppercase;
    display: inline-flex;
}

header .header_top .myaccount .dropdown-toggle::after {
    content: none;
}

header .header_top .myaccount .dropdown-menu>.dropdown-toggle {
    display: none !important;
}

header .header_top .myaccount .dropdown-item {
    padding: 15px 15px;
}

header .header_top .myaccount>a span {
    margin-left: 10px;
    color: #222222;
    font-weight: 600;
}

header .header_top .myaccount .submenu {
    display: none;
}

header .header_top .myaccount .dropdown-trigger:hover .submenu {
    display: block;
    position: absolute;
    top: 37px;
    width: 100%;
}

header .header_top .myaccount .submenu li {
    justify-content: center;
}

header .header_bottom .logo {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.seach_li {
    position: relative;
}

.search_outer {
    position: absolute;
    right: 101%;
    width: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
}

.search_outer.serach_active {
    opacity: 1;
    visibility: visible;
    width: 320px;
    height: 100%;
}

.search_outer input {
    width: 100%;
    height: 100%;
    padding: 18px 15px;
    color: #222;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    border: none;
    border-left: 1px solid #eeeeee;
}

.searchform {
    height: 100%;
}

.serach_icon .close_icon,
.serach_icon.seach_close .s_icon {
    display: none;
}

.serach_icon.seach_close .close_icon {
    display: block;
}

.search_button {
    visibility: hidden;
    opacity: 0;
}


.search-cart-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.search-cart-wrapper li {
    display: flex;
    align-items: self-end;
    border-left: 1px solid #eeeeee;
    position: relative;
    height: 100%;
}

.search-cart-wrapper li a {
    /* padding: 32px; */
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magic-icon-search {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.magic-icon-search::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 11px;
    background: #000;
    position: absolute;
    left: 80%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.magic-icon-search.seach_close::before {
    height: 26px;
    left: 50%;
    top: 50%;
    transition: all 0.5s;
}

.magic-icon-search::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    border: 3px solid black;
    border-radius: 50%;
    top: 43%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.magic-icon-search.seach_close::after {
    border-width: 2.2px;
    border-radius: 0px;
    width: 0px;
    height: 26px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.5s;
}

.cart-notification {
    display: flex;
    width: 22px;
    height: 22px;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #df7026;
    color: #fff;
    border-radius: 100%;
    top: 13px;
    right: 19px;
    font-weight: 500;
}

/* hamburger start */
.search-cart-wrapper li.hamburger-wrapper {
    display: none;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 26px;
    background: #000000;
    position: absolute;
    display: inline-block;
    content: '';
}

#hamburger span:before {
    top: -7px;
}

#hamburger span:after {
    bottom: -7px;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* easeInOutCubic */
}

#hamburger.active span {
    background-color: transparent;
}

#hamburger.active span:before,
#hamburger.active span:after {
    top: 0;
}

#hamburger.active span:before {
    transform: rotate(45deg);
}

#hamburger.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}


#hamburger-dots span {
    width: 10px;
    height: 10px;
    background: #000000;
    display: block;
    border-radius: 50%;
    transform: translate(0, 0px);
}

#hamburger-dots {
    display: none;
}

#hamburger-dots span:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    display: block;
    border-radius: 50%;
    transform: translate(0, -15px);
}

#hamburger-dots span:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    display: block;
    border-radius: 50%;
    transform: translate(0, 6px);
}

/* hamburger end */


.tab-content-section {
    padding: 20px 0;
}

.tab-content-section .custom-col-4 {
    width: 411px;
    padding-left: 10px;
    padding-right: 10px;
}

.tab-content-section .custom-col-8 {
    width: calc(100% - 421px);
    padding-left: 10px;
    padding-right: 10px;
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.tab-content-section nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #222222;
    border-radius: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tab-content-section nav>div a.nav-item.nav-link {
    border: none;
    padding: 22px 8px;
    color: #cccccc;
    background: #222222;
    border-radius: 0;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.tab-content-section nav>div a.nav-item.nav-link.active {
    background: #df7026;
    color: #fff;
}

.tab-content-section nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    height: 5px;
    width: 5px;
    margin: auto;
    border: 5px solid transparent;
    border-top-color: #df7026;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    padding: 22px 0px;
}

#nav-tabContent>.tab-pane {
    overflow: visible;
}

.tab-content>.tab-pane>nav.menu_content ul.level0 {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    /* left: -400px; */
}

.tab-content>.tab-pane.active.show>nav.menu_content ul.level0 {
    left: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #df7026;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

#menu {
    position: relative;
    z-index: 2;
}

.parent-menu {
    /* background-color: #0c8fff; */
    width: 100%;
}

.mCSB_container {
    z-index: 3;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: transparent !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.tab-pane:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: gray !important;
}

#menu ul {
    list-style-type: none;
    /* padding-left: 24px; */
}

#menu ul li {
    overflow: visible;
    position: relative;
}

#menu ul li a {
    padding: 6px 24px;
    display: block;
    color: #222222;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 18px;
}


#menu ul.level0 li.level1.has-dropdown>i {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/right-arrow-icon.png) no-repeat;
    right: 10px;
    top: 8px;
    margin: auto;
    transition: 0.2s;
    background-position: center;
    cursor: pointer;
}

#menu ul.level0 li.level1.has-dropdown>i.i_active {
    transform: rotate(90deg);
    transition: 0.2s;
}

#menu ul li a:hover {
    background-color: #df7026;
    color: #ffffff;
}

#menu ul li a.active {
    background-color: #df7026;
    color: #ffffff;
}

#menu ul li:hover>ul,
#menu ul li i:hover+ul {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0s linear 0s;
}

#menu ul li>ul {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    left: 100%;
    min-width: 300px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

#menu ul li>ul li a:hover {
    background-color: #df7026;
}

.menu_content .mCSB_container {
    overflow: visible !important;
}

.welcome-section {
    padding: 40px 0;
}

.banner_image {
    height: 610px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-orange {
    background: url(../images/bg.jpg)no-repeat center center /cover;
    position: relative;
}

.bg-orange::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(223, 112, 38, 0.9);
    position: absolute;
    top: 0;
}

.welcome_outer {
    position: relative;
}

.welcome_outer .welcome_content {
    padding: 40px 0;
    color: #fff;
}

.welcome_outer .welcome_content .section-header {
    padding-bottom: 48px;
    text-align: center;
}

.welcome_outer .welcome_content h1 {
    font-size: 51px;
    font-weight: 700;
    padding-bottom: 17px;
    letter-spacing: 1px;
    word-spacing: 4px;
}

.welcome_outer .welcome_content h5 {
    font-size: 30px;
    letter-spacing: 1.2px;
}

.welcome_outer .welcome_content .section-content {
    padding-left: 54px;
}

.welcome_outer .welcome_content .section-content ul {
    padding-bottom: 31px;
    padding-top: 3px;
    padding-left: 1px;
}

.welcome_outer .welcome_content .section-content ul li {
    list-style: inside;
    list-style-type: decimal;
    letter-spacing: 1.8px;
    line-height: 29px;
    font-size: 19px;
}

.welcome_outer .welcome_content .section-content p {
    line-height: 29px;
    font-size: 23px;
}

.guarantee-section {
    position: relative;
}

.guarantee-section .guarantee-content {
    padding: 40px 0;
    color: #000;
}

.guarantee-section .guarantee-content .section-header {
    padding-bottom: 10px;
    text-align: center;
}

.guarantee-section .guarantee-content h2 {
    font-size: 30px;
    letter-spacing: 1.2px;
}

.guarantee-section .guarantee-content p {
    line-height: 29px;
    font-size: 23px;
}

.card-section {
    padding: 60px 0;
}

.card-section .card-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.card-section .card-wrapper .card {
    width: 25%;
    height: auto;
    display: flex;
    flex: 0 0 25%;
    justify-content: space-between;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    color: #fff;

}

.card-section .card-wrapper .card.card-content {
    overflow: hidden;
}

.card-section .card-wrapper .card h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    word-spacing: -2px;
    text-transform: uppercase;
}

.card-section .card-wrapper .card h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 24px;
}

.card-section .card-wrapper .card.card-color {
    padding: 20px;
}

.color-pink {
    background: #ff8574;
}

.color-sky-blue {
    background: #31b8fb;
}

.color-ocean-green {
    background: #08d8b3;
}

.color-golden {
    background: #cca150;
}

.card-section .card-wrapper .card.arrow_box:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 21px;
    margin-top: -21px;
    z-index: 1;
}

.color-pink:before {
    border-left-color: #ff8574 !important;
}

.color-sky-blue:before {
    border-left-color: #31b8fb !important;
}

.color-ocean-green:before {
    border-right-color: #08d8b3 !important;
}

.color-golden:before {
    border-right-color: #cca150 !important;
}

.card-section .card-wrapper .card.arrow_box-right:before {
    left: 100%;
}

.card-section .card-wrapper .card.arrow_box-left:before {
    right: 100%;
}

.card-section .card-wrapper .card h6 {
    text-transform: uppercase;
}

.card-section .card-wrapper .card h6 a {
    color: #fff;
}

.card-section .card-wrapper .card img {
    transition: transform 1s ease-in-out;
    width: 100%;

}

.card-section .card-wrapper .card:hover img {
    transform: scale(1.2);
}

/* Product listing page */
.page-header {
    padding: 40px 0;
    text-align: center;
}

.page-header h1 {
    font-size: 40px;
    font-family: 'barlowbold';
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.product-header {
    height: 60px;
    display: flex;
    align-items: center;
}

.product-header h5 {
    font-size: 18px;
    font-weight: 700;
}

.product-header h5 span {
    font-weight: 500;
}

.short-by-wrapper {
    display: flex;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.short-by-wrapper .desktop-filter-wrapper {
    display: flex;
}

.short-by-wrapper .desktop-filter-wrapper li {
    margin: 0 13px;
    position: relative;
}

.short-by-wrapper .desktop-filter-wrapper li:first-child {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
}

.short-by-wrapper .desktop-filter-wrapper li:last-child {
    margin-right: 0;
}

.short-by-wrapper .desktop-filter-wrapper li:hover a {
    color: #df7026;
}

.short-by-wrapper .desktop-filter-wrapper li:not(:first-child):hover:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #df7026;
    bottom: -3px;
}

.short-by-wrapper .desktop-filter-wrapper li.active a {
    color: #df7026;
}

.short-by-wrapper .desktop-filter-wrapper li.active:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #df7026;
    bottom: -3px;
}

.short-by-wrapper .desktop-filter-wrapper li a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
}

.short-by-wrapper .mobile-filter-toggle {
    display: none;
}

.short-by-wrapper .mobile-filter-wrapper,
.short-by-wrapper .mobile-filter-wrapper.show {
    display: none;
}

.product-listing-item {
    display: flex;
    padding: 20px 0;
}

.product-listing-item .product-img {
    width: 240px;
    flex: 0 0 240px
}

.product-listing-item .product-detail-wrapper {
    display: block;
    width: 100%;
    padding-left: 50px;
}

.product-listing-item .product-detail-wrapper .product-detail-top {
    display: flex;
    padding: 30px 0;
}

.product-listing-item .product-detail-wrapper .product-detail-top .product-name,
.product-listing-item .product-detail-wrapper .product-detail-bottom .qty-details-wrapper {
    width: 60%;
    padding-right: 10%;
}

.product-listing-item .product-detail-wrapper .product-detail-top .about-product {
    padding-left: 25px;
    width: 40%;
}

.product-listing-item .product-detail-wrapper .product-detail-top .product-name h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;

}

.product-listing-item .product-detail-wrapper .product-detail-top .product-name h3 a {
    color: #222222;
    transition: all 0.5s linear;
}

.product-listing-item .product-detail-wrapper .product-detail-top .product-name h3 a:hover {
    color: #df7026;
}

.product-listing-item .product-detail-wrapper .product-detail-top .about-product p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.product-listing-item .product-detail-wrapper .product-detail-top .about-product p span {
    font-size: 18px;
    font-weight: 600;
}

.product-listing-item .product-detail-wrapper .product-detail-bottom {
    display: flex;
    justify-content: space-between;
}

.product-listing-item .product-detail-wrapper .product-detail-bottom .qty-details-wrapper p {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 19px;
}

.product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper {
    display: flex;
    width: 40%;
    align-items: center;
    padding-left: 30px;
}

.product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper h2 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #df7026;
    font-family: "Barlow";
    font-weight: 700;
}

.product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper h2 em {
    font-size: 16px;
    vertical-align: super;
}

.product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper h2 span {
    margin-left: 2px;
}

.page-number-wrapper {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 22px;
}

.page-number-wrapper .total-pages {
    width: 20%;
}

.total-pages p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #222222;
    font-family: "Barlow";
    font-weight: 500;
}

.product-paginatio-wrapper {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 700px;
    justify-content: space-between;
}

.product-paginatio-wrapper .page-links {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
}

.product-paginatio-wrapper .link-active {
    color: #df7026;
}

.product-pagination {
    display: flex;
}

.product-pagination li a {
    width: 41px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #212529;
}

.product-pagination li a:hover {
    background: #df7026;
    color: #fff;
}

.product-pagination li a.active {
    background: #df7026;
    color: #fff;
}

.products_listing_page,
.products_cart_page {
    padding-top: 0;
    background: #fff;
}

.products_listing_page .tab-content {
    border: 1px solid #d7d7d7;
    border-radius: 0 0 2px 2px;
}

.products_listing_page .custom-col-8 {
    padding-left: 30px;
    padding-right: 25px;
}


/*=======Product detail=======*/
.breadcrumb {
    background: none;
    padding: 15px 0;
    font-size: 18px;
}

.breadcrumb a {
    color: #222;
}

.breadcrumb-item.active {
    color: #222;
    font-family: 'barlowsemibold';
}

.cycle-slideshow {
    z-index: 1;
}

.cycle-slideshow img,
.cycle-pager .thumg_outer img {
    width: 100%;
}

.product_detail_right {
    padding-left: 25px;
}

.cycle-pager {
    margin: 10px -15px;
    overflow: hidden;
}

.cycle-pager .thumg_outer {
    padding: 15px;
    float: left;
    width: 33.33%;
}

.product_descryption {
    margin-top: 25px;
}

.product_descryption .nav {
    border-bottom: 2px solid #222;
}

.product_descryption .nav .nav-item {
    font-size: 18px;
    text-transform: capitalize;
    background: #eee;
    padding: 15px;
    text-align: center;
    border-radius: 0;
    margin: 0 2px;
    color: #555555;
}

.product_descryption .nav .nav-item:first-child {
    margin-left: 0;
}

.product_descryption .nav .nav-item:last-child {
    margin-right: 0;
}

.product_descryption .nav .nav-link.active {
    color: #fff;
    background: #222;
    border: 2px solid #222;
}

.product_descryption .tab-content {
    border: none;
}

.product_descryption table {
    width: 100%;
}

.product_descryption table td {
    font-size: 16px;
    color: #222;
    width: 65%;
}

.product_descryption table td.label {
    font-weight: 500;
    width: 35%;
}

h3.product_head {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    display: block;
    margin-bottom: 25px;
    line-height: normal;
}

.product_detail_right .about-product {
    font-size: 18px;
    color: #222;
    margin-bottom: 25px;
}

.product_detail_right .about-product p {
    margin: 5px 0;
}

.product_detail_right .about-product span {
    font-weight: 600;
}

.product_detail_right .price-details-wrapper h2 {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: normal;
    color: #df7026;
    font-family: "Barlow";
    font-weight: 700;
    margin-bottom: 25px;
}

.product_detail_right .price-details-wrapper h2 em {
    font-size: 20px;
    vertical-align: super;
    margin-right: 3px;
}

.product_detail_right .qty-details-wrapper {
    margin-bottom: 25px;
}

.product_detail_right .qty-details-wrapper p {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 19px;
}

.call_help {
    display: inline-block;
    font-size: 16px;
    color: #222;
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-bottom: 25px;
}

.call_help a {
    font-weight: 600;
    color: #222;
    transition: all 0.5s linear;
}

.call_help a:hover {
    color: #df7026;
}

.quantity {
    width: 150px;
    border: 2px solid #d7d7d7;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.quantity label {
    font-size: 16px;
    color: #222;
    width: 40%;
    padding: 15px 10px;
    background: #d7d7d7;
    text-align: center;
}

.quantity input {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    width: 60%;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.product_detail_right .button-set .btn {
    min-width: 200px;
    margin-right: 15px;
    width: 200px;
    display: inline-block;
    text-align: center;
}

.product_descryption {
    font-size: 16px;
    color: #222;
    line-height: 22px;
    width: 100%;
    max-width: 500px;
}

.product_descryption>* {
    margin-bottom: 25px;
}

.product_descryption ul {
    list-style: disc;
    padding-left: 25px;
}

.product_descryption ul li {
    margin-bottom: 5px;
}

.button-set .btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding: 20px 15px;
    border-radius: 0;
}

.btn-orange {
    background: #df7026;
    border: 2px solid #df7026;
}

.btn-black {
    background: #222;
    border: 2px solid #222;
}

.button-set .btn:hover {
    background: #fff;
    transition: all 0.5s linear;
}

.btn-orange:hover {
    color: #df7026;
}

.btn-black:hover {
    color: #222;
}

/* Rennel Parino - HPD - CSS for Sold Out Button - 09-16-22 */
.btn-nostock {
    background: #aaa;
    color: #333;
    border: unset;
}

.btn-nostock:hover {
    color: #fff;
    background: #aaa !important;
}



/*=======Product detail=======*/


.table-borderless.table th,
.table-borderless.table td {
    border: 0;
    font-weight: 500;
}

.products_cart_page {
    padding-bottom: 5%;
}

.products_cart_page h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.products_cart_page .product-name a {
    color: #222222;
    transition: all 0.5s linear;
}

.products_cart_page h3 a:hover {
    color: #df7026;
}

.products_cart_page table {
    border-collapse: separate;
    border-spacing: 0px 25px;
}

.products_cart_page table th {
    font-size: 18px;
    color: #222222;
    font-weight: 400;
}

.products_cart_page table td {
    padding: auto 10px;
}

.products_cart_page table td.img-cell {
    padding: 12px 0;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icons a {
    display: block;
    width: 20px;
    flex: 0 0 20px;
}

.icons a:last-child {
    margin-left: 15px;
}

.products_cart_page table td .qty {
    width: 70px;
    height: 50px;
    text-align: center;
    border: 0;
    background: #ededed;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    /* padding-left: 15px; */
}

.products_cart_page .price {
    font-size: 22px;
    color: #222222;

}

.products_cart_page .price span {
    vertical-align: super;
    font-size: 16px;
}

.products_cart_page .btn-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.products_cart_page .btn-wrapper .continue-back {
    align-self: center;
}

.products_cart_page .btn-wrapper a {
    display: flex;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #666666;
    font-family: "Barlow";
    font-weight: 500;
}

.products_cart_page .btn-wrapper a img {
    margin-right: 10px;
}

.products_cart_page .btn {
    border: none;
    padding: 19px 8px;
    border-radius: 0;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.products_cart_page .btn:hover {
    background: #222222;
}

.products_cart_page .btn.btn-cart-update {

    background: #222222;
    width: 230px;
}

.checkout-wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    padding-left: 20%;
    place-content: flex-start;
}

.products_checkout_page .checkout-wrapper {
    padding-top: 0;

}

.btn.btn-coupon-apply {

    padding: 8px 8px;

    background: #222222;
    font-weight: 500;
    font-size: 14px;
    width: 100px;
    height: 40px;
    margin-right: 5px;
}

.btn-checkout {
    background: #df7026;
    width: 100%;
}

.products_cart_page .product-img {
    margin-right: 5px;
}

.products_cart_page h3.checkout-title {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.coupon-code-wrapper {
    margin-bottom: 55px;
    width: 100%;
}

h2.cart-title {
    font-size: 20px;
    font-weight: 700;
}

.cart-details .price {
    font-weight: 500;
}

.cart-sub-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.cart-shipping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

h2.cart-title span {
    font-weight: 500;
    width: 69%;
    display: block;
    color: #666666;
    line-height: 24px;
}

.coupon-code input {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}

.coupon-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ededed;
    height: 50px;
    position: relative;
}

.cart-details-wrapper {
    width: 100%;
}

.products_checkout_page {
    border-top: 1px solid #eeeeee;
    padding: 4% 0;
}

.products_checkout_page .btn-logout {
    width: 161px;
    padding: 12px 8px;
    background: #fff;
    color: #222222;
}

.products_checkout_page .btn-logout:hover {
    background: #222222;
    color: #fff;
}

.checkout-step-number {
    border-radius: 50%;
    background: #fff;
    color: #222222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    height: 32px;
    width: 32px;
    margin-right: 26px;
    padding: 6px;
    text-align: center;
}

.title-left .title-text {
    display: inline-flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    position: relative;
}

.panel-default>.panel-heading a:not(.collapsed) .title-left .title-text {
    color: #fff;
}

.title-left .title-text img {
    position: absolute;
    right: -34px;
    top: 2px;
}

.title-left .title-text em {
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    margin-top: 10px;
}

.panel-default {
    margin-bottom: 20px;
}

.panel.panel-default .panel-collapse {
    border: 2px solid #ededed;
    border-top: 0;
    padding: 30px;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background: #ededed;
    transition: 0.2s;
}

.panel-default>.panel-heading a:not(.collapsed) {
    background: #222222;
    transition: 0.2s;
}

.main-title {
    font-weight: 500;
    place-self: flex-start;
    position: relative;
}

.show-img,
.btn-show {
    display: none;
}

.show-content {
    text-transform: none;
    display: none;
}

.step-done .show-content {
    display: block;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.show-content.username {
    font-size: 16px;
    font-weight: 500;
    color: #df7026;
}

.step-done .show-img,
.step-done .btn-show {
    display: block;
}


/* lable floting*/
.step-checkout-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.step-checkout-form input,
.step-checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    margin: 0px auto;
    outline: none !important;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    transition: all .2s ease-in-out;
    border-radius: 0;
}

.step-checkout-form textarea {
    height: auto;
}

.step-checkout-form label.floating-lable {
    position: absolute;
    top: -11px;
    left: 14px;
    text-align: left;
    display: block;
    height: 7px;
    line-height: 72px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    color: #777777;
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out;
    padding: 0 4px;
    user-select: none;
}

.mandatory {
    color: #e04f2d;
}

.step-checkout-form input.value+label,
.step-checkout-form input:focus+label.floating-lable,
.step-checkout-form textarea:focus+label.floating-lable,
.step-checkout-form textarea.value+label.floating-lable {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #777777;
}

.step-checkout-form input:focus,
.step-checkout-form textarea:focus {
    border-color: #eeeeee;
    box-shadow: none;
}

.step-checkout-form .bootstrap-select {
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    width: 100% !important;
    height: 52px;


}

.step-checkout-form .bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    height: 48px;
    padding: 8px 17px;
}

.step-checkout-form .bootstrap-select>.dropdown-toggle:focus,
.step-checkout-form .bootstrap-select>.dropdown-toggle:active {
    outline: none !important;
    box-shadow: none;
    background: #fff !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}

label.field-title {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
}

/* custom check box */
.custom-form-group {
    margin-top: 18px;
    display: flex;
}

.custom-form-group-wrp {
    position: relative;
}

.custom-form-group-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 22px;
    margin: auto;
    right: 15px;
}

/* common custom check box start */
.custom-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-box label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
}

.custom-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #eeeeee;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    transition: 0.5s;
}

.custom-box input:checked+label:before {
    background: #df7026;
    border-color: #df7026;
    transition: 0.5s;
}

.custom-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 0.5s;
}

/* common custom check box end */
.step-checkout-form .btn-primary {
    color: #fff;
    background-color: #df7026;
    border-color: #df7026;
}

.checkout-wrapper .btn-primary.disabled,
.checkout-wrapper .btn-primary:disabled,
.checkout-wrapper .btn-primary:disabled:focus {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
    outline: none !important;
    box-shadow: none;
}

.step-checkout-form .btn-primary.btn-big {
    width: 201px;
    font-weight: 500;
}

.cop_applied {
    color: #df7026;
    text-transform: uppercase;
    position: absolute;
    right: 5px;
    line-height: normal;
}

.cop_applied .close {
    margin-left: 5px;
    opacity: 1;
}

.cart-sub-total.discout .price {
    color: #df7026;
}

/* Dashboard Start */

.nav-bar {
    width: 68%;
    display: inline-flex;
    height: 100%;
    vertical-align: top;
    align-items: center;
    padding-left: 30px;
}

.nav-bar .nav-item {
    margin-right: 55px;
}

.nav-bar .nav-item:last-child {
    margin: 0;
}

.nav-bar .nav-item a {
    font-size: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'barlowsemibold';
}

.nav-bar .nav-item a:hover {
    color: #f37c20;
}

.dashboard-main-section {
    padding: 20px 0;
}

.dashboard-main-section .container {
    max-width: 1370px;
    padding: 0 10px;
}

.dashboard-main-section .custom-col-3 {
    width: 390px;
    padding: 0 10px;
    width: calc(100% - 71.5%);
    margin-right: auto;
}

.dashboard-main-section .custom-col-9 {
    padding: 0 10px;
    width: 71.5%;
    display: flex;
}

.dashboard-main-section .media {
    align-items: center;
}

.dashboard-main-section .media-body h4 {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'barlowmedium';
}

.dashboard-main-section .media-body h4 a {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'barlowmedium';
    color: #222222;
}

.dashboard-main-section .card {
    height: 100%;
    border: 0;
    border-radius: 0;
    min-height: 680px;
}

.dashboard-main-section .card.dashboard-menu-card .card-header {
    padding: 28px 24px 40px;
    border: 0;
    background: transparent;
}

.dashboard-main-section .card.dashboard-menu-card .card-body {
    padding: 0;
}

.dashboard-menu-item {
    display: flex;
}

.dashboard-menu-item a {
    display: flex;
    height: 60px;
    align-items: center;
    color: #222222;
    padding-left: 50px;
    font-size: 20px;
    letter-spacing: 0.6px;
    font-family: 'barlowmedium';
    width: 100%;
    transition: 0.5s;
    position: relative;
}

.dashboard-menu-item a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #f37c20;
    opacity: 0;
    transition: 0.5s;
}

.dashboard-menu-item a:hover:before,
.dashboard-menu-item a.active:before {
    opacity: 1;
    transition: 0.5s;
}

.dashboard-menu-item a:hover,
.dashboard-menu-item a.active {
    background-image: linear-gradient(to right, #f5f5f5, #fefefe);
    transition: 0.5s;
}

.dashboard-menu-item a img {
    margin-right: 20px;
}

.dashboard-menu-item a:hover img,
.dashboard-menu-item a.active img {
    filter: invert(73%) sepia(54%) saturate(5184%) hue-rotate(345deg) brightness(181%) contrast(76%);
}

.dashboard-main-section .card.dashboard-detail-card {
    padding: 37px 39px;
    width: 100%;
}

.dashboard-main-section .card.dashboard-detail-card .card-header {
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10.5px;
}

.card.dashboard-detail-card .card-header h5,
.order-details .common-header h5 {
    font-size: 19.98px;
    letter-spacing: 0.5px;
    font-family: 'barlowmedium';
}

.order-details .common-header h5 {
    margin-right: 40px;
}

.card.dashboard-detail-card .card-header a {
    font-size: 16px;
    color: #df7026;
    font-family: 'barlowmedium';
    display: flex;
    align-items: center;
}

.card.dashboard-detail-card.order-details .card-header a {
    color: #222222;
    font-family: 'barlowsemibold';
}

.card.dashboard-detail-card .card-header a img {
    margin-left: 9px;
}

.card.dashboard-detail-card.order-details .card-header a img {
    margin-right: 13px;
    transform: rotate(180deg);
    margin-left: auto;
}

.dashboard-main-section .card.dashboard-detail-card .card-body {
    padding: 0;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .table-outer table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .table-outer table thead tr th {
    padding: 24.5px 19px 9px;
    color: #777777;
    font-size: 17.97px;
    font-family: 'barlowmedium';
}

.dashboard-main-section .card.dashboard-detail-card .card-body .table-outer table tbody tr {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .table-outer table tbody tr td {
    padding: 16px 19px;
    color: #222222;
    font-size: 17.97px;
    font-family: 'barlowmedium';
}

.dashboard-main-section .card.dashboard-detail-card .card-body .table-outer table tbody tr td a {
    color: #222222;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .table-outer table tbody tr td sup {
    font-size: 12px;
    font-family: 'barlowbold';
    margin-right: 1px;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn {
    background: #fff;
    min-width: 84px;
    height: 28px;
    font-size: 13px;
    font-family: 'barlowmedium';
    line-height: 13px;
    border-radius: 0;
    padding: 6px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn.btn-pending {

    color: #f0a912;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn.btn-pending:hover {
    color: #fff;
    background: #f0a912;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn.btn-delivered {
    color: #3fc645;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn.btn-delivered:hover {
    color: #fff;
    background: #3fc645;
}

.account-info-wrapper {
    margin-top: 29px;
}

.common-details-cards .account-info-wrapper {
    margin-top: 0;
}

.dashboard-header {
    margin-bottom: 33px;
}

.common-details-cards .account-info-wrapper .dashboard-header .btn.btn-outline-primary {
    border-color: #eeeeee;
}

.dashboard-header h6 {
    font-size: 15px;
    letter-spacing: 1.2px;
    word-spacing: 3px;
    color: #777777;
    font-family: 'barlowmedium';
    text-transform: uppercase;
}

.common-details-cards .account-info-wrapper .dashboard-header.common-header h6 {
    font-size: 19.74px;
    color: #222222;
    font-family: 'barlowmedium';
    margin-bottom: 20px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}

.account-info-wrapper .elle-title {

    font-size: 19.74px;
    color: #222222;
    font-family: 'barlowmedium';
    margin-bottom: 20px;
    letter-spacing: 0.7px;
}

.common-details-cards .account-info-wrapper .elle-title {
    font-size: 15px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    word-spacing: 3px;
    color: #777777;
    font-family: 'barlowmedium';
    font-weight: 600;
}

.order-details .account-info-wrapper .elle-title small {
    text-transform: capitalize;
}

.account-info-wrapper input {
    height: 44px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    color: #222222;
    border-radius: 0;
}

.account-info-wrapper .common-links {
    color: #df7026;
    font-size: 16.12px;
    font-family: 'barlowmedium';
    display: block;
}

.change_pass {
    display: none;
    margin-top: 25px;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn-wrapper {
    margin-bottom: 19px;
}

.dashboard-main-section .card.dashboard-detail-card .card-body .btn-wrapper .btn.btn-add-address {
    font-size: 16px;
    line-height: 33px;
    font-family: 'barlowmedium';
    background: #df7026;
    color: #fff;
    min-width: 200px;
    height: 50px;
}

.default-address {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    padding: 20px;
}

.default-address .address-title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.default-address .address-title .btn {
    color: #222222;
    text-transform: capitalize !important;
    letter-spacing: 0.4px;
}

.default-address .address-title .btn:hover {
    color: #df7026;
}

.default-address .address-title .three-dots {
    width: 10px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.default-address .address-title .three-dots span {
    width: 4px;
    height: 4px;
    background: #999999;
    display: block;
    border-radius: 50%;
    transform: translate(0, 7px);
}

.default-address .address-title .three-dots span:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    display: block;
    border-radius: 50%;
    transform: translate(0, -6px);
}

.default-address .address-title .three-dots span:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    display: block;
    border-radius: 50%;
    transform: translate(0, 2px);
}

.default-address .address-title .dropdown-menu {
    display: block;
    visibility: hidden;
    transform: none !important;
    transition: 0.5s;
    top: -6px !important;
    left: auto !important;
    right: 0 !important;
    opacity: 0;
}

.default-address .address-title .dropdown-menu.show {
    visibility: visible;
    transition: 0.5s;
    top: 18px !important;
    left: auto !important;
    right: 0 !important;
    opacity: 1;
}

.default-address .name {
    font-size: 16px;
    font-family: 'barlowmedium';
    color: #df7026;
    margin: 13px 0 3px;
    letter-spacing: 0.4px;
}

.default-address address {
    line-height: 25px;
    letter-spacing: 0.4px;
}

.default-address address strong {
    font-family: 'barlowsemibold';
}

.account-info-wrapper .newsletter-text {
    font-size: 16.2px;
    font-family: 'barlowmedium';
}

.common-details-cards .address-book-wrapper {
    margin-bottom: 41px;
}

.order-details .custom-select-wrapper {
    display: flex;
    align-items: center;
}

.order-details .custom-select-wrapper .elle-title {
    font-size: 16px;
    font-family: 'barlowmedium';
    letter-spacing: 1.2px;
    color: #777777;
    text-transform: capitalize;
}

.order-details .custom-select-wrapper .select {
    margin-left: 20px;
    width: 62px;
    height: 36px;
    border: 1px solid #eeeeee;
    position: relative;
}

.order-details .custom-select-wrapper .select:before {
    content: "";
    position: absolute;
    background: url(../images/left-arrow.svg)no-repeat center center /cover;
    width: 7px;
    height: 14px;
    transform: rotate(-90deg);
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    filter: invert(59%) sepia(15%) saturate(9%) hue-rotate(7deg) brightness(86%) contrast(87%);
}

.order-details .custom-select-wrapper .select select {
    border: 0;
    background: none;
    width: 100%;
    padding: 10px 13px;
    -webkit-appearance: none;
    position: relative;
    color: #222222
}

.common-details-cards .custom-box label {
    line-height: 31px;
    display: inline-flex;
    align-items: center;
    font-family: 'barlowmedium';
}

.common-details-cards .custom-box label:before {
    padding: 11px;
    margin-right: 20px;
}

.common-details-cards .custom-box input:checked+label:after {
    top: 6px;
    width: 8px;
    height: 15px;
}

.newsleter-detail p {
    color: #777777;
}

.payment-info-text {
    font-size: 18px;
    font-family: 'barlowmedium';
    line-height: 24px;
}

.items-ordered sup {
    font-size: 75% !important;
}

.items-ordered .table {
    margin-bottom: 18px;
}

.items-ordered .table thead tr th {
    font-size: 17.88px;
    color: #777777;
    font-family: 'barlowmedium';
}

.items-ordered .table tbody tr td {
    font-size: 18px;
    font-family: 'barlowmedium';
    color: #222222;
}

.items-ordered .table thead tr th:first-child,
.items-ordered .table tbody tr td:first-child {
    padding-left: 0;
}

.items-ordered .table tbody tr td .product-name {
    width: 83%;
}

.items-ordered .table tbody tr td .product-name a {
    font-size: 18px;
    color: #222222;
    line-height: 23px;
}

.items-ordered .cart-details {
    margin-right: 25px;
}

.items-ordered .cart-details .cart-sub-total {
    margin-bottom: 16px;
}

.items-ordered .cart-details .cart-shipping {
    margin-bottom: 22px;
}

.items-ordered .cart-details .cart-title {
    font-size: 18px;
    font-family: 'barlowmedium';
}

.items-ordered .cart-details .price {
    font-size: 18.16px;
    font-family: 'barlowmedium';
}

.items-ordered .cart-grand-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.items-ordered .cart-grand-total .cart-title,
.items-ordered .cart-grand-total .price {
    font-family: 'barlowbold';
}

/* setup tooltips */
.tooltip {
    position: relative;
    opacity: 1;
}

.tooltip:before,
.tooltip:after {
    display: block;
    opacity: 1;
    pointer-events: none;
    position: absolute;
}

.tooltip:after {
    content: '';
    top: -39px;
    right: 6px;
    transform: rotate(45deg) !important;
    border: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border-bottom: 2px solid #8edd76;
    border-right: 2px solid #8edd76;
}

.tooltip:before {
    background: #fff;
    color: #8edd76;
    content: attr(data-title);
    font-size: 18px;
    padding: 6px 10px;
    top: -79px;
    white-space: nowrap;
    right: -150%;
    border: 2px solid #8edd76;
    height: 49px;
    font-family: 'barlowregular';
    text-transform: none;
    width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* expand */
/* .tooltip.expand:before {
    transform: scale3d(.2,.2,1);
    transition: all .2s ease-in-out;
  } */
.tooltip.expand:after {
    transform: translate3d(0, 6px, 0);
    transition: all .1s ease-in-out;
}

.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.tooltip.expand:hover:after {
    transition: all .2s .1s ease-in-out;
}

/* login register */
.my-account-section {
    background: #fff;
    padding: 20px 0 111px;
}

.my-account-section .tab-content {
    border: 1px solid #eeeeee;
    border-top: 0;
    background: #fff;
}

.my-account-common {
    padding-left: 25px;
    max-width: 1180px;
    width: 100%;
}

.my-account-main {
    display: flex;
    justify-content: space-between;
}

.login-wrapper {
    width: 490px;
}

.my-account-title {
    margin-top: 25px;
}

.my-account-title h2 {
    font-size: 40px;
    font-family: 'barlowsemibold';
    color: rgb(34, 34, 34);
    line-height: 50px;

}

.my-account-title p,
.account-inner a {
    margin-top: 16px;
    font-size: 18px;
    color: #222222;
    text-decoration: none;
}

.account-inner {
    margin-top: 40px;
}

.step-checkout-form .account-inner label.floating-lable {
    text-transform: capitalize;
}

.account-inner .btn-wrapper {
    margin-top: 28px;
}

.account-inner .btn-wrapper .btn {
    height: 50px;
    border-radius: 0;
}

.account-inner .custom-box label:before {
    padding: 11px;
    margin-right: 13px;
}

.account-inner .custom-box input:checked+label:after {
    top: 6px;
    width: 8px;
    height: 15px;
}

.order-confirmed-section {
    background: #fff;
    border-top: 1px solid #eeeeee;
}

.order-confirmed-section .confirm-box-outer {
    width: 100%;
    height: 694px;
}

.order-confirmed-section .confirm-box-outer .confirm-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 146px;
    width: 344px;
    margin: auto;
    text-align: center;
}

.order-confirmed-section .confirm-box-outer .confirm-box .user-name {
    font-size: 20px;
    font-family: 'barlowmedium';
    color: #222222;
    margin-top: 22px;
}

.order-confirmed-section .confirm-box-outer .confirm-box h3 {
    font-size: 28px;
    font-family: 'barlowsemibold';
    color: #222222;
    line-height: 28px;
    margin-top: 25px;
}

.order-confirmed-section .confirm-box-outer .confirm-box .order-msg {
    font-size: 18px;
    font-family: 'barlowregular';
    color: #777777;
    line-height: 1.111;
    margin-top: 24px;
}

footer {
    background: #222222;
    color: #ffffff;
    padding: 91px 0 66px;
}

footer .footer_top {
    padding-bottom: 100px;
    border-bottom: 1px solid #373737;
}

footer .footer-contact-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

footer .footer-contact-wrapper .title-text {
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 0.9px;
}

footer .footer-contact-wrapper .location_text {
    display: flex;
}

footer .footer-contact-wrapper .location_text img {
    margin-right: 5px;
}

footer .footer-contact-wrapper p {
    padding-left: 19px;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 23px;
}

footer .footer-contact-wrapper a {
    align-items: center;
    display: flex;
    height: 100%;
    font-size: 21px;
    color: #fff;
}

footer .footer_bottom {
    font-size: 14px;
    padding-top: 56px;
}

footer .footer_bottom .copy-right {
    font-size: 12px;
    letter-spacing: 0.7px;
    line-height: 15px;
}

footer .footer_bottom .social_icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    margin: auto;
}

footer .footer_bottom ul.social_icon li {
    display: inline-block;
    margin: 0px 0px;
}

footer .footer_bottom .footer_menu {
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;

}

footer .footer_bottom .footer_menu li {
    margin: 0 0px;
    display: inline-block;
    padding-right: 15px;
}

footer .footer_bottom ul li {
    display: inline-block;
    margin: 0 12px;
}

footer .footer_bottom ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #df7026;
}

.dropdown:not(.bootstrap-select):hover>.dropdown-menu:not(.show) {
    display: block;
}

.full-width {
    width: 100%;
    max-width: 100%;
}

.main-content-wrapper {
    position: relative;
}

.main-content-wrapper article:not(:first-child) {
    margin-top: 70px;
}

.main-content-wrapper .top-title h2 {
    font-size: 34px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 45px;
    font-family: 'barlowsemibold';
}

.main-content-wrapper .inner-content p {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

.main-content-wrapper .custom-row {
    display: flex;
    margin-top: 55px;
}

.main-content-wrapper .custom-row .custom-col-2 {
    width: 550px;
}

.main-content-wrapper .custom-row .custom-col-2:first-child {
    margin-right: 15px;
}

.main-content-wrapper .custom-row .custom-col-2:last-child {
    margin-left: auto;
}

.main-content-wrapper .custom-row .custom-col-2 p {
    font-size: 20px;
    display: block;
    line-height: 25px;
    margin-top: 30px;
    font-family: 'barlowsemibold';
}

.location-detail {
    position: relative;
    margin-top: 15px;

}

.location-detail .card {
    border: 0;
    width: 420px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 40px;
}

.location-detail .card .card-body {
    padding: 24px 35px;
    background: #222222;
    color: #fff;
    font-size: 18px;
}

.location-detail .card .card-body address {
    width: 59%;
    line-height: 24px;
    margin-bottom: 28px;
}

h2.sub-title {
    font-size: 26px;
    margin: 27px 0 15px;
    font-family: 'barlowsemibold';
}

.inner-content ul {
    padding-left: 30px;
    margin-bottom: 25px;
    list-style: unset;
}

.inner-content ul li {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

.main-content-wrapper .inner-content p a {
    color: #df7026;
    cursor: pointer;
}

.main-content-wrapper .inner-content table {
    margin-top: 15px;
}

.main-content-wrapper .inner-content table th {
    font-family: 'barlowsemibold';
}

.main-content-wrapper .inner-content .table-responsive table {
    width: 100%
}

#announcement-container {
    padding: 20px;
    margin: 20px;
    border: 2px solid #df7026;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 23px;
}

#announcement-container p {
    margin: 0;
    font-size: 23px;
    line-height: 1.5;
}

#announcement-container h1 {
    margin-top: 0;
    font-size: 35px;
}

#announcement-container h2 {
    margin-top: 0;
    font-size: 31px;
}

#announcement-container h3 {
    margin-top: 0;
    font-size: 27px;
}

#announcement-container h4 {
    margin-top: 0;
    font-size: 25px;
}

#announcement-container h5 {
    margin-top: 0;
    font-size: 23px;
}

#announcement-container h6 {
    margin-top: 0;
    font-size: 21px;
}

.welcome-table {
    width:100%; 
    margin: 20px 0; 
    font-size: 24px;
}

@media (max-width: 768px) {
    .guarantee-section .guarantee-content p {
        font-size: 16px;
    }

    .welcome-table {
        font-size: 16px;
    }

    #announcement-container {
        font-size: 16px;
    }

    #announcement-container p {
        font-size: 16px;
    }

    #announcement-container h1 {
        font-size: 28px;
    }

    #announcement-container h2 {
        font-size: 24px;
    }

    #announcement-container h3 {
        font-size: 21px;
    }

    #announcement-container h4 {
        font-size: 19px;
    }

    .welcome-table {
        font-size: 16px;
    }

    #announcement-container h5 {
        font-size: 17px;
    }

    #announcement-container h6 {
        font-size: 16px;
    }
}

@media (min-width: 1485px) {
    .custom_container.container {
        max-width: 1485px;
    }
}

@media (max-width: 1480px) {
    .custom_container.container {
        max-width: 95%;
    }

    .product-listing-item .product-detail-wrapper {
        padding-left: 20px;
    }

    .product-listing-item .product-detail-wrapper .product-detail-top {
        padding: 15px 0;
    }

    .products_listing_page .custom-col-8 {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* .short-by-wrapper ul li:first-child{
        font-size: 14px;
    }
    .short-by-wrapper ul li a{
        font-size: 14px;
    }
    .short-by-wrapper ul li{margin: 0 5px;} */
    .short-by-wrapper .mobile-filter-toggle {
        display: block;
    }

    .short-by-wrapper .desktop-filter-wrapper {
        display: none;
    }

    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        max-width: 200px;
        transform: none !important;
        transition: 0.5s;
        top: 20px !important;
        right: 0 !important;
        left: auto !important;

    }

    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
        top: 41px !important;
        right: 0 !important;
        left: auto !important;
    }

    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu .dropdown-item {
        padding: 5px 24px;
    }

    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu .dropdown-item a {
        text-decoration: none;
        color: #212529;
    }

    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu .dropdown-item.active,
    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu .dropdown-item:hover {
        background: #df7026;
    }

    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu .dropdown-item.active a,
    .short-by-wrapper .mobile-filter-wrapper.dropdown-menu .dropdown-item:hover a {

        color: #fff;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 95%;
    }

    .custom_container.container {
        max-width: 95%;
    }

    .my-account-common {
        padding-left: 0;
    }

    .my-account-title h2 {
        font-size: 32px;
    }

    .product_detail_right {
        padding-left: 10px;
    }

    .checkout-wrapper {
        padding-left: 0;
    }

    .products_cart_page h3 {
        font-size: 18px;
    }

    .table-borderless.table th,
    .table-borderless.table td {
        font-size: 18px;
    }

}

@media (max-width: 1024px) {
    .search-cart-wrapper li.hamburger-wrapper {
        display: flex;
    }

    .tab-content-section .custom-col-4.mobile-menu {
        transform: translate(-423px, 0px);
        transition: 0.5s;
        position: fixed;
        height: 100%;
        z-index: 9;
        height: 100%;
        padding: 0;
        top: 129px;
        left: 0;
    }

    .tab-content-section .custom-col-4.mobile-menu.mobile-menu-active {
        transform: translate(0px, 0px);
        transition: 0.5s;
        width: 100%;
    }

    body div #menu ul li>ul,
    #menu ul li i+ul {
        display: none;
        position: relative !important;
        left: 0;
        overflow: hidden;
        height: auto;
        transition: none !important;
        padding-left: 15px;
        z-index: 1;
        background: transparent;
        opacity: 1;
        visibility: visible;
    }


    #nav-tabContent>.tab-pane {
        padding-right: 0;
        margin-right: 0;
    }

    .tab-content-section .custom-col-8 {
        width: 100%;
    }

    .cycle-pager .thumg_outer {
        width: 20%;
    }

    .tab-content,
    #nav-tabContent>.tab-pane {
        height: -webkit-fill-available;
        overflow: auto;
    }

    .dashboard-main-section .custom-col-3.mobile-menu {
        width: 350px;
        transform: translate(-423px, 0px);
        transition: 0.5s;
        position: fixed;
        height: 100%;
        z-index: 9;
        padding: 0;
    }

    .dashboard-main-section .custom-col-3.mobile-menu.mobile-menu-active {
        transform: translate(0px, 0px);
        transition: 0.5s;
        width: 100%;
    }

    .dashboard-main-section .custom-col-9 {
        width: 100%;
    }

    .dashboard-main-section .card.dashboard-detail-card {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .nav-bar {
        display: none;
    }

    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }

    header .header_top .top_info li:last-child {
        margin-right: 0;
    }

    /* header .header_bottom .logo{
        padding: 10px 0;
    } */
    .search_outer {
        height: 67% !important;
        width: 320px !important;
        top: 53px;
        right: 0%;
        border: 1px solid #eeeeee;

    }

    .search_outer.serach_active {
        top: 92px;
        z-index: 1;
    }

    .welcome_outer .welcome_content h1 {
        font-size: 40px;
    }

    #hamburger-dots {
        display: flex;
    }

    .card-section .card-wrapper .card h6 a {
        font-size: 14px;
    }

    .card-section .card-wrapper .card h3 {
        font-size: 15px
    }

    .my-account-common {
        padding-left: 0;
    }

    .my-account-inner {
        width: 50%;
    }

    .my-account-title h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .my-account-title p,
    .account-inner a {
        font-size: 17px;
    }

    .step-checkout-form input,
    .step-checkout-form textarea {
        font-size: 16px;
    }

    .step-checkout-form label.floating-lable {
        font-size: 16px;
    }

    .product-header {
        height: 35px;
    }

    .product-header h5 {
        font-size: 16px;
    }

    .short-by-wrapper ul li a {
        font-size: 13px;
    }

    .product-listing-item .product-detail-wrapper .product-detail-top .product-name h3,
    .product-listing-item .product-detail-wrapper .product-detail-top .about-product p,
    .product-listing-item .product-detail-wrapper .product-detail-top .about-product p span,
    .product-listing-item .product-detail-wrapper .product-detail-bottom .qty-details-wrapper p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper h2 {
        font-size: 20px;
    }

    .product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper h2 em {
        font-size: 13px;
    }

    .product-listing-item .product-img {
        flex: 0 0 195px;
        width: 195px;
    }

    .total-pages p,
    .product-paginatio-wrapper .page-links,
    .product-paginatio-wrapper .link-active {
        font-size: 16px;
    }

    .product-pagination li a {
        width: 35px;
        height: 35px;
    }

    .product_descryption {
        max-width: 100%;
    }

    .checkout-wrapper {
        padding-left: 0;
        padding-top: 35px;
    }

    .products_cart_page h3 {
        font-size: 16px;
        line-height: 17px;
    }

    .products_cart_page .price {
        font-size: 16px;
    }

    .products_cart_page .price span {
        font-size: 12px;
    }

    .products_cart_page table th {
        font-size: 15px;
    }

    .custom_container {
        padding: 0;
    }

    .products_cart_page .btn {
        padding: 10px 8px;
        font-size: 15px;
    }

    .products_cart_page .btn.btn-cart-update {
        width: 170px;
    }

    .products_cart_page h3.checkout-title {
        font-size: 16px;
    }

    h2.cart-title {
        font-size: 16px;
    }

    footer {
        padding: 30px 0;
    }

    footer .footer_top {
        padding-bottom: 10px;
    }

    footer .footer_bottom {
        padding-top: 15px;
    }

    footer .footer-contact-wrapper a {
        font-size: 16px;
    }

    footer .footer_bottom .footer_menu {
        width: 100%;
        justify-content: space-around;
        margin-top: 15px;
    }

    footer .footer_bottom .social_icon {
        width: 166px;
        margin: 0;
        margin-left: auto;
    }

    .welcome_outer .welcome_content .section-content {
        padding-left: 0;
    }

    .my-account-section {
        padding: 20px 0 50px;
    }

    .main-content-wrapper article:not(:first-child) {
        margin-top: 20px;
    }

    .main-content-wrapper .custom-row {
        margin-top: 30px;
    }

    .main-content-wrapper .top-title h2 {
        padding-bottom: 15px;
    }

    .main-content-wrapper .custom-row .custom-col-2 p {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {

    .custom-col-5 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* header .header_bottom .logo{
        padding: 10px 0;
    } */
    .table-responsive {
        margin-bottom: 5px;
    }

    .logo img {
        width: 155px;
    }

    .search-cart-wrapper li a {
        width: 66px;
        height: 66px;
    }

    .search_outer {
        height: 80% !important;
    }

    .search_outer.serach_active {
        top: 66px;
        z-index: 1;
    }

    header .header_top .top_info li a span {
        display: none;
    }

    .cart-notification {
        width: 18px;
        height: 18px;
        font-size: 12px;
        right: 13px;
    }

    .page-header {
        padding: 22px 0;
    }

    .page-header h1 {
        font-size: 25px;
    }

    .banner_image {
        height: 400px;
    }

    .my-account-main {
        flex-direction: column;
    }

    .my-account-inner {
        width: 100%;
    }

    .my-account-section {
        padding: 20px 0 30px;
    }

    .breadcrumb {
        margin: 0;
    }

    .login-wrapper .my-account-title {
        margin-top: 0;
    }

    .welcome_outer .welcome_content h1 {
        font-size: 28px;
    }

    .welcome_outer .welcome_content h5 {
        font-size: 20px;
    }

    .welcome_outer .welcome_content .section-header {
        padding-bottom: 25px;
    }

    .welcome_outer .welcome_content .section-content p {
        font-size: 16px;
    }

    .welcome_outer .welcome_content .section-content ul {
        padding-bottom: 15px;
    }

    .welcome_outer .welcome_content .section-content ul li {
        font-size: 16px;
    }

    .card-section {
        padding: 30px 0;
    }

    .card-section .card-wrapper .card {
        width: 50%;
        flex: 0 0 50%;
        height: auto;
    }

    .dashboard-main-section .card.dashboard-detail-card {
        padding: 30px 10px;
    }

    .table-outer.table-responsive table {
        width: 800px !important;
        overflow: auto;
    }

    .dashboard-main-section .card {
        min-height: auto;
    }

    .product-listing-item .product-detail-wrapper .product-detail-top .product-name,
    .product-listing-item .product-detail-wrapper .product-detail-bottom .qty-details-wrapper,
    .product-listing-item .product-detail-wrapper .product-detail-top .about-product,
    .product-listing-item .product-detail-wrapper .product-detail-bottom .price-details-wrapper {
        padding: 0;
    }

    .product-listing-item {
        flex-direction: column;
    }

    .product-listing-item .product-img {
        flex: 0 0 100%;
        width: 100%;
    }

    .product-img img {
        width: 100%;
    }

    .product-listing-item .product-detail-wrapper {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .product-listing-item .product-detail-wrapper .product-detail-top,
    .product-listing-item .product-detail-wrapper .product-detail-bottom {
        display: flex;
        flex-direction: column;
    }

    .product-listing-item .product-detail-wrapper .product-detail-top .product-name {
        margin-bottom: 10px;
        width: 100%;
    }

    .table-responsive table {
        width: 90vh;
    }

    .items-ordered .table thead tr th:last-child,
    .items-ordered .table tbody tr td:last-child {
        padding-right: 0;
    }

    .items-ordered .cart-details {
        margin-right: 0;
    }

    footer .footer_bottom .row {
        flex-direction: column-reverse;
        align-items: center;
    }

    footer .footer_bottom .social_icon {
        margin: 15px auto;
    }

    footer .footer_bottom .copy-right {
        text-align: center;
    }

    .products_cart_page .table-responsive table {
        width: 800px;
    }

    .main-content-wrapper .custom-row {
        flex-direction: column;
        margin-top: 0;
    }

    .main-content-wrapper .custom-row .custom-col-2 {
        width: 90%;
        margin: auto !important;
        padding-top: 30px;
    }

    .main-content-wrapper .custom-row .custom-col-2 img {
        width: 100%;
    }

    .main-content-wrapper .inner-content .table-responsive table {
        width: 700px
    }
}

@media (max-width: 575px) {
    .tab-content-section .custom-col-4.mobile-menu {
        top: 100px;
    }

    .my-account-main {
        flex-direction: column;
    }

    .my-account-inner {
        width: 100%;
        margin-right: 0 !important;
    }

    .account-info-wrapper input {
        margin-bottom: 10px;
    }

    .default-address {
        margin-bottom: 10px;
    }

    .search_outer {
        height: 62% !important;
        width: 244px !important;
    }

    .search_outer input {
        font-size: 14px;
    }

    .page-number-wrapper {
        flex-direction: column;
    }

    .page-number-wrapper .total-pages,
    .product-paginatio-wrapper {
        width: 100%;
    }

    .step-checkout-form .custom-form-group {
        flex-direction: column;
    }

    .custom-form-group .custom-box.custom-checkbox.ml-5 {
        margin: 0 !important;
    }

    .cycle-pager {
        margin: 10px -5px;
    }

    .cycle-pager .thumg_outer {
        padding: 5px;
    }

    .product_detail_right .button-set .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .tooltip:before {
        width: 258px;
        font-size: 15px;
        left: 0;
        top: -64px;
    }

    .tooltip:after {
        right: auto;
        top: -24px;
    }

    .items-ordered.table-responsive table {
        /* width: 700px; */
    }

    footer .footer-contact-wrapper {
        padding-bottom: 15px;
        text-align: center;
    }

    footer .footer-contact-wrapper .location_text {
        justify-content: center;
    }

    footer .footer-contact-wrapper p {
        padding: 0;
    }

    footer .footer-contact-wrapper a {
        justify-content: center;
        margin-top: 5px;
    }

    .products_cart_page .btn.btn-cart-update {
        width: 141px;
        font-size: 13px;
    }

    .products_cart_page .btn {
        padding: 10px 8px;
        font-size: 15px;
        height: 33px;
        line-height: 1px;
    }

    .main-content-wrapper .custom-row .custom-col-2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .search-cart-wrapper li a {
        width: 50px;
        height: 50px;
    }

    .search_outer.serach_active {
        top: 50px;
    }

    .cart-notification {
        right: 0px;
        top: 6px;
    }

    .search_outer {
        height: 80% !important;
    }

    .search_outer input {
        padding: 10px 15px;
    }

    .card-section .card-wrapper .card {
        width: 100%;
        flex: 0 0 100%;
        height: 335px;
    }

    .card-section .card-wrapper .card.arrow_box-right:before {
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: -41px;
        transform: rotate(90deg);
    }

    .card-section .card-wrapper .card.arrow_box-left:before {
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: -41px;
        transform: rotate(-90deg);
    }

    .card.card-content.order-6.order-lg-5.order-sm-5 {
        order: 6 !important;
    }

    .card.card-color.arrow_box.arrow_box-left.color-ocean-green.order-6.order-sm-5 {
        order: 5 !important;
    }

    .card.card-content.order-8.order-sm-7.order-lg-7 {
        order: 8 !important;
    }

    .card.card-color.arrow_box.arrow_box-left.color-golden.order-8.order-sm-7 {
        order: 7 !important;
    }

    .products_checkout_page .btn-logout {
        padding: 2px 8px;
        width: 75px;
        font-size: 13px;
    }

    .title-left .title-text {
        font-size: 16px;
    }

    .title-left .title-text img {
        right: -19px;
        width: 14px;
    }

    .checkout-step-number {
        font-size: 16px;
        height: 30px;
        width: 30px;
        margin-right: 5px;
    }

    .panel.panel-default .panel-collapse {
        padding: 15px;
    }
}