html {
    font-size: 100%
}

#maincontent {
    height: 100%;
    min-height: 89vh;
    padding: 0;
    padding-left: 85px
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fira Sans-Semibold';
    src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2'),url('../fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Fira Sans-Bold';
    src: url('../fonts/FiraSans-Bold.woff2') format('woff2'),url('../fonts/FiraSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'fira_sans_blackregular';
    src: url('../fonts/firasans-black-webfont.woff2') format('woff2'),url('../fonts/firasans-black-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

a:hover {
    text-decoration: none
}

body {
    font-family: 'Fira Sans';
    font-size: 14px;
    background: #fff
}

table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td {
    padding: 0
}

.msg-top {
    width: 100%;
    background: url('../images/msg-bg.jpg');
    text-align: center;
    padding: 6px;
    background-size: contain;
    z-index: 9991;
    color: #fff;
    position: fixed;
    top: 0;
    font-size: 12px;
    line-height: 1.5;
    height: 31px
}

#wrapper {
    padding: 0
}

.page-main {
    padding: 0
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column
}

.card {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.header-top {
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.card-title {
    font-size: 28px
}

.showMenu .logo-holder {
    width: 145px;
    margin-top: 60px;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.logo-holder {
    width: 55px;
    margin-top: 45px;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.banner-text {
    background: #bde2f5;
    width: 347px;
    height: auto;
    position: absolute;
    top: 17%;
    right: 6%
}

.banner-text h1 {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 76.7%;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #fff
}

.banner-text p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #414141
}

.banner-text a,.buynow-light {
    background: #fff;
    box-sizing: border-box;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #6f6f6f;
    padding: 15px 25px;
    text-transform: uppercase
}

.buynow-light:hover,.buynow-light:visited {
    color: #6f6f6f
}

.banner-text a:hover,.banner-text a:visited {
    text-decoration: none
}

.leftmenutrigger {
    display: block;
    cursor: pointer;
    width: 30px;
    margin-top: 135px;
    float: right;
    position: absolute;
    left: 25px;
    font-size: 30px
}

.nav-side-menu.showMenu .leftmenutrigger {
    margin-top: 59px
}

.animate {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navbar-nav li a svg {
    font-size: 25px;
    float: left;
    margin: 0 10px 0 5px
}

.side-nav li {
    border-bottom: 1px solid #003e77
}

.side-nav .dropdown {
    position: initial
}

.side-nav .dropdown-menu {
    position: relative;
    opacity: 0;
    left: 120%;
    top: 0;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 5px 0 5px rgba(0,0,0,.1);
    background: #eee;
    visibility: hidden;
    display: block;
    transition: .4s ease all
}

.side-nav .dropdown-menu.show {
    left: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
    transition: .4s ease all
}

.menu-list {
    display: none
}

.showMenu .menu-list {
    display: block;
    width: 100%;
    float: left
}

.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    background-color: #fafafa;
    position: fixed;
    top: 0;
    width: 85px;
    height: 100%;
    left: 0;
    padding-right: 15px
}

.showMenu {
    width: 250px;
    padding-right: 40px
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px
}

.nav-side-menu .toggle-btn {
    display: none
}

.nav-side-menu ul,.nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
    width: 100%;
    float: left
}

.menu-content ul {
    margin: 10px 0
}

.menu-content ul li {
    line-height: 20px
}

.nav-side-menu li {
    padding: 0
}

.nav-side-menu li {
    padding-left: 0;
    text-align: right;
    text-transform: uppercase
}

.nav-side-menu li a {
    font-family: 'fira_sans_blackregular';
    text-decoration: none;
    color: #6f6f6f;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-transform: uppercase;
    color: #6f6f6f
}

.nav-side-menu li ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Fira Sans';
    text-align: right;
    text-transform: uppercase;
    color: #6f6f6f
}

.nav-side-menu li ul li ul li a {
    color: #a5a5a5
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display:block;
        width: 100%;
        float: left
    }
}

.nav-side-menu ul .sub-menu ul .sub-line li.active,.nav-side-menu li .sub-menu li .sub-line li.active {
    color: #d19b3d
}

.nav-side-menu ul .sub-menu li .sub-line li.active a,.nav-side-menu li .sub-menu li .sub-line li.active a {
    color: #d19b3d
}

.nav-side-menu ul .sub-menu li .sub-line li,.nav-side-menu li .sub-menu li .sub-line li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0
}

.nav-side-menu ul .sub-menu li .sub-line li:before,.nav-side-menu li .sub-menu li .sub-line li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 100px;
    padding-right: 10px;
    vertical-align: middle
}

.nav-side-menu .sub-menu li {
    padding-left: 20px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e
}

.nav-side-menu .sub-menu li a {
    text-decoration: none;
    color: #e1ffff
}

.sub-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px
}

.nav-side-menu li .sub-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

@media (max-width: 767px) {
    .sub-line {
        position:relative;
        width: 100%;
        margin-bottom: 10px
    }

    .sub-line .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center
    }

    .sm-block-div {
        display: block !important
    }
}

.dropdown-link {
    position: relative
}

