@charset "utf-8";
@import url(datetimepicker/css/bootstrap-datetimepicker.css);
@import url(datetimepicker/css/pmd-datetimepicker.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,

header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,{ font-family: 'Poppins', sans-serif;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
.h1, .h2, .h3, h1, h2, h3{margin-top:0px;}
html {
    scroll-behavior: smooth
}

body {
    line-height: 1;
    font-size: 14px;
}

p {
    line-height: 20px
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

b,
strong {
    font-weight: 700 !important
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
a, a:focus {
    color: #da0e1a;
    transition: all 0.5s ease-out;
    text-decoration: none;
}
a:hover {
    color: #da0e1a;
    transition: all 0.5s ease-out;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

.affix {
    transition: 1s all
}

.affix .navbar-inverse .navbar-nav > li > a {
    padding: 2px 8px 10px;
    transition: 1s all
}

.affix .navbar-inverse {
    padding-bottom: 0
}
.affix .hdr-rt {
    margin-top: 5px
}
.affix .search_bar_main{ margin-top: 10px; margin-bottom: 10px; }
.affix ul.header-btns-list li {
    margin: 0 10px 0 0;
    transition: 1s all
}
.affix .navbar-inverse .navbar-brand {
    padding: 7px 25px 0 0;
}
.affix .shopping-cart .shopping-cart-items li {
    margin-bottom: 15px
}

.affix .navbar-nav > li > .dropdown-menu {
    margin-top: -12px
}
.affix .header-btns-list li a.phone, .affix .header-btns-list li a.emailtxt { margin-top: 16px; color: #fff; }

.backbtn {
    font-size: 12px;
    cursor: pointer;
    color: #999
}

.backbtn i {
    font-size: 24px
}

.backbtn:hover {
    color: #da0e1a
}

header {
    position:relative;
    transition: .5s;
    width: 100%;
    text-align: center;
}

.hdr-brdr {
    display: block;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    margin: 10px
}

.top-bar {
    padding: 5px 5px 5px;
    background-color: #000;
    transition: 1s all
}

.text-rgt {
    text-align: right
}

.top-bar p {
    color: #333;
    font-weight: 500;
    font-size: 14px
}

.top-bar .top-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    display: block;
    text-transform: capitalize;
    font-weight: 600
}

.top-bar .top-menu li a i {
    color: #d00f20
}

.top-bar .top-menu li a:hover {
    color: #fff;
}

.logo img {
    width: 250px;
}

.hdr-rt {
    float: right;
    display: inline-block;
    margin-top: 25px;
    transition: 1s all;
    position: relative;
    z-index: 9;
}

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

ul.header-btns-list li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    position: relative;
    transition: 1s all
}
ul.header-btns-list li:last-child{ margin: 0; }
ul.header-btns-list li .profile-menu {
    display: none;
    padding: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .2);
    transition: .5s;
    width: 160px;
}

ul.header-btns-list li .profile-menu li.loginsignup:first-child > a {
    margin-right: 5px
}

ul.header-btns-list li .profile-menu li.loginsignup a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 3px
}

ul.header-btns-list li .profile-menu .dropdown-header {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #da0e1a;
    padding: 5px 5px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

ul.header-btns-list li .profile-menu li {
    float: none;
    margin: 0;
    text-align: left;
    display: block
}

ul.header-btns-list li .profile-menu li a {
    text-align: left;
    text-transform: capitalize;
    padding: 10px 8px;
    color: #545454;
    font-size: 12px;
    display: block;
}

ul.header-btns-list li .profile-menu li a:hover {
    color: #da0e1a;
}

ul.header-btns-list li:hover .profile-menu {
    display: block
}

ul.header-btns-list li:hover > .shopping-cart {
    display: block
}

ul.header-btns-list li a {
    /*display: block;*/
    text-align: center;
}
ul.header-btns-list li a.f__char-user{ /*display: inline;*/ }

ul.header-btns-list li .btn-search span {
    display: block;
    clear: both;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
    line-height: 20px;
        /*white-space: nowrap;
    width: 46px;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.header-container {
    transition: 6s all
}

.btn-search i {
    font-size: 20px;
    color: #adacac;
}

.btn-search {
    justify-content: center;
    align-items: center;
    background: 0 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-align: center;
    font-size: 14px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    padding: 4px 10px;
    cursor: pointer;
    color: #333
}

.btn-search a {
    color: #333
}

.btn-search sup {
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: #da0e1a;
    border-radius: 50%;
    display: block;
    color: #fff;
    font-size: 12px !important;
    padding: 5px 0 0 0 !important;
    position: absolute;
    font-weight: 600
}

.submenu-bnr {
    margin-top: 12px;
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 0
}

#menu1 li.gray-star {
    display: inline-block;
    padding: 0 2px
}

.dosim {
    padding: 10px 0
}

.wishlisticon a .fa-heart {
    /*line-height: 40px*/
}

.price.list-view-price aside {
    position: relative;
    left: 20px
}

.for-spacing {
    margin: 0;
    border-bottom: 1px solid #f5f3f3;
    padding: 0 0 20px 0;
    display: inline-block;
    width: 100%
}

.list-views-listing .product-content {
    margin: 0;
    padding: 0 !important
}

.grid-list-option {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px
}

.grid-list-option a {
    border-radius: 0 !important;
    background: #f5f5f5
}

.grid-list-option a:hover {
    border-radius: 0
}

.grid-list-option .active a {
    border-radius: 0
}

.grid-list-option .nav-pills > li.active > a {
    background: #005adb
}

.product-grid8.list-views-listing button {
    width: 40% !important
}

.product-grid8.list-views-listing .price {
    display: flex
}

.list-views-listing:hover {
    box-shadow: none !important
}

.list-views-listing .carousel-indicators {
    display: block;
}
.grid-list-option ul li {
    display: inline
}

.social .material-icons {
    line-height: 17px
}

.form-serchs input:focus {
    box-shadow: none
}

.size-hover {
    display: none;
    position: absolute;
    bottom: 131px;
    visibility: hidden;
    font-size: 15px
}

.product-grid8:hover .size-hover {
    visibility: initial
}

.details_size {
    margin: 0 0 20px 0;
    font-weight: 600;
    letter-spacing: 0
}

.details_size h4 {
    margin: 10px 0
}

.form-serchs label {
    position: absolute;
    right: 34px;
    padding: 10px;
    background: #f5f5f5;
    color: #caa229;
    border-radius: 50%;
    height: 34px;
    width: 34px
}

.form-serchs label {
    font-size: 14px
}

.form-serchs input {
    background: 0 0;
    border-radius: 30px;
    box-shadow: none
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 4px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none
}

.mega-dropdown-menu li ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu li ul > li {
    list-style: none
}

.mega-dropdown-menu li ul > li > a {
    display: block;
    color: #696969;
    padding: 6px;
    line-height: 18px;
    font-size: 14px;
    transition: all ease .7s;
    font-weight: 400
}

.mega-dropdown-menu li ul li a:focus,
.mega-dropdown-menu li ul li a:hover {
    text-decoration: none;
    color: #da0e1a;
    transition: all ease .7s;
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -o-transform: translate(10px, 0)
}

.mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    color: #b2b2b2;
    padding: 0 20px 0 0;
    line-height: 28px;
    font-weight: 600;
    white-space: initial
}

.mega-dropdown-menu .dropdown-header a {
    font-size: 13px;
    color: #b2b2b2;
    line-height: 22px;
    font-weight: 600
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    padding: 9px 2px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent
}
header .navbar-inverse .navbar-nav > li:first-child > a, .affix .navbar-inverse .navbar-nav > li:first-child > a{padding-left: 0;}
header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000
}

header .navbar-inverse .navbar-brand {
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 10px;
}

header .navbar-inverse .navbar-brand:focus,
header .navbar-inverse .navbar-brand:hover {
    color: #333;
    background-color: transparent
}

header .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

header .navbar-inverse {
    border: none;
    background:transparent;
    margin: 0
}

header .navbar-nav > li {
    position: static
}

header .navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 14px;
    text-transform: capitalize
}

header .navbar-inverse .navbar-nav > li > a span {
    color: red;
    font-weight: 400;
    display: none
}

header .navbar-inverse .navbar-nav > li > a .caret {
        color: #605f5f;
    display: inline-block;
}

header .navbar-inverse .navbar-nav > li > a .contact {
    color: #caa22a;
    font-weight: 400;
    text-decoration: underline;
    transition: all ease .7s
}

header .navbar-inverse .navbar-nav > li > a .contact:hover {
    color: #333;
    transition: all ease .7s
}

header .navbar-inverse .navbar-nav > li > a:hover {
    color: #b2b2b2;
    transition: all ease .7s;
    background-color: transparent;
    z-index: 2
}

header .navbar-inverse .navbar-nav > li > a:focus {
    color: #000
}

.searcharea form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d0cece;
    float: left;
    width: 80%;
    height: 50px;
    background: #f1f1f1
}

.searcharea form.example button {
    float: left;
    width: 20%;
    padding: 16px;
    background: #0d6cd5;
    color: #fff;
    font-size: 17px;
    border: 1px solid #0d6cd5;
    border-left: none;
    cursor: pointer;
    transition: all ease .7s
}

.searcharea form.example button:hover {
    background: #000;
    transition: all ease .7s
}

.searcharea form.example::after {
    content: "";
    clear: both;
    display: table
}

.searcharea .modal-header .close {
    margin-top: -25px
}

.searcharea .modal-header {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e5e5e5
}

.login {
    color: #bababa;
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding: 10px 8px;
    background: 0 0;
    border: none;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin: 2px 0 0 0;
    border-radius: 30px;
    text-transform: capitalize
}

.login a {
    color: #656565
}

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

.login::before {
    left: 0;
    bottom: 0;
    border-right: none !important
}

.login::after {
    right: 0;
    top: 0;
    border-left: none
}

.slider-main .carousel-item {
    min-height: 531px
}

.carousel {
    padding-top: 0
}

.slider {
    width: 100%
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%; height: 550px;
    /* object-fit: cover; */
}

.carousel-control.right,
.slider .carousel-control.left {
    background: 0 0;
}

.slider .carousel-control {
    width: 14%
}

.slider .carousel-control.left {
    width: 80px
}

.slider span {
    top: 50%;
    position: absolute;
    font-size: 40px;
    background: #0000;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    padding: 0 10px 0 10px;
    border: 1px solid #fff
}

.banner-text {
    position: absolute;
    top: 0px;
    right: 0px;
	left: 0px;
    width: 100%;
	height:100%;
    padding: 85px 30px;
    z-index: 99999;
	display:flex;
   text-align: center;
    justify-content: center;
    align-items: center;
}

.banner-text h6 {
    font-size: 50px;
    line-height: initial;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.banner-text h2 {
    font-size: 38px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase
}

.banner-text .btnbanner {
    padding: 10px 40px;
    border: 2px solid #fe5252;
    line-height: 26px;
    color: #fe5252;
    text-align: center;
    display: inline-block;
    margin: 20px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .5s ease;
    border-radius: 30px
}

.banner-text .btnbanner:hover {
    color: #fff;
    background: #fb1f29;
    text-decoration: none;
    transition: all .5s ease
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}



.add-section {
    padding: 50px 0 30px 0;
    position: relative
}

.add-section .add-image {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    position: relative
}
.rightaddsection .add-image {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    position: relative
}

.add-section .add-image img {
    width: 100%
}

.add-section .add-imgsec {
    width: 100%;
    margin: 30px 0 0 0;
    overflow: hidden
}

.zoom1 img {
    transition: all ease .7s
}

.zoom1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all ease .7s
}
.product-grid8 .product-discount-label {
    display: block;
    padding: 4px 15px 4px 30px;
    color: #6a6767;
    background-color: #0000;
    position: absolute;
    top: -5px;
    right: -47px;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%)
}

.product-grid8 .price aside {
    width: auto;
    height: auto;
    border: 1px solid #eee;
    padding: 4px 4px;
    font-weight: 400;
    font-size: 12px;
    float: right;
    margin: 0
}

.product-grid8 .product-image8 {
    position: relative;
    transition: all .3s ease 0s;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    height: auto
}

.product-slider-section {
    padding-top: 30px;
    padding-bottom: 30px
}

.product-grid8 {
    position: relative;
    border-radius: 30px;
    padding-bottom: 20px;
    position: relative;
}

.product-grid8 .product-image8 {
    position: relative;
    transition: all .3s ease 0s;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    height: auto
}

.product-grid8 .product-image8 a {
    display: block
}

.product-grid8 .product-image8 img {
    width: 100%;
    height: auto
}

.product-grid8 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid8:hover .pic-1 {
    opacity: 0
}

.product-grid8 .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out 0s
}

.product-grid8:hover .pic-2 {
    opacity: 1
}

.product-grid8 .product-discount-label {
    display: block;
    padding: 4px 15px 4px 30px;
    color: #6a6767;
    background-color: #0000;
    position: absolute;
    top: -5px;
    right: -47px;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%)
}

.product-grid8 .product-content {
    text-align: left;
}
.product-grid8 .product-content h4{ text-transform: uppercase; color: #818080; font-size: 15px; font-weight: 600; min-height: 20px;
max-height: 20px; }
.product-grid8 .product-content .product-rgt {
    text-align: right
}

.product-grid8 .product-shipping {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    padding-left: 0;
    margin: 0 0 15px;
    display: block;
    position: relative
}

.product-grid8 .product-shipping i {
    padding-right: 3px
}

/*.product-grid8 .title {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 10px 0 10px;
    transition: all .3s ease 0s;
    line-height: 26px
}*/

.product-grid8 .title a {
    color: #000
}

.product-grid8 .title a:hover {
    color: #da0e1a
}

.product-grid8 .all-deals {
    display: block;
    color: #fff;
    background-color: #0c6bd5;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 5px;
    transition: all .5s ease 0s
}

.product-grid8 .all-deals .icon {
    margin-left: 7px
}

.product-grid8 .all-deals:hover {
    background-color: #000;
    text-decoration: none
}

@media only screen and (max-width:990px) {
    .product-grid8 {
        margin-bottom: 30px
    }
}

.text-blue {
    color: #a07936
}

.whitebox #owl-demo .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto
}

.whitebox .owl-carousel .owl-item img {
    width: auto
}

.whitebox {
    margin-bottom: 40px
}

.whitebox2 {
    background: #fff;
    margin: 0;
    padding: 50px 30px 50px 30px
}

.slide-heading h6 {
    text-transform: capitalize;
}
.slide-heading .title h3 {
    line-height: 36px;
    font-size: 30px;
}
.slide-heading h2 {
    margin: 0;
    color: #000;
    padding: 0;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 6px;
    font-size: 40px
}

.title-img {
    width: 260px;
    display: inline-block
}

.slide-heading h2 span {
    font-weight: 200
}

.slide-heading h2 span a {
    color: #333;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: normal;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3
}

.slide-heading h6 span a:hover {
    color: #b31a1a;
    text-decoration: none
}

.slide-heading h6 span i {
    padding-left: 8px
}

.fs17 {
    font-size: 17px
}

.pb150 {
    padding-bottom: 123px
}

.product-grid8 .price aside {
    width: 68px;
    height: auto;
    border: 1px solid #eee;
    padding: 5px;
    font-weight: 400;
    font-size: 13px;
    float: right;
    margin: -6px 0 0 0
}

.whitebox .owl-theme .owl-prev {
    left: inherit;
    right: 20px;
    top: -35px;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(../images/left-arrow.png) no-repeat 0 0 !important;
    display: block;
    box-shadow: 0 10px 20px #eee;
    background-size: 100% !important
}

.whitebox .owl-theme .owl-next {
    right: 0;
    top: -35px;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(../images/right-arrow.png) no-repeat 0 0 !important;
    display: block;
    background-size: 100% !important
}

.what-more-section {
    padding: 50px 0 50px 0
}

.what-more-section .whatmorebox {
    margin: -30% 0 0 0;
    overflow: hidden
}

.whatsheading {
    margin: 50px 0 50px 0
}

.fs25 {
    font-size: 25px
}

.fs30 {
    font-size: 30px
}

.fs35 {
    font-size: 35px
}

.fs40 {
    font-size: 40px
}

.fs18 {
    font-size: 18px
}

.fs16 {
    font-size: 16px
}

.fs20 {
    font-size: 20px
}

.mt10 {
    margin-top: 20px !important
}

.mb30 {
    margin-bottom: 30px
}

.pr0 {
    padding-right: 0 !important
}

.fw600 {
    font-weight: 600
}

.what-more-section .whats-img {
    width: 100%;
    overflow: hidden
}

.what-more-section .whats-img img {
    width: 100%
}

.what-more-section .whats-txt {
    padding: 25px 25px 0 0
}

.what-more-section .whats-txt h6 {
    margin-bottom: 8px
}

.what-more-section .whats-txt p {
    line-height: 24px;
    font-weight: 400;
    color: #999;
    font-size: 15px
}

.fs17 {
    font-size: 17px
}

.provide-section {
    padding: 50px 0 50px 0;
    background: #f9f7f7
}

.provide-section .provide-txt {
    width: 100%
}

.provide-section .provide-txt .provideimg {
    float: left;
    margin-right: 25px
}

.provide-section .provide-txt .provide-content {
    margin-right: 0
}

.provide-section .provide-txt .provide-content h6 {
    margin-bottom: 10px;
    transition: all ease .7s
}

.provide-section .provide-txt .provide-content p {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #868686
}

.provide-section .provide-txt .provide-content:hover h6 {
    color: #b31a1a;
    transition: all ease .7s
}

.mb20 {
    margin-bottom: 20px
}

.mt17 {
    margin-top: 17px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb40 {
    margin-bottom: 40px
}

.mt40 {
    margin-top: 40px
}

.mt30 {
    margin-top: 30px
}

.mt20 {
    margin-top: 20px
}

.mt60 {
    margin-top: 60px
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600 !important
}

.fw700 {
    font-weight: 700
}

.fs20 {
    font-size: 20px
}

.text-dgray {
    color: #222
}

.subscribe-wrap {
    position: relative;
    background: #fff;
    padding: 40px 0 40px 0
}

.subscribe-wrap .widget h5 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 14px
}

.subscribe-wrap .widget h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px
}

.subscribe-wrap .widget p {
    font-size: 13px;
    line-height: 20px;
    color: #666
}

.subscribe-wrap .onlineicon a {
    display: inline-block
}

.subscribe-wrap .onlineicon a img {
    width: 50px
}

/*footer .widget form {
    margin: 10px auto;
    position: relative;
    width: 100%
}

.footer-section input[type=text] {
    padding: 10px 10px;
    margin: 9px 0;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 30px;
    outline: 0;
    width: 100%;
    height: 45px;
    border: 1px solid #999
}

.footer-section input[type=text]:hover {
    transition: 6s
}*/

::placeholder {
    color: #c2c2c2;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
    text-align: left
}
.subscribe-main-box{ position: relative; }
.subscribe {
    background: #da0e1a;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: .6s;
    border: none;
    height: 39px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600
}

.subscribe:hover {
    transition: .6s;
    background: #ac2925;
    color: #fff
}
.footer_section input[type="email"] {
    padding: 10px 10px;
    margin: 9px 0;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 30px;
    outline: 0;
    width: 100%;
    height: 45px;
    border: 1px solid #999;
    line-height: 22px;
}

/********************* FOOTER SECTION **********************/
footer {
    background: #da251c;
    position: relative;
    padding-top: 55px;
    background-size: cover;
}
.onlineicon a {
    display: inline-block;
}
.onlineicon a img {
    width: 50px;
    margin: 0 2px 0;
}
footer .widget h6{
    font-size: 18px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 25px;
	margin-top: 0px;
}
footer .footer_links ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer .footer_links ul li{
    line-height: 30px;
    color: #fff;
}
footer .footer_links ul li a{
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}
.cpyrgt-wrap {
    position: relative;
    background: #da251c;
    padding: 20px 20px 10px;
    border-top: 1px solid #f13b32;
    margin-top: 40px;
}
.txt-rgt {
    text-align: right;
}
.subscribe-main-box .form-control {
    border-radius: 30px;
    padding-left: 20px;
    height: 45px;
    border: none;
    font-size: 12px;
}
.subscribe-main-box .form-control::placeholder{ font-size: 12px; }
footer h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.hdr-social-link{ margin-bottom: 20px; }
.hdr-social-link li{padding-right: 1px;display: inline-block;
    padding-left: 1px;}
