@import url('https://fonts.googleapis.com/css?family=Montserrat:100, 100i, 200, 200i, 300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i|Playfair + Display:400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap');

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Black.woff2') format('woff2'),
        url('ProductSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
   
@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Bold.woff2') format('woff2'),
        url('ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Regular.woff2') format('woff2'),
        url('ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Medium.woff2') format('woff2'),
        url('ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Light.woff2') format('woff2'),
        url('ProductSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300&display=swap');
body
{
    font-family: 'Product Sans';
    overscroll-behavior: contain;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

.btn,
.elh-header-left-style p,
.elh-stylish-font,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar .navbar-nav li a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

::-moz-selection {
    color: #fff;
    background: #c89172
}

::selection {
    color: #fff;
    background: #c89172
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #c89172;
    outline: 1px solid #708090;
    border-radius: 5px
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e2e2e2;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e2e2e2;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #e2e2e2;
  }
  

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

body {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 1.857143;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:focus,
a:visited {
    outline: 0
}

#topmsg.owl-carousel .owl-controls {
    display: none !important
}

#topmsg.owl-carousel .owl-wrapper-outer {
    padding-bottom: 0
}

.topmsg {
    width: 100%;
    padding: 2px 0 2px 0;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.topmsg .container {
    padding: 0 15px 0 15px
}

.topmsg_cntnt {
    width: 100%;
    text-align: center
}

.topmsg_cntnt p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0
}

.topmsg_cntnt_spbtn {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 10px
}

.topmsg_cntnt_spbtn:hover {
    opacity: .3
}

.topmsg_close {
    color: #000;
    margin: 0 0 0 5px;
    font-weight: 100;
    border: 0;
    background: 0 0;
    position: absolute;
    top: -2px;
    margin-left: 120px
}

.topmsg_close:hover {
    opacity: .8
}

.topmsg_cntnt p a {
    color: #000;
    font-weight: 500;
    text-transform: none
}

.topmsg_cntnt p a:hover {
    color: #c89172
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px 0 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: 0 0;
    border: 2px solid #fff
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    border: 2px solid #c89172;
    background: #c89172
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 30px
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.top-bar {
    background: #000;
    color: #fff;
    padding: 10px 0 13px 0;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    width: 100%
}

.top-bar a {
    color: #fff
}

.phone-top {
    padding-top: 10px !important;
    letter-spacing: 2px
}

.phone-top span {
    margin-top: -1px !important;
    position: absolute;
    margin-left: 7px
}

.phone-top a i {
    font-size: 18px
}

.phone-top a svg {
    height: 16px;
    fill: #fff
}

.phone-top a:hover svg {
    fill: #c89172
}

.phone-top a:hover {
    color: #c89172
}

.logo {
    text-align: center;
    margin-top: 5px
}

.logo img {
    width: 80%
}

.cart {
    position: absolute;
    margin-left: -28px;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 15px !important;
    font-style: normal;
}

.cart:hover {
    opacity: .5
}

.cart-top {
    padding-top: 8px !important;
    letter-spacing: 2px;
    text-align: right;
    list-style: none
}

.cart-top li {
    display: inline-block;
	width:60px;
	text-align:center;
	
}

.cart-top li img {
    margin-top: -7px;
    width: 40px
}



.cart-top li span {
    margin-top: -1px !important;
    position: absolute;
    margin-left: 7px
}

.cart-top li a .fa {
    font-size: 33px;
    vertical-align: middle;
}

.cart-top li a svg {
    height: 16px;
    fill: #fff
}

.cart-top li a:hover svg {
    fill: #c89172
}

.cart-top li a:hover {
    color: #c89172
}

.login-top {
    margin-left: 0px
}

.login-top i {
    font-style: normal
}

.login-top ul {
    display: none;
    position: absolute;
    top: 35px;
    left: auto !important;
    right: 0;
    border-radius: 0;
    border: none;
    background: #c89172;
    width: 130px;
    padding: 0;
    text-align: left;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -khtml-transition: 0.2s;
    -o-transition: .2s;
    transition: .2s
}

.login-top:hover ul {
    display: block;
    z-index: 999
}

.login-top li {
    display: block;
    font-size: 12px
}

.login-top li.active {
    display: block;
    font-size: 11px;
    padding: 5px 20px;
    color: #000;
    border-bottom: 1px dotted #000;
    background: #fff;
    letter-spacing: 3px
}

.login-top li a {
    display: block;
    padding: 5px 20px;
    letter-spacing: 2px;
    color: #fff
}

.login-top li a:hover {
    background: #000
}

.search-toggle {
    float: right;
    margin-top: -30px;
    font-size: 18px;
    width: 35px;
    text-align: center;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    margin-right: 110px
}

.search-toggle:hover {
    color: #c89172
}

.search-toggle:focus {
    outline: 0
}

.searchform {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: rgba(255, 255, 255);
    width: 100%;
    padding: 25px 50px 15px
}

.searchform input[type=text] {
    padding: 0;
    font-size: 15px;
    border: 0;
    float: left;
    width: 100%;
    background: #fff;
    border: 0 solid #c89172;
    text-transform: uppercase
}

.searchform input:focus {
    outline: 0
}

.searchform button {
    float: right;
    width: 40px;
    padding: 0 0;
    color: #000;
    background: 0 0;
    font-size: 20px;
    border: 0;
    border-left: none;
    cursor: pointer;
    margin-left: -11px;
    margin-top: -28px;
    border-left: 0
}

.searchform button:hover {
    color: #c89172
}

.searchform button:focus {
    outline: 0
}

.searchform::after {
    content: "";
    clear: both;
    display: table
}

.red {
    color: red
}

#pause-record-btn {
    display: none
}

.navbar.affix .search-toggle {
    margin-top: -40px
}

.navbar .logo-mini {
    display: none
}

.navbar.affix .logo-mini {
    display: block;
    float: left;
    margin-top: -49px;
    width: 48px;
    margin-left: 110px
}

#mainmenu {
    width: 100%;
    display: flex;
    justify-content: center
}