.userDropdown {
    position: absolute;
    right: 0;
    background: #fff;
    list-style: none;
    top: 46px;
    border: 1px solid #ddd;
    width: 200px;
    display: none;
    padding: 0 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.userDropdown:after,.userDropdown:before {
    bottom: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.userDropdown:after {
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-right: 23px
}

.userDropdown:before {
    border-color: rgba(194,225,245,0);
    border-bottom-color: #ddd;
    border-width: 12px;
    margin-right: 21px
}

.userDropdown a {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #8c8c8c
}

.userDropdown a:hover {
    background: #5b6671;
    color: #fff;
    text-decoration: none
}

.userDropdown a:last-child {
    border: none
}

.userDropdown span {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

footer {
    width: 100%;
    float: left;
    background: #e2e2e2;
    color: #8c8c8c;
    text-align: center;
    padding: 15px 10px;
    font-size: 10px
}

footer a {
    color: #8c8c8c !important
}

footer a:hover {
    color: #656262 !important
}

.search-box-holder {
    width: 70px;
    float: right;
    margin: 35px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative
}

.search-active {
    width: 90%
}

.search-box-holder input {
    width: 100% !important;
    height: 27px;
    float: right;
    border: none;
    border-bottom: 1px solid #6e6e6e;
    background: 0 0;
    border-radius: 0;
    text-align: right;
    font-size: 14px;
    padding: 5px 0 0 20px;
    font-family: 'Fira Sans-Bold';
    text-transform: uppercase;
    color: #c8c3c3;
    background: rgba(255,255,255,0) url('../images/search.png') no-repeat left bottom 5px
}

.search-box-holder input:focus {
    outline: none;
    box-shadow: none;
    background: rgba(255,255,255,0) url('../images/search.png') no-repeat left bottom 3px;
    font-size: 14px
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }
}

.image-container {
    position: relative
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center
}

.image-container:hover .image {
    opacity: .3
}

.image-container:hover .middle {
    opacity: 1
}

.products {
    font-family: 'Poppins';
    display: table;
    height: 100%;
    margin: 0;
    width: 100%
}

.product-details {
    display: table-footer-group
}

.products .name,.products .name a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6f6f6f
}

.products .rate {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    font-family: 'Poppins';
    text-align: center;
    text-transform: uppercase;
    color: #6f6f6f
}

.products .rate .price-container .price {
    font-size: 16px !important
}

.products .edition span {
    width: auto;
    background: url('../images/msg-bg.jpg');
    background-size: contain;
    font-style: normal;
    font-weight: 800;
    font-size: 9px;
    line-height: 13px;
    padding: 8px 10px;
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #fff
}

.best-selling h1 {
    font-family: 'fira_sans_blackregular';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 75.7%;
    text-transform: uppercase;
    color: #6f6f6f
}

.best-selling p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #414141
}

.best-selling a {
    background: #fff;
    border: 1px solid #6f6f6f;
    box-sizing: border-box;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #6f6f6f;
    padding: 10px 15px
}

.footer-product-head {
    top: 15px;
    height: 245px
}

.footer-product-head h1 {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 76.7%;
    text-transform: uppercase;
    color: #fdfeff;
    text-shadow: 0px 4px 4px rgba(0,0,0,.08)
}

.color-label span {
    width: auto;
    background: url('../images/msg-bg.jpg');
    background-size: contain;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 13px;
    padding: 8px 10px;
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0
}

.cart {
    width: auto;
    position: relative
}

.cart-button {
    font-family: 'Fira Sans-Bold';
    position: fixed;
    padding: 5px 10px;
    right: 20px;
    top: 10%;
    background: #fff;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #6e6e6e;
    z-index: 9999;
    cursor: pointer
}

.cart-button img {
    width: 30px;
    padding-right: 5px
}

.cart-button:hover,.cart-button:visited {
    color: #6e6e6e
}

div#cart-popup {
    max-width: 320px;
    background: #fff;
    position: fixed;
    right: 18px;
    z-index: 999999;
    top: 77px;
    padding: 15px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(140,140,140,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(140,140,140,1);
    box-shadow: 0px 0px 5px 0px rgba(140,140,140,1);
    overflow: hidden
}

#cart-popup p {
    color: #6e6e6e;
    padding: 0
}

#cart-popup ul {
    list-style: none;
    padding: 0;
    max-height: 320px;
    overflow-y: auto;
    margin: 0;
    width: 330px
}

#cart-popup ul li {
    position: relative;
    margin-bottom: 12px;
    margin-right: 16px
}

a.cart-item {
    display: flex;
    flex-direciton: row;
    text-decoration: none
}

div.cart-item-img {
    width: 96px;
    height: 96px;
    background: #eee;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-bottom: 10px
}

.cart-item-content {
    width: 160px;
    float: left;
    text-align: left;
    padding: 0
}

.cart-item-content h4 {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 100%;
    text-transform: uppercase;
    color: #6f6f6f
}

#openCart {
    background: #6f6f6f;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: block;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 10px;
    letter-spacing: .8px
}

.small-cart-content .close-cart {
    top: 15px;
    right: 8px
}

.close-cart {
    position: absolute;
    right: 15px;
    top: 25px;
    color: #6f6f6f;
    z-index: 999
}

.cart-full-view {
    display: none
}

.cart-full-view-holder {
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    max-width: initial !important;
    max-height: 100%;
    overflow: auto !important;
    width: 65% !important;
    max-width: 65% !important
}

.strat-checkout {
    background: #6f6f6f;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #6f6f6f;
    width: 100%
}