.hdr-social-link li a {
    font-size: 16px;
    color: #777;
    transition: 0.5s;
    display: flex;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: #fff;
    line-height: 36px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.hdr-social-link li a.wtsup {background-color: #0dbb41;}
.hdr-social-link li a.mail {background-color: #b43120;}

.hdr-social-link li a.fb {background-color: #3b5998;}
.hdr-social-link li a.tw {background-color: #55acee;}
.hdr-social-link li a.linkdn {background-color: #007ab9;}
.hdr-social-link li a.ins { background-color: #ffc153; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #ffc153 , #f9524b, #d13c98);}
.hdr-social-link li a.youtybe {background-color: #ff0000;}
.hdr-social-link li a:hover{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}
.payment-icon{display:flex;}
	.payment-icon li:first-child {
    padding-left: 0px;
}
.payment-icon li{padding-left:3px;padding-right:3px;}
.payment-icon li a {width: 40px;
    display: block;
}
.payment-icon li a img {max-width: 100%;
    display: block;border-radius:4px;
}
footer .footer_links ul li a:hover{
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    padding-left: 10px;
    text-decoration: none;
    color: #ffc8c8;
}
footer .addrs_info h3{
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    /*text-transform: uppercase;*/
}
footer p {
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}
.cpyrgt-wrap p {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
}
.cpyrgt-wrap p a {
    color: #fff;
    font-weight: 600;
}
.cpyrgt-wrap p a:hover {
    color: #000;
}
.profileicon{ width: 21px; }
#myBtn {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 26px;
    z-index: 99;
    font-size: 14px;
    border: none;
    background-color: #da0e1a;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

#myBtn:hover {
    background-color: #333
}

.pding-lft0 {
    padding-left: 0
}

.inner-section {
    padding: 10px 0 10px 0;
    background: #fff;
}

.inner-section .inner-banner {
    width: 100%;
    height: auto
}

.inner-section .inner-banner img {
    width: 100%
}

.inner-section .inner-banner .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding: 5px 0 5px 0;
    text-transform: capitalize
}

.inner-section .inner-banner a {
    font-size: 13px;
    color: #333;
    text-transform: capitalize
}

.inner-section .inner-banner a:hover {
    text-decoration: none
}

.inner-section .inner-banner i {
    font-size: 18px;
    color: #000;
    padding: 0 6px 0 10px;
    vertical-align: middle;
}
.inner-section .inner-banner .breadcrumb i::before { content: var(--bs-breadcrumb-divider, "/"); color: #807e7e; font-size: 22px; }

.inner-section .inner-banner a span {
    color: #313131
}

.prolisting-section {
    padding: 50px 0px 50px;
    background: #fff;
    display: inline-block;
    width: 100%
}
.prolisting-section .product-grid8{ margin-top: 0; padding: 0; border-radius: 15px; border: 1px solid #ddd; margin-bottom: 30px; }
.pro-listing {
    width: 100%
}

.pro-listing .slide-heading h6 {
    padding-left: 15px
}

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

.pro-listing ul li {
    list-style: none
}
.pro-listing ul li:nth-child(4), .pro-listing ul li:nth-child(7), .pro-listing ul li:nth-child(10), .pro-listing ul li:nth-child(13), .pro-listing ul li:nth-child(16){clear: both;}
.sale-box {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #f3fa28;
    text-align: center;
    border-radius: 50%;
    padding-top: 14px;
}
/*.sale-box:before{
  content: "";
  width: 50px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 14px solid #f3fa28;
  border-left: 14px solid  transparent;
  border-right: 14px solid transparent;
}
.sale-box:after {
  content: "";
  width: 50px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 14px solid #f3fa28;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}*/
.sale-box span {
    color: #000;
    font-size: 14px;
    display: inline-block;
    /*margin-top: 13px;*/
    text-align: center;
    font-weight: 600;
    /*background-color: #f3fa28;
    width: 50px;
    line-height: 12px;*/
}

.sale-box span em {
    display: block;
    clear: both;
    font-size: 12px;
    text-transform: capitalize
}

.pro-listing ul li:last-child {
    margin: 0
}
.product-slider-section .product-grid8{ margin: 0 !important; }
/*.pro-listing .product-grid8 {
    position: relative;
    background-color: #fff;
    z-index: 1;
    transition: all ease .7s;
    margin: 0 0 40px 0
}*/
.fish_seafood_img {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    margin: 0 auto 20px auto;
}
.pro-listing .product-grid8:hover {
    /*box-shadow: 0 2px 10px #ededed;*/
    transition: all ease .7s
}

.pro-listing .product-grid8 .title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}
.product-grid8 .product-content p {
    font-size: 12px;
    line-height: 22px;
    padding-right: 50px;
    margin-bottom: 15px;
    color: #000;
}
.pro-listing .product-content p{font-size: 10px;}
.pro-listing .product-content p span{display: inline-block;}
.prolisting-section .product-grid8 .product-content{ padding: 0px 15px 15px 15px; }
.pro-listing .product-grid8 .title a{ font-family: 'Poppins', sans-serif; }
.bg-gray {
    background-color: #f7f7f7;
}

.pro-listing .product-grid8 .product-image8 {
    position: relative;
    transition: all .3s ease 0s;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
    padding: 0;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
}

.pro-listing .product-grid8 img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    min-height: 220px;
}

.product-grid8 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-grid8 .social li {
    display: block;
    margin: 0 0 10px;
    transition: all .5s;
    float: none
}

.product-grid8 .social li a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    transition: .5s ease 0s;
}

.product-grid8:hover .social li a {
    opacity: 1
}
.product-grid8 .social li:nth-child(1) {
    display: none;
}
/*.product-grid8 .social li:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid8:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0)
}*/

.product-grid8 .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
    display: none;
}

.product-grid8:hover .social li:nth-child(3) {
    opacity: 1;
    transition-delay: .2s;
    transform: translateY(0)
}

.product-grid8 .social li:nth-child(4) {
    /*opacity: 0;
    transform: translateY(-50px)*/
}

.product-grid8:hover .social li:nth-child(4) {
    opacity: 1;
    transform: translateY(0)
}

.product-grid8 .social li:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid8:hover .social li:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
    display: none;
}

/*.product-grid8 .social li a:hover {
    color: #fff;
    background: #da0e1a
}*/

/*.pro-listing .product-grid8 .carousel-indicators {
    bottom: 5px;
    width: 100%;
    left: 50px;
    margin: 0
}

.pro-listing .product-grid8 .carousel-indicators li {
    display: inline-block;
    width: 8px !important;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b31a1a;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 6px
}

.pro-listing .product-grid8 .carousel-indicators .active {
    width: 8px !important;
    height: 8px;
    margin: 1px;
    margin-right: 6px;
    background-color: #afb1b5
}*/

.pro-listing .product-grid8 .carousel-control {
    display: none
}

.bgwhite {
    background: #fff
}

.seller-info {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0
}

.seller-info a {
    color: #c41123;
    font-size: 14px;
    font-weight: 600
}

.seller-info a span {
    font-size: 12px;
    background: #c60b1e;
    color: #fff;
    margin-left: 10px;
    border-radius: 30px;
    font-weight: 400;
    padding: 2px 10px 2px 10px
}

.seller-info a span i {
    padding-left: 2px;
    font-size: 12px
}

.seller-info li {
    font-size: 13px;
    padding: 10px 0 0 0;
    list-style: none
}

.seller-info p {
    font-size: 13px;
    padding: 5px 0 0 0
}

.seller-info p span {
    font-weight: 600
}

.seller-info .seller-head {
    width: 95px;
    float: left;
    height: 80px
}

.wishlisticon a i {
    color: #827f7f;
    font-size: 24px;
}

.wishlisticon a:focus i,
.wishlisticon a:hover i {
    color: #bdbcbc
}

.about-spfc-section .shippingbox label.radio-inline {
    font-size: 14px
}

.about-spfc-section .shippingbox .form-control {
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: 1px solid #eee;
    margin: 15px 0 0 0
}

.about-spfc-section .shippingbox .check {
    padding: 5px 30px;
    background: #005adb;
    color: #fff;
    line-height: 26px;
    border: none;
    margin: 10px 0 0 0
}

.about-spfc-section .review {
    width: 100%;
    height: auto
}

.review .hp-sub-tit {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px
}

.review-form-hdr {
    margin-bottom: 20px;
    margin-top: 10px
}

.review-form-hdr h6 a {
    color: #333
}

.review .hp-sub-tit .dateBox {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #848484;
    font-weight: 400
}

.review .reviewlist ul {
    padding: 0
}

.review .reviewlist ul li {
    display: inline-block;
    padding: 0 1px
}

.review .hp-sub-tit.reviewlist .dateBox i {
    color: #da0e1a;
    margin-right: 3px
}

.rating-star li i {
    color: #a07936
}

.review .hp-sub-tit img {
    width: 300px;
    height: 300px;
    border-radius: 35%;
    margin: 0 6px -8px 0
}

.about-spfc-section .review .review-no {
    padding-right: 10px;
    padding-left: 0
}

.about-spfc-section .review label {
    width: 100%
}

.about-spfc-section .review textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #868585;
    display: block;
    font-weight: 300
}

.about-spfc-section .review .form-control {
    width: 100%;
    height: 40px;
    box-shadow: none;
    border: 1px solid #eee;
    margin: 15px 0 0 0
}

.about-spfc-section .review .check {
    padding: 5px 30px;
    background: #da0e1a;
    color: #fff;
    line-height: 26px;
    border: none;
    margin: 0;
    border-radius: 30px
}

.about-spfc-section .review .check:hover {
    color: #fff;
    background: #000
}

.about-spfc-section .post-review {
    margin-top: 50px
}

.about-spfc-section .post-review h6 {
    margin-top: 20px
}

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

.mb0 {
    margin-bottom: 0 !important
}
.availtext{ margin-bottom: 25px; }
.availtext li {
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 3px
}

.availtext li p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}
.availtext li p span{ 
    color: #868686;
    font-size: 15px;
    font-weight: 400;
}
.review-no {
    padding-left: 10px;
    font-size: 14px
}

.review-no a {
    color: #da0e1a
}
.productdetails-section .review-no{ color: #333; font-size: 14px; border-left: solid 1px #ddd; padding-left: 20px; margin-left: 10px; }
.productdetails-section .review-no a{ color: #333; }
.in-stock {
    color: #04cc04;
    font-size: 14px
}

.controls .nav > li {
    position: relative;
    display: block;
    width: 15%;
    height: 90px;
    float: left;
    background: #fff;
    margin: 0 8px 0 0
}

.controls .nav > li > a > img {
    max-width: none;
    width: 70px;
    height: 70px;
    object-fit: contain
}

.controls .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 2px
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.tab-content {
    overflow: hidden
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.card {
    margin-top: 0;
    background: #fff;
    /*padding: 20px;*/
    line-height: 1.5em
}

.details {
    padding: 0px 30px 0px;
    margin-bottom: 50px;
}

/*.details p {
    font-size: 14px
}*/

.rating .stars .checked {
    color: #a07936;
    font-size: 16px
}
.checked {
    color: #da0e1a;
    font-size: 18px
}
.checked,
.rating-total span.checked {
    color: #fc0;
}

.checked {
    font-size: 14px
}

.details .non-rate {
    color: #dcdcdc
}

.details del {
    font-size: 18px;
font-weight: 400;
color: #aaaaaa;
text-decoration: line-through;
display: inline-block;
margin-left: 5px;
}

.details h4.price {
    font-size: 30px;
    color: #da0e1a;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.non-rate {
    color: #dcdcdc
}

.price,
.product-description,
.product-title,
.rating,
.sizes,
.vote {
    margin-bottom: 10px;
    margin-top: 15px
}
.rating{ margin-top: 5px }
.product-title {
    text-transform: capitalize;
    font-size: 22px;
    line-height: initial;
    margin-top: 10px
}
.details .product-title{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.offer_txt {
    background-color: #da0e1a;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 15px;
}


.mode-payment{position: relative;margin-bottom: 25px;border-top: 1px dashed #ddd;padding-top:15px;}
.mode-payment h4{font-size:20px;margin-bottom:20px;}
.mode-payment .form-check-input:checked {
    background-color: #e93131;
    border-color: #e93131;
}
.mode-payment .form-check .form-check-input {
    margin-left: 0px;    margin-right: 8px;  float: left;   margin-top: -2px;
}
.mode-payment .form-check .form-check-label{cursor: pointer; font-weight: 400;}
.mode-payment  .form-check {position:relative;
   display: block;
    min-height: initial;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #ededed;
    padding: 12px;
    margin-bottom: 10px;
}
.form-check-input {
    width: 1.3em;
    height: 1.3em;}
.mode-payment .paymnetthodBox-icon {
    position: absolute;
    top: 14px;
    display: flex;
    right: 5px;
}
.paymnetthodBox-icon li a {
	display:block; width:24px;
}
.paymnetthodBox-icon li a img {
	max-width:100%;
}

.checkout-lg-btngroup{
    position: relative; 
    margin-top : 25px; 

}


.inclusive {
    display: block;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    color: #333;
    font-weight: 400;
}
.carttbl .offer_txt {
    color: #da0e1a;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 0 6px
}
.pieces-list { margin-bottom: 20px; }
.pieces-list li:first-child {
    border-right: 1px solid #ddd;
    padding-right: 25px;
    margin-right: 20px;
}
.pieces-list li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.pieces-list li p { margin-bottom: 0px; }
.pieces-list li p span { font-weight: 400; }
.size {
    margin: 5px 0 5px 0;
    font-size: 15px;
    color: #000;

}

.seller-msg p {
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 10px 0;
    color: #a4a3a3
}

a.badge.badge-danger.sizeClass.active,
a.badge.badge-danger.sizeClass:hover {
    background: 0 0;
    color: #000;
    border-color: #000;
}

.colorClass {
    text-align: center;
    display: inline-flex;
    border-radius: 4px;
    margin-right: 5px;
    vertical-align: top;
    align-items: center
}

.size span a {
    margin-right: 5px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 5px;
    height: 30px;
    width: auto;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    transition: all .3s ease 0s;
    border-radius: 0;
    font-weight: 500
}

.size span a:focus,
.size span a:hover {
    background: 0 0;
    color: #da0e1a;
    transition: all .3s ease 0s;
    text-decoration: none;
    border: 1px solid #da0e1a
}

.size span a.active {
    color: #da0e1a;
    transition: all .3s ease 0s;
    text-decoration: none;
    border: 1px solid #da0e1a
}

.size:first-of-type {
    margin-right: 10px;
    margin-left: 20px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px
}

.electro-box {
    margin: 20px 0 25px 0
}

.electro-box span a {
    margin-right: 0;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    height: 32px;
    width: 65px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    transition: all .3s ease 0s
}

.electro-box span a:hover {
    background: #0c6bd5;
    color: #fff;
    transition: all .3s ease 0s;
    text-decoration: none
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    height: 20px;
    width: 20px
}

.color:first-of-type {
    margin-left: 10px;
    margin-right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.pincodeno {
    width: 150px;
    height: 35px;
    border: 2px solid #e0e0e0;
    line-height: 35px;
    margin: 0 15px 0 0;
    text-align: center
}

.sizechart {
    margin: 5px 0 25px;
    display: none;
}

.sizechart a {
    color: #da0e1a
}

.sizechart a img {
    width: 50px;
    margin-left: 0
}

.searchpin {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px 3px;
    transition: background .3s ease;
    border-radius: 5px;
    background-color: #af882c;
    line-height: 28px;
    height: 100%;
}

.searchpin:hover {
    background-color: #000;
    transition: background .3s ease
}

.searchpin a:hover {
    color: #fff
}

.delivery {
    font-size: 16px;
    padding: 10px 0 0 0;
    display: inline-block;
    color: #000;
    font-weight: 500;
}

#Pincodedisplay {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 300px;
    overflow-y: auto
}

#Pincodedisplay .Pincodedisplaydisplay_box {
    cursor: pointer;
    line-height: 23px;
    padding: 2px 20px;
    font-size: 14px;
    color: #000;
    text-align: left;
}

.moreText {
    display: none
}

.detailDesrptn {
    border-bottom: solid 1px #cccccc4f;
    padding: 20px 0;
    display: inline-block;
    width: 100%
}

.tabs-details .tab-content #description {
    overflow-y: auto;
    max-height: 600px;
    min-height: auto;
    width: 100%;
    overflow-x: hidden
}

.detailDesrptn:first-child {
    padding: 0 0 20px !important
}

#description img {
    width: auto;
    margin-right: 15px
}

.detailDesrptn:nth-child(2n+1) img {
    float: left
}

.detailDesrptn img {
    width: 300px;
    border-radius: 5px
}

/*#description p {
    margin-bottom: 15px;
    text-align: justify;
        font-family: Calibri,sans-serif;
}*/
#description h2{font-size: 18px; font-weight: 600;margin-bottom: 15px;}
.pincodebtn {
    padding: 0;
    color: #fff;
    margin-left: 2px;
    top: 2px;
    text-align: center;
    cursor: pointer;
    margin-left: 0;
    width: 50%;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

.pincodebtn p {
    font-size: 11px;
    color: #000;
    text-align: left
}

.pincodebtn .form-control {
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    height: 35px
}

.pincodebtn a {
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.pincodebtn a:hover {
    text-decoration: none
}

.pincodebtn a i {
    padding-left: 10px
}

.addcartbox {
    margin: 15px 0 0 0;
    /*display: inline-block;*/
    vertical-align: bottom;
}

.addcartbox .add-to-cart,
.like {
    padding: 19px 30px 16px;
    text-align: center;
    background: #da0e1a;
    color: #fff;
    margin: 0 5px 0 0;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;    
    vertical-align: top;
    width: 100%;
}

.addcartbox .add-to-cart i {
    padding-right: 5px
}

.addcartbox .add-to-cart:hover,
.like:hover {
    background: #c9000c;
    color: #fff;
    text-decoration: none;
}

.addcartbox .bynow,
.like {
    padding: 18px 30px 15px;
    text-align: center;
    background: #208EDD;
    color: #fff;
    margin: 0 20px 0 0;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    vertical-align: top;
    width: 100%;
}

.addcartbox .bynow i {
    padding-right: 5px;
    display: none;
}

.addcartbox .bynow:hover,
.like:hover {
    background: #0373c3;
    color: #fff;
    text-decoration: none;
}

.not-available {
    text-align: center;
    line-height: 2em
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
    line-height: 20px;
    font-size: 11px;
    text-align: center
}

.orange {
    background: #ff9f1a
}

.green {
    background: #85ad00
}

.blue {
    background: #0076ad
}

.black {
    background: #000
}

.tooltip-inner {
    padding: 1.3em
}

.product-details-section {
    /*padding: 20px 0 20px 0;
    background: #e7e7e7*/
}

.product-details-section .product-grid8 {
    background: #fff;
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-next{
    right: -5px;
    top: -36px;
    left: auto;
}
.owl-carousel.owl-theme .owl-prev{
    right: 10px;
    top: -36px;
    left: auto;
}
.owl-carousel.owl-theme .owl-prev span, .owl-carousel.owl-theme .owl-next span {
    font-size: 35px;
    width: 9px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.owl-carousel.owl-theme span img{ width: 100%; }
.product-details-section .owl-theme .owl-prev {
    /*left: -25px;
    top: 45%;*/
    width: 9px;
    height: 25px;
    /*position: absolute;*/
    background: url(../images/arrew-sm-lft.png) no-repeat 0 0 !important;
    /*display: block;
    box-shadow: none;*/
    background-size: 100% !important
}

.product-details-section .owl-theme .owl-next {
    /*right: -25px;
    top: 45%;*/
    width: 9px;
    height: 25px;
    /*position: absolute;*/
    background: url(../images/arrew-sm-rgt.png) no-repeat 0 0 !important;
    /*display: block;
    box-shadow: none;*/
    background-size: 100% !important
}

.about-spfc-section {
    padding: 0 0 30px 0;
    /*background: #e7e7e7*/
}

.about-spfc-section .tabs-details .nav-tabs{ border-bottom: 2px solid #da0e1a; }
.about-spfc-section .tabs-details h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: initial;
    margin-bottom: 10px;
    font-weight: 700
}

.about-spfc-section .tabs-details p {
    line-height: 28px;
    font-size: 14px
}

.about-spfc-section a:active {
    outline: 0;
    background: #005adb;
    color: #fff
}

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

.about-spfc-section .tab-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4f4e4e;
}

.about-spfc-section .tab-content td {
    line-height: 26px;
    padding: 10px;
    border: 1px solid #eee;
    font-weight: 300
}

.about-spfc-section .tab-content th {
    line-height: 26px;
    padding: 10px;
    border: 1px solid #eee;
    font-weight: 400
}

.about-spfc-section tr:nth-of-type(2n+1) {
    background: #f7f5f5
}

.about-spfc-section .tab-content table {
    width: 100%;
    margin: 0 0 0 0;
}

.about-spfc-section .nav > li > a:focus,
.nav > li > a {
    transition: background .3s ease
}

.about-spfc-section .nav > li > a:focus,
.about-spfc-section .nav > li > a:hover {
    text-decoration: none;
    background-color: #da0e1a;
    color: #fff
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #da0e1a;
    border: 1px solid #da0e1a;
    border-bottom-color: #da0e1a;
    border-bottom-color: transparent
}

.nav-tabs > li > a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
/*.sidebar-box .box-title h5:not(.collapsed){ color: #333; }
.sidebar-box .box-title h5.collapsed{ color: #ce1f27; }*/
.filter {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.filter h6 {
        font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.filter h6 i {
    color: #000;
    float: right;
    margin-right: 5px;
}
/*.filter h6 i::before {
    content: " ";
    background: url(../images/filtericon.png);
    height: 30px;
    width: 11px;
    display: inline-block;
    background-size: cover;
}*/

.sidebar-box .box-title {
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 10px
}

.sidebar-box .box-title h5 {
    cursor: pointer;
    margin: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1
}

.filter_wraper .box-title h5 {
    margin-bottom: 10px !important;
    letter-spacing: .5px
}

.sidebar-box .box-title h5 {
       position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-box .box-title h5 > span {
    float: right
}

.sidebar-box .box-content {
    padding: 0;
    margin: 0;
    border: 0
}

.sidebar-box .box-content .category-list {
    margin-bottom: 20px;
    max-height: 280px;
    overflow: auto;
    padding-left: 15px;
}

ul.category-list li {
    padding: 8px 0
}

.sidebar-box .box-title {
    border-bottom: none;
    padding: 20px 0 20px
}

ul.category-list li a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease 0s;
    display: inline-block;
    margin-left: 5px
}

ul.category-list li a.red {
    color: #86030b
}

ul.category-list li a:hover {
    transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    color: #da0e1a;
    text-decoration: none;
    transition: all .3s ease 0s
}

.color-filter li {
    display: inline-block
}

.color-filter li a {
    width: 25px;
    margin-left: 5px;
    height: 25px;
    border-radius: 50%
}

.color-filter li a.color-red {
    background-color: red
}

.color-filter li a.color-black {
    background-color: #000
}

.color-filter li a.color-gray {
    background-color: gray
}

.color-filter li a.color-blue {
    background-color: #00f
}

.color-filter li a.color-yellow {
    background-color: #ff0
}

.color-filter li a.color-orange {
    background-color: orange
}

.color-filter li a.color-pink {
    background-color: pink
}

.color-filter li a.color-violet {
    background-color: violet
}

.color-filter li a.color-purple {
    background-color: purple
}

.color-filter li a.color-golden {
    background-color: #daa520
}

.color-filter li a.color-brown {
    background-color: brown
}

.color-filter li a.color-green {
    background-color: green
}

.color-filter li a.color-tomato {
    background-color: tomato
}

.color-filter li a.color-teal {
    background-color: teal
}

ul.color-filter li a:hover {
    transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0)
}

.bgwhite .label-checkbox100 {
    display: inline-block;
    margin: 0 9px 0 0
}

.sidebar-wrapper {
    margin-top: 0;
    padding: 0 20px
}

.sidebar-wrapper .sidebar-box:last-child {
    border-bottom: none
}

.sidebar-box {
    border-bottom: 1px solid #eee
}

.clearall {
    position: relative;
    padding-top: 2px;
    margin: 0 0 0 0;
    float: right
}

.clearall a {
    text-transform: capitalize;
    color: #444;
    font-size: 11px
}

.clearall a:hover {
    color: #da0e1a
}

.register-section {
    padding: 50px 0 50px 0
}

#loginmodal .modal-sm,
#otpmodal .modal-sm {
    width: 370px
}

.register .login-socialmedia {
    width: 100%;
    margin: 30px 0
}

.register .login-socialmedia a {
    height: 40px;
    width: 40px;
    padding: 12px 5px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 0;
    transition: all .6s ease 0s;
    text-transform: capitalize;
    border-radius: 4px
}

.register .login-socialmedia a:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    text-decoration: none
}

.register .login-socialmedia .instagram {
    list-style: none;
    background-color: #7623b8;
    background-image: linear-gradient(#7623b8, #be2a65, #d78f3c)
}

.register .login-socialmedia .fb {
    list-style: none;
    background: #4267b2
}

.register .login-socialmedia .fb:hover {
    background: #1543a3;
    transition: all .6s ease 0s
}

.register .login-socialmedia .google {
    list-style: none;
    background: #dc2f19
}

.register .login-socialmedia .google:hover {
    background: #df341e;
    transition: all .6s ease 0s
}

.or {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 20px auto
}

.or span {
    text-transform: uppercase;
    background-color: #f0f0f0;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    display: block;
    margin: auto;
    z-index: 1;
    position: relative;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
}

.welbcom {
    padding: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: solid 1px #ededed;
}
.welbcom.forgetpassword{ padding: 30px; }
.welbcom.forgetpassword h6{ font-size: 24px; }
.welbcom.forgetpassword .registrbtn{ margin: 10px 0 0 0; }
.welbcom img {
    width: 100px;
    margin: 20px auto;
    display: block
}

.signupbtn {
    padding: 14px 70px;
    background: #caa229;
    border: 1px solid #caa229;
    line-height: 26px;
    color: #eee;
    display: inline-block;
    margin: 40px 0 0 0;
    transition: all .6s ease 0s
}

.signupbtn:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff
}

.welbcom h6 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.welbcom p {
    line-height: 26px
}

.registrform.loginpage{
    border-left: 1px #d9d9d9 solid; padding: 0 0 0 45px;
}

/*.registrform {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
}*/

.registrform h6 {
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize
}

.registrform h6 span {
    color: #caa229
}

.registrform p {
    font-size: 13px;
   /* margin: 0 0 10px 0;*/
    color: #666;
    line-height: 22px
}

.registrform p a {
    color: #af882c
}

.close img {
    width: 25px
}

.registrform form .form-group {
    margin-bottom: 20px;
    position: relative
}

.registrform a.ancortag {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.registrform .ancortagmain{font-size: 14px; color: #a0a0a0; }
.registrform a.ancortag:hover{ color: #a4a4a4; }
.paymentorder {
    display: inline-block !important
}

.payaddres p {
    font-size: 14px;
    font-weight: 300
}

/*.registrform form .form-group i {
    position: absolute;
    left: 18px;
    top: 12px;
    color: #4b4b4b
}*/

.registrform .form-group a:hover {
    text-decoration: none
}

/*.registrform .form-control {
    padding-left: 20px;
    height: 45px;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 3px;
    transition: all .6s ease 0s;
    background: 0 0
}*/

.login .form-control {
    padding-left: 20px
}

.forgetpassword .form-control {
    padding-left: 20px
}

.registrform input.form-control::placeholder {
    color: #939191
}

/*.registrform .form-control:focus {
    border: 1px solid #da0e1a;
    transition: all .6s ease 0s
}*/

.registrbtn {
    padding: 12px 25px 10px;
    background: #da0e1a;
    border: 1px solid #da0e1a;
    line-height: 26px;
    color: #fff;
    display: block;
    margin: 20px 0 0 0;
    transition: all .6s ease 0s;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

.registrbtn:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff
}

.forgetpassword {
    padding: 10px 15px
}

/*.contactinfo {
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px 20px;
    background-position: right top;
    background-repeat: no-repeat
}*/

.signupbtn {
    padding: 10px 50px;
    background: #000;
    border: 1px solid #000;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    margin: 40px 0 0 0;
    transition: all .6s ease 0s;
    height: 45px
}

.signupbtn:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff
}
/*
.contactinfo h6 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
    margin-bottom: 20px
}

.contactinfo p {
    line-height: 26px;
    color: #fff
}

.contactinfo .icontext {
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.mainbox {
    padding: 10px
}

.contactinfo .iconbox {
    text-align: center;
    margin: 0 0 10px 0;
    padding-right: 25px
}

.contactinfo .icontext h4 {
    line-height: 21px;
    font-size: 16px
}

.contactinfo .icontext h4 a {
    color: #000
}

.contactinfo .iconbox i {
    font-size: 26px;
    color: #000;
    margin: 0 0 15px 0;
    height: 50px;
    width: 50px;
    background: #f3fa28;
    padding: 11px;
    border-radius: 50%;
    transition: all .6s ease 0s
}

.contactinfo .mainbox:hover i {
    background: #000;
    color: #fff;
    transition: all .6s ease 0s
}

.contactinfo .icontext h5 {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px
}

.contact-social {
    margin-top: 20px
}

.contact-social ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    padding: 11px;
    text-align: center;
    font-size: 17px;
    transition: .5s
}

.contact-social ul li a:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    text-decoration: none
}

.contact-social ul li a.fb {
    background: #3b5998
}

.contact-social ul li a.tw {
    background: #55acee
}

.contact-social ul li a.linkdn {
    background: #0077b4
}

.contact-social ul li a.ins {
    background-color: #7623b8;
    background-image: linear-gradient(#7623b8, #be2a65, #d78f3c)
}

.contact-social ul li a.snap {
    background: #f8f500
}

.contactform {
    width: 100%;
    height: auto;
}

.contactform h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contactform p {
    font-size: 13px;
    margin: 40px 0 15px 0;
    color: #cec6c6
}

.contactform .form-group {
    margin-bottom: 20px
}

.contactform .form-group a {
    font-size: 13px
}

.contactform .form-group a:hover {
    text-decoration: none
}

.contactform .form-control {
    height: 45px;
    border: 1px solid #bababa;
    box-shadow: none;
    border-radius: 3px;
    transition: all .6s ease 0s;
    padding-left: 20px
}

.contactform textarea.form-control {
    height: 211px
}

.contactform textarea.form-control::placeholder {
    color: #cec6c6
}

.contactform input.form-control::placeholder {
    color: #cec6c6
}

.contactformbtn {
    padding: 14px 70px;
    background: #0000;
    border: 1px solid #005adb;
    border-radius: 30px;
    line-height: 26px;
    color: #005adb;
    display: inline-block;
    margin: 20px 0 0 0;
    transition: all .6s ease 0s
}

.contactformbtn:hover {
    background: #005adb;
    transition: all .6s ease 0s;
    border: 1px solid #005adb;
    text-decoration: none;
    color: #fff
}*/


/*Contact section*/

.infotile {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}
.info-box {
    padding: 30px 40px;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    margin-bottom: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.info-box:hover {
    box-shadow: 0px 4px 30px 0px rgba(44, 49, 59, 0.15);
}
.info-box i {
    float: left;
    margin-right: 10px;
    font-size: 30px;
}
.info-box h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.info-box p {
    line-height: 26px;
    font-size: 15px;
    font-weight: 300;
}
/*.contactform .btn_get {
    padding: 15px 30px;
    border: 3px dotted #da0e1a;
    display: inline-block;
    color: #da0e1a;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    background: #0000;
}
.contact-heading{ margin-bottom: 20px; font-size: 24px; }
.contactform .form-control {
    box-shadow: none;
    border: 1px solid #eee;
    height: 45px;
}*/
.info-box p a{ color: #da0e1a; }
.maparea{ box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15); padding: 10px;
margin-bottom: 20px;
-webkit-transition: .3s all;
transition: .3s all; }

/*Close contact*/
.about-section {
    padding: 30px 0 30px 0
}

.about-section .about-txt p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 15px
}

.about-section .about-banner {
    margin: 0 0 60px 0;
    width: 100%;
    height: auto
}

.about-banner img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.about-section .about-txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.about-section .about-txt ul li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 0
}

.about-section .about-txt ul li::before {
    content: '\f164';
    font-family: fontAwesome;
    font-size: 14px;
    padding-right: 10px;
    color: #005adb
}

.title-bg {
    display: table;
    color: #000;
    padding: 10px 0 5px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}

.about-img-center {
    width: auto;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.thankyou-section {
    padding: 40px 0 80px 0
}

.thankyou-section .thankyou-txt {
    width: 500px;
    text-align: center;
    margin: 0 auto
}

.thankyou-section .thankyou-txt p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 15px
}

.thankyou-section .thankyou-txt h6 {
    text-transform: capitalize;
    font-weight: 700 !important;
}

.thankyou-section .thankyou-txt i {
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    background: #2dc90c;
    border-radius: 50%;
    line-height: 60px;
}

.helpfaq-section {
    padding: 0 0 30px 0
}

.helpfaq-section .helpfaq-txt {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.helpfaq-section .helpfaq-txt p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 15px
}

.helpfaq-section .helpfaq-txt h6 {
    text-transform: uppercase
}

.helpfaq-section .panel-group {
    margin-bottom: 0;
    padding: 10px
}

.helpfaq-section #accordion .panel {
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
}

.helpfaq-section #accordion .panel-heading {
    border-radius: 4px;
    padding: 0;
    background: transparent;
    border: none;
}

.helpfaq-section #accordion .panel-title a {
    color: #da0e1a;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    transition: all .3s ease 0s;
}

.helpfaq-section #accordion .panel-title a:focus,
a:hover {
    text-decoration: none
}

.helpfaq-section #accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

#accordion .panel-title a.collapsed::after,
.helpfaq-section #accordion .panel-title a::after {
    color: #333;
    /*content: "";*/
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/accord-mins-icon.png)no-repeat;
    /*font-family: fontawesome;*/
    /*font-size: 25px;*/
    right: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    transition: all .3s ease 0s;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.helpfaq-section #accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    color: #333;
    content: "";
    background: url(../images/accord-plus-icon.png)no-repeat;
}

.helpfaq-section #accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 0 0 10px 0;
    position: relative
}