.navbar {
    background-color: #000;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 990;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navbar .navbar-brand {
    display: none;
    height: 40px;
    margin-top: 7px
}

.navbar .navbar-brand img {
    height: 70%;
    width: auto
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute
}

.navbar-brand {
    padding: 0
}

.navbar-brand>img {
    height: 100%;
    width: auto
}

.navbar .navbar-nav li:last-child a {
    border-right: 0
}

.navbar .navbar-nav>li>a {
    padding: 5px 10px 2px 10px;
    border-bottom: 3px solid transparent;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px
}

.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
    border-bottom: 3px solid #c89172;
    background-color: transparent;
    color: #c89172
}

.navbar .navbar-nav>li.active a {
    border-top: solid 3px #c89172
}

.navbar .navbar-nav .dropdown-menu {
    display: block;
    border: none;
    padding: 30px 100px 30px;
    border-top: 1px solid #c89172;
    left: 0;
    right: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mega-dropdown-menu h4 {
    margin-top: 10px;
    margin-bottom: 3px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #c89172;
    text-transform: uppercase;
    font-weight: 700
}

.mega-dropdown-menu h4:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #c89172;
    position: absolute;
    top: 30px;
    left: 7px
}

.navbar .navbar-nav .dropdown-menu li a {
    padding: 2px 2px;
    border-top: none;
    font-weight: initial;
    display: flex;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase
}

.navbar .navbar-nav .dropdown-menu li a:hover {
    color: #c89172;
    background: 0 0
}

.navbar .navbar-nav .dropdown>a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 4px
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    visibility: visible
}

.navbar .navbar-right>li:last-child .dropdown-menu,
.navbar .navbar-right>li:nth-last-child(2) .dropdown-menu {
    right: 0;
    left: auto
}