.strat-checkout:hover,.strat-checkout:visited {
    text-decoration: none;
    color: #fff
}

.cart-full-view .cart-item-content {
    width: 100%
}

.cart-full-view h1 {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 25px
}

.cart-full-view .cart-item-content h4,.product-item-name a {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #6f6f6f !important;
    margin: 0
}

.product-item-name a:hover {
    text-decoration: none
}

.item-count {
    width: 84px;
    height: 45px;
    background: #fff url('../images/expand-button.png') no-repeat right 5px center;
    background-size: 18px;
    border: 1px solid #6f6f6f;
    box-sizing: border-box;
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #6f6f6f;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    padding: 0 15px
}

.final-rate,.total-text,.cart-price .price {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #6f6f6f
}

.cart-full-view hr {
    background: url('../images/msg-bg.jpg');
    height: 1px;
    opacity: .5
}

.cart-full-view .cart-item-img {
    width: 100%;
    height: auto
}

.remove-cart {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #414141;
    padding: 10px 0
}

.remove-cart:hover,.remove-cart:visited {
    color: #414141
}

.item-action {
    bottom: 0
}

.item-price {
    font-size: 18px
}

.relative {
    position: relative
}

.mySlides {
    display: none
}

.mySlides2 {
    display: none
}

.mySlides3 {
    display: none
}

.mySlides4 {
    display: none
}

.cursorslides {
    cursor: pointer
}

.prevslid,.nextslid {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.prevslid2,.nextslid2 {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.nextslid {
    right: 0;
    border-radius: 3px 0 0 3px
}

.nextslid2 {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prevslid:hover,.nextslid:hover {
    background-color: rgba(0,0,0,.8)
}
.prevslid2:hover,.nextslid2:hover {
    background-color: rgba(0,0,0,.8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: #fff
}

.rowbox {
    margin-top: 10px;
    margin-bottom: 20px
}

.rowbox:after {
    content: "";
    display: table;
    clear: both
}

.columnitem {
    float: left;
    width: 16.66%;
    margin-right: 10px
}

.demobox {
    opacity: .6
}

.active,.demobox:hover {
    opacity: 1
}

.demobox2 {
    opacity: .6
}

.active2,.demobox2:hover {
    opacity: 1
}

.demobox3 {
    opacity: .6
}

.active3,.demobox3:hover {
    opacity: 1
}

.demobox4 {
    opacity: .6
}

.active4,.demobox4:hover {
    opacity: 1
}

.zoom {
    display: inline-block;
    position: relative
}

.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0
}

.zoom img {
    display: block
}

.zoom img::selection {
    background-color: transparent
}

.max400 {
    max-width: 400px
}

.productitle,.page-title span {
    font-family: 'fira_sans_blackregular';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 46px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 20px;
    word-break: break-word
}

.productprice,.product-info-price .price-final_price {
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 76.7%;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 20px
}

.action {
    width: auto !important;
    padding: 7px 15px !important
}

.addtocart,.action {
    background: #fff !important;
    border: 1px solid #6f6f6f !important;
    box-sizing: border-box !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    display: inline-block !important;
    align-items: center !important;
    text-align: center !important;
    color: #6f6f6f !important;
    padding: 15px 25px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    min-width: 150px !important;
    margin-right: 10px !important
}

.addtocart:hover,.addtocart:visited {
    text-decoration: none;
    color: #6f6f6f
}

.buynowbtn {
    background: #6f6f6f !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    display: inline-block !important;
    align-items: center !important;
    text-align: center !important;
    color: #fff !important;
    padding: 15px 25px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    border: 1px solid #6f6f6f !important;
    margin-right: 0 !important;
    width: 150px !important
}

.buynowbtn:hover,.buynowbtn:visited {
    text-decoration: none;
    color: #fff
}

.productdesc {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #414141;
    margin-bottom: 15px
}

.productdesc strong {
    font-family: 'Poppins-bold';
    padding-right: 6px
}

.share-options {
    width: 24px;
    height: 24px;
    padding: 6px;
    font-size: 20px;
    color: #6f6f6f
}

.share-options:hover,.share-options:visited {
    text-decoration: none;
    color: #6f6f6f
}

.Mtb50 {
    margin: 50px 0
}

.shop-banner {
    background: #fff6f7 url('../images/product-bg.jpg');
    overflow: hidden;
    width: 100%;
    height: 460px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.body-overlay {
    position: fixed;
    background: rgba(0,0,0,.64);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none
}

.overlay {
    position: absolute;
    background: rgba(60,59,59,.27);
    top: 0;
    height: 100%;
    width: 100%
}

input::-webkit-input-placeholder {
    color: #c8c3c3 !important
}

input:-moz-placeholder {
    color: #c8c3c3 !important
}

input::-moz-placeholder {
    color: #c8c3c3 !important
}

input:-ms-input-placeholder {
    color: #c8c3c3 !important
}

.custom-select {
    width: 100%;
    height: 45px;
    background: #fff url('../images/expand-button.png') no-repeat right 5px center;
    background-size: 18px;
    border: none;
    box-sizing: border-box;
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    line-height: 100%;
    text-transform: uppercase
}

.custom-select:focus,.custom-select:hover,.custom-select:active {
    outline: none;
    box-shadow: none
}

.custom-label {
    font-family: 'Fira Sans-Bold';
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #c8c3c3
}

.product-count {
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #c8c3c3
}

.right-form {
    display: inline-block;
    float: right
}

@media(min-width: 992px) {
    #wrapper {
        padding:0 0 15px 147px
    }

    #wrapper.open {
        padding: 0 0 15px 250px
    }

    .page-main {
        padding: 0 0 15px 135px !important
    }

    .page-main.open {
        padding: 0 0 15px 250px !important
    }

    .navbar-nav.side-nav.open {
        left: 0
    }

    .side-nav li a {
        padding: 10px;
        color: #fff !important
    }

    .side-nav .dropdown-item {
        color: #000 !important
    }

    .navbar-nav li a .shortmenu {
        float: right;
        display: block;
        opacity: 1;
        font-size: 25px;
        padding-right: 15px
    }

    .navbar-nav.side-nav.open.navbar-nav li a .shortmenu {
        opacity: 0
    }

    .navbar-nav.side-nav {
        background: #fafafa;
        box-shadow: 2px 1px 2px rgba(0,0,0,.1);
        position: fixed;
        top: 82px;
        flex-direction: column !important;
        left: -140px;
        width: 200px;
        bottom: 0;
        padding-bottom: 40px
    }
}

@media(max-width: 1024px) {
    .cart-full-view-holder {
        width:90% !important;
        max-width: 90% !important
    }
}

@media (max-width: 767px) {
    .nav-side-menu .sub-menu {
        position:relative;
        width: 100%;
        margin-bottom: 10px
    }

    .nav-side-menu .sub-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center
    }

    .sub-line ul .sub-press li.active,.sub-line li .sub-press li.active {
        color: #d19b3d
    }

    .sub-line ul .sub-press li.active a,.sub-line li .sub-press li.active a {
        color: #d19b3d
    }

    .sub-line ul .sub-press li,.sub-line li .sub-press li {
        background-color: #181c20;
        border: none;
        line-height: 28px;
        border-bottom: 1px solid #23282e;
        margin-left: 0
    }

    .sub-line ul .sub-press li:hover,.sub-line li .sub-press li:hover {
        background-color: #020203
    }

    .sub-line ul .sub-press li:before,.sub-line li .sub-press li:before {
        font-family: Arial;
        content: "\f105";
        display: inline-block;
        padding-left: 50px;
        padding-right: 10px;
        vertical-align: middle
    }

    .sub-line li {
        padding-left: 20px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e
    }

    .sub-line li a {
        text-decoration: none;
        color: #e1ffff
    }

    .sub-line li a i {
        padding-left: 50px;
        width: 20px;
        padding-right: 20px
    }

    .sub-line li:hover {
        border-left: 3px solid #d19b3d;
        background-color: #4f5b69;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease
    }

    .cart-button {
        top: 8%;
        z-index: 9999
    }
}

@media (max-width: 800px) {
    .showMenu {
        width:100%;
        top: 25px;
        padding-right: 25px;
        height: 100% !important
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important
    }

    .nav-side-menu {
        height: auto;
        padding-bottom: 10px;
        width: 100% !important;
        padding-right: 25px !important;
        top: 30px
    }

    .leftmenutrigger {
        margin-top: 27px !important
    }

    .logo-holder,.showMenu .logo-holder {
        margin-left: auto;
        float: none;
        width: 45px;
        margin: 0 auto;
        margin-top: 10px
    }

    #wrapper {
        padding-top: 80px
    }

    .cart-full-view-holder {
        width: 100% !important;
        max-width: 100% !important
    }

    #wrapper.sliding-wrapper.open {
        padding: 0 !important
    }
}