.helpfaq-section #accordion .panel-body p {
    line-height: 28px;
    font-size: 14px
}

.helpfaq-section #accordion .panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.helpfaq-section #accordion .panel-body ul li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 0
}

.helpfaq-section #accordion .panel-body ul li::before {
    content: '\f164';
    font-family: fontAwesome;
    font-size: 14px;
    padding-right: 10px;
    color: #da0e1a
}

.shopping-carts {
    /*padding: 0;*/
}

.shopping-carts .form-cart {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.shopping-carts .table > thead > tr > th {
    border-bottom: 1px solid #e6e6e6;
    color: #8e8e8e;
    font-weight: 600;
    padding-bottom: 19px
}

.shopping-cart .form-cart .table td.tb-image {
    width: 118px;
    padding: 15px 0
}

.shopping-carts .table > tbody > tr > td {
    border-bottom: 1px solid #e6e6e6
}

.shopping-carts .form-cart .table td.tb-image img {
    max-width: 100px
}

.shopping-carts .form-cart .table td.tb-product {
    padding: 42px 5px;
    width: 222px
}

.shopping-carts .form-cart .table td.tb-price {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 53px 5px;
    width: 130px
}

.shopping-carts .form-cart .table td.tb-qty {
    padding: 47px 5px;
    width: 200px
}

.shopping-carts .form-cart .table td.tb-total {
    width: 130px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 53px 5px
}

.shopping-carts .form-cart .table td.tb-remove {
    padding: 54px 5px
}

.shopping-carts .form-cart .table td.tb-remove a {
    color: #888
}

.buttons_added input {
    margin-top: 2px;
    border: none;
    font-size: 15px;
    color: #da0e1a;
    font-weight: 600;
    text-align: center;
    text-align-last: center;
    background: 0 0;
    width: 32px
}

.shopping-carts .form-cart .table .buttons_added {
    margin: -3px 0px 0px;
}

.buttons_added {
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    width: 85px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0px 6px 0px 6px;
    text-align: center;
    text-align-last: center;
}
.buttons_added .fa-plus:after, .buttons_added .fa-minus:after{display: none;}
.shopping-cart .buttons_added .sign.plus {
    margin-right: 8px;
    margin-left: 10px
}

.shopping-carts.buttons_added .sign {
    width: 25px;
    height: 25px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #666;
    line-height: 23px;
    margin-bottom: 4px
}

.shopping-carts .buttons_added .minus {
    float: left
}

.shopping-carts .buttons_added .plus {
    float: right;
}

.shopping-carts .buttons_added .sign {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #666;
    line-height: 20px;
    padding: 4px 0 0 0;
    margin-bottom: 0;
    font-size: 18px;
}

.shopping-cart .buttons_added .sign i {
    font-size: 12px
}

.shopping-carts .form-cart .table td.tb-total {
    width: 130px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 53px 5px
}

.shopping-carts .form-cart button:hover {
    color: #fff;
    background-color: #000;
    transition: all .3s ease 0s
}

.shopping-carts .form-cart button.btn-update {
    background-color: #da0e1a;
    border: 1px solid #da0e1a;
    color: #fff;
    float: none
}

.shopping-carts .form-cart button.btn-update:hover {
    background-color: #000;
    border: 1px solid #000
}

.shopping-carts .form-cart button {
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 15px;
    transition: all .3s ease 0s
}

.shopping-carts .btn-continue {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    float: right;
}

.cart-actions {
    overflow: hidden
}

.shopping-carts .form-cart .btn-clean,
.shopping-carts .form-cart .btn-update {
    margin-left: 10px
}

.shopping-cart .order-summary {
    background-color: #fafafa;
    padding: 30px;
}

.title-shopping-cart {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 17px 15px 12px;
    background: #f4f4f4;
    margin-bottom: 0;
    margin-top: 0;
}

.shopping-carts .order-left span i {
    margin-right: 3px; font-size: 16px;
}

.shopping-carts .checkout-element-content {
    padding: 10px 0;
    border-bottom: dashed 1px #ccc;
}

.shopping-carts .orderbtn {
    padding: 3px;
    width: 20px;
    height: 20px;
    background: 0 0;
    color: #f70000 !important;
    border: 1px solid #da0e1a;
    transition: all .6s ease 0s;
    border-radius: 50px;
    font-size: 12px;
    margin: 2px;
    display: inline-block;
    text-align: center
}

.shopping-carts .order-left {
    display: block;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
    margin-top: 15px;
    color: #000;
}

.shopping-carts .order-left span {
    float: right;
    color: #000;
    font-weight: 600
}

.shopping-carts .order-left.totalpay {
    /*border-top: 1px solid #e6e6e6;*/
    /*margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 28px*/
}

.shopping-carts .checkout-element-content li {
    list-style: none;
    margin: 0 0 10px 0
}

.shopping-carts .checkout-element-content .inline {
    font-weight: 400;
    color: #333;
    font-size: 13px;
    margin-left: 10px;
}

.shopping-carts .inline .input {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-right: 8px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    top: 4px
}

.shopping-carts .checkout-element-content .btn-checkout {
    margin: 10px 0 0 0;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    background-color: #da0e1a;
    transition: all .3s ease 0s;
    border: none
}

.shopping-carts .checkout-element-content li .form-control {
    border: 1px dashed #eee;
    box-shadow: none;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #999
}

.shopping-carts .checkout-element-content li input .form-control:placeholder {
    color: #999
}

.shopping-carts .checkout-element-content .btn-checkout:hover {
    background-color: #000;
    transition: all .3s ease 0s
}

.checkout-section {
    padding: 30px 0 30px 0
}

.checkout-section .nav-sidebar {
    border: 1px solid #ddd;
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px
}

.checkout-section .tab-content p {
    line-height: 30px
}

.checkout-section .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd
}

.checkout-section .form-group {
    margin-bottom: 20px
}

.checkout-section .form-control {
    height: 50px;
    border: 1px solid #B9B6B6;
    box-shadow: none;
    font-size: 14px;
    border-radius: 3px;
    color: #9f9f9f
}

.checkout-section .form-control:focus {
    border: 1px solid #da0e1a;
    transition: all .6s ease 0s
}

.checkout-section .nav > li {
    border-bottom: 1px solid #eee
}

.checkout-section .nav > li:last-child {
    border-bottom: none
}

.checkout-section .nav-sidebar a {
    color: #333;
    padding: 15px 10px 15px 10px;
    -webkit-transition: all 80ms linear;
    -moz-transition: all 80ms linear;
    -o-transition: all 80ms linear;
    transition: all 80ms linear
}

.checkout-section .nav > li a i {
    padding: 5px;
    text-align: center;
    margin-right: 10px
}

.checkout-section .nav > .active a i {
    color: #da0e1a
}

.checkout-section .nav-sidebar .active a {
    cursor: default;
    color: #da0e1a
}

.checkout-section .nav-sidebar .active a:hover {
    background-color: transparent
}

.checkout-section .nav-sidebar .text-overflow .media-body,
.checkout-section .nav-sidebar .text-overflow a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.checkout-section .radio-inline input {
    margin-top: 0
}

.checkout-section .radio-inline {
    font-size: 14px;
    font-weight: 300
}

.checkout-section .checkbox-inline {
    font-size: 14px;
    font-weight: 300
}

.checkout-section input[type=checkbox],
input[type=radio] {
    margin: 1px 0 0 -21px
}

.checkout-section .label1 {
    width: 100%;
    margin: 0 0 10px 0
}

.checkout-addres {
    position: relative;
    margin-bottom: 20px
}

.checkout-addres h6 {
    text-transform: capitalize;
    margin-bottom: 10px
}

.checkout-section .tab-content .checkout-addres p {
    color: #848484;
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px
}

.checkout-section input.form-control::placeholder {
    color: #626262;
}

.checkout-section .tab-content .chengeadrs {
    width: 100%;
    background: no-repeat;
    padding: 0;
    border: none;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.chengeadrs {
    margin-bottom: 20px
}

#changeadrsform {
    display: none
}

#changeadrsform1 {
    padding: 30px
}

#close-icon {
    text-align: right;
    margin: 20px 0;
    position: relative
}

#close-icon h6 {
    float: left
}

#close-icon > img {
    width: 20px;
    cursor: pointer;
    opacity: .5
}

.newadrs-panel {
    width: 80%;
    margin: 20px auto
}

.newadrs-panel .panel-default > .panel-heading {
    padding: 0;
    background-color: #f9f9f9
}

.newadrs-panel .panel-default > .panel-heading h4 a {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600
}

.newadrs-panel .panel-default > .panel-heading h4 a span {
    float: right
}

.checkout-section .continue {
    padding: 8px 25px;
    background: #da0e1a;
    border: 1px solid #da0e1a;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 5px;
    transition: all .6s ease 0s;
}

.checkout-section .btn-black:focus {
    text-decoration: none
}

.checkout-section .continue:hover {
    transition: all .6s ease 0s;
    text-decoration: none;
    color: #fff;
    opacity: .6;
}

.btn-black {
    padding: 8px 25px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    line-height: 26px;
    color: #000;
    display: inline-block;
    margin: 10px 0 0 0;
    transition: all .6s ease 0s;
    text-align: center
}

.btn-black:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.checkout-section .ordersummery {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px
}

.checkout-section .ordersummery h6 {
    line-height: 26px
}

.checkout-section .ordersummery label {
    padding: 10px 0 10px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px
}

.checkout-section .ordersummery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px
}

.checkout-section .ordersummery ul li {
    list-style: none;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-weight: 400
}

.checkout-section .ordersummery ul li span {
    float: right
}

.checkout-section .ordersummery ul li span i {
    padding: 0 5px 0 0
}

.checkout-section .applybtn {
    padding: 10px 25px;
    font-size: 18px;
    background: #da0e1a;
    border: 1px solid #da0e1a;
    line-height: 26px;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 5px;
    transition: all .6s ease 0s
}

.checkout-section .applybtn:hover {
    background: #b9030e;
    transition: all .6s ease 0s;
    border: 1px solid #b9030e;
    text-decoration: none;
    color: #fff
}

.checkout-section .paymentbox {
    width: 100%;
    text-align: center
}

.checkout-section .paymentbox p {
    font-size: 13px;
    padding: 20px 0 0 0
}

.checkout-section .paymentbox p a:hover {
    text-decoration: none
}

.checkout-section .paymentbox h6 {
    margin-bottom: 10px;
    font-weight: 500
}

.checkout-section .paymentbox h6 span {
    font-weight: 500
}

.checkout-section .paymentbox .paymenbtn {
    padding: 8px 25px;
    background: #da0e1a;
    border: 1px solid #da0e1a;
    border-radius: 0;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
    transition: all .6s ease 0s;
    border-radius: 30px
}

.checkout-section .paymentbox .paymenbtn:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff
}

.checkout-section .custom-select,
.dashbord-section .custom-select {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .75rem center/30px 45px;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important
}

.checkout-section .custom-select .selectize-input,
.dashbordtxt .custom-select .selectize-input {
    height: 50px;
    padding: 13px 10px;
	border: 1px solid #B9B6B6;
}

.checkout-section .cartaddres {
    width: 100%;
    height: auto
}

.checkout-section .cartaddres p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px
}

.checkout-section .cartaddres p i {
    background: #da0e1a;
    padding: 4px 0 0 0;
    height: 20px;
    width: 20px;
    color: #fff;
    border-radius: 10px;
    text-align: center
}

.checkout-section .cartimg img {
    width: 40px;
    height: auto
}

.checkout-section .cartimg {
    width: 10%;
    height: auto;
    float: left;
    margin-right: 14px
}

.checkout-section .cartborder {
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 0;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px
}

.checkout-section .cartdetails {
    width: 66%;
    height: auto;
    display: table-cell
}

.checkout-section .cartdetails h6 {
    font-size: 13px;
    line-height: 20px
}

.checkout-section .cartdetails p {
    font-size: 13px;
    line-height: 18px;
    color: #999;
    padding: 10px 0 10px 0
}

.checkout-section .cartdetails span {
    font-size: 13px;
    color: #999
}

.checkout-section .cartdetails h4 {
    font-weight: 600;
    padding: 15px 0 10px 0
}

.checkout-section .cartdetails h4 del {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 0 6px
}

.checkout-section .cartdetails h4 span {
    color: #da0e1a;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 0 6px
}

.checkout-section .cartdetails .removebtn {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    text-align: left;
    display: block
}

.checkout-section .cartdelivery {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.checkout-section .cartdelivery h6 {
    font-size: 13px;
    line-height: 18px
}

.checkout-section .cartdelivery p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 5px 0
}

.checkout-section .cartdelivery span {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    color: #999;
    font-weight: 300;
    display: block
}

.checkout-section .placebox {
    width: 100%;
    background: #fff;
    padding: 0 10px 20px 10px;
    text-align: right;
    margin: 20px 0 0 0;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .1)
}

.ml20 {
    margin-left: 20px !important
}

.ml10 {
    margin-left: 10px !important
}

.mywishlist-section {
    padding: 30px 0 30px 0
}

.mywishlist-section .my-wishlist-page {
    background: #fdfdfd;
    vertical-align: middle;
    padding: 20px;
    margin: 0 0 50px
}

.mywishlist-section .my-wishlist-page img {
    width: 100%
}

.mywishlist-section .my-wishlist-page .product-name {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 6px
}

.mywishlist-section .my-wishlist-page .rating .rate {
    color: #ffb400
}

.mywishlist-section .my-wishlist-page .rating .non-rate {
    color: #dcdcdc
}

.mywishlist-section .my-wishlist-page .rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px
}

.mywishlist-section .my-wishlist-page .price {
    color: #0f6cb2
}

.mywishlist-section .my-wishlist-page .price span {
    font-size: 15px;
    color: #ddd;
    text-decoration: line-through;
    padding-left: 10px
}

.mywishlist-section .my-wishlist-page a span i {
    background: #005adb;
    height: 25px;
    width: 25px;
    padding: 0;
    color: #fff;
    line-height: 25px;
    border-radius: 2px;
    text-align: center;
    margin: 16px 0 0 0
}

.mywishlist-section .my-wishlist-page .addcart {
    padding: 7px 15px;
    background: #005adb;
    border: 1px solid #005adb;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
    transition: all .6s ease 0s
}

.mywishlist-section .my-wishlist-page .addcart:hover {
    background: #fff;
    transition: all .6s ease 0s;
    border: 1px solid #005adb;
    text-decoration: none;
    color: #005adb
}

.mywishlist-section .no-order {
    width: 100%;
    height: auto;
    padding: 40px;
    background: #fbfbfb;
    margin: 0 0 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .22)
}

.mywishlist-section .no-order img {
    width: 100px;
    margin: 0 auto;
    display: block
}

.mywishlist-section .norderbtn {
    padding: 3px 11px;
    background: #005adb;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #005adb;
    margin: 30px 0 0 0;
    transition: all .6s ease 0s
}

.mywishlist-section .norderbtn:hover {
    background: #000;
    border: 1px solid #000
}

.terms-wrap {
    padding: 30px 0 30px 0
}

.terms-conditions h6 {
    text-transform: capitalize
}

.terms-conditions p {
    line-height: 30px;
    font-size: 14px;
    margin: 0 0 20px 0
}

#account-btn {
    margin: 0px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
	display: none;
}

.dashbord-section {
    padding: 30px 0 30px 0
}

.dashbord-section .dashbordlinks {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%);
    border-radius: 4px;
    margin-bottom: 35px;
}

.dashbord-section .dashbordlinks ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dashbord-section .dashbordlinks ul li {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 8px 0;
    transition: all .6s ease 0s;
    text-transform: capitalize;
    border-bottom: 1px solid #f0f0f0;
}
.dashbord-section .dashbordlinks ul li:last-child{ border-bottom: none; }
.dashbord-section .dashbordlinks ul li h2 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0 -15px 10px -15px;
    padding-bottom: 10px
}

.dashbord-section .dashbordlinks ul li h2 span {
    color: #444;
    font-weight: 400
}

.dashbord-section .dashbordlinks ul li a {
    color: #333;
    width: 100%;
    display: block;
    transition: .5s;
    font-size: 14px;
    font-weight: 300;
}

.dashbord-section .dashbordlinks ul li:hover {
    background: 0 0;
    transition: all .6s ease 0s
}

.dashbord-section .dashbordlinks ul li:hover a {
    color: #da0e1a;
    transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0)
}

.dashbord-section .dashbordlinks ul .active a {
    color: #da0e1a;
    display: block
}

.dashbord-section .dashbordlinks ul li a i {
    padding-right: 10px
}

.dashbord-section .dashbordlinks ul li a:hover {
    text-decoration: none
}

.dashbord-section .dashbordtxt {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    margin: 0 0 20px;
}

.dashbord-section .dashbordtxt h6 {
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 0;
    font-weight: 400;
}

.dashbord-section .no-order {
    width: 100%;
    height: auto;
    padding: 40px;
    background: #fbfbfb;
    margin: 0 0 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .22)
}

.dashbord-section .no-order img {
    width: 100px;
    margin: 0 auto;
    display: block
}

.dashbord-section .norderbtn {
    padding: 3px 11px;
    background: #005adb;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #005adb;
    margin: 30px 0 0 0;
    transition: all .6s ease 0s
}

.dashbord-section .norderbtn:hover {
    background: #000;
    border: 1px solid #000
}
.dashbord-section .dashbordtxt p.date{ margin: 0; font-size: 14px; line-height: 18px; }
.dashbord-section .dashbordtxt p {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400
}

.dashbord-section .dashbordtxt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.dashbord-section .dashbordtxt .orderstabs .nav{display: flex;
    width: 100%;}
.dashbord-section .dashbordtxt ul li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 0
}

.dashbord-section .dashbordtxt .shippingbox {
    background: #fff;
    padding: 10px 0
}

.dashbord-section .dashbordtxt .shippingbox p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px
}

.dashbord-section .dashbordtxt .shippingbox h6 {
    line-height: 28px;
    font-weight: 600
}

.dashbord-section .dashbordtxt .shippingbox span {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    display: block;
    font-weight: 300
}

.dashbord-section .dashbordtxt .shippingboy {
    width: 100%;
    height: auto;
    text-align: right;
    background: #fff;
    padding: 35px 0 10px
}

.dashbord-section .dashbordtxt .shippingboy h4 {
    line-height: 26px;
    font-weight: 500
}

.dashbord-section .dashbordtxt .shippingboy p {
    line-height: 22px;
    margin: 2px 0 5px;
    color: #999;
    font-weight: 300;
    font-size: 14px
}

.dashbord-section .dashbordtxt .shippingboy span {
    color: #999;
    font-size: 13px;
    font-weight: 300
}

.dashbord-section .dashboradbox {
    margin: 0;
    background: #fbfbfb;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .22)
}

.dashbordtxt .adresbox p {
    line-height: 20px;
    min-height: 80px;
    max-height: 80px;
	font-size: 12px;
}

.dashbord-section .dashbordtxt h2 {
    color: #363535;
    padding: 10px;
    font-weight: 600;
    margin: 0 0 15px 0
}

.dashbord-section .dashbordtxt p i {
    padding-right: 10px
}

.dashbord-section .dashbordtxt table {
    width: 100%
}

.dashbord-section .dashbordtxt td {
    border: 1px solid #eee;
    line-height: 26px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background: #fff
}

.dashbord-section .dashbordtxt th {
    font-weight: 600
}

.dashbord-section .dashbordtxt span i {
    height: 25px;
    width: 25px;
    padding: 0;
    color: #da0e1a;
    line-height: 25px;
    border-radius: 4px;
    font-size: 18px;
}

.dashbord-section .dashbordtxt .orderstabs span i {
    background: 0 0;
    height: auto;
    width: auto;
    padding: 0;
    color: #fff;
    line-height: 25px;
    border-radius: inherit
}

.buttonnone {
    background: 0 0;
    border: none;
    padding: 0;
    margin-bottom: 2px;
}

.dashbord-section .dashbordtxt img {
    
    margin: 0 auto;
}

.dashbord-section .dashbordtxt th {
    border: 1px solid #eee;
    line-height: 26px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #005adb
}

.dashbord-section .dashbordtxt .form-control {
    height: 50px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #bababa
}

.dashbord-section .dashbordtxt .form-control.selectize-control {
    border: none;
    height: auto
}

.dashbord-section .dashbordtxt .form-control.selectize-control .selectize-dropdown {
    height: auto
}

.checoutform_main .dashbordtxt .custom-select .selectize-dropdown,
.dashbord-section .dashbordtxt .custom-select .selectize-dropdown {
    background: 0 0
}

.edit-delet-btn {
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px
}

.edit-delet-btn a,
.edit-delet-btn span {
    display: inline-block;
    color: #000;
    cursor: pointer;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 12px;
    margin-top: 5px;
    line-height: 20px
}

.edit-delet-btn a:hover,
.edit-delet-btn span:hover {
    color: #000
}
.dashbord-section .dashbord-account-info label{font-weight:400;margin-bottom:8px; color: #AFAFAF; font-size: 13px;}
.dashbord-section .dashbord-account-info .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BBB7B7;
    border-radius: 0;
    padding-left: 25px;
    height: 32px;
}
.selectize-control.single .selectize-input:after {right: 10px !important;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f9f9f9;
    opacity: 1
}

.dashbord-section .dashbordtxt input.form-control::placeholder {
    color: #939191
}

.dashbord-section .dashbordtxt textarea.form-control {
    height: 100px;
    color: #939191
}

.dashbord-section .dashbordtxt .form-control:focus {
    border: 1px solid #b8b8b8;
    transition: all .6s ease 0s;
    /*border-bottom: 1px solid #b8b8b8;*/
}

.bootstrap-select.form-control.custom-select {
    border: 1px solid #bababa !important
}

.checoutform_main .dashbordtxt .custom-select,
.dashbord-section .dashbordtxt .custom-select {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #939191;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .75rem center/30px 45px;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff !important;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important
}

.dashbord-section .saveaddress {
    padding: 10px 25px;
    background: #208EDD;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #208EDD;
    margin: 0;
    transition: all .6s ease 0s;
    border-radius: 25px;
    text-transform: uppercase;
}

.dashbord-section .saveaddress:hover {
    background-color: #0373c3;
    border-color: #0373c3;
}

.dashbord-section .orderbtn {
    padding: 3px;
    width: 20px;
    height: 20px;
    background: #208EDD;
    line-height: 26px;
    color: #fff !important;
    border: 1px solid #208EDD;
    margin: 0;
    transition: all .6s ease 0s;
    border-radius: 2px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.table_row > .table_small > .table_cell a.orderbtn-cart {
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    width: 110px;
    text-align: center
}

.table_row > .table_small > .table_cell a.orderbtn-cart:hover {
    color: #fff;
    background-color: #6f6d6d;
    text-decoration: none
}

.dashbord-section .orderbtn:hover {
    background: #6f6d6d;
    transition: all .6s ease 0s;
    text-decoration: none;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #6f6d6d
}

.dashbord-section .orderbtn-bgblack {
    width: auto;
    height: auto;
    padding: 6px 10px 5px;
    line-height: 18px;
    margin-top: 5px;
    font-size: 13px;
}

.dashbord-section .orderbtn-bgblack:hover {
    color: #fff !important;
    background: #6f6d6d !important;
    border: 1px solid #6f6d6d !important
}

.table {
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: separate
}

.table_row {
    display: table-row
}

.theader {
    display: table-row;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
    background-color: #fff;
    color: #000;
}

.table_header {
    display: table-cell;
    padding: 12px 15px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.table_small {
    display: table-cell;
    padding: 20px 10px;
    vertical-align: top;
    border-bottom: 1px solid #eaedef !important;
}
.dashbord-section .table_header, .dashbord-section .table_small { font-size: 13px; }
.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    color: #333;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left
}

.table_row:last-child .table_small {
    border-bottom: none
}

.table_row > .table_small > .table_cell {
    color: #333;
    font-size: 14px
}

.table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px
}

.table_row:nth-child(2n+3) {
    background: #fff
}

.reviewscomment-section {
    padding: 30px 0 30px 0
}

.reviewscomment-section .reviewstxt {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.reviewscomment-section .reviewstxt img {
    width: 200px;
    height: 200px;
    border-radius: 35%;
    margin: 0 0 -19px 0
}

.reviewscomment-section .reviewstxt .review-no {
    padding-right: 10px
}

.reviewscomment-section .reviewstxt .linkbox {
    width: 100%;
    text-align: right
}

.reviewscomment-section .reviewstxt .linkbox span {
    text-align: right;
    font-size: 14px
}

.reviewscomment-section .reviewstxt .linkbox span a {
    color: #da0e1a
}

.reviewscomment-section .reviewstxt .linkbox p {
    text-align: left;
    font-size: 12px;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    color: #999;
    font-weight: 600
}

.reviewscomment-section .reviewstxt p {
    margin: 21px 0 0 0;
    line-height: 22px;
    padding: 10px;
    font-size: 13px
}

.reviewscomment-section .reviewstxt i {
    padding-right: 10px
}

.reviewscomment-section .reviewstxt a i {
    padding-right: 10px;
    padding-left: 10px;
    color: #c1bdbd;
    margin: 8px 0 0 0
}

.seller-section {
    padding: 70px 0 70px 0
}

.seller-section .sellertxt {
    text-align: center
}

.seller-section .sellerimg {
    margin-bottom: 10px;
    height: 180px;
    width: 180px;
    text-align: center;
    border: 3px solid #f9f9f9;
    border-radius: 50%;
    line-height: 150px;
    padding: 38px 0 0 0;
    margin: 0 auto;
    margin-bottom: 20px
}

.seller-section .sellerimg img {
    width: 100px
}

.sellertext p {
    font-size: 13px
}

.textblue {
    color: #005adb
}

.cost-highlight {
    padding: 0;
    background: #005adb;
    border-bottom: 1px solid #0143a0
}

.cost-highlight .costbox {
    width: 100%;
    padding: 20px 0 30px 0
}

.cost-highlight .costbox .costimg {
    width: 80px;
    float: left;
    margin-right: 10px;
    text-align: center
}

.cost-highlight .costbox .costimg img {
    width: 60px
}

.cost-highlight .costbox h4 {
    padding: 4px 0 0 0;
    color: #fff;
    line-height: 22px;
    font-weight: 500
}

.forbusiness {
    padding: 70px 0 70px 0
}

.businestxt {
    width: 100%;
    margin: 20px 0 0 0
}

.businestxt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.businestxt ul li {
    border: 2px solid #fff;
    line-height: 26px;
    text-align: center;
    padding: 10px;
    color: #fff;
    width: 20%;
    margin: 0 10px 0 0;
    float: left;
    height: 70px;
    vertical-align: middle
}

.text-white {
    color: #fff
}

.txu {
    text-transform: uppercase
}

.videobox {
    width: 100%;
    text-align: center
}

.videobox img {
    width: 300px;
    margin: 0 auto
}

.testimonial-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px
}