.dropdown-menu2 {
    display: none;
    border: none;
    padding: 10px;
    float: left !important;
    position: absolute;
    left: 90% !important;
    top: 0;
    opacity: 0;
    border-bottom: 4px solid #c89172;
    background: #fff;
    width: 185px;
    list-style: none
}

.navbar.affix,
.navbar.fix-nav {
    top: 0;
    left: 0;
    right: 0
}

.dropdown-menu2 li a {
    line-height: 20px;
    padding: 6px 10px;
    border-top: none;
    font-weight: 400;
    width: 100%
}

.dropdown-menu2 li a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 4px
}

.dropdown-menu2 li a:hover {
    background: #f1f1f1;
    color: #c89172;
    text-decoration: underline
}

.dropdown2:hover .dropdown-menu2 {
    opacity: 1;
    display: block
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

.navbar.affix,
.sticky-navigation.stuck {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    position: fixed
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0 0 15px 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    clear: both
}

.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5
}

.mega-dropdown-menu .dropdown-header {
    color: #c89172;
    font-size: 16px;
    padding: 10px 0 0 10px;
    line-height: 30px;
    font-weight: 500
}

.mega-dropdown-menu form {
    margin: 3px 20px
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px
}

.navbar.fix-nav {
    position: fixed;
    background-color: rgba(0, 0, 0, .3)
}

.navbar.fix-nav .navbar-nav>li>a {
    color: #fff
}

.navbar.fix-nav.style-2 {
    background-color: rgba(255, 255, 255, .07)
}

.navbar.fix-nav.style-3 {
    background-color: transparent
}

.navbar.affix .navbar-nav>li>a,
.navbar.affix .navbar-search-toggle {
    padding-top: 14px;
    padding-bottom: 13px
}

.navbar.affix.style-3 {
    background-color: #262626
}

.sticky-navigation {
    width: 100%;
    background: #fff;
    z-index: 1000;
    top: 0 !important
}

.sticky-navigation.stuck {
    top: 37px !important
}

.sticky-navigation-box {
    border: 1px solid #eee;
    padding: 20px;
    z-index: 1000;
    border-radius: 0
}

footer {
    padding: 0 0 20px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-icon {
    width: 48px;
    margin: 0 auto 30px auto
}

.footer-links {
    text-align: center
}

.footer-links a {
    padding: 0 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 25px;
    font-weight: 300;
    border-right: 1px solid #fff
}

.footer-links a:hover {
    color: #c89172
}

.footer-links a:last-child {
    border-right: 0
}

.footer-social-links {
    text-align: center
}

.footer-social-links a {
    font-size: 15px;
    color: #fff;
    margin: 0 10px
}

.footer-social-links a:hover {
    color: #c89172
}

.copyright {
    padding: 10px 10px 10px 10px;
    height: 38px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

.popular {
    padding-top: 20px;
    padding-bottom: 20px
}

.popular-heading {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px
}

.popular-heading:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 16%;
    width: 86%;
    height: 1px;
    background: #fff;
    margin-left: -30px
}

.popular-links {
    text-align: left;
    line-height: 20px
}

.popular-links a {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 15px
}

.popular-links a:after {
    content: "|";
    margin-left: 4px
}

.popular-links:hover a:after {
    color: #fff
}

.popular-links a:hover {
    color: #c89172
}

.popular-links a:last-child {
    border-right: 0
}

#main {
    background: #fff;
    padding-bottom: 10px
}

.available-colors {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 8px 5px;
    font-family:'Product Sans';
    text-transform:capitalize;
    color: #6d6d6d;
}