.banner-content {
    left: 4%;
    top: 25%
}

.breadcrumb {
    background: 0 0;
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fafafa
}

.breadcrumb-item:after {
    display: inline-block;
    padding-left: .5rem;
    color: #fafafa;
    content: "/"
}

.breadcrumb a,.breadcrumb-item.active {
    color: #fafafa
}

.breadcrumb-item+.breadcrumb-item:before {
    display: none
}

.banner-text-holder h1 {
    font-family: 'fira_sans_blackregular';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 76.7%;
    text-transform: uppercase;
    color: #fafafa
}

.old-price {
    text-decoration-line: line-through
}

.new-price {
    font-family: 'Poppins-bold';
    color: #d30b0b;
    font-weight: 700;
    padding-left: 5px
}

.inner-banner-holder-new h1 {
    font-family: 'fira_sans_blackregular';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 76.7%;
    text-transform: uppercase;
    color: #6f6f6f
}

.inner-banner-holder-new .breadcrumb {
    color: #c8c3c3
}

.inner-banner-holder-new .breadcrumb-item:after {
    display: inline-block;
    padding-left: .5rem;
    color: #c8c3c3;
    content: "/"
}

.inner-banner-holder-new .breadcrumb a,.inner-banner-holder-new .breadcrumb-item.active {
    color: #c8c3c3
}

.inner-banner-holder-new .breadcrumb-item+.breadcrumb-item:before {
    display: none
}

.product-name-holder {
    width: 100%;
    top: 0;
    font-family: 'fira_sans_blackregular';
    font-style: normal;
    font-weight: 900;
    font-size: 62px;
    line-height: 74.7%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0,0,0,.08)
}