.testimonial-section .step4 {
    width: 100%;
    margin: 30px 0 30px 0;
    height: auto
}

.testimonial-section .step4 .form-control {
    height: 36px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 0;
    transition: all .6s ease 0s;
    background: #fdfdfd
}

.testimonial-section .sec-title {
    position: relative;
    text-align: center
}

.testimonial-section .sec-title .title {
    margin-bottom: 20px
}

.testimonial-section .testimonial-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 -50px
}

.testimonial-block {
    position: relative;
    padding: 50px
}

.testimonial-block .inner-box {
    padding: 56px 76px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(240, 240, 240, .75)
}

.testimonial-block .text p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: Muli, sans-serif
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
    display: inline-grid;
    text-align: left
}

.testimonial-block .name {
    margin-bottom: 0;
    color: #999
}

.testimonial-block .info-box img {
    width: 90px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 5px;
    text-align: left;
    margin-bottom: 20px
}

.testimonial-block .info-box span {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    margin: 10px 0 0 0;
    display: block
}

.testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    margin: 10px 0 0 0;
    font-family: Muli, sans-serif
}

.testimonial-carousel .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px
}

.testimonial-carousel .owl-next {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 30px;
    top: -3rem
}

.testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: -60px;
    top: -3rem
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    background-color: #00df97;
    box-shadow: 0 10px 10px rgba(221, 214, 214, .75)
}

.arrow-left,
.arrow-right {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 43px;
    top: 24px;
    background-image: url(../images/arrow-left-2.png);
    background-repeat: no-repeat;
    background-position: center
}

.arrow-right {
    background-image: url(../images/arrow-right-2.png)
}

.testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px
}

.testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0
}

.testimonial-section .thumb-layer .image img {
    display: inline-block;
    max-width: 100%;
    height: auto
}


/*========================== offer ======================*/
.account_dashboard .login-white-box {border-radius: 4px; border:1px solid #ddd;padding: 20px;}
.d-flex{display: flex;}
.offers-lising{}
.offers-lising .item-box {margin: 0px 0px 20px;box-shadow: none;}
.offers-lising .item-box .tmb {height: 180px;}
.offers-lising .item-box-dec h4 {margin-bottom: 15px;}
.offers-lising .item-box a.link{color: #da251c;font-size: 12px;font-weight: 500;text-decoration: underline;}
.offers-lising .item-box a.link:hover{text-decoration: none;color:#000;}
.offers-lising .referral-code {margin-bottom: 20px;}
.offers-lising .referral-code .form-ctrl { height: 45px;}
.offers-lising  .referral-code .cply-code{margin-left:10px;width: 135px;}
.flatoff{position: absolute;
    left: 0px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    right: 0px;}
	.flatoff span{ background-color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 18px;
    color: #da251c;
    font-weight: 500;}
.flatoff span strong{}


.sellerform {
    width: 500px;
    height: auto;
    padding: 4% 20px 4% 20px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 2px 5px #cecccc
}

.sellerform .form-control {
    height: 36px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 0;
    transition: all .6s ease 0s;
    background: #fdfdfd
}

.sellerform input.form-control::placeholder {
    color: #939191
}

.sellerform .form-control:focus {
    border: 1px solid #005adb;
    transition: all .6s ease 0s
}

.sellerform h6 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.sellerform p {
    font-size: 13px;
    color: #999;
    padding: 10px 0 0 0
}

.sellerform h6 span {
    color: #005adb
}

.businestxtbtn {
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #005adb;
    border-radius: 0;
    line-height: 26px;
    color: #005adb;
    display: ruby-text;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    transition: all .6s ease 0s;
    box-shadow: none
}

.businestxtbtn i {
    padding-right: 10px
}

.businestxtbtn:hover {
    background: #005adb;
    transition: all .6s ease 0s;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff
}

.seller-section1 {
    padding: 80px 0 100px 0;
    height: 450px
}

.why18up {
    padding: 80px
}

.why18up p {
    line-height: 30px
}

.seller-section {
    padding: 80px 0 100px 0;
    height: 426px
}

.seller-register {
    background: #da0e1a;
    padding: 0;
    position: absolute;
    top: 0;
    box-shadow: 0 10px 10px rgba(142, 140, 140, .24);
    right: 0;
    width: 277px;
    border-radius: 14px
}

.seller-register a {
    display: block;
    font-size: 13px;
    text-align: center
}

.seller-register a:hover {
    color: #eee
}

.pd30 {
    padding: 30px
}

.register-heading {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0
}

.seller-registerbtn {
    padding: 6px 30px;
    background: #fff;
    border: 1px solid #da0e1a;
    border-radius: 0;
    line-height: 26px;
    color: #da0e1a;
    display: ruby-text;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    transition: all .6s ease 0s;
    box-shadow: none;
    width: 100%
}

.seller-registerbtn i {
    padding-right: 10px
}

.seller-registerbtn:hover {
    background: #da0e1a;
    transition: all .6s ease 0s;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff
}

.seller-register .form-control {
    height: 36px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 0;
    transition: all .6s ease 0s;
    background: #fdfdfd
}

.seller-register input.form-control::placeholder {
    color: #939191
}

.seller-register .form-control:focus {
    border: 1px solid #da0e1a;
    transition: all .6s ease 0s
}

.get-started-section {
    padding: 90px 0 90px 0;
    background: url(../images/pattern-2.png)
}

.get-started-section .get-startbox {
    width: 100%;
    height: auto;
    padding: 40px;
    text-align: center;
    background: #fff;
    transition: all .6s ease 0s
}

.get-started-section .get-startbox i {
    font-size: 28px;
    margin-bottom: 20px;
    color: #afb1b3
}

.get-started-section .get-startbox h6 {
    color: #afb1b3
}

.get-started-section .get-startbox p {
    line-height: 30px;
    padding: 20px 0 0 0
}

.get-started-section .get-startbox:hover {
    background: #fff;
    box-shadow: 0 20px 10px #f7f7f7;
    transition: all .6s ease 0s
}

.sell-section {
    padding: 0;
    background: url(../images/sell-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.sell-section .sellbox {
    width: 100%;
    max-height: 509px;
    background: #f9f9f9;
    padding: 150px 80px 50px 80px;
    min-height: 509px;
    vertical-align: middle
}

.sell-section .sellbox p {
    line-height: 30px;
    padding: 30px 0 0
}

.sell-section .sellbox::before {
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 7%;
    width: 0;
    z-index: 2;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f9f9f9;
    border-top: 20px solid transparent
}

.sell-section .sell-icon {
    width: 100%;
    background: #fffffff0;
    padding: 20px;
    height: 180px;
    margin: 20px 0 20px 0;
    text-align: center;
    transition: all .6s ease 0s
}

.sell-section .sell-icon:hover {
    background: #fff;
    transition: all .6s ease 0s
}

.sell-section .sell-icon i img {
    width: 80px
}

.seller-listing-section {
    padding: 30px 0 30px 0
}

.seller-listing-section .seller-header {
    width: 100%;
    height: auto
}

.seller-listing-section .seller-header img {
    width: 80px;
    margin: 10px 0 0 0;
    border: 1px solid #eee;
    padding: 5px
}

.seller-listing-section .seller-header h6 {
    line-height: 26px
}

.seller-listing-section .seller-header p {
    font-size: 13px
}

.seller-listing-section .seller-header p span {
    background: #000;
    border-radius: 5px;
    padding: 2px 7px 2px 7px;
    color: #fff;
    font-size: 13px
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.seller-details-section {
    padding: 30px 0 30px 0
}

.seller-details-section .seller-table {
    width: 100%;
    margin: 20px 0 0 0
}

.seller-details-section .seller-table table {
    width: 100%
}

.seller-details-section .seller-table th {
    border: 1px solid #eee;
    padding: 10px;
    line-height: 28px;
    color: #999
}

.seller-details-section .seller-table {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
    line-height: 28px
}

.seller-details-section .seller-table span {
    background: #005adb;
    border-radius: 5px;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 2px 0 2px 9px;
    color: #fff
}

.seller-details-section .seller-table span i {
    font-size: 12px;
    color: #fff
}

.seller-details-section .seller-table del {
    color: #999;
    padding: 0 5px 0 5px
}

.seller-details-section .selleraddcart {
    background: #005adb;
    padding: 10px 18px;
    border: none;
    border-radius: 0;
    line-height: 26px;
    color: #fff;
    display: ruby-text;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    transition: all .6s ease 0s;
    box-shadow: none
}

.seller-details-section i {
    padding-right: 10px
}

.seller-details-section .selleraddcart:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: none;
    text-decoration: none;
    color: #fff
}

.seller-details-section .sellernuynow {
    background: #ff3030;
    padding: 10px 31px;
    border-radius: 0;
    line-height: 26px;
    color: #fff;
    border: none;
    display: ruby-text;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    transition: all .6s ease 0s;
    box-shadow: none
}

.seller-details-section i {
    padding-right: 10px
}

.seller-details-section .sellernuynow:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: none;
    text-decoration: none;
    color: #fff
}

.packagetbl .add-image a {
    display: inline-block;
    width: 100%
}

.track-order-section .track-orderbox ol.progtrckr {
    margin: 0;
    padding: 0
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 20%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 20%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 20%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 24%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%
}

.track-order-section .track-orderbox ol.progtrckr li.progtrckr-done {
    color: #000;
    border-bottom: 4px solid #da0e1a;
    width: 165px
}

.track-order-section .track-orderbox ol.progtrckr li.progtrckr-todo {
    border-bottom: 1px solid #b7b7b7;
    width: 180px;
    position: relative
}

.track-order-section .track-orderbox ol.progtrckr li:after {
    content: "\00a0"
}

.track-order-section .track-orderbox ol.progtrckr li:before {
    position: relative;
    bottom: -2.8em;
    float: left;
    left: 45%;
    line-height: 1em
}

.track-order-section .track-orderbox ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: #fff;
    background-color: #04cc2f;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: none;
    border-radius: 2.2em
}

.track-order-section .track-orderbox ol.progtrckr li.progtrckr-todo:before {
    content: "";
    /*color: silver;*/
    background-color: #B6B7B7;
    font-size: 2.2em;
    bottom: -10px;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius:50%; 
}

.track-order-section .track-orderbox {
    padding: 50px 20px 80px 20px;
}

.order-cancel-form-section {
    padding: 50px 0 50px 0
}

.order-cancel-form-section .order-cancel-form {
    background-color: #fff;
    padding: 30px 30px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd
}

.order-cancel-form-section .order-cancel-form p {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    border-radius: 3px
}

.order-cancel-form-section .order-cancel-form .form-group {
    margin-bottom: 20px
}

.order-cancel-form-section .order-cancel-form h6 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.order-cancel-form-section .order-cancel-form h6 span {
    color: #da0e1a
}

.order-cancel-form-section .order-cancel-form .form-control {
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 3px;
    transition: all .6s ease 0s;
    background: #fdfdfd
}

.order-cancel-form-section .order-cancel-form textarea.form-control {
    height: 120px;
    background: #fff;
    border-radius: 3px
}

.order-cancel-form-section .order-cancel-form .custom-select {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #939191;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .75rem center/30px 45px;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important
}

.order-cancel-form-section .order-cancel-form .form-control:focus {
    border: 1px solid #005adb;
    transition: all .6s ease 0s
}

.blog-section {
    padding: 30px 0 30px 0
}
.blog-section .blog-item .blog-img {
    overflow: hidden
}

.blog-section .blog-item img {
    width: 100%;
    border: 1px solid #eee;
    transition: all .6s ease 0s;
    z-index: -1
}

.blog-section .blog-item:hover img {
    border: 1px solid #333;
    transition: all .6s ease 0s;
    transform: scale(1.1);
    position: relative;
    z-index: -1
}

.blog-section .blog-item .blog-text {
    position: relative;
    padding: 20px 0
}

.blog-section .blog-item .blog-text h3 {
    font-size: 30px;
    margin-bottom: 10px
}

.blog-section .blog-item .blog-text ul {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.blog-section .blog-item .blog-text ul li {
    font-size: 13px;
    line-height: 25px;
    color: #999
}

.blog-section .blog-item .blog-text p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px
}

.readmore {
    border: 1px solid #da0e1a;
    display: inline-block;
    padding: 8px 25px;
    color: #da0e1a;
    text-transform: capitalize
}

.readmore:hover {
    color: #fff;
    background-color: #da0e1a
}

.blog-section .blog-item .blog-text i {
    padding: 10px 0 0 0;
    font-size: 20px
}

.blog-section .blog-item .blog-text i:hover {
    padding-left: 5px;
    transition: all .6s ease 0s
}

.blog-section .paginatoin-area {
    padding: 20px 0 18px;
    border: 1px solid #ededed;
    margin-bottom: 30px
}

.blog-section .paginatoin-area .pagination-box li {
    display: inline-block
}

.blog-section .paginatoin-area .pagination-box li a {
    color: #606060;
    padding: 10px
}

.blog-section .paginatoin-area .pagination-box li.active a {
    color: #fff;
    background: #000;
    border-radius: 30px
}

.blog-section .blog-sidebar-wrapper {
    border: 1px solid #ddd;
    padding: 20px 15px
}

.blog-section .blog-sidebar {
    margin-bottom: 30px;
    position: relative
}

.blog-section .blog-sidebar .sidebar-serch-form {
    margin-bottom: 34px
}

.blog-section .blog-sidebar .search-field {
    border: 1px solid #a4a4a4;
    padding: 0 15px;
    color: #606060;
    font-size: 14px;
    height: 40px;
    text-transform: capitalize;
    border-radius: 15px;
    width: 100%;
    background-color: #f5f5f6
}

.blog-section .blog-sidebar .search-btn {
    position: absolute;
    width: 45px;
    right: 2px;
    top: 2px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f6;
    border: 1px solid #f8f8f8;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 10px
}

.blog-section .blog-sidebar .search-btn i {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.blog-section.blog-sidebar .search-btn:hover i {
    color: #fff
}

.blog-section .blog-sidebar .search-btn:hover {
    background-color: transparent;
    border-color: transparent
}

.blog-section .blog-sidebar .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 10px
}

.blog-section .blog-sidebar ul li {
    list-style: none
}

.blog-section .blog-sidebar ul li a span {
    text-align: right;
    float: right;
    padding: 0;
    color: #da0e1a;
    font-size: 12px
}

.blog-section .blog-sidebar .blog-archive {
    margin-bottom: 20px
}

.blog-section .blog-sidebar .blog-archive li:first-child a {
    padding-top: 0
}

.blog-section .blog-sidebar .blog-archive li a {
    color: #333c4a;
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 10px 15px 5px;
    line-height: 1;
    width: 100%;
    display: inline-block;
    transition: all .6s ease 0s
}

.blog-section .blog-sidebar .blog-archive li a:hover {
    color: #da0e1a;
    padding-left: 15px
}

.blog-section .blog-sidebar .blog-archive li:hover {
    transition: all .6s ease 0s
}

.blog-section .recent-post {
    margin-top: 26px;
    margin-bottom: 34px
}

.blog-section .recent-post-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.blog-section .recent-post-item .product-thumb {
    max-width: 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    border: none
}

.blog-section .recent-post-item .product-thumb img {
    margin: auto;
    width: 100%
}

.blog-section .recent-post-item .recent-post-description {
    padding-left: 10px
}

.blog-section .recent-post-item .recent-post-description h6 {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: capitalize
}

.blog-section .recent-post-item .recent-post-description h6 a {
    color: #606060
}

.blog-section .recent-post-item .recent-post-description p {
    font-size: 14px;
    font-weight: 30
}

.blog-section .blog-details {
    width: 100%;
    height: auto
}

.blog-section .blog-details h3 {
    font-size: 30px;
    margin-bottom: 20px
}

.blog-section .blog-details img {
    width: 100%;
    margin-bottom: 30px
}

.blog-section .blog-details li i {
    padding-right: 10px
}

.blog-section .blog-details li {
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 2px;
    padding-top: 10px;
    line-height: 1;
    width: 100%;
    font-weight: 300;
    display: inline-block;
    transition: all .6s ease 0s;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.blog-section .blog-details li span {
    float: right
}

.blog-section .blog-details p {
    margin: 0 0 20px 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px
}

.blog-section .article-info .for-border-top {
    border-top: 1px solid #d7d9db;
    padding-top: 15px;
    margin-top: 25px
}

.blog-section .article-info span {
    display: inline-block;
    margin-right: 15px;
    line-height: 1em;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px
}

.blog-section .article-info span i {
    padding-right: 10px
}

.blog-section .article-info .social-buttons li a {
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    color: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .6s ease 0s;
    width: 35px;
    padding: 9px;
    height: 35px;
    color: #fff;
    display: block
}

.blog-section .article-info .social-buttons li a.fb {
    background: #3b5998
}

.blog-section .article-info .social-buttons li a.tw {
    background: #55acee
}

.blog-section .article-info .social-buttons li a.linkdn {
    background: #0077b4
}

.blog-section .article-info .social-buttons li a.ins {
    background-color: #7623b8;
    background-image: linear-gradient(#7623b8, #be2a65, #d78f3c)
}

.blog-section .article-info .social-buttons li a.snap {
    background: #f8f500
}

.blog-section .article-info .social-buttons li:hover > a {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #fff;
    transition: all .6s ease 0s
}

.blog-section .article-info .social-buttons li a:hover {
    color: #fff
}

.blog-section .article-info .social-buttons {
    float: right;
    margin: 0
}

.blog-section .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.blog-section .comment-section {
    padding-top: 82px
}

.blog-section .comment-section h3 {
    color: #333c4a;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
    text-transform: uppercase
}

.blog-section .comment-section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5
}

.blog-section .comment-section ul li .author-avatar {
    flex-basis: 66px;
    max-height: 62px;
    margin-right: 10px
}

.blog-section .comment-section ul li .author-avatar img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    margin-right: 10px
}

.blog-section .comment-section ul li .comment-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.blog-section .comment-section ul li .comment-body .comment-author {
    color: #333c4a;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px
}

.blog-section .comment-section ul li .comment-body .comment-post-date {
    font-size: 13px;
    color: #606060;
    padding-bottom: 10px
}

.blog-section .comment-section ul li .comment-body p {
    font-size: 13px;
    line-height: 25px
}

.blog-section .comment-section ul li.comment-children {
    margin-left: 40px
}

.blog-section .blog-comment-wrapper {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 20px
}

.blog-section .blog-comment-wrapper .comment-post-box label {
    color: #333c4a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
    text-transform: capitalize
}

.blog-section .blog-comment-wrapper .comment-post-box textarea {
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    border: 1px solid #bababa;
    background: 0 0;
    transition: all .6s ease 0s;
    border-radius: 3px
}

.blog-section .blog-comment-wrapper .comment-post-box textarea:focus {
    transition: all .6s ease 0s;
    box-shadow: none;
    border: 1px solid #005adb;
    outline: 0
}

.blog-section .blog-comment-wrapper .comment-post-box .coment-field {
    background: 0 0;
    color: #606060;
    border: 1px solid #bababa;
    padding: 8px 15px;
    width: 100%;
    transition: all .6s ease 0s;
    height: 45px;
    border-radius: 3px
}

.blog-section .blog-comment-wrapper .comment-post-box .coment-field:focus {
    transition: all .6s ease 0s;
    box-shadow: none;
    border: 1px solid #005adb;
    outline: 0
}

.blog-section .sqr-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    height: 45px;
    border: none;
    cursor: pointer;
    background-color: #da0e1a;
    padding: 6px 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .6s ease 0s;
    border-radius: 30px
}

.blog-section .sqr-btn:hover {
    color: #fff;
    background-color: #000;
    transition: all .6s ease 0s
}

.wallet-section {
    padding: 50px 0 50px 0
}

.wallet-section .my-wallet {
    width: 100%;
    max-width: 800px;
    min-width: 800px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    background: #fbfbfb;
    padding: 30px
}

.wallet-section .my-wallet h6 {
    margin-bottom: 30px
}

.wallet-section .my-wallet h6 span {
    background: #005adb;
    padding: 5px 12px 5px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px
}

.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.wallet-section .my-wallet .nav-tabs > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #da0e1a;
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
    border-bottom-color: #ddd;
    border-bottom-color: transparent
}

.wallet-section .my-wallet .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%
}

.wallet-section .my-wallet .tab-content > .active {
    display: block;
    padding: 0
}

.nav > li > a:hover,
.wallet-section .my-wallet .nav > li > a:focus {
    text-decoration: none;
    color: #da0e1a;
    background-color: transparent
}

.wallet-section .my-wallet .creditsbox {
    width: 100%;
    height: auto;
    text-align: left;
    background: #fff;
    padding: 30px 20px 10px 20px
}

.wallet-section .my-wallet .creditsbox h4 {
    font-size: 14px
}

.wallet-section .my-wallet .creditsbox a {
    font-size: 15px;
    margin: 10px 0 0 0;
    transition: all .6s ease 0s
}

.wallet-section .my-wallet .creditsbox a i {
    padding-left: 5px;
    transition: all .6s ease 0s
}

.wallet-section .my-wallet .creditsbox a:hover i {
    padding-left: 10px;
    transition: all .6s ease 0s
}

.wallet-section .my-wallet .creditsbox .credittxt {
    width: 100%;
    height: a;
    background: #fbfbfb;
    margin: 10px;
    padding: 15px;
    margin: 0 0 25px;
    text-align: left
}

.wallet-section .my-wallet .creditsbox .credittxt h6 {
    margin: 0 0 14px 0;
    line-height: 22px;
    font-size: 15px;
    background: #fff;
    padding: 16px
}

.wallet-section .my-wallet .creditsbox .credittxt h6 span {
    font-weight: 600;
    background: 0 0;
    color: #333;
    float: right;
    background: #fbfbfb
}

.wallet-section .my-wallet .creditsbox .credittxt h6 i {
    padding: 5px 0 0 1px;
    font-size: 12px;
    background: #005adb;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%
}

.walletbtn {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 20px 30px 19px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .1);
    text-align: right
}

.walletbtn a {
    padding: 12px;
    background: #005adb;
    color: #fff;
    font-size: 14px;
    transition: all .6s ease 0s
}

.walletbtn a i {
    padding-left: 5px
}

.wallet-section .my-wallet .walletbtn a:hover {
    background: #000;
    transition: all .6s ease 0s
}

.wallet-section .my-wallet .walletbox {
    width: 100%;
    height: auto
}

.wallet-section .my-wallet .history {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px
}

.wallet-section .my-wallet .history .table_small {
    line-height: 28px
}

.wallet-section .my-wallet .history .table_header {
    line-height: 28px
}

.wallet-section .my-wallet .history .table_row:nth-child(2n+3) {
    background: #fbfbfb
}

.menu-container {
    display: table;
    width: 100%
}

.menuleft {
    float: left;
    display: inline-block
}

.contactlink {
    float: right;
    display: inline-block;
    color: #817f7f;
    font-family: 'Poppins', sans-serif
}

.badge {
    background-color: #208EDD;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 5px 7px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
}

.shopping-cart {
    display: none;
    margin: 0;
    top: 100%;
    float: left;
    background: #fff;
    width: 320px;
    position: absolute;
    border-radius: 0;
    padding: 0;
    right: 15%;
    z-index: 9;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, .2);
    transition: .5s
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 20px;
    display: inline-block;
    width: 100%
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right
}

.shopping-cart .shopping-cart-items {
    padding: 20px;
    display: inline-block;
    width: 100%;
    overflow: auto;
    max-height: 250px
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.shopping-cart .shopping-cart-items:nth-last-child() li {
    border-bottom: none
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    width: 50px
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #000;
    margin-right: 8px;
    margin-bottom: 6px;
    display: inline-block
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #abb0be;
    font-size: 14px
}

.shopping-cart .shopping-cart-items .item-remove {
    float: right;
    margin-top: -2px
}

.shopping-cart .shopping-cart-items .item-remove a i {
    color: #da0e1a;
}

.shopping-cart .shopping-cart-items .item-remove a:hover i {
    color: #da0e1a
}

.cart-icon {
    color: #da0e1a;
    font-size: 24px;
    margin-right: 7px;
    float: left
}

.button {
    background: #208EDD;
    border: solid 1px #208EDD;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.button:hover {
    background: #0373c3;
    color: #fff;
    border-color: #0373c3;
}

.button1 {
    background: #da0e1a;
    color: #fff;
    border: solid 1px #da0e1a;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.button1:hover {
    background: #c9000c;
    border-color: #c9000c;
    color: #fff
}

.previewCartAction {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    border-top: 1px solid #e5e5e5
}

.previewCartAction-checkout,
.previewCartAction-viewCart {
    padding: 0 10px;
    width: 50%;
    float: left
}

.preview .carousel-inner .item img {
    height: 520px;
    object-fit: cover;
    padding: 20px
}

.mr20 {
    margin-right: 20px
}

.orderstabs ul li::before {
    display: none
}

.orderstabs .nav-tabs > li a {
    color: #6c6868;
    border: none;
    text-transform: capitalize;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
}

.orderstabs .nav-tabs > li.active > a,
.orderstabs .nav-tabs > li.active > a:focus,
.orderstabs .nav-tabs > li.active > a:hover,
.orderstabs .nav-tabs > li > a:hover {
    color: #da0e1a;
    border: none;
    background-color: transparent;
}

.orderstabs .nav-tabs > li {
    margin-bottom: -1px;
    border: none
}

.select-wrapper-sm select {
    border: none;
    background: #fff
}
.wishlisticon{ display: inline-block; margin-top: 15px; }
.wishlisticon a{
    width: 60px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    padding: 13px 10px;
}
.wallet-box {
    border-bottom: 1px solid #ddd
}

.wallet-box .media-body p.date {
    color: #da0e1a;
    font-size: 12px
}

.wallet-box .media-body h4 {
    margin-bottom: 8px;
    font-weight: 600
}

.wallet-box .media-body p {
    color: #888;
    text-transform: capitalize;
    font-size: 12px
}

.wallet-box .media-right p {
    width: 140px;
    color: #da0e1a;
    text-align: right
}

.coupan-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 45px
}

