:root {
    --p-clr: #d6a563;
    --s-clr: #222;
    --lt-clr: #e9e9e9;
    --wht-color: #fff;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
button {
    transition: all 0.3s;
    text-decoration: none;
}

a {
    color: var(--wht-color);
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--s-clr) !important;
    background: var(--lt-clr) !important;
}

header .row .col-2,
header .row .col-3,
header .row .col-4,
header .row .col-6,
header .row .col-xs-3,
header .row .col-xs-6 {
    display: flex;
    align-items: center;
}

header a {
    color: var(--s-clr);
}

header .left-menu {
    float: left;
}
.page-header{
    z-index: 2;
}
.slick-slide picture > img {
    width:100% !important;
}
.item.image.alo-item.slick-slide.slick-current,.item.image.alo-item.slick-slide.slick-current.slick-active a,
.item.image.alo-item.slick-slide.slick-current a > picture,
.item.image.alo-item.slick-slide.slick-current a > picture img {
    display: block;
    width:100%;
}

header .left-menu li {
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}

header .left-menu li:last-child {
    border-right: 0;
}

header .left-menu li a {
    padding-right: 20px;
}

header .right-menu {
    float: right;
    margin: 0;
    display: flex;
    align-items: center;
}

header .right-menu li {
    float: left;
    border-left: 1px solid #cccccc6b;
    padding: 5px 10px;
    margin-bottom: 0;
}

header .right-menu li:first-child {
    border-left: 0
}

header .right-menu li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff !important;
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .right-menu li a i {
    font-size: 18px;
    margin-right: 15px;
}
header .right-menu .customer-welcome {
    cursor: pointer;
}
header .right-menu .customer-welcome ul.dropdown-options {
    min-width: 180px;
    right: -10px;
}
header .right-menu .customer-welcome a,header .right-menu .customer-welcome a:hover {
    color: #fff;
}
header .right-menu .customer-welcome ul.dropdown-options li,header .right-menu .customer-welcome ul.dropdown-options li a {
    display: block;
    width: 100%;
    text-align: left;
    color:#333 !important;
}
.logo {
    max-width: 150px;
    margin: 5px auto !important;
}

.alo-content-60266bc54b84f.magicproduct.product.autoplay .product-item:nth-child(6n+1) {
    clear: unset;
}