.zindex-small {
    z-index: 999
}

.sliding-menu {
    width: 116px;
    background: #fff
}

.product-details-holder .nav-side-menu.showMenu {
    width: 215px;
    padding-right: 20px;
    -webkit-box-shadow: 10px 0px 7px -1px rgba(145,145,145,.29);
    -moz-box-shadow: 10px 0px 7px -1px rgba(145,145,145,.29);
    box-shadow: 10px 0px 7px -1px rgba(145,145,145,.29);
    z-index: 9999
}

#wrapper.sliding-wrapper.open {
    padding: 0 0 15px 147px
}

.menuover-zindex {
    z-index: 9999
}

.product-details-holder .page-main.open {
    padding: 0 0 15px 85px !important
}

.menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 27px
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: 1
}

.menuBtn span,.menuBtn:before,.menuBtn:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    right: 0;
    background: #040404;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.menuBtn span {
    top: 50%;
    margin-top: -3px
}

.menuBtn:before,.menuBtn:after {
    content: ""
}

.menuBtn:before {
    top: 0
}

.menuBtn:after {
    bottom: 0
}

.menuBtn.close span {
    opacity: 0
}

.menuBtn.close:before {
    top: 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menuBtn.close:after {
    bottom: 11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.banner-2 {
    background: #f4bf4b
}

.banner-3 {
    background: #fff6f7
}

.banner-3 h1 {
    color: #333
}

.buynow-holder {
    top: 50%
}

.page-main {
    max-width: 100% !important
}

.page-header .panel.wrapper {
    background: 0 0 !important;
    border-bottom: none !important
}

.page-header .header.panel {
    max-width: 100% !important;
    padding: 0 !important
}

.carousel-control-prev {
    left: auto
}

.product-info-main .box-tocart .field.qty {
    display: block !important
}

.productCartForm .page.messages {
    width: 100%;
    float: left;
    height: 10px
}

.messages .message {
    position: ;
    width: 100%;
    background: #fff;
    top: -44px;
    z-index: 999;
    font-size: 16px
}

.filter {
    display: none !important
}

.cart-item-content a {
    color: #6f6f6f
}

.product-image-container {
    width: 100% !important
}

.products a {
    width: 100%;
    float: left;
    border: none
}

.page-title-wrapper {
    display: none
}

.page-title-wrapper.product {
    display: block;
    width: 100%;
    float: left
}

.opc-progress-bar {
    margin: 15px 0 20px
}

.opc-progress-bar-item {
    width: 33% !important
}

.opc-progress-bar-item._active:before {
    background: #6f6f6f
}

.opc-progress-bar-item._active>span:before {
    background: #6f6f6f
}

.opc-progress-bar-item._active>span:after {
    font-size: 1.8rem
}

.opc-progress-bar-item>span:after {
    font-size: 1.2rem
}

.opc-progress-bar-item>span {
    font-size: 1rem
}

.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title {
    font-size: 1.2rem
}

.header.content {
    padding: 0 !important
}

.opc-wrapper .fieldset>.field>.label {
    font-size: 14px
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 15px
}

.minicart-items .product .product-image-container {
    height: auto !important;
    width: 100% !important
}

.minicart-items .product-item-details {
    width: 100%;
    float: left;
    padding: 0 0 0 7px
}

.opc-block-summary {
    margin: 0
}

.minicart-items .product-item-name {
    font-size: 1.2rem
}

.authentication-wrapper {
    margin-top: 15px
}

.action.action-help,.action.action-toggle,.action.action-apply,.actions-toolbar .primary .action {
    width: auto !important
}

.shipping-information-title .action.action-edit {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    background: 0 0 !important;
    margin-bottom: 0 !important
}

.opc-block-shipping-information .shipping-information-title {
    font-size: 1.2rem;
    margin: 10px 0 3px
}

.mark {
    background-color: transparent
}

.actions-toolbar {
    margin-left: 0 !important
}

.modal-custom.authentication-dropdown .modal-content,.modal-custom.authentication-dropdown .modal-header {
    border: none !important
}

.action.action-remind {
    width: auto !important;
    border: none !important;
    padding: 0 !important
}

.filter-result {
    color: #495057;
    padding: 0 10px;
    display: initial
}

.small-cart-content table {
    width: 80% !important
}

.msg-holder {
    padding: 100px 0
}

.msg-holder a,.checkout-btns-white {
    width: auto !important
}

.authentication-wrapper {
    display: none !important
}

.checkout-btns {
    background: #6f6f6f !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    display: inline-block !important;
    align-items: center !important;
    text-align: center !important;
    color: #fff !important;
    padding: 15px 25px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    border: 1px solid #6f6f6f !important;
    margin-right: 10px !important;
    width: auto !important
}

.cart-container {
    margin-top: 20px
}

.product-item-photo .product-image-container {
    width: 150px !important
}

.columns .column.main {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}

.page-header {
    border-bottom: none;
    margin-bottom: 0
}

.custom-slide._show {
    z-index: 9999 !important
}

.modal-header {
    padding: 2rem 1rem !important
}

.opc-progress-bar-item._complete>span:after {
    font-size: 1.8rem
}

.product.media {
    display: inline-block !important
}

#registration {
    display: none
}

.product-item-details .product.options,.product-item-details .details-qty {
    font-size: 14px
}

.page-layout-1column .product.media,.page-layout-1column .product-info-main {
    width: 50% !important
}

.page-title-wrapper.product h1 {
    line-height: 0 !important;
    width: 100%;
    float: left
}

.column.main>p {
    display: none
}

.discount-text,.discount-rate {
    font-size: 19px;
    color: #6e6e6e;
    text-transform: uppercase
}

.coupon-link {
    width: auto;
    border: 1px dashed #6f6f6f;
    padding: 14px;
    font-weight: 400 !important;
    font-size: 1rem !important;
    cursor: pointer
}

.coupon-input {
    height: auto !important;
    padding: 14px !important
}

.checkout-container span.note {
    display: none !important
}

#customer-email-fieldset>.field {
    margin-bottom: 0
}