.coupan-box .media-body .expiry {
    text-align: right
}

.coupan-box .media-body .expiry p:first-child {
    border-bottom: 1px dashed #ddd
}

.coupan-box .media-body .expiry p {
    margin-bottom: 15px
}

.coupan-box .media-body .expiry p strong {
    color: #424242;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: capitalize
}

.coupan-box .media-body .expiry p em {
    font-size: 13px;
    color: #707070
}

.coupan-box .media-body p {
    margin-bottom: 0;
    font-weight: 300
}

.coupan-box .media-body p span.red {
    color: #da0e1a;
    font-weight: 400
}

.coupan-box .media-body p span i {
    width: auto;
    height: auto;
    background: 0 0;
    color: #da0e1a
}

.coupan-box .offer-box {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    text-align: center;
    border: 1px dashed #ddd;
    padding-top: 25px;
    margin: 8px 20px 0 0
}

.coupan-box .offer-box h4 {
    color: #da0e1a;
    font-size: 20px;
    font-weight: 600
}

.coupan-box .offer-box p {
    color: #da0e1a
}

.smart-search-form {
    position: relative
}
.search-form4 .smart-search-form input[type=text]::placeholder, .search-form4 .pin_code_box input[type=search]::placeholder{ color: #888686; font-size: 12px; }
.search-form4 .smart-search-form input[type=text] {
    padding: 6px 12px;
    height: 40px;
    border: none;
    border-radius: 25px;
    width: 100%;
    font-size: 12px;
}

.search-form4 .smart-search-form button, .search-form4 .pin_code_box button {
    text-align: center;
    background: #da0e1a;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 9px 10px;
    width: auto;
    height: auto;
    border-radius: 25px;
    font-size: 16px;
    border: none;
}
.search-form4 .pin_code_box button{ 
    background: #e6e6e6;
    color: #da0e1a;
    font-size: 20px;
    top: 0;
}
.search_bar_main .pin_code_box {
    max-width: 42%;
    position: relative;
}
.search_bar_main .search_input{ width: 100%; position: relative; }
.search_bar_main .pin_code_box .form-control {
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    border-right: 1px solid #eee;
    font-size: 13px;
    box-shadow: none;
    background: #e6e6e6;
    color: #000;
}
.search-form4 .smart-search-form input[type=text]:focus-visible{ outline: none; }
.search_bar_main .pin_code_box .form-control::placeholder{ color: #333 !important; }
.search-form4 {
    display: inline-block;
    max-width: 38%;
    width: 100%;
    position: relative;
    float: right;
}
.search_bar_main{
    width: 100%;
    display: flex;
    float: right;
    margin-right: 15px;
    border: solid 1px #A5A5A5;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    background: #fff;
}
.frant_search_bar{ margin-top: 50%; z-index: 9; position: relative; }
.frant_search_bar h2 {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}
.logo {
    display: block;
    margin: 13px auto 0;
    min-height: 30px
}

.logo > a {
    display: inline-block
}
#headsearchbtn{ height: 18px; width: 18px; }
.dashboradtitle {
    width: 22%;
    line-height: 20px
}
.table_row .table_small.dashboradtitle{ text-align: left; }
.table_row > .table_small > .table_cell a img {
    width: 95px;
    border-radius: 5px;
}

.table_row > .table_small > .table_cell a {
    color: #333;
    line-height: 20px
}
.table_row > .table_small > .table_cell a:hover {
    color: #da0e1a
}
.table_row > .table_small > .table_cell a.btn-danger{color: #fff;}
.item-ordered {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #cecccc
}

.item-ordered img {
    width: 40px
}

.item-ordered span {
    color: #da0e1a;
    padding: 0 0 5px 0;
    display: block
}

.item-ordered p {
    line-height: 22px
}

.item-ordered label {
    margin-bottom: 10px
}

.item-ordered .custom-select {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #939191;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .75rem center/30px 45px;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important
}

.cancelbtn {
    padding: 8px 25px;
    background: #da0e1a;
    border: 1px solid #da0e1a;
    border-radius: 30px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    display: inline-block;
    margin: 14px 0 0 0;
    transition: all .6s ease 0s
}

.cancelbtn:hover {
    background: #000;
    transition: all .6s ease 0s;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff
}

.sortingfilter select {
    right: 0;
    font-size: 13px !important;
    padding: 5px 18px 5px 5px;
    border: solid 1px #ccc;
}

.item-ordered .checkbox-circle label {
    margin-bottom: 0
}

.item-ordered .checkbox {
    padding-right: 20px;
    text-align: center
}

.item-ordered .checkbox label {
    display: inline-block;
    position: relative
}

.item-ordered .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 50%;
    margin-left: -20px;
    border: 1px solid #ccc;
    background-color: #fff
}

.item-ordered .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    margin-left: -20px;
    padding-left: 1px;
    padding-top: 2px;
    font-size: 11px;
    color: #555
}

.item-ordered .checkbox input[type=checkbox]:checked + label::after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    border-radius: 50%;
    background: #da0e1a
}

.item-ordered input[type=checkbox],
.item-ordered input[type=radio] {
    display: none
}

.product-content .quick-view {
    width: 100%;
    text-align: center
}

.product-content .quick-view .quickbtn {
    padding: 7px 30px;
    background: #fff;
    border: 1px solid #005adb;
    border-radius: 30px;
    color: #005adb;
    font-size: 15px;
    transition: all .6s ease 0s
}

.product-content .quick-view .quickbtn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    transition: all .6s ease 0s
}

.quickview-model .center {
    margin-top: 50px
}

.quickview-model .modal-header {
    padding-bottom: 5px
}

.quickview-model .modal-footer {
    padding: 0
}

.quickview-model .modal-body {
    position: relative;
    padding: 50px
}

.quickview-model .modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd
}

.quickview-model .modal-footer .btn-group:last-child > button {
    border-right: 0
}

.quickview-model .modal-dialog {
    width: 800px;
    margin: 30px auto
}

.quickview-model .modal-body img {
    object-fit: cover
}

.quickview-model .quick-view-content {
    width: 100%
}

.quickview-model .quick-view-content h6 {
    font-size: 19px;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 26px
}

.quickview-model .quick-view-content p {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    line-height: 25px;
    margin: 0 0 20px
}

.quickview-model .quick-view-content .non-rate {
    color: #dcdcdc
}

.quickview-model .quick-view-content .rate {
    color: #a07936
}

.btn-danger {
    color: #fff;
    background-color: #da0e1a;
    border-color: #da0e1a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9000c;
    border-color: #c9000c;
}

.quickview-model .quick-view-content del {
    color: #dcdcdc;
    font-size: 14px
}

.quickview-model .quick-view-content h3 {
    font-size: 22px;
    color: #da0e1a;
    margin: 0 0 20px
}

.quickview-model .quick-view-content .btn {
    padding: 10px 25px;
    vertical-align: baseline;
    text-transform: capitalize;
    border-radius: 30px;
    line-height: 20px;
    margin-bottom: 10px
}

.quickview-model .quick-view-content .btn span {
    padding-right: 6px
}

.quickview-model .quick-view-content .btn-primary {
    color: #337ab7;
    background-color: #fff;
    border-color: #2e6da4;
    border-radius: 30px;
    margin-right: 30px;
    transition: all .6s ease 0s
}

.quickview-model .quick-view-content .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    transition: all .6s ease 0s
}

.quickview-model .close {
    font-size: 60px;
    font-weight: 300;
    color: #b7b6b6;
    opacity: .9
}

.quickview-model button.close {
    z-index: 9999;
    position: absolute;
    right: -14px;
    top: -32px
}

.order-summary {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 40px;
}

.product-name {
    width: 64%;
    float: right;
    margin: 30px 0 0 0
}

.affix {
    top: 0;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
    transition: all .6s ease 0s;
    box-shadow: 0 10px 20px rgba(149, 143, 143, .2)
}

.affix + .container-fluid {
    transition: all .6s ease 0s
}

.affix .top-bar {
    display: none;
    transition: 1s all
}

.affix .header-container {
    display: none;
    transition: 1s all
}

.affix .hdr-brdr {
    transition: 1s all;
    display: none
}

.affix .logo-sec {
    float: left;
    display: inline-block;
    margin-right: 21px;
    margin-left: 90px;
    z-index: 99999;
    position: relative;
    display: block
}

.affix header {
    padding: 5px 0
}

.logo-sec {
    display: none
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #000;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .open > a > .caret,
.navbar-inverse .navbar-nav > .open > a > .caret:focus,
.navbar-inverse .navbar-nav > .open > a > .caret:hover {
    color: #da0e1a
}
.pro-listing .product-content .rating{ margin-top: 8px; }
.pro-listing .product-grid8 .add-to-cart-btn {
    background: 0 0;
    color: #fff;
    padding: 13px 5px 9px;
    border: 2px solid #da0e1a;
    margin: 5px 0 0 0;
    transition: all .6s ease 0s;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    line-height: 16px;
    background: #da0e1a; 
}
.pro-listing .product-grid8 .add-to-cart-btn:focus{ border-color: #da0e1a; }
.pro-listing .product-grid8 .add-to-cart-btn i {
    padding-right: 2px;
}
.add-to-cart-btn .fa-shopping-cart::before{
    content: '';
    background: url(../images/plus-icon.png);
    width: 22px;
    height:22px;
    background-size: cover; 
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.pro-listing .product-grid8 .add-to-cart-btn:hover {
    background: #6f6d6d;
    border: 2px solid #6f6d6d;
    color: #fff;
    transition: all .6s ease 0s
}

.compare-section {
    padding: 50px 0 50px
}

.content-txt {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    padding: 10px
}

.content-txt h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500
}

.content-txt h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

.content-txt h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px
}

.content-txt p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    margin: 10px 0 0
}

.content-txt p del {
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 0 5px;
    line-height: 22px;
    color: #999
}

.content-txt p span {
    color: #8a2be2;
    padding: 0 0 0 10px
}

.compare-box {
    text-align: center;
    padding: 20px 0 0
}

.closebtn {
    position: absolute;
    left: 24px;
    top: 10px;
    background: #fff;
    box-shadow: 0 5px 10px #eee;
    border: 1px solid #eee;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px
}

.compare-blnk {
    text-align: center
}

.content-txt .form-control {
    border-bottom: 1px solid #eee !important;
    border: none;
    height: 28px;
    font-size: 13px
}

.content-txt label {
    margin-bottom: 6px;
    font-size: 13px
}

.box-shadow {
    box-shadow: 0 2px 6px #eee;
    padding-bottom: 20px;
    height: 370px;
    margin-bottom: 30px
}

.content-txt .custom-select {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    vertical-align: middle;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .75rem center/30px 45px;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important
}

.compare-product-details {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    border-top: 1px solid #eee;
    padding: 10px 0 0
}

.compare-product-details h5 {
    background: #005adb;
    color: #fff;
    padding: 5px;
    width: 49px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px
}

.compare-product-details h5 i {
    font-size: 13px;
    padding-right: 5px
}

.compare-product-details h1 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding-bottom: 10px
}

.compare-product-details p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    font-weight: 400
}

.compare-product-details p span {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    font-weight: 400
}

.compare-product-details h6 {
    font-weight: 600;
    font-weight: 16px
}

.compare-product-details span a {
    font-size: 14px
}

.generalbox {
    width: 100%;
    margin: 0 0 30px
}

.generalbox h6 {
    background: #f2f0f0;
    padding: 10px 0 10px 10px
}

.generalbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    border-left: 1px solid #eee
}

.generalbox ul li {
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px
}

.generalbox ul li span {
    font-weight: 600
}

.quickview-model .modal-body {
    position: relative;
    padding: 30px
}

.sizechart-model .modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd
}

.sizechart-model .modal-footer .btn-group:last-child > button {
    border-right: 0
}

.sizechart-model .modal-dialog {
    width: 800px;
    margin: 30px auto
}

.sizechart-model .modal-body {
    padding: 15px 0
}

.sizechart-model .modal-body img {
    height: auto;
    object-fit: cover;
    margin: auto
}

.sizechart-model .close {
    font-size: 60px;
    font-weight: 300;
    color: #b7b6b6;
    opacity: .9
}

.sizechart-model button.close {
    z-index: 9999;
    position: absolute;
    right: -14px;
    top: -32px
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs {
    height: 55px
}

.irs-with-grid {
    height: 75px
}

.irs-line {
    height: 8px;
    top: 15px;
    background: #e3e3e3;
    border-radius: 16px;
    -moz-border-radius: 16px
}

.irs-line-left {
    height: 8px
}

.irs-line-mid {
    height: 8px
}

.irs-line-right {
    height: 8px
}

.irs-bar {
    height: 8px;
    top: 15px;
    background: #fdc800
}

.irs-bar-edge {
    height: 10px;
    top: 15px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0, #7fc3e8 100%);
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: .3;
    border-radius: 5px;
    -moz-border-radius: 5px
}

.irs-slider {
    top: 11px;
    width: 15px;
    height: 15px;
    border: 1px solid #c8c8c8;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #fff
}

.irs-max,
.irs-min {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: none
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc
}

.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: none
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999
}

.irs-grid {
    height: 27px
}

.irs-grid-pol {
    opacity: .5;
    background: #428bca
}

.irs-grid-pol.small {
    background: #999
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac
}

.extra-controls .form-control {
    width: 100%;
    margin-bottom: 0;
    padding: 4px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #333
}

.extra-controls p {
    line-height: 32px
}

#time-range p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333
}

.ui-slider-horizontal {
    height: 8px;
    background: #e3e3e3;
    clear: both;
    margin: 8px 0;
    border-radius: 16px
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border-radius: 6px;
    background: #333
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    top: -5px;
    width: 15px;
    height: 15px;
    border: 1px solid #c8c8c8;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    cursor: default
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider a:focus {
    outline: 0
}

#slider-range {
    width: 96%;
    margin: 0 auto
}

.extra-controls .slider-time,
.extra-controls .slider-time2 {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 10px 9px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #333;
    background: #ececec;
    display: inline-block
}

.extra-controls .slider-credits {
    width: 100%;
    margin-bottom: 0;
    padding: 4px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #333;
    background-color: transparent;
    display: inline-block
}

.sliders_step1 {
    width: 100%;
    margin: 10px 0 15px 0
}

.main-nav.navbar-default {
    background-color: transparent;
    border-color: transparent
}

.listmain {
    position: relative
}

.listmain .pro-listing ul li {
    padding-left: 5px;
    padding-right: 5px
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile + label {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    color: #555;
    border: 1px solid #eee
}

.inputfile + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em
}

.custom-file {
    margin-top: 10px
}
.product-slider-section .pro-listing ul.row{ margin-right: -15px; margin-left: -15px; }
.pro-listing ul li .hoverprdimg {
    display: none;
    transition: all .1s ease 0s
}

.pro-listing ul li:hover .hoverprdimg {
    display: none
    /*display: none;*/
}

.pro-listing ul li .simpleimg {
    display: initial;
    transition: all .6s ease 0s
}

.pro-listing ul li:hover .simpleimg {
    /*display: none;*/
    transition: all .1s ease 0s
}

.fs14 {
    font-size: 14px !important
}

.item-ordered .cancel_itm .checkbox {
    padding-right: 0;
    text-align: center;
    float: left;
    margin-left: 35px
}

.item-ordered .cancel_itm .checkbox label {
    padding-left: 10px;
    min-height: 16px;
    margin-bottom: 0
}

.item-ordered .cancel_itm .checkbox a {
    color: #333;
    font-size: 16px
}

.item-ordered .cancel_itm label {
    margin-bottom: 10px
}
.adresbox h2 {
    font-size: 16px;
    font-weight: 600
}

.adresbox .btnn {
    font-size: 13px;
    width: 100%;
    padding: 6px 0;
    background: #da0e1a;
    border: 1px solid #da0e1a;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 0.25rem;
    transition: all .6s ease 0s
}

.adresbox .btnn:hover {
    background: #5c636a;
    transition: all .6s ease 0s;
    border: 1px solid #5c636a;
    text-decoration: none;
    color: #fff
}

.adresbox {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #f2f0f6;
    border: 1px solid #f2f0f6;
    min-height: 270px;
    max-height: 270px;
    position: relative;
}

.dashbordtxt .adresbox {
    min-height: 210px;
    max-height: 210px;
    overflow: hidden;
    font-weight: 600;
    color: #37454E;
}
.addAddressForm{
    background-color: #f7f7f7;
    display: block;
    padding: 15px 15px 12px !important;
    border-radius: 4px;margin-bottom: 15px !important;}
	.addAddressForm:hover{background-color: #208edd; color:#fff;}
	.addAddressForm:hover>span, .addAddressForm:hover>i{color:#fff;}
.addAddressForm h2{}
.checoutform_main {
    /*padding: 20px;
    background: #fbfbfb*/
}

.paymnetthod {
    background: #fff;
    display: inline-block;
    width: 100%
}

.paymnetthod input[type=radio] {
    margin: 0
}

.paymnetthodBox {
    border: solid 1px #eee;
    border-bottom: none;
    padding: 10px 15px;
    display: inline-block;
    width: 100%
}

/*.paymnetthodBox:first-child, .paymnetthodBox:nth-child(2) {
    border-bottom: none
}*/
.paymnetthodBox:last-child{ border-bottom: solid 1px #eee !important; }
.paymnetthod .checkbox {
    padding-right: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 22px
}
.paymnetthod .checkbox label a{ color: #da0e1a; }
.paymnetthod .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}
.paymnetthodBox img{ height: 18px; margin-top: 8px; }
.paymnetthod .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 50%;
    margin-left: 0;
    border: 1px solid #ccc;
    background-color: #fff
}

.paymnetthod .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-left: 0;
    padding-left: 0;
    font-size: 11px;
    color: #555;
    text-align: center;
}

.paymnetthod .checkbox input[type=checkbox]:checked + label::after,
.paymnetthod .checkbox input[type=radio]:checked + label::after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #208edd;
    border-radius: 50%;
    line-height: 20px
}

.paymnetthod input[type=checkbox],
.paymnetthod input[type=radio] {
    display: none
}

.adresbox p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 15px 0;
    color: #37454E;
    min-height: 90px;
    max-height: 90px
}

.editbtn {
    display: inline-block;
    margin: 15px 0 0;
    background-color: #208EDD;
    border-color: #208EDD;
    padding: 6px 15px;
    width: 45%;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0.25rem;
}
.editbtn:hover {color: #fff; background: #0373c3; }
.removebtn:hover {color: #fff; background: #e93131; }
.removebtn {
    display: inline-block;
    margin: 15px 0 0;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
    padding: 6px 15px;
    width: 45%;
    text-align: center;
    color: #363535;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0.25rem;
}
/*.editbtn:hover, .removebtn:hover{ background: #b9030e; color: #fff; }*/
.catalog-view_op1 .product-media .images-large {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
    float: right;
    width: 89%;
    height: 500px;
    text-align: center;
    border: solid 1px #ececec
}

.catalog-view_op1 .product-media .images-large .btn-zoom {
    display: none;
    visibility: hidden;
    opacity: 0
}

.catalog-view_op1 .product-media .images-small {
    padding: 0;
    width: 50px;
    float: left;
    margin-left: 0
}

.images-small .thumbnails_carousel .owl-controls {
    display: none
}

.catalog-view_op1 .product-media .images-small a {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0 0 5px;
    width: 100%;
    color: #333;
    vertical-align: middle
}

.catalog-view_op1 .product-media .images-small a.active {
    border: 1px solid #005adb
}

.catalog-view_op1 .product-media .images-small a img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    text-align: center;
    width: auto
}

.catalog-view_op1 .product-media .images-small .owl-item {
    padding-bottom: 1px
}

.catalog-view_op1 .product-media .images-small .owl-next,
.catalog-view_op1 .product-media .images-small .owl-prev {
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #c8c8c8 !important;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 16px
}

.catalog-view_op1 .product-media .images-small .owl-next:hover,
.catalog-view_op1 .product-media .images-small .owl-prev:hover {
    background-color: #f36
}

.catalog-view_op1 .product-media .images-small .owl-next:before,
.catalog-view_op1 .product-media .images-small .owl-prev:before {
    content: "";
    font-family: FontAwesome
}

.catalog-view_op1 .product-media .images-small .owl-prev {
    left: -35px
}

.catalog-view_op1 .product-media .images-small .owl-prev:before {
    content: "\f104"
}

.catalog-view_op1 .product-media .images-small .owl-next {
    right: -35px
}

.catalog-view_op1 .product-media .images-small .owl-next:before {
    content: "\f105"
}

.catalog-view_op1 .product-info-main {
    margin-bottom: 50px
}

.catalog-view_op1 .product-media {
    margin-bottom: 20px
}

.images-large img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}



.sidebar__inner {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    z-index: 99;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 12%);
    padding: 0;
    border-radius: 6px;
}

.chengeadrs .buttoncircle {
    width: auto;
    height: auto;
    background: 0 0;
    padding: 0;
    border: none
}

.chengeadrs .buttoncircle .checkbox {
    padding-right: 20px;
    text-align: center;
    width: 110px;
    float: left
}

.chengeadrs .buttoncircle .checkbox label::before {
    top: -2px
}

.chengeadrs .buttoncircle .checkbox input[type=checkbox]:checked + label::after {
    top: 0
}

.chengeadrs .buttoncircle .checkbox-circle > label {
    padding-left: 10px;
    font-size: 13px
}

#display {
    background-color: #fafafa;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    top:40px;
    text-align: left;
}

#display .display_box {
    cursor: pointer;
    line-height: 23px;
    padding: 2px 20px;
    font-size: 14px
}

.rating-total span {
    color: rgba(0, 0, 0, .5);
    padding-right: 3px;
    font-size: 12px
}

.sortbyfilter select {
    height: 30px;
    border: solid 1px #e6e6e6
}

.f__char-user {
    width: 25px;
    height: 25px;
    /*line-height: 40px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700*/
}

.f__char-user img {
    max-height: 100%;
    max-width: 100%;
    /*border-radius: 50%*/
}

.filtercsum input[type=checkbox] {
    position: absolute;
    left: -999px
}

.filtercsum label span {
    cursor: pointer;
    width: 25px;
    margin-left: 5px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: -1px 0 5px 2px #00000017
}

.filtercsum label input[type=checkbox] + span:before {
    font-family: FontAwesome;
    text-align: center;
    height: 25px;
    line-height: 23px;
    width: 25px
}

.filtercsum label input[type=checkbox]:checked + span:before {
    content: "\f00c";
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: 5px 5px 5px #00000054
}

.filtersize label span {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500
}

.filtersize input[type=checkbox],
.filtersize input[type=radio] {
    position: absolute;
    left: -999px
}

.filtersize input[type=checkbox]:focus + span,
.filtersize input[type=checkbox]:hover + span,
.filtersize input[type=radio]:focus + span,
.filtersize input[type=radio]:hover + span {
    cursor: pointer;
    color: #b2b2b2;
}

.filtersize label input[type=checkbox]:checked + span,
.filtersize label input[type=radio]:checked + span {
    transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transition: all .3s ease 0s;
    color: #b2b2b2;
    text-decoration: none
}

.breadcrumb .fa-long-arrow-right::before {
    content: "\f105"
}

.breadcrumb a:first-child {
    color: #b1afaf;
}

.pro-listing .pagination {
    padding: 20px;
    float: right !important
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color:#DA251C;
    border-color:#DA251C;
    color: #fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #333;
    background-color: #eee;
    border-color: #ddd
}

.sizes {
    margin: 3px 0
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
    border: 1px solid #dddddd7a
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    border-color: #dddddd7a;
    color: #333
}

.details .rating {
    display: inline-block;
    margin: 0 0 10px
}

.signupbtn i {
    margin-right: 5px
}

.review .review-form-hdr .rating {
    display: inline-block;
    margin-left: 15px
}

.shopping-cart-items .item-price i {
    margin-right: 5px
}

.carttbl .table_small .product-name {
    width: 100%;
    /*float: right;*/
    margin: 0;
    line-height: 22px;
}

.btn-continue {
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 12px 13px;
    border-radius: 4px;
    font-size: 11px;
    transition: all .3s ease 0s;
    display: inline-block;
}

.deleteCartItem {
    color: #f82222 !important;
    transition: all .6s ease 0s;
    border-radius: 50px;
    font-size: 20px;
    margin-bottom: 6px;
    display: inline-block;
    text-align: center
}

.btn-update {
    background-color: #da0e1a;
    border: 1px solid #da0e1a;
    color: #fff;
    float: none;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 10px 13px;
    border-radius: 4px;
    font-size: 11px;
    transition: all .3s ease 0s;
    float: left;
}

.btn-update:hover, btn-continue:hover, .btn-update:focus, btn-continue:focus, .shopping-carts .btn-continue:hover, .shopping-carts .btn-continue:focus {
    background-color: #b9030e;
    color: #fff;
    border: 1px solid #b9030e;
}

.carttbl .table_cell del {
    color: #abb0be;
    margin-left: 10px
}

.deliveryadd {
    width: 110px
}

.deliveryadd h6 {
    margin-bottom: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #555
}

.deliveryadd p {
    margin-bottom: 10px
}

.snapbook-section {
    padding: 50px 0 30px 0;
    position: relative
}

.snapbook-section .add-image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.snapbook-section .masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em
}

.snapbook-section .masonry .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.snapbook-section .masonry .item img {
    width: 100%
}

@media only screen and (min-width:700px) {
    .snapbook-section .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width:900px) {
    .snapbook-section .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (min-width:1100px) {
    .snapbook-section .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

.thankyou-section .continue {
    background: #da0e1a;
    color: #fff;
    padding: 16px 20px 12px;
    border: none;
    margin: 15px 0 0 0;
    transition: all .6s ease 0s;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 16px;
}

.shippingchrgs {
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    color: #a2a0a0
}

.orderbtn.addTocart {
    padding: 7px 15px 6px;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: inherit
}

.dashbord-section .shippingDetails h2 {
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

#filterResponseData {
    padding: 0 0 20px
}

.about-section h6 {
    font-size: 22px
}

.offer-section {
    padding: 50px 0
}

#dvPassport {
    margin-top: 15px
}

.verticalCarousel {
    position: relative;
    padding-bottom: 25px
}

.verticalCarouselHeader .vc_goDown {
    position: absolute;
    bottom: 0
}

.tabs-details .reviewlist img {
    width: 150px;
    height: 150px;
    border-radius: 0;
    margin: 0;
    float: right
}

#creditshistory .row,
#earninghistory .row,
#totalearning .row {
    padding: 10px
}

#creditshistory .row:nth-child(even),
#earninghistory .row:nth-child(even),
#totalearning .row:nth-child(even) {
    background: #fff
}

#creditshistory .row:nth-child(odd),
#earninghistory .row:nth-child(odd),
#totalearning .row:nth-child(odd) {
    background: #f9f9f9;
}

#creditshistory .redlip-wallet p.date,
#earninghistory .redlip-wallet p.date,
#totalearning .redlip-wallet p.date {
    margin: 0
}