ul.static-ban-ftr {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.static-ban-ftr li {
    float: left;
    width: 25%;
    padding:0.5% 1%;
    position: relative;
}
ul.static-ban-ftr li:last-child:after {
    display: none;
}

ul.static-ban-ftr li:after {
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.deliver {
    background: var(--wht-color);
    padding: 20px 0;
}

.deliver .block {
 padding: 10px 0;text-align: center;

}   

.deliver .block figure {
    float: left;
    margin-right: 0px;
    width: 100%;
}

.deliver .block.bor0 {
    border: 0;
}

.deliver .block .content {
    width: 100%;
    float: left;
}

.deliver .block .content .ttl {
    font-size: 12px;
    font-weight: 600;
}

.deliver .block .content p {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    margin: 0;
	padding-top: 5px;
	font-size: 11px;
}

.header-top-banner {
    position: relative;
    margin-top: -150px;
    z-index: 0;
    height: inherit;
   /** overflow: hidden;
    max-height: 620px; **/
}

.header-top-banner button {
    /*display: none !important;*/
}


/*********************************
            new-arrival
*********************************/

.mb30 {
    margin-bottom: 30px;
}


.arrival-banner {
    position: relative;
    margin-top: -160px;
    margin-bottom: 30px;
}
.new-arrival .premium-banner {
    margin-bottom: 30px;
}
/*.new-arrival .premium-banner .left,.new-arrival .premium-banner .right{
    background: url(https://upgrade.eoutlet.com/pub/media/images/premium-perfume-img.jpg);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 380px;
    background-size: cover;
    display: block;
}*/
/*.new-arrival .premium-banner .right{
    background-image: url(https://upgrade.eoutlet.com/pub/media/images/premium-sunglass-img.jpg);
}*/
.new-arrival {
    padding: 60px 0 0 0;
    background: #fff;
}

.new-arrival .head-block {
    max-width: 500px;
    margin: 50px auto;
    text-align: center;
    border: 2px solid #333;
    padding: 10px 0;
    position: relative;
}

.new-arrival .head-block p {
    margin-bottom: 5px;
    font-weight: 400;
}

.new-arrival .head-block:before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid #333;
    width: 100px;
    top: 50%;
    transform: translate(-100px, -50%);
}

.new-arrival .head-block:after {
    content: '';
    position: absolute;
    right: 0;
    border: 1px solid #333;
    width: 100px;
    top: 50%;
    transform: translate(100px, -50%);
}

.new-arrival .head-block .ttl {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #222;
}

.new-arrival .head-block p.top {
    margin: -20px auto 0 auto;
    background: var(--wht-color);
    max-width: 180px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.new-arrival .sm-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-arrival a {
    color: #333;
}

.new-arrival .sm-products .left {
    margin-right: 30px;
}

.new-arrival .sm-products .left,
.new-arrival .sm-products .right {
    background: var(--wht-color);
    padding: 0;
    margin-bottom: 30px;
    width: calc(50% - 15px);
}

.new-arrival .sm-products .left a,
.new-arrival .sm-products .right a {
    display: block;
    width: 100%;
    text-align: center;
}

.new-arrival .sm-products img.img-product {
    /*max-height: 255px;*/
}

.new-arrival .sm-products .left .content,
.new-arrival .sm-products .right .content {
    margin-top: 20px;
    text-align: center;
}

.new-arrival .sm-products .left .content .ttl,
.new-arrival .sm-products .right .content .ttl {
    font-weight: 700;
    text-transform: capitalize;
}

.new-arrival .sm-products .left .content .price,
.new-arrival .sm-products .right .content .price {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}


/************************************
            static-product
************************************/

.static-product {
    position: relative;
    /*min-height: 500px;*/
    display: flex;
    text-align: center;
}

.static-product .tagline {
    position: absolute;
    background-color: #d8a664;
    color: var(--wht-color);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.static-product .left {
    /*background: #ccc url(../image/moschino-shoes.png) no-repeat;*/
    background-position: left center;
    background-size: cover;
    width: 50%;
    float: left;
    /*display: flex;*/
    align-items: center;
    flex-direction: row-reverse;
}

.static-product .left .content {
    margin-right: 30px;
    color: var(--wht-color)
}

.static-product .left .content .price {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.static-product .left .content .price .new-price {
    color: var(--wht-color);
}

.static-product .left .content .price .old-price {
    text-decoration: line-through;
}

.static-product .left .content a.addtocart {
    border-radius: 100px;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--wht-color);
}

.static-product .left .content .ttl,
.static-product .right .content .ttl {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.static-product .right {
    /*background: #041722 url(../image/balmain-tshirts.png) no-repeat;*/
    background-position: left center;
    background-size: cover;
    width: 50%;
    float: left;
    /*display: flex;*/
    align-items: center;
}

.static-product .right .content {
    margin-left: 30px;
    color: var(--wht-color)
}

.static-product .left .content img,
.static-product .right .content img {
    margin-bottom: 20px;
}

.static-product .right .content .price {
    font-size: 14px;
    font-weight: 500;
    color: var(--wht-color);
}

.static-product .right .content .price .new-price {
    color: #ffbd00;
}

.static-product .right .content .price .old-price {
    color: #333;
    text-decoration: line-through;
}

.static-product .right .content a.addtocart {
    border-radius: 100px;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--wht-color);
}


/*************************************
            Feature Product
*************************************/

.feature-product {
    padding: 80px 0;
    float: left;
    width: 100%;
    background: #e9e9e9;
}

.feature-product .tab-content {
    padding: 40px 0 0 0;
}

.feature-product .tab-pane.active {
    opacity: 1;
}

.feature-product .products {
    margin: 30px 10px;
}

.feature-product .products a {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.feature-product .products a .content {
    margin-top: 20px;
    font-weight: 700
}

.feature-product .products a .content .price {
    color: #999
}

.feature-product .products .price-box.price-final_price .old-price .price-label {
    display: none;
}

.feature-product .products .price-box.price-final_price .old-price,
.product-item .price-box .old-price {
    text-decoration: line-through;
    color: #999;
}

.product-item .price-box .price-label {
    display: none;
}

.feature-product .nav {
    margin: 40px 0 0 0;
    padding: 0;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.feature-product .nav li a {
    border-bottom: 2px solid transparent;
}

.feature-product .nav li a.active {
    border-bottom: 2px solid #d8a664;
}

.feature-product .nav li a {
    padding: 0px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.feature-product .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-product .sb-title {
    font-size: 16px;
    font-weight: 500;
}

.feature-product .block-title-tabs .title {
    font-size: inherit;
}

.feature-product ul li.item:hover {
    cursor: pointer;
}

.feature-product .item.product.product-item {
    text-align: center;
    background: #fff;
}

.feature-product .block-title-tabs .item.activated {
    border-bottom: 2px solid #d8a664;
}

.featured-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.magicproduct.product.autoplay {
    width: 100%;
}


/*************************************
            play store
*************************************/

.play-store {
    background: var(--wht-color);
    padding: 0;
    float: left;
    width: 100%;
}

.play-store ul {
    margin: 0;
    padding: 0;
}

.play-store ul li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}

.play-store ul li:last-child {
    margin-right: 0
}


/************************************
            instagram
************************************/

.instagram {
    padding: 80px 0;
    background: url(../image/instagram-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.instagram .top-title {
    text-transform: uppercase;
    color: #d8a664;
    font-size: 18px;
    font-weight: 600
}

.instagram .title {
    text-transform: uppercase;
    font-size: 40px;
    color: var(--wht-color);
    font-weight: 900;
}

.instagram .sb-title {
    color: #dddddd;
    font-size: 16px;
    max-width: 60%;
    margin: 10px auto;
}


/*************************************
                Footer
*************************************/

footer {
    padding: 80px 0 0 0 !important;
}

footer {
    background: var(--s-clr) !important;
    color: var(--wht-color);
}

footer h4.title {
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
}

footer h4.title:before {
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: var(--p-clr);
    content: '';
}

footer h4.title em {
    margin-right: 10px;
}

footer h4.title img {
    max-height: 30px;
    line-height: 1;
}

footer .links li {
    margin-bottom: 5px;
}

footer .links li a {
    color: #ccc
}

footer .links li a em {
    margin-right: 5px;
}

footer .links li a:hover {
    opacity: 1;
    color: var(--wht-color)
}

footer .text {
    opacity: 0.5;
}

footer form .form-group {
    margin-bottom: 5px;
}

footer .footertop form input,
footer .footertop form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 0 !important;
    min-height: 40px;
    padding: 0px 5px;
    color: var(--wht-color);
}

footer form input:focus,
footer form textarea:focus,
footer form .send-btn:focus {
    outline: 0;
}

footer .footer-news .action.subscribe {
    float: left;
    height: 40px;
}

footer form textarea {
    min-height: 80px;
}

footer form .send-btn {
    width: 100%;
    height: 40px;
    text-align: center;
    border: 0;
    background: var(--p-clr);
    color: var(--wht-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

footer .get-app .hd {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--p-clr);
}

footer .get-app ul li {
    margin-bottom: 5px;
}

footer .footer-news label {
    float: left;
    width: 50%;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
}

footer .footer-news .newsletter:focus {
    outline: 0;
}

footer .footer-news {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.2);
    margin: 20px 0 0 0;
}

footer .footer-news img.payment-img {
    padding-top: 10px;
}

footer .copyright {
    background: transparent;
    text-align: center;
    margin: 10px 0;
}

footer .copyright span {
    color: var(--p-clr);
}

footer .get-app ul {
    margin: 0;
    padding: 0;
}

footer .get-app ul li {
    list-style: none;
    float: left;
    margin-right: 2%;
    line-height: 1;
}

footer .get-app ul li img {height: 38px;}

footer .get-app ul li:last-child {
    margin-right:5px;
}

footer .get-app ul li a {
    display: block;
}

img.payment-icons {
    max-width: 100%;
    max-height: 20px;
}

.copy-rt-block .footer-copyright-logo {
    float: left;
    line-height: 1
}

.copy-rt-block {
    margin: 0 auto;
    max-width: 400px;
}

.copy-rt-block .footer-copyright-logo img {
    max-width: 60px;
}

footer .ftr-address {
    margin: 0;
    padding: 0;
}

footer .ftr-address li {
    list-style: none;
    font-weight: 600;
}

footer .ftr-address li span {
    color: var(--p-clr);
    display: inline-block;
    width: 90px;
    float: left;
}

footer .ftr-address li ul {
    margin: 0;
    padding: 0;
    float: left;
}

footer .ftr-address li ul li {
    list-style: none;
    float: left;
}

footer .ftr-address li ul li a {
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    line-height: 1;
    text-decoration: none;
}

footer .ftr-address li ul li a em {
    font-size: 18px;
    color: #fff;
}

.shopping-bag {
    background: var(--p-clr);
    float: right;
    color: var(--wht-color);
    padding: 15px 20px 15px 40px;
    position: relative;
}

.shopping-bag .text {
    float: left;
    margin-right: 25px;
    font-weight: 500;
}

.shopping-bag .text .your-cart {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.shopping-bag .text .cart-value {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.shopping-bag i.shopping {
    float: right;
    font-size: 0;
}

.shopping-bag .item-value {
    position: absolute;
    left: -20px;
    width: 40px;
    height: 40px !important;
    border-radius: 100px !important;
    background-color: #a63735 !important;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #fff;
}

.shopping-bag .item-value .num {
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td:last-child {position: relative;}
.cart.items.data.table tr.item-info td.col.subtotal .actions-toolbar {
    position: absolute!important; right: 12px; top: 3px;
    
    }
	
	

/* Css Overwrite */

.columns .column.main {
    padding: 0 !important;
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 0 !important;
}

.panel.wrapper {
    display: none;
}

.magicmenu .nav-desktop .level0 {
    margin: 0 !important;
}

.magicmenu .nav-desktop .level0.active a {
    background: transparent;
    color: #333;
}

.magicmenu .nav-desktop .level0.active .icon-text {
    background: transparent !important;
    color: #333 !important;
}

.magicmenu .nav-desktop .level0:hover a {
    background: transparent !important;
    color: #333 !important;
}

.magicmenu .nav-desktop .level0.active a,
.magicmenu .nav-desktop .level0.hover a {
    border-bottom: 3px solid var(--p-clr);
}

.magicmenu .nav-desktop .level0 .level-top {
    padding:24px 0 25px 0 !important;
    margin: 0px 11px;
}

.magicmenu .nav-desktop .level0 .level-top:before,
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
    display: none;
}

.sections.nav-sections {
    background: #fff;
    margin: 0 !important;
    float: left;
    width: 100%;
}

.sections.nav-sections .nav-sections-item-content {
    padding: 0;
    float: left;
}

.minicart-wrapper .action.showcart:before {
    display: none;
}


/* Head title */

.head-block {
    /*max-width: 500px;*/
    margin: 80px auto 40px auto;
    text-align: center;
    /*border: 2px solid #fff;*/
    padding: 30px 0;
    position: relative;
    /*border-top: 0;*/
    background: url(./../image/Path.png) no-repeat center;
    display: block;
}

.head-block p {
    margin-bottom: 5px;
}

/*.head-block:before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid #fff;
    width: 100px;
    top: 50%;
    transform: translate(-100px, -50%);
}

.head-block:after {
    content: '';
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    width: 100px;
    top: 50%;
    transform: translate(100px, -50%);
}*/

.head-block .ttl {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.head-block p.top {
    margin: -40px auto 20px auto;
    position: relative;
    max-width: 180px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    /*background: #000;*/
}


/*.head-block p.top:before,.head-block p.top:after {
    content: '';
    position: absolute;
    width: 20%;
    left: 9.9%;
    background: #fff;
    height: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.head-block p.top:after {
    right: -10.1%;
    left: inherit;
}*/


/* head title end */


/* category page */

.breadcrumbs {
    padding: 0 !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}

.breadcrumbs a {
    font-weight: bold;
    color: #666 !important;
}

.breadcrumbs strong {
    font-weight: 600;
    color: #bdbcbc !important;
}

.page-main {
    margin: 0 !important;
    padding: 0 !important;
}

.page-products.page-with-filter ol.products.list.items.product-items .item {
    background: #fff;
    text-align: center;
    padding: 0;
    margin-left: 0;
    margin-right: 3%;
}

.page-products.page-with-filter ol.products.list.items.product-items .item:nth-child(3n) {
    margin-right: 0;
}

.page-products.page-with-filter .toolbar.toolbar-products {
    background: #f5f5f5;
    padding: 15px;
    clear: both;
}

.page-products.page-with-filter .sidebar.sidebar-additional .block {
    margin-right: 25px;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item {
    background: #f7f7f7;
    margin-bottom: 30px;
    border: 0;
    padding: 0;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li {
    border-bottom: 1px solid #efefef;
    padding: 10px 10px 10px 25px;
    margin: 0px 10px;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li a .count {
    right: 0;
    color: #d0d0d0;
    font-weight: 600;
    position: absolute;
    top: 0;
}

.page-products.page-with-filter ol.sy-multiple-layered-navigation-items li a {
    background-position: left top 1px;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content {
    margin: 0;
    padding: 0;
    display: block;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li a .count:before,
.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li a .count:after {
    display: none;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li a {
    display: block;
    padding-right: 20px;
    position: relative;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li a:hover {
    color: #666;
}

.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li:last-child {
    border: 0;
}

.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info {
    width: 100%;
    margin-bottom: 10px;   
    position: relative;
}
.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info .actions-secondary {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info .actions-secondary .action.towishlist {
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    width: 35px;
    height: 35px;
    background: url(./../image/wishlist.png) no-repeat;
}
.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info .actions-secondary .action.towishlist:before{
    display: none;
}
.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info .actions-secondary .action.towishlist span {
    display: none;
}
.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info .actions-secondary .action.towishlist:before {
    margin-right: 0;
}
.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info img {
    mix-blend-mode: darken;
}

.page-products.page-with-filter ol.products.list.items.product-items .item .product-item-info a>span>span {
    /**background: #f8f8f8;**/ height:360px;
}

.product-item-info .product.details.product-item-details strong.product.name.product-item-name > a.product-item-link
{
    color: #212529;
    font-weight: 600;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}


.page-products.page-with-filter ol.products.list.items.product-items .item .product.details.product-item-details {
    background: #fff; color: var(--p-clr);
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-products.page-with-filter ol.products.list.items.product-items .item .product.details.product-item-details 
.price-box.price-final_price {margin: 10px 0 0px;}

.page-products.page-with-filter ol.products.list.items.product-items .item .product.details.product-item-details .old-price span.price {
	color: #c5c5c5!important;
	}

.block.related .block-title.title {
    text-align: center;
}

.block.related .block-title.title strong {
    font-size: 24px;
}
.products-related .slick-track li{
    width:100%;
}
.products-related .slick-track li .product-item-info {
    width: 100%;
    background: #fff;
}
.products-related .slick-track li .product-item-info .product-hover a {
    width: 100%;
    text-align: center;
    display: block;
}
.products-related .slick-track li .product-item-info .product-hover {
    background: #e0e0e0;
}
.products-related .slick-track li .product-item-info .product-item-details {
    padding: 20px 10px;
    text-align: center;
}
.products-related .slick-track li .product-item-info .product-item-details p.product.name.product-name.product-item-name {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-related .slick-track li .product-item-info .product-item-details .price-box.price-final_price {
    margin: 10px 0 0 0;
}


/* Now shopping by */

.block-content.filter-content .filter-current ol.items li {
    background: #fff;
    border-radius: 10px;
    padding:5px 30px 5px 10px !important;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.block-content.filter-content .filter-current ol.items li a.action.remove {
    top: 3px;
    right: 10px;
    left: inherit;
}

.block-content.filter-content .filter-current ol.items li a.action.remove:before {
    font-size: 8px;
    font-weight: 600;
}

.block-content.filter-content .block-actions.filter-actions {
    float: left;
    width: 100%;
}


/* Now shopping by end */


/* Swithcer currency */

.switcher.currency.switcher-currency {
    border-left: 1px solid #cccccc6b;
    padding-left: 10px;
}


/* Swithcer currency end */

.filter-options .swatch-attribute-options a .swatch-option.text {
    height: inherit;
    margin: 0 0 15px 15px;
}

.new-arrival .head-block p.top:before,
.new-arrival .head-block p.top:after {
    display: none;
}

.switcher .switcher-options .action span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.switcher .switcher-options .action:after {
    color: #fff !important;
}

.switcher .switcher-options .switcher-dropdown li a {
    font-size: 13px;
    font-weight: 600;
}

.switcher .switcher-options .switcher-dropdown li a .flag {
    margin-right: 5px;
}

.switcher.currency.switcher-currency strong.label.switcher-label {
    position: relative;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    width: 30px;
    height: 20px;
    float: left;
}

.switcher .switcher-options .action .flag {
    margin-right: 5px;
}

.feature-product li.item.product.product-item {
    width: 23.5% !important;
    padding: 0 !important;
}

.feature-product li.item.product.product-item .product-item-info {
    width: 100%;
}

.feature-product li.item.product.product-item .product-item-info .images-container {
    background: #e1e1e1;
}

.page-footer #contact-form .field {
    margin: 0 0 10px;
}

.form.subscribe .actions input {
    width: 100%;
}

.form.subscribe .actions {
    width: 50%;
    float: left;
    position: relative;
    margin: 5px 0;
}

.form.subscribe .actions .subscribe.primary {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    text-align: center;
    height: inherit;
    padding: 6px 15px;
}

.form.subscribe .actions .subscribe.primary i {
    color: #000;
}


/* Product detai page */

.gallery-placeholder {
    width: 100%;
}

.product-info-main-right {
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
    border-radius: 5px;
}

.product-info-main-right .stock.available span {
    color: #d6a563;
    display: inline-block;
    margin-left: 5px
}

.product-info-main-right .product-info-stock-sku .stock,
.product-info-main-right .product.attribute.sku {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px
}

.product-info-main-right .product-info-stock-sku strong {
    float: left;
    color: #999;
    font-weight: 600
}

.product-info-main-right .product.attribute.sku .type {
    float: left
}

.product-info-main-right .product.attribute.sku .value {
    margin-left: 10px;
    display: inline-block;
    color: #d6a563
}

.product-info-main-right .actions button.action.primary {
    background: var(--p-clr);
    border-radius: 5px;
    width: 100%;
    margin: 0;
    border: 0;
    display: inherit;
    font-size: 15px;
    opacity: 1
}

.product-info-main-right .actions button:focus {
    outline: 0
}

.product-info-main-right .box-tocart,
.product-info-main-right .fieldset {
    margin: 0!important
}

.product-info-main-left .page-title-wrapper.product {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.product-info-main-left h1.page-title {
    font-size: 28px;
    text-transform: capitalize;
}

.product-info-main-left .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-info-main-left .product-social-links {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.product-info-main-left .product-social-links .product-addto-links a:last-child {
    margin-right: 0
}

.product-info-main-left .product.attribute.overview {
    float: left;
    width: 100%;
    margin: 0;
    color: #4c4c4c;    
    /*font-size: 13px;*/
    /*line-height: 18px;*/
}

.product-info-main-left .fotorama__thumb-border {
    border: 1px solid var(--p-clr)
}

.product-info-main-right .product-options-bottom .control {
    height: 36px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 100px;
    float: left;
    width: 100%
}

.product-info-main-right .control input.input-text.qty {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 100px;
    text-align: left;
    padding: 0 40px;
    text-align: center;
}

.product-info-main-right .control button {
    position: relative;
    float: right;
    background: 0 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 35px;
    height: 35px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #999;
}
.product-info-main-right .control button i.fa:before {
    font-size: 12px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-info-main-right .control button:focus {
    outline: 0
}

.product-info-main-right .actions {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    text-align: center
}

.product-info-main-right .product-info-price .product-info-stock-sku .price-box .old-price .price-label {
    display: none;
}

.product.info.detailed .tabs ul {
    margin: 0;
    padding: 10px 20px;
    background: #f8f8f8;
    float: left;
    width: 100%;
}

.product.info.detailed .tabs {
    float: left;
    width: 30%
}

.product.info.detailed .content.item {
    float: left;
    width: 68%;
    margin-left: 2%
}

.product.info.detailed {
    margin-top: 20px;
}

.product.info.detailed .tabs ul li a {
    display: block;
    padding: 10px 10px 10px 0;
    color: #333;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.product.info.detailed .tabs ul li {
    margin: 0;
    position: relative
}

.product.info.detailed .tabs ul li a:before {
    content: '';
    background: var(--p-clr);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    opacity: 0
}

.product.info.detailed .tabs ul li.active a:before {
    opacity: 1
}

.product.info.detailed .tabs ul li a i {
    margin-right: 5px;
}

.product-info-main-right .product-info-price .product-info-stock-sku .price-box .old-price span.price {
    position:relative;
    font-size: 18px;
    color: #c5c5c5!important;
    font-weight: normal !important;
}

.product-info-main-right .product-info-price .product-info-stock-sku .price-box .special-price,
.product-info-main-right .product-info-price .product-info-stock-sku .price-box .old-price {
    float: left;
}

.product-info-main-right .product-info-price .product-info-stock-sku .price-box .special-price .price {
    font-size: 26px;
    font-weight: 600;
    color: #575757;
    margin-right: 10px;
}

.product.info.detailed .tabs h3.title {
    background: #fff;
    padding: 15px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.product.info.detailed .tabs ul li.active a {
    color: var(--p-clr);
}

/*.product-info-main-left .fotorama__thumb__arr.fotorama__thumb__arr--right,
.product-info-main-left .fotorama__thumb__arr.fotorama__thumb__arr--left {
    background: var(--p-clr);
}*/

.sharethis .mp_social_share_inline {
    background: transparent;
}

.sharethis .mp_social_share_inline svg {
    width: 20px;
}

.sharethis .mp_social_share_inline span {
    display: grid;
    place-items: center;
}

.swatch-option.text {
    line-height: 1;
    min-height: 22px;
}

.sharethis .mp_social_share_inline {
    background: transparent;
}

.sharethis .mp_social_share_inline svg {
    width: 20px;
}

.sharethis .mp_social_share_inline span {
    display: grid;
    place-items: center;
}

.sharethis .txt {
    float: left;
    margin-top: 15px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}

.product.info.detailed .content.item .additional-attributes-wrapper table th {
    width: 15% !important;
    background: var(--p-clr);
    margin: 10px;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.product.info.detailed .content.item .additional-attributes-wrapper table td {
    width: 60% !important;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.product.info.detailed .content.item .additional-attributes-wrapper table {
    background: #fff;
    width: 100%;
}

.breadcrumbs-wrapper {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.product-info-main-right .swatch-attribute.size select {
    border-radius: 100px;
    min-height: 34px;
    line-height: 1;
    padding: 0px 15px;
}

.product-info-main-left .product-social-links .product-addto-links {
    clear: both;
    width: 100%;
    float: left;
}

ul.list-unstyled.swatch-option {
    overflow: visible
}

;
ul.list-unstyled li {
    padding: 5px 10px;
    z-index: 2;
}

ul.list-unstyled li:not(.init) {
    float: left;
    width: 130px;
    background: #ddd;
}

ul.list-unstyled li:not(.init):hover,
ul.list-unstyled li.selected:not(.init) {
    background: #09f;
}

ul.list-unstyled li.init {
    cursor: pointer;
}

.wrapper-dropdown-color {
    width: 150px;
    height: 50px;
    cursor: pointer;
    border: 1px #000 solid;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 100px;
    position: relative;
    max-height: 32px;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color ul.list-unstyled {
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 20px 20px;
    display: none;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color>span {
    width: 100%;
    display: block;
    padding: 5px 10px;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color ul.list-unstyled li {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 1px;
    background: transparent;
    border-bottom: 1px solid #ddd;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color ul.list-unstyled li:last-child {
    border: 0;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color ul.list-unstyled li:hover {
    background: #ddd;
}

.product-info-main-left .product-social-links .product-addto-links a i {
    font-size: 18px;
    display: grid;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color>span i {
    float: right;
    line-height: 20px;
}

.list-unstyled .colorbox {
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    float: right;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .wrapper-dropdown-color>span span.selectbox .colorbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 5px;
}

/*.product-options-wrapper .swatch-option {
    display: none;
}*/
.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.subtotal .actions-toolbar .action-towishlist {
    display: none;
}


.product-options-wrapper .swatch-attribute {
    float: left;
    width: 100%;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label,
.product-options-bottom .label {
    color: #999;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 50px;
    float:left;
    font-size: 11px;
    margin-top: 10px;
}


.product-options-wrapper .swatch-attribute .swatch-attribute-options {
    margin: 5px 0 10px 0 !important;
    float: left;
    width: calc(100% - 60px);
}

.product-options-wrapper .swatch-opt a.schart-sizechart-link.schart-sizechart-link-1 {
    margin: 0;
    color: var(--p-clr);
}

span.selectbox .colorlabel {
    float: left;
}

.block.block-search {
    position: absolute;
    right: 0;
}

.block.block-search input#search::placeholder {
    color: #999;
    font-size: 12px;
}

.product-info-main-right .product-options-wrapper .swatch-attribute.color .swatch-option.image {
    outline: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 100px;
    height: 30px !important;
}

/* .product-info-main-right .product-options-wrapper .swatch-attribute.color .swatch-option.image.selected{
    border: 2px solid var(--p-clr) !important;
} */

.intl-tel-input .selected-flag .iti-arrow { display:none;}
.intl-tel-input .selected-flag .iti-flag {
    background-color: inherit !important;
    box-shadow: none !important;
    }
    

.page-header .switcher .options ul.dropdown {min-width: 80px;}
.page-header .switcher .options ul.drop_flag {min-width: 160px;}

.cart-summary button.action.cancel.primary {
        background: #000;
        border: solid 1px #000;
        border-radius: 3px;
        width: 37%;
    }
.cart-summary .row.totals-discount {        width: 146%;    }

.mpgiftwrap-wrap-all-cart.owl-loaded.owl-drag .owl-stage {width: 100%!important;}
.mpgiftwrap-wrap-all-cart.owl-loaded.owl-drag .owl-item.active {width: 100%!important;}
.mpgiftwrap-wrap-all-cart.owl-loaded.owl-drag .owl-item.active .mpgiftwrap-wrap-item {width: 100%!important;}
/*.mpgiftwrap-wrap-all-cart.owl-loaded.owl-drag .owl-item.active .mpgiftwrap-wrap-item label {width: 100%!important;}*/
.checkout-index-index aside.modal-popup .mpgiftwrap-wrap-item {
    margin-right: 0;
}
.mpgiftwrap-wrap-all-cart.owl-loaded.owl-drag .owl-item.active .mpgiftwrap-wrap-item .media {margin-bottom: 10px;}

#vsms-mobileverify .admin__control-text.otp-checkout-field { margin-bottom:10px!important;}
footer.modal-footer {
    margin: 0!important;
    padding: 6px!important;
}

body.checkout-index-index .modal-popup .modal-inner-wrap {width: 50%!important;}
/*.onestepcheckout-index-index .opc-block-summary .minicart-items-wrapper {height: 432px}*/
.checkbox-wrap input[type=checkbox]:checked+label {background-color: #d8a664;}
.checkbox-wrap input[type=checkbox]:checked+label:after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 6px; left: 5px; opacity: 1; position: absolute;
    top: 5px; transform: rotate(-45deg); width: 10px; background-color: rgba(255,0,0,0); border-radius: 0;}
body.checkout-index-index .modal-popup .modal-inner-wrap header.modal-header h1 {padding-bottom: 0px;}

/*5-24-2021 rakeshwar*/
.actions.order-tracking {background: var(--wht-color);padding: 15px;margin-bottom: 15px;}
.actions.order-tracking a {color: #575757;padding-right: 20px;text-decoration: none;font-weight: 600;}
.actions.order-tracking a:hover {color: var(--p-clr);}
.minicart-wrapper .minicart-items-wrapper .minicart-items .item.product .product-item-details .product.options .content {
    width: 100%;
}
/*5-24-2021 end*/

@media only screen and (max-width: 1199px) {
.magicmenu .nav-desktop .level0 .level-top {
    margin: 0 8px !important;
}
}

@media (max-width:991px){ 
    .minicart-items .product-item-details .product .options.list dd {
        float: left!important;
    }
    
    .minicart-items .product-item-details .product .options.list dt {
        float: left!important;
        margin: 0 10px 5px 0px!important;
    }
    
    .minicart-wrapper .minicart-items-wrapper .minicart-items .product .product .product.actions a.action.delete:before {
        position: relative;
        top: 0px!important;
    }
    
    
    }

    
@media (min-width:767px) and (max-width:1024px) {
    .magicmenu .nav-desktop .level0 .level-top {
        margin: 0 15px !important;
    }
}


/* mini cart start */

a.action.showcart.shopping-bag span.text {
    display: block !important;
    position: relative !important;
    opacity: 1;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    color: #fff;
}

a.action.showcart.shopping-bag.active:before {
    display: none;
}

/* Mini Cart Start */
.minicart-items-wrapper.minproduct-listing {
    max-width: 90%;
    max-height: 250px;
    min-height: 192px;
    margin: 0 auto;
    overflow-y: auto;
    margin-bottom:5px;
    border:0;
    padding: 0;
}
.minicart-items-wrapper.minproduct-listing ol li{
    border:1px solid #efefef !important;
    padding: 10px !important;
    margin-bottom:10px;
    display:inline-block;
    width: 97% !important;
    border-radius: 5px;
    color: #000;
}
/* width */
.minicart-items-wrapper.minproduct-listing::-webkit-scrollbar {
  width: 6px;
}
/* Track */
.minicart-items-wrapper.minproduct-listing::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.minicart-items-wrapper.minproduct-listing::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
.minicart-items-wrapper.minproduct-listing::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details a {
    color: #000;
    font-weight: 600;
}
.minicart-items-wrapper.minproduct-listing ol li a .product-image-container {
    width: 90px;
    background: red;
    float: left;
}
.minicart-items-wrapper.minproduct-listing ol li a.product-item-photo .product-image-container {
  display: block;
  background: #e1e1e1;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details {
    position: relative;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product.actions {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details  .action.delete:before{
    content:'\e616';
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product-item-name {
    padding-right: 30px;
    line-height: 20px;
}
.minicart-items-wrapper.minproduct-listing .minicart_subtotal .subtotal .label {
    float: left;
    margin-bottom:0;
}
.minicart-items-wrapper.minproduct-listing .subtotal .label {
    float: left;
}
.minicart-items-wrapper.minproduct-listing .subtotal {
    color: #000;
    font-weight: 600;
    margin: 0 !important;
}
.minicart-items-wrapper.minproduct-listing .minicart_subtotal {
    width: 97%;
}
.minproduct-buttons .actions {
    width: 100%;
}
.minproduct-buttons .actions a,.minproduct-buttons .actions button {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    text-align:center;
    border-radius:5px;
    margin-bottom:5px;
    color:#000;
}
.minproduct-buttons .actions button,.minproduct-buttons .actions button:hover   {
    background:var(--p-clr);
    border:0;
    color:#ffff;
    margin: 0;
    font-size: 18px !important;
}
.minproduct-buttons {
    margin-top: 30px;
}
.minicart-items-wrapper.minproduct-listing .subtotal .price-wrapper .price {
    font-size: 100%;
}
.minicart-items-wrapper.minproduct-listing .minicart_title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    width: 97%;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product.options dl.product.options.list {
    float: left;
    width: 50%;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product.options .product-item-pricing {
    float: right;
    text-align: right;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product.options .product-item-pricing .price-including-tax {
    margin: 0;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product.options .product-item-pricing .price-including-tax .price {
    color: #999;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .details-qty.qty {
    float: left;
    width: 50%;
    margin:0;
    font-size: 13px;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .details-qty.qty .item-qty {
    border: 0;
    height: auto;
    width: 30px;
    padding: 0;
    font-size: 13px;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .details-qty.qty .item-qty:focus {
    outline: 0;
    box-shadow: none;
}
.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product-item-pricing {
    float: right;
    line-height: 1;
    text-align: right;
}

.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product-item-pricing span.price-including-tax {
    margin: 0;
}
/*.minicart-items-wrapper.minproduct-listing ol li .product-item-details .product.options {
    display: none;
}*/
/* Mini Cart End */
aside.modal-popup.confirm .modal-footer {
    padding: 0 !important;
    margin: 10px 0 !important;
    background: transparent !important;
    border: 0;
    display: block;
    text-align: center;
}

aside.modal-popup.confirm .modal-content {
    padding: 20px !important;
    text-align: center;
    border: 0;
}

aside.modal-popup.confirm .modal-footer button {
    background: var(--p-clr);
    border: 0;
    color: #fff;
}

aside.modal-popup.confirm .modal-footer button.action-dismiss {
    background: #ddd;
}

strong.subtitle.empty {
    color: #333;
}

.product-info-main-right .mpgiftwrap-block {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.product-info-main-left .reviews-actions a {
    color: #333;
}

.product-info-main-right .product-options-wrapper .control select {
    border-radius: 100px;
    border-color: #ddd;
    height: 36px;
    font-size: 14px;
}

.product-info-main-right .product-options-wrapper .control {
    width: 100% !important;
}

.product-info-main-right .product-add-form label.label{
	width: 100%;
}
.product-info-main-right .product-add-form .control {
    height: 36px;
    position: relative;
    border-radius: 100px;
    float: left;
    width: 130px;
}
.product-info-main-right .control button.decrease_qty{
    float: left;
}
.product-info-main-right .control button.increase_qty{
    float: right;
}
a:focus,
button:focus {
    outline: none!important;
}

.mob-show {
    display: none !important;
}

.magicmenu .nav-desktop .level0.over>a,
.magicmenu .nav-desktop .level0.active>a,
.magicmenu .nav-desktop .level0.active>a span.icon-text,
.magicmenu .nav-desktop .level0>a:hover,
.magicmenu .nav-desktop .level0>a:hover.icon-text {
    background: transparent;
    color: #333;
}


/* Checkout Page */


/*.checkout-cart-index {background: #fff !important;}*/
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #494949;
}
.opc-wrapper .shipping-address-item:after{
    background: #D7D7D7;
    color: #ffffff;
    content: '\e610';
    font-family: 'luma-icons';
    position: absolute;
    text-align: center;
    border-radius: 100px;
    top: 45%;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    transform: translateY(-50%);
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: var(--p-clr);
    border-radius: 100px;
    top: 45%;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    transform: translateY(-50%);
}
.checkout-cart-index .cart-container {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.checkout-cart-index .cart-container thead {
    background: #f6f6f6;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td {
    padding: 10px;
    margin: 0;
    vertical-align: middle;
    min-width: 140px;
    text-align: center;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td .price-excluding-tax {
    background: #f5f5f5;
    padding: 10px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td .price-excluding-tax {
    background: #f5f5f5;
    padding: 10px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.subtotal .price-excluding-tax {
    background: transparent;
    float: left;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td .product-item-details dl.item-options {
    margin-top: 5px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info th {
    text-align: center;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr th.col {
    text-align: center;
    padding-top: 15px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td .product-item-details {
    padding-bottom: 0;
    vertical-align: middle;
    text-align: left;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.remove-item .action.action-delete:before {
    content: '\e616' !important;
    font-size: 12px !important;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.subtotal .actions-toolbar {
    float: right;
    line-height: 1;
    display: block;
    position: relative !important;
    margin-top: 0;
    top: inherit;
    bottom: inherit;
    text-align: center;
    right: inherit;
    background: #efefef;
    width: 16px;
    height: 16px;
    padding: 0 !important;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.subtotal .actions-toolbar .action-delete:before {
    content: '\e616' !important;
    font-size: 12px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.remove-item .actions-toolbar {
    left: 0;
    width: 15px;
}
.cart-product-custom .prodcut-list .right .name {
    text-transform: capitalize;
    margin-right: 25px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table thead,
.checkout-cart-index .cart.table-wrapper .cart.items.data.table thead tr,
.cart.table-wrapper .cart.items.data.table thead th {
    border: 0 !important;
}

.checkout-cart-index .cart.table-wrapper .cart.item {
    border: 0 !important;
    margin-top: 10px;
}
.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td:last-child {
    border-right: 1px solid #eee;
}

.checkout-cart-index .cart.table-wrapper tbody.cart.item::before {
    content: '';
    display: inline-block;
}
.checkout-cart-index ul.checkout.methods.items.checkout-methods-items li.item {
    text-align: center;
}

.checkout-cart-index ul.checkout.methods.items.checkout-methods-items li.item button {
    background: var(--p-clr);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
}

.checkout-cart-index .cart-summary {
    background: transparent;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 0 10px;
    border-radius: 5px;
}

.checkout-cart-index .cart-summary .block.discount {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.checkout-cart-index .cart-summary .summary.title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.block.discount .disount-content .control .input-text {
    width: 63%;
    float: left;
    height: 40px;
    background: #eee;
    border-radius: 3px;
    border: 0;
}

.block.discount .disount-content .control #coupon_code-error {
    position: absolute;
    bottom: -60px;
}


.block.discount .disount-content .control {
    position: relative;
}

.block.discount .disount-content .control .input-text button.action.apply.primary {
    float: left;
    width: 30%;
}

.block.discount .disount-content .control button.action.apply.primary {
    width: 35%;
    float: left;
    margin-left: 2%;
    background: #000;
    font-size: 12px;
    height: 40px;
    border-radius: 5px;
    padding: 10px 5px;
    text-transform: uppercase;
}

.checkout-cart-index .cart-summary .block.discount .content .control {
    position: relative;
}

.checkout-cart-index .cart-summary .block.discount .content .control input.input-text {
    border-radius: 100px;
    height: 40px;
    padding-right: 90px;
}

.checkout-cart-index .cart-summary .block.discount .content .control button.action.apply.primary,
.checkout-cart-index .cart-summary .block.discount .content .control button.action.cancel.primary {
    background: #000;
    border: 0;
    border-radius: 100px;
    font-size: 10px;
    letter-spacing: 1px;
    position: absolute;
    right: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td .field.qty {
    border: 1px solid #ccc;
    line-height: 1;
    height: 40px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.qty .qty-field-wrapper button {
    width: 30px;
    height: 30px;
    background: transparent;
    box-shadow: none;
    border: 0;
    float: left;
    padding: 0;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.qty .qty-field-wrapper button i {}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.qty .qty-field-wrapper input.qty {
    background: transparent;
    float: left;
    border: 0;
    width: 40px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    height: 40px;
    font-size: 16px;
}

.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.qty .qty>label {
    margin: 0;
    line-height: 40px;
}

.checkout-cart-index .cart-summary .title strong {
    font-size: 17px;
    text-transform: uppercase;
}

.checkout-cart-index .breadcrumbs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
}

.checkout-cart-index .cart-summary .title {
    border: 0;
}

.checkout-cart-index .cart-summary .cart-totals th.mark {
    background: transparent;
}

.checkout-cart-index .cart-summary .cart-totals tr {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.checkout-cart-index .cart-summary .cart-totals tr.totals-discount td {
    padding: 6px 0;
}
td.mark {
    background: transparent;
}

.checkout-cart-index .cart-summary .cart-totals tr:nth-child(3),
.checkout-cart-index .cart-summary .cart-totals tr:last-child {
    border: 0
}

.checkout-cart-index .cart-summary .cart-totals {
    border: 0;
}


.checkout-cart-index .cart-summary .cart-totals tr.grand.totals td strong,
.checkout-cart-index .cart-summary .cart-totals tr.grand.totals th strong {
    margin: 0;
    padding: 0;
}


.checkout-cart-index .cart-summary .cart-totals .cart-total {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.checkout-cart-index .cart-summary .block.discount .content {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.checkout-cart-index .cart-summary .coupon-code-apply {
    color: green;
    margin-bottom:10px;
    font-size: 12px;
}

.checkout-cart-index .cart-summary .coupon-code-apply .percent-apply {
    font-weight: bold;
    text-transform: uppercase;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals,
.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals-discount,
.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .grand.totals,
.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals-tax {
    border-bottom: 1px solid #eee;
    color: #666;
    padding: 10px 0;
    font-size: 14px;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary {
    margin-left: 15px;
    margin-right: 15px;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals .col-md-6,
.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals-discount .col-md-6,
.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals-tax .col-md-6 {
    padding: 0;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals .col-md-6.amount,
.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .totals-discount .col-md-6.amount {
    text-align: right;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .grand.totals {
    padding: 10px 0;
    margin-top: 10px;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .grand.totals .col-md-6:nth-child(2) {
    text-align: right;
}

.checkout-cart-index .cart-summary .cart-totals .cart-total-summary .grand.totals .price {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

/* Checkout Page Add Address Page */
.custom-new-address-popup {
    width: 650px;
    margin: 0 auto;
}
.custom-new-address-popup .modal-inner-wrap {
    width: 100% !important;
}
.custom-new-address-popup header.modal-header {
    margin: 0;
    padding: 0 50px 0 0;
}
.custom-new-address-popup form {
    padding: 0;
}
.custom-new-address-popup footer.modal-footer {
    margin: 10px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
.custom-new-address-popup footer.modal-footer button.action.primary.action-save-address {
    background: var(--p-clr);
    border: 0;
    width: auto;
    display: inline-block;
    border-radius: 30px;
    margin-left: 0;
}
.custom-new-address-popup footer.modal-footer button.action.secondary.action-hide-popup {
    background: #000;
    padding: 10px;
    line-height: 1;
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    margin: 0 20px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.custom-new-address-popup header.modal-header h1 {
    border: 0;
}
.custom-new-address-popup label.label,.custom-new-address-popup  legend {
    text-align: left;
    float: left;
}
.onestepcheckout-index-index .field.choice.col-mp input.checkbox {
    float: left;
}
.custom-new-address-popup span#tooltip {
    margin-top: 23px;
}
aside.modal-popup.confirm .modal-footer button{
    margin-right: 10px;
}

.confirm .modal-header h1 {
    padding: 0;
    border: 0;
}
.confirm .modal-header {
    padding: 5px 10px;
}
.modal-popup header.modal-header {
    padding: 5px 10px;
}

.modal-popup header.modal-header h1 {
    border: 0 !important;
}
.modal-popup .modal-content{
    padding:20px 0;
}

.modal-popup button.primary {
    background: var(--p-clr) !important;
    border:0;
    border-radius:5px
}

.feature-product li.item.product.product-item a.product-item-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
}

.shop-categories {
    padding: 5px 0 100px 0;
    background-color: #fff;
}

.shop-categories .title {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.shop-categories .title .color {
    font-style: inherit;
    color: #d6a563;
}

.shop-categories .title:before,
.shop-categories .title:after {
    content: '';
    position: absolute;
    width: 20%;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    top: 50%;
    left: 0;
}

.shop-categories .title:after {
    right: 0;
    left: inherit;
}

.margin-30 {
    margin-bottom: 30px;
}

/* My Account */
.sidebar.sidebar-main ul.nav.items li {
    width: 100%;
    background: #fff;
    padding:0;
}
.sidebar.sidebar-main ul.nav.items li a,.sidebar.sidebar-main ul.nav.items li strong{
    padding: 10px;
    display: block;
    width: 100%;
    border: 0;
}
.sidebar.sidebar-main ul.nav.items li.nav.item.current {
    background: var(--p-clr);
    color:#fff !important; 
}
.sidebar.sidebar-main ul.nav.items li.nav.item.current strong{
    color:#fff !important; 
    border:0;
}

.products-grid.wishlist .product-items li {
    background: #fff;
    text-align: center;
}
.products-grid.wishlist .product-items li .product-item-inner {
    /*display: none !important;*/
    width: auto !important;
    clip: inherit !important;
    height: auto !important;
    position: relative !important;
    margin: 0 !important;
    box-shadow: none;
}


.order-products-toolbar.toolbar.bottom {
    background: #fff;
    margin-top: 20px;
}
.order-products-toolbar.toolbar.bottom .pager {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}
.order-products-toolbar.toolbar.bottom .pager .pages {
    margin: 0;
}
.order-products-toolbar.toolbar.bottom .pager .pages ul.items.pages-items li.item.pages-item-next a {
    background:#000;
    border: 0;
}
.order-products-toolbar.toolbar.bottom .pager .pages ul.items.pages-items li.item.pages-item-next a:before {
    color: var(--w-clr);
    color: #fff;
}
.order-products-toolbar.toolbar.bottom .pager .pages ul.items.pages-items li strong {
    background: var(--p-clr);
    color: #fff;
    line-height: 1;
    padding: 10px;
}

.form-address-edit .fieldset {
    background: #fff;
    width: 100% !important;
}
.form-address-edit .fieldset .form.user,.form-address-edit .fieldset .field.company,.form-address-edit .fieldset .field.telephone {
    padding: 0 15px;
}
.form-address-edit .fieldset .legend {
    padding: 10px;
}
.form-address-edit .fieldset .form.user:before {
    display: none;
}
.form-address-edit .fieldset .field.telephone {
    margin-bottom: 20px;
}
.form-address-edit .fieldset .field.telephone .intl-tel-input.allow-dropdown,.form-address-edit .fieldset .field.telephone .intl-tel-input.allow-dropdown input {
    width: 100%;
}
.form-address-edit .fieldset>.field {
    padding: 0 15px;
}
.form-newsletter-manage {
    background: #fff;
    padding: 0 !important;
}
.form-newsletter-manage legend.legend {
    padding: 10px;
}
.form-newsletter-manage .field.choice {
    padding: 10px;
}
.form-newsletter-manage .actions-toolbar .primary{
    margin:10px;
    background:var(--p-clr);
    border:0;
    line-height:1;
    border-radius: 5px;
}

.form-newsletter-manage .actions-toolbar .primary button.action.save.primary {
    margin: 0;
    padding: 10px 30px;
}

.coupon-form > form input[type="button"] {
    background: var(--p-clr) !important;
    border: 0 !important;
}
.product-item-details .swatch-attribute.color {
    display: none;
}
.admin__data-grid-header .admin__data-grid-header-row .admin__filter-actions,.admin__data-grid-header .admin__data-grid-header-row .admin__control-support-text {
    display: none;
}
.admin__data-grid-header .admin__data-grid-header-row  .admin__data-grid-pager-wrap {
    width: 100%;
}
.admin__data-grid-header .admin__data-grid-header-row .admin__data-grid-pager-wrap select.admin__control-select {
    float: left;
}
.admin__data-grid-header .admin__data-grid-header-row .admin__data-grid-pager-wrap  .admin__data-grid-pager button {
    width: 31px;
    background: #666 !important;
    box-shadow: none;
    padding: 0;
    height: 31px;
}


/* LOGIN PAGE */
.login-container {
    background: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    margin:40px auto;
}
.block-content form {
    padding-left: 0;
    padding-right: 0;
}
.customer-account-login {
    background: #fff !important;
}
.login-container .block.block-customer-login {
    margin: 40px 44px;
    background: #fff;
    padding: 20px;
    width:44%;
}
.login-container .block.block-customer-login {
    text-align: center;
}
.login-container .block.block-customer-login .block-title {
    border: 0;
    margin: 0;
    padding: 0;
}
.login-container .block.block-customer-login .block-title strong {
    font-weight: bold;
    font-size: 27px;
}
.login-container .block.block-customer-login .block-content .control .intl-tel-input.allow-dropdown {
    width: 100%;
}
.login-container .block.block-customer-login .block-content a.sms-login-field-ctrl {
    border-radius: 5px;
    padding: 15px !important;
    font-size:12px;
}
.login-container .block.block-customer-login .block-content label.label {
    width: 100%;
    padding:5px 0;
    border-radius: 5px;
    background: #f7f7f7;
    position: relative;
    letter-spacing: 0;
}
.login-container .block.block-customer-login .block-content label.label a {
    background: transparent;
}
.login-container .block.block-customer-login .block-content label.label a:after {
    left: 0;
}
.login-container .block.block-customer-login .block-content .control {
    margin: 0 auto;
}
.login-container .block.block-customer-login .block-content .control input {
    height: 60px;
    border-radius: 5px;
}
.login-container .block.block-customer-login .block-content  .actions-toolbar {
    margin: 0 auto;
    width: 80%;
}
.login-container .block.block-customer-login .block-content .actions-toolbar .primary {
    clear: both;
    width: 100%;
    height: 60px;
    background: var(--p-clr);
    border-radius: 10px;
    border: 0;
    text-transform: uppercase;
    margin: 0;
}
.login-container .block.block-customer-login .block-content .actions-toolbar .primary a {
    color: #fff;
}
.login-container .block.block-customer-login .block-content .actions-toolbar .primary:focuse{
    outline:0 !important;
    border:0 !important;
}
.login-container .block.block-customer-login .block-content .actions-toolbar .secondary {
    width: 100%;
}
.login-container .block.block-customer-login .block-content .actions-toolbar .secondary a {
    width: 100%;
    display: block;
    float: left;
    text-align: right;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.login-container .block.block-new-customer {
    background: url(./../image/registerbackground.jpeg) !important;
    margin: 0;
    padding: 40px;
    position: relative;
    display: grid;
    place-items: end;
    background-size: cover;
}
.login-container .block.ced-sociallogin-login {
    display: none;
}
.login-container .block.block-customer-login .block-content label.label:after {
    display: none;
}
.login-container .block.block-new-customer .block-new-customer-content {
    background: #fff;
    padding: 20px;
    background: #fff;
}
.login-container .block.block-new-customer .block-new-customer-content .actions-toolbar .primary {
    width: 100%;
    height: 60px;
    line-height: 50px;
    text-transform: uppercase;
    background: var(--p-clr);
    border-radius: 10px;
    border: 0;
}
.login-container .block.block-new-customer .block-new-customer-content .block-title {
    font-size: 27px;
    border: 0;
}
.login-container .block.block-new-customer .block-new-customer-content .block-title strong {
    font-weight: bold;
}
.login-container .block.block-new-customer .block-new-customer-content  .block-content p {
    margin-bottom: 50px;
}
.login-container .block.block-customer-login .signup {
    font-weight: 600;
    margin: 10px;
}
.login-container .block.block-customer-login .signup a {
    margin-left: 5px;
    color: var(--p-clr);
}


.ps-loginpopup .block.block-customer-login .pslogin-block ul.pslogin-clearfix, .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix{
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}
.ps-loginpopup .block.block-customer-login .pslogin-block ul.pslogin-clearfix li, .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix li {
    width: 48%;
    float: left;
    border: 1px solid #c2c2c2;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
}
.ps-loginpopup .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a, .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.ps-loginpopup .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a .fa-twitter, .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a .fa-twitter {
    color: #1DA1F2;
}
.ps-loginpopup .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a em, .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a em {
    margin-right: 5px;
    font-size:20px
}
.ps-loginpopup .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a .fa-google, .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix li a .fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
/*.ps-loginpopup #login-form .pslogin-buttons ul li:last-child, .customer-account-login #login-form .pslogin-buttons ul li:last-child {
    width: 100%;
}*/


.create-account-wrapper .pslogin-register ul{
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}
.create-account-wrapper .pslogin-register ul li {
    width: 48%;
    float: left !important;
    border: 1px solid #c2c2c2;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 5px;
    text-align: center;
}
.create-account-wrapper .pslogin-register ul li a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.create-account-wrapper .pslogin-register ul li a .fa-twitter {
    color: #1DA1F2;
}
.create-account-wrapper .pslogin-register ul li  a em {
    margin-right: 5px;
    font-size:20px
}
.create-account-wrapper .pslogin-register ul li  a .fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
/*.create-account-wrapper .pslogin-register ul li:last-child {
    width: 100%;
}*/

p:empty{
    display: none;
}

.password-strength-meter {
    margin: 0;
    background: transparent;
    font-size: 11px;
    padding: 0;
}
.form.mobile .intl-tel-input.allow-dropdown {
    width: 100%;
}
/* The custom_checkbox-wrap */
.create-account-wrapper .form-create-account .newsletter { font-size: 13px; display: block;  position: relative;  padding-left: 35px;  margin-bottom: 12px;  cursor: pointer;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}
/* Hide the browser's default checkbox */
.create-account-wrapper .form-create-account .newsletter input {  position: absolute;  opacity: 0;  cursor: pointer;  height: 0;  width: 0;     height: 100%; width: 100%; left: 0;}
/* Create a custom checkbox */
.checkmark {  position: absolute;  top: 0;  left: 0; border-radius: 100px;  height: 20px;  width: 20px;  background-color: #989898;}
/* On mouse-over, add a grey background color */
.create-account-wrapper .form-create-account .newsletter:hover input ~ .checkmark {  background-color: #ccc;}
/* When the checkbox is checked, add a blue background */
.create-account-wrapper .form-create-account .newsletter input:checked ~ .checkmark {  background-color: #d8a664;}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {  content: "";  position: absolute;  display: none;}
/* Show the checkmark when checked */
.create-account-wrapper .form-create-account .newsletter input ~ .checkmark:after ,.create-account-wrapper .form-create-account .newsletter input:checked ~ .checkmark:after {  display: block;}
/* Style the checkmark/indicator */
.create-account-wrapper .form-create-account .newsletter .checkmark:after {  left: 8px;  top: 4px;  width: 5px;  height: 10px;  border: solid white;
  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);}






/* Register Page */
.create-account-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin:40px auto;
}
.create-account-wrapper .form-create-account {
    background: #fff;
    float: right;
    padding: 40px;
    width: 50% !important;
    min-width: inherit !important;
    margin-bottom: 0;
}
.create-account-wrapper .form-create-account fieldset.fieldset.create.info {
    margin: 0;
}
.create-account-wrapper .form-create-account fieldset.fieldset.create.info>p{
    padding-left: 30px;
    margin-bottom: 30px;
}
.create-account-wrapper .form-create-account .legend {
    border: 0;
    margin: 0;
    padding-left: 30px;
}
.create-account-wrapper .form-create-account .legend span {
    font-size: 27px;
    font-weight: 600;
}
.create-account-wrapper .form-create-account .field-name-firstname,.create-account-wrapper .form-create-account .field-name-lastname {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.create-account-wrapper .form-create-account .field-name-lastname {
    margin-right: 0;
}
.create-account-wrapper .form-create-account input,.create-account-wrapper .form-create-account select {
    height: 60px;
    border-radius: 5px;
    background: #fff;
    border: 0;
    width: 100%;
}
.create-account-wrapper .form-create-account .field.confirmation, .create-account-wrapper .form-create-account .field.password {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.create-account-wrapper .form-create-account .signup-link {
    margin: 0 0 20px 0;
    text-align: right;
    font-weight: 600;
}
.create-account-wrapper .form-create-account .signup-link a {
    color: var(--p-clr);
    margin-left: 5px;
}
.create-account-wrapper .form-create-account .field.confirmation {
    margin-right: 0;
}
.create-account-wrapper .form-create-account .field.password div#password-strength-meter-container {
    display: none;
}
.create-account-wrapper .form-create-account .field.mobile .intl-tel-input.allow-dropdown,.create-account-wrapper .form-create-account .field.mobile .intl-tel-input.allow-dropdown input {
    width: 100%;
}
.create-account-wrapper .form-create-account .actions-toolbar .primary {
    width: 100%;
    height: 60px;
    border-radius: 10px;
}
.create-account-wrapper .form-create-account .actions-toolbar .primary button {
    background: var(--p-clr);
    border: 0;
    text-transform: uppercase;
    width: 100%;
}
.create-account-wrapper .form-create-account .actions-toolbar .primary button:focus {
    outline: 0;
}
.create-account-wrapper .form-create-account input[type='checkbox'] {
    float: left;
    width: auto;
    height: auto;
}
.create-account-wrapper .customer-form-before {
    float: left;
    width: 50%;
    background: url(./../image/login-background.jpeg);
    background-size: cover;
}
.create-account-wrapper .form-create-account .signup-link {
    margin: 0 0 20px 0;
    text-align: right;
    font-weight: 600;
}
.create-account-wrapper .form-create-account .signup-link a {
    color: var(--p-clr);
    margin-left: 5px;
}
.form {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.form.user:before {
    content: '';
    position: absolute;
    background: url( ./../image/name.png);
    width: 14px;
    height: 14px;
    top: 30px;
    transform: translateY(-50%);
    left: 0;
}
.form.email,.form.password{
    position: relative;
}
.form.email:before {
    content: '';
    position: absolute;
    background: url(./../image/email.png);
    width: 14px;
    height: 14px;
    top: 30px;
    transform: translateY(-50%);
    left: 0;
}
.form.password:before {
    content: '';
    position: absolute;
    background: url(./../image/password.png);
    width: 13px;
    height: 14px;
    top: 30px;
    transform: translateY(-50%);
    left: 0;
}




/* Checkout Page */
.checkout-index-index {
    background: #f7f7f7 !important;
}
.one-step-checkout-wrapper input.input-text {
    background: #f7f7f7;
    border-color: #ececec;
    font-size: 12px;
    border-radius: 3px;
}
.one-step-checkout-wrapper .step-content {
    background: #fff;
    padding: 0 !important;
    margin: 0;
    float: left;
    width: 100%;
}
.one-step-checkout-wrapper .step-content button.action.action-show-popup {
    border-radius: 5px;
    margin: 0 auto 20px auto;
    display: inherit;
    font-size: 12px;
}
.one-step-checkout-wrapper .step-title {
    margin: 0 0 10px 0;
}
/*.one-step-checkout-wrapper .checkout-shipping-address .step-content .form-shipping-address {
    margin: 0;
    padding: 10px 0;
}*/
.one-step-checkout-wrapper .checkout-payment-method .form.payments {
    padding: 0;
    margin: 0;
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice input {
    float: left;
    width: 14px;
    /*margin-left: 5px;*/
    margin-right: 15px;
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice .walet_input_group {
    float: left;
    width: auto;
    margin-top: 10px;
    color: #333 !important;
}
.radio-custom .icon-cards {
    float: right;
}
.radio-custom img.icon-cod {
    float: right;
}
.radio-custom img.icon-stc-pay,.radio-custom .icon-apple-pay {
    /*max-width: 60px;*/
    float: right;
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice .wallet_img_group {
    float: right;
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice .stc_input_group {
    float: left;
    width: calc(100% - 100px);
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice .wallet_img_group {
    text-align: right;
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice .card-images {
    text-align: right;
}
.one-step-checkout-wrapper .step-content .payment-option-content {
    padding: 0 10px;
}
.one-step-checkout-wrapper .step-content .payment-option-content .form.form-discount {
    padding: 0;
}
.one-step-checkout-wrapper .step-content .payment-option-content .form.form-discount input.input-text {
    height: 37px;
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice {
    width: 100%;
    float: left;
    border-top:0;
}
.one-step-checkout-wrapper .frames-container {
    float: left;
}
.one-step-checkout-wrapper .form.methods-shipping {
    width: calc(100% - 30px);
}
.one-step-checkout-wrapper .checkout-payment-method .payment-method-title {
    padding: 0 !important;
}
.one-step-checkout-wrapper .checkout-payment-method .payment-method._active .payment-method-content{
    margin: 0;
    padding: 0;
}
.checkout-index-index .nav-sections{
    display: block;
}
.checkout-index-index .payment-method-content form {margin: 0;padding: 0;}
.checkout-index-index .payment-method-content form .custome-stc-pay ul li {
    float: left;
    width: 100px;
    margin: 0 0 20px  0;
    height: 40px;
    border: 1px solid #efefef;
    border-right: 0;
    line-height: 40px;
    text-align: center;
}
.checkout-index-index .payment-method-content form .custome-stc-pay ul li:last-child {
    width: calc(100% - 100px);
    border-left: 0;
    border-right: 1px solid #efefef;
}
.checkout-index-index .payment-method._active .payment-method-content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 10px;
}
.checkout-index-index .payment-method-content form .custome-stc-pay ul li:last-child input {
    height: 40px;
    border: 0;
    background: transparent;
    width: calc(100% - 8px);
}
.one-step-checkout-wrapper .checkout-payment-method .form.payments .payment-method .payment-method-title.field.choice label.label img.payment-icon {
    display: none;
}
.one-step-checkout-wrapper .frames-container label {
    font-size: 12px !important;
}
.one-step-checkout-wrapper #checkout-review-table th.a-center {
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
}
.one-step-checkout-wrapper .label {
    color: #000 !important;
    font-size:13px;
    float: left;
    padding: 0;
    line-height: 20px;
    font-weight: bold;
}
.one-step-checkout-wrapper .details-qty .qty-wrapper {
    border: 1px solid #ccc;
    padding: 0;
}
.one-step-checkout-wrapper .checkout-payment-method .payment-method._active .payment-method-content form label {
    display: none !important;
}
.one-step-checkout-wrapper .details-qty .qty-wrapper a.button-action {
    background: transparent !important;
    color: #999 !important;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.one-step-checkout-wrapper .details-qty .qty-wrapper .qty-wrap input {
    top: 0 !important;
    padding: 0;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border: 0;
    font-weight: 600;
}
.one-step-checkout-wrapper .details-qty .qty-wrapper .qty-wrap {
    height: 30px;
    line-height: 30px;
}
.one-step-checkout-wrapper .details-qty .qty-wrapper .qty-wrap input:focus {
    outline: 0 !important;
    border: 0 !important;
}
.one-step-checkout-wrapper #checkout-review-table td.a-left.product a {
    color: #333;
}
.one-step-checkout-wrapper #checkout-review-table td.button-remove .remove-wrapper a {
    background: transparent !important;
    color: #333 !important;
    line-height: 1
}
.one-step-checkout-wrapper table.data.table.table-totals th {
    text-align: left;
}
.osc-place-order-wrapper .place-order-primary button {
    border-radius: 5px;
    text-transform: uppercase;
    height: auto !important;
    padding: 5px;
}
.osc-payment-after-methods .discount-code .choice {
    border: 0;
    padding-left: 10px !important;
    padding-bottom: 10px;
    padding: 0 10px 10px 10px;
}
.osc-payment-after-methods .discount-code .choice .action span {
    font-weight: bold;
}
.osc-payment-after-methods .discount-code {
    margin-bottom: 15px;
}
.opc-wrapper.one-step-checkout-wrapper table.data.table.table-totals th {
    font-weight: normal;
}
.opc-wrapper.one-step-checkout-wrapper table.data.table.table-totals td {
	font-weight: bold;
    min-width: 150px;
    text-align: right;
}
.one-step-checkout-wrapper .remove-wrapper a.button-action.edit {
    display: none;
}
.one-step-checkout-wrapper .osc-giftwrap {
    padding: 10px 10px;
    margin: 0px 10px 20px;
    background: #FFF0C8;
}
.one-step-checkout-wrapper table.data.table.table-totals th,.one-step-checkout-wrapper table.data.table.table-totals td {
    background: #fff;
    padding: 10px;
}
.one-step-checkout-wrapper .form.methods-shipping .table-checkout-shipping-method tbody td:last-child {
    min-width: 190px !important;
    display: block;
}
.one-step-checkout-wrapper table.data.table.table-totals tr {
    border-top: 1px solid #efefef;
}
.one-step-checkout-wrapper table.data.table.table-totals tr.grand.totals {
    border-bottom: 1px solid #efefef;
    font-size: 18px;
}
.one-step-checkout-wrapper table.data.table.table-totals tr td,
.one-step-checkout-wrapper table.data.table.table-totals tr th{
	border: 0;
}
.toolbar-products .pages {
    display: inline-block;
    float: left;
    background: #eee;
    padding: 10px;
    margin: 0;
}
.toolbar-products .pages ul.items.pages-items li a,.toolbar-products .pages ul.items.pages-items li strong {
    width: 30px;
    background: #fff;
    color: #333;
    font-weight: 600;
    height: 30px;
    display: block;
}
.toolbar-products .pages ul.items.pages-items li.current strong {
    background: var(--p-clr) !important;
    color: #fff;
}
.toolbar-products .pages ul.items.pages-items li.pages-item-next a {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    margin: 0;
}
.toolbar-products .pages ul.items.pages-items li.pages-item-next {
    margin-right: 0;
    margin-left: 0;
}
.toolbar-sorter.sorter a.action.sorter-action.sort-asc {
    display: none;
}
.page-products .toolbar .limiter select.limiter-options,.page-products .sorter select.sorter-options {
    border-radius: 100px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    width: 150px;
    height: 40px;
    padding: 0 15px;
}
.page-products .toolbar .limiter .limiter-text {
    display: none;
}
.toolbar-sorter.sorter {
    padding: 5px 0;
}
.page-products .toolbar .limiter {
    display: inline-block;
    padding: 5px 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
    columns: 3;
    width: 100%;
}
.brand-dropdown ul.level0.category-item.mage-column.cat-mega {
    columns: 4 !important;
}
.mage-column.mega-block-right {
    margin-top: 0;
    padding: 10px;
}
.level-top-mega {
    overflow-x: hidden;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
    font-size: 13px;
}

button.slick-prev.slick-arrow i {
    color: #333;
    font-size: 30px;
}

button.slick-prev.slick-arrow {
    left: 0;
}
button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    z-index: 9;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: 50%;
    visibility: visible;
    opacity: 1;
    background:transparent;
    min-height: 30px;
    padding: 0 10px;
}
.header-top-banner .slick-dots {
    display: none !important;
}
.products-related .slick-prev:before,.products-related  .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
}
.products-related .slick-prev:before { content: "\f053"; }
.products-related .slick-prev:focus,.products-related .slick-next:focus{
    border: 0;
    outline: 0;
}
.products-related .slick-next{
    right: 0;
}
.products-related .slick-next:before { content: "\f054"; }


.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    outline: none;
    box-shadow: none;
    border: 2px solid var(--p-clr) !important;
    border-radius: 100px;
    height: 30px !important;
}
.swatch-option.selected{
    outline: 2px solid var(--p-clr);
}

.checkout-success {
    padding: 30px;
    margin: 50px auto;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.checkout-success {
    padding: 30px;
    margin: 50px auto;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.checkout-success .purchase-text {
    font-size: 24px;
    font-weight: 600;
}
.checkout-success .actions-toolbar {
    text-align: center;
}
.checkout-success .actions-toolbar .primary {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: inherit;
    background: var(--p-clr);
    border: 0;
    border-radius: 5px;
}

.customer-name{
    color: #fff;
}
.block-viewed-products-grid .block-title {
    text-align: center;
}

.block-viewed-products-grid .block-title strong {
    font-size: 20px;
    font-weight: 600;
}
.block-viewed-products-grid ol li {
    background: #fff;
    text-align: center;
}
.block-viewed-products-grid ol li button.action.tocart.primary {
    background: var(--p-clr);
    border-radius: 5px;
    border: 0;
}
.block-viewed-products-grid ol li button.action.tocart.primary:focus {
    outline: 0;
    border: 0;
}


/* Search Css*/
.searchoverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}
.searchoverlay-content {
  position: relative;
  top: 30%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.searchoverlay .closebtnSearch {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.searchoverlay .closebtnSearch:hover {
  color: #ccc;
}
.searchoverlay input[type=text]:hover {
  background: #f1f1f1;
}
.searchoverlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.searchoverlay button:hover {
  background: #bbb;
}
.searchoverlay-content .block.block-search {
    width: 100%;
    position: relative;
}
.searchoverlay-content .block.block-search .control {
    width: 100%;
}
.searchoverlay-content .block.block-search .control input {
    width: 100%;
    height: 40px;
}
.searchoverlay-content .block.block-search button.action.search {
    width: 40px;
    height: 40px;
    right: 0;
    background: var(--p-clr);
}
.searchoverlay-content .block.block-search button.action.search:before {
    color: #fff;
}
.searchoverlay-content .block.block-search .control .searchsuite-autocomplete {
    left: 0;
    top: 35px;
    border: 0;
    width: 100%;
    text-align: left;
    max-height: 350px;
    overflow-y: auto;
}


/* Modal Login */
.login-modal header.modal-header {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
    border: 0;
}
.login-modal header.modal-header button {
    margin: 0;
    padding: 0;
}
.login-modal .modal-content {
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
}
.login-modal .modal-content .block.block-new-customer .block-title strong {
    display: block;
    font-weight: 600;
    font-size: 21px;
}
.login-modal .modal-content .block.block-new-customer {
    padding: 0;
    background: url(/pub/media/667X1000.png);
    color: #fff;
    margin: 0;
    padding: 40px;
    position: relative;
    display: grid;
    place-items: end;
    background-size: cover;
    /*width: 100%;*/
}
.login-modal .modal-content .block.block-customer-login {
    padding: 40px !important;
}
.login-modal .modal-content .block.block-customer-login::before {
    display: none !important;
}
.login-modal .modal-content .block.block-new-customer .block-content {
    background: #fff;
    color: #333;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
}
.login-modal .modal-content .block.block-new-customer .block-title {
    width: 100%;
}
.login-modal .modal-content .block.block-new-customer .block-content .primary {
    background: var(--p-clr);
    border-radius: 5px;
    border: 0;
}


.login-modal .modal-content .block.block-customer-login .input-text {
    height: 60px;
    border-radius: 5px;
}

.login-modal .modal-content .block.block-customer-login .block-title strong {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 22px;
}
.login-modal .modal-content .block.block-customer-login .action-login {
    background: var(--p-clr);
    border-radius: 5px;
    color: #fff;
    border: 0;
    display: inline-block;
}
.login-modal .modal-content .block.block-customer-login a {
    color: #333;
}

#checkoutcom_card_payment_frm .frame--activated {
    border-color: #ccc !important;
}

.vsms-field-container.sms-address-mobile-container {
    float: right;
    width: 100%;
    background: #f7f7f7;
    min-height: 32px;
    border-radius: 5px;
    border: 1px solid #ececec;
}
.custom-new-address-popup form {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

.vsms-field-container.sms-address-mobile-container .mobile-number {
    margin: 0 !important;
}



/* MY ACCOUNT */
.account {
    background: #f5f5f5 !important;
}
.account .content{
    padding: 0
}
.account h1.page-title {
    display: none !important;
}
.account .column.main>.block, .account .column.main>.coupon-table {
    background: #fff;
}
.account .column.main .block .block-title {
    padding: 10px;
    margin: 0 0 10px 0 !important;
}
.account .column.main>.block .block-content {
    padding: 0px 20px 15px 20px;
}
.account .column.main>.block .block-title a {
    float: right;
    color: var(--p-clr);
}
.account .column.main>.block  .block-content {
    clear: both;
}
.account .table-wrapper {
    margin: 0 !important;
}
.account .table-wrapper table thead tr th {
    border: 0 !important;
    min-width: 130px;
    padding: 10px 0;
}
.account .table-wrapper table tr td a {
    color: var(--p-clr) !important;
}
.account .table-wrapper table tr td {
    padding: 15px 0;
    border-color: #efefef;
}
.account .column.main>.block .block-content a {
    color: var(--p-clr);
}

html {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.account .table-wrapper.orders-history {
    background: #fff;
    padding: 20px;
}

.account .toolbar.wishlist-toolbar {
    background: #fff;
    padding: 10px;
}
.account .form-wishlist-items ol.product-items li:nth-child(4n + 1) {
    margin-left: 15px !important;
}
.table-wrapper.my-credit-cards {
    margin: 0 15px 15px 15px!important;
}

.form-edit-mobile {
    padding: 0;
    background: #fff;
}
.form-edit-mobile .legend {
    padding: 10px;
}
.form-edit-mobile button {
    margin: 10px !important;
    background: var(--p-clr) !important;
    border-radius: 5px;
    border: 0 !important;
}

.main .wallet-box-wrapp .wallet {
    background: #fff;
    border: 0;
    border-radius: 5px;
}

.main .wallet-box-wrapp .wallet .walletButton {
    background: var(--p-clr);
    font-size: 12px !important;
    padding: 0 10px;
    border: 0;
}
.account button {
    background: var(--p-clr) !important;
    border:0 !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.account .ctm-button {
    background: var(--p-clr) !important;
    border:0 !important;
    border-radius: 5px !important;
    color: #fff !important;
}

.account .column .export-buttons {
    display: none;
}

.account .pslogin-block {
    background: #fff;
    padding: 0;
}
.account .pslogin-block ul.pslogin-clearfix {
    float: left;
    margin: 10px 0;
}
.account .pslogin-block .unlinked-account h2 {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.account .pslogin-block .pslogin-buttons.pslogin-buttons-showfull {
    padding: 0 10px;
}


.sidebar.sidebar-main  .sidebar-account-information {
    background: #fff;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    word-break: break-word;
}
.sidebar.sidebar-main .sidebar-account-information .box-title h1 {
    font-size: 16px;
    font-weight: 600;
}
.sidebar.sidebar-main .sidebar-account-information p {
    margin: 0;
    color: #999;
}

.form-edit-account {
    background: #fff;
    padding: 0;
}
.form-edit-account fieldset.fieldset.info {
    width: 100%;
}
.form-edit-account fieldset.fieldset.info .legend {
    padding: 10px;
}
.form-edit-account fieldset.fieldset.info .form.user:before {
    display: none;
}
.form-edit-account fieldset.fieldset.info .form.user {
    padding: 0 10px;
}
.form-edit-account fieldset.fieldset.info .field {
    padding: 0px 10px !important;
}
.form-edit-account .field {
    padding: 0px 10px;
}
.form-edit-account .field a {
    color: var(--p-clr);
}
.form-edit-account .actions-toolbar {
    padding: 10px 10px !important;
}

.card-container {
    background: #fff;
    padding: 10px;
}

.table-wrapper.reviews {
    background: #fff;
    padding: 10px;
}
.toolbar.products-reviews-toolbar {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}
.customer-review.view {
    background: #fff;
    padding: 10px;
}
.customer-review.view a {
    color: var(--p-clr);
}


.order-details-items.ordered {
    background: #fff;
    padding: 10px;
}
.order-details-items.ordered .mark {
    background: transparent;
}
.order-details-items.ordered .table-wrapper.order-items table th,.order-details-items.ordered .table-wrapper.order-items table td {
    padding: 10px;
}
.order-details-items {
    background: #fff;
}
.order-details-items a {
    color: var(--p-clr);
}
.order-details-items .mark {
    background: transparent;
}
.order-details-items table th,.order-details-items table td {
    padding: 15px !important;
}

.table-wrapper.returns-history {
    background: #fff;
    padding: 10px;
}
form#returns_form {
    background: #fff;
    padding: 0 10px;
}
form#returns_form .comment-item.sender-customer {
    width: 100%;
    background: #f7f7f7;
    border: 0;
}

.table-wrapper.my-credit-cards {
    background: #fff;
    margin: 0 !important;
    padding: 10px;
}

.table-wrapper.my-credit-cards button.action.delete {
    background: transparent !important;
    color: var(--p-clr) !important;
}

/*FAQ*/
.faq-index-index .eoutlet-faq-collection a {
    color: var(--p-clr) ;
}

.faq-index-index .group-title {
    color: var(--p-clr) !important;
}

.faq-index-index .faq-accordion.ui-accordion.ui-widget.ui-helper-reset h3 {
    font-size: 13px;
    background: #fff;
    border-color: #eee;
    border-radius: 5px;
    padding: 15px 10px;
}

.faq-index-index .faq-accordion.ui-accordion.ui-widget.ui-helper-reset h3:hover, .faq-index-index .faq-accordion.ui-accordion.ui-widget.ui-helper-reset h3.ui-state-active{
    background: #f6f6f6;
    color: #000;
    border-color: #eee;
}

.faq-index-index .eoutlet-faq-collection {

}
.faq-index-index  .sidebar.sidebar-additional {
    float: right;
    clear: inherit;
}
.faq-index-index  .column.main {
    float: left !important;
}
.faq-index-index .sidebar.sidebar-additional .block.block-faq-sidebar {
    margin: 20px;
    background: var(--p-clr);
    color: #fff;
    padding: 30px;
    border-radius:5px;
}
.faq-index-index .sidebar.sidebar-additional .block.block-faq-sidebar .block-icon {
    color: #000;
    font-size: 30px;
}
.faq-index-index .sidebar.sidebar-additional .block.block-faq-sidebar .block-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.faq-index-index .sidebar.sidebar-additional .block.block-faq-sidebar .block-content p {
    margin: 0;
}
.faq-index-index .columns {
    background: #fff;
    margin: 20px 0;
    padding: 20px 30px;
}
.faq-index-index {
    background: #f7f7f7 !IMPORTANT;
}

.faq-index-index .faq-accordion.ui-accordion.ui-widget.ui-helper-reset .ui-accordion-content {
    border: 0 !important;
    padding: 10px;
}

/* Media Query  Max Width 767 */

@media (max-width: 767px) {
    header .right-menu li {
        padding:5px 0;
    }
    .mob-profile .mobile-store-language a {
	    color: #fff !important;
	}
    .products-related .slick-track li{
        margin-left:auto;
    }

    .product-item .swatch-attribute {
        display: none;
    }
    .nav-sections .navigation-mobile ul li.mob-profile {
        padding: 5px 0;
        background: var(--p-clr);
    }
    .navigation .level0.active > a,.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: transparent;
    }
    /*.toolbar-products .pages, .page-products .toolbar .limiter,.toolbar-sorter.sorter {
        display: none;
    }*/
    .page-products.page-with-filter .toolbar.toolbar-products {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        background: transparent;
    }
    .toolbar-products .pages{
        width: 100%;
    }
    .page-products .toolbar .limiter{
        display: none;
    }
    .filter-title strong {
        margin-top: 10px;
    }
    .page-wrapper .page-header {
        background-color: #fff;
        margin: 0;
        background-image: none;
    }
    header .right-menu li a{
        color: #333 !important;
    }
    header .right-menu {
        display: none !important;
    }
	
	header .right-menu li:first-child {/*border-left:1px solid #cccccc6b; */}
	header .right-menu li:last-child {/*display:none;*/}
    header .right-menu li {
        padding-left: 6px; /*height: 30px;*/
        /*width: 100%;*/
    }
    header ul.right-menu.text-right.ml-auto li a i {
        color: #4d4d4d;
    }
    .minicart-wrapper .block-minicart .actions{
        width: 46%;
    }
    .head-block .ttl {
        font-size: 24px;
    }
    .deliver {
        display: none;
    }
    .close-blk {
        position: absolute;
        right: 5px;
        top: 0px;
        border: 0;
        z-index: 9;
    }
    .close-blk a {
        text-decoration: none;
        border: 0 !important;
        box-shadow: none;
        opacity: 1;
    }
    .close-blk a i {
        color: #fff;
    }
    .switcher .switcher-options .action span {
        color: #000;
    }
    .nav-sections .switcher .label {
        margin: 0;
    }
    .switcher-language,
    .switcher-currency {
        display: none;
    }
    .nav-sections {
        left: -100%;
    }
    .mob-show {
        display: block !important;
    }
    .static-product .left,
    .static-product .right {
        width: 100%;
        margin-bottom: 20px;
    }
    /*.static-product .left {
        padding-bottom: 30px;
    }*/
    .static-product {
        display: block;
        float: left;
    }
    .static-product .tagline {
        display: none;
        left: 0;
        transform: translate(0, 0) rotate(0);
        width: 100%;
        bottom: 218px;
        top: inherit;
        font-size: 13px;
    }
    .static-product .left .content,
    .static-product .right .content {
        margin-left: 0;
        text-align: center;
        width: 100%;
        padding: 0 20px;
    }
    .nav-sections {
        left: -100%;
    }
    .mob-show {
        display: block !important;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag {
        background: transparent;
        padding: 0;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag span.text {
        display: none !important;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag i.shopping {
        max-width: 15px;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag .counter.qty.item-value {
        width: 14px !important;
        height: 18px !important;
        border: 1px solid #fff;
        top: 0;
        font-size: 9px;
        left:inherit;
    }
    li.mob-profile {
        margin: 0 !important;
        border: 0 !important;
    }
    li.mob-profile .profile-blk {
        padding: 0 10px;
        color: #fff;
        width: 220px;
        float: left;
    }
    li.mob-profile .profile-blk img{
        float: left;
        margin-right: 5px;
        max-width: 80px;
    }
    li.mob-profile .profile-blk .not-logged-in {
        float: left;
        width: calc(100% - 90px);
    }
    li.mob-profile .profile-blk  .logged-in {
        text-align: left;
        float: left;
        width: calc(100% - 90px);
    }
    li.mob-profile .profile-blk .logged-out {
        float: left;
    }
    li.mob-profile .profile-blk .logged-out a {
        border: 0 !important;
        color: #fff !important;
        padding: 0 !important;
    }

    li.mob-profile .profile-blk .logged-in a{
        padding: 0 !important;
        border:0;
        color:#fff !important;
    }
    li.mob-profile .profile-blk .mob-profile-name {
        font-size: 16px;
    }
    li.mob-profile .profile-blk .mob-profile-id {
        font-weight: normal;
        color: #666;
    }
    li.mob-profile .close-blk {
        float: right;
        padding: 0px 10px;
        border: 0 !important;
    }
    header .right-menu li .minicart-wrapper {
        margin-top: 0;
        margin-right: 15px;
    }
    header .right-menu li.link.wishlist {
        position: relative;
        padding-right: 10px;
    }
    header .right-menu li.link.wishlist .counter.qty {
        position: absolute;
        top: 0;
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #fff;
        top: 0;
        right: 0;
        border-radius: 100px;
        color: #fff;
        background: #9e3432;
    }
    header .right-menu li.link.wishlist .counter.qty:before,
    header .right-menu li.link.wishlist .counter.qty:after {
        display: none;
    }
    .page-header {
        border-bottom: 0;
    }
    .new-arrival .premium-banner {margin-bottom: 0px;}
    .new-arrival .premium-banner .left, .new-arrival .premium-banner .right{
        min-height:190px;
    }
    .new-arrival .premium-banner .left{
        margin-bottom: 20px;
    }
    .arrival-banner{
        margin-top:-60px;
    }
    .shop-categories{
        padding:25px 0;
    }
    .new-arrival,
    .feature-product,
    .instagram,
    footer {
        padding: 40px 0 !important;
    }
    .new-arrival {
        padding: 40px 0 1px 0 !important;
    }
    footer h4.title{
        font-size: 14px; 
    }
    footer .ftr-address li{
        font-size: 10px
    }
    footer .ftr-address li span{
        width: 60px;
    }
    .new-arrival .head-block {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .instagram .title {
        font-size: 24px;
    }
    .instagram .sb-title {
        max-width: 100%;
    }
    .page-footer {
        margin-top: 0;
    }
    .feature-product li.item.product.product-item {
        width: 48% !important;
        float: left;
        clear: none !important;
        margin-right: 2% !important;
    }
    .feature-product li.item.product.product-item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .feature-product .products {
        margin: 30px 5px 30px 10px;
    }
    .feature-product .title {
        font-size: 24px;
    }
    .page-products .columns {
        padding-top: 0;
    }
    .deliver .block {
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #efefef;
    }
    .new-arrival .head-block {
        max-width: 300px;
    }
    .new-arrival .head-block .ttl {
        font-size: 24px;
    }
    .new-arrival .head-block p {
        padding: 0px 10px;
    }
    .nav-sections .navigation-mobile ul li.authorization-link a {
        border: 0;
        text-align: right;
        padding-right: 20px;
    }
    .nav-sections .navigation-mobile ul li.authorization-link a i {
        margin-right: 5px;
        margin-left: 20px;
    }
    .swatch-option.selected{
        outline:2px solid var(--p-clr);
    }
    .section-item-title.nav-sections-item-title {
        display: none;
    }
    .sections.nav-sections .nav-sections-item-content {
        margin-top: 0;
    }
    .play-store ul li {
        max-width: 150px;
    }
    .play-store ul li {
        margin-right: 20px;
    }
    footer .get-app ul li {
        float: left;
        margin-right: 5px;
        max-width: 110px;
    }
    footer .block .content {
        margin-top: 10px;
    }
    footer .footer-news label {
        font-size: 12px;
    }
    .footertop .col-12.col-sm-6.col-md-3 {
        margin-bottom: 20px;
    }
    .new-arrival .sm-products .left,
    .new-arrival .sm-products .right {
        width: calc(50% - 10px);
    }
    .new-arrival .sm-products .left {
        margin-right: 10px;
    }
    .page-products.page-with-filter ol.products.list.items.product-items .item {
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .page-products.page-with-filter ol.products.list.items.product-items .item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .page-products.page-with-filter ol.products.list.items.product-items .item:nth-child(3n) {
        margin-right: 2%;
    }
    .feature-product .product.data.items {
        margin-right: 0;
        margin-left: 0;
    }
    .feature-product .sb-title {
        margin-bottom: 20px;
    }
    .feature-product .item.content {
        display: block !important;
        padding: 0 !important;
        background: transparent !important;
    }
    .nav-sections .navigation-mobile ul li .switcher-language,
    .nav-sections .navigation-mobile ul li .switcher-currency {
        display: block;
        float: left;
        border: 0;
        width: calc(50% - 40px);
        padding: 0 20px;
        color: #333;
    }
    .nav-sections .navigation-mobile ul li .switcher-language .view-en span,
    .nav-sections .navigation-mobile ul li .switcher-currency .language-USD span {
        color: #333 !important;
    }
    .nav-sections .navigation-mobile ul li .switcher-language .actions.dropdown.options.switcher-options.active ul {
        display: block !important;
        left: 0;
    }
    .nav-sections .navigation-mobile ul li .switcher-language,
    .nav-sections .navigation-mobile ul li .switcher-currency .actions.dropdown.options.switcher-options.active ul {
        display: block !important;
        left: 0;
    }
    /*.header-top-banner picture {
        display: none;
    }*/
    .header-top-banner {
        float: left;
        width: 100%;
        min-height: 170px;
        margin-top: 0;
        z-index: 0;
    }
    .nav-sections .navigation-mobile ul li.switcher-currency-language .switcher-language .action.toggle.switcher-trigger:after,
    .nav-sections .navigation-mobile ul li.switcher-currency-language .switcher-currency .action.toggle.switcher-trigger:after {
        display: none;
    }
    .feature-product .item.content .mage-magictabs .products {
        padding: 0;
        margin: 0;
    }
    .feature-product .item.content ol li {
        margin-bottom: 15px;
    }
    .feature-product .item.title {
        border: 0 !important;
        margin-bottom: 10px !important;
    }
    .feature-product a.switch {
        background: #fff;
        border: 0 !important;
    }
    .checkout-cart-index .cart-summary .block.discount{
    	margin-bottom: 0
    }
    .checkout-cart-index .cart-summary .cart-totals {
        padding: 10px 0;
        float: left;
    	width: 100%;
    }
    .checkout-cart-index .cart-container{
        padding:15px;
        float: left;
        width: 100%;
    }
    .checkout-cart-index .cart-container form {
        padding: 0;
    }
    .cart.table-wrapper{
    	border-top: 0; 
    }
    .cart-product-custom .prodcut-list {
        float: left;
        width: 100%;
        position: relative;
        padding: 10px 0 0 0;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
    }
    .cart-product-custom .prodcut-list i.close {
        position: absolute;
        right: 10px;
        font-size: 16px;
        background: #ccc;
    	padding: 3px;
    }
    .cart-product-custom .prodcut-list .left {
        float: left;
        width: 26%;
        text-align: center;
    }
    .cart-product-custom .prodcut-list .right {
        float: left;
        width: 70%;
        margin-left: 10px;
        border-bottom: 1px solid #ddd;
    }
    .cart-product-custom .prodcut-list .left a.product-item-photo {
        max-width: min-content;
        left: 0;
        top: 0;
        position: relative;
        margin: 0 auto;
    }
    .cart-product-custom .prodcut-list .left figure {
        width: 100%;
	    position: relative;
	    background: #e1e1e1;
	    text-align: center;
	    float: left;
    }
    .cart-product-custom .prodcut-list .right .qty .qty-field-wrapper button {
        width: 20px;
	    height: 30px;
	    background: transparent;
	    border: 0;
	    float: left;
	    padding: 0;
	    position: relative;
	    box-shadow: none;
    }
    .cart-product-custom .prodcut-list .right .qty .qty-field-wrapper button i {
        color: #999;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .cart-product-custom .prodcut-list .right .qty .qty-field-wrapper input {
        background: transparent;
	    float: left;
	    border: 0;
	    line-height: 1;
	    width: 40px;
	    padding: 0;
	    font-weight: 400;
	    height: 30px;
	    font-size: 14px;
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 0;
    }
    .cart-product-custom .prodcut-list .right p.price {
        float: right;
    	font-weight: bold;
    	margin-bottom: 0;
    	margin-top: 3px;
    }
    .cart-product-custom .prodcut-list .right p.price .price {
        font-size: 15px;
    }
    .cart-product-custom .prodcut-list .right .name a {
        color: #000;
    }
    .cart-product-custom .prodcut-list .right dl.item-options dt,
    .cart-product-custom .prodcut-list .right dl.item-options dd {
        float: left;
    }
    .cart-product-custom .prodcut-list .right dl.item-options {
        margin-bottom: 5px;
        font-size: 11px;
    }
    .cart-product-custom .prodcut-list .right .qty {
    	background: #efefef;
        margin-bottom: 5px;
	    float: left;
	    border: 1px solid #ccc;
    }
    .checkout-cart-index .cart-summary .block.discount form#discount-coupon-form .coupon.applied .field {
	    margin-bottom: 5px;
	}
    .checkout-cart-index ul.checkout.methods.items.checkout-methods-items {
	    margin: 0;
	    padding: 0;
	}
    .checkout-cart-index .cart-summary .cart-totals tr.grand.totals th {
        padding-right: 0;
        padding-left: 0;
    }
    .checkout-cart-index .cart-summary {
	    border: 0;
	    padding: 0;
	}
    .one-step-checkout-wrapper .details-qty .qty-wrapper {
        max-width:80px;
    }

    .block.block-search {
        position: relative;
        margin: 0;
        border: 0 !important;
        display: none;
    }
    .block.block-search .field.search label.label {
        display: none;
    }
    .block.block-search .field.search .control {
        border: 0;
    }
    .block.block-search .field.search .control .input-text {
        /*color: #fff; */
        position: relative;
        left: 0;
        margin: 0;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding-left: 40px;
    }
    .block.block-search .minisearch {
        position: relative;
        padding-right: 0
    }
    .block.block-search .minisearch .actions button {
        display: block;
        position: absolute;
        top: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        width: 32px;
        padding: 0;
        height: 32px;
    }
    .block.block-search .minisearch .actions button span {
        display: none;
    }
    .block.block-search .minisearch .actions button i {
        color: #fff;
        opacity: 1;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .login-container{
        margin: 20px auto;
    }
    .login-container .block.block-customer-login{
        margin: 0;
        width: 100%;
    }
    .login-container .block.block-new-customer{
        padding: 20px;
        width: 100%;
    }
    .checkout-index-index .opc-estimated-wrapper {
        display: none;
    }
    .checkout-index-index .one-step-checkout-wrapper .form.methods-shipping {
        width: 95%;
        margin: 10px auto;
    }
    .checkout-index-index .one-step-checkout-wrapper .form.methods-shipping td.col.col-method {
        padding-left: 10px;
    }
    .step-title {
        background-color: #494949;
        padding: 12px 10px 12px 12px !important;
        font-weight: bold !important;
        font-size: 16px !important;
        color: #FFFFFF !important;
        text-transform: uppercase;
        line-height: 1.1;
    }
    button.action.action-show-popup {
        background: #000;
        color: #fff;
        border: 0;
        display: inline-block;
        width: auto;
    }
    .checkout-index-index .one-step-checkout-wrapper form.payments {
        margin: 0 auto !important;
        width: 90%;
    }
    .one-step-checkout-wrapper .checkout-payment-method .osc-payment-after-methods {
        margin: 0 auto;
        width: 90%;
    }
    .one-step-checkout-wrapper .minicart-items table th {
        min-width: 110px !important;
    }
    .one-step-checkout-wrapper .minicart-items table .qty-wrapper {
        padding: 0 !important;
    }
    .create-account-wrapper .customer-form-before{
        order: 2;
        width: 100% !important;
    }
    .create-account-wrapper .form-create-account{
        order: 1;
        width: 100% !important;
        padding: 20px;
    }
    .create-account-wrapper .form-create-account .legend,.create-account-wrapper .form-create-account fieldset.fieldset.create.info>p{
        padding-left:0;
    }
    .create-account-wrapper .form-create-account input, .create-account-wrapper .form-create-account select{
        margin-bottom: 10px;
    }
    .login-container .block.block-customer-login .pslogin-block ul.pslogin-clearfix li{
        width: 100% !important;
    }
    .login-modal .modal-content .block.block-new-customer {
        order: 2;
    }
    .login-modal .modal-content .block.block-customer-login {
        margin: 0;
        order: 1;
    }
    .login-modal .modal-content .block-authentication {
        display: flex;
        flex-wrap: wrap;
    }
    .osc-place-order-wrapper button.action.primary.checkout {
        background: var(--p-clr);
    }
    .sidebar.sidebar-main .block-collapsible-nav {
        top: 10px;padding: 0 !important;
        margin: 0 !important;
        background: #fff;
        border: 0 !important;
    }
    .account .column.main {
        margin-top: 60px;
    }
    .sidebar.sidebar-main .block-collapsible-nav .title {
        margin: 0;
        border: 0;
    }
    .account .form-wishlist-items ol.product-items li{
        margin-bottom: 10px;
        margin-left:0 !important;
    }
    .account .form-wishlist-items ol.product-items li:nth-child(4n + 1){
        margin-left:0 !important;
    }
    .account .form-wishlist-items ol.product-items li .product-item-info {
        text-align: left;
    }
    .sidebar.sidebar-main .sidebar-account-information{
        display: none;
    }
    .order-links .item {
        width: 100%;
    }
    .order-links .item a,.order-links .item strong {
        display: block;
        width: 100%;
    }
    .product.info.detailed .tabs{
        width: 100%;
    }
    .product.info.detailed .tabs ul li{
        clear: both;
    }
    .product.info.detailed .tabs ul li a {
        padding: 2px 0 !important;
        font-size: 16px;
    }
    .product.info.detailed .tabs ul li.active .content{
        font-size: 13px;
        float: left;
        width: 100%;
        padding: 10px;
        background: #fff;
    }
    .product.info.detailed .tabs ul li .content .content {
        font-size: 13px;
        padding: 0;
        margin:0;
    }
    .product.info.detailed .tabs ul li .content .content h2 {
        font-size: 13px;
    }
    .modal-popup .action-close{
        padding: 10px !important
    }
/*    .vsms-field-container .iti-flag{
        width: 19px !important;
    }*/
    .login-container .block.block-customer-login .block-content a.sms-login-field-ctrl {
        padding: 15px 7px !important;
    }
    .login-modal .actions-toolbar {
        width: 100%;
    }
    .login-modal .actions-toolbar ul.pslogin-clearfix li {
        width: 100% !important;
    }
    .sidebar.sidebar-main .block-content.filter-content {
        background: transparent;
    }
    .block-content.filter-content {
        margin-top: 15px;
        background: #fff;
        float: right;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 5px;
    }
    .block-content.filter-content .filter-current ol.items li {
        background: #efefef;
    }
    .block-content.filter-content .block-actions.filter-actions {
        margin: 0;
    }
    .block-content.filter-content ol.items {
        padding: 10px 0;
    }
    /*7-5-2021*/
    .product.options.active .content {
        width: 100%;
        float: left;
    }
    .custom-new-address-popup footer.modal-footer {
        display: inline-block;
        text-align: right;
    }
    .custom-new-address-popup {
        width: 90%;
    }
    .checkout-index-index header.modal-header button {
        margin: 0 !important;
    }
    .product.media{
        width:100%;
        float:left;
    }
    .custome_pop {
        max-width: 96%;
        left: 2% !important;
    }
    .custome_pop .modal-body {
        padding: 0 30px !important;
        width: calc(100% - 20px);
    }
	.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item {
        margin-bottom: 0px !important; width: 98%;
    }
	.filter.active .filter-title strong {
        top: -4px;
    }
    .page-header .nav-toggle {
        top: calc(26%)!important;
    }
    .product-options-wrapper .swatch-attribute .swatch-attribute-options{
        float: left;
        width: calc(100% - 50px);
        margin: 0 !important;
    }
    .product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
        float: right;
        padding-top: 5px;
    }
    .product.info.detailed .tabs ul li a {
        padding: 10px 0 !important;
        display: block;
    }
    .product.data.items .item.title a:after{
        top:15px;
    }
    .premium-banner .col-md-6 {
        margin-bottom: 20px;
    }
    .shop-categories .title{
        font-size: 14px;
    }
    .sidebar.sidebar-main .block.filter .block-title.filter-title strong {
        box-shadow: none;
        background: #000;
        color: #fff;
        border-radius: 5px;
        padding: 10px !important;
        font-size: 14px;
        min-width: 100px;
        font-weight: 600;
    }
    .sidebar.sidebar-main .block.filter .block-title.filter-title strong i.fa.fa-filter {
        float: left;
        margin-right: 5px;
    }
    .page-products .toolbar .limiter select.limiter-options,
    .page-products .sorter select.sorter-options {
        border-radius: 5px !important;
        height: 38px;
        margin-top: 5px;
    }
    .breadcrumbs-wrapper{
        margin-bottom: 10px;
    }
    .breadcrumbs{
        display: block;
        margin:10px 0 0 0 !important;
    }
    .product-info-main-right .box-tocart label.label{
        width:50px !important;
    }
    .product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price {
        font-size: inherit !important;
    }
    /*ul.nav-mobile li a {
        color: #333 !important;
    }*/
    
    footer .get-app ul{
        float: left;
    }
    .copy-rt-block{
        max-width:280px;
    }
    .product-info-main-left{
        margin-bottom: 20px;
    }
    .login-modal .modal-content .block.block-customer-login .input-text{
        height: 40px;
    }
    div#shipping-new-address-form .field {
        margin-bottom: 15px;
    }
    div#shipping-new-address-form legend.label {
        font-size: 9px;
    }
    #checkout form.form.payments{
        padding:0;
        border: 0;
    }
    .mobile-store-language {
        float: right;
        text-align: right;
        border: 0;
        /*padding-right: 40px;*/
        text-align: right;
        /*width: 70px;*/
        z-index: 99999;
        color: #fff;
    }
    .mobile-store-language a {
        border: 0 !important;
        text-align: right !important;
        font-weight:600;
        color: #fff !important;
    }
}

/* Media 767 to 1023 */

@media (min-width:768px) and (max-width:1023px) {
    header .right-menu {
        display: none;
    }
    .switcher-language,
    .switcher-currency {
        display: none;
    }
    .nav-sections {
        left: -100%;
    }
    .mob-show {
        display: block !important;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag {
        background: transparent;
        padding: 0;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag span.text {
        display: none !important;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag i.shopping {
        max-width: 15px;
    }
    ul.right-menu.text-right.ml-auto.mob-show .shopping-bag .counter.qty.item-value {
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #fff;
        top: 0;
        left: -15px;
    }
    .header-top-banner {
        margin-top: -121px;
    }
    li.mob-profile {
        margin: 0 !important;
        border: 0 !important;
    }
    li.mob-profile .profile-blk {
        float: left;
        padding: 0 10px;
    }
    li.mob-profile .profile-blk .mob-profile-name {
        font-size: 20px;
    }
    li.mob-profile .profile-blk .mob-profile-id {
        font-weight: normal;
        color: #666;
    }
    li.mob-profile .close-blk {
        float: right;
        padding: 0px 10px;
        border: 0 !important;
    }
    .deliver .block figure {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .deliver .block {
        text-align: center;
        margin: 0;
    }
    .page-products.page-with-filter ol.products.list.items.product-items .item {
        margin-right: 2%;
    }
    .feature-product a.switch {
        padding: 0px 18px!important;
        height: inherit !important;
    }
    .feature-product .item.content {
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }
    .feature-product li.item.product.product-item {
        margin-right: 2%;
        margin-left: 0;
    }
    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .page-products .products-grid .product-item:nth-child(4n) {
        margin-right: 0 !important;
    }
    .feature-product .products.wrapper.grid.products-grid {
        margin: 30px 0;
    }
    .feature-product .item.title {
        margin-top: 10px !important;
        float: left;
        display: block;
    }
    .feature-product .item.title a.switch {
        background: transparent !important;
        border-top: 0!important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 2px solid transparent !important;
    }
    .feature-product .item.title.active a.switch {
        border-bottom: 2px solid var(--p-clr) !important;
    }
    .shop-categories .title:before, .shop-categories .title:after{
        width:25%;
    }
    .product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price {
        font-size: inherit;
    }
    ul.items.am-filter-items-attr_category_ids.am-labels-folding li a {
        color: #000;
        font-weight: bold;
    }
    #checkout form.form.payments {
        border: 0;
    }
    .checkout-payment-method .payment-method + .payment-method .payment-method-title{
        border: 0
    }
    .one-step-checkout-wrapper .frames-container{
        margin-right:0;
    }
}


/* Vikas Goswami 15-4-2021 */
.error-danger{
    border:1px solid #b30000 !important;
}
.product_color_wrapper,.product_size_wrapper {
    margin-bottom: 10px;
}
.product_color_wrapper .type_colorimg {
    outline: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 100px;
    height: 30px !important;
    /* border: 2px solid var(--p-clr) !important; */
    padding: 2px;
    margin-top: 2px;
}
.product_size_wrapper  .type_size {
        background: #f0f0f0;
    color: #000;
    display: inline-block;
    padding: 5px;
    border: 1px solid #dadada;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius:4px;
}
.product-info-main-right .product.attibute .type {
    float: left;
    width: 40px;
}
.product-info-main-right .product.attibute .product_color_wrapper,
.product-info-main-right .product.attibute .product_size_wrapper {
    float: left;
    width: calc(100% - 60px);
}
.product-info-main-right .product.attibute {
    width: 100%;
    float: left;
}
/* Login Modal */
.login-modal .actions-toolbar {
    float: left;
}
.login-modal .pslogin-spacer.pslogin-clearfix {
    float: left;
    width: 100%;
}
.login-modal .pslogin-spacer.pslogin-clearfix .psdlogin-login {
    float: left;
    width: 100%;
}
.login-modal .pslogin-block.pslogin-login {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.login-modal .pslogin-block.pslogin-login li {
    margin-right: 5px;
}
.login-modal .pslogin-block.pslogin-login .pslogin-spacer {
    display: none;
}






.category-description p {
text-align: center;
max-width: 1000px;
margin: 0 auto 40px auto;
padding: 0px;
}

.category-description { position: relative; }

.category-description:after,.category-description:before {content: '';position: absolute;left: 0;top: 50%;width: 39px;transform: translateY(-50%);height: 27px;background: url(./../image/line-icon.png)}

.category-description:after {
    left: inherit;
    right: 0; 
    background: url(./../image/right-line.png);
}

@media (max-width:767px){
    .login-container .block.block-customer-login .block-content a.sms-login-field-ctrl {
        padding: 15px 7px !important;
    }
    .product-info-price .price-box .price-container .price{
        margin-left: 0
    }
}


/*Checkout Gift Card*/
.checkout-index-index .modal-content {
    padding: 20px 20px !important;
}
.checkout-index-index .mpgiftwrap-model-button button {
    border: 0 !important;
    border-radius: 5px;
}
.checkout-index-index .modal-content .mpgiftwrap-category label {
    display: block;
}
.checkout-index-index .modal-content .mpgiftwrap-category select {
    width: 100%;
    display: block;
    min-width: 100%;
    border-radius: 5px;
    height: 44px;
}

/* Markanday */
.minicart-wrapper .minicart-items-wrapper .minicart-items .product .product .product.actions a.action.delete:before 
{
    position: relative;
    top: -2px;
}

dl.product.options.list > div {
    width: 100%;
}

.minicart-items .product-item-details .product .options.list dt {
    margin: 0 10px 5px 0;
}



dl.product.options.list {
    margin-bottom: 0px;
}

/* OFFERS 17/5*/

.filter-options .items .items-children.-folding {padding-left: 0!important;}
.filter-options .am-labels-folding .item {
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    margin: 0px!important;
}

a.action.clear.filter-clear {color:#d8a664;}
.page-products.page-with-filter .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol li.item .checkbox-wrap input[type=checkbox] {display: none!important;}


.filter-options .am-labels-folding .item a.amshopby-filter-parent {padding: 0 5px 0 20px !important;
    width: 100%; display: block; position: relative;}

.filter-options .am-labels-folding .item a.amshopby-filter-parent:hover {color: #666;}

.sidebar.sidebar-main input[type=radio] { visibility:hidden!important;}
.filter-options-content .count {right: 0;
    color: #d0d0d0;
    font-weight: 600;
    position: absolute;
    top:0px;
    }

ul.items.am-filter-items-attr_category_ids.am-labels-folding li.item {
    padding: 10px 10px 10px 18px!important; 
}

ul.items.am-filter-items-attr_category_ids.am-labels-folding li.item ul.items li.item {
    margin:0px 0px!important; font-weight:normal!important; padding: 10px 10px 10px 25px!important;
}

li.item.Accessories {
    border-bottom: 0px!important;
}

.am-filter-items-attr_size.swatch-attribute.swatch-layered.size {
    padding: 10px 0; margin: 0px auto;
}

.am-filter-items-attr_size.swatch-attribute.swatch-layered.size .swatch-option.text {
	margin: 0 5px!important;
	min-width:77px!important;
	font-size: 13px;
	color: #000;
}
.amscroll-backtotop-block {
    bottom: 100px;
}

ul.items.am-filter-items-attr_category_ids.am-labels-folding li.item .checkbox-wrap label {left: -8px;}
ul.items.am-filter-items-attr_category_ids.am-labels-folding li.item .checkbox-wrap input {display:none;}

ul.items.am-filter-items-attr_category_ids.am-labels-folding, ol.items.am-filter-items-attr_item_type, ol.items.am-filter-items-attr_manufacturer {
max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden; 
    
    }


.checkbox-wrap {
    position: initial
}
.checkbox-wrap label {
    background-color: #989898;
    border-radius: 50%;
    cursor: pointer;
    height: 19px;
    left: -25px;
    position: absolute;
    top: 1px;
    width: 19px
}
.checkbox-wrap label:after {
    border: 0;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    left: 6px;
    opacity: 1;
    position: absolute;
    top: 6px;
    transform: rotate(0deg);
    width: 7px;
    background: #fff;
    border-radius: 10px
}
.checkbox-wrap input[type=radio] {
    visibility: hidden
}
.checkbox-wrap input[type=radio]:checked+label {
    background-color: #d8a664
}
.checkbox-wrap input[type=radio]:checked+label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left:5px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 10px;
    background-color: rgba(255,0,0,0);
    border-radius: 0
}

.filter-options-content a:hover { background-color: transparent;}
footer .get-app ul li {margin-right:5px; width: auto!important;}
.product-info-price .price-box .price-container .price {font-size: 18px!important; font-weight: 600!important; font-size: 13px;    margin-left: 10px;}
.product-info-price .price-box.price-final_price span.normal-price {float: left; margin-right: 10px;}
.product-options-wrapper .swatch-opt .swatch-option.text {
	margin: 0 5px 5px 0!important;
	min-width:50px!important;
	color: #000;
    line-height: 20px; 
    text-align: center;
    font-size: 15px;
    padding: 4px 8px;
    height: 30px; 
    border-radius: 4px;
}
.product-options-wrapper .swatch-opt .swatch-option.text:focus {
    box-shadow: none;
}

.product-info-main-right .product-info-price .product-info-stock-sku .price-box .old-price span.price:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c5c5c5!important;
    content: "";
    /* padding: 0; */
    margin: auto;
    right: 0;
    bottom: 0;
	
	}
	
.customer-address-index .modal-popup header.modal-header {padding: 18px 10px;}
.customer-address-index header.modal-header button.action-close {
    padding: 5px;
    margin: 5px;
    height: 24px;
    line-height: normal;
    width: 24px;
}

.contact-index-index  main#maincontent {
    padding: 30px 0!important;
}
.contact-index-index .fieldset > .legend {font-size: 26px; font-weight: 600;}
.contact-index-index button.action.submit.primary {background: var(--p-clr); border:0px;}

.contact-index-index fieldset.fieldset {margin: 0 0 15px;}




/* 25-5-2021 */
.product-info-main-left .product-social-links .product-addto-links a span.wish_icon {
	display: inline-block;
    margin-right: 5px;
    float: left;
    width: 25px;
    height: 25px;
    background: url(./../image/wishlist.png) no-repeat;
    background-size: cover;
}
.product-info-main-left .product-social-links .product-addto-links a:before {
    display: none;
}
.fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__thumb--icon, .fotorama__video-close {
    display: inline-block;
}
.main-headline .product.attibute .type,.product-info-main-right .product-add-form .field.qty .label{
    color: #999;
    font-size: 11px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 50px;
    float: left;
    margin-top: 5px;
}
.product-info-main-right .box-tocart {
    float: left;
    width: 100%;
    margin-top: 10px !important;
}
.product-info-main-right .box-tocart label.label {
    float: left;
    width: 40px;
}
.product-info-main-right .box-tocart .fieldset .qty {
    display: flex;
    align-items: center;
}
.product-info-main-right .box-tocart  .control {
    float: left;
    width: calc(100% - 90px);
}
.product-info-main-right .box-tocart .fieldset .qty label {
    margin: 0;
}
.fotorama__arr.fotorama__arr--next,.fotorama__arr.fotorama__arr--prev {
    display: none;
}

/* Gift Wrap */
aside.gift-modal {
    max-width: 630px;
    margin: 0 auto;
    z-index:999991 !important;
}
aside.gift-modal .media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
aside.gift-modal h1#modal-title-22 {
    font-size: 20px;
}
aside.gift-modal .option br {
    display: none;
}
aside.gift-modal .option p.note {
    float: right;
}
aside.gift-modal .mpgiftwrap-category{
    display: none;
}

/* 26-5-2021 */
header .right-menu li a .wish_count {
    position: relative;
    margin-right: 5px;
}
header .right-menu li a .wish_count .count-num {
    position: absolute;
    right: -2px;
    top: -8px;
    background: var(--p-clr);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    place-content: center;
    display: grid;
    font-weight: bold;
}
.wa_contact {
    right: -40px;
}
.fieldset.login {
    margin-bottom: 0;
}
.form.form-login {
    margin-bottom: 0 !important;
}
.am-collapse-icon:after {
    display: none;
}
.new-arrival .sm-products .left .content .old-price.sly-old-price, .new-arrival .sm-products .right .content .old-price.sly-old-price {
    text-decoration: line-through;
}
.new-arrival .sm-products .left .content .normal-price .price, .new-arrival .sm-products .right .content .normal-price .price {
    font-weight: 600;
}
.customer-account-edit fieldset.fieldset.password {
    float: left;
    width: 100%;
}
.gallery-placeholder .fotorama__arr.fotorama__arr--next, .gallery-placeholder .fotorama__arr.fotorama__arr--prev {
    display: none !important;
}
.fotorama__nav.fotorama__nav--thumbs {
    width: auto !important;
    display: table;
}
.fotorama__fullscreen-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.swatch-option.text.selected {
    background-color: #000000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    outline: 0;
}
.products-grid.wishlist .product-items li .product-item-inner:hover {
    box-shadow: none;
    border: 0;
    right: 0;
}
.products-grid.wishlist .product-items li .product-item-inner .box-tocart,
.products-grid.wishlist .product-items li .product-item-inner .fieldset {
    margin-bottom: 0 !important;
}
/*.products-grid.wishlist .product-items li .product-item-inner .box-tocart {
    margin-top: 10px;
}*/
.products-grid.wishlist .product-items li .product-item-inner .box-tocart .product-item-actions {
    float: right;
}
.account .form-wishlist-items ol.product-items li .product-item-info:hover .product-item-inner {
    margin: 0;
    padding: 0;
    border: 0;
}
.products-grid.wishlist .product-items li .product-item-inner .box-tocart .unavailable.stock {
    float: right;
    margin-top: 5px;
}
.products-grid.wishlist .product-items li .product-item-inner .box-tocart .field.qty {
    float: left;
    min-width: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.products-grid.wishlist .product-items li .product-item-inner .box-tocart label.label {
    float: left;
    margin-right: 10px;
}
.products-grid.wishlist .product-items li .product-item-inner .product-item-actions {
    margin: 0 !important;
}



/*28-5-2021*/
.page-with-filter .toolbar-amount {
    display: none !important;
}
ul.items.pages-items li.item.pages-item-previous {
    display: none;
}

header .right-menu .search_auto {
    position: relative;
}
header .right-menu .search_auto .block.block-search {
    width: 100%;
    min-width: 130px;
    position: relative;
    max-width: 100px;
    padding: 0;
}
header .right-menu .search_auto .block.block-search .minisearch {
    margin: 0;
}
header .right-menu .search_auto .searchsuite-autocomplete {
    left: inherit;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
}
header .right-menu .search_auto .searchsuite-autocomplete ul#suggest li {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
header .right-menu .search_auto .searchsuite-autocomplete  .title {
    display: none;
}
header .right-menu .search_auto .searchsuite-autocomplete ul#suggest {
    padding: 0;
}

header .right-menu .search_auto .searchsuite-autocomplete ul#suggest li a {
    color: #333;
    padding: 5px 10px;
}
header .right-menu .search_auto .searchsuite-autocomplete .product ul li .qs-option-info .qs-option-title a {
    color: #333;
}
header .right-menu .search_auto .block.block-search .input-text {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
    outline: none;
    box-shadow: none;
    animation: none;
}
header .right-menu .search_auto .block.block-search .input-text:focus {
    outline: none;
    box-shadow: none;
}
header .right-menu .search_auto .block.block-search .input-text::placeholder{
    color:#fff !important;
}
header .right-menu .search_auto .block.block-search button.action.search,
header .right-menu .search_auto .block.block-search button.action.search:before{
    color: #fff;
    background: transparent !important;
    opacity: 1;
}
header .right-menu.mob-show {
    display: none !important;
}
@media (max-width: 767px){
    header .right-menu li.link.wishlist span.count-num {
        background: #a13533;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    header .right-menu li a i.fa.fa-user {
        font-size: 22px !important;
        padding:0 10px;
    }
    header .right-menu li a i{
        margin-right:0;
        font-size: 20px !important;
    }
    header .right-menu.mob-show {
        display: block !important;
    }
    .gift-modal {
        width: 100% !important;
        left: 0 !important;
        max-width: 100% !important;
    }
    .gift-modal .modal-inner-wrap {
        min-width: 100%;
    }
    body.checkout-index-index .modal-popup .modal-inner-wrap{
        width: 100% !important;
    }
    .add-address-modal {
        left: 0 !important;
    }
    .add-address-modal .form-shipping-address {
        padding-left: 0 !important;
    }
    .add-address-modal {
        left: 0 !important;
    }
    .add-address-modal .form-shipping-address {
        padding-left: 0 !important;
    }
    .add-address-modal footer.modal-footer button {
        width: 30% !important;
    }
    .add-address-modal footer.modal-footer {
        display: block;
        float: right;
        text-align: right;
    }
    .page-layout-1column .product-info-main{
    	width: 100% !important;
    }
}
.page-layout-1column .product-info-main{
    width: 46%;
}
.add-address-modal footer.modal-footer {
    background: transparent !important;
}
.add-address-modal footer.modal-footer button.action.secondary.action-hide-popup {
    background: #efefef;
    display: inline-block;
    margin-top: 1px !important;
    padding: 8px 12px;
    border-radius: 5px;
    color: #333;
}
.checkout-mob-verify footer {
    display: none;
}

/* Wallet Add Payment Page */
th.mark {
    background: transparent;
}
#checkout ul.opc-progress-bar {
    margin-top: 30px;
}
#checkout ul.opc-progress-bar li.opc-progress-bar-item._active:before {
    background: var(--p-clr);
    border-color: var(--p-clr);
}
#checkout ul.opc-progress-bar li.opc-progress-bar-item._active span:before {
    background: var(--p-clr);
    border-color: var(--p-clr);
}
#checkout ul.opc-progress-bar li.opc-progress-bar-item._active span:after {
    border-color: var(--p-clr);
}
.step-content img.paymentall-icons {
    float: right;
    max-width: 230px;
}
.step-content .payment-method._active {
    width: 100%;
}
.step-content .payment-method._active .payment-method-title.field.choice {
    width: 100%;
    float: left;
    line-height: 40px;
}
.step-content .payment-method._active .payment-method-title.field.choice label.label {
    margin: 0;
}
.step-content .billing-address-details {
    display: inline-block;
    padding: 20px  !important;
    background: #fff;
    min-width: 250px;
}
.step-content .billing-address-details button.action.action-edit-address {
    padding: 5px 20px;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
}
.step-content .actions-toolbar .primary {
    background: var(--p-clr);
    border: 0;
    border-radius: 5px;
}
#checkout .payment-option-content form.form-discount {
    margin: 0;
    padding: 0;
}
#checkout .payment-option-content form.form-discount .control input {
    height: 37px;
}
#checkout .payment-option-content form.form-discount .actions-toolbar .primary button {
    box-shadow: none !important;
}
#checkout form.form.payments {
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    /*border: 1px solid #c5c5c5;*/
}
#checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin-top: 0;
}
#checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide header.modal-header {
    display: none;
}
/*31-5-2021*/
/*#amasty-shopby-product-list .toolbar.toolbar-products {
    display: none;
}*/
.products.wrapper.grid.products-grid {
    float: left;
    margin-top: 0;
    width: 100%;
}
.custome-stc-pay ul li img {
    width: 30px;
    height: auto;
}
aside.modal-popup  footer {
    background: transparent !important;
}
.prompt.stcotpbox footer button {
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    color: #fff;
}
.popup-content.custome_pop .modal-body {
    margin:  0 auto;
    padding: 0 10px!important;
    width: 97%;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .action{
    text-align: left !important;
}
/* 2-6-21 */
.shopping-bag i.fa.fa-shopping-bag {
    font-size: 30px;
    color: #fff;
}
ul.items.am-filter-items-attr_category_ids.am-labels-folding form li a,
ol.items.am-filter-items-attr_item_type li a,
ol.items.am-filter-items-attr_manufacturer li a{
    color: #000;
    font-weight: bold;
}
a.action.viewcart {
    background: #efefef !important;
    text-decoration: none;
    font-weight: 600;
}

/* Custom Radio Button Css */
.radio-custom {
    padding: 10px;
    float: left;
    width: 100%;
    background: rgba(248, 248, 248, 1);
    display: block;
    position: relative;
    border-radius: 5px;
    padding-left: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-custom label.label {
    line-height: 36px;
    margin: 0;
    padding: 0;
    float: left;
    color: #000 !important;
    font-weight: bold !important;
}
/* Hide the browser's default radio button */
.radio-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	width: 100% !important;
	height: 100%;
	top: 0;
	margin: 0;
}

/* Create a custom radio button */
.radio-custom .checkmark {
	position: absolute;
	top: 20px;
	left: 5px;
	height: 19px;
	width: 19px;
	background-color: #989898;
	border-radius: 50%;
}
.radio-custom .checkmark:before {
    border: 0;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    left: 6px;
    opacity: 1;
    position: absolute;
    top: 6px;
    width: 7px;
    background: #fff;
    border-radius: 10px;
}
.radio-custom input:checked ~ .checkmark:before {
    display: none;
}

/* On mouse-over, add a grey background color */
.radio-custom:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-custom input:checked ~ .checkmark {
  background-color: var(--p-clr);
}
.radio-custom .checkmark:after{
    content: '';
    border: 0;
    border-top: none;
    border-right: none;
    height: 7px;
    left: 6px;
    opacity: 1;
    position: absolute;
    top: 6px;
    width: 7px;
    background: #fff;
    border-radius: 10px;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-custom .checkmark:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 10px;
    background-color: rgba(255,0,0,0);
    border-radius: 0;
}
/*Radio End*/

.product-info-main-left {
    background: #fff !important;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 10px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top: 20px;
}
.items.payment-methods .payment-method {
    float: left;
    width: 100%;
}
.items.payment-methods .payment-method.wallet {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 7px 10px 2px 5px;
}
.fotorama__arr, .fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0.6);
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.add-address-modal .form-shipping-address {
    max-width: 100% !important;
    margin-right: 0;
    width: 100%;
    padding: 0;
}
.privacy_policy {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.amscroll-backtotop-block {
    left: 10px;
    bottom: 20px;
}
/*6-6-21*/
td.col.price .cart-price .price {
    background: #efefef;
    padding: 5px 10px;
    color: #adadad;
    font-size: 14px;
    font-weight: 600 !important;
}
.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td .product-item-details .product-item-name {
    font-size: 13px;
    font-weight: 600;
}
.checkout-cart-index .cart-summary .block.discount form#discount-coupon-form .coupon.applied {
    margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form.form-cart {
    padding-left: 0;
}
.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.subtotal .price-including-tax {
    float: left;
}
.checkout-cart-index .cart.table-wrapper .cart.items.data.table tr.item-info td.col.subtotal .actions-toolbar a.action.action-delete {
    line-height: 1;
    width: 16px;
}
/*7-6-21*/
#checkoutcom_card_payment_frm .frame--activated {
    box-shadow: none !important;
}
.field.choice.save-card-option input {
    float: left;
}
.field.choice.save-card-option {
    float: left;
    padding-left: 0 !important;
    margin-left: 10px;
}
div#title-checkout-all-cart {
    display: none;
}
.place-order-primary button {
    background: var(--p-clr) !important;
    border: 0 !important;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}
.place-order-primary button span {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper {
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}
/* Chechout New Design */
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list {
    margin: 5px 2% 10px 2%;
    float: left;
    width: 96%;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .product.left {
    float: left;
    width: 80px;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right {
    float: left;
    width: calc(100% - 90px);
    margin-left: 10px;
    text-align: left;
    padding-right: 25px;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .name a {
    color: #000;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .name .product-item-detail {
    padding: 0;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty {
    width: 50%;
    float: left;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .price {
    float: right;
    text-align: right;
    margin-top: 4px;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .price .price {
    font-size: 14px !important;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty .qty-wrapper .plus {
    float: right;
    width: 25px;
    text-align: center;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty .qty-wrapper .minus {
    float: left;
    width: 25px;
    text-align: center;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty .qty-wrapper .qty-wrap {
    width: 40px;
    text-align: center;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty .qty-wrapper .qty-wrap input {
    width: 40px;
    text-align: center;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list a.close {
    position: absolute;
    right: 10px;
    text-align: center;
    top: 15px;
    background: transparent !important;
    color: #000 !important;
}
.opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .name a strong {
    font-weight: bold;
}
.one-step-checkout-wrapper table.data.table.table-totals tr.totals.discount .mark .discount.coupon {
    display: none;
}
/*8-6-21*/
.opc-payment-additional.gift-box-block {
    margin: 0px 10px 20px 10px;
    padding: 5px 10px;
    background: #FFF0C8;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.opc-payment-additional.gift-box-block label.text {
    margin: 0;
}
.opc-payment-additional.gift-box-block a.mpgiftwrap {
    background: #fff;
    padding: 5px 10px;
    margin-top: 2px;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}
.opc-payment-additional.gift-box-block>span {
    float: right;
    padding: 5px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    text-align: left !important;
    padding-left: 45px !important;
    padding-right: 10px !important;
}
@media (max-width: 767px){
    .opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty .qty-wrapper .qty-wrap{
        width: 30px;
    }
    .opc-wrapper.one-step-checkout-wrapper .minicart-items-wrapper .checkout-custom-review .product-list .right .qty .qty-wrapper .qty-wrap input{
        width: 30px;
    }
    .block.items-in-cart .title {
        background: #fff;
        padding: 10px;
    }
    .block.items-in-cart .title {
        background: #fff;
        padding: 10px;
        margin-bottom: 0;
    }

    .checkout-shipping-address {
        margin-top: 20px;
    }
    .checkout-shipping-address .step-title {
        background: #fff;
        float: left;
        width: 100%;
        z-index: 9999;
        position: relative;
    }
    .checkout-shipping-address .step-title>span {
        color: #000;
        font-size: 12px;
        margin-top: 12px;
        display: inline-block;
    }
    .checkout-shipping-address button.action.action-show-popup {
        float: right;
        background: var(--p-clr);
        margin: 0;
        padding: 0;
        border-radius: 5px;
    }
    .checkout-shipping-address button.action.action-show-popup span:before {
        display: none !important;
    }
    .checkout-shipping-address button.action.action-show-popup span {
        color: #fff;
        padding: 10px;
        display: inline-block;
        font-size: 12px;
    }
    .form.form-shipping-address {
        background: #fff;
    }
    .osc-payment-after-methods .discount-code .payment-option-title.field.choice {
        width: 100%;
        padding: 10px;
    }
    .osc-payment-after-methods .discount-code .payment-option-title.field.choice .action.action-toggle {
        width: 100%;
        color: #000;
        margin: 0 !important;
        padding: 0 !important;
    }
    .osc-payment-after-methods .discount-code .payment-option-title.field.choice .action.action-toggle:after {
        float: right;
    }
    .opc-payment-additional.gift-box-block{
        margin:  0;
    }
    .osc-payment-after-methods .discount-code {
        margin:0 0 20px 0;
        background: #fff;
    }
    .checkout-payment-method .step-title {
        background: #fff;
        margin: 0;
        margin-top: 20px;
        color: #000;
        font-size: 12px !important;
    }
    .checkout-payment-method .step-title span {
        color: #000;
    }
    .one-step-checkout-wrapper .step-content .payment-option-content{
        margin-top: 10px;
    }
    .one-step-checkout-wrapper .step-content {
        background: transparent;
    }
    #checkout form.form.payments {
        margin-bottom: 20px !important;
        background: #fff;
        float: left;
        width: 100%;
        padding: 0 25px;
    }
    #checkout  .osc-payment-after-methods {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .block.items-in-cart .title i {
        float: right;
        font-size: 20px;
    }
    .block.items-in-cart.active .title i {
        transform: rotate(90deg);
    }
    .osc-payment-after-methods .discount-code .payment-option-title.field.choice .action.action-toggle:after {
        display: none;
    }
    .osc-payment-after-methods .discount-code .payment-option-title.field.choice .action.action-toggle i {
        float: right;
        font-size: 20px;
    }
    .payment-option._collapsible.opc-payment-additional.discount-code._active .payment-option-title.field.choice .action-toggle i {
        transform: rotate(90deg);
    }
    .checkout-index-index .nav-sections, .checkout-index-index .nav-toggle{
        display: block;
    }
    .one-step-checkout-wrapper .step-content .payment-option-content .form-discount .actions-toolbar .primary button {
        background: #000 !important;
        color: #fff;
    }
    .opc-wrapper .shipping-address-items {
        background: #fff;
        float: left;
        margin: 0 !important;
        width: 100%;
    }
}
.modal-popup.modal-slide{
    z-index: 99999;
}
.account .form-wishlist-items ol.product-items li .product-item-name a {
    font-weight: 600;
}
.add-address-modal label.label {
    font-weight: 600 !important;
    font-size: 14px;
}
.mobile-verify-otp {
    position: relative;
}
.mobile-verify-otp a.opt-send-btn {
    position: absolute;
    right: 5px;
    z-index: 12 !important;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    top: 2px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 2.26037px 4.52074px rgb(0 0 0 / 10%);
}
.mobile-otp-wrapper {
    width: 100%;
    margin: 10px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 20;
    right: 0;
    width: 85%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.mobile-otp-wrapper input, .mobile-otp-wrapper button {
    height: 32px !important;
}
.mobile-otp-wrapper .otp-checkout-field {
    width: 100px !important;
    float: left;
    margin: 0px !important;
    height: 35px;
    border-color: #ececec !important;
    text-align: center;
    font-size: 13px;
}
.mobile-otp-wrapper .sms-verifybtn,
.mobile-otp-wrapper .sms-verifybtn:hover,
.mobile-otp-wrapper .sms-verifybtn:focus {
    background: var(--p-clr);
    border: 0;
    font-size: 12px;
}
.mobile-otp-wrapper .sms-resendbtn {
    margin-left: 5px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
#vsms-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.55) url(../image/loading2.gif) no-repeat center center;
    z-index: 100000;
}
.one-step-checkout-wrapper .checkout-shipping-address .step-content .form-shipping-address .fieldset.address label {
    font-size: 13px;
    color: #000 !important;
    font-weight: bold !important;
    margin: 0 !important;
}
#shipping-new-address-form {
    margin: 0;
}
#shipping-new-address-form .field-error {
    margin: 0;
}
#shipping-new-address-form .select {
    background-color: #f7f7f7;
    border-color: #ececec;
    border-radius: 5px;
    font-size: 12px;
}
.verified-otp{
    display: none;
    padding: 5px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 999;
    color: green;
    letter-spacing: 1px;
}
.verified-otp img {
    margin-left: 10px;
}
/* The custom_checkbox-wrap */

.custom_checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
}


/* When the checkbox is checked, add a blue background */
.custom_checkbox-wrap input:checked ~ .check-checkmark {
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox-wrap input:checked ~ .check-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox-wrap .check-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid blue;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

legend.label {
font-size: 14px !important;
font-weight: bold !important;
}

.modals-overlay {
    z-index: 9999 !important;
}

.swatch-option.disabled:after {
    height: 2px;
    top: 40%;
    width: 70px;
    transform: rotate(-32deg );
    left: -10px;
    background: var(--p-clr);
    right:inherit;
}
.products-grid.wishlist .product-item-info a img {
    margin: 0;
}
.products-grid.wishlist .price-box.price-configured_price .spacial-price .price {
    color: red !important;
}
.products-grid.wishlist .product-items li .special-price span.price {
    color: var(--p-clr);
}
.products-grid.wishlist .product-items li .box-tocart .product-item-actions, .products-grid.wishlist .product-items li .box-tocart .product-item-actions .actions-primary,.products-grid.wishlist .product-items li .box-tocart .product-item-actions .actions-primary button {
    width: 100%;
    display: block;
}


/* 22-6-21 */
.products-grid.wishlist .product-items li{
    padding-bottom:10px
}
.products-grid.wishlist .product-item-info a img {
    margin: 0;
}
.products-grid.wishlist .price-box.price-configured_price .spacial-price .price {
    color: red !important;
}
.products-grid.wishlist .product-items li .special-price span.price,
.products-grid.wishlist .product-items li .product-item-info .price-box.price-final_price .price,
.products-grid.wishlist .product-items li .product-item-info .price-box.price-configured_price .price {
    color: var(--p-clr);
}
.products-grid.wishlist .product-items li .box-tocart .product-item-actions, .products-grid.wishlist .product-items li .box-tocart .product-item-actions .actions-primary,.products-grid.wishlist .product-items li .box-tocart .product-item-actions .actions-primary button {
    width: 100%;
    display: block;
}
.products-grid.wishlist .product-items li .product-item-info a.delete {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 100px;
}
.products-grid.wishlist .product-items li .product-item-info {
    position: relative;
}
.products-grid.wishlist .product-items li .product-item-info a.delete i {
    color: #333;
    position: absolute;
    inset: 5px 8px;
}
.products-grid.wishlist .product-items li .product-item-info a.product-item-photo {
    margin: 0;
}
.products-grid.wishlist .product-items li .product-item-info .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-grid.wishlist .product-items li .product-item-info span.old-price .price {
    color: #c5c5c5 !important;
}
.products-grid.wishlist .product-items li .box-tocart .product-item-actions .actions-primary button {
    padding: 10px 0;
    margin: 0 !important;
}
/*Checkout*/
.shipping-address-items .shipping-address-item {
    border: 0;
    padding: 0 !important;
    margin: 0;
}
.shipping-address-items .shipping-address-item .address-blk {
    color: #000;
    position: relative;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 40px 10px 10px;
}
.shipping-address-items .shipping-address-item .address-blk p {
    color: #000;
    padding: 0px;
    margin: 0;
    display: block;
    z-index: 999999;
    position: relative;
    height: auto;
    text-transform: capitalize;
}
.shipping-address-items .shipping-address-item .address-blk p.nam {
    font-weight: 600;
}
.shipping-address-items .shipping-address-item .address-blk p a{
    color: #000;
}
.shipping-address-items .shipping-address-item.selected-item .address-blk .action.edit-address-link {
    right: 10px;
    margin: 0;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.shipping-address-items .shipping-address-item.selected-item .address-blk {
    background: #FFF7ED;
    border: 1px solid var(--p-clr);
}
.opc-wrapper .form.form-shipping-address {
    border: 1px solid #D8A664;
    border-radius: 10px;
    padding: 5px;
    margin: 10px !important;
}
.form.form-shipping-address .title {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}
.sms-address-mobile-container .intl-tel-input .mobile-number {
    background: #f7f7f7;
    border-radius: 5px;
}
@media (max-width: 767px){
    .products-grid.wishlist ol.product-items .product-item .product-item-info .product-item-inner .box-tocart {
        margin-left: 15px;
        display: block;
        float: left;
    }
    .products-grid.wishlist ol.product-items .product-item .product-item-info .product-item-inner .box-tocart button.action.tocart.primary {
        padding: 10px;
    }
    .products-grid.wishlist ol.product-items .product-item {
        padding:5px
    }
}
/*Custom Checbox Css*/
/* The radio-check-wrap */
.radio-check-wrap {
    float: left;
    width: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.radio-check-wrap input {
    position: absolute;
    opacity: 0;
    margin: 0 !important;
    cursor: pointer;
    height: 100% !important;
    top: 0;
    width: 100% !important;
    left: 0;
}
.radio-check-wrap .text {
    font-size: 12px;
    font-weight: 600;
    float: left;
    line-height: 20px;
    margin-top: 10px;
}
/* Create a custom checkbox */
.radio-checkmark {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 19px;
  width: 19px;
  background-color: #989898;
  border-radius: 50%;
}
.radio-checkmark:before{
  border: 0;
  border-top: none;
  border-right: none;
  content: "";
  height: 7px;
  left: 6px;
  opacity: 1;
  position: absolute;
  top: 6px;
  width: 7px;
  background: #fff;
  border-radius: 10px;
}
/* When the checkbox is checked, add a blue background */
.radio-check-wrap input:checked ~ .radio-checkmark {
  background-color: #d6a563;
}
/* Create the checkmark/indicator (hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.radio-check-wrap input:checked ~ .radio-checkmark:before {
  display: none;
}
.radio-check-wrap input:checked ~ .radio-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.radio-check-wrap .radio-checkmark:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 1;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 10px;
  background-color: rgba(255,0,0,0);
  border-radius: 0;
}
/*End*/
.radio-check-wrap .wallet_img_group {
    font-size: 12px;
}
/*Gift box Radio*/
.opc-payment-additional.gift-box-block label.radio-check-wrap {
    float: left;
    width: 120px;
}
.opc-payment-additional.gift-box-block label.radio-check-wrap .radio-checkmark {
    top: 5px;
}
.opc-payment-additional.gift-box-block label.radio-check-wrap .text {
    margin-top: 5px;
}
.prompt.stcotpbox h1 {
    font-size: 20px;
}
.prompt.stcotpbox button.action-primary.action-accept {
    background: var(--p-clr);
    color: #fff;
}
.prompt.stcotpbox  button.action-secondary.action-dismiss {
    margin-left: 10px;
    color: #333;
}
.prompt.stcotpbox .modal-inner-wrap {
    max-width: 500px;
}
.opc-wrapper .shipping-address-item button.edit-address-link {
    right: 5px !important;
    font-weight: 600;
    color: #333;
    font-size: 12px;
}

.account .form-wishlist-items ol.product-items li .tooltip.wrapper.product-item-tooltip {
    display: none;
}
.cko-vault-card .vault-cvv {
    float: left !important;
    width: 100% !important;
}

.onestepcheckout-index-index .select2-container {
    z-index: 999999
}

.onestepcheckout-index-index .add-address-modal input[name="city"] {
    width: 50%;
}

/* 13-07-2021 */

.add-address-modal .field[name="shippingAddress.postcode"] {
    clear: inherit;
}
.add-address-modal .field._required[name="shippingAddress.city"]{
    float:left;
    width:50%;
    padding-left: 10px;
    padding-right: 10px;
}
.add-address-modal .field._required[name="shippingAddress.city"] input{
    float:left;
    width:100%;
}

.opc-wrapper .form.form-shipping-address .field[name="shippingAddress.postcode"] {
    clear: inherit;
}
.opc-wrapper .form.form-shipping-address .field._required[name="shippingAddress.city"]{
    float:left;
    width:50%;
    padding-left: 10px;
    padding-right: 10px;
}
.opc-wrapper .form.form-shipping-address .field._required[name="shippingAddress.city"] input{
    float:left;
    width:100%;
}
.opc-wrapper .form.form-shipping-address .field.col-mp.mp-6._required .control .select2.select2-container.select2-container--default {
    width: 100% !important;
}
@media (max-width:767px){
    .opc-wrapper .form.form-shipping-address .field.col-mp.mp-6._required .control span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .opc-wrapper .form.form-shipping-address .field._required[name="shippingAddress.city"]{
        width:100% !important;
    }
    .add-address-modal .field._required[name="shippingAddress.city"]{
        float: left;
        width: 100%;
    }
}

.add-address-modal .select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* July 19, 2021 -- Markanday*/

.popup-authentication .field.email.required label.label {
    width: 100% !important;
    padding: 7px 0;
    border-radius: 5px;
    background: #f7f7f7;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.popup-authentication .field.email.required label.label label a {
    border-radius: 5px;
    padding: 13.5px 5px !important;
    font-size: 11px;
    font-weight: 600;
}

.popup-authentication .field.email.required label.label:after {
    display: none;
}

.popup-authentication .field.email.required label.label label a.selected {
    color: #ffffff;
    background: #333 !important;
}


.popup-authentication .field.email.required > label.label {
    margin-bottom: 30px;
}

.popup-authentication .actions-toolbar {
    margin-top: 0px !important;
    width: 100% !important; 
}

.block-authentication .actions-toolbar > .primary {width: 100%; }

.popup-authentication .actions-toolbar a#request_otp_button {
    display: block;
    width: 100%;
    padding: 15px !important;
    background: #d8a664 !important;
    font-size: 14px;
    border-radius: 10px;
    border: 0;
    text-align: center!important;
    color: #fff;
}

.popup-authentication .actions-toolbar .primary, .popup-authentication .actions-toolbar .secondary {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-bottom: 10px;
}

.popup-authentication aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .action {
    text-align: center !important;
}

.popup-authentication .actions-toolbar .primary button span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size:15px;
}

.popup-authentication .secondary.signup a {
    color: var(--p-clr)!important;
}

aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .secondary.forgotpassword a.action {
    text-align: right!important;
    margin-bottom: 15px i !important;
    font-weight: 600;
    display: block;
}

.popup-authentication .secondary.signup {
    font-weight: 600;
    display: block;
}

.popup-authentication .field.email.required label.label.popup-auth-label {
    display: table;
    width: auto!important;
    margin: 0 auto!important;
}

.popup-authentication .field.email.required label.label label a.selected:hover {
    text-decoration: none;
}

.popup-authentication .intl-tel-input .country-list .flag-box {
    width: auto!important;
}

.modal-popup.otp-verify-modal .modal-inner-wrap {
    width: 600px;
}

button#verify-otp-btn-popup {
    margin: 20px auto 5px;
    display: block;
}

.modal-popup.otp-verify-modal .sms-otp-step-2 { 
    text-align: center;
    width: 90%;
    margin: auto;
}

button#verify-otp-btn-popup:hover {
    border: none;
}

.modal-popup.otp-verify-modal .modal-popup header.modal-header h1 {
    border: 0 !important;
}

@media only screen and (max-width: 767px){
    aside.modal-popup.popup-authentication.login-modal.modal-slide._inner-scroll._show {
        left: 0 !important;
    }
    
    .popup-authentication .field.email.required label.label label a {
        letter-spacing: 0px; 
        padding: 13px 10px !important; 
        font-size: 10px;    
    }

    .modal-popup.otp-verify-modal .modal-inner-wrap {
        width: 100% !important;
    }
    
    .otp-verify-modal .modal-content {
        width: 96%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 7px;
    }

    .otp-verify-modal.modal-slide .action-close {
        margin: 4px;
    }

    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
        margin-right: 6px !important;
        width: auto !important;
    }

    .otp-verify-modal #sms-otp-error {
        color:red;
    }

    .login-modal .modal-content .block.block-new-customer{
        width:100%;
    }

    .mobile-otp-wrapper .otp-checkout-field{
    	width: 140px !important;
    }
}

/* 22-7-21 */
.payment-method .payment-method-title .radio-custom .checkmark, .payment-method .radio-custom .label.label {
    margin-top: 5px;
}
.payment-method._active .checkmark {
    margin-top: 0px !important;
}
.payment-method.wallet .text {
    margin-top: 15px;
}
.payment-method.wallet  .radio-checkmark {
    margin-top: 5px;
}
#vsms-loader{
	z-index: 999999999999;
}







@media only screen and (max-width: 767px)
{
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; 
    margin-top: 5px !important;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}/* 29 july Added by Nikita start*/
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available, .stock.unavailable { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

/* .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    text-decoration: line-through;
} */

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

/* .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    text-decoration: line-through;
} */

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}
/* 29 july Added by Nikita end*/

/* 30 july Added by Nikita start*/
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

/* .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    text-decoration: line-through;
} */

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

/* .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    text-decoration: line-through;
} */

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}

  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

/* .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    text-decoration: line-through;
} */

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; }
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

/* .product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    text-decoration: line-through;
} */

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}

/* 30 jul Added by Nikita end*/

/* 1 Aug Added by Nikita start*/
  .product-modify-m .fotorama__caption {
    display: none;
    }

        a.action.towishlist span.wish_icon + span {
    display: none;

    }

.product-modify-m .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--fade.fotorama__wrap--no-shadows {
    background: #e0e0e0;
}

.product-modify-m h1.page-title {
    font-size: 22px; margin-top: 20px;
    margin-bottom: 10px;

}
.product-modify-m .product.media { display: block!important; }
.product-modify-m .fotorama__stage {width:100%;}
.product-modify-m .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    padding-top:0px;
}

.product-modify-m .product.media {position: relative;}
.product-modify-m .product-social-links{  width: auto; position: absolute; z-index: 10; top: 15px;
    left: 10px;}
.product-modify-m .product-social-links .product-addto-links a span.wish_icon { 
    margin-right: 0; }
.product-modify-m .product-social-links .product-addto-links a {
    padding: 10px;
    border-radius: 100%;    
    width: auto;
}

.product-modify-m .fotorama__nav.fotorama__nav--dots {
    padding-bottom: 15px;
}


.product-modify-m .product-social-links .product-addto-links a {
    float: left;
    font-size: 11px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 24px;
}

.product-modify-m .product-social-links .product-addto-links a span.wish_icon {
    display: inline-block;
    margin-right:0px;
    float: left;
    width: 25px;
    height: 25px;
    background: url(./../image/Heart.png) no-repeat;
    background-size: cover;
}


.product-modify-m .swatch-opt {
    margin: 0px;    
    display: inline-block;
    width: 75%;
    float: left;
}
.product-modify-m .product-quantity-info {
    
    width: 25%;
    margin: 0;
    top: 0;
    float: left;
}
.product-modify-m .product-options-wrapper .swatch-attribute {
    margin-bottom: 0px;
    float: left;
    width: 20%;
}

.product-modify-m .swatch-attribute.size {
    float: left; width: 76%;
}


.product-modify-m .product-options-wrapper .swatch-attribute span.swatch-attribute-label,
.product-info-main-right .product-add-form .field.qty .label {font-size:14px; 
    line-height:21px; color:#000; padding: 0px 0 5px; text-transform: capitalize;}

.product-modify-m .product-options-wrapper .swatch-attribute .swatch-attribute-options {
    float: left; width: 100%;}
.product-options-wrapper .swatch-opt .swatch-option.text, .swatch-attribute.size .swatch-option {background:#fff; color:#222; 
    font-size:13px; border-radius: 5px;}
.swatch-option.text.selected {
    background-color: #D8A664 !important;
    color: #fff !important; border: 1px solid #D8A664 !important; border-radius: 5px;}

.product-modify-m .product-social-links .action.towishlist:before { display: none; }
.stock-seller-info {
    position: relative;
    float: left;
    width: 100%;
}
.stock-seller-info:before {
    position: absolute;
    width: 100%;
    height: 5px;
    content: '';
    top: -15px;
    left: 0px;
    background: #eee;
}
.vendor-info {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    width: 50%;
    float: left;
}

.vendor-info > a {color: #d6a563;}

.product-modify-m .product-info-main {float: left;}
.product-modify-m .stock.available { display: none; }


.product-info-main .product-info-price .price-box {
    display: inline-flex;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    color: gainsboro;
    position: relative;
}

.catalog-product-view .product-info-main-right {
    padding: 5px;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-label, .product-options-bottom .label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 7px;
}

#product-options-wrapper .fieldset {display: inline-block;}

.product-options-wrapper .swatch-attribute {
    margin-bottom: 15px;
    float: left;
}

.product-options-bottom .stock.available { display: block; width: 50%; border-left: 1px solid #ccc;
    text-align: right;}
.product-options-bottom .stock.available strong { font-weight: normal; }
.product-info-main-right .actions button.action.primary {border-radius: 5px; width: 97%; margin: auto; padding: 11px 17px;}
.padding-zero { padding: 0px!important; }
.product-info-main-left.product-modify-m, .catalog-product-view .product-info-main-right {border-radius:0px; 
    margin-bottom: 1px;}


/* 1 Aug Added by Nikita end*/
/* 2  Aug Added by Nikita start*/

.product-info-main-right .control input.input-text.qty {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #f2f2f2;
    -webkit-appearance: none;
    padding: 0 35px;
}
.product-info-main-right .control button.decrease_qty, .product-info-main-right .control button.increase_qty {
    height: 24px;
    width: 24px;
    border: solid 1px #444749;
    border-radius: 5px;
    margin: 6px 0 0 5px;
}

.product-info-main-right .control button.increase_qty {
    margin: 6px 5px 0 0;
}

.product-info-main-right .product-add-form .field.qty .label{
    padding: 0px 0 6px;
    margin-top: 0;

}
.product-info-main .product-info-price {
    border-bottom: 1px solid #eee !important;
    margin-bottom: 4px;
}

header .right-menu li {
    padding: 5px 0;
    width: 35px;
    height: 35px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 0 4px;
}

header .right-menu li a {
    display: block;
    text-align: center;
}

header .right-menu li.link.wishlist{
    padding-right: 0;
}

ul.right-menu.text-right.ml-auto.mob-show .shopping-bag .counter.qty.item-value {
    top: 3px;
    font-size: 9px;
    left: -9px;
}

header .right-menu li .minicart-wrapper {
    margin-top: 0;
    margin-right: 8px;
}
.header-icon-wrap {
    padding-left: 0px !important;
}

header .right-menu li:first-child {
    border-left: 1px solid #e0e0e0;
}

.product-modify-m .product-social-links .product-addto-links a {
        background: #fff !important;
}

.product-options-wrapper-has-attribute .fieldset .product.attibute {float: left; width:15%;}
.product-options-wrapper-has-attribute .fieldset .product.attibute .type {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 0 8px;	
}

.product-options-wrapper-has-attribute .fieldset .swatch-opt {
    width: 58%;
}

.product-options-wrapper-has-attribute .fieldset .swatch-attribute.size {
    width: 100%;
    padding-top: 0px;
}

.product-options-wrapper-has-attribute .fieldset .product-quantity-info {
    width: 25%;
}

.product-add-form .product-options-wrapper-has-attribute .control {
    width: 95px;
}
/* 2  Aug Added by Nikita end*/

/* 3  Aug Added by Nikita start*/
.product-info-main-right .product.attibute .product_color_wrapper {width: 30px;}
.product-options-wrapper .fieldset {width: 100%}

.fotorama__active .fotorama__dot {
    background-color: #666666 !important;
    border-color: #666666 !important;
}
.fotorama__dot {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    width: 8px !important;
    height: 8px !important;
}

.product-info-main .product.attribute.sku .type:after {
    content: ':' !important;
}

.product-info-main-left .product-modify-m span.price-label {
    display: none !important;
}

.product-modify-m h1.page-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 3px!important;
}

.product-attribute-quantity-info {display:flex; width: 99%;}

.product-attribute-quantity-info .product.attibute.color {
    margin-bottom: 15px;
    float: left;
    width: 20%;
}

.product-attribute-quantity-info .product.attibute.size {

    float: left;
    width: 76%;
    margin-bottom: 0px;
} 

.product-attribute-quantity-info .product-quantity-info {
    width: 25%;
    margin: 0;
    top: 0;
    float: left;
}

.product-info-main-right .product-attribute-quantity-info .product.attibute .type {
    padding: 0px 0 13px;
    width: 100%;
}

.product-attribute-quantity-info .product_color_wrapper .type_colorimg {width:30px!important;}
.product-info-main-right  .product-add-form .product-attribute-quantity-info .control {width: 92px!important;}
.product-info-price .price-box .price-container > span {
    margin-right: 10px!important;}

.product-modify-m .stock-seller-info .stock.available {
    display: block !important;
}

.product_size_wrapper .type_size {
    background: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    min-width: 47px;
    text-align: center;
    height: 28px;
    line-height: 15px;
    font-weight: 700;
    color: #222;
}


.product-modify-m .stock-seller-info .stock.available, .stock.unavailable {
    display: block !important;
    width: 50%; border-left: 1px solid #ccc;
    text-align: right;
    float: right;
}

/* 3  Aug Added by Nikita end*/


/* 4  Aug Added by Nikita start*/

.product-info-price .price-box .old-price .price-container span.price-label {
    display: none;
}

.product-info-stock-sku .stock.unavailable {
    display: none !important;
}


span.price-container.price-final_price.tax.weee span.price-label {
    display: none !important;
}

span.price-container.price-final_price.tax.weee span.price-wrapper {
    margin-right: 0px!important;
}

.product-info-main-right .actions {
    margin: 2px 0 0 0;
}

.stock-seller-info {
    margin-bottom: 10px;
}

#product-options-wrapper .fieldset {
    width: 100%;
}

.swatch-option:focus {
    box-shadow: none;
}

.swatch-option {margin-bottom: 2px!important;}

.swatch-attribute-options .swatch-option {
    float: left;
    margin-bottom: 2px !important;
}

.swatch-option-tooltip {    display: none !important; }

.product.media {
    height: 330px!important;
}

.fotorama__stage__frame.fotorama__fade-rear.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
    height: 330px!important;
}

.fotorama__stage__frame .fotorama__img {
    width: auto%!important;
    height: 100%!important;
    object-fit: cover!important;    
    position: static!important;
    left: 0!important;
    top: 0!important;
    -webkit-transform: none!important;
    -ms-transform:  none!important;
    -o-transform: none!important;
    transform:  none!important;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    position: absolute;
    top: 55%;
    z-index: 10;
}

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe { height:auto !important;}



/* 4  Aug Added by Nikita end*/

/* 5  Aug Added by Nikita start*/

.product-info-main-right .control button {background: #fff;}
.product-info-main-right .product-add-form .control { height: 35px;}
.product-info-main-right .control button {color :- remove}
.swatch-attribute-options {
        margin: 16px 0 0px !important;
}

.product-info-main-right .product.attibute .product_color_wrapper {margin-top: 4px;}

.product-info-main-right .control button i.fa:before {
color: #444749;
}

.page-layout-1column.nav-mobile-display.iti-mobile.fotorama__fullscreen
.fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.magnify-wheel-loaded.fotorama__fade-rear.fotorama__active.fotorama__loaded--full {
	height: 635px!important;
}

.page-layout-1column.nav-mobile-display.iti-mobile.fotorama__fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {display: none!important;}

/* 5  Aug Added by Nikita end*/


#popup-content .modal-content {background-color: transparent;}
#popup-content .modal-dialog {margin: 0px;}
#popup-content .cross_mark {
    width: 35px;
    margin: 0 auto 20px;
}

/* 5  Aug Added by avinash start*/
.product-info-main .product-info-price .old-price .price-wrapper .price:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c5c5c5!important;
    content: "";
    padding: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}

.product-modify-m .product-info-main .product-info-price .old-price .price-wrapper .price {margin-left: 7px;}

.product-info-main-right .product-attribute-quantity-info .product.attibute .product_color_wrapper {
    margin-top: -3px;
}

.product-info-main-right .product-attribute-quantity-info .product.attibute .product_color_wrapper .type_colorimg {margin-top: -3px;}

.stock-seller-info {
    display: none;
}

.product-info-main-right .box-tocart {margin-top: 0px !important;}

.product-info-main-left {padding: 3px 10px 6px;}

.product-options-bottom .price-box, .product-info-price .price-box {padding-bottom: 3px;}

.product_color_wrapper, .product_size_wrapper {
    margin-bottom: 0px;
}

/* 5  Aug Added by avinash end*/


/* 6  Aug Added by Nikita start*/
.swatch-attribute-label {
    font-weight: 600;
    position: relative;
    font-size: 14px;
}
.swatch-option.text {
    line-height: 18px;
    min-height: 28px !important; 
    min-width: 46px;
}

.product-info-main .product.attribute.sku .type {
    font-weight: 600;
 }
 
.product-info-main .product.attribute.sku {
    font-size: 12px;
    font-weight: 600;
}
.readmoredescp, .readlessdescp {color: var(--p-clr);}



/* 6 Aug Added by Nikita end*/


}



/*-------------Mobile menu new UI----------*/
 @media (max-width:767px) {
            .sections.nav-sections{
                width: 330px !important;
                overflow-x: hidden;
            }

            .mobile-menu {
                display: block;
                background: #fff !important;
                float: left;
                width: 330px !important;
            }
            .mobile-profile-wrap {
                background: #000;
                border-radius: 0 0 0 30px;
                padding: 20px;
                float: left;
                width: 100%;
                display: flex;
                align-items: center;
            }
            .profile {
                float: left;
                width: 220px;
            }
            .profile figure {
                float: left;
                width: 60px;
                margin: 0 20px 0 0;
            }
            .profile figure img {
                max-width: 50px;
            }
            .profile .text {
                float: left;
                width: 140px;
            }
            .not-logged-in,.profile .text .user-name {
                font-weight: 500;
                font-size: 16px;
                color: #fff !important;
                margin-bottom: 5px;
            }
            .profile .text .login a {
                font-weight: 600;
                font-size: 14px;
                color: #D8A664 !important;
                text-decoration: none;
                padding: 0
            }
            .mobile-store-language a,.language-change a {
                font-size: 12px;
                background: rgba(216, 166, 100, 0.29);
                border: 1px solid #D8A664 !important;
                box-sizing: border-box;
                border-radius: 5px;
			    padding: 5px 8px !important;
			    display: inline-block !important;
			    color: #fff !important;
			    text-decoration: none !important;
            }
            .mobile-menu-wrap {
                background: #000 !important;
                float: left;
                width: 100%;
            }
            .mobile-menu-wrap .menu {
                background: #fff !important;
                border-radius: 0 30px 0 0;
                padding: 30px;
                /*min-height: 100vh;*/
			    height: 100%;
			    float: left;
            }
            .mobile-menu-wrap .menu a {
                color: #000;
                display: block;
                position: relative;
                text-decoration: none;
                font-size: 16px;
                font-weight: 600;
            }
            .wrapper {
                width: 100%;
            }
            .panel-heading {
                padding: 10px 0 0;
                border: 0;
            }
            .panel-heading a.level-top {
			    padding-bottom: 20px !important;
			    color: #1C2D57 !important;
			    font-weight: 600 !important;
    			font-size: 16px !important;
			}
			.top-active::before {
			    transform: rotate(90deg);
			}
            .panel-heading a:after {
                content: '';
                width: 90%;
                height: 1px;
                background: #E8EAF1;
                bottom: 0px;
                display: block;
                position: absolute;
                right: 0;
            }
            .panel-title>a,
            .panel-title>a:active {
                position: relative;
                display: block;
                padding: 15px;
                color: #555;
                font-size: 16px;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 1px;
                word-spacing: 3px;
                text-decoration: none;
            }
            .nav-sections .navigation-mobile ul li .collapse:before,.panel-heading a:before {
                font: normal normal normal 18px/1 FontAwesome;
                content: "\f105";
                float: right;
                transition: all 0.5s;
                margin-right: 20px;
                color: #C8C9CF;
            }
            .panel-heading.active a:before {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                transform: rotate(90deg);
            }
            .sub-menu {
                margin: 10px 0 10px 20px  !important;
                padding: 0;
                width: auto !important;
            }
            .sub-menu li {
                list-style: none;
            }
            .sub-menu li a {
                display: block;
                padding: 8px 0 8px 0;
                border-bottom: 1px solid #d1d1d1;
                font-size: 14px !important;
                font-weight: 400 !important;
            }
            ul.submenu.sub-menu li.active a {
			    border-color: transparent !important;
			    color: var(--p-clr) !important;
			}
            .sub-menu li a:before {
                font: normal normal normal 18px/24px FontAwesome;
                content: "\f105";
                float: left;
                transition: all 0.5s;
                margin-right: 5px;
                line-height: 1
            }

            ul.submenu.sub-menu li a:after {
			    display: none;
			}

			ul.submenu.sub-menu li {
                border-bottom: 1px solid #efefef !important;
			}

			.panel-heading span.collapse {
			    display: none !important;
			}
			.navigation li.level0:last-child{
				border-bottom:0 !important;
			}
  }

/****************Header top strip*********************/
  .top-strip {
        background: rgba(31, 31, 31, 0.8);
        color: #fff;
        margin-bottom: 20px;
    }

    .top-strip p {
        margin: 0;
        padding: 5px 0;
        font-weight: bold;
        font-size: 13px;
        border-right: 1px solid #d1d1d15e;
    }

    .top-strip p img {
        margin-right: 10px;
    }

    .top-strip .col-md-3:last-child p { border: 0; }

    @media (max-width:767px){
        .top-strip{display:none}
    }

 /***************Credit card removal popup*********/
 .my-credit-cards-popup .modal-inner-wrap {max-width: 560px;width: 100%;}

.my-credit-cards-popup .modal-inner-wrap .modal-header h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.my-credit-cards-popup .modal-inner-wrap  button.action-close {
    background: transparent !important;
    padding: 10px;
}

.my-credit-cards-popup .modal-inner-wrap  .modal-content {
    padding: 20px;
}

.my-credit-cards-popup .modal-inner-wrap 
 header.modal-header {
    background: var(--p-clr);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.my-credit-cards-popup .modal-inner-wrap {
    border-radius: 5px 5px 0 0;
}

.my-credit-cards-popup .modal-inner-wrap button.action-close:before {
    color: #fff;
}

.my-credit-cards-popup .modal-inner-wrap 
 footer.modal-footer {
    border: 0;
    padding: 15px 10px !important;
}

.my-credit-cards-popup .modal-inner-wrap footer.modal-footer .cancel {
    background: #ccc !important;
    display: inline-block !important;
    padding: 8px 20px;
    margin-right: 5px;
}   

.header-top-banner button.slick-arrow {background: #ccc;}
.header-top-banner button.slick-prev.slick-arrow {left: 20px;}


/* Added by Nikita 30 Aug start*/

.gwishlist-index-index .products-grid.wishlist ol li {
    width: calc(25% - 20px) !important;
    margin-left: 0 !important;
    margin-right:20px
}
.gwishlist-index-index .products-grid.wishlist ol li:nth-child(4n) {
    margin-right: 0;
}
@media (max-width:767px){
    .gwishlist-index-index .products-grid.wishlist ol li{
        width:100% !important;
        magin:0 !important;
    }
    .header-top-banner button.slick-arrow {opacity: 0.7;}

}
/* Added by Nikita 30 Aug end*/

#returns_form .returns_policy .field.choice {
    text-align: left;
}

#returns_form .returns_policy label.label.pr-vm {text-align: left;display: inline-block;}

/* Added by Nikita 6 Sep start*/
@media (max-width: 767px){
    header .right-menu li.link.wishlist span.count-num {
        font-size: 9px !important;
        line-height: 16px !important;
    }
/* Added by Nikita 6 Sep end*/
}

.place-order-primary {
    display: block !important;
}

button#stepcheckout {
    display: none !important;
}
.footer-sticky-strip {
    background: #000;
    position: fixed;
    z-index: 999999;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 54px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    opacity: 0.95;
}
.footer-sticky-strip a{color: #fff;}
html.nav-open .footer-sticky-strip{display: none;}
@media only screen and (max-width: 767px){
.amscroll-backtotop-block.-mobile-arrow {
      bottom: 55px;
}
}
.footer-sticky-strip span {
    color: var(--p-clr) !important;
    font-weight: bold;
}
.footer-sticky-strip span i {
    font-weight: bold;
}
.footer-sticky-strip  i {
    font-weight: bold;
}
div#tabbyPromo {
    display: inline-block;
}