.payment-method .action-help,.ship-via {
    display: none !important
}

.apply-coupon,.action.primary.checkout {
    background: #6f6f6f !important;
    color: #fff !important
}

.action.action-edit-address span {
    visibility: hidden;
    position: relative
}

.action.action-edit-address {
    visibility: visible;
    display: block;
    background: url('../images/edit-link.svg') !important;
    width: 15px !important;
    height: 19px;
    float: left;
    background-size: contain !important;
    border-width: 0 !important;
    background-repeat: no-repeat !important;
    padding: 0 !important
}

.payment-method-title.field.choice input {
    float: left
}

.payment-method-title.field.choice label {
    padding-top: 1px
}

.checkout-billing-address .actions-toolbar .primary button {
    margin-top: 0
}

.checkout-billing-address .actions-toolbar .primary button:hover {
    text-decoration: none
}

.checkout-billing-address .actions-toolbar .primary .action-update {
    background: #6f6f6f !important;
    color: #fff !important
}

.billing-address-details a {
    color: #212529
}

.super-attribute-select {
    width: 50%
}

.opc-estimated-wrapper {
    display: none !important;
    padding-left: 0 !important;
    border: 0
}

.opc-estimated-wrapper .minicart-wrapper {
    display: none !important
}

.opc-estimated-wrapper .estimated-label {
    float: left;
    padding-right: 20px
}

.message.warning {
    font-size: .9rem !important
}

#discount-form {
    max-width: 100%
}

.form-discount .payment-option-inner {
    width: 40%;
    float: left;
    display: inline-block;
    margin-right: 10px
}

.form-discount .payment-option-inner input {
    height: 51px
}

.form-discount .actions-toolbar {
    width: 23%;
    display: inline-block
}

.payment-option-title,#co-payment-form .payment-option {
    display: none
}

.shipping-method-buttons-container button,.shipping-method-buttons-container a {
    min-width: 150px
}

.profduct-details-quantity {
    width: 98px;
    float: left
}

.profduct-details-quantity .control {
    width: auto !important
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) {
    .banner-text h1 {
        font-size:45px
    }

    .banner-text {
        top: 0
    }

    .super-attribute-select {
        width: 100%
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :landscape) {
    .best-selling h1 {
        font-size:45px
    }

    .main-banner {
        top: 15px
    }

    .opc-wrapper,.opc-wrapper form {
        width: 100% !important;
        max-width: 100% !important
    }

    .form-discount .payment-option-inner {
        width: 56%
    }

    .form-discount .actions-toolbar {
        width: 40%
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) and (orientation :portrait) {
    .main-banner {
        top:24px
    }

    .opc-wrapper,.opc-wrapper form {
        width: 100% !important;
        max-width: 100% !important
    }

    .form-discount .payment-option-inner {
        width: 56%
    }

    .form-discount .actions-toolbar {
        width: 40%
    }
}

@media (max-width: 760px)and (orientation :landscape) {
    .banner-holder {
        height:376px !important
    }
}

@media (max-width: 760px) {
    .item-count,.final-rate,.cart-item-img,.total-text {
        float:left;
        margin-top: 10px
    }

    .cart-item-img {
        margin-bottom: 10px
    }

    .cart-full-view {
        padding: 20px !important
    }

    .mb-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .banner-holder {
        height: 565px
    }

    #carouselExampleControls3 {
        margin-top: 25px
    }

    .buynow-btn {
        top: auto !important;
        bottom: 40px
    }

    .shop-banner {
        height: 430px
    }

    .opc-progress-bar-item {
        width: 33.3% !important
    }

    .minicart-wrapper {
        display: none !important
    }

    .mobile-sorter {
        width: 100%
    }

    .mobile-sorter .form-group {
        text-align: left
    }

    .mobile-sorter .custom-label {
        display: inline-block;
        width: 30%;
        float: left;
        margin: 12px 0
    }

    .mobile-sorter .custom-select {
        width: 70% !important;
        float: left;
        margin: 0;
        background-position: center right 0;
        padding-right: 19px;
        font-size: 17px
    }

    .page-layout-1column .product.media,.page-layout-1column .product-info-main {
        width: 100% !important
    }

    .shop-banner {
        background-size: 140%
    }

    .productitle {
        font-size: 45px
    }

    .footer-product-head h1 {
        line-height: 55px
    }

    .subbanner-buynow-btn {
        top: auto !important;
        bottom: 5px
    }

    .banner-breadcrumb-holder {
        left: 4%;
        bottom: 20px;
        top: auto !important;
        padding: 0 !important
    }

    .breadcrumb {
        margin-bottom: 0
    }

    .banner-text-holder h1 {
        margin-bottom: 7px;
        font-size: 50px
    }

    .cart-full-view .cart-item-content h4,.product-item-name a {
        font-size: 18px
    }

    .item-price {
        font-size: 13px;
        padding-bottom: 0 !important
    }

    .cart-full-view .cart-item-img {
        margin: 0
    }

    #cart-popup p {
        margin-bottom: 0
    }

    .item-action {
        position: static !important
    }

    .item-price p {
        font-size: 15px;
        font-weight: 700
    }

    .final-rate {
        float: right;
        font-size: 18px
    }

    .footer-product-head h1 {
        font-size: 55px;
        line-height: 40px
    }

    .cart-full-view h1 {
        font-size: 38px
    }

    .remove-cart {
        font-size: 15px
    }

    .product-details-holder {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .filter-result {
        position: absolute;
        top: 13px;
        left: 32%;
        font-size: 17px
    }

    .mobile-sorter .custom-label a {
        position: absolute;
        right: 10px
    }

    #shipping-method-buttons-container .primary {
        width: auto;
        float: right
    }

    #shipping-method-buttons-container .primary button {
        margin: 0
    }

    #shipping-method-buttons-container .back {
        width: auto;
        float: left
    }

    .form-discount .payment-option-inner {
        width: 46%
    }

    .form-discount .actions-toolbar {
        width: 50%;
        margin-top: 0
    }

    .form-discount .actions-toolbar button {
        float: right
    }
}