#creditshistory,
#earninghistory,
#totalearning {
    overflow-y: auto;
    max-height: 500px;
    overflow-x: hidden
}

.refer-login {
    margin-top: 20px
}

.copycut {
    position: relative;
    padding: 20px;
    margin-top: 20px
}

.copycut h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #777
}

.referral-code {
    padding: 5px;
    text-align: left;
    width: 100%;
    height: 50px;
    border: 1px dashed #BBB7B7;
}

.referral-code p a:hover {
    color: #da0e1a
}

.referral-code p a {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #b3b3b3
}

.customizeprdt h6 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase
}

.customizeprdt h6 span {
    color: #da0e1a
}

.customizeprdt .contactform,
.customizeprdt .contactinfo {
    padding: 0 20px;
    border: none
}

.customizeprdt .contactform label {
    margin-bottom: 5px;
    font-size: 14px
}

.customizeprdt .contactform textarea.form-control {
    height: 100px
}

.customizeprdt .contactform .form-control {
    height: 32px;
    padding-left: 15px
}

.customizeprdt .contactform .form-group {
    margin-bottom: 15px
}

.customizeprdt .contactform .registrbtn {
    margin: 0;
    width: auto
}

.customizedlogobox {
    background: #000;
    text-align: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 10px
}

.customizedlogobox img {
    width: 55px
}

.customizedlogoboxMain {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px
}

.customizeprdt h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px
}

.customisedSize ul {
    width: 50%;
    margin: 0 auto
}

.customisedSize ul li {
    display: inline-block;
    margin: 0 3px 4px
}

.customizeprdt .slide-heading {
    margin-bottom: 10px
}

.customizeprdt .contactform label span {
    color: #da0e1a;
    font-size: 18px
}

.customisedSize ul li a {
    background: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: solid 1px #000;
    display: inline-block
}

.customisedSize ul li .active,
.customisedSize ul li a:hover {
    background: 0 0;
    border: solid 1px #da0e1a;
    color: #da0e1a
}

.customizeprdt .mainbox {
    border-bottom: solid 2px #82808059
}

.customizeprdt .mainbox:last-child {
    border-bottom: none
}

.customisedSize h1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px
}

.customisedSize h1 span {
    color: #da0e1a
}

.custom-select ul li:before {
    display: none
}

.iconpointer {
    cursor: pointer
}

.defaultAddress {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.ribbon6 {
    width: 153px;
    height: 24px;
    line-height: 22px;
    position: absolute;
    top: 28px;
    right: -40px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: .5px dashed;
    box-shadow: 0 0 0 3px #f3fa28, 0 21px 5px -18px rgba(0, 0, 0, .6);
    background: #f3fa28;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 300
}

.customizeprdt {
    padding: 10px 0 30px
}

.form-control.custom-select .selectpicker {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    height: 40px;
    box-shadow: none
}

.form-control.custom-select .selectpicker:active,
.form-control.custom-select .selectpicker:focus,
.form-control.custom-select .selectpicker:hover {
    color: #333;
    box-shadow: none;
    outline: 0 !important;
    background-color: transparent;
    border-color: transparent;
    height: 40px;
    transition: all .6s ease 0s
}

.categoriesaside {
    background: #000;
    color: #fff;
    padding: 15px;
    border-radius: 3px
}

.categoriesaside h5 > span {
    float: right;
    cursor: pointer
}

.form-control.custom-select .dropdown-menu > .active > a {
    background-color: #363737
}

select.custom-select > option:hover {
    background: #ccc
}

.changeaddress {
    float: right
}

.changeaddress a {
    color: #da0e1a;
    font-size: 16px;
    text-decoration: underline
}

.changeaddress a:hover {
    color: #333
}

.pagination span {
    margin: 0
}

.pagination {
    margin-top: 10px !important
}

.reviewOrderBackResponse .cartdetails {
    padding-bottom: 20px
}

.reviewOrderBackResponse .cartdetails h6 {
    font-size: 16px
}

.coinsmain {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 15px;
}

.coinsmain p {
    font-weight: 400;
    color: #888;
    font-size: 13px;
    padding-right: 30px;
    text-align: justify;
    margin-top: 10px
}

.offer-dec p {
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
}

.product-dec-right {
    float: right;
    position: relative;
    width: calc(100% - 101px)
}

.easyzoom-style {
    position: relative
}

.easyzoom-style a.easyzoom-pop-up {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 999
}

.easyzoom-style a.easyzoom-pop-up i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 100%
}

.easyzoom-style a.easyzoom-pop-up:hover {
    color: #e77878
}

.easyzoom-style .easyzoom > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.easyzoom-style .easyzoom > a img {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.easyzoom-style .easyzoom-popup > a img {
    width: 100%
}

.easyzoom-style span.product-sale {
    background-color: #de3535;
    display: inline-block;
    color: #fff;
    right: 20px;
    top: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    font-weight: 300;
    z-index: 999
}

.product-dec-left {
    position: relative;
    float: left;
    width: 85px
}

.product-dec-left .product-dec-small {
    margin: 0 0 10px
}

.product-dec-left .product-dec-small img {
    width: 100%
}

.product-dec-left .product-dec-small.slick-active {
    border: 1px solid transparent
}

.product-dec-left .product-dec-small.slick-active.slick-current {
    border: 1px solid #262626
}

.product-dec-left span.pro-dec-icon {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    font-size: 20px;
    cursor: pointer;
    color: #262626;
    z-index: 9
}

.pro-dec-big-img-slider .pro-dec-icon {
    display: inline;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer
}

.pro-dec-big-img-slider .pro-dec-next {
    right: 0
}

.pro-dec-big-img-slider .pro-dec-icon i {
    background: #fff;
    height: 30px;
    width: 25px;
    line-height: 27px;
    text-align: center
}

.otp_resend_button {
    cursor: pointer
}

.otp_resend_button:hover {
    color: #da0e1a
}

.carousel ul li img {
    width: 400px;
    height: 90px
}

.offer-dec h3 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0 10px
}

.offer-dec ul {
    margin: 10px 0 20px
}

.offer-dec ul li {
    list-style: disc;
    margin-bottom: 7px;
    margin-left: 15px;
    line-height: 20px
}

#loader {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .9);
    z-index: 999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#loader img{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.reviewOrderBackResponse {
    max-height: 400px;
    min-height: auto;
    overflow-y: auto;
    overflow-x: hidden
}

.totaldash-main {
    text-align: right;
    font-size: 18px;
    line-height: 30px
}

.processingtext {
    font-style: normal;
    color: #0f7e0f
}

.radio-tab {
    display: inline-block;
    border: 1px solid #da0e1a;
}

.radio-tab .active {
    background-color: #da0e1a;
    color: #fff
}

.radio-tab .radio-inline {
    padding: 6px 15px;
    margin-left: 0;
    font-size: 14px
}

.radio-tab .radio-inline .radio-menu {
    opacity: 0;
    margin-left: 0
}

.redlip-wallet {
    line-height: 22px
}

.mg_bottom40 {
    margin-bottom: 25px
}

.outOfStcok {
    display: none;
}

.outOFdelivery {
    display: none;
}

.moreless-button {
    color: #1058bc;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.moreless-button:hover,
.moreless-button:active {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

/*.quantity.buttons_added {text-align: left;position: relative;white-space: nowrap;vertical-align: top;} .quantity.buttons_added .minus { border-left: 0 !important; }.quantity.buttons_added .minus, .quantity.buttons_added .plus {padding: 11px 15px;height: 35px;background-color: #eaeaea;border: 1px solid #d5d5d5;cursor: pointer;display: inline-block;}.quantity.buttons_added .minus i, .quantity.buttons_added .plus i{vertical-align: bottom; color: #333;
font-weight: 300;font-size: 12px;}.quantity .input-text.qty {width: 40px;height: 35px;padding: 0 5px;text-align: center;vertical-align: inherit;background-color:transparent;border: 1px solid #d5d5d5;-webkit-appearance: none;-moz-appearance: textfield;-ms-appearance: none;-o-appearance: none;appearance: none;}.quantity.buttons_added input {display: inline-block;margin: 0;vertical-align: top;box-shadow: none;}	.quantity.buttons_added .plus { border-right: 0; }.quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:hover {background: #c6c4c4;}*/
.fancyZoom {
    /*position: absolute;
    z-index: 999;
    bottom: 25px;
    right: 10px;
    color: #666;
    width: 40px;
    height: 40px;
    border: #666 solid 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fafafa;*/
    width: 100%;
    height: 545px;
    display: inline-block;
    border: solid 1px #eee;
    text-align: center;
}

.wrap-detail-product {
    padding: 50px 0 60px 50px;
    position: relative;
}

.wrap-detail-product .box-btn {
    position: absolute;
    top: 30px;
    right: 60px;
}

.wrap-detail-product .box-btn2 {
    top: 10px;
    right: 20px;
}

.detail-btn {
    opacity: 1;
    position: relative;
    margin: 0 -1px;
}

.detail-btn:hover {
    background: #333;
}

.detail-btn:hover i {
    color: #fff;
}

.detail-btn.btn-left:after {
    transform: rotate(-164deg);
    bottom: -6px;
}

.detail-gallery {
    /*padding: 0 0 0 110px;*/
    position: relative;
    margin: 0 0 25px 0;
}

.detail-info {
    margin-left: -65px;
    position: relative;
    z-index: 99;
    padding-top: 45px;
}

.gallery-control {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #eee;
    padding: 25px 10px;
}

.control-button-gallery {
    position: absolute;
    /*z-index: 99;*/
    left: 0;
    right: 0;
    top:0;
    height: 100%;
}

.control-button-gallery .prevMe.disabled,
.control-button-gallery .nextMe.disabled {
    display: none;
}
.control-button-gallery .prevMe{ top: 5px; left: 40%; color: #333; }
.control-button-gallery .nextMe{ bottom: 5px; left: 40%; color: #333; }
.control-button-gallery .prevMe,
.control-button-gallery .nextMe {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    
}

.detail-gallery .thumb-product {
    position: relative;
    height: 390px;
    width: 100%;
    text-align: center;
    border: solid 1px #ddd;
}

.detail-info .product-rate:after {
    display: none;
}

.gallery-control .list-none li img {
    width: 100%;
    border: solid #eee 1px;
}

.thumb-product img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
        object-fit: cover;
}

.dnoneD {
    display: none;
}

#replace_dialog a.badge.badge-danger.ordersizeClass.active {
    border-radius: 0%;
}

#replace_dialog a.badge.badge-danger.orderwsizeClass.active {
    border-radius: 0%;
}

#replace_dialog a.ordercolorClass.active img {
    border-radius: 80%;
    opacity: 0.5;
}

.track-order-section .track-orderbox ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
}

.progtrckr-todo i {
    position: absolute;
    display: block;
    left: 49%;
    bottom: -40px;
}

.trackorder .db-2-main-com-table {
    border: 1px solid #ddd;
    padding: 15px 0 0 15px;
    border-radius: 5px;
}

.trackorder .db-2-main-com-table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.col-lft0 {
    padding-left: 0px;
}

.add-image {
    width: 100%;
    background: #eee;
    text-align: center; 
}

.trackorder .db-2-main-com-table .add-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.order-dex {
    /*padding: 20px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;*/
}

.track-order-section {
    /*padding-left: 5px;
    padding: 0px 0 20px 0;*/
}

.track-order-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.txt-green {
    color: green;
}

.track-order-section .track-orderbox {
    padding: 15px 0px 40px 0px;
}

.track-order-section .track-orderbox ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none: ;
}

.track-order-section .track-orderbox ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 1px solid #b7b7b7;
    width: 160px;
    position: relative;
}

.track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 24.5%;
}

.progtrckr-done i {
    position: absolute;
    display: block;
    left: 49%;
    bottom: -40px;
}

.col-rgt0 {
    padding-right: 0px;
}

.order-dex p .small {
    color: #989898;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    font-size: 14px;
}

.order-dex h5 a {
    color: #333;
}

.order-dex h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: initial;
    margin-top: 0;
}

.track-order-section h4:before {
    position: absolute;
    left: 0px;
    top: 2px;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}


.wishlstdv.dashbord-section .dashbordtxt img {
    width: 95px;
    margin: 0 15px 0 0;
    float: left;
}

/*.wishlstdv span{display: inline-block;
margin: 5px 0;}*/


.reviewsordrdv.dashbord-section .dashbordtxt img {
    width: 90px;
    margin: 0 15px 0 0;
    float: left;
}

.shopping-carts .form-cart {
    display: inline-block;
    width: 100%;
}

/*.addcartbox{ display: none; }
.pro-listing .product-grid8 .add-to-cart-btn{ display: none !important; }
.product-grid8 .social li a.addTocart{ display: none !important; }
.addTocart{ display: none !important; }*/
.add-image img {
    width: 100%;
}

/*.reviewsordrdv span{display: inline-block;
margin: 5px 0;}*/

/********************new search*************/

ul.header-btns-list li.mobilesrch {
    display: none;
}

/*.searchbox {
    position: relative;
    min-width: 0;
    width: 0%;
    float: right;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

ul.header-btns-list li.mobilesrch {
    display: none;
    background: #000;
    border-radius: 5px;
    margin-top: 5px;
    border-radius: 5px;
    height: 35px;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: red;
}

.searchbox-icon {
    cursor: pointer;
}

.searchbox-open {
    width: 100%;
}
.btn-search {
    padding: 4px 6px;
}
.search-form4 .smart-search-form input[type="text"]::placeholder{ color: #fff; }
.search-form4 .smart-search-form input[type="text"] {
    padding: 0 31px 0 8px;
    font-size: 14px;
    height: 35px;
    border-radius: 0;
    border: none;
    background: #000;
    border-radius: 5px 0 0 5px;
    color: #fff;
}

.search-form4 .smart-search-form button {
    padding: 8px 5px;
    height: 33px;
    font-size: 16px;
    z-index: 9;
}

.search-form4 .smart-search-form button i {
    color: #fff;
}*/