.available-thumb {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.product-rating-stars {
    font-size: 14px !important;
    color: #6d6d6d;
    padding-top:5px;
    margin-bottom: 5px;
	font-family: 'Product Sans';
	text-transform: capitalize;
    font-weight: 400;
}

.product-rating-stars i {
    font-size: 14px;
    color: #ffa401;
    margin-right: 5px
}

.product-rating-stars a {
    color: #6d6d6d;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: underline;
	font-family: 'Product Sans';
	text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.product-rating-stars a:hover {
    color: #c89172
}

.tiptext {
    float: left
}

.description-title {
    font-size: 17px;
	font-family:'Product Sans';
    font-weight: 400;
    margin: 10px 0 5px;
	
}

.description {
    display: none;
    position: absolute;
    z-index: 9;
    border: 2px solid #d4d1d1 !important;
    border-radius: 5px !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3) !important;
    background: #fff;
    width: 185px;
    padding: 5px 10px
}

.description table tr {
    border-bottom: 1px dotted #000;
    text-align: center
}

.description table td {
    font-size: 14px;
    font-weight: 500
}

.description table td i {
    font-size: 15px
}

.description table td span i {
    color: #999 !important
}

.green-text {
    font-size: 15px;
    color: green;
    margin: 25px 0 !important;
    font-weight: 400
}

.green-text i {
    font-size: 20px;
    margin-right: 5px
}

.inside-product {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    background: #efefef;
    border-bottom: 1px solid #c89172
}

.inside-product .title {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
    font-weight: 300;
    text-align: center
}

.inside-product-white-box {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    margin-bottom: 30px
}

.inside-product-white-box .col-md-6 {
    padding: 0
}

.inside-product-white-box-block {
    padding: 100px 80px 90px
}

.inside-product-white-box-block .title2 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px
}

.inside-product-white-box-block .slogan2 {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 300
}

.inside-product-white-box-block p {
    font-size: 14px;
    color: #000;
    font-weight: 300
}

.Size_circle_Label {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #111;
    padding-bottom: 10px;
	letter-spacing: 0;
	font-family: 'Product Sans';
    text-transform: none;
}

.Size__Label {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
    color: #111;
    display: none
}

.Size_circle_Label_size_chart {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
    color: #35b700;
    padding-bottom: 10px;
    float: right;
    text-transform: none;
}
.Size_circle_Label_size_chart a img {
    width: 14px;
    position: relative;
    top: -2px;
    left: 0px;
}
.most-viwer-color {
    margin-bottom: 10px
}

.ignore-first-bline {
    border-top: 0 solid #ddd
}

.Size_circle_Label_size_chart a:hover {
    color: #000
}

.Size__Label a:hover {
    color: #000
}

.Size__Label-1 a:hover {
    color: #000
}

.timer {
    margin: auto;
    font-weight: 100;
    text-align: left;
    font-size: 30px;
    z-index: 99;
    position: relative
}

.timer div {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    width: 40px;
    line-height: 24px
}

.timer .smalltext {
    font-size: 10px;
    font-weight: 500;
    display: block;
    opacity: .8;
    padding: 0;
    width: auto;
    letter-spacing: 1px
}

.timer #time-up {
    margin: 8px 0 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px
}

.product-filter-title {
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-top: 10px;
    margin: 0 0 10px 0;
    font-size: 43px;
    font-weight: 500;
    line-height: 43px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    text-align: center;
    color: #1c1b1b;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    letter-spacing: 0;
    text-transform: none
}

.messageidd {
    background: rgba(0, 0, 0, .9);
    border: 0;
    width: 320px;
    height: auto;
    color: #fff;
    bottom: 0;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border: 1px solid #c89172;
    border-radius: 3px;
    overflow: hidden;
    z-index: 9999999999;
    text-align: left;
    margin: 10px;
    left: 0
}

.notification-box {
    width: 100%
}

.noti-image {
    width: 30%;
    float: left
}

.noti-image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 85px
}

.noti-content {
    width: 65%;
    margin-left: 1%;
    float: left
}

.noti-content p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 18px;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 1px
}

.noti-content p a {
    color: #dcbb46 !important
}

.clearance-box {
    border: 1px solid #6d6d6d;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Product Sans';
}

.clearance-box p {
    color: #bd26b9;
    font-weight: 600;
    font-size: 13px
}