@media (max-width: 800px) {
    .nav-side-menu {
        height:75px !important;
        overflow: visible;
        padding-right: 0 !important
    }

    .menu-list {
        left: -800px;
        position: relative;
        background: url('../images/menu-bg.jpg');
        background-size: auto;
        height: 100vh;
        width: 100%;
        background-size: cover;
        top: 65px;
        display: block
    }

    .menu-holder {
        width: 170px;
        float: left;
        padding-right: 25px;
        background: #fafafa;
        position: absolute;
        height: 100%;
        top: -1px
    }

    .cart-button {
        top: 47px;
        z-index: 9999
    }

    .product-details-holder .page-main.open {
        padding: 0 !important
    }

    .super-attribute-select {
        width: 100%
    }

    .homepage-banner-holder {
        padding: 0 !important
    }

    .minicart-items .product-item-name-block {
        width: 100%;
        display: block !important
    }

    .minicart-items .subtotal {
        float: left !important;
        margin-top: 10px;
        font-size: 18px !important
    }

    .step-content .opc-block-summary {
        padding: 0 !important
    }

    .profduct-details-quantity {
        padding-bottom: 20px !important
    }

    .addtocart {
        min-width: 108px !important;
        width: 108px !important;
        padding: 15px 8px!important;
        margin-right: 5px !important
    }

    .buynowbtn {
        width: 108px !important;
        padding: 15px 8px!important;
        min-width: 108px !important
    }
}

.price-container .price-label,.opc-sidebar {
    display: none !important
}

.opc-block-summary .product-item .price {
    font-size: 1.2rem
}

.prevslid:hover,.nextslid:hover {
    background-color: transparent !important
}

.prevslid2:hover,.nextslid2:hover {
    background-color: transparent !important
}

.step-title {
    border: 0 !important
}

.table-checkout-shipping-method {
    display: none !important
}

.product-info-stock-sku .sku,.items-in-cart .title,.minicart-items .product.options {
    display: none !important
}

.checkout-shipping-address .input-text,.checkout-shipping-address .select {
    width: 96% !important
}

.field-tooltip-action {
    position: absolute;
    right: -10px
}

.minicart-items,.payment-option-content {
    display: block !important
}

.opc-block-summary .items-in-cart>.title:after {
    display: none
}

.homeproductBtn {
    margin: 30px 0
}

.homeproductBtn-holder {
    margin: 20px 0
}

.homeproductBtn-holder button {
    margin-bottom: 10px !important
}

.opc-block-summary {
    background: #fff !important
}

.minicart-items .product-item-name,.opc-block-summary .grand.totals,.minicart-items .details-qty {
    font-size: 18px;
    font-family: 'Fira Sans-Bold';
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: #6f6f6f !important
}

.minicart-items .subtotal {
    float: right;
    font-size: 18px;
    font-style: normal;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #6f6f6f
}

.opc-block-summary .totals {
    font-size: 19px;
    color: #6e6e6e;
    text-transform: uppercase
}

.table-totals td,.table-totals th {
    padding: 5px 0
}

.opc-block-summary .minicart-items-wrapper {
    max-height: auto !important
}

.product-deatil-qty {
    margin-bottom: 0 !important
}

.product-deatil-qty label {
    float: left !important;
    margin-right: 13px !important;
    line-height: 2.9em;
    margin-bottom: 0 !important;
    width: auto !important;
    padding: 0 !important
}

.product-deatil-qty .input-text.qty {
    width: 44px !important;
    height: 40px !important
}

.small-cart-quantity {
    height: 40px !important;
    text-align: center;
    width: 65px !important;
    font-family: 'Fira Sans-Semibold' !important
}