mt0sectn{ padding-top: 0; }
.cityselectbox{
    height: 25px;
    width: 150px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 0;
    color: #fff;
    padding: 4px 5px;
    float: right;
}
.cityselectbox option{ color: #333; }

/************Time Slot*************/

ul.timeslotcheckout{ padding: 0; display: inline-block; width: 100%; background: #f0f0f0; margin-bottom: 10px; }
ul.timeslotcheckout li{ list-style: none; display: inline-block; text-align: center; width: 13.6%; }
ul.timeslotcheckout li a{ width: 100%; padding: 10px 17px; font-weight: 600; /*border-right: solid 1px #e3e2e2;*/ display: inline-block; color: #333; }
ul.timeslotcheckout li:last-child a{ border-right: none; }
ul.timeslotcheckout li.active a, ul.timeslotcheckout li a:hover{ background: #da0e1a; color: #fff; border-color: transparent; text-decoration: none; } 
.timeslotoptn {margin-bottom: 0;  background: 0; padding: 0; display: inline-block; width: 100%; }
.timeslotoptn li{ text-align: center; list-style: none; display: inline-block; width: 24.4%; border: solid 1px #eaedef; padding: 10px 7px; margin-right: 5px; margin-bottom: 10px;  }

.timeslotoptn li .checkbox{ margin: 0; }
.timeslotoptn li .checkbox label{ font-size: 13px; padding-left: 20px;margin-top: 0px;}
.timeslotoptn li .fa-inr{ margin: 0 4px 0 10px; }

.timeslotoptn.paymnetthod .checkbox label::before{ width: 15px; height: 15px; top:1px; }
.timeslotoptn.paymnetthod .checkbox input[type="radio"]:checked + label::after{
	line-height: 12px;
	top: 2px;
	font-size: 9px;
	left: 1px;	
	width: 13px;
	height: 13px;
}

.timeslotcheckout li span{ display: block; font-size: 12px; }
.totaldash-main {
    text-align: right;
    font-size: 15px;
    line-height: 26px;
    background: #f9f9f9;
    padding: 15px;
}

.timeslotoptn .vertical-filters-label input[type="checkbox"], .timeslotoptn .vertical-filters-label input[type="radio"] {
    display: none;
}

.timeslot-main .vertical-filters-label{
    padding-left: 25px;
    width: auto;
    display: initial;
    font-weight: 400;
}
.timeslot-main{
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
}
.timeslot-main h4{ font-size: 20px; margin-bottom: 20px; }

.timeslotoptn .vertical-filters-label{
    font-weight: 500;
    font-size: 13px;
    color: #333;
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    display: initial;
    position: relative;
}
.common-checkboxIndicator::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1;
    width: 8px;
    height: 5px;
    border: 2px solid #FFFFFF;
        border-top-color: rgb(255, 255, 255);
        border-top-style: solid;
        border-right-color: rgb(255, 255, 255);
        border-right-style: solid;
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    border-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.timeslotoptn .common-checkboxIndicator{
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    background: transparent;
    border-radius: 50%;
    top:1px; 
    position: absolute;
    left: 0;
}
.timeslotoptn .common-customCheckbox input:checked ~ .common-checkboxIndicator{ background: #da0e1a; border-color: #da0e1a; }

.navProfile{
    height: 20px;
    width: 20px
}
.slotbtn{ 
    padding: 5px 12px 5px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px; 
    background-color: #212529;
    border-color: #212529;
}
.add-section.mt0sectn{ padding-top: 0; }
.slotbtn.btn-lg{ padding:13px 10px;}
.citypopmodal .modal-header{ color: #fff; padding: 10px 15px; background: #da0e1a; border-radius: 0; text-align: center; }
.citypopmodal .modal-header h5{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.citypopmodal select.form-control{ border: solid 1px #e2e2e2; box-shadow: none; padding: 5px 10px; border-radius: 0; }
.citypopmodal select.form-control:focus{ box-shadow: inherit; border-color:#d43f3a; }

.colrboxcart{ width: 15px; height: 15px; display: inline-block; background: #000; vertical-align: text-bottom; }

.carttbl .table_small{vertical-align:top; /*text-align: center;*/ }
.carttbl .table_small .item-photo img.img-thumbnail{ width: 100%; padding: 0; border: none; }
/*.carttbl .table_header{ text-align: center; }*/

.carttbl .table_row .table_small:nth-child(2){ vertical-align: top;  text-align: left;  }
/*.carttbl .table_small { vertical-align: middle; }*/

.table_row > .table_small > .table_cell.pricecolr{ color: #da0916; font-size:16px; margin-bottom: 5px; font-weight: 500; }
.table_row > .table_small > .table_cell.pricecolr i{font-size: 16px;}
.sizeboxcart { min-width: 30px; height: 25px; display: inline-block; vertical-align: middle; border: solid 1px #ccc; text-align: center; line-height: 25px; font-size: 11px; }
.colormainbox{ display: inline-block; width: 100%; margin-top: 6px; }
.sizemainbox{ display: inline-block; width: 100%; margin-top: 2px; }
.carttbl .sizemainbox{ margin-top: 10px; }
.savetextline{ font-size: 14px; color: #da0916; margin-top: 15px; font-weight: 400; }
.savetextline i{font-size: 12px;}
.totalmainbox { padding: 10px 0; }
.totalmainbox .order-left{ font-size: 20px; margin-bottom: 30px; font-weight: 500; }
.totalmainbox .order-left span i{font-size: 18px;}
.shopping-carts .order-left span{ 
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #E93131;
    border-radius: 0px;
}
.shopping-carts .order-left strong{ font-weight: 400 !important;}
.shopping-carts .totalmainbox .order-left strong{ font-weight: 600 !important; font-size: 18px; }
.prdnamecartpage{ max-height: 60px; min-height: 60px; overflow: hidden; }

.totaldash1.grandtyal{
    border-top: dashed 1px #ccc;
    padding-top: 15px;
    /*font-size: 20px;*/
    margin-top: 10px;
}
.totaldash1.grandtyal i{ color: #333;  }
.totaldash1 i{margin-right: 2px;}

.dashbordtxt .track-order-section{
    padding: 0;
}
.dashbordtxt .track-order-section .track-orderbox{ border: none; padding: 0px 0px 25px 0px; }

.dashbordtxt .track-order-section .track-orderbox ol.progtrckr li.progtrckr-todo::before{ font-size: 1.2em; bottom: -7px; left: 45%; }

.dashbordtxt .track-order-section .track-orderbox ol.progtrckr li.progtrckr-done::before{ left: 42%; bottom: -2.8em; height: 1.4em; width: 1.4em; line-height: 1.4em; }
/*.dashbordtxt .track-order-section .track-orderbox ol.progtrckr li.progtrckr-todo::before{ left: 36%; }*/
.dashbordtxt .track-order-section .track-orderbox ol.progtrckr li.progtrckr-todo, .dashbordtxt .track-order-section .track-orderbox ol.progtrckr .dashbordtxt li.progtrckr-done, .dashbordtxt li.progtrckr-todo{ border-width:2px; }
.dashbordtxt .track-order-section .track-orderbox ol.progtrckr li{ font-size: 9px; }
.dashbordtxt .track-order-section .track-orderbox ol.progtrckr[data-progtrckr-steps="5"] li{ width: 23%; }
.dashbordtxt .progtrckr-done i, .dashbordtxt .progtrckr-todo i{ bottom: -20px }

.table_small.orderidmrgn{ vertical-align: bottom; }
.table_small .orderidmrgncell{ margin-bottom: 65px; }
.totaldash1{ padding-right: 70px; }
.cancelicnbtn{
    background: none;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    color: #da0e1a !important;
    text-align: center;
    display: inline-block;
    padding: 4px;
    border: solid 1px #da0e1a;
}
.checkout-element-content.couponbox{
    padding: 15px 0 0;
    border-bottom: none;
}

.totalmainboxcheckout{ border-bottom: dashed 1px #ccc; margin-bottom: 10px; padding-bottom: 10px; }
.paymentrightcheckout h6{ font-size: 20px; color: #000; }
.order-summary .continue{font-size: 19px; padding: 9px 20px; }
.notdeliveryslot {
    border: solid 1px #eaedef;
    padding: 10px;
    line-height: 22px;
}
.notdeliveryslot p { font-size: 14px; }

.addinfo{ width: 100%; position: relative; font-size: 15px; color: #222222; padding: 0 30px 0 0px; margin-top: 20px; }

.review_ordr_box{
    display: table;
    width: 100%;
}
.review_ordr_left{
    border: solid 1px #eee;
    padding: 15px;
    display: table-cell;
    width: 65%;
}
.review_ordr_right{
    display: table-cell;
    width: 30%;
    background: #da0916;
    text-align: center;
    vertical-align: middle;
}
.review_ordr_right:hover{ background: #b9030e; }
.review_ordr_center{ display: table-cell; width: 2%; }
.review_ordr_right a{ color: #fff; }

.addinfo p{ font-weight: 400; margin-bottom: 10px; font-size: 14px; }
.addinfo p:last-child{ margin-bottom: 0; }
.addinfo p.nameline{ font-weight: 700; }
.changeaddtext{
    width: 100%;
    display: inline-block;
    padding-top: 25px;
}
.checkoutdatalistbox{ border: solid 1px #eee; padding: 15px; }
.checkoutpagemain .tb-qty{
    font-size: 16px;
    margin-bottom: 7px;
}

.checkoutpagemain .table{ margin-bottom: 0; }
/*.checkoutpagemain .table_row:last-child .table_small{ border-bottom: none !important; padding: 20px 10px 0; }*/

.shippingbox .continue{
    background: #da0e1a;
    border: 1px solid #da0e1a;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.prdtdtailprice{
    border-top: solid 1px #e0dddd;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.prdtdtailprice h4{ margin: 0; }
.taxesinclusive{ font-size: 12px; color: #424040; }

.sellerBlock{ display: inline-block;  }

span.otherSeller {
    color: #D01F02;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}

.buynowbtn .fa-cart-plus::before{
    content: '';
    background: url(../images/buynow-icon.png);
    width: 20px;
    height: 15px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

span.otherSeller:hover{ color: #000; }

.colormainattribute{ display: table; width: 100%; }
.colorleftattribute{ display: table-cell; width: 14%; border-radius: 3px; }
.colorrightattribute{ display: table-cell; width: 86%; }
.coloroptionbox ul{ display: inline-block; width: 54%; overflow: hidden; border: solid 1px #eee; height: 80px; margin-left: 9px; vertical-align: middle; }
.coloroptionbox ul li{ display: inline-table; padding: 5px 0 0 5px; vertical-align: top; }
.coloroptionbox ul li:last-child{ padding-right: 5px; }
.coloroptionbox ul li label.color1{
    cursor: pointer;
    background: #da0e1a;
    text-align: center;
    height: 32px;
    width: 31px;
    border-radius: 1px;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coloroptionbox ul li label img{ width: 16px; }

.sizeClass{ border-radius: 4px; vertical-align: top; background: #f7f7f7; border: solid 1px #dfdfdf; color: #000; font-weight: 700; font-size: 14px; text-align: center; vertical-align: middle; }
.sizeClass a{ color: #000; font-weight: 700; font-size: 14px; }

.coloroptionbox ul li label.size1{
    cursor: pointer;
    background: #fff;
    text-align: center;
    height: 32px;
    width: 32px;
    border-radius: 1px;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #f7f7f7;
}
.coloroptionbox.sizeoptionbox ul{ border: none; }
.coloroptionbox.sizeoptionbox ul li{ padding: 0; }
.coloroptionbox.sizeoptionbox ul li label{ height: 37px; width: 37px; font-size: 13px; margin: 0 5px 5px 0; }
.sizeboxes{ margin-top: 15px;}

.genuanmainbox ul{
    background: #faf9f9;
    display: flex;
    justify-content: space-around;
    border: solid #dfdfdf 1px;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 13px;
    width: 83%;
}

.sellettbl{ margin-bottom: 0; }
.sellettbl.table .table_row .table_cell{ font-weight: 300; color: #000; line-height: 22px; font-size: 16px; }
.table_row > .table_small > .table_cell:nth-child(odd){ font-weight: 500; }
/*.sellettbl tr td{ font-weight: 300; color: #000; }
.sellettbl tr td, .sellettbl tr th{ border: solid 1px #eee; }
.sellettbl tr th{ background: #f2f2f2; font-weight: 500; color: #000; font-size: 17px;}
.sellettbl tr:nth-child(odd){ background: #f7f7f7; }
.sellettbl tr:nth-child(even){ background: #fff; }*/

#otherSellerModal .close{
    position: absolute;
    right: -10px;
    top: -10px;
    background: #da0e1a;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-weight: 100;
    font-size: 40px;
    line-height: 25px;
    padding: 0;
    display: flex;
    justify-content: center;
}
#otherSellerModal .modal-title{
    font-size: 18px;
    font-weight: 600;
}
#otherSellerModal .modal-header { padding: 10px 15px; }
.sellettbl del {
    font-size: 14px;
    color: #c2c2c2;
    font-weight: 300;
    padding-right: 10px;
}

.modal-content{ border: none; box-shadow: none; border-radius: 0; }

.registrform .paymnetthod{ background: none; }
.affix .scrolldownlogo{ position: absolute; left: 45%; top: 4px; display: block; }
.affix .scrolldownlogo img{ width: 150px; }

.scrolldownlogo{ position: absolute; left: 45%; top: -5px; display: block; }


/*select option css*/

select.dropdown{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom_select:after {
    content:'\f107';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 14%;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
    cursor: pointer;
}
.custom_select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cityselectbox.form-control:focus{ border-color: #fff; }

.imgboxmain{ overflow: hidden; border-radius: 20px; position: relative; }

.newprodtbox {
    width: 50px;
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f3fa28;
    text-align: center;
    color: #000;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
}

.prdt_list_reviews{ color: #000; font-size: 12px; font-weight: 600; }
.wish_list {
    background-color: #da0e1a;
    position: absolute;
    height: 41px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    top: 10px;
    right: -68px;
    transform: rotate(45deg);
    padding: 5px 0 0 0;
    font-size: 21px;
    z-index: 9;
}
.viewall {
    color: #000;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 40px;
}
.viewall:hover{ color: #000; }
.product-slider-section .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    right: 20px;
    width: 11px;
    height: 10px;
    left: auto;
    background: url(../images/left-button.png) !important;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0px;
    font-size: 0;
}
.product-slider-section .owl-theme .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: -55px;
    right: 0;
    width: 11px;
    height: 10px;
    background: url(../images/right-button.png) !important;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0px;
    font-size: 0;
}
.pdr0{ padding-right: 0; }

.accontnameafterlogin a{padding: 5px 0px 8px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ddd; 
display: block;}
.earnedtotl{ font-size: 16px; color: #787878; font-style: normal; margin-left: 15px; }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
element {
}

.add-to-cart-btn-common {
    background: 0 0;
    color: #fff;
    padding: 13px 15px 9px;
    border: 2px solid #da0e1a;
    margin: 5px 0 0 0;
    transition: all .6s ease 0s;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    background: #da0e1a;
}
.add-to-cart-btn-common .fa-shopping-cart::before{
    content: '';
    background: url(../images/plus-icon.png);
    width: 22px;
    height:22px;
    background-size: cover; 
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.add-to-cart-btn-common:hover {
    background: #6f6d6d;
    border: 2px solid #6f6d6d;
    color: #fff;
    transition: all .6s ease 0s;
}

/*.slidernewsec{ padding-bottom: 0; }*/
.slidernewsec{ margin-bottom: 60px; }

.noprdtcart{ margin: 10px 0 50px; display: inline-block; width: 100%; }
.noprdtcart .btn-update{ margin-top: 20px; font-size: 14px; }

.details .brand-img {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 140px;
    height: 40px;
    align-items: center;
    margin-bottom: 15px;
}
.details .brand-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-bottom: dashed 2px #ccc;
}

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

/********************* HOME PAGE CATEGORY SECTION **********************/

.feature-cate{position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;}
.feature-cate li{width:25%;}
.feature-cate li .item-box{ border: none; padding: 0px; margin: 0px}
.feature-cate li .item-box .tmb{
    /*width: 100%;
    height: 250px;
    margin: auto;*/
}
.feature-cate li .item-box .tmb img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.item-box {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
}
.offer {
    background: url(../images/offer-shap.png)no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    line-height: 16px;
    display: none;
}
.item-box-dec {
    position: relative;
    padding: 10px 15px 15px;
}
.item-box .tmb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item.storeitem .item-box .tmb img, .storeitem.item-box .tmb img{ object-fit: contain; }
.item.storeitem .item-box .item-box-dec { padding: 5px 0px 5px; }
.item.storeitem .item-box .item-box-dec h4 { font-size: 16px; }
.item-box.storeitem{ box-shadow: none; }
.item-box-dec h4 {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item-box-dec h4 a{color: #333333; font-size: 18px; font-weight: 400;}
.item-box .tmb {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.tmb {
    border: none;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
}
.price del {
    font-size: 14px;
    color: #9a9898;
    font-weight: 400;
    padding-left: 5px;
}
.item-box-dec .price, .item-box-dec p.price {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #da251c;
}
.item-box-dec .price em, .item-box-dec p.price em{ font-style: normal; }
.nopeacs{display:flex;margin-bottom:20px;}
.nopeacs li:last-child{margin-right:0px;}
.nopeacs li:first-child{border-left: none;padding-left:0px;}
.nopeacs li{font-size: 12px;color:#5E6264;
    padding-right: 15px;
    border-left: 1px solid #ddd;
    padding-left: 15px;}
.addtocart-btm-btn .btn span, .detail-cartbtns a span {
    font-size: 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    position: relative;
    font-weight: 300;
    line-height: 22px;
    float: left;
    margin-right: 5px;
    display: none;
}

.hotdeals-wrap .slide-heading .title h3 {
    color: #fff;
}
.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
}
/*.twobtns button.btn{ width: 70%;
    float: left;
    margin-right: 5px;
    border: none;
}*/
.twobtns a.btn-light{
    width: 50px;
    margin-right: 0px;
    background-color: transparent;
    font-size: 22px;
    padding: 10px 7px;
    color: #888;
    margin: 0;
    display: inline-block;
}
.btn-light {
    color: #363535;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
    font-size: 14px;
    font-weight: 500;
}
.twobtns a.btn:hover{}
.twobtns a.btn-light:hover{background-color: #ddd;border-color: #ddd;}
.shop_now  {
    padding: 12px 15px;
    background: #da0e1a;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: capitalize;
    height: auto;
    line-height: 0;
    display: inline-block;
}
.shop_now:hover {
    background: #604528;
    color: #fff;
}
.why_choose_us{
    /*padding: 0 0 50px;*/
    padding: 0 0 0;
    margin-bottom: 30px;
    /*position: relative;
    z-index: -1;*/
}
.why_choose_us .why_choose img{
    width: 100%;
}
.title {
    position: relative;
    margin-bottom: 35px;
}
.title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-transform: inherit;
    margin-bottom: 0px;
}
/********************* HOME PAGE BEST SELLER SECTION **********************/

.best_seller_section{
    padding: 30px 0 60px;
}
.best_seller_section .best_seller_item{
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.best_seller_section  .best_seller_img img{
    width: 100%;
    border-radius: 10px 0 0 10px;
    height: 230px;
    object-fit: cover;
}
.best_seller_section  .best_seller_img {
    overflow: hidden;
}
.best_seller_section  .best_seller_info h2{
    font-family: 'Cabin Sketch', cursive;
    font-size: 20px;
    color: #b68d2a;
    line-height: 20px;
    font-weight: 700;
    margin: 10px 0 10px;
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
}
.padding_none {
    padding: 0px;
}
.sub_title img {
    padding: 0 5px 0 10px;
    vertical-align: middle;
}
.best_seller_section  .best_seller_info .price_and_cart h3 {
    font-size: 22px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}
.best_seller_section  .best_seller_info .price_and_cart h3 span {
    text-decoration: line-through;
    font-size: 13px;
    color: #a0a0a0;
    display: inline-block;
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
}
.best_seller_section .best_seller_info .price_and_cart p {
    font-size: 12px;
    margin: 8px 0 8px;
    color: #444444;
}
.best_seller_section .best_seller_info .price_and_cart p span {
    display: inline-block;
    border-left: 1px solid #ababab;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
}
.best_seller_section  .best_seller_info p{
    font-size: 13px;
    color: #b68d2a;
    line-height: 18px;
}
.best_seller_section  .best_seller_info .shop_now{
    margin-top: 0px;
    padding: 10px 12px;
    font-size: 12px;
}
.best_seller_section  .best_seller_info .shop_now i{
    padding-left: 5px;
}
.best_seller_section .sub_title{
    margin-bottom: 40px;
}
/********************* HOME PAGE HOW WE WORK SECTION **********************/
.how_we_work_section{
    /*padding: 60px 0 60px;
    background: url(../images/what-we-do-bg-img.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.how_we_work_section img{ width: 100%; }
.how_we_work_section .icon_how_we_work {
    text-align: center;
}
.how_we_work_section .how_we_work_item {
    text-align: center;
    padding: 0px 30px 0;
}
.how_we_work_section .how_we_work_item .icon_how_we_work {}

.how_we_work_section .how_we_work_item h2 {
    color: #fff;
    font-family: 'Cabin Sketch', cursive;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.how_we_work_section  .how_we_work_item p{
    color: #fff;
    font-size: 14px;
    padding: 0 20px 0;
    font-weight: 600;
}
.eligibleprdctsecn .best_seller_img img{height: auto;}
/********************* HOME PAGE WHAT WE DO SECTION **********************/

.what_we_do_section {
    padding: 60px 0 60px;
    background: url(../images/what-we-do-bg.png);
    background-repeat: no-repeat;
    margin: -2px 0 0;
}
.what_we_do_section .what_we_do{
    text-align: center;
}
.what_we_do_section .what_we_do img { 
    transition: all 0.5s ease-out;
}
.what_we_do_section .what_we_do:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease-out;
}
.what_we_do_section .what_we_do .what_we_do_icon {
    text-align: center;
    background: url(../images/icon-bg.png);
    width: 111px;
    height: 102px;
    line-height: 102px;
    margin: 0px auto;
}
.what_we_do_section .what_we_do h2 {
    font-size: 16px;
    font-weight: 600;
}

/********************* EXPLORE SECTION **********************/

.explore_secion {
    padding: 0px 0 0px;
    background: #da0e1a;
    margin: 10px 0 60px;
}
.explore_secion .explore_content{
    text-align: center;
    padding: 50px 0 30px;
}
.explore_secion .explore_content h2{
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-family: 'Neucha', cursive; 
}
.explore_secion .explore_content p{
    font-size: 18px;
    color: #fff;
    line-height: 44px;  
    margin-bottom: 0px;
}
.explore_secion .explore_content_img_1{
    text-align: center;
    background: #fff; 
    overflow: hidden;
    height: 300px;
}
.explore_secion .explore_content_img_1 img{  
    transition: all .6s ease 0s;
}
.explore_secion .explore_content_img_1:hover img{ 
    width: 260px;
    height: 260px;
    border-radius: 50%;
        margin: 30px 0 0 0;
    transition: all .6s ease 0s;
}
.explore_secion .explore_content_img_1:hover h3{
    color: #da0e1a !important;    
    transition: all .6s ease 0s;
}
.explore_secion .explore_content_img_1 h3 {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all .6s ease 0s;
}
.explore_secion .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.pr-0 {
    padding-right: 0px;
}
.pl-0 {
    padding-left: 0px;
}
.explore_secion .explore_content_img h2 {
    font-size: 20px;
    color: #da0e1a;
    font-weight: 700;
    margin: 15px 0 0;
}
.explore_secion .explore_content_img{
    text-align: center;
    background: #fff; 
    overflow: hidden;
    height: 320px;
}
.explore_secion .explore_content_img{
    text-align: center;
    background: #fff; 
    overflow: hidden;
    height: 320px;
}
.explore_secion .explore_content_img img{  
    transition: all .6s ease 0s;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    margin-top: 10px;
}
.explore_secion .explore_content_img:hover img{
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    transition: all .6s ease 0s;
    border-radius: 0px;
}
.view_all {
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 200px; */
    margin-bottom: 0 !important;
    margin: 60px auto;
    padding: 55px 0 0;
    transition: all .6s ease 0s;
}
.view_all:hover {
    box-shadow: 0px 20px 20px #a5812a;
    margin-top: 55px;
    transition: all .6s ease 0s;
}
.view_all span {
    display: block;
    margin-bottom: 15px;
}

.view_all a {
    font-size: 18px;
    font-weight: 700;
    color: #da0e1a;
}
.first_image{
    padding: 0 0 10px;
}
.view_all_logo{padding: 26px 0px 0px;}
/********************* WHAT WE PROVIDE SECTION **********************/

.what_we_provide_section{
    padding: 60px 0 60px;
    background: #e7e7e7;
    /*background: #f8f8f8;*/
}
.what_we_do_item h2 {
    font-family: 'Neucha', cursive;
    font-size: 28px;
}
.what_we_do_item img {
    margin-bottom: 20px;
    transition: all 0.5s ease-out;
}
.what_we_do_item {
    padding: 20px;
    border-right: 1px solid #cbcdcc;
    margin-right: -30px;
}
.what_we_do_item_border_none{    
    border-right: none;
}
.what_we_do_item p {
    text-align: center;
    margin: 50px 0 0px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #da0e1a;
    transition: all 0.5s ease-out;
    padding: 0 0 15px 0;
}
.what_we_do_item p a{
    color: #000;
}
.what_we_do_item:hover p {
    border-bottom: 2px solid #000;
    transition: all 0.5s ease-out;
}
.what_we_do_item:hover img {
   transform: rotateY(180deg);
    transition: all 0.5s ease-out;
}
.fish_seafood_section {
    padding: 60px 0 60px;
}
.fish_seafood_section .main_product {
    display: inline-block;
    border: dotted 3px #c2c0c0;
    border-radius: 10px;
    margin: 10px 0 0;
}
.fish_seafood_section .fish_seafood_box {
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

/*.header-search .search-form4{
    max-width: 40%; 
    float: right;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-search .search-form4 .smart-search-form input[type="text"]{
    border-radius: 25px;
    width: 100%;
    border: solid 1px #b4b4b4;
    height: 45px;
}
.header-search .search-form4 .smart-search-form button{
    border-radius: 25px;
    top: 3px;
    right: 3px;
    padding: 11px 12px;
    width: auto;
    height: auto;
    border-radius: 25px;
    font-size: 17px;
}*/
header .navbar-brand img{ width: 65px; }
.mega-menu {
    display: block;
    float: none;
    position: relative;
    width: auto;
    font-size: 16px;
    min-height: 0;
    clear: both;
    /*z-index: 999;*/
    box-sizing: border-box;
    background: #f2f0f6;
}
.header-btns-list li a.phone, .header-btns-list li a.emailtxt {
    margin-top: 20px;
    display: block;
    color: #000; 
    font-weight: 600;
    position: relative;
    padding-left: 36px;
}
/*.header-btns-list li a.phone img, .header-btns-list li a.emailtxt img {
    width: 30px;
    vertical-align: middle;
    margin-right: 8px;
}*/
header.affix .navbar-brand img{ width: 38px; }
profile.png

.fish_seafood_section {
    padding: 60px 0 60px;
}



.title-header {
    margin-bottom: 30px;
}
.title-header h2 {
    font-weight: 700;
    font-size: 24px;
}
.item-box .title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
.item-box .product-image8{
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
}
.item-box .card_btn {
    padding: 6px 20px;
    background: #da0e1a;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
    line-height: 31px;
}
.product-grid8.item-box .product-content{ text-align: center; }
.detail-rating {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    color: #4f4e4e;
    font-weight: 400;
    padding-bottom: 5px;
}
.prd-block_qty {
    display: flex;
    margin-bottom: 10px;
}
.prd-block_qty .option-label {
    margin-right: 30px;
    font-weight: 500;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
}
.qty-changer {
}
.qty-changer input[type="button"] {
    transition: border-color 0.2s ease;
    background: #da0e1a;
    border: #da0e1a solid 1px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-size: 16px;
    height: 28px;
    min-width: 27px;
    padding: 4px 5px 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
}
.qty-changer input[type="text"] {
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 4px;;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    width: 35px;
    vertical-align: top;
    height: 29px;
}
.product-details #field1 .sub, .product-details #field1 .add {
    width: 26px;
    background-color: transparent;
    border: 1px solid #ddd;
    height: 26px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}
/*--------------------------------------------------------------
	#shop single page
--------------------------------------------------------------*/
.geniune-list {
    background-color: #faf9f9;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    height: 55px;
}
.geniune-list li {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding: 15px 12px;
    text-align: center;
    font-weight: 400;
}
.what-get-box{border: 2px dashed #d7d5d5;
    position: relative;
    padding: 50px;
    border-radius: 12px;}
.what-get-img{position: relative;margin-right: 40px;}
.what-get-img img{ width: 100%;border-radius: 12px;}
.what-get-dec{}
.what-get-dec .sub_title {text-align: left;
    margin-bottom: 35px;}
.what-get-list{}
.what-get-list li{    position: relative;
    font-size: 16px;
    padding-left: 35px;
    color: #000;
    margin-bottom: 24px;}
.what-get-list li:before{position:absolute; left: 0px; top: 0px; width: 20px; height: 20px; background: url(../images/check-aroow.png)no-repeat; content: "";}
.mrgn-auto{margin: auto;}
.dockwater-way{border: 2px dashed #d7d5d5;
    position: relative;
    padding: 50px;border-radius: 12px;}
.dockwater-way .black{ color: #000;}
.shop-single-section {
    padding: 70px 0;
    background: #0000;
}
.details-dec{ margin-top: 30px; }
#sellers-table, #sellers-table2, #sellers-table3, #sellers-table4 {
    display: none;
}
#see-all-hide, #see-all-hide2, #see-all-hide3, #see-all-hide4 {
    height: 35px;
    /*background: rgb(255 255 255 / 65%);*/
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    color:#da0e1a;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    display: inherit;
}
.details-dec h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.details-dec p {
    color: #5f5d5d;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.detail-rating .rating-total span{ font-size: 14px; }
.category_section{position: relative;padding: 70px 0px;}
.wrap {position: relative;padding: 70px 0px;}
.hotdeals-wrap {
    background: url(../images/hotdeals-bg.jpg)no-repeat;
    background-position: bottom center;
    padding-bottom: 100px;
}
p.cart-seller, p.cart-sizes {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 13px;
}
.dashbord-section .dashbordtxt p.cart-seller{ margin: 0; line-height: 22px;font-size:12px; }
.table_row > .table_small > .table_cell strong{font-size:12px; }
.carttbl .table_small .product-name h4 a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    line-height: 20px;
}
.addinfo .editicn {
    position: absolute;
    right: 5px;
    top: 0;
}


.container_chechout .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
}
.container_chechout input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container_chechout {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    float: left;
    padding-left: 35px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
}
.container_chechout .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #af882c;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container_chechout .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_chechout input:checked ~ .checkmark:after {
    display: block;
}
.contact-section{ padding: 50px 0 60px; }


/*================ about us =============*/
.about-box{    margin-bottom: 20px;
    border-right: 2px solid #e7e5e6;
    position: relative;}
.about-box .title{ color: #000; }
.about-box:before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 45%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e7e5e6;
}
.about-box .title h3 {
        text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
    margin-top: 10px;
}
.about-box .title h1{ margin-top: 5px; line-height: 34px; font-size: 34px; font-weight: 100; }
.about-box .title h3 b{    background-color: #af882c;
    color: #fff;
    padding: 10px 10px 5px; display: inline-block; }
.title h1 b {
    font-weight: 800;
}
.about-txt h3{
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 0;
}
.about-txt h2{color: #000; font-size: 40px;}
.about-txt p{margin-bottom: 15px; font-size: 14px; line-height: 24px; text-align: justify; }
.about-txt p:last-child{margin-bottom: 0px;}

.txt_dec{position: relative; margin-bottom: 40px; }
.txt_dec p{color: #333;
    font-size: 14px;
    line-height: 24px;}
.txt_dec h4{color: #000;    font-weight: 600;font-size: 18px;margin-bottom: 5px;
    margin-top: 15px;}
.txt_dec ul{list-style: disc;
    padding-left: 20px;    margin-bottom: 25px;}
.txt_dec ul li{color: #333;
    font-size: 14px;
    line-height: 26px; margin-bottom:0px;}
/*================== team =================*/
.our-team-box{position: relative;}
.team-dec{position: relative;
    margin-left: 20px;
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
    margin-top: -45px;
    text-align: center;}
.team-dec h5{ color: #af882c; margin-bottom: 15px; }
.team-dec h4{font-weight: 600; margin-bottom: 10px;
    color: #000;font-size: 20px;}
.team-link{}
.team-link li{}
.team-link li a{    color: #af882c;
    width: 40px;
    height: 40px;
    transition: 0.5s;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    display: block;
    box-shadow: 0px 0px 10px 3px #f1f1f1;}
.team-link  li a:hover{    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);}
/*=============== blog ==============*/
.blog-section{padding: 40px 0px 40px 0px;position: relative;}
.blog-section .blog-item {
    width: 100%;}
.blog-section .blog-item .blog-text {
    position: relative;
        padding-top: 10px;
}
.blog-section .blog-item .blog-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-section .blog-item .blog-text h4 a{color: #000;
} 
.blog-section .blog-item .blog-text h3 {font-size: 30px;}
.blog-section .blog-item .blog-text ul {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.blog-section .blog-item .blog-text ul li {
    font-size: 13px;
    line-height: 25px;
    color: #999;
}
.blog-section .blog-item .blog-text ul li em {
    color: #000;
}
.blog-section .blog-item .blog-text i {
    padding: 10px 0 0 0;
    font-size: 14px;
}
.blog-section .blog-item .blog-text p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-section .blog-item .blog-text .btn{border-radius: 0px; background-color: transparent; color: #af882c;}
.blog-section .blog-item .blog-text .btn:hover{background-color:#af882c; color: #fff;}
.blog-section .blog-item {
    width: 100%;
}
.blog-section .blog-item .blog-img {
    margin-bottom: 10px;border-radius: 6px;
    overflow: hidden;
    min-height: 235px;
    max-height: 235px;
    position: relative;
}
.blog-section .blog-item.listblog .blog-img img{ width: 100%; }
.blog-section .blog-item .blog-img img{max-width: 100%; width: auto; border-radius: 5px;}
.blog-cate{padding: 20px;     border:1px solid #c7cbce;}
.blog-cate h4{font-size: 20px; color: #000;}
.blog-cate ul{}
.blog-cate ul li{border-bottom: 1px solid #ddd; padding: 15px 0px; }
.blog-cate ul li:last-child{ border-bottom: none; padding-bottom: 0; }
.blog-cate ul li label{ width: 100%; }
.blog-cate ul li a{ font-size: 14px;
    display: block;
    padding: 0;
    color: #333;
    font-weight: 500;
    text-align: left;
    }
.blog-cate ul li:last-child>a {
    border-bottom: none;
}
.blog-cate ul li a:hover {
    text-decoration: none;
    color: #af882c;
}
.blog-search{}
.blog-search .navbar-form {
    width: 100%;
    padding: 0px;}
.blog-search .navbar-form .form-group {
    width: 100%;
}
.blog-search{margin-bottom: 30px;}
.blog-search .navbar-form .form-control {border: 1px solid #999;border-radius: 4px;}
.blog-search .navbar-form .btn {border-radius: 4px;}
.paginatoin-area{margin-top: 20px;}
.paginatoin-area .pagination>.active>a{background-color:#af882c; color: #fff; border-color:#af882c;}
.paginatoin-area .pagination li a{ color: #000;}

.hideimgprl{ display: inline-block; }
.showimgprl{ display: none; }

.affix .hideimgprl{ display: none; }
.affix .showimgprl{ display: inline-block; }
.contactform textarea.form-control{ height: 80px; }

.product-details-section .pro-listing .product-grid8 .product-image8{ min-height: 170px; max-height: 170px; }
.instructionsbox {
    margin-top: 20px;
}
.textareabox.form-control {
    height: 80px;
}
/*.prdtdescriptionbox{ min-height: 20px; max-height: 20px; overflow: hidden; }
.prdtdescriptionDeal{ min-height: 50px; max-height: 50px; overflow: hidden; }*/

.ml10{ margin-left: 10px; }
.dateslectform .btn{
    padding: 12px 15px 8px;
    background: #da0e1a;
    border-radius: 4px;
    border: none;
    color: #fff;
    display: inline-block;
}
.dateslectform .btn:hover{ background: #6f6d6d; }
.dateslectform{ margin-bottom: 15px; }
.pdl0{ padding-left: 0; }

.offerbtn{
    padding: 10px 15px;
    background: #048e0c;
    border-radius: 2px;
    border: none;
    color: #fff;
    text-transform: capitalize;
    height: auto;
    line-height: 16px;
    margin-top: 7px;
    display: inline-block;
}
.offerbtn:hover{ background: #f28a03; color: #fff; }
.offerbtn i{ margin-right:3px; font-size: 18px }
.affix .offerbtn{ margin-top: 5px; }

.shortdesc_prd{ 
    line-height: 24px;
    color: #4f4e4e;
    min-height: 45px;
    margin-bottom: 10px;
    font-size: 14px; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
           line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slide-heading .title {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.outofStockbtn{     text-align: center;
    background: red !important;
    color: #fff;
    border-color: red !important;
    padding: 10px 15px 10px;
    margin: 0;
    display: inline-block;
    line-height: 18px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700; }

.otp_loginbtn{ position: absolute; bottom: 30px; right: 45px;/* color: #da0e1a; background-color: transparent;*/ }

.dashbord-section .dashbordtxt h2.addAddressForm::before{ display: none; }

/*
.fa-plus:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}
.fa-minus:after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}
*/














.signupmain {
    min-height: calc(100vh - 136px);
    background: #fff;
    text-align: left;
}
.logins-header{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.logins-header span {
    font-size: 16px;
    font-weight: 300;
    color: #535766;
}
.signupformin{ padding: 36px 36px 0; }
.form-groupin{ position: relative; }

.mobilecode{
    color: #94969f;
    top: 15px;
    left: 12px;
    font-size: 15px;
    position: absolute;
    pointer-events: none;
}
/*.registrform .form-control.formctrl{ padding-left: 55px; }*/
.plicytextsignup {
    margin: 0 0 21px;
    color: rgba(40,44,63,.8);
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}
.plicytextsignup a {
    cursor: pointer;
    color: #da0e1a;
    font-weight: 600;
}
.bgbrown{ background: #da0e1a2e; }
.signupmain .registrbtn{ border-radius: 0; }
.pd0{ padding: 0; }
.otppage .form-ctrl {
    padding-left: 10px;
    width: 45px;
    display: inline-block;
    margin-left: 8px;
    text-align: center;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    border: solid 2px #ccc;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}













.recmend-workshop-form{position: relative;
    padding: 25px 30px 15px;
    box-shadow: 0px 0px 15px 3px #ececec; background: #fff; }
.recmend-workshop-form .form-group{position: relative;}
.popsearchbtn{ position: absolute; top: 10px; background: none; left: 3px; }
.poplocationsearch{ border-radius: 25px !important; border: solid 1px #ccc; padding: 10px 30% 10px 50px; height: 50px; box-shadow: none; }
.locationpopmain h4{ margin: 15px 0 15px; font-weight: 600; font-size: 18px; text-align: center; }
.locationpopmain .close{ font-size: 28px !important; line-height: 36px !important; }
.use-loactionbtn{ position: absolute; right: 10px; top: 7px; border-radius: 25px; padding: 10px; }
.poplocationsearch:hover{ background: #f5eedd; }
.modal-content.locationpopmain{ border-radius: 6px; /*background: #fafafa; border: solid 4px #efeeee;*/ }
.recmend-workshop-form{ border-radius: 6px; }
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
ul.header-btns-list.locationoptn{ margin-top: 15px; margin-bottom: 15px; margin-right: 10px; display: inline-block; }

.header-btns-list li a.locationbtn{margin-top: 25px;
display: inline-block;
color: #000;
font-weight: 500;
position: relative;
    padding-left: 35px;
    text-align: left;
    font-size: 12px;
}
.header-btns-list li a.locationbtn small{ color: #a5a3a3; display: block; margin-bottom: 3px; font-size: 12px; }
.header-btns-list li a.locationbtn:before{ position:absolute; left: 0px; top: 0; width: 24px; height: 24px; background-size:cover !important; content: ""; }
.affix .header-btns-list li a.locationbtn {
 
    margin-top: 4px;
}
.affix .header-btns-list li a.locationbtn small{ color: #e6e3e3; }

.header-btns-list li a.locationbtn span{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 22px;
    width: 95px;
} 

.pac-container{ z-index: 99999; }
.pac-item{}

.affix .locationbtnarow{}
.locationbtnarow{
    display: inline-block !important;
    vertical-align: super;
    font-size: 22px;
    margin-left: 5px;
}
.prdtslot{ 
    font-size: 13px;
    border-top: solid 1px #f2f2f2;
    margin-top: 15px;
    line-height: 20px;
    height: 25px;
    display: inline-flex;
    width: 100%; 
    justify-content: center;
    align-items: center;
    color: #939393;
    margin-bottom: 5px !important;
}

.prdtslot span{ font-size: 14px; font-weight: 600; margin-left: 5px; }
.prdtslot img{ width: 20px !important; margin-right: 5px;min-height:inherit !important; }
.bestsellerslot{ 
    font-size: 12px;
    width: auto;
    border-top: none;
    vertical-align: middle;
    margin: 0;
}
.bestsellerslot span{ font-size: 13px; color: #333; }

.usedockcoinbox span{ display: block; color: #ccc; font-size: 12px; }
.usedockcoinbox em{ font-style: normal; font-weight: 600; font-size: 16px; color: #da0e1a; margin-left: 10px; }
.usedockcoinbox span a{ text-decoration: underline; }
.paymnetthod .usedockcoinbox label{ text-align: left; }
.usedockcoinbox img{ height: 45px; }
.eligibleprdct h3{ 
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.best_seller_item.eligibleprdct{ border: 1px solid #c97b28; position: relative; overflow: inherit; margin: 10px 10px 20px 0; }

.best_seller_item.eligibleprdct .checkactive{ position: absolute; top: 3px; right: 3px; border: solid #cb9835 1px; background: #fff; font-size: 12px; border-radius: 50%; height: 20px; width: 20px; line-height: 20px; text-align: center; display: inline-flex; justify-content: center; align-items: center;}
.best_seller_item.eligibleprdct .checkactive.classchecked { background: #cb9835; color: #fff; }

.eligibleprdct .best_seller_info{ padding: 10px 20px 10px 0; overflow: hidden; min-height: 70px; max-height: 70px; }
.eligibleprdctsecn{ padding: 0; }

.cpoycliobrd button{ background: transparent; border: none; }
.cpoycliobrd button i{background: #f1e7cd47 !important;}
.cpoycliobrd::selection{ background: #f1e7cd47; }

.shareboxdash{ width: 80%; display: inline-block; text-align: right; }
.shareboxdash a{ border: solid 1px #ccc; border-radius: 4px; padding: 6px 10px; color: #807e7e; text-decoration: none; font-size: 13px; font-weight: normal; margin-left: 10px; width: 120px; display: inline-block; text-align: center; }
.shareboxdash a i{ color: #2ba83b; margin-right: 5px; font-size: 24px; vertical-align: middle; }
.shareboxdash a+a i{ color: #e84032; font-size: 20px }
.shareboxdash span{ font-size: 16px; color: #5d5d5d; }

.mrt10{ margin-top: 10px; }
.dockcloinsmain{ margin-bottom: 15px; color: #838181; font-size: 15px; }
.dockcloins{ display: inline-block; border-right: solid 1px #ccc; padding-right: 20px; line-height: 20px; margin-right: 20px; }
.dockcloins:last-child{ border-right:none; margin-right: 0; }
.dockcloins span{
    width: 50px;
    background: #f9e4ce4f;
    color: #000;
    display: inline-block;
    padding: 7px 10px 5px;
    line-height: 15px;
    vertical-align: middle;
    border-radius: 2px;
    text-align: center;
    margin-left: 5px;
    border: solid 1px #fae4ce;
}
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger, .btn-danger:focus { background: #c9000c; border-color: #c9000c; }
.referral-code p span{ font-size: 24px; font-weight: 300; }

/* .timeslotoptn .common-checkboxIndicator.active{ background: #da0e1a !important; } */

/* input:checked {
    background: #da0e1a !important;
  } */

.affix .mega-menu{ display: none; }
.carousel-indicators .active, .carousel-indicators li{ margin: 5px; }
.wrap-top0 {
    padding-top: 0px;
}
.wrap-bottom0 {
    padding-bottom: 0px;
}
.product-listing .addtocart-btm-btn .btn-lg {
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.product-listing .item-box-dec h4, .product-listing .item-box-dec h4 a {
    font-size: 15px;
}
.product-listing .item-box-dec .shortdesc_prd {
    line-height: 20px;
    font-size: 12px;
}
.product-listing .twobtns a.btn-light {
    font-size: 18px;
    padding: 7px 4px;
    width: 45px;
}
.product-listing .addtocart-btm-btn .btn span {
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.width70Box{ width: 70%; }
.width30Box{ width: 29%; }
.product-listing .rating-total span{ font-size: 11px; }


/*============================ login ======================*/
.form-box-width{width: 70%; margin: auto;}
.form-box{    position: relative;
    padding: 20px;
    
}
.form-box h3{  
    margin-bottom: 30px;
    line-height: inherit;
    font-size: 36px;
    font-weight: 400;
}
.login-white-box{position: relative; padding: 20px;background-color: #fff;}
.form-box-login{
    box-shadow:0px 0px 24px 0px rgb(8 8 8 / 10%);
    border-radius: 4px;
    background-color: #fff;
}
.login-img{margin:0px auto 25px; width: 90px;display: block;}
.login-img img{max-width:100%;}
.form-item{position: relative;}
.form-box p{    font-size: 14px;
    line-height: 22px;
    color: #B9B9B9;}
.form-box .form-group { margin-bottom: 25px;position: relative;}
.form-box .form-group .form-file{padding-top: 11px;}
.form-box .form-check-input:checked, .table .form-check-input:checked{
    background-color: #e93131;
    border-color: #e93131;
}
.form-box .form-check, .table .form-check{padding-left: 2em;}
.form-box .form-check .form-check-label a{color: #e93131;}
.form-box .form-group label{
    font-weight: 500;
    color:#37454E;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.form-check-label{ display: inline-block !important; } 
.form-box .form-group label.input-group-text{margin-bottom: 0px;}
.form-box  .form-ctrl {background-color: transparent;
    border: 1px solid #B9B6B6;
    font-size: 14px;
    height:50px;}
.form-box-login  .form-ctrl{background-color: transparent;
    border: 1px solid #929292;}
.form-box  textarea.form-ctrl{height: auto;}
.number-code{display: flex; width: 100%;
    border: 1px solid #929292;
    border-radius: 4px;}
.number-code .city-code-ctrl{    width: 100px;
    position: relative;}
.number-code  .form-ctrl {border: none;}
.form-box .forgot-txt {
    margin-bottom: 35px;text-align: right;
    margin-top: -15px;
}
.form-box .SignUp-txt{margin-bottom: 0px;    margin-top: 0px;
    text-align: center;}
.form-box .forgot-txt p{color: #6f6c6c;font-size: 14px;}
.form-box .forgot-txt p a{color: #ce1f27;font-weight: 400;}
.form-box .forgot-txt p a:hover{color:#ce1f27;text-decoration: none;}
.form-box .SignUp-txt p{font-size: 16px;}
.form-box .SignUp-txt p a{text-decoration: underline;}
.otp-box{}
.otp-box .title h4 {
    font-size: 18px;
    font-weight: 500;}
.otp-box h3, .forgot-password-box h3{color: #000;}
.forgot-password-img{    position: relative;
    width: 120px;
    margin: 0px auto 25px;}
.forgot-password-img img{}
.add-another{}
.add-another p{}
.add-another p a{color: #363434;}
.add-another p a i{color: #E93131; margin-right: 10px;}
.form-box .form-group label.container_chechout{font-weight: 400;    font-size: 12px;display: inline-block;    margin-right: 20px;}
.form-box  .form-group_chechout>label{margin-bottom:20px;}
.form-box .select2-container--default .select2-selection--single {
    border: 1px solid #B9B6B6;
    height: 45px;
    padding: 6px;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    outline: none;
}
.form-box .select2-container--default .select2-selection--single .select2-selection__arrow{height: 44px;}
.form-box .btn{text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 25px;
    height: 50px;
    border-radius: 25px;
}
.signup-box{    background: url(../images/sginup-bg.png)no-repeat;
    background-position: top center;}
.signp-with-social{position: relative;display: flex;margin-bottom: 15px;justify-content: center;}
.signp-with-social a{
    display: grid;
    height: 45px;
    width: 45px;
    color: #fff;
    padding: 6px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 15px;
    margin-bottom: 10px;
    transition: 0.5s;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 12%);
    text-align: center;
    justify-content: center;
    align-content: center;
}
.signp-with-social a i{font-size: 20px;}
.signp-with-social a:first-child{margin-left: 0px;}
.signp-with-social a.fb{color: #3b5998;}
.signp-with-social a.ins{background-color: #c14fbe;}
.signp-with-social a.gogle{color: #dc4e41;}
.signp-with-social a:hover{text-decoration: none;transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.or {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 20px auto 30px;
}
/*.or:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    left: 0px;
    top: 20px;
}*/
.or span {
    text-transform: uppercase;
    background-color: #fff;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    display: block;
    margin: auto;
    z-index: 1;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    border: 1px solid #ddd;
}
.otp-box .form-group{ display: flex;
    width: 100%;
    align-self: center;
    justify-content: center;}
.otp-box .form-group .form-ctrl{ 
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    height: 55px;
    width: 60px;
    font-size: 20px;
    border: 1px solid #BBB7B7;
}
.resendin{margin-top: 10px;}
.resendin p{color: #a5a5a5; font-weight: 400;}
.resend-otp{}
.resend-otp p{font-size: 16px;font-weight: 400;}
.resend-otp p a{color: #e93131;
    text-decoration: underline;}
.resend-otp p a:hover{text-decoration: none;}
.resend-otp p a img{    position: relative;
    margin-right: 8px;
    margin-top: -3px;}


.gender-row .container_chechout {
    display: inline-block;font-size: 14px;
    font-weight: 300;margin-right: 25px;}
.gender-row .container_chechout .checkmark {background-color: transparent;
    border-radius: 50%;
    border: 2px solid #da0e1a;
}
.gender-row .container_chechout .checkmark:after{border: none;background-color: #da0e1a;    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;}
.btn-submit{    font-size: 16px;
    padding: 10px 30px;
    height: 50px;
    font-weight: 500;}
.registration-form .to{position: absolute;
    right: -20px;font-size: 14px;
    bottom: 15px;}
.permanent-txt{color: #da0e1a;
    float: right;
    display: inline-block;text-decoration: underline;}
.mrgntp-btn{margin-top: 28px;}
button.wrapper-3hgZT.u-isActionable.u-textLeft.u-inlineBlock.u-borderNone.u-textBold.u-textNoWrap.Arrange.Arrange--middle.u-userLauncherColor {
    background-color: #da0e1a !important;
    color: #fff !important;
    fill: #ffffff !important;
}
.previewCartAction.noProductIncart h3{ font-size: 16px; }

.form_icon, .form-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #B1ADAD;
    font-size: 16px;
}
.form-box .form-control{
    font-size: 14px;
    height: 50px;
    box-shadow: none;
}
.form-box .number-code .form-ctrl {
    border: none !imprtant;
    box-shadow: none !imprtant;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-box  textarea.form-ctrl{height: auto;}
.number-code{display: flex; width: 100%;
    border: 1px solid #929292;
    border-radius: 4px;}
.number-code .city-code-ctrl{    width: 100px;
    position: relative; }
.number-code .form-ctrl { border: none; -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;box-shadow: none; height: 50px; }
.order-summary .btn-lg {
    padding: 10px 20px;
    font-size: 16px;
}
.AddnewAddres{position: relative;}
.AddnewAddres .btn-light{text-align: left;
    padding: 12px 15px;
    background-color: #f2f0f6;
    border-color: #f2f0f6;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.AddnewAddres .btn-light i{}
.AddnewAddres .btn-light:hover, .AddnewAddres .btn-light:focus{background-color: #da0e1a; border-color: #da0e1a; color: #fff; outline: 0; }
.cart_count{ font-style: normal; }

/*======================== dashboard ========================*/
.user-dashboard{padding-top: 40px;padding-bottom: 40px;}
.dashbordlinks{
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%);
    border-radius: 4px;
    margin-bottom: 35px;
    width: 95%;
}
.name_info{
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 25px;
}
.name_info .media-left{display: table-cell;padding-right:5px;}
.name_info .profile-pic{width: 50px;
    height: 50px;
    border: 2px solid #d5d5d5;
    border-radius: 50%;}
.name_info .profile-pic img{width: 100%; height: 100%; object-fit: cover;border-radius: 50%;}
.name_info .media-body{display: table-cell;vertical-align: middle;
    padding-left: 5px; width: 100%;}

.name_info h5 {
    color: #333;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}
.name_info p{ margin-bottom: 0; }
.name_info .profile-pic .upload-field .file-thumbnail {height: 46px;}
.name_info .profile-pic .upload-field .file-thumbnail img{width: 100%;height: 100%;}

/*============================= My Membership ==========================*/
.subscriptions-box{    background-color: #da0e1a;
    background-image:linear-gradient(to right, #da0e1a , #ee1e2a , #b60a14);
    position: relative;
    padding: 20px 15px 25px;
    border-radius: 4px;}
.silver-subscriptions-box{ background-color: #333333;
    background-image: linear-gradient(to right, #4f4f4f , #414040 , #333333);}
.gold-subscriptions-box{background-color: #f24e36;
    background-image: linear-gradient(to right, #f24e36 , #f24e36 , #e63724);}
.subscriptions-header{text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;}
.subscriptions-header:before{content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #f62834;
    height: 3px;
    box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 8%);}
.silver-subscriptions-box .subscriptions-header:before{background-color: #656565;}
.gold-subscriptions-box .subscriptions-header:before{background-color:#ff4e38;}
.subscriptions-header h3{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
}
.subscriptions-header h4{
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #fff;}
.dashbord-section .dashbordtxt .subscriptions-header h6{color: #fff;
    font-size: 14px;
    font-weight: 400;}
.subscriptions-content{}
.subscriptions-content ul{margin-bottom: 25px;}
.subscriptions-content ul li{font-size: 13px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    padding-bottom: 10px;}
.subscriptions-content ul li .pull-right{font-weight: 600;}
.subscriptions-content .price i{font-size: 21px;}
.subscriptions-content .price{    text-align: center;
    font-size: 23px;
    color: #fff;
    margin-bottom: 25px;font-weight: 600;}
.subscriptions-content .price sub{    bottom: 0px;
    font-size: 20px;}
.buy-now{    width: 80%;
    margin: auto;
    display: block;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 14%);
    background-color: #fff;}

.buy-now:hover {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.tcapply{position: relative;margin-top: 10px;}
.tcapply a{color: #363434;font-size: 12px;font-weight: 500;}
.tcapply a:hover{color: #e93131;text-decoration: underline;}
.Membership-faq .inrpage-faq{padding: 0px;box-shadow: none;}
.dashbord-account-info .login-white-box {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 20px;
}
.orderstabs .nav-tabs li.active a:before {
    content: "";
    position: absolute;
    border: 2px solid #da0e1a;
    left: 20%;
    bottom: -2px;
    right: 20%;
    border-radius: 4px;
   /* width: 110px;*/
}
.orderstabs .btn-light{
    font-size: 12px;
    font-weight: 400;
}
.btn-secondary {
    color: #fff;
    background-color: #9d9d9d;
    border-color: #9d9d9d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-light:hover {
    color: #fff;
    background-color: #e93131;
    border-color: #e93131;
}
.btn-light:focus, .btn-secondary:focus{ outline: none; }

.Delivery-Boy-Detail{position: relative;
    background-color: #f2f0f6;
    padding: 10px;
    border-radius: 4px;}
.Delivery-Boy-Detail h5{font-size: 12px; margin-top: 0; }
.Delivery-Boy-Detail h6{font-size: 12px;margin-bottom: 0px;}
.Delivery-Boy-Detail p{font-size: 12px;line-height: 20px;}

.total-amount {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #da0e1a;
}
.order-dex h4.txt-green{ font-size: 14px; color: #04CC18 !important;margin-top: 0px; }

.offer-dec h2{ font-size: 16px; font-weight: 600; }
.faq-panel {
    border-radius: 4px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 12%);
    padding: 40px;
}
.faq-panel .title {
    margin-bottom: 0px;
}
.faq-panel .title h3 {
    text-transform: uppercase;
    margin-top: 0;
}
.faq-panel .title h3 sub {
    bottom: 0px;
    font-size: .75em;
}
.inrpage-faq{border-radius: 0px;
    box-shadow: none;
    padding: 0px;}
.inrpage-faq .title {
    margin-bottom: 10px;
}
.inrpage-faq .helpfaq-section .panel-group {
    padding: 0px;
}
.inrpage-faq .helpfaq-section #accordion .panel {
    border-radius: 4px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 12%);
    margin-bottom: 20px;border: none;
}
.inrpage-faq .helpfaq-section #accordion .panel-heading {
    padding: 10px 20px;
}
.inrpage-faq .helpfaq-section #accordion .panel-body{padding:5px 20px;}
/*======================= Contact us ============================*/
.inr-contact-form{}
.inr-contact-form .title{}
.inr-contact-form .title h3{    font-weight: 500; margin-top: 0;}
.inr-contact-form .title p{    font-weight: 500;}
.inr-contact-form  .form-group{position: relative;margin-bottom: 25px;}
.inr-contact-form  .form-group label{    font-size: 15px;
    margin-bottom: 8px;}
.inr-contact-form  .form-group .form-ctrl{ border: 1px solid #929292;height: 50px;box-shadow: none;font-size: 13px;}
.inr-contact-form  .form-group textarea.form-ctrl{height: auto;}
.contact-form-left{ position: relative;
    padding: 40px 50px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
    border-radius: 4px;}
.contact-info{position: relative; text-align: center;}
.contact-info h3{font-size: 30px;
    font-weight: 500;margin-bottom: 15px;}
.contact-info img{margin-bottom: 15px;width: 75px;}
.contact-info h4{    font-size: 24px;
    font-weight: 300; margin-bottom: 15px; }
.contact-info h4 a{color: #000;}
.contact-info h4 a:hover{    color:#da0e1a;}
.address-info{position: relative;
    margin-top: 30px;    margin-bottom: 25px;}
.address-info h5, .contact-info .hdr-social-link h5{font-size: 18px;}
.address-info p{font-weight: 400;}
.contact-info .hdr-social-link li a{color: #fff;}
.inr-contact-form .form-group .form-control {
    border: 1px solid #929292;
    height: 50px;
    box-shadow: none;
    font-size: 13px;
}
.inr-contact-form .form-group label {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}
.inr-contact-form .form-group textarea.form-control {
    height: 100px;
}

/******************About Bottom Section******************/
.img-mons{position: relative;width: 100%;overflow: hidden; border-radius: 4px;    /*height: 200px;*/}
.img-mons img{width: 100%;height: 100%;object-fit: cover;}
.img-mons1{margin-top: 110px;}
.img-mons2{}
.img-mons3{width: 75%;margin-top: 30px;}
.about-dec {
}
.about-dec h3 {
    font-size: 40px;
    margin-bottom: 10px;
}
.about-dec p {    line-height: 24px;
    color: #4f4e4e;
    margin-bottom: 20px;
}
.about-dec p:last-child {
    margin-bottom: 0px;
}
.whychooseus-box{background: #e93131 url(../images/whychooseus.png)no-repeat;
    border-radius: 4px;
    background-position: left bottom;
    background-size: 100%;
    padding: 25px;
    margin-top: 70px;}
.whychooseus-box .title h3{color: #fff;font-size: 45px;}
.whychooseus-box .title h2{
    color: #fff;
    font-size: 60px;
    font-style: italic;
    line-height: 55px;
    margin-top: 10px;
}
.whychooseus-box .title h2 b img{width: 45px; vertical-align: middle; margin-left: 10px;}
.whychooseus-dec{position: relative; min-height: 350px; }
.whychooseus-dec p{}
.whychooseus-dec .list-point{margin-bottom: 0px;}
.whychooseus-dec .list-point li:before{background-color: #fff;}
.whychooseus-dec .list-point li{color: #fff;margin-bottom: 20px;}
.list-point li {
    line-height: 22px;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    font-weight: 300;
    margin-bottom: 15px;
    color: #333;
    list-style: disc;
}
.slide-heading .view {
    margin-top: 20px;
    padding-right: 35px;
}
.view a {
    color: #DA251C;
    font-weight: 500;
    font-size: 14px;
}
.popular-wrap:before {
    content: "";
    background-color: #DA251C;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.popular-wrap .slide-heading .title h3 {
    color: #fff;
}
.popular-circle {
    position: absolute;
    left: 14%;
    top: 0px;
    width: 210px;
}
.popular-circle img{ width: 100%; }
.popular-wrap .slide-heading .view a {
    color: #fff;
}
.popular-wrap .item-box .tmb {
    height: 200px;
}
.btn-primary {
    color: #fff;
    background-color: #208EDD;
    border-color: #208EDD;
}
.addtocart-btm-btn .btn-lg {
    padding: 12px 15px;
    text-transform: uppercase;
}
.twobtns a.btn, .twobtns button.btn {
    font-size: 14px;
    text-transform: uppercase;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0373c3;
    border-color: #0373c3;
}
.item-box-b-shadow-none .item-box {
    box-shadow: none;
}
.popsearchbtn{ color: #da0e1a; }

.heartshape {
    background: url(../images/heart-shape.png)no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 26px;
    padding: 6px;
    text-align: center;
    color: #da251c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.movewish {
    position: relative;
    top: 5px;
    font-size: 12px;
    color: #da251c !important;
    text-decoration: underline;
    font-weight: 400;
}
.movewish:hover {
    color: #000 !important;
    text-decoration: none;
}
.form-box .form-check .form-check-input, .table .form-check .form-check-input {
    margin-left: -2em;
}
.form-box .SignUp-txt h6 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1rem;
}
.dashbordlinks ul li a img {
    margin-right: 5px;
    width: 15px;
}
.dashbord-account-info .form-group .form-icon {
    left: 0px;
    bottom: 10px;
    color: #da251c;
    font-size: 14px;
    top: auto;
}
.dashbord-account-info .form-group{
    position: relative;
}
.edit-delet-btn a img{ width: 15px; }

.dashbord-section .price-red{
    font-size: 16px !important;
    color: #da0916 !important;
    font-weight: 500;
}
.refer-and-earn .img-responsive {
    max-width: 80%;
}
.refer-and-earn p {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #8D8787;
    margin-bottom: 30px;
    line-height: 22px !important;
}
.referral-code-box label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #444343;
    font-size: 16px;
}
.referral-code-box .cply-code {
    width: 40%;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}
.referral-code-main{ display: flex; justify-content: center; align-items: center; margin-bottom: 25px; }
.cply-code {
    width: 40%;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: 10px;
}
.free2nd {
    position: relative;
}
.free2nd h6{position: relative;}
.free2nd h6 i{margin-left: 5px;}
.free2nd .hdr-social-link{
    position: absolute;
    width: 100%;
    top: 100%;
    display: none;
    padding-top: 5px;
}
.free2nd .hdr-social-link li a{color: #fff;}
.free2nd:hover>.hdr-social-link{display: block;}
.refer-and-earn h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.free2nd .btn-danger {
    color: #fff;
    background-color: #DA251C;
    border-color: #DA251C;
    font-size: 14px;
    padding: 6px 15px;
}
.wallet-header {
    padding: 30px 30px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;
    background: #db3028 url(../images/wallet-bg.png)no-repeat;
    background-position: bottom center;
}
.wallet-header h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.price-btn {
    font-size: 45px !important;
    color: #fff;
    font-weight: 600 !important;
}
.price-btn .fa-inr {
    font-size: 38px;
    padding-right: 2px !important;
}
.rupeeIcon{
    position: absolute;
    top: 5px;
    font-size: 22px;
    color: #da0e1a;
}
.changePass label{
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}

.active-store .thumbnail.tmb{
    box-shadow: 5px 5px 10px #0000004f;
    border: solid 4px #821914f5;
}

.active-store .item-box-dec h4, .active-store .item-box-dec h4 a{ color: #da261d; }


     /*======================= Edit profile ======================*/
     /*=============================*/
 .upload-doc-item{position: relative;width: 100%;}
.upload-box{box-shadow: -2px -2px 8px #fefefe, 2px 4px 6px #a9a6a673;position: relative;}
.image-upload{
    position: relative;
    width:100%;
    margin: 0 auto;
}
.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: none;
}
.upload-field {
    width: 100%;
}

.upload-field .file-thumbnail {
    cursor: pointer;
    width: 100%;
}

.upload-field .file-thumbnail img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
}

.upload-field .file-thumbnail h3 {
    font-size: 14px;margin-bottom: 0px;
}

.image-upload h5 {text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.profile-pic  #filename{display: none;}
.profile-pic .edit-pic{      position: absolute;
    background-color: #da251c;
    width: 24px;
    text-align: center;
    height: 24px;
    border-radius: 50%;
    line-height: 26px;
    padding: 5px;
    color: #fff;
    bottom: 8px;
    right: -5px;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    z-index: 1;}
.profile-pic .edit-pic i{
}

/*================ Filter============*/
.filter-right .offcanvas{ position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: #fff;
    z-index: 1032;
    width: 340px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
display: none;transition: 0.5s;}
.filter-right .offcanvas .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.filter-right .offcanvas-header .btn-close {right: 10px !important;
    top: 20px !important;
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    border: none;
}
.filter-right .offcanvas-header {
    padding: 15px 20px !important;
}
.filter-right .offcanvas-header h5{    font-size: 20px;
    font-weight: 400;
    color: #000;}
.filter-right .btn-light img {
    width: 15px !important;
    height: 15px !important;
    margin-left: 10px !important;
    object-fit: contain;
}
.homeOfferContainer>div:nth-of-type(3n+1){clear: both;}
.homeOfferContainer .item-box{
    margin: 0px 0px 25px;
}