.strikediag {
    display: inline-block;
    position: relative;
    background: #dcdcdc
}

.strikediag::before {
    content: "";
    position: absolute;
    left: -.1em;
    right: -.2em;
    top: 1em;
    bottom: -.2em;
    height: 22px;
    color: #000;
    background: linear-gradient(to left top, transparent 51.5%, currentColor 53.5%, currentColor 50.5%, transparent 58.5%);
    pointer-events: none
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none
}

.rating-stars ul>li.star {
    display: inline-block
}

.rating-stars ul>li.star>i.fa {
    font-size: 1.5em;
    color: #ccc
}

.rating-stars ul>li.star.hover>i.fa {
    color: #000
}

.rating-stars ul>li.star.selected>i.fa {
    color: #000
}

.wishlist-mob {
    width: 35px;
    height: 35px;
    border: 1px solid #f2f2f2;
    border-radius: 35px;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 10px;
    color: rgba(28, 27, 27, .5);
    box-shadow: 0 1px 5px rgba(54, 54, 54, .15)
}

.price-tag-line {
    font-size: 10px;
    letter-spacing: 0;
    color: #008037;
    line-height: 15px;
    padding-top: 5px
}

.product-timer {
    color: #000;
    margin-top: 10px;
    text-align: left
}

.Button_fix {
    position: relative;
    display: inline-block;
    padding: 10px 14px;
    width: 145px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 400;
    color: #fff;
    margin-top: 18px;
    font-style: normal;
    background-color: #c89172;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial
}

.Button_fix a:hover {
    color: #fff !important
}
/************new-changes**************/
h3.cat-info {
    color: #727272;
    margin-bottom: 0;
    padding-top: 6px;
    font-size: 12px;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mlft-8px
{
    margin-left: 8px !important;
}
.float-right {
    float: right !important;
}
.cat-info a {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    text-decoration: underline!important;
    text-transform: capitalize;
    font-family: 'Product Sans';
}
.cat-info a img {
    width: 14px;
    position: relative;
    top: -2px;
    left: 0px;
}
.discount-percentage {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    font-family: 'Product Sans';
    float: left;
    padding-bottom: 0px;
    line-height: 30px;
}

.prd-block_info-top {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 16px;
    margin: 6px -3px 0;
    text-transform: capitalize;
    font-family: 'Product Sans';
	margin-top:12px;
}
.prd-block_description.topline {
    padding-top: 10px !important;
    border-top: none !important;
}
.prd-block_description.topline {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-transform: none !important;
}
.prd-block_description.topline p:last-child {
    margin-bottom: 0 !important;
}

.prd-block_description.topline p {
    font-size: 16px;
    font-weight: 400;
}

/*******new-button*********/

.wishlist_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding: 13px 25px;
    border: solid 1px #000;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    color: #000;
    background-color: #00000000;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 1px;
	border-radius: 5px;
    margin-left: 30px;
	font-family:'Product Sans';
	font-weight:500;
	
}
.wishlist_btn:before {
    content: "";
    position: absolute;
    padding: .1em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color: #fff;
    transform: skewX(-30deg);
    transition: inherit
}

.wishlist_btn:hover:before {
    right: -20%
}

.wishlist_btn:hover {
    color: #1c1b1b !important
	
}

.wishlist_btn span {
    position: relative
}

.seprator 
{
	width:100%;
	margin-top:0px;
	margin-bottom:20px;
	height:1px;
	background-color:#e7e7e7;
}
.seprator-bottom 
{
	width:100%;
	margin-bottom:20px;
	height:1px;
	background-color:#e7e7e7;
}

.seprator-bottom2 
{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	height:1px;
	background-color:#e7e7e7;
}

.textTransformation
{
	font-family:'Product Sans';
	text-transform:none;
}