.opc-wrapper .form-login {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.fieldset:last-child {
    margin-bottom: 0
}

.profduct-details-quantity #qty-error {
    position: absolute;
    font-size: 14px;
    padding-top: 6px;
    bottom: 8px
}

.cartMessage {
    font-size: 16px
}

.page-wrapper {
    display: block !important
}

.cart-summary {
    display: none !important
}

.switcher-currency {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    margin: 0
}

.switcher-trigger {
    padding: 2px !important;
    margin-bottom: 0 !important;
    line-height: -9px;
    background: 0 0 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    font-family: 'Fira Sans-Semibold'!important
}

.page-header .switcher .options .switcher-trigger.toggle:after {
    font-size: 26px;
    line-height: 26px;
    font-weight: 800
}

#switcher-currency-trigger {
    min-width: 80px !important;
    margin-right: 0 !important
}

#switcher-currency-trigger:after {
    font-size: 26px !important;
    line-height: 26px !important;
    font-weight: 800 !important
}

.switcher-dropdown {
    margin-top: 0;
    min-width: 80px !important
}

.switcher-dropdown:before,.switcher-dropdown:after {
    display: none !important
}

.page-header .switcher .options.active ul.dropdown {
    margin-top: 0;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    border: 1px solid #ddd
}

.page-header .switcher .options ul.dropdown {
    margin-top: -9px;
    height: 0;
    display: block !important;
    overflow: hidden;
    border: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

@media (max-width: 750px) {
    .msg-top {
        text-align:left
    }
}

.upi {
    max-height: 36px;
    margin-left: 18px;
    margin-right: 16px !important
}

.money-transfer img {
    max-width: 55px
}

.money-transfer {
    margin-bottom: 22px
}

.money-transfer div {
    display: inline-block;
    margin-right: 20px
}

.money-transfer .text-blue {
    color: #5d8ed5;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
    cursor: pointer;
    font-size: 12px
}

.upi-container {
    padding-left: 23px;
    color: #686b78
}

.upi-container h5 {
    color: #000;
    font-size: 18px
}

.upi-container .payments div {
    display: inline-block
}

.upi-container .payments img {
    max-width: 48px;
    margin-right: 10px
}

.upi-container .payments {
    padding-bottom: 20px;
    border-bottom: solid 1px;
    margin-bottom: 30px
}

.upi-container .vpa-section .enter-vpa {
    margin-top: 18px;
    border: 1px solid #d4d5d9;
    padding: 0;
    display: block;
    position: relative;
    width: 36%;
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: middle
}

.upi-container .vpa-section .enter-vpa a {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-weight: 700;
    color: #f77900;
    text-transform: uppercase;
    font-size: 12px
}

.upi-container .vpa-section .enter-vpa input {
    border: none;
    height: 58px;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500
}

.upi-container .vpa-section .enter-vpa label {
    position: absolute;
    left: 0;
    bottom: 24px;
    padding-left: 20px;
    line-height: 20px;
    font-size: 17px;
    cursor: text;
    transition: .2s ease;
    width: 100%;
    color: #93959f;
    will-change: transform,color,font-size;
    pointer-events: none;
    font-weight: 400
}

.upi-container .vpa-section .enter-vpa label.click {
    font-size: 12px;
    font-weight: 500;
    color: #7e808c;
    -ms-transform: translateY(-70%);
    transform: translateY(-70%)
}

.upi-container .vpa-section .varify-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    border-radius: 2px;
    overflow: hidden
}

.varify-btn a {
    background-color: #60b246;
    padding: 12px 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 210px;
    display: block;
    text-align: center;
    opacity: .6
}

.varify-btn.visible a {
    opacity: 1
}

.upi-container .vpa-section .check-box {
    margin-left: -20px
}

.upi-container .vpa-section .check-box label {
    position: relative;
    cursor: pointer
}

.upi-container .vpa-section .check-box input {
    visibility: hidden
}

.upi-container .vpa-section .check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a9a9a9;
    box-shadow: 0 1px 2px rgb(0 0 0/5%),inset 0px -15px 10px -12px rgb(0 0 0/5%);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px
}

.upi-container .vpa-section .check-box input:checked+label:before {
    background-color: #60b246;
    border: 1px solid transparent
}

.upi-container .vpa-section .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.upi-container .vpa-section .enter-vpa .error-msg {
    display: none;
    position: absolute;
    bottom: -20px;
    color: red;
    font-size: 14px
}

.upi-container .vpa-section .enter-vpa.error .error-msg {
    display: block
}

.upi-container .vpa-section .enter-vpa input {
    border: solid 1px transparent
}

.upi-container .vpa-section .enter-vpa input:focus {
    outline: red
}

.upi-container .vpa-section .enter-vpa.error input {
    border: solid 1px red
}

.upi-container .vpa-section .enter-vpa.error input:focus {
    border: solid 1px red
}

.upi-container .vpa-section .enter-vpa.error {
    margin-bottom: 24px
}

.contact-addres img {
    width: 22px;
    margin-right: 15px
}

.contact-addres {
    display: flex;
    align-items: flex-start
}

.contact-addres-heading {
    margin-bottom: 16px
}

.contact-addres a {
    margin-bottom: 16px;
    color: #000
}

@media (max-width: 800px) {
    #maincontent {
        padding-left:0
    }
}
@media (max-width: 1200px)
.best-selling h1 {
    font-size: 52px;
}