.checkCOD
{
	font-family:'Product Sans';
	font-size:17px !important;
	font-weight:500;
	letter-spacing:0px;
    text-transform: ;
}
h3.easy-return {
    padding-top: 0;
    text-transform: none;
    font-size: 12px !important;
    color: #6f6f6f;
    font-weight: 400;
	font-family:'Product Sans';
	margin: 0 0 5px;
}
h2.des-head {
    padding: 10px 0px 0 0px!important;
    margin-bottom: 0;
    text-transform: none;
    font-size: 20px;
	font-family:'Product Sans';
}

.details-p {
    padding: 0;
    display: flex;
    flex-flow: column;
	font-family:'Product Sans';
    /* border-bottom: 1px solid #eaeaea; */
}
.details-p h3 {
    font-size: 17px;
    text-transform: capitalize;
	font-family:'Product Sans';
    margin-bottom: 0;
    margin-top: 15px;
	line-height: 8px;
	margin: 0 0 5px;
    color: #787878;
    font-weight: 400;
}
.details-p p {
    font-size: 17px;
    line-height: 20px;
	font-weight: 400;
	color:#000;
	font-family:'Product Sans';
}
.details-ppp h3
{
    font-size: 13px !important;
}
.details-ppp p
{
    font-size: 16px !important;
}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
}

.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
}

h3.h3-style2 {
    text-transform: none;
    font-weight: 500;
    color: #000;
}
.border-gray{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.details-see-more p {
    font-size: 16px;
    line-height: 22px !important;
    font-weight: 300;
    color: #7d7d7d;
	font-family:'Product Sans';
}
  .drawer {
      display: none;
    }
    .drawer__overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 200;
      opacity: 0;
      
      transition: opacity 0.3s;
      will-change: opacity;
      background-color: #000;

      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;      
    }

   .drawer__header {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
	font-family:'Product Sans';
}

    .drawer__close {
      /* Optional */
      margin: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      cursor: pointer;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      margin-left: 1rem;
	  position: absolute;
    right: 35px;
    top: 21px;
    }

span.close-text {
    display: none;
}
    .drawer__wrapper {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 90%;
      max-width: 500px;
      z-index: 9999;
      overflow: auto;
      
      transition: transform 0.3s;
      will-change: transform;
      background-color: #fff;
     font-family:'Product Sans';
      display: flex;
      flex-direction: column; 

      -webkit-transform: translate3d(103%, 0, 0);
      transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */ 
      
      -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */

      /* Optional */
      box-shadow: 0 2px 6px #777;
    }
 
    .drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    padding: 1.5rem;
    margin-bottom: 80px;
}

    .drawer--left .drawer__wrapper {
      left: 0;
      right: auto;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    .drawer.is-active {
		opacity: 1;
		display: inherit !important;
		
    }

    .drawer.is-visible .drawer__wrapper {
     
      transform: translate3d(0, 0, 0);
	   -webkit-transform: translate3d(0, 0, 0);
    }

    .drawer.is-visible .drawer__overlay {
      opacity: 0.5;
    }
 
.drawer__content p {
    color: #7d7d7d;
	font-family:'Product Sans';
	letter-spacing: 0;
    font-size: 17px;
    line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
    padding: 10px 20px;
    text-align: justify;
}
.Heading
{
	 font-size: 17px;
    line-height: 20px;
	color:#111;
	letter-spacing:0px;
	font-family:'Product Sans';
    text-transform: none;
}
.mt-20
{
	margin-top:20px;
}
.mt-15
{
	margin-top:15px;
}
.prettyprint
{
margin-top:15px !important;	
}

.login-top ul li
{
	width:100% !important;
}
.hideContent{
    display: none;
}
.newContentDiv
{
    max-width: 50%;
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.custumUL{
	list-style-position: outside; list-style-image: url('https://www.escaro.in/images/black-check.png');
	padding:0px 25px;
    text-transform: none;
    font-size: 12px !important;
    color: #6f6f6f;
    font-weight: 400;
    font-family: 'Product Sans';
    margin: 0 0 5px;
